/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

















/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/


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

/*************************************************** Featured Article ******************************************************/
.blog-subscription-inner h3.form-title {
  display: none;
}
.featured-article {   
  background-size: cover;
  background-position: center;
  display: table;
  width: 100%;
}

.featured-article #hubspot-topic_data {
  display: block;
  margin-bottom: 0 !important;
  color: #fff;
}



.featured-article .inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color:#fff;
  text-align:center;
  padding: 150px 0 120px 0;
  margin-top: 84px;
}

.body-container--blog-index {
  margin-top: 84px;
}

.featured-article .inner .page-center{
  max-width:800px;
  margin: 0 auto;
}
.featured-article .inner h1 {
  line-height: 60px;
  margin: 20px 0 40px 0;
}
.featured-article .inner h1 a{ color:#fff; }
.featured-article .inner .topic-link{
  color:#fff;
  text-transform:uppercase;
  text-decoration:underline;
  font-size:14px;
  font-weight:bold;
}
.featured-article .inner p {
  text-transform: uppercase;
  font-weight: 600;
}
.featured-article .read-more {
  background: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}
.featured-article .read-more:hover{
  background: #3452ff;
  color:#fff;
}

.featured-article .inner{
  padding-top:132px;
}

/* BLog listing CSS  */

.body-container--blog-index {
  background-color: #f7f7f7;
}


.blog-listing-one {
  padding: 45px 0;
}

.blog-listing-five .blog-listing-one .post-item {
  width: 100%;
}

/* .blog-listing-one .post-item:first-child {
  display: none;
} */

.related-image.related-image--fea-and-rel {
  width: 100%;
/*   height: 130px;
  overflow: hidden; */
}

.related-posts .related-post-item img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#hubspot-topic_data {
  display: none;
}

.blog-topics { 
  text-align:center; 
  margin-top:0;
  padding: 0;
  background: #eaebed;
}

.blog-topics ul {
  padding: 0 0 0 0;
  margin: 0;
}

.blog-topics ul li {
  display: inline-block;
  margin-bottom: 0;
}

.blog-topics ul li::before {
  display: none;
}

.blog-topics ul li a{ 
  padding:20px 15px; 
  display:inline-block;
  font-weight: 600;
  color: #1a1a1a;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.blog-topics ul li a:hover {
  color: #3452ff;
}

.blog-topics ul li a:focus {
  color: #3452ff;
}

.blog-topics ul li a:active {
  color: #3452ff;
}

.blog-listing-one .post-item {
  width: 33.33%;
  text-align: left;
  padding:0 15px 0 0px !important;
  display: inline-block;
  margin: 15px -2px;
  vertical-align: top;
}
.post-item .post-inner .hs-featured-image-wrapper {
  position: relative;
  text-align: center;
}
.post-item .post-inner .hs-featured-image-wrapper .read-more {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);    
  background: #fff;
  padding: 10px 20px; 
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  opacity:0;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}
.post-item .post-inner .hs-featured-image-wrapper .read-more:hover{
  background: #ffffff;
  color:#fff;
} 

.post-item .post-inner:hover .hs-featured-image-wrapper .read-more{
  opacity:1;
}
.blog-listing-one .post-item .post-inner{
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;

}
.blog-listing-one .post-item .post-inner:hover {
  -webkit-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);;
}
.blog-listing-one .post-item .short-desc {
  font-size: 16px;
  padding: 10px 30px 20px 30px;
  display: inline-block;
  background: #fff;
  width: 100%;
  font-weight:bold;    
  min-height:150px;
}
.blog-listing-one .post-item .short-desc .post-title {
  font-size: 21px;
  line-height: normal;
  font-weight: bold;
  opacity: 1;
  min-height: 110px;
  display: inline-block;
  color: #1a1a1a;
}
.blog-listing-one .post-item .short-desc .post-title:hover{
  color: #3452ff;
}
.blog-listing-one .post-item img{
  margin:0 !important;
}
.blog-pagination {
  text-align: center;
}

.blog-pagination ul {
  margin: 20px 0;
}

.blog-pagination .next-posts-link,
.blog-pagination .previous-posts-link{
  float:none;
}
.blog-pagination li{
  list-style:none;
  display:inline-block;
  margin-bottom: 0;
  padding-left: 0;
}

.blog-pagination li::before {
  display: none;
}
.blog-pagination a{
  font-size: 14px;    
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;

}
.blog-pagination a:hover{
  background: transparent;
  box-shadow: none;
}
.blog-pagination .active a{
  color: #3452ff;
}
.blog-pagination .hide{
  display:none;
}
.blog-pagination a .fa-angle-right {
  margin-left: 5px;
  font-size: 20px;
}
.blog-pagination ul{
  padding:0;
}
.blog-pagination a .fa-angle-left {
  margin-right: 5px;
  font-size: 20px;
}
.blog-listing-one .topic-link, 
.blog-listing-one .hubspot-topic_data {
  color: #3452ff;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
}
.hooke-style {
  font-size: 24px;
  line-height: 32px;
  margin: 35px 0;
}
.photo-credit-caption {
  color: #808080;
  font-size: 16px;
  text-align: center;
  margin-bottom:20px;
}

/*  One Column Blog CSS */
.blog-listing-five .post-item .post-inner {
  display: table;
  width: 100%;
  background: #fff;
}

.blog-listing-five .post-item .post-inner .hs-featured-image-wrapper {
  position: relative;
  text-align: center;
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

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

.blog-listing-one .post-item img {
  margin: 0 !important;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: initial;
  max-width: 100%;
  display: inline-block !important;
  float: none !important;
  margin: 10px 0px 10px 0px;
}

.blog-listing-one .post-item img {
  margin: 0 !important;
}

.post-item .post-inner .hs-featured-image-wrapper .read-more {
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transition: ease-in-out all .4s;
  -webkit-transition: ease-in-out all .4s;
  -ms-transition: ease-in-out all .4s;
  -o-transition: ease-in-out all .4s;
  background: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  opacity: 0;
}

.blog-listing-one .post-item .short-desc {
  font-size: 16px;
  padding: 10px 30px 20px 30px;
  display: inline-block;
  background: #fff;
  width: 100%;
  font-weight: bold;
  min-height: 150px;
}

.blog-listing-five .post-item .short-desc {
  font-weight: normal;
  font-size: 14px;
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.blog-listing-one .post-item {
  text-align: left;
}

.blog-listing-five .post-item .short-desc .date {
  color: #3574E3;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 0;
  width: 100%;
  display: inline-block;
}

.blog-listing-one .post-item .short-desc .post-title {
  font-size: 21px;
  line-height: normal;
  font-weight: bold;
  opacity: 1;
  min-height: 110px;
  display: inline-block;
  color: #1a1a1a;
}

.blog-listing-five .post-item .post-inner .post-title {
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  min-height: auto;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.blog-listing-five .post-item .post-inner .short-desc .tag-color {
  color: #3452ff;
}

.blog-listing-five .post-item .post-inner .short-desc #hubspot-author_data {
  float: none !important;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  margin-top: 10px;
}

.blog-listing-five .post-item .post-inner .short-desc #hubspot-author_data img {
  width: 35px !important;
  border-radius: 100%;
  float: left;
  margin-right: 15px !important;
}

.blog-listing-five .post-item .post-inner .short-desc #hubspot-author_data .author-link {
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
  display: inline-block;
  transition: all .4s ease-in-out;
}

/****************************************************************** Blog Post **********************************************************************/
.blog-post-section .widget-type-blog_content {
  background: #fff;    
  box-shadow: 0 0 6px #e0e0e0;
  padding: 30px 40px 40px 40px;
}
.blog-listing-five {
  padding-bottom: 60px;
}

.blog-post-section {
  padding: 0 0 60px 0;
}



.body-container-wrapper.body-top-space .blog-detail-wraper{
  padding-top: 145px;
}

.body-container-wrapper.transparent-top-space .body-top-space .fixedsocailmedia-block {
  top: 242px;
}

.body-container-wrapper.transparent-top-space.body-top-space .blog-detail-wraper{
  padding-top: 196px;
}

.blog-post-section .comment-header {
  float:left;
  width:100%;
}

.blog-post-wrapper .hs-featured-image {
  margin: 30px 0 20px 0 !important;
  width: 100% !important;
  max-width: none !important;
}

.blog-post-wrapper p {
  margin-bottom: 0;
}

.blog-post-wrapper p:last-child {
  margin-bottom: 1.4rem;
}

.blog-post .category {
  display: inline-block;
}

.blog-post .category .topic-link::before {
  font-family: FontAwesome;
  content: "\f02c";
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  color: #999;
}
.blog-post .date {
  display: inline-block;
  padding:0 15px;
}
.blog-post .date::before {
  font-family: FontAwesome;
  content: "\f017";
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  color: #999;
  margin-left: 10px;
}
.blog-post .blog-listing-author {
  display: inline-block;
  color: #1a1a1a;

}

.blog-listing-author span {
  color: #3452ff;
  text-decoration: underline;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}
.blog-post .blog-listing-author:hover span {
  color: #3452ff;
}

.hs-blog-social-share{
  width:100%;
}

#hs_cos_wrapper_blog_social_sharing {
  display: none;
}

/*.blog-post h1 {*/
/*    font-size: 36px;*/
/*    line-height: normal;*/
/*}*/

.blog-post  .blog-listing-wrapper.style-one.cell-wrapper {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
  font-size: 15px;
}
.blog-post-section .widget-type-blog_subscribe {
  background: #0585fc;
  color: #fff;
  text-align: center;
  padding: 30px;
  margin-top:30px;
}
.blog-post-section .widget-type-blog_subscribe h3 {
  font-size: 18px;
  text-transform:uppercase;
}
.blog-post-section .widget-type-blog_subscribe input {
  width: 100% !important;
  border-radius: 0;
  border: none;
  height:45px;
}
.blog-post-section .widget-type-blog_subscribe .hs-button.primary.large {
  background: #fff;
  border: navajowhite;
  border-radius: 0;
  width: 100%;
  margin-top: 15px;
  padding: 12px 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  height:auto;
}
.blog-post-section .widget-type-blog_subscribe .hs-button.primary.large:hover{
  color:#000;
}
.blog-post-section .widget-type-blog_subscribe .hs-error-msgs label {
  color: red;
  text-shadow: none;
  font-size: 14px;
  text-align: left !important;
  font-weight: normal;
}
.blog-post-section .recent-post{
  margin-top:25px;
}
.blog-post-section .recent-post ul {
  padding: 0 0 10px 17px;
}
.blog-post-section .recent-post ul li {
  margin: 15px 0;
}
.blog-post-section .post-by-tag ul {
  padding: 0 0 0 17px;
}
.blog-post-section .post-by-tag ul li {
  margin: 15px 0;
}

.blog-post-section .hs-button.primary {
  min-width: 100%; 
}

.blog-post-section .hs-button.primary:focus,
.blog-post-section .hs-button.primary:active {
  outline: 0;
  box-shadow: none;
}

.blog-post-section .hs-search-module .input{
  position:relative;
}

.blog-post-section .hs-search-module .input input:focus{
  box-shadow:none !important;
}

.blog-post-section .widget-type-google_search label {
  font-size: 36px;    
  display: block;
  margin: 0 0 0;
}
.blog-post-section .section.post-footer {
  background: #fff;
  box-shadow: 0 0 6px #e0e0e0;
  float: left;
}

.blog-post-section .hs-form  {  
  padding: 40px 25px;
  border: none;
  border-radius: 0;
}

.blog-post-section .hs-form  .hs_firstname, 
.blog-post-section .hs-form  .hs_lastname, 
.blog-post-section .hs-form  .hs_email, 
.blog-post-section .hs-form  .hs_website {
  width: 50%;
  display: inline-block;
  padding:0 15px;
  vertical-align: top;
}

.blog-post-section .hs-form  .hs-error-msgs.inputs-list {
  margin: 0;
}

.blog-post-section .hs-form  .hs_comment.field {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
}

.blog-post-section .hs-form .hs_submit,
.blog-post-section .hs-form .hs_subscribe{
  padding:0 15px;
}

.blog-post-section .hs-form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-left:15px;
}

.blog-post-section .hs-form .hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {
  margin: 0;

}

.comment-date {
  font-size: 0.8em;
  color: #666;
  display: inherit !important;
  text-align: left;
}
.comment-from h4 {
  font-size: 16px !important;
  text-transform:uppercase;
  margin: 0;
  color: #0585fc;
}
.comment-from h4 a:hover{
  color:#0585fc;
}
.comment-reply-to.hs-button {
  position: absolute;
  top: 36px;
  right: 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  width: 55px;
  overflow: hidden;
  height: 20px;
}
.comment {
  position: relative;
  border:none;
}
.comment.depth-0{
  border:none !important;
}
.comment-reply-to::before{
  display:none;
}
.comment-reply-to em{
  display:none;
}
.comment-body{
  padding:0;
}
.related-posts {
  display: inline-block;
  width: 100%;
  padding: 40px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 0 6px #e0e0e0;
  margin-top: 30px;
}
.related-posts .related-post-item {
  width: 33.33%;
  float: left;
  padding: 0 30px 0 0;
}
.related-posts h5 {
  margin-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
}
.related-posts .related-title a {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0;
  display: inline-block;
}
.blog-post-section .comment-header {
  background: #fff;
  padding: 30px 40px;
  box-shadow: 0 0 6px #e0e0e0;
}
.blog-post-section .comment-header h4 {
  float: left;
  margin: 12px 0 0 0;
  font-size: 16px;
  text-transform: uppercase;
}

.blog-post-section .comment-header p {
  margin: 0;
}

.blog-post-section .comment-header a {
  float: right;
  background: #ffffff;
  font-size: 14px;
  padding: 14px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-top:0px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.blog-post-section .comment-header a:hover {
  background: #3452ff;
}
#comments-listing {
  border-bottom: 0 !important;
  padding: 0 !important;
  /*background: #fff;*/
  padding: 0 60px 30px;
  margin-bottom: 0;
  margin-top: 0;
  /*box-shadow: 0 0 6px #e0e0e0;*/
  border-bottom: 1px solid #e0e0e0;
}
.blog-post-section .author-detail {
  display: inline-block;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 6px #e0e0e0;
  padding: 40px;
  margin-top: 30px;
}
.blog-post-section .author-detail .author-header {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 12px 0;
  margin-bottom: 30px;
}
.blog-post-section .author-detail .author-header h6{
  font-size: 16px;
  text-transform: uppercase;
}
.blog-post-section .author-detail .image {
  width: 120px;
  float: left;
  margin-right:30px;
}
.blog-post-section .author-detail .image img{
  width:100%;
  border-radius:100%;
}
.blog-post-section .author-detail .author-description a.hs-author-social-link {
  padding-right: 10px;
  font-size: 20px;
}
.blog-post-section .author-detail .author-description .author-link {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
}

.blog-post-section ul li::before,
.blog-post-section ol li::before {
  display: none;

}

.blog-post-wrapper ul,
.blog-post-wrapper ol {
  padding-left: 45px;
  margin-bottom: 30px;
}

.blog-post-section ul li,
.blog-post-section ol li {
  padding-left: 0;
}



/* ******************* Blog Post Fixed Social Media CSS ******************* */
.fixedsocailmedia-block ul li a {
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.fixedsocailmedia-block {
  position: fixed;
  left: 0;
  top: 240px;
  width:40px;
  z-index:1111;
}

.fixedsocailmedia-block ul {
  padding-left:0;
  list-style:none;
  margin:0;
  float:left;
  width:100%;
  text-align:center;
}

.fixedsocailmedia-block ul li {
  float:left;
  width:100%;
  margin-bottom:2px;
  padding-left: 0;
}

.fixedsocailmedia-block ul li::before {
  display: none;

}
.fixedsocailmedia-block ul li:last-child {
  margin-bottom:0;
}

.fixedsocailmedia-block ul li a {
  color:#fff;
  float:left;
  width:100%;
  padding:5px;
}

.fixedsocailmedia-block ul li a:hover {
  background-color: #1a1a1a;
}
.social-twi {
  background-color:#55acee;
}
.social-lin {
  background-color:#007bb5;
}
.social-fac {
  background-color:#3b5998;
}

.blog-descritions .btn i {
  padding-left: 5px;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
}




@media (max-width:1170px) {
  .fixedsocailmedia-block {top: 192px;}
}

@media (max-width:1023px) {
  .fixedsocailmedia-block {top: 160px;}
}

@media (max-width:767px) {
  .fixedsocailmedia-block {top: 235px;}

  .blog-post-section .author-detail .image {
    width: 120px;
    float: left;
    margin-right: 30px;
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
  }

  .author-description {
    width: 100%;
    float: left;
    text-align: center;
  }

  .span9.blog-post-section {
    width: 100%;
    float: left;
  }

  .span3.sidebar {
    width: 100%;
    margin: 0;
    float: left;
  }

  .author-description p {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .comment-header h4 {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }

  .blog-post-section .comment-header p {
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
  }

  .blog-post-section .section.post-footer {
    float: none;
    display: block;
  }

  .blog-post-section .comment-header a {
    float: none;
    padding: 12px 30px;	
    display: inline-block;
    margin-top: 15px;
  }

  .blog-post-section .hs-form .hs_firstname, .blog-post-section .hs-form .hs_lastname, .blog-post-section .hs-form .hs_email, .blog-post-section .hs-form .hs_website {
    width: 100%;
  }

  #hs_cos_wrapper_blog_comments {
    float: left;
    width: 100%;
  }

  .blog-post-wrapper ul, .blog-post-wrapper ol {
    padding-left: 25px;
  }

  .blog-post-section .hs-button.primary {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*******************************  Blog Side Bar  CSS *******************/
.blog-listing-five .sidebar {
  padding-top: 60px;
}

.sidebar h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom:20px;
}

.subscrib_form_main ul.inputs-list {
  margin:0 !important;
}
.subscrib_form_main .hs-form-required {
  display: none;
}

.subscrib_form_main .hs-button.primary {
  min-width: 100%;
}

.subscrib_form_main .hs-button.primary:focus {
  outline: 0;
}

.subscrib_form_main {
  margin-bottom : 30px;
}

/******************************  About Company CSS ***************************/
.aboutusinfo {
  margin-bottom:30px;
}

.aboutusinfo h3 {
  margin-bottom: 12px;
}

/***************************** Recent Post CSS *******************************/

.sidebar .widget-type-blog_subscribe h3 {
  font-size: 18px;
  text-transform: uppercase;
}
.sidebar .widget-type-blog_subscribe .hs-form-required{
  display:none;
}

.sidebar .widget-type-blog_subscribe input{
  width: 100% !important;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  height: 45px;
}
.sidebar .widget-type-blog_subscribe input:focus{
  box-shadow:0 0 16px #e0e0e0;
}


.sidebar .related-post .image {
  width: 70px;
  float: left;
}
.sidebar .related-post {
  display: inline-block;
  width: 100%;
}
.sidebar .detail {
  padding-left: 85px;
  line-height:normal;
  padding-bottom:20px;
}
.sidebar .detail .date{
  font-size:14px;
  margin-top:5px;
}
.sidebar .tabber-content{
  padding:30px 15px;
  border:none;
  background:transparent;
}
.sidebar .tabber-tabs li a{
  border-left:none !important;
  border-right:none !important;
  border-top:none !important;
  border-bottom:4px solid transparent;
  font-weight: 700;

}
.sidebar .detail a{
  font-size:14px;
  font-weight:600;
  color: #1a1a1a;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.sidebar .detail a:hover{
  color:#3452ff;
}
.sidebar .tabber-tabs  li{
  width:50%;
  padding-left: 0;
  margin-bottom: 0;
}

.tabber-tabs > li {
  float: left;
}

.sidebar .tabber-tabs li::before {
  display: none;
}

.sidebar .tabber-tabs a {
  color: #1a1a1a;
  font-size: 18px;
  font-weight:400;
  text-transform: uppercase;
}

.tabber-tabs > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  display: block;
}

.sidebar .tabber-tabs .active a{
  border-color: #ffffff;
  background:transparent;
  color: #ffffff;
  font-weight: 700;
}

.body-container .tabber-tabs {
  border-bottom: 1px solid #ddd;
  list-style: none;
  padding: 0;
  margin: 0 0 -2px;
}
.sidebar .topic-list h3 {    
  font-size: 16px;
  text-transform: uppercase;
}
.sidebar .topic-list ul{
  margin:0;
  padding:0;
}

.sidebar .topic-list ul li {
  padding-left: 0;
  margin-bottom: 0;

}

.sidebar .topic-list ul li::before {
  display: none;
}
.sidebar .topic-list ul li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #e0e0e0;
  padding: 7px 13px;
  display: inline-block;
  margin: 5px 0;
  border-radius: 4px;
  color: #1a1a1a;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}
.sidebar .topic-list ul li a:hover {
  color: #fff;
}
.sidebar .topic-list ul li {
  display:inline-block;
}
.sidebar .topic-list ul li a:hover{
  background: #3452ff;
  color:#fff;
  border-color: #3452ff;
}

.sidebar .tabber-content {
  padding-bottom: 20px;
}

/**************************** CAll To Action CSS  ***********************/

.calltoactionblock a img {
  width: 100%;
  height: auto;
}

.calltoactionblock {
  display:block;
  margin-bottom:30px;
  position:relative;
}
.calltoactionblock span {
  position: absolute;
  color: #fff;
  background: #0585fc;
  min-width: 110px;
  font-weight: 500;
  text-align: center;
  padding: 8px;
}

.calltoactionblock a {
  display: flex;
  justify-content: center;
  align-items: center;
}


/*################################### THree Coloumn Blog Listing CSS  ######################## */
.blog-listing-five .blog-listing-one.blog-listing-threecol .post-item {
  width: 33.33%;
  text-align: left;
  padding:0 15px 0 15px !important;
  display: inline-block;
  margin: 15px -2px;
  vertical-align: top;
}

.blog-listing-five .blog-listing-one.blog-listing-threecol .post-item .post-inner .hs-featured-image-wrapper {
  display: block;
  width: 100%;
}

.blog-listing-five .blog-listing-one.blog-listing-threecol .post-item .short-desc {
  display: block;
  width: 100%;
}

.blog-listing-five .blog-listing-one.blog-listing-threecol .post-listing {
  margin: 0 -15px;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  width: 100%;
}

.blog-listing-five .blog-listing-one.blog-listing-threecol .post-item .post-inner .post-title {
  height: initial;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}



/* Blog Module CSS */

.recent-blog-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.recent-blog-main .post-item{
  display: flex;
  justify-content: center;
}

.recent-blog-main .post-item  .post-inner{	
  margin: 15px;
  border: 2px solid #f7f7f7;
  -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;

}
.recent-blog-main .post-title h4 {
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}
.recent-blog-main .post-title:hover h4 {
  color: #ffffff;
}

.recent-blog-main .post-item .post-inner.bottom-padding-desc {
  padding: 30px 30px 20px 30px;
}

#\33.post-item {
  max-width: 33.33%;
}

#\33.post-item .post-inner{
  max-width: 100%
}
#\34.post-item {
  max-width: 25%;
}

#\34.post-item .post-inner {
  max-width: 100%;
}

#\32.post-item {
  max-width: 50%;
}

#\32.post-item .post-inner {
  max-width: 100%;

}

#\32.post-item .post-inner .hs-featured-image-link {
  height: 300px;
}


#\31.post-item {
  width: calc(100%);
}

#\31.post-item .post-inner{
  max-width: 30%;

}

.recent-blog-main .post-item .post-inner:hover {
  -webkit-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);;
  border-color: rgba(0,0,0,0.1);
}

.recent-blog-main {
  margin: 0 -15px;
}

.recent-blog-main .hs-featured-image-link {
  height: 220px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;

}

.recent-blog-main .hs-featured-image-link img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-blog-main .post-item .post-inner {
  border-radius: 0;
}

.short-desc.blog-content-group {
  padding: 30px;
}

.short-desc.blog-content-group p {
  margin-bottom: 0;

}

.short-desc.blog-content-group h4{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.view-blog img {
  width: 25px;
}

.comment-blog img {
  width: 22px;
}

.blog-counter {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0 0;
  border-top: 1px solid #e7e7e7;
  margin-top: 40px;
}

.recent-blog-main .post-item p,
.recent-blog-main .post-item h4,
.recent-blog-main .post-item .comment-blog img,
.recent-blog-main .post-item .view-blog img,
.recent-blog-main .post-item .blog-counter span {
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}



.btn.text_btn.read-more {
  background: transparent;
  margin-top: 25px;
  position: relative;
  margin-bottom: 0;
  font-size: 15px;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;

}
.btn.text_btn.read-more:hover {
  color: #ffffff;
}

.btn.text_btn.read-more::before {
  position: absolute;
  right: -30px;
  font-family: FontAwesome;	
  content: '\f178';
  font-size: 15px;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.btn.text_btn.read-more:hover::before {
  color: #ffffff;
}

.span9.blog-listing-one-main {
  float: none;
  margin: 0 auto !important;
}


/* Blog Post CSS */

.hs-blog-post .body-container-wrapper.transparent-top-space .body-container--blog-index{
  padding-top: 200px;
}

.blog-listing-one-main .blog-listing-one .post-item {
  padding-right: 0 !important;
}

.span10.blog-post-section {
  float: none;
  margin: 0 auto !important;
}

.blog-post-section .widget-type-blog_content,
.blog-post-section .author-detail,
.related-posts,
.blog-post-section .comment-header{
  -webkit-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);;
}

.blog-post-section .widget-type-blog_content {
  padding: 60px 0;
}

.blog-post-section .hs-featured-image {
  margin: 45px 0 55px 0 !important;
}

.blog-post-section .blog-post {
  max-width: 670px;
  margin:0 auto;
}

.blog-post-section .section.post-body #hs_cos_wrapper_post_body {
  max-width: 670px;
  margin:0 auto;
  display: block;
}

.blog-post-container {
/*   padding-bottom: 150px; */
  padding-bottom: 80px; 
}

.blog-listing-five .post-item .post-inner .short-desc #hubspot-author_data .hs-author-avatar {
  width: 35px !important;
  border-radius: 100%;
  float: left;
  margin-right: 15px !important;
  height: 35px;
  overflow: hidden;
}

.blog-listing-five .post-item .post-inner .short-desc #hubspot-author_data .author-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}

.blog-listing-five .post-item .post-inner .short-desc #hubspot-author_data {
  float: none !important;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  margin-top: 10px;
}

/*  Blog Post New Design CSS */
.body-container-wrapper.blog-post-new .body-container--blog-index {
  background-color: #fff;
}

.body-container-wrapper.blog-post-new .blog-post-section .widget-type-blog_content {	
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.body-container-wrapper.blog-post-new .blog-listing-wrapper.style-one.cell-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.blog-banner-img .blog-listing-author {
  margin-right: 30px;
}

.body-container-wrapper.blog-post-new .blog-comments h5 {
  font-size: 16px;
}

.body-container-wrapper.blog-post-new .blog-post-section .author-detail .author-header {
  border: 0;
  padding: 0;
}

.body-container-wrapper.blog-post-new .author-detail,
.body-container-wrapper.blog-post-new .related-posts,
.body-container-wrapper.blog-post-new .blog-comments{
  max-width: 670px;
  margin: 0 auto;
  display: block;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.body-container-wrapper.blog-post-new .author-detail-wrap,
.body-container-wrapper.blog-post-new .related-posts-wrap,
.body-container-wrapper.blog-post-new .blog-comment-wrap{
  width: 100%;
  float: left;
}

.body-container-wrapper.blog-post-new .related-posts-wrap {padding-bottom: 50px;}

.body-container-wrapper.blog-post-new .blog-post-section .hs-form,
.body-container-wrapper.blog-post-new .blog-post-section .section.post-footer{
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.body-container-wrapper.blog-post-new .blog-post-section .hs-form {
  margin: 0 -15px;
}

.body-container-wrapper.blog-post-new .author-detail {
  margin-top: 60px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 50px;
}

.body-container-wrapper.blog-post-new .blog-pagination {
  margin-top: 40px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 40px;
  max-width: 670px;
  margin: 0 auto;
}

.body-container-wrapper.blog-post-new .related-posts {
  margin-bottom: 50px;
}

.body-container-wrapper.blog-post-new  .related-posts h5 {
  padding-bottom: 0;
  border: 0;
}

.body-container-wrapper.blog-post-new .blog-pagination {
  margin-top: 40px;
}

.body-container-wrapper.blog-post-new .author-description {
  padding-left: 150px;
}

.body-container-wrapper.blog-post-new .blog-comments {
  padding-top: 50px;
  border-top: 1px solid #e4e4e4;
}

.body-container-wrapper .blog-detail-wraper {
  padding-top: 80px;
  position: relative;
}

.blog-post-section .author-detail .author-header h6{
  font-size: 16px;
  text-transform: uppercase;
}
.blog-post-section .author-detail .image {
  width: 120px;
  height: 120px;
  float: left;
  margin-right:30px;
  border-radius:100%;
  overflow: hidden;
}

.blog-post-section .author-detail .image .hs-author-avatar {
  height: 100%;
  width: 100%;
  display: block;
}

.blog-post-section .author-detail .image .hs-author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-post-section .author-detail .image img{
  width:100%;
  border-radius:100%;
  height: 100%;
}

.blog-post-section .author-detail .author-description a.hs-author-social-link {
  padding-right: 10px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.blog-post-section .author-detail .author-description a.hs-author-social-link:hover {
  transform: translateY(-3px);
}

.fixedsocailmedia-block ul li a i {
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.fixedsocailmedia-block ul li a:hover i {
  transform: translateY(-3px);
}


.blog-post-section .author-detail .author-description .author-link {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
}

.blog-post-section ul li::before,
.blog-post-section ol li::before {
  display: none;

}

.blog-post-wrapper ul,
.blog-post-wrapper ol {
  padding-left: 45px;
  margin-bottom: 30px;
}

.blog-post-wrapper ul 
list-style-type: disc;
}



.blog-post-section ul li,
.blog-post-section ol li {
  padding-left: 0;
}

.blog-post-wrapper ul li
padding-left: 5px !imporatant;
}

.blog-listing-five .post-item .post-inner .hs-featured-image-wrapper,
.blog-listing-five .post-item .short-desc{
  display: inline-block;
}

.blog-listing-five .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {	
  max-width: 100%;
  display: inline-block !important;
  float: none !important;
  margin: 10px 0px 10px 0px;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  width: 100%;	
}

.blog-listing-five .hs-featured-image-wrapper .hs-featured-image-link {
  height: 100%;
}

.body-wrapper.hs-blog-listing .blog-listing-five .post-item .post-inner {
  display: flex;
  flex-wrap: wrap;
}


.blog-post-wrapper ul, .blog-post-wrapper ol {
  padding-left: 45px;
  margin-bottom: 30px;
}

.blog-post-wrapper ul li {
  padding-left: 5px;
}

/*  Subscribe CSS */

.innerbanner-subscribe-form form {
  padding: 0;
  background: transparent;
  border: 0;
  display: flex;
  max-width: 600px;
  margin: 0 auto;
}

.blog-subscription-main .innerbanner-subscribe-form {
  margin-top: 0;
}

.blog-subscription-main {
  padding: 50px 0;
  background-color: #f7f7f7;
  float: left;
  width: 100%;
  border-top: 1px solid #e4e4e4;
}

.blog-subscription-main .innerbanner-subscribe-form {
  margin-top: 0;
  float: left;
  width: 60%;
}

.blog-subscription-title {
  float: left;
  width: 40%;
  text-align: left;
  margin-bottom: 30px;
}

.blog-subscription-title p {
  margin-bottom: 0;
}

.blog-subscription-title h4 {
  margin-bottom: 5px;
}

.blog-subscription-main .innerbanner-subscribe-form form {
  max-width: 100%;
}

.blog-subscription-main .blog-subscription-inner {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}


.innerbanner-subscribe-form form .hs_email {
  margin-bottom: 0;
  width: 80%;
}

.innerbanner-subscribe-form form .hs_email > label {
  display: none;
}

.form-without-bg-main {
  background-color: transparent !important;
}

.blog-topics {
  background-color: transparent;
  border-bottom: 1px solid #e4e4e4;
}

.innerbanner-subscribe-form form input[type="submit"], .innerbanner-subscribe-form form .hs-button {
  min-width: 180px;
  font-size: 14px;
  padding: 18px 30px;
  margin-left: 15px;
  background-color: #1a1a1a;
  color: #fff;
}

.blog-listing-five.alternate-blog-style .post-item .post-inner .hs-featured-image-wrapper {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 50%;
  border-radius: 5px 0 0 5px;
}


.blog-listing-five.alternate-blog-style .post-item .short-desc {
  display: inline-block;
  width: 50%;
  padding: 30px;
  border-radius: 0 5px 5px 0;
}

.blog-listing-five.alternate-blog-style .post-item .post-inner .btn {
  margin-bottom: 0px;
}

.blog-listing-five.alternate-blog-style .hs-featured-image-wrapper .hs-featured-image-link {
  height: 100%;
}

.blog-listing-five.alternate-blog-style .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: initial;
  max-width: 100%;
  display: inline-block !important;
  float: none !important;
  margin: 10px 0px 10px 0px;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  width: 100%;
  border-radius: 5px 0 0 5px;
}

.body-wrapper.hs-blog-listing .blog-listing-five .post-item .post-inner {
  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;;
}
/***************************** Blog Listing Page Responsive CSS   ********************/
@media only screen and (max-width:1024px) {
  .recent-blog-main .hs-featured-image-link {
    height: 180px;
  }

  .post-item .post-inner .hs-featured-image-wrapper .read-more {
    padding: 8px 10px;
  }

  #\31 .post-item .post-inner {
    max-width: 40%;
  }

  .hs-blog-post .body-container-wrapper.transparent-top-space .body-container--blog-index {
    padding-top: 120px;
  }

  .fixedsocailmedia-block {
    top: 160px;
  }

  .body-container--blog-index {
    margin-top: 60px;
  }

  .featured-article .inner {padding: 80px 0 70px 0;}

  .body-container.body-container--blog-index.blog-post-container {
    margin-top: 60px;
  }

  .body-container.body-container--blog-index.blog-post-container {
    margin-top: 60px;
  }
}

@media only screen and (max-width:991px ){
  .blog-listing-five .span9,.blog-listing-five .span3 {
    width: 100%;
    margin:0;
  }

  .blog-listing-five .span3.sidebar {
    padding-top:0;
  }

  .featured-article .inner h1 {
    margin: 15px 0 20px 0;
  }

  .featured-article .inner .page-center {
    padding: 30px 20px;
  }

  .featured-article #hubspot-topic_data {
    margin-bottom: 0;
  }  

  /* ********** Blog Three Column CSS   ***********   */
  .blog-listing-five .blog-listing-one.blog-listing-threecol .post-item {
    width: 50%;
  }

  /*  Blog Module CSS   */
  #\33 .post-item {
    max-width: 50%;
  }

  #\34 .post-item {
    max-width: 50%;
  }

  #\32 .post-item .post-inner .hs-featured-image-link {
    height: 220px;
  }

  #\31 .post-item .post-inner {
    max-width: 50%;
  }

  .blog-post-section .blog-post {
    max-width: 80%;
  }

  .blog-post-section .section.post-body #hs_cos_wrapper_post_body {
    max-width: 80%;
  } 


  .body-container-wrapper.blog-post-new .author-detail, 
  .body-container-wrapper.blog-post-new .related-posts, 
  .body-container-wrapper.blog-post-new .blog-comments,
  .body-container-wrapper.blog-post-new .blog-pagination{
    max-width: 80%;
  }

  .featured-article .inner {
    padding: 60px 0 40px 0;
  }

}



@media only screen and (max-width: 767px ){
  .featured-article .inner .page-center {
    max-width: 100%;   
  }

  .featured-article .inner h1 {
    margin: 12px 0 20px 0;
    line-height: 42px;
  }

  .blog-topics ul li {
    padding-left: 0;
  }

  .blog-listing-five .post-item .post-inner .hs-featured-image-wrapper {
    display: block;
    width: 100%;
  }

  .blog-listing-five .post-item .short-desc {
    display: block;
    width: 100%;
  }

  .blog-listing-one {
    padding: 35px 0;
  }

  .blog-listing-one .post-item .short-desc {
    padding: 10px 25px 20px 25px;
  }

  .blog-listing-five .post-item .post-inner p {
    margin-bottom: 10px;
  }

  .blog-listing-five .blog-listing-one .post-item {
    padding: 0 !important;
  }

  .featured-article .inner {
    padding-top: 160px;
  }

  .blog-topics ul li a {
    padding: 8px 15px;
  }

  .blog-listing-five {
    padding-bottom: 0;
  }

  /* ********** Blog Three Column CSS   ***********   */
  .blog-listing-five .blog-listing-one.blog-listing-threecol .post-item {
    width: 100%;
  }

  /*  Blog Module CSS   */
  #\33 .post-item {
    max-width: 100%;
  }

  #\34 .post-item {
    max-width: 100%;
  }

  #\32 .post-item {
    max-width: 100%;
  }

  #\32 .post-item .post-inner{
    max-width: 100%;
  }

  .recent-blog-main .hs-featured-image-link {
    height: 220px;
  }

  #\31 .post-item .post-inner {
    max-width: 100%;
  }

  .blog-post-container {
    padding-bottom: 50px;
  }

  .body-container-wrapper.body-top-space .blog-post-container .blog-detail-wraper {
    padding-top: 115px;
  }

  .blog-post-section .blog-post {
    max-width: 80%;
  }

  .fixedsocailmedia-block {
    top: 130px;
  }

  .blog-post-section .section.post-body #hs_cos_wrapper_post_body {
    max-width: 80%;
  }

  .featured-article .inner {	
    padding: 60px  0 20px 0;
  }

  .body-container-wrapper.blog-post-new .blog-pagination {    
    margin-bottom: 50px;
    max-width: 80%;
  }

  .body-container-wrapper.blog-post-new .related-posts {
    margin-bottom: 30px;    
  }

  .body-container-wrapper.blog-post-new .author-description {
    padding-left:0px;
  }

  .body-container-wrapper.blog-post-new .blog-post-section .author-detail .author-header {	
    text-align: center;
    padding-top: 0;
  }

  .body-container-wrapper.blog-post-new .author-description {
    width: initial;
    float: none;    
  }
  
  .featured-article .inner {
    padding: 80px 0 50px 0;
  }

  .related-posts .related-post-item {width: 100%;padding:0;margin-bottom: 30px;}
  .related-posts .related-post-item:last-child {margin-bottom: 0;}
  .body-container-wrapper.blog-post-new .related-posts-wrap {
    padding-bottom: 40px;
  }

  .blog-post-section .author-detail .image {	
    float: none;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .body-container-wrapper.blog-post-new .author-detail {
    margin-top: 0;
  }

  .body-container-wrapper.blog-post-new .body-container--blog-index {
    margin-top: 60px;
  }

  .body-container-wrapper .blog-detail-wraper {
    padding-top: 60px;
  }

  .blog-listing-five .post-item .post-inner .hs-featured-image-wrapper,
  .blog-listing-five .post-item .short-desc{
    width: 100%;
  }

  .blog-subscription-title {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .blog-subscription-main .innerbanner-subscribe-form {
    float: left;
    width: 100%;
  }

  .blog-subscription-main .innerbanner-subscribe-form .form-without-bg-main {
    margin-top: 15px;
  }

  .blog-listing-five.alternate-blog-style .post-item .post-inner .hs-featured-image-wrapper,
  .blog-listing-five.alternate-blog-style .post-item .short-desc{	
    width: 100%;
  }

  .blog-listing-five.alternate-blog-style .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-radius: 5px 5px 0 0;
  }

  .blog-listing-five.alternate-blog-style .post-item .short-desc {   
    border-radius: 0 0 5px 5px;
  }

}

@media only screen and (max-width:479px){
  .featured-article .inner h1 {
    line-height: 42px;
    font-size: 36px;
  }

  .recent-blog-main .hs-featured-image-link {
    height: 160px;
  }

  #\32 .post-item .post-inner .hs-featured-image-link {
    height: 160px;
  }

  .body-container-wrapper .blog-detail-wraper {
    padding-top: 50px;
  }

  .innerbanner-subscribe-form form .hs_email {
    margin-bottom: 15px;
    width: 100%;
  }

  .innerbanner-subscribe-form form .hs_submit.hs-submit {
    width: 100%;
  }

  .blog-subscription-main .innerbanner-subscribe-form form {    
    flex-wrap: wrap;
  }

  .innerbanner-subscribe-form form input[type="submit"], .innerbanner-subscribe-form form .hs-button {
    min-width: 100%;	
    margin-left: 0;
  }

  .blog-listing-five.alternate-blog-style .post-item .short-desc {
    padding: 20px;
  }

}



.post-body ul.list-none,
.post-body ol.list-none {
  padding-left: 0 !important;
  list-style: none;
}

.post-body ul.list-none li,
.post-body ol.list-none li {
  padding-left: 0 !important;
}

.post-body ul:not(:first-child),
.post-body ol:not(:first-child) {
  margin-top: 20px;
}

.body-container--blog-index {
  margin-top: 0 !important;
}

.body-container-wrapper {
  padding-top: 47px;
}

@media (max-width: 767px) {
  .body-container-wrapper {
    padding-top: 48px;
  }
}