/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/****************************************************************************/
#header {
display: table;
width: auto;
margin: 30px auto;
}
#header-inner {margin: 0;padding:0;}
#header h1 {font-size: 42px;font-family: pacifico,cursive;font-style: normal;line-height:1;display: block;letter-spacing: 0px;font-weight: 100;}
.header h1 a, .header h1 a:hover {  color: $(primary.background.color);  }
#header a {
display: block;
padding: 2px 0 9px;
line-height: 1.5;
}

.header p.description{ color: #333; font-size: 13px; font-style: italic; margin: 0; padding: 0; text-transform:capitalize; }
#Header1 .description{display:none!important}
.header img{   border:0 none; background:none; width:auto; height:auto; margin:5px 0 0; max-height:100px; }
div#header-inner_image img {
margin: 0 auto;max-height: 100px;
}
/*****************************************
Header CSS
******************************************/
#header {
display: table;
width: auto;
margin: 30px auto;
}
#header-inner {margin: 0;padding:0;}
#header h1 {font-size: 42px;font-family: pacifico,cursive;font-style: normal;line-height:1;display: block;letter-spacing: 0px;font-weight: 100;}
.header h1 a, .header h1 a:hover {  color: $(primary.background.color);  }
#header a {
display: block;
padding: 2px 0 9px;
line-height: 1.5;
}

.header p.description{ color: #333; font-size: 13px; font-style: italic; margin: 0; padding: 0; text-transform:capitalize; }
#Header1 .description{display:none!important}
.header img{   border:0 none; background:none; width:auto; height:auto; margin:5px 0 0; max-height:100px; }
div#header-inner_image img {
margin: 0 auto;max-height: 100px;
}

.header-container-wrapper{
border-bottom: 3px solid #000000;
}

/*------secondary_Header -------*/
div#secondary_header {
margin: 30px auto 0;
text-align:center;
}
div#Heaedr2 #header-inner{display:inline-block;}
div#Header2 h1 {
font-family: pacifico,cursive;
font-weight: normal;
font-size: 80px;
display: inline-block;
}
#Header2 h1 a {
display: block;
line-height: 1.8;
padding: 0px 20px 0 5px;
}
#Header2 .descriptionwrapper {
font-family: monospace;
text-align: center;
font-weight: 300;
font-size: 12px;
}

div#header-inner_image {
margin: 60px auto 25px;
display: block;
}


/*****************************************
Header and General stylehseet
******************************************/

.margin{width:100%;clear:both;}
.margin-10{margin-bottom:10px;}
.margin-20{margin-bottom:20px;}
.margin-30{margin-bottom:30px;}
.margin-50{margin-bottom:50px;}
.margin-40{margin-bottom:40px;}
.margin-60{margin-bottom:60px;}
.margin-70{margin-bottom:70px;}
.margin-80{margin-bottom:80px;}
.margin-90{margin-bottom:90px;}
.margin-100{margin-bottom:100px;}
.margin-11{margin-bottom:110px;}
.margin-120{margin-bottom:120px;}


.top_header {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 99999;
  left: 0;
  right: 0;
}


header.blog_header {
border: 0;
padding: 0;
padding-top: 40px;
display: inline-block;
float: left;
width: 100%;
background: #ffffff;
margin: 0px;
position: relative;
z-index: 99;
-moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.33);
-webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.33);
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.33);
-webkit-transform: translateZ(0);
}


.header_wrapper {position: relative;}


/*--------[ top-menu ]------------*/

.ct-transition{
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-transition: all 0.2s linear;}
.blog_social_block a:hover i,.ct-transition:hover{
webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
/*------[ Main-menu ]-------*/

.nav-menu {
padding: 0;
width: auto;
display: block;
position: relative;
margin-top: 0;
z-index: 100;
float:left;
}

.nav-menu ul {list-style: none;padding: 0px;margin: 0;z-index: 1;display: table;width:auto;}

.nav-menu ul li {
display: inline-block;
float: left;
position: center;
padding: 0px;
margin: 0px;
z-index: 1;
list-style: none;
font-size: 16px;
margin-right: 00px;
-moz-transition: background-color 400ms ease, border 200ms ease-out;
-o-transition: background-color 400ms ease, border 200ms ease-out;
-webkit-transition: background-color 400ms ease, border 200ms ease-out;
transition: background-color 400ms ease, border 200ms ease-out;
}

.nav-menu li a {
  color: #fff;
  display: block;
  z-index: 10;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 1px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: montserrat, sans-serif;
  -moz-transition: border 300ms ease 0s , color 300ms ease 0s;
  -o-transition: border 300ms ease 0s , color 300ms ease 0s;
  -webkit-transition: border 300ms ease 0s , color 300ms ease 0s;
  transition: border 300ms ease 0s , color 300ms ease 0s;
}

.nav-menu li a:hover,.nav-menu li a.current,.nav-menu li:first-child a { color:#fff;}

.sticky { position: fixed; top: 0px; border-bottom: 1px solid #ddd; z-index: 99999; }

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

hs-menu-wrapper a {color: #FFFFFF;background: #FFFFFF;}


/*--------[ search bar ]--------------*/

.search-form-wrapper {
  border-left-color: rgba( 255, 255, 255, 0.1 );
}
.search-form-wrapper {
  position: relative;
  border-left: 1px solid rgba( 255, 255, 255, 0.1 );
  padding-left: 30px;
}
.search-form-wrapper input[type=text] {
  color: rgb(145, 145, 145);
  font-size: 11px;
  font-weight: 400;
  font-family: Montserrat;
  line-height: 22px;
  text-transform: none;
}
.search-form-wrapper input[type="text"] {
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  outline: 0;
}
.search-form-icon {
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
  top: 5px;
  right: -3px;
  position: absolute;
}


.social_search {
  margin-top: 12px;
}

.social-wrap.left {
}
ul.dslc-social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
ul.dslc-social li {
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
}
ul.dslc-social a {
  border-color: #000000;
  border-width: 0px;
  border-style: solid solid solid solid;
  border-radius: 50px;
  width: 21px;
  height: 21px;
  font-size: 12px;
  color: rgb(119, 119, 119);
  display: block;
padding:4px 6px;
}

ul.dslc-social a:hover{color:#eee;}

ul.dslc-social .dslc-icon {
  line-height: 1;
  position: absolute;
  display: inline;
  color: rgb(119, 119, 119);
}

/*--------- [slider] --------*/
figure.slider__item {position: relative;}

figcaption.slide__caption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 160px;
  width: 100%;
  height: 100%;
}

figcaption.slide__caption:before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset 0px 0px 150px 0px #000;
-moz-box-shadow: inset 0px 0px 150px 0px #000;
-ms-box-shadow: inset 0px 0px 150px 0px #000;
box-shadow: inset 0px 0px 150px 0px #000;
transition:all .2s ease-in;
-o-transition:all .2s ease-in;
-ms-transition:all .2s ease-in;
-moz-transition:all .2s ease-in;
-webkit-transition:all .2s ease-in;
}
figure.slider__item:hover .slide__caption:before {
background: transparent;
transition:all .2s ease-in;
-o-transition:all .2s ease-in;
-ms-transition:all .2s ease-in;
-moz-transition:all .2s ease-in;
-webkit-transition:all .2s ease-in;
}
figure.slider__item a.post__link {
position: relative;
display: block;
}
.post__description {
position: relative;
z-index:100;
height: 100%;
width: 100%;
}
.post__description p a {
display: inline-block;
background: $(primary.background.color);
color: #fff;
line-height: 1;
font-size: 12px;
letter-spacing: 5px;
padding: 3px 10px 5px;
border-radius: 1px;
}
.post__description h2 {
text-shadow: 2px 1px 0px #555;
margin-top:20px;
}
.post__description h2 a{color:#fff;}

<!--[if lte IE 8]>
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2-legacy.js"></script>
<![endif]-->
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"></script>
<script>
hbspt.forms.create({ 
portalId: '118xxx',
formId: '41tgif309-ok74-xxxx-xxxx-xxxxxxxxxx',
submitButtonClass: 'my-awesome-submit-button'
});
</script>

/*****************************************
Main Section Stylesheet
******************************************/

.outer-wrapper,.main-wrapper,#content{box-shadow:none!important;}
.main-wrapper{padding-top:0;}


.col,main-col,.side-col{
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}

.right {float: right;}
.left {float: left;}
.white{background:white;}

.post-outer {
  width: 50%;
  float: left;
}

.post-outer:nth-child(even) {
  margin: 0;
}


.post.hentry {
    margin: 0 12px 25px; 
    background-color: white;
	box-shadow: 0px 2px 20px -10px #000;
	-webkit-box-shadow: 0px 2px 20px -10px #000;
	-moz-box-shadow: 0px 2px 20px -10px #000;
	-ms-box-shadow: 0px 2px 20px -10px #000;
 }

.post-body {  
	font:$(article.font);
	line-height:inherit;
	word-wrap:break-word; 
}

.SideBar{
  background-color: #ffffff;
  width: 250px;
  padding: 30px;
  margin-bottom: 100px;
  padding-left: 30px; 
  padding-right: 30px;
  border-left: 1px solid #d1caca;
  border-right: 1px solid #d1caca;
  word-wrap:break-word;
}

/*------[ index page ]-------*/

.article_date {
display:none;
width: auto;
position: relative;
margin-bottom: 30px;
font-family: Playfair Display;
font-style: italic;
color: #999;
text-align: left;
font-size: 13px;
line-height: 24px;
padding-top: 0;
color:#222
}
.article_date:before {
content: "";
width: 30px;
height: 1px;
position: absolute;
bottom: -7px;
left: 0px;
background: #000;
}



.article_header h2 {
    font-size: 18px;
	font-weight: 700;
    line-height: 1.5;
	text-transform: uppercase;
    margin: 0 0 20px;
    padding: 0;
}

.article_header h2 a {
  color: #333;
}


.article_container {width: 100%;position:relative;}

.article_slider,.playbutton,.article_image {
width: 100%;
float: none;
margin-bottom: 0;
}
.article_image img, 
.article_slider img {
width: 100%;
}
.article_inner {
padding: 20px 25px 0 25px;
position: relative;
clear: both;
}

.article_excerpt {
margin-bottom: 25px;
}
.article_footer {
  clear: both;
  padding: 0px 25px 25px;
}
.article_footer .meta {
position: relative;
display: inline-block;
font-style: italic;
}




.meta i {
margin-right: 3px;
}

.meta_right {
width: auto;
display:none;}

.meta-item.categories a:nth-child(n+2) {
  display: none;
}
.meta-item.categories a {
  background-color: #FF435D;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 4px 7px;
  text-transform: uppercase;
  font-size: 10px;
}
.meta-item.categories {
  font-size: 12px;
  font-family: montserrat,sans-serif;
  letter-spacing: 0;
	float:left;
}


.post:hover span.article_timestamp {
  opacity: 1;
  transition: opacity .3s ease-in-out;
}



.article_no_img .article_excerpt{margin-left:0;}


.article_excerpt p {
font-weight: 400;
font-size: 12px;
letter-spacing: .5px;
color:#555;
font-family: playfair display;
}

.article_share_social:hover .article_share_social ul {display:inline-block;}

.article_share_social {margin-top: 3px;}
.article_share_social ul {padding: 0;margin: 0;text-align:right;display:none;}
.article_share_social ul li {list-style: none;padding: 0;margin: 0;margin-left: 2px;display: inline-block;}
.article_share_social ul li a {position:relative;display: block;text-align: center;-webkit-transition: all 0.1s linear;-moz-transition: all 0.1s linear;-o-transition: all 0.1s linear;-transition: all 0.1s linear;}
.article_share_social ul li,.article_share_social ul,.share_toggle{float:left;}
.article_share_social ul li i {width: 30px;height: 30px;font-size:14px;color: #666;padding: 9px;display: block;background: #f0f0f0!important;}
.share_toggle {
display: inline-block;
width: 30px;
height: 30px;
top: 0px;
margin: 0px;
margin-left: 2px;
padding: 9px;
background: #F0F0F0;
color: #555555;
}
.article_share_social ul li a:after {
content: attr(data-title);
position: absolute;
top: -33px;
opacity: 0;
visibility: hidden;
font-size: 11px;
line-height: 1;
min-width: 70px;
background: #ECECEC;
color: #222;
padding: 5px 10px;
left: 0px;
}
.article_share_social ul li a:hover:after,.article_share_social ul li a:hover:before {
opacity: 1;
visibility: visible;
transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-o-transition:.2s ease-in-out;
}
.article_share_social ul li a:before {
content: "";
position: absolute;
border-style: solid;
border-color: transparent;
border-width: 7px;
border-top-color: #ECECEC;
top: -13px;
opacity:0;
visibility:hidden;
}
.article_author a{color:#333;}
/*--------[ item page ]-------*/


.article_post_title {
    position: relative;
    color: #333;
    font-size: 33px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 0 0 15px;
}


h1.article_post_title:after {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    margin-left: 4px;
    margin-top: 7px;
    background: #333;
    -webkit-box-shadow: 6px 3px 0px #333,12px 6px 0px #333;
	-moz-box-shadow: 6px 3px 0px #333,12px 6px 0px #333;
	-o-box-shadow: 6px 3px 0px #333,12px 6px 0px #333;
	-ms-box-shadow: 6px 3px 0px #333,12px 6px 0px #333;
	box-shadow: 6px 3px 0px #333,12px 6px 0px #333;
}

.post-title a{ color:#333; }
.post-title a:hover{ color: #2980B9; }

.article_meta_container {
    font-size: 11px;
    margin: 0 4px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-weight: 300;
    font-family: open sans,sans-serif;
}


.article_meta_container a,
.article_meta_container {
	color: #666;
}

.article_meta_container.post-header i {
 	 margin-right: 5px;
}



.post-footer{margin-top:30px;}

/***** Page Nav CSS *****/
#blog-pager {
display: inline-block;
margin: 25px auto 0;
overflow: visible;
padding: 25px 0;
width: 100%;
}
#blog-pager-newer-link {padding: 20px 0px;
padding-right: 10px;
position: relative;
text-align: left;
width: 50%;
}

#blog-pager-older-link {padding: 20px 0px;
position: relative;
text-align: right;
width: 50%;
}

a#Blog1_blog-pager-older-link, a#Blog1_blog-pager-newer-link {
display: inline-block;
background: $(primary.background.color);
line-height: 1;
padding: 8px 13px;
border-radius: 3px;
font-size: 15px;
color: #fff;
}


.showpageOf, .home-link {  display:none;  }
.showpagePoint {  background: $(primary.background.color);  color: #FFFFFF;  margin: 0 10px 0 0;  padding: 5px 10px;  text-decoration: none;  border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -webkit-border-radius: 3px;  }
.showpage a, .showpageNum a { background: #333; color: #FFFFFF; margin: 0 10px 0 0; padding: 5px 10px; text-decoration: none; border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -webkit-border-radius: 3px; }
.showpage a:hover, .showpageNum a:hover {  background:$(primary.background.color);  color: #fff;  border-radius: 3px;  -moz-border-radius: 3px;  -o-border-radius: 3px;  -webkit-border-radius: 3px;  text-decoration: none;  }

/*****************************************
Post Highlighter CSS
******************************************/
blockquote {
border-color: #E6E6E6;
border-style: solid;
border-width: 1px;
color: #6A6A6A;
margin: 10px 0 20px;
padding: 15px 20px 15px 55px;
position: relative;
font-size: 14px;
background: #F3F3F3;
}

blockquote:after {
content: "\f10d";
font-family: fontawesome;
font-style: normal;
position: absolute;
top: 5px;
left: 15px;
font-size: 24px;
color: $(primary.background.color);
}
/*****************************************
Sidebar stylesheet
******************************************/
#sidebar { margin: 0; padding: 0; display: block; }

.sidebar h2, .footer h2 {
    position: relative;
    color: #333;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
	padding:0 4px;
    padding-bottom: 10px;
}


.sidebar h2:after, .footer h2:after {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    margin-left: 3px;
    margin-top: 7px;
    background: #555;
    -webkit-box-shadow: 4px 2px 0px #555,8px 4px 0px #555;
	-moz-box-shadow: 4px 2px 0px #555,8px 4px 0px #555;
	-o-box-shadow: 4px 2px 0px #555,8px 4px 0px #555;
	-ms-box-shadow: 4px 2px 0px #555,8px 4px 0px #555;
	box-shadow: 4px 2px 0px #555,8px 4px 0px #555;
}

.sidebar .widget {padding: 5px 20px; clear: both; font-size: 13px; line-height: 23px; margin-bottom: 30px; }

.sidebar ul { margin: 0; padding: 0; list-style: none; }

.sidebar li {
border-bottom: 1px solid #F1F1F1;
line-height: normal;
list-style: none !important;
margin: 8px 0;
overflow: hidden;
padding: 0 0 10px;
}

.sidebar a{color:#333;}

/*****************************************
Footer stylesheet
******************************************/
div#footer {background: #FFFFFF;padding: 0;margin: 0 0;}
div#footer > div {padding-top: 40px;padding-bottom: 0px;}
#footer ul {margin: 0;padding: 0;}
.footer li {list-style: none;padding: 0;padding-bottom: 10px;}
.footer h2{color:black}

.footer h2:after {
	background:#fff;
	-webkit-box-shadow: 4px 2px 0px #fff,8px 4px 0px #fff;
	-moz-box-shadow: 4px 2px 0px #fff,8px 4px 0px #fff;
	-o-box-shadow: 4px 2px 0px #fff,8px 4px 0px #fff;
	-ms-box-shadow: 4px 2px 0px #fff,8px 4px 0px #fff;
	box-shadow: 4px 2px 0px #fff,8px 4px 0px #fff;
}



.footer {width: 30.33%;float: left;margin-right: 30px;color:#eee;}
#footer3 {margin: 0;}
.footer .widget {padding: 10px;font-size: 14px;line-height: 1.8;}

.footer_credits {
  color: #000000;
  display: block;
  font-size: 12px;
  line-height: 23px;
  margin: 0;
  padding: 15px 0 20px;
  text-align: left;
  font-weight: 300;
  background-color: #FFFFFF;
}

.footer a {color: #f1f1f1;}
.footer_credits a { color: #fff; }
.footer_credits a:hover { color: #eee; }


/*---- footer blog_menu ----*/
ul.blog_footer_menu {
padding: 0;
margin: 0;
}
ul.blog_footer_menu li {
padding: 0;
margin: 0;
display: inline-block;
margin-right: 0;
}
ul.blog_footer_menu li a {
display: block;
line-height: 1;
padding: 0px 0px;
padding-right: 15px;
position: relative;
}
ul.blog_footer_menu li a:after {
content: "|";
position: absolute;
right: 4px;
top: 4px;
font-size: 10px;
color: #fff;
}
ul.blog_footer_menu li:last-child a:after {
content: "";
}


.stripes{position:absolute;top:0;left:0;right:0;height:4px;overflow:hidden;}
.stripe {width: 31.33px;height: 4px;float: left;}

.stripe:nth-child(even){
background:transparent;
}
.stripe:nth-child(odd){
background:$(primary.background.color);
width:39px;
}

.full-article-footer {
    border-top: 1px solid #E0DFDB;
}




.article-footer {
    padding: 20px 10px 10px 10px;
    min-height: 115px;
    display:table;
}




.avatar-module {
    display: table-cell; 
    vertical-align: middle;
    padding-right:15px;
}




.avatar-module img {
    border-radius: 50%!important;
    height: 120px;
    width: 120px;
    float: left;
    margin:0px 20px 0px 20px;
   
}




.article-footer p {
    line-height:1.5em;
    padding-left:15px;
}




a.author-link {
    font-size:25px;
    line-height:2em;
    color:#617a3a;
    text-decoration:none;
}




a.author-link:hover {
    color:#000000;
    text-decoration:none;
}




@media (max-width:750px) {
.article-footer {
display:inherit;
margin:0px;
}




.avatar-module {
display:inherit; 
vertical-align: none;
}




.avatar-module img {
margin-left: auto;
margin-right: auto;
display: block;
float:none;
margin-top:0px;
}




.article-footer p {
text-align:center;
padding-left:0px;
}
}

/*****************************************
Custom Widget CSS
******************************************/
/***** Search Form *****/
#searchform fieldset { background: #F1F4F9; border: 1px solid #F1F4F9; color: #888888; width: 98%; }
#searchform fieldset:hover { background: #fff; }
#s { background:rgba(0, 0, 0, 0); border: 0 none; color: #888888; float: left; margin: 8px 5%; padding: 0 10% 0 0; width: 80%; }

/***** Custom Labels *****/
.cloud-label-widget-content { display: inline-block; text-align: left; }
.cloud-label-widget-content .label-size { display: inline-block; float: left; font-size: 10px; font-family: Verdana,Arial,Tahoma,sans-serif; font-weight: bold; line-height: normal; margin: 5px 5px 0 0; opacity: 1; text-transform: uppercase; }
.cloud-label-widget-content .label-size a { color: #000 !important; float: left; padding: 5px; }
.cloud-label-widget-content .label-size:hover a { color: #555 !important; }
.cloud-label-widget-content .label-size .label-count { color: #555; padding: 5px 0; float: left; }
.sidebar .Label li {display: inline-block;margin: 0;padding: 0;border: 0;}
.sidebar .Label li a {display: block;line-height: 1;padding: 2px 6px 4px;background: $(primary.background.color);color: white;border-radius: 1px;font-size: 13px;}

/*-----[ Popular Post ]------*/

.PopularPosts .item-thumbnail {
    float: left;
    margin: 0 12px 5px 0;
}

.PopularPosts .item-thumbnail img {
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    padding: 0;
    border: 4px solid transparent;
    margin: 0 0 0 4px;
    -webkit-box-shadow: 0px 0px 10px -5px #000;
    -moz-box-shadow: 0px 0px 10px -5px #000;
	-o-box-shadow: 0px 0px 10px -5px #000;
	-ms-box-shadow: 0px 0px 10px -5px #000;
	box-shadow: 0px 0px 10px -5px #000;
}

.PopularPosts .item-title {
padding-bottom: .2em;
font-size: 13px;
font-weight: normal;
}
.footer .popular-posts li:nth-child(n+4),
.item-snippet{display:none;}
.footer .popular-posts img {
margin-left: 0!important;
width: 75px;
height: auto;
box-shadow:none;
-webkit-box-shadow:none;
}
.sidebar .item-title a {
color: #333;
}

/*----------[ Sidebar-social-share-icons ]--------------*/

.sidebar_social_icons ul {
text-align: center;
}
.sidebar_social_icons li {
display: inline-block;
text-align: center;
width: 18%;
margin: 0;
padding: 0;
border: 0;
}
.sidebar_social_icons li a {
display: inline-block;
margin-bottom: 15px;
}
.sidebar_social_icons li a i {
padding: 12px;
font-size: 18px;
color: #fff;
width: 40px;
height: 40px;
position: relative;
background: $(primary.background.color) !important;
}



/***** Blogger Contact Form Widget *****/
.contact-form-email, .contact-form-name, .contact-form-email-message, .contact-form-email:hover, .contact-form-name:hover, .contact-form-email-message:hover, .contact-form-email:focus, .contact-form-name:focus, .contact-form-email-message:focus { background: #F8F8F8; border: 1px solid #D2DADD; box-shadow: 0 1px 1px #F3F4F6 inset; max-width: 300px; color: #999; }
.contact-form-button-submit { background: $(primary.background.color); border: medium none;outline:0; float: right; height: auto; margin: 10px 0 0; max-width: 300px; padding: 5px 10px; width: 100%; cursor: pointer; }
.contact-form-button-submit:hover { background:$(primary.background.color)!important;}

/***** Profile Widget CSS *****/
.Profile img { border:1px solid #cecece; background:#fff; float:left; margin:5px 10px 5px 0; padding: 5px; -webkit-border-radius: 50%;	-moz-border-radius: 50%; border-radius: 50%; }
.profile-data { color:#999999; font:bold 20px/1.6em Arial,Helvetica,Tahoma,sans-serif; font-variant:small-caps; margin:0; text-transform:capitalize;}
.profile-datablock { margin:0.5em 0;}
.profile-textblock { line-height:1.6em; margin:0.5em 0;}
a.profile-link { clear:both; display:block; font:80% monospace; padding:10px 0; text-align:center; text-transform:capitalize;}

/***** Meet The Author *****/

.vt_sidebar_author_item {
margin-bottom: 0px;
text-align: center;
}

.vt_sidebar_author_item .image-wrap {
position: relative;
overflow: hidden;
border-radius: 50%;
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px);
width: 85%;
height: auto;
margin: 0 auto;
margin-bottom: 15px;
}
.vt_sidebar_author_item .image-wrap:before {
content: '';
display: block;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
border: 10px solid $(primary.background.color);
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
opacity: 0.95;
margin: auto;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.vt_sidebar_author_item .social {
position: absolute;
width: 92.5%;
height: 92.5%;
border-radius: 50%;
background: $(primary.background.color);
opacity: 0;
margin: auto;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
font-size: 0px;
text-align: center;
-webkit-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.social.linear-3s .social-inner {
position: absolute;
width: 100%;
padding: 15px 0;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.social-inner .fa {
margin: 0px 5px;
font-size: 18px;
width: 30px;
height: 30px;
padding: 6px;
border-radius: 50%;
background: #f1f1f1!important;
color: #333;
}


.image-wrap:hover .social.linear-3s {
opacity: 0.95;
-webkit-transform: scale(1);
transform: scale(1);
}
.image-wrap:hover:before {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.vt_sidebar_author_item h4.author_name a {
font-size: 18px;
margin-bottom: 10px;
display: block;
color: #333;
}
.vt_sidebar_author_item p {
line-height: 1.6;
padding: 0 10px;
}


/*--------- [sidebar newsletter ]----------*/
div#blog_newsletter h5{font-size: 14px;margin-bottom: 10px;}
div#blog_newsletter p{font-size:12px; line-height:1.7;margin-bottom: 20px;}
div#blog_newsletter input#subbox {line-height: 1;background: #2B2B2B;border: none;border-radius: 2px;font-size: 13px;letter-spacing: 1px;min-height: 30px;margin: 0 0 20px;padding: 10px 15px;width: 100%;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;-ms-box-shadow: none;outline: 0;border: 1px solid #333;}
div#blog_newsletter input#subbutton {padding: 10px;line-height:1;width: 100%;text-transform: uppercase;margin-bottom: 5px;box-shadow: none;outline: 0;color: #fff;display: inline-block;text-align: center;white-space: nowrap;vertical-align: middle;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent;border-radius: 4px;font-size: 13px;letter-spacing: 2px;font-weight: 400;background: $(primary.background.color);}
div#logo img {max-height:65px;}

/*-----------[ share-wrapper ]-----------*/
.share-wrapper, .authorboxwrap {margin-bottom: 50px;}
.share-wrapper ul {padding: 0;margin: 0 auto;display:table;text-align: center;}
.share-wrapper li {list-style: none;display: inline-block;float:left;margin-right:0;padding: 0;margin-bottom: 30px;}
.share-wrapper li:first-child {display: block;margin-bottom: 20px;font-size: 16px;}
.share-wrapper li a{display:block;text-align: center;}
.share-wrapper li a i {
display: none;
color: #555;
width: 35px;
height: 35px;
padding: 9px;
font-size: 16px;
background: #F0F0F0!important;
border: 1px solid #DEDEDE;
}
.share-wrapper{margin-bottom:30px;}

.share-wrapper span {
  display: block;
  font-size: 12px;
  font-family: montserrat;
  background-color: #eee;
  line-height: 1;
  padding: 8px 25px;
  color: #fff;
}

li.facebook_share span {background-color: #3b5998;}
li.twitter_share span {background-color: #00aced;}
li.pinterest_share span{background-color: #cb2027;}
li.google_share span {background-color: #dd4b39;}
li.linkedin_share span {background-color: #007bb6;}

.share-wrapper > .title {
  text-align: center;
  margin-bottom: 30px;
}

/*------[author-box ]-------*/
.avatar-container {
    float: left;
}

.avatar-container img {
    width: 80px;
    height: auto;
    border: 2px solid transparent;
    box-shadow: 0px 0px 10px -5px #000;
    -moz-box-shadow: 0px 0px 10px -5px #000;
    -webkit-box-shadow: 0px 0px 10px -5px #000;
    -ms-box-shadow: 0px 0px 10px -5px #000;
    -o-box-shadow: 0px 0px 10px -5px #000;
}
.author_description_container {
    margin-left: 105px;
	padding-top: 5px;
}
.author_description_container h4 {font-size: 16px;display: block;margin-bottom: 10px;}
.author_description_container h4 a{color: #333;}
.author_description_container p {font-size: 12px;line-height: 1.7;margin-bottom: 15px;}
.authorsocial a {display: inline-block;margin-right: 5px;text-align: center;float:left;margin-right:2px;}
.authorsocial a i {width: 30px;height: 30px;padding: 8px 9px;display: block;background: #E9E9E9!important;color: #555;}

/*------*|*|*| Related Posts *|*|*|----------*/

div#related-posts {font-size: 16px;display: inline-block;width: 100%;}

#related-posts h5 {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 25px;
}

#related-posts h5:after {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    margin-left: 0;
    margin-top: 10px;
    background: #555;
    -webkit-box-shadow: 4px 2px 0px #555,8px 4px 0px #555;
    -moz-box-shadow: 4px 2px 0px #555,8px 4px 0px #555;
    -o-box-shadow: 4px 2px 0px #555,8px 4px 0px #555;
    -ms-box-shadow: 4px 2px 0px #555,8px 4px 0px #555;
    box-shadow: 4px 2px 0px #555,8px 4px 0px #555;
}
#related-posts ul {padding: 0;margin: 0;}

#related-posts ul li {
    list-style: none;
    position: relative;
    display: inline-block;
    width: 50%;
}

.related-thumb {
    margin-right: 10px;
}

#related-posts img {
    padding: 0;
    width: 130px;
    border: 3px solid transparent;
    box-shadow: 0px 0px 10px -5px #000;
    -moz-box-shadow: 0px 0px 10px -5px #000;
    -webkit-box-shadow: 0px 0px 10px -5px #000;
    -ms-box-shadow: 0px 0px 10px -5px #000;
    -o-box-shadow: 0px 0px 10px -5px #000;
}

a.related-thumbs {position: relative;display: block;}
a.related-thumbs:before{opacity:1;}

.related-content {
    width: 52%;
    display: inline-block;
    word-wrap: break-word;
}

a.related-title {
    font-size: 13px;
    line-height: 1.7;
    color: #333;
}

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/*****************************************
Comments CSS
******************************************/
#comments { margin-top: 30px;padding:30px;background-color:#fff; }
comments li{list-style:none!important;}
.comments h4 { font-size: 20px; margin: 0 0 18px; text-transform: capitalize; }
.comments .comments-content .comment-thread ol { overflow: hidden; margin: 0; }
.comments .comments-content .comment:first-child { padding-top: 0; }
.comments .comments-content .comment { margin-bottom: 0; padding-bottom: 0; }
.comments .avatar-image-container { max-height: 60px; width: 60px; }
.comments .avatar-image-container img { max-width: 60px; width: 100%; }
.comments .comment-block { background: #fff; margin-left: 72px; padding: 14px 0 0 20px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.comments .comments-content .comment-header a { color: #333; text-transform: capitalize; }
.comments .comments-content .user { display: block; font-style: italic; font-weight: bold; }
.comments .comments-content .datetime { margin-left: 0; }
.comments .comments-content .datetime a { font-size: 12px; text-transform: uppercase; }
.comments .comments-content .comment-header, .comments .comments-content .comment-content { margin: 0 20px 0 0; }
.comments .comment-block .comment-actions { display: block; text-align: right; }
.comments .comment .comment-actions a { border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius:2px; background: $(primary.background.color); color: #FFFFFF; display: inline-block; font-size: 12px; line-height: normal; margin-left: 1px; padding: 5px 8px; }
.comments .comment .comment-actions a:hover { text-decoration: none; }
.comments .thread-toggle { display: none; }
.comments .comments-content .inline-thread { border-left: 1px solid #F4F4F4; margin: 0 0 20px 35px !important; padding: 0 0 0 20px; }
.comments .continue { display: none; }
.comments .comments-content .icon.blog-author {
  display: none;
}
.comment-thread ol { counter-reset: countcomments; }
.comment-thread li:before { color: $(primary.background.color); content: counter(countcomments, decimal); counter-increment: countcomments; float: right; font-size: 22px; padding: 15px 20px 10px; position: relative; z-index: 10; }
.comment-thread ol ol { counter-reset: contrebasse; }
.comment-thread li li:before { content: counter(countcomments,decimal) "." counter(contrebasse,lower-latin); counter-increment: contrebasse; float: right; font-size: 18px; }

