@import url('https://fonts.googleapis.com/css?family=Montserrat:200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900&display=swap');

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

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

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






body{
  outline: none;
}

a, a:hover{
  text-decoration:none;
}
/* Slider Style */

.recent-post-slider{
  max-height: 500px;
  overflow: hidden;
  margin-bottom:0px !important;
}
.recent-post-slider .post-item{
  position:relative; 
}
.recent-post-slider .most-recent-post-content-container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 75%;
  width: 100%;
}
.most-recent-post-featured-image-container img{
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
}

.slick-prev:before {
  content: '\f053' !important;
}
.slick-next:before {
  content: '\f054 ' !important;
}
.slick-prev:before, .slick-next:before {
  font-family: 'fontawesome' !important;
}
.slick-prev {
  left: 25px !important;
}
.slick-next {
  right: 25px !important;
}
.slick-prev, .slick-next{
  width: 30px !important;
  height: 60px !important;
  background: #F9D342 !important;
  z-index: 1;
}
.most-recent-post-content-container #most-recent-post-topic-data {
  margin:0px;
}

.most-recent-post-content-container #most-recent-post-topic-data .topic-link{
  background: #f9d342;
  color: #292826;
  text-decoration: none;
  font-size: 12px;
  padding: 7px 14px;
  letter-spacing: 0.5px;
  border-radius: 2px;
}
.most-recent-post-title h2{
  margin: 0;
  padding: 22px 0 10px;
  color: #fff;
  font-size: 48px;
  line-height: 1.1;
}
.most-recent-post-title h2 a{
  color: #fff;
}
.most-recent-post-date-details .author-link, .most-recent-post-date-details{
  font-size: 13px;
  color: #fff;
}
.most-recent-post-date-details i{
  margin-right: 3px;
  color:#F9D342
}
.author-link{
  margin-right: 18px;
  color: #292826
}
a.more-link {
  background:#F9D342;
  color: #292826;
  text-decoration: none;
  font-size: 14px;
  padding: 7px 14px;
  letter-spacing: .5px;
  border-radius: 2px;
  display: inline-block;
  border: 1px solid #F9D342;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
}
a.more-link:hover {
  background: #bd9e25 !important;
  border-color: #f9d342;
  color:#fff;
}
.most-recent-read-more-btn a.more-link{
  margin-top: 22px;
  font-size: 16px;
  letter-spacing: 0;
}
.most-recent-post-featured-image-container img:before{
  content: '';
  background: rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.most-recent-post-featured-image-container:before {
  content: '';
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 100%;
  height: 100%;
}
.top-bar{
  background: #f2f2f2;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
}
.top-bar h3 {
  float: left;
  font-size: 24px;
  margin-right: 15px;
}
.blog-topics {
  position: relative;
  display: inline-block;
}
.blog-topics ul {
  padding: 0;
  position: relative;
  display: inline-block;
  margin: 18px 0;
}
.blog-topics .topic {
  background: #ffffff;
  display: initial;
  width: 260px;
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 10px 10px 10px 15px;
  cursor: pointer;
  color: #000000;
}
.blog-topics li {
  list-style: none;
}
.blog-topics ul li a{color: #292826}
.blog-topics ul li a:hover, .blog-list-search .serch-submit-btn:hover{
  background: #F9D342;
  color:#ffffff;
}
.blog-topics .topic .fa {
  float: right;
  font-size: 20px;
  padding: 0px 5px 0 0;
}
.blog-topics ul ul {
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  background: #fff;
  width: 100%;
  top: 38px;
  border: 1px solid #e0e0e0;
  margin: 0;
}
.blog-topics ul li a {
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
}
a {
  text-decoration: none;
  color: #191837;
  -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;
}

/* blog-subscription-form */

.blog-subscription-box{
  margin: 18px 0 !important;
}
.blog-subscription-box .hs_email.field.hs-form-field>label {
  display: none;
}
.blog-subscription-box #hs_form_target_blog_subscription input[type="email"], .blog-subscription-box .widget-type-blog_subscribe input[type="email"] {
  width: 100%;
  font-size: 16px;
  border-radius: 2px 0 0 2px !important;
  border-right: none;
  padding: 2px 12px;
  background: #f8f8f8;

  border: 1px solid #e0e0e0;
}
.blog-subscription-box h3{
  margin:0 15px 0;
}
.blog-subscription-box .sproket{
  display:none;    
}
.blog-subscription-box form{
  display:flex;
  align-items: center;
}
.blog-topic-section{
  width:50% !important;
  margin:0 !important;
}
.blog-subscription-box{
  width:50% !important;
}
.blog-subscription-box .hs-email.hs-form-field{
  width: 100%;
}
.blog-subscription-box .hs-error-msgs.inputs-list{
  display:none !important;
}



.blog-list-body{
  padding:60px 0
}
.blog-list-body > .row-fluid-wrapper > .row-fluid > .page-center{
  max-width: 1140px;
  margin: 0 auto;
}
.blog-list-body .heading-title h2{
  margin: 0;
  font-size: 27px;
  line-height: 1.5;
  display: inline-block;
  border-bottom: 3px solid;
  -moz-border-image: -moz-linear-gradient(left,#e0b014 0%,#f9d342 100%);
  -webkit-border-image: -webkit-gradient(linear,left top,right top,color-stop(0%,#e0b014),color-stop(100%,#f9d342));
  -webkit-border-image: -webkit-linear-gradient(left,#e0b014 0%,#f9d342 100%);
  -o-border-image: -o-linear-gradient(left,#e0b014 0%,#f9d342 100%);
  -ms-border-image: -ms-linear-gradient(left,#e0b014 0%,#f9d342 100%);
  border-image: linear-gradient(to right,#e0b014 0%,#f9d342 100%);
  border-image-slice: 100%;
  border-image-slice: 1;
}

.blog-list-search form input{
  width: 260px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.21);
  padding: 10px 10px 10px 15px;
  border-radius: 0 !important;
  margin:0px !important;
}
.blog-list-search form .serch-submit-btn:before {
  content: '\f002';
  font-family: fontawesome;
  background: transparent;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 16px;
  color: #292826;

}
.serch-text-input input{
  border-right: 0px !important;   
}
.serch-text-input{
  float: right;
  padding-right: 40px;
  max-width: 450px;
  width: 100%;
  position: relative;
}
.blog-list-header > .row-fluid-wrapper  > .row-fluid {
  display:flex;

}
.blog-title-section, .blog-list-search{
  width: 50% !important;
  margin: 0 !important;
}
.blog-list-search .serch-submit-btn{
  position: absolute;
  border: transparent;
  font-size: 0;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  background: #F9D342;
  padding: 0;
}
.blog-subscription-box form .input input{
  border-radius: 2px 0 0 2px !important;
  margin:0px;
}
.content .desc small i{
  margin-right: 5px;
}

/* Blog List */
.comment-body p, .comment-from h4{
       margin: 0px !important;
}
.post-footer .comment{
  padding-top: 20px;
}
.multi-blog-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 78px 0px 15px 0px;
  max-width: 1140px;
  margin: 0 auto;
}
.multi-blog-wraper .multi-blog {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0px;
}
.multi-blog-wraper .multi-blog .content {
  height: auto;
  width: 360px;
  position: relative;
  -moz-background-size: cover !important;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 37px;
}
.multi-blog-wraper .multi-blog .content .category {
  width: 68px;
  height: 68px;
  background-color: rgba(255, 196, 0,0.8);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center 15px;
  display:none;
}
.multi-blog-wraper .multi-blog .content .topic-icon.wellbeing:before {
  content: "\f24e";
}
.multi-blog-wraper .multi-blog .content .topic-icon:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "";
  font-size: 35px;
  width: auto;
  height: auto;
  margin: 0;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
}
.multi-blog-wraper .multi-blog .content .category:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background-position: top;
  margin: 0px auto;
}
.multi-blog-wraper .multi-blog .content .desc {
  background: #f2f2f2;
  padding: 13px 25px; 
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  transition: height 0.5s ease;
  border-bottom: 5px solid #f9d342;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.multi-blog-wraper .multi-blog .content .desc small {
  font-size: 13px;
  color: #292826;
  margin: 0;
}
.multi-blog-wraper .multi-blog .content .desc h4 {
  font-size: 18px;
  color: #292826;
  font-weight: 600;
  margin: 10px 0px;
  font-family: 'Roboto', sans-serif;
}
.multi-blog-wraper .multi-blog .content .desc p {
  font-size: 16px;
  color: #292826;
  font-weight: 400;
  margin: 0;
}
/* .multi-blog-wraper .multi-blog .content .desc span {
display: block;
width: 11px;
height: 18px;
background: url(//cdn2.hubspot.net/hubfs/685080/IMG-TurboSodium/Sodium%20v2/read-more-white.png);
background-position: right;
padding-left: 100px;
background-repeat: no-repeat;
float: right;
} */

.multi-blog-wraper .multi-blog:nth-child(3n+2) {
  margin: 0px 30px;
}
.post-featured-image-container{
  position:relative;
}
.post-featured-image img{
  width: 100%;
  height: auto;
  min-height: 238px;
  object-fit: cover;
  display:block;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
/* Input Style */

body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"], body input[type="file"], body textarea, body select {
  width: 100%;
  font-family: Roboto;
  font-size: 16px;
  display: block;
  height: 40px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-family: 'Lato',sans-serif !important;
}
.blog-subscription-box .hs-button.primary.large {
  background: #F9D342 !important;
  border: 0;
  color: #292826;
  text-transform: uppercase;
  font-weight: bold;
  height: 40px !important;
  padding: 0 22px;
  font-family: Roboto;
  margin-top: 0px;
  box-shadow: inset 0 0 0 transparent;
}
.blog-subscription-box .hs-button.primary.large:hover{
  background: #e6c134 !important;
}
body .hs-button.primary, body input[type="submit"], body input[type="button"] {
  background: #fff;
  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: ;
  padding: 8px 16px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  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-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: #191837;
  border-color: #191837;
  -webkit-appearance: none;
  font-family: 'Lato',sans-serif !important;
}

.multi-blog .clearfix {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 38px;
}
.blog-pagination {
  width: 100%;
  padding-left: 0px;
  cursor: auto;
  text-align: center;
}
.blog-pagination-left, .blog-pagination-center, .blog-pagination-right {
  display: inline-block;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.blog-pagination-center{
  display:flex;
  justify-content: center;
}
.blog-pagination{
  display:flex;
      justify-content: center;
}
.blog-pagination a.active {
  background-color: #F9D342;
  border: solid 1px #F9D342;
  color: #fff;
}
.blog-pagination a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  color: #626262;
  display: block;
  line-height: 22px;
  border: solid 1px #ebebeb;
  height: 27px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  line-height: 1.5;
  margin: 0 4px;
}
.reading-minutes{
  background: rgba(0,0,0,0.7);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  height: 60px;
  position: absolute;
  right: -22px;
  top: -22px;
  width: 60px;
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  z-index: 5;
  text-align: center;
  line-height: 60px;
}

.overlay{
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;

  background: rgba(249, 211, 66, 0.8) none repeat scroll 0 0 !important;
  display: block;
  position: absolute;
  z-index: 4;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
.multi-blog .content:hover .overlay{
  height: 100%;
}
.overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  margin: 0 auto -30px auto;
  border: none;
  font-size: 50px;
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.blog-section .lenrax-contents .overlay a .fa {
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.post-topic-data{
  position: absolute;
  bottom: 0px;
  background: #f9d342;
  padding: 6px 9px;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #292826;
}
.post-topic-data a{
  color:#292826
}

/* Post Pagr */

.hs-blog-post .blog-list-body {
  padding:  0;
}


.blog-post-middle-container .page-center{
  max-width: 780px;
  margin: 0 auto;
  padding: 0px 15px;
}
.blog-post-middle-text{
  margin-top:60px;
  position:relative;
}
.blog-comment-container .page-center{
  margin-bottom:60px !important;
}
.blog-post-middle-text p{
  margin: 10px 0;
  font-family:'Roboto', sans-serif;
  color: #191837;
  font-size: 15px;
  line-height: 23px;
}
.blog-post-middle-text h3{
  font-size: 22px;
  line-height: 33px;
  margin: 20px 0 10px;
  font-family: 'Montserrat', sans-serif;
}

blockquote {
  margin: 30px 0;
  border-left: 4px solid #F9D342;
  padding-left: 15px;
  font-size: 17px;
  line-height: 1.5;
}
.hs-blog-post .recent-post-slider .post-item, .hs-blog-post .recent-post-slider{
  max-height: 300px;
}
/* Share icon */

.blog-post-social-share a, .hs-author-social-links a{
  background: #F9D342;
  color: #292826;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  margin-right: 0px;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.blog-post-social-share a:hover {
  color: #292826;
  background: #fff;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
}

.blog-post-social-share{
  display: flex;
  flex-direction: column;
  position: absolute;
  left: -80px;
}
.hs-blog-post .blog-post-middle-text ul {
  padding: 0;
  list-style: none;
}
.hs-blog-post .blog-post-middle-text ul li {
  margin: 5px 0;
  padding-left: 25px;
  position: relative;
  font-size:15px;
}
.hs-blog-post .blog-post-middle-text ul li::before {
  background: #F9D342;
  border-radius: 100%;
  color: #F9D342;
  content: "" !important;
  font-size: 52px;
  height: 6px;
  left: 0;
  line-height: 5px;
  margin-right: 15px;
  position: absolute;
  top: 8px;
  vertical-align: middle;
  width: 6px;
}

a{
  color:#F9D342
}

/* Authore */

.about-author-sec .author-image img{
  width:100%;
  height:auto;
  border-radius: 50%;
  border: 3px solid;
  border-color: #F9D342;
}
.about-author-sec{
  display: flex;
  align-items: center;
  justify-content: center;
}
.author-bio-content h3{
  margin-top:0px;
}
.about-author-sec {
  margin-top: 50px;
  border: 2px solid;
  padding: 30px;
  border-color: #292826;
  border-radius: 4px;
}




/* Comments */




/* Form Style */

body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"], body input[type="file"], body textarea, body select {
  width: 100%;
  padding: 8px;
  margin: 6px 0 15px;
  border: 1px solid #ccc;
  background: #fafafa;
  font-family: sans-serif;
  font-size: 14px;
  border-radius: 2px;
}
.post-footer form input{
  box-shadow: none;
}
.post-footer label{
  font-size: 15px;
}
.post-footer form .hs-button.primary{
  background-color: #F9D342!important;
  border-color: #F9D342 !important;
  padding: 12px 18px !important;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid;
  letter-spacing: 0.8px;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 30px 0 0px;
  color: #292826;
}
.post-footer form .hs-button.primary:hover{
  color: #fff !important;
  background: #bd9e25 !important;
  border-color: #f9d342 !important;
}
.hs-common-confirm-message{
  color: #000 !important;
  font-size: 18px !important;
  border: none !important;
  font-weight: bold;
  text-align: center;
}
.hs-error-msgs.inputs-list {
  color: red;
  list-style: outside none none;
  padding: 5px;
}
.hs-error-msg{
  font-size: 13px !important;
}
.comment-from h4{
  margin:0px 0 10px;
}

.post-footer .comment{
  margin: 10px 0 !important;
}
.comment-title h2{
  margin:0px;
}
.post-footer #comments-listing{
  margin-top:0px;
}
.hubspot-link__container.sproket{
  display:none;
}

.blog-post-next-previous-container {
  margin: 50px 0;
  overflow: hidden;
}

.blog-post-next-previous-container a {
  text-decoration: none;
}
.blog-post-next-previous-container > a {
  display: inline-block;
  float: left;
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-size: cover;
  position: relative;
  background-position: center center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.blog-post-prev-link {
  padding: 40px 40px 40px 150px;
  margin-right: 10px;
}
.blog-post-next-previous-container > a.blog-post-prev-link::before {
  background: #F9D342 none repeat scroll 0 0;
  -webkit-border-radius: 6px 0;
  -moz-border-radius: 6px 0;
  -o-border-radius: 6px 0;
  border-radius: 6px 0;
  color: #fff;
  content: "Prev";
  left: 0;
  padding: 3px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 55px;
  z-index: 8;
  letter-spacing: 0.3px;
}
.blog-post-next-previous-container > a > div {
  color: #fff;
  position: relative;
  z-index: 8;
}
.blog-post-next-link {
  padding: 40px 150px 40px 40px;
  margin-left: 10px;
}
.blog-post-prev-block-arrow {
  font-size: 36px;
  margin: auto;
  position: absolute !important;
  left: -88px;
  top: -11px;
  line-height: normal;
}
.next-prev-post-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.blog-post-next-block-arrow {
  font-size: 36px;
  margin: auto;
  position: absolute !important;
  right: -88px;
  top: -11px;
  line-height: normal;
}
.blog-post-next-link {
  text-align: right;
}
.blog-post-next-link {
  padding: 40px 150px 40px 40px;
  margin-left: 10px;
}
.blog-post-next-previous-container > a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://cdn2.hubspot.net/hubfs/476360/Images/overlay-pattern.png?t=1494833093949);
  content: "";
  top: 0;
  left: 0;
  opacity: 0.9;
  border-radius: 8px;
}
.blog-post-next-previous-container > a.blog-post-next-link::before {
  background: #F9D342 none repeat scroll 0 0;
  -webkit-border-radius: 0 6px 0 6px;
  -moz-border-radius: 0 6px 0 6px;
  -o-border-radius: 0 6px 0 6px;
  border-radius: 0 6px 0 6px;
  color: #fff;
  content: "Next";
  right: 0;
  padding: 3px 10px;
  position: absolute;
  top: 0;
  z-index: 8;
  text-align: center;
  width: 55px;
  letter-spacing: 0.3px;
}
.blog-post-next-previous-container > a:hover {
  opacity: 0.75;
}
.post-footer fieldset textarea{
  height: 120px;
}

.related-post-container.multi-blog-wraper{
  padding: 20px 0px 15px 0px;
  max-width: 100%;
  justify-content: flex-start;
}
.related-post-heading h2{
  margin: 0 0 10px;
}
.related-post{
  padding: 45px 0 0;
}

/* authore page */

.author-box{
  display: flex;
  justify-content: center;
  margin-top: 0px;
  border: 2px solid;
  padding: 30px;
  border-color: #292826;
  border-radius: 4px;
}
.author-box .hs-author-avatar{
  width:20%
}
.author-box .hs-author-avatar img {
  width: 100%;
  height:auto;
      border-radius: 4px;
}
.author-box .author-contant{
  width: calc(80% - 20px);
  width: -webkit-calc(80% - 20px);
  margin-left: 30px;
}
.author-box .hs-author-bio {
    margin-bottom: 10px;
}
.author-box span.hs-author-social-label {
    font-size: 18px;
    font-weight: 500;
}
.author-box .hs-author-social-links{
      margin-top: 8px;
}

.hs-author-profile h2.hs-author-name {
  margin:0 0 10px;
}
.post-listing .hs-author-profile{
  max-width: 1170px;
  margin: 0 auto;
  padding: 50px 0 0;
}
h3.hs-author-listing-header {
    text-align: center;
    margin: auto;
    margin-top: 70px;
    font-size: 30px;
}
#hubspot-topic_data a.topic-link{
  color: #292826
}
#hubspot-topic_data a.topic-link:hover{
  color: #F9D342
}
.nothing-found {
  font-weight: bold;
  color: red;
  margin: 100px 0 200px;
  font-size: 30px;
}
.custom-menu-primary ul.hs-menu-children-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
}







/* Responsive CSS */

@media(max-width:1169px){
  .multi-blog-wraper .multi-blog {
    margin: 0px 15px;
  }
  .multi-blog-wraper .multi-blog:nth-child(3n+2) {
    margin: 0px 15px;
  }
}

@media(max-width:991px){
  .top-bar h3 {
    float: none;
    margin: 0;
  }
  .blog-topic-inner-container, .blog-subscription-box{
    text-align:center;
  }
  .blog-subscription-box form{
    justify-content: center;
  }
  .blog-post-next-link {
    padding: 40px 110px 40px 40px;
  }
  .blog-post-prev-link {
    padding: 40px 40px 40px 110px;
  }
  .blog-post-social-share{
    left:-50px;
  }
}
@media(max-width:880px){
  .blog-post-social-share {
    left: -50px;
  }
  .blog-post-middle-text{
        margin-left: 50px;
  }
}
@media(min-width:768px){
  .child-trigger{
    display:none !important;
  }
}
@media(max-width:767px){
  .most-recent-post-featured-image-container img {
    max-height: 300px;
  }
  .slick-slide {
    max-height: 300px;
    overflow: hidden;
  }
  .recent-post-slider .most-recent-post-content-container{
    width:100%;
  }
  .most-recent-post-title h2 {
    font-size: 36px;
  }
  .blog-subscription-box, .blog-topic-section {
    width: 100% !important;
    margin: 0 !important;
  }
  .blog-topics, .blog-topics ul, .blog-topics .topic {
    width: 100%;
    margin:0px;
  }
  .blog-subscription-box form .hs-form-field{
    width:100%;
  }
  .blog-subscription-box .widget-type-blog_subscribe input[type="email"] {
    width: 100%;
  }
  .top-bar h3{
    line-height: normal;
    margin: 16px 0 8px;
  }
  .blog-subscription-box form {
    flex-direction: column;
  }
  .blog-subscription-box form .hs-submit{
    margin-top:18px;
    width:100%;
  }
  .blog-subscription-box .hs-button.primary.large{
    width: 100%;
  }
  .blog-title-section{
    width: 40% !important;
  }
  .blog-list-search{
    width: 60% !important;
    margin: 0 !important;
  }
  .hs-blog-post .about-author-sec{
    flex-direction:column;
    text-align: center;
  }
  .about-author-sec .author-image img{
    max-width:160px;
    width:100%;
  }
  .next-prev-post-title {
    font-size: 14px;
  }
  .blog-post-next-link {
    padding: 40px 70px 40px 40px;
  }
  .blog-post-prev-link {
    padding: 40px 40px 40px 70px;
  }
  .blog-post-prev-block-arrow{
    left: -50px;
  }
  .blog-post-next-block-arrow{
    right: -50px;
  }
  .blog-post-middle-text h3 {
    font-size: 20px;
  }
  body form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
  }
  .author-box{
    flex-direction: column;
    text-align:center;
  }
  .author-box .hs-author-avatar {
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
    margin: 0 auto 10px;
  }
  .author-box .author-contant {
    width: calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    margin-left: 0;
  }
  .blog-post-middle-text {
    margin-left: 40px;
  }
  .hs-blog-post .recent-post-slider .post-item, .hs-blog-post .recent-post-slider {
    max-height: 220px;
  }
}
@media(max-width:600px){
  .blog-post-next-previous-container > a{
    width: -webkit-calc(50% - 0px);
    width: -moz-calc(100% - 0px);
    width: calc(100% - 0px);
    margin: 20px 0 0;
  }
  .blog-post-next-previous-container {
    margin: 15px 0;
    overflow: hidden;
  }
}

@media(max-width:480px){
  .slick-prev, .slick-next {
    width: 25px !important;
    height: 45px !important;
  }
  .most-recent-post-content-container #most-recent-post-topic-data .topic-link{
    font-size:12px;
  }
  .most-recent-post-title h2 {
    font-size: 28px;
  }
  .slick-prev {
    left: 10px !important;
  }
  .slick-next {
    right: 10px !important;
  }
  .most-recent-read-more-btn a.more-link {

    font-size: 14px;
  }
  .blog-list-header > .row-fluid-wrapper  > .row-fluid {
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
  }
  .blog-title-section, .blog-list-search{
    width: 100% !important;
    margin: 0 !important;
  }
  .blog-list-body .heading-title h2{
    margin-bottom: 15px;
  }
  form.hs-form-3f2071a4-74b7-4883-ab0c-6e67766b7e5d_70b9512e-85b2-4d6d-99a9-016a9a1b44ab:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
    width: 100%;
  }
  body form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100% !important;
}
  
}
@media only screen and (max-width: 400px){
  .multi-blog-wraper .multi-blog .content {
    width: 340px;
  }
  .author-box{
    padding: 15px; 
  }


}
@media only screen and (max-width: 360px){
  .multi-blog-wraper .multi-blog .content {
    width: 280px;
  }

}