/*****************************************/
/* Start your style declarations here    */
/*****************************************/




/* Fonts ,Background Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */







/*Body Blog Style's*/


body{
 margin:0 auto;
 float:none;padding:0px;
 line-height:26px;
 font-size:17px;
 font-weight:400;
 color:#747474;
 font-family: Verdana,Trebuchet MS,Arial;
 -webkit-font-smoothing: antialiased;
 background:#fff;
 overflow-x:hidden;}
 
h1,h2,h3,h4,h5{font-family: Verdana,Trebuchet MS,Arial;}
 
.uppercase {text-transform: uppercase;}

a {
 text-decoration: none;
 color: #43a519;
 -webkit-transition: all .4s ease-in-out;
 -moz-transition: all .4s ease-in-out;
 -o-transition: all .4s ease-in-out;
 -ms-transition: all .4s ease-in-out;
 transition: all .4s ease-in-out;
}

 /* Highlighted Text */
 ::-moz-selection {
    color: #fff;
    background: #666;
    text-shadow: none;
}
::selection {
    color: #fff;
    background: #666;
    text-shadow: none;
}

.section{padding-bottom:60px;}

.is-border-bottom{border-bottom:1px solid #f3f3f3;}

.pad-20tb{padding-top:20px;padding-bottom:20px;}

.pad-80b{padding-bottom:80px;}

.bottom-margin-40{margin-bottom:40px;}

.container-fluid .row-fluid .wrapper{
    max-width:1190px;
    padding-left:10px;
    padding-right:10px;
    float:none;
    margin:0 auto!important;}



/* ==========================================================================
 
                                Call-to-Action                              
 
   ========================================================================== */
   

.cta_border_button .cta_button{
  letter-spacing:.5px;    
  display: block;    
  color:#fff;
  border-color: #34495e;
  background:#34495e;
  border-style: solid;
  border-width: 2px;
 -webkit-transition: all .4s ease-in-out;
 -moz-transition: all .4s ease-in-out;
 -o-transition: all .4s ease-in-out;
 -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-family: "Muli,Arial,Helvetica,sans-serif";
  padding: 8px 16px;
  margin-bottom: 0;
  font-weight:600;
  text-transform:uppercase;
  text-align: center; 
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
  user-select: none;
  text-decoration: none;
 -webkit-appearance: none;
}

.cta_border_button .cta_button:hover {
  border: 2px solid #600caa;
  border-color: #333;
  background: #600caa; 
  color: #FFF;
}


/* ==========================================================================
 
                                Body-Container                            
 
   ========================================================================== */


.custom-header-bg{
    
}

body .body-container-wrapper {
   padding-top:105px;
   padding-left:0px;
   padding-right:0px;
   
}

.hs-blog-post .body-container-wrapper{
    padding-bottom:0px;
}

.no-margin{margin-top:0px;margin-bottom:0px;}

.font-semibold{font-weight:600;}


/*Toggle*/


.click-me{
    text-align:center;
    padding: 50px 0px 25px;
}

.click-me .fa{
    cursor:pointer;
    font-size:25px;
    color:#600caa;    /*Hamburger drop down menu colour*/
}



/* ==========================================================================
 
                                Blog-Style                            
 
   ========================================================================== */
   

/**/
   
   
.hs-featured-image {
   float:none;
   margin: 0 0px 20px 0px;
   max-width:100%;
   padding-right:0px;
   height: 250px;
   width: 100%;
   display: block;
   background-size: cover!important;
   background-position: center center!important;
   position:relative;
}

.hs-featured-image:after{
    content:"";
    background:rgba(0,0,0,.3);
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    display:block;
    
}
                            /*Blog Post Title on Listing Page*/
.post-header{
    position:relative;
    padding-bottom:20px;
    min-height: 110px;
}

.post-header:after{content: "";
    position: absolute;
    background-color: #600caa;
    width: 75px;
    height: 3px;
    bottom:0;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: block;}

body .post-item h2{
    margin-top:0px;
    margin-bottom:0px;
    padding-bottom:0px;
    height: auto;
    display: inline-block;
    /*overflow: hidden;*/
    font-family:Verdana,Trebuchet MS,Arial;
}

.post-item h2 a{
    font-weight:normal;
    color:#747474;
    line-height: 30px;
    font-size:23px;
    font-weight:500;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-family:Verdana,Trebuchet MS,Arial;
    text-align: center;                                           /*Center-Align Post Text*/
    
}

.post-item h2 a:hover,.post-item h2 a:visited{color:#747474;}

.post-listing,.post-listing-simple{
    display: block;
    margin: 0 -25px 0 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

body .blog-listing-wrapper .post-listing .post-item{
    float: left;
    width: 33.33%;
    padding-right: 25px;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    border-bottom:none;
}
    
.post-item-inner{
    padding-right:0px;
    border: 1px solid #efefef;
    margin-bottom: 25px;
    padding: 15px 15px;
    background:#ffffff;
}    

.post-body{
    padding-top:15px;
    padding-bottom:0px;
    font-family:Verdana,Trebuchet MS,Arial;
}

.post-item .bottom-part{
    display:inline-block;
    width: 100%;
    padding: 20px 0 10px;
    border-top: 1px solid #efefef;
    margin-top: 15px;                       /*Space after "Read More" CTA, before horizontal line*/
}

.post-item .hs-author-avatar{
    display: block;
    max-width:50px;
    float: left;
    margin-right: 15px;
}
    
.authorname{
    position: relative;
    top:13px;
    font-size:13px;
    color: #747474;
    font-weight:600;
    font-family:Verdana,Trebuchet MS,Arial;
}

.mod-50{display:inline-block;}

.mod-50.social-shares{text-align:left;}

.mod-50.social-shares .fa{
    font-size: 20px;
    padding: 0px 8px;
    border-radius: 50%;
    height: 20px;
    display: inline-block;
    color:#747474;
}

.mod-50.social-shares .fa:hover{color:#600caa;}

.s-title{
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    font-family:Verdana,Trebuchet MS,Arial;
}
    
.post-item .hs-author-avatar img{
    border-radius:50%;
} 

.hs-featured-image-wrapper{position:relative;}

.hs-featured-image-wrapper .topic-list a:first-child + a{
    display: inline-block;
    color: #f2f2f2;
    border: 1px solid #f2f2f2;
    padding: 0px 10px;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 600;
    font-family:Verdana,Trebuchet MS,Arial;
}

.hs-featured-image-wrapper .topic-link{display:none;}

.post-body p{
    margin-top:0px;
    font-family:Verdana,Trebuchet MS,Arial;
    font-size:16px;
    line-height:26px;
    color:#747474;
}



.post-topic  ul{
  list-style:none;
  padding:0px;
  margin:0px;
}

.post-topic  ul li{
  display:inline-block;
  margin-bottom:5px;
  margin-right: 2px;
}

.post-topic  ul li a{
  font-weight: bold;
  color: #747474;
  letter-spacing:.5px;
  font-size:12px;
  border: 1px solid #747474;
  padding:5px 20px;
  display: block;
  text-transform:uppercase;
  font-family:Verdana,Trebuchet MS,Arial;
}

.recents-post ul{
  list-style:none;
  padding:0px;
  margin:0px;
}

.recents-post ul li{position:relative;padding-left:25px}

.recents-post ul li:before{
    content: "\f00c";
    position: absolute;
    left:0px;
    top:0px;
    font-family: "FontAwesome";
    width:18px;
    height:18px;
    color: #600caa;
    font-size: 15px;
    
}

.recents-post ul li a{
    color:#747474;
    font-family:Verdana,Trebuchet MS,Arial;
    font-size:15px;
    
}

.top-section-blog{
    padding-top:50px;
    background:url("//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/brickwall.png") repeat;
    padding-bottom: 20px;
}

.top-section-blog h3{
    font-family:Verdana,Trebuchet MS,Arial;
    font-size: 22px;
    margin-top: 0px;
    color:#747474;
    font-weight: 400;
    
}


.top-section-blog form input[type="email"],.top-section-blog form input[type="text"]{
    height:50px;
    padding-left:15px;
    margin-bottom:20px;
    font-size:15px;
    width: 100%!important;
}


.top-section-blog form input[type="email"]:focus{
    outline:none;
    border:1px solid #78cc1f;
}

/* .top-section-blog form label{display:none;} */ /*Commented out by HubSpot Support to restore labels on blog subscription form 2/19/16*/
ul.inputs-list { list-style: none;} /*Added by HubSpot Support to remove list item from check box field*/

.top-section-blog form ul.hs-error-msgs.inputs-list{
    margin:0px;
    border:0px;
    list-style-type:none;
    width:100%;
    position: absolute;
    top:72px;
}

.top-section-blog .field.hs-form-field{position:relative;}

.hs-error-msgs.inputs-list li label {
    color: red;
    font-size: 10px;
}


/*Added by HS Support to getrid of indent from checkbox item on blog subscription form*/

ul.inputs-list.multi-container {
    padding:0!important;
    text-indent: -1.3em;
    padding-left: 2.9em;
    }
    
/*End added by HS Support*/

.top-section-blog form input[type="submit"]{   /* Hamburger Menu Blog Subscription Form Button */
    border: none;
    padding: 15px 30px;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: 400;
    background: #600caa;
    color: #fff;
    cursor: pointer;
    height:50px;
    -webkit-appearance:none;
    font-size: 20px;
    text-transform: capitalize;}
    
.top-section-blog form input[type="submit"]:hover{background:#78cc1f;}    
    
/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   color: #555;
   opacity: 1;
   font-size:15px;
   font-style:italic;
   }
:-moz-placeholder { /* Firefox 18- */
   color: #555;
   opacity: 1;
   font-size:15px;
   font-style:italic;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #555;
   opacity: 1;
   font-size:15px;
   font-style:italic;
}
:-ms-input-placeholder { /* IE10 */
   color: #555;
   opacity: 1;
   font-size:15px;
   font-style:italic;

}


/*Blog Post page Fadding Effects*/

body.hs-blog-post .body-container-wrapper {
animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}



.section.post-header h2,.section.post-header h2 a{
    font-size:40px;
    line-height:50px;
    font-weight:400;
    color: #0B1927;
    text-align:center;
    margin-top:0px;
    font-family: Verdana,Trebuchet MS,Arial;
}
    
    
.hs-blog-post .widget-span.widget-type-cell.blog-content{
    margin:0 auto;
    float:none;
    max-width:800px;
    padding:50px 20px;
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.75);
    position: relative;
    z-index: 1;
    overflow:hidden;
    
    
    
}

.hs-blog-post #hubspot-author_data .hs-author-avatar {
    max-width:100%;
    padding:0;
    margin: 0 auto;
}

.hs-blog-post .section.post-body{padding-top:25px;}

.hs-blog-post .section.post-body p,
.hs-blog-post .section.post-body{
    font-size:18px;
    line-height:30px;
    color: #0B1927;
    font-family:Verdana,Trebuchet MS,Arial;}
    
.hs-blog-post .section.post-body h3,
.hs-blog-post .section.post-body h2{
    font-size:22px;
    line-height:30px;
    color: #0B1927;
    font-weight:400;
    font-family:Verdana,Trebuchet MS,Arial;}   
    
.hs-blog-post .section.post-body ul{
  list-style:disc;
  padding:0px;
  margin: 25px 0px 0px 40px;
}

.hs-blog-post .section.post-body ol{
  padding:0px;
  margin: 25px 0px 0px 40px;
}

.hs-blog-post .section.post-body ul li, .hs-blog-post .section.post-body ol li{
  position:relative;
  padding-left:10px;
  padding-bottom:5px;
    
}

/*

.hs-blog-post .section.post-body ul li:before{
    content:"\f00c";
    position:absolute;
    left:0px;
    top:0px;
    font-family: "FontAwesome";
    width:18px;
    height:18px;
    color:#0B1927;
    font-size: 15px;
    
}
*/   


.hs-blog-post .section.post-body img{}

.hs-blog-post #blog-sec-body{
    padding:75px 0px;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat:no-repeat;
    position:relative;
    }
    
  .post-share{
    position: relative;
    top: -50px;
    left: 20px;
}

  .post-share ul{list-style:none;padding:0px;margin:0px;}

  .post-share li{
    display:inline-block;
    width:40px;
    height:40px;
    text-align: center;
    vertical-align: middle;
    float:left;
}

.post-share li a{display:inline-block;}

.post-share li a:hover,.post-share li:hover .fa{color:#600caa;}

.post-share li .fa{
    font-size:24px;
    color:#78cc1f;
    vertical-align: middle;}

.post-share .share-mod{
    position: absolute;
    z-index: 1000;
    right: -125px;
    top: -20px;
    height:40px;
    width:160px;
    overflow: hidden;
    cursor: pointer;
}





/*Author-Style*/

.author-link{color: #78cc1f;}

.topic-link:hover{color: #43a519;}

.for-topic-text{color:#03799a;font-size:16px;}

.post-item .more-link{
  float: none;
  text-align: center;
  padding: 15px 30px;
  display: inline-block;
  background: #78cc1f;
  color: #fff;
  font-weight: 400;
  margin: 20px auto 0px;
  width: 100%;
  max-width: 100%;
  font-size: 20px;
  line-height: 20px;
  text-transform: capitalize;
  font-family:Verdana,Trebuchet MS,Arial;
}
.post-item .more-link:hover,
.mycta:hover{
  background-color: #43a519 !important;
}

.post-date{
    font-size: 12px;
    color: #fff;
    z-index: 1;
    position: relative;
    font-weight: 700;
    background-color:#43a519;
    padding: 5px 10px;
    display: inline-block;
    font-family:Verdana,Trebuchet MS,Arial;
    text-transform: uppercase;
    
}

.post-date .fa{font-size:15px;}

.more-link:hover{background:#78cc1f;}


/*Recent Posts*/

.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
width: 70%;
padding-right:10px;
line-height: 20px;
font-size: 12px;
}

.popular ul li a:hover,.hs-rss-item-text a:hover{color: #43a519;}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {width: 30%;}

.hs-rss-byline{opacity: 1;font-size: 10px;font-family:Verdana,Trebuchet MS,Arial;color: #03799a;text-transform: capitalize;font-weight:bold;}

.popular ul{list-style:none;padding-left:0px;}

.popular ul li{line-height: 20px;
padding-bottom: 10px;
position: relative;
padding-left: 30px;}

.popular ul li:before,.popular ul li:before {
content: "\f00c";
position: absolute;
left: 5px;
top: 2px;
font-family: "FontAwesome";
width: 16px;
height: 16px;
color: #78cc1f;
}


.popular ul li a{font-size:14px;}

/**/


.blog-subscription{background: #f2f3f4;padding: 10px;border-top:3px solid #78cc1f;padding-bottom:30px;}

.blog-subscription label,.blog-subscription .hs-form-required{display:none;}

.blog-subscription input[type="email"]{text-align: left!important;
min-height: 36px;
border: 1px solid #ccc;}

.blog-subscription .hs-button{border: none;
padding: 10px 20px;
text-align: center;
display: block;
width: 100%;
margin-top: 5px;
font-weight: bold;
background: #;
background: #43a519;
color: #fff;
cursor:pointer;}

.hs-button:hover{background:#600caa;}


#comment-form{
  padding-top:50px;
  padding-bottom:0px;
  padding-left: 15px;
  padding-right: 15px;
 }

#comment-form input[type="email"],#comment-form input[type="text"]{
  text-align: left!important;
  min-height:50px;
  border:1px solid #ccc;
  border-radius:6px;
  font-size:16px;
  color:#747474;
  width:100%;
  margin-bottom:20px;
  padding-left:16px;
  max-width:100%;
 }
 
#comment-form .hs-form label{}
 
#comment-form .hs-form fieldset{max-width:100%;} 

#comment-form textarea{
  padding-top:15px;    
  padding-left:16px;
  border-radius:6px;
  text-align: left!important;
  min-height:120px;
  border: 1px solid #ccc;
  width:100%;
  font-size:16px;
  max-width:100%;
 }

#comment-form .hs-form-booleancheckbox input{min-height:10px;}

#comment-form .hs-button{
    border: none;
    cursor: pointer;
    float: none;
    text-align: center;
    padding: 16px 0;
    display: inline-block;
    background: #600caa;
    color: #fff;
    font-weight: 600;
    margin:0px auto 0;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    -webkit-appearance: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     transition: all .4s ease-in-out;
}

#comment-form .hs-button:hover{background:#78cc1f;}


#hubspot-topic_data{
    border-top: 1px solid #e1e3e4;
    border-bottom: 1px solid #e1e3e4;
    padding: 10px 0;}


/*Pagination-Style*/


.previous-posts-link {
    font-size: 30px;
    background: #43a519;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    position: fixed;
    left:0px;
    top: 65%;
    -webkit-appearance: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.next-posts-link {
    font-size: 30px;
    background: #43a519;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    position: fixed;
    right: 0px;
    top: 65%;
    -webkit-appearance: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    
}


.all-posts-link{
  background:#43a519;
  color: #fff;
  padding: 5px 15px;
  display: block;
  float: left;
  position: absolute;
  margin-top: 50px;
  font-weight: 600;

}


.next-posts-link:hover,.previous-posts-link:hover{background:#78cc1f;}

.post-pagination{}

.prev-post a {
    position:fixed;
    font-weight: 700;
    left: 0;
    top:65%;
    color: #ffffff;
    background-color: #43a519;
    padding: 15px 20px 10px;
    font-size: 12px;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: Verdana,Trebuchet MS,Arial;

}

.prev-post a:hover,.next-post a:hover{background:#78cc1f;}

.prev-post .fa{
  padding-right: 7px;
  font-size: 40px;
  padding-top: 0;
  position: relative;
  top: -4px;
  vertical-align: middle;
}

.next-post a{
  position:fixed; 
  font-weight: 700;
  right:0px;
  top:65%;
  color: #ffffff;
  background-color:#43a519;
  padding: 15px 20px 10px;
  font-size: 12px;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-family: Verdana,Trebuchet MS,Arial;
}

.next-post .fa{
  padding-left:7px;
  font-size: 40px;
  padding-top: 0;
  position: relative;
  top: -4px;
  vertical-align: middle;
}


.post-by-date{
  padding: 20px 0px;
  font-size: 14px;
  color: #0B1927;
  text-align: center;
  margin-top: 0;
  font-family:Verdana,Trebuchet MS,Arial;
  font-weight: 700;
  text-transform: uppercase; 
  letter-spacing: 1px;
 }

.post-by-date .fa{color:#600caa;font-size:20px;}

.hs-author-avatar{text-align:center;}

.hs-blog-post .hs-author-avatar img{border-radius:50%;border:4px solid #cccccc;}

.hs-blog-post .hs-author-avatar a{display: inline-block;}

body.hs-blog-post .blog-author-section{display:none;}

body.hs-blog-listing .blog-author-section{display:none;}

body.hs-blog-listing.author-body .blog-author-section{
    display:block;
    background-color: #0f434c;
    padding:75px 0px;
    margin-bottom:75px;}
    
body.hs-blog-listing.author-body .post-item .bottom-part,
body.hs-blog-listing.author-body .post-body{display:none;}    

body.hs-blog-listing.author-body .hs-author-profile{text-align:center;}

body.hs-blog-listing.author-body .hs-author-avatar img{max-width:150px;border-radius:50%;}

body.hs-blog-listing.author-body h2.hs-author-name{
    font-size: 30px;
    color:#ffffff;
    font-family:Verdana,Trebuchet MS,Arial;
    }
    
body.hs-blog-listing.author-body .hs-author-social-links{padding-bottom:15px;}    

body.hs-blog-listing.author-body .hs-author-bio{
    max-width:520px;
    margin:0 auto;
    float:none;
    color:#ffffff;
    font-size:16px;
    line-height:25px;
    font-family:Verdana,Trebuchet MS,Arial;
    }


body.hs-blog-listing.author-body .hs-author-social-links a.hs-author-social-link{
    background-image:none;
    width: 30px;
    height: 30px;
    border-width: 0;
    border: 0;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: 0px;
    font-size: 24px;
    color: #ffffff;}
    
body.hs-blog-listing.author-body .hs-author-social-links a.hs-author-social-link:hover{color:#43a519;}    





/*Footer STyle*/

.footer-container-wrapper{background-color: #78cc1f;}
.footer-copyright{padding:15px 0px 15px;text-align:center;color:#3a3a3a;}
.footer-copyright .widget-type-text a:link{color:#3a3a3a; font-weight: 500;} 
.footer-copyright .widget-type-text{padding-bottom:0px;}






/* ==========================================================================
   Responsive-Style
   ========================================================================== */
   
   
   
   
  @media(max-width:1024px) and (min-width:768px){
      
    body .post-item ,body .post-listing-simple{width:50%!important;} 
    
    .next-post a,.prev-post a,.next-posts-link,.previous-posts-link{font-size:0px;z-index:3;}
    
    .next-post a .fa,.prev-post a .fa,.next-posts-link .fa,.previous-posts-link .fa{font-size: 20px;
    top: 5px;
    position: relative;}
    

}


 @media(max-width:767px) and (min-width:320px){
     
     body .hs-menu-wrapper{display:none;}
     
    .recents-post ul li {padding-bottom:10px;}
     
    body .post-item ,body .post-listing-simple{width:100%!important;padding-right:0px!important;}
     
     .post-listing, .post-listing-simple{margin:0px;}
     
     .post-item .hs-author-avatar{max-width:35px;}
     
     .authorname{font-size:11px;top:8px;}
     
     .mod-50.social-shares .fa {font-size:16px;}
     
     .widget-type-blog_subscribe,.widget-type-post_listing.recents-post{padding-top:40px;}
     
     .section.post-header h2, .section.post-header h2 a {
      font-size: 30px;
      line-height: 40px;}
     
     .next-post a,.prev-post a,.next-posts-link,.previous-posts-link{font-size:0px;z-index:3;padding: 10px 10px 5px;}
     
     .next-post a .fa,.prev-post a .fa,.next-posts-link .fa,.previous-posts-link .fa{font-size:16px;top: 4px;
      position: relative;}
     
     #comment-form {
      padding-top:0px;
      padding-bottom: 0;
      padding-left:0px;
      padding-right:0px;
      }
      
     .hs-blog-post #comment-form div.input{margin-right:0px;}
     

   @media(max-width:767px){
       
       .header-container .hs_cos_wrapper_type_logo a img{max-width:150px;padding-top:0px;padding-left:15px;}
       
       .header-container-wrapper{position:relative;box-shadow:none;border-bottom: 1px solid #e2e2e3;margin-bottom: 20px;}
       
       .header-container.container-fluid .wrapper{padding-right:0px;padding-left:0px;}
       
       .header-cta{display:none!important;visibility:hidden;}
       
       body .body-container-wrapper {padding-top:0px!important;}
       
       .row-fluid .breadcrumb-section{display:none;visibility:hidden;}
       
       .blog-section{padding-top:15px;padding-right:0px;}
       
       .blog-content{padding-right:0px;}
       
       .post-body .hs-featured-image{float:none;width:100%;margin:0 auto 30px;max-width:100%;}
       
       .section.post-header h2 {font-size: 25px;line-height: 32px;}
       
       .hs-blog-post .section.post-body img:first-child {margin-bottom: 0px;}
       
       }