






/* 1a. Containers */




/* 1b. Colors */








/* 1c. Typography */


























/* 1d. Buttons */











/* Blog post */

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

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* Blog post */

.blog-post__meta a {
  color: #666666;
}

.blog-post__tag-link {
  color: #666666;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #3e3e3e;
}

.blog-post__tag-link:active {
  color: #8e8e8e;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #444444;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #1c1c1c;
}

.blog-related-posts__title-link:active {
  color: #6c6c6c;
}

/* Blog comments */

#comments-listing .comment-reply-to {
  color: #00acb4;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #00848c;
}

#comments-listing .comment-reply-to:active {
  color: #28d4dc;
}


/* Blog Custom css */



.blog-post__date {
  border-color: #666666;
}

.blog-post__tag-link {
  color: #666666;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #3e3e3e;
}

.blog-post__tag-link:active { 
  color: #8e8e8e;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #00acb4;
}

#comments-listing .comment-reply-to {
  color: ;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #e56db1!important;
  border: 0!important;
  outline: 0!important;
}

#comments-listing .comment-reply-to:active {
  color: ;
}
.blog-index__post-content--large .blog-index-title {
  margin-top: 20px!important;
  margin-bottom: 15px!important;
  font-weight: 700!important;
}
.blog-index__post-content--large .blog-index-title a,
.blog-index__post-content--small .blog-index-title a {	
	font-weight: 700; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #444444;
  font-size: 22px;
  text-transform: none;
}
@media (max-width: 767px) {
	.blog-index__post-content--large .blog-index-title a,
	.blog-index__post-content--small .blog-index-title a {	
		font-size: 20px;
	}
}

.blog-index__post-content--small .blog-index-title {
  margin-top: 25px!important;
  margin-bottom: 12px!important;
  font-weight: 600!important;
}
img.blog-index__post-image {
  float: none !important;
  margin: 0 !important;
  max-width: 100% !important; 
  width: 100% !important;
}
.blog-index__post-content p {
  margin-bottom: 20px!important;
}
.hubspot-topic_data {
  margin-bottom: 20px!important;
}
a.topic-link {
  font-weight: 600!important;
}
a.simple-more-link {
  color: #e56db1;
  text-transform: uppercase;
  font-weight: 700;
}
a.simple-more-link:after {  
  content: '\290D';
  color: currentColor;  
  padding-left: 8px;
  height: 12px;
  width: 12px;
}
a.simple-more-link:hover {
  color: #42534B;
  text-decoration: none!important;
}


/* Blog Listing V1 */
.blog-index-v1 {
  background-color: #f8f9f9;
}
.blog-index-v1 .blog-index__post-content--small {
  background-color: #fff!important;
  border-radius: 3px;
  padding: 30px 0;
	transition: all 0.4s ease;
	border-radius: 10px;
}
.blog-index-v1 .blog-index__post-content--small:hover {
	box-shadow: 0px 3px 20px rgb(222 224 226);
}

.blog-index-v1 .blog-index__post-content--small .blog-index-title {
  margin-top: 0!important;
}
.blog-index-v1 .blog-index__post {
  flex: 0 0 calc(100%/1);
  margin-bottom: 20px;
} 

.blog-index-v1 .blog-post__meta {
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 16px;
}
.blog-btn_social-flex {
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  justify-content: space-between;
}
@media (max-width: 489px) {
  .blog-btn_social-flex {
    display: block!important;
  }
  .blog-post-social-sharing {
    margin-top: 20px!important;
  }
}
/* Blog Social Sharing  */

.blog-post-social-sharing {
  padding-top: 15px;
}
.blog-post-social-sharing img.hs-image-widget {
  height: 16px!important;
  width: 16px!important;
  margin: 0 5px!important;
  border-radius: 0!important;
}
.blog-post-social-sharing .hs_cos_wrapper_type_social_sharing  a:first-child img.hs-image-widget {
  margin-left: 0!important;
} 
.blog-post-social-sharing .hs_cos_wrapper_type_social_sharing a:last-child img.hs-image-widget {
  margin-right: 0!important;
}
/* End of Blog Social Sharing  */

/* Filter Post Section */

.filter_post-section {
  background-color: #fff!important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 30px 0!important;
  text-align: center;
}
.filter_post-section .ot-filter_post_module ul li {
	border: 1px dashed #FFFFFF;
	border-radius: 5px;
}
.filter_post-section .ot-filter_post_module ul li a.topic-tag {
	color: #7e7f74;
	text-decoration: none;
	display: inline-block;
	padding: 5px 25px;
}
.filter_post-section .ot-filter_post_module ul li:hover {
  border: 1px dashed #00acb4;	
}
.filter_post-section .ot-filter_post_module ul li:hover a.topic-tag {
	color: #00acb4!important;
}
.filter_post-section .ot-filter_post_module ul li.selected a.topic-tag {
	color: #FFFFFF!important;
  text-decoration: none!important;
	font-weight: 600;
}
.filter_post-section .ot-filter_post_module ul li.selected {
  border: 1px solid #e56db1!important;
  background-color: #e56db1!important;
}

/* End of Filter Post Section */

.blog-index-v1 .blog-post-padding {
  padding: 0 30px;
}
.blog-index-v1 .blog-index__post-content p {
  margin: 20px 0!important;
	font-size: 16px;
}
.blog-index__post-content a.author_name {
  text-decoration: none !important;
  color: #00acb4!important;
  font-weight: 600!important;
}
.blog-index__post-content a.author_name:hover {
  text-decoration: none !important;
  color: #e56db1!important;
  font-weight: 600!important;
}
.blog-index-v1 img.blog-index__post-image {
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.blog-index-v1 .featured-image-relative {
  position: relative!important;
}
.blog-index-v1 .blog-index-desc {
	margin-top: 20px;
	margin-bottom: 20px;
}
.blog-index-v1 .blog-width-post .hubspot-topic_data {
  position: absolute;
  bottom: 0;
  left: 20px;
}
.blog-index-v1 .blog-width-post .hubspot-topic_data a.topic-link {
  font-weight: 600 !important;
  background-color: #e56db1!important;
  padding: 5px 15px;
  border: 1px solid #e56db1;
  border-radius: 5px;
	color: #FFFFFF;  
  margin-right: 15px;
  display: inline-block;
	font-size: 16px;
	text-decoration: none;
}
.more-link-v1 {
  color: #fff!important;
  background-color: #00acb4;
  padding: 15px 30px;
  border-radius: 3px;
  border: 1px solid #00acb4;
}
.more-link-v1:hover {
  background-color: #e56db1;
  border: 1px solid #e56db1;
}
.blog-index-v1 section.blog-width-post {
  width: 65%!important;
  float: left!important;
} 
.blog-index-v1 section.blog-width-sidebar {
  width: 35% !important;
  float: right !important;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .blog-index-v1 section.blog-width-post {
    width: 100%!important;
    float: none!important;
  } 
  .blog-index-v1 section.blog-width-sidebar {
    width: 100%!important;
    float: none!important;
    padding-left: 0!important;
    padding-top: 30px!important;
  }
}
/* Sidebar  */
.subscription-form .actions input.hs-button {
  background-color: #e56db1!important;
  border: 1px solid #e56db1!important;
}
.hubspot-link__container.sproket {
  display: none!important;
}
.blog-width-sidebar .sidebar-title {
  margin-bottom: 15px!important;
}
.blog-width-sidebar .sidebar-widget {
  margin-bottom: 50px!important;
}
.sidebar .blog-index__post.blog-index__post--large {
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  flex: 1 0 100%!important;
}
.About-Sidebar p {
  margin-bottom: 0!important;
}
.recent-popular-sidebar img.blog-index__post-image {
  height: 80px!important;
  width: 80px!important;
  max-width: fit-content!important;
  object-fit: cover;
  object-position: center;
}
.recent-popular-sidebar .blog-index-title {
  margin-bottom: 8px;
  font-weight: 600!important;
}
.recent-popular-sidebar .blog-index-title a {
	font-weight: 700; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #444444;
  font-size: 18px;
  text-transform: none;
}
@media (max-width: 767px) {
	.recent-popular-sidebar .blog-index-title a {
		font-size: 18px;
	}
}
.recent-popular-sidebar .blog-index-title a:hover {
  color: #00acb4;
}
.recent-popular-sidebar .blog-index__post-content--recent-sidebar {
  padding-left: 20px;
}
.recent-popular-sidebar .blog-post__timestamp {
  color: #42534B!important;
	font-size: 16px;
}
.category-sidebar .topic-link {
  background-color: #fff!important;
  border: 1px solid #edeeef!important;
  color: #42534B;
}
.ot-sidebar_filter .ot-filter_post_module ul {
  white-space: unset!important;
}
.ot-sidebar_filter .ot-filter_post_module ul li {
  margin: 0 10px 10px 0!important;  
  border-radius: 5px;
	border: 1px dashed #FFFFFF;
}
.ot-sidebar_filter .ot-filter_post_module ul li a {
	color: #7e7f74;
	padding: 5px 20px;
	text-decoration: none;
	display: inline-block;
	font-weight: 500;
}
.ot-sidebar_filter .ot-filter_post_module ul li.selected a {
	color: #FFFFFF!important;
  text-decoration: none!important;
}
.ot-sidebar_filter .ot-filter_post_module ul li.selected:hover a {
	color: #FFFFFF!important;
  text-decoration: none!important;
}
.ot-sidebar_filter .ot-filter_post_module ul li.selected {
  background-color: #e56db1!important;
  border: 1px solid #e56db1!important;
}
.ot-sidebar_filter .ot-filter_post_module ul li.selected:hover {
  background-color: #e56db1!important;
  border: 1px solid #e56db1!important;
}
.ot-sidebar_filter .ot-filter_post_module ul li:hover,
.ot-sidebar_filter .ot-filter_post_module ul li:focus {
  border: 1px dashed #00acb4!important;
}
.ot-sidebar_filter .ot-filter_post_module ul li.selected:hover {
	background-color: #e56db1!important;
	border: 1px solid #e56db1!important;
}
.ot-sidebar_filter .ot-filter_post_module ul li:hover a,
.ot-sidebar_filter .ot-filter_post_module ul li:focus a {
  color: #00acb4!important;
  text-decoration: none!important;
}
/* Blog Pagination */
.blog-pagination {
	margin-top: 20px!important;
	text-align: center;
}
a.blog-pagination__link.blog-pagination__number-link {
  background-color: #fff!important;
	border: 1px solid #FFFFFF;
  border-radius: 100px;
	padding: 10px 20px;
  margin-right: 5px!important;
	margin-left: 5px!important;
  outline: 0;
  font-weight: 600!important;
	text-decoration: none;
	color: #7e7f74;
}
a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active {
  border: 1px dashed #e56db1!important;
  background-color: #e56db1!important;
	color: #FFFFFF!important;
}
a.blog-pagination__link.blog-pagination__number-link:hover,
a.blog-pagination__link.blog-pagination__number-link:focus {
  border: 1px dashed #00acb4;
	color: #00acb4;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  padding: 15px 0!important;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #42534B;
  margin: 0 0.3rem;
}
.blog-pagination__prev-link svg:hover,
.blog-pagination__next-link svg:hover {
  fill: #e56db1;
  margin: 0 0.3rem;
}
.blog-pagination__link {
  color: #00acb4;
	display: inline-block;
}
/* End of Blog Pagination */

/* Featured Banner Slider used in Blog */

.feature-banner-slider {
  position: relative;
  z-index: 0!important;
}

.feature-banner-slider .owl-nav i.fa:hover {
	color: #e56db1!important;	
}

.pop_author_name-style {
  color: #fff;
  text-decoration: none!important;
  font-weight: 600!important;
}
.pop_author_name-style:hover {
  color: #e56db1;
}
.feature-banner-slider a.more-link {
  color: #fff !important;
  background-color: #e56db1 !important;
  border: 1px solid #e56db1 !important;
}
.feature-banner-slider a.more-link:hover {
  color: #fff!important;
  background-color: #00acb4 !important;
  border: 1px solid #00acb4 !important;
}
.feature-banner-slider .owl-theme .owl-dots button.active span,
.feature-banner-slider .owl-theme .owl-dots span:hover{
  background-color: #e56db1!important;
}
.feature-banner-slider button.owl-dot:focus {
  outline: 0;
  border: 0;
}
.feature-banner-slider h2.pop_title a {
  font-weight: 700; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #444444;
  font-size: 46px;
  text-transform: none;
}
@media (max-width: 768px) {
  .feature-banner-slider h2.pop_title a {
		font-size: 32px;
	}
}
/* End of Featured Banner Slider used in Blog */

/* Blog Detail Page */
.blog-post-section {
  position: relative!important;
  z-index: 0!important;
}
.blog-post-section .overlay {
  position: absolute !important;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #080d15 !important;
  opacity: .7;
}
.blog-post-section .hs-blog-featured-image-wrapper img {
  position: absolute !important;
  display: block;
  height: 100%;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
}
.blog-post-section .banner-content {
  position: relative !important;
  z-index: 2 !important;
  display: block;
  float: none;
  max-width: 950px;
  justify-content: center !important;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  padding-bottom: 100px;
  padding-left: 20px!important;
  padding-right: 20px!important;
}
.blog-post-section .hubspot-topic_data-dt a.topic-link:hover {
  color: #e56db1!important;
}

.blog-post-section  a.author_name {
  text-decoration: none!important;
}

.blog-post-section .blog-post__meta-dt {
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  justify-content: center !important;
}
.blog-index-v1 .blog-post__meta {
  margin-bottom: 30px!important;
}
.blog-post .blog-post-share {
  padding-bottom: 50px;
}
.blog-post .blog-post-share.blog-post-share-second {
	margin-top: 20px;
}
.blog-post-share-design {
	border: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: fit-content;
	padding: 8px;
	background: #FFFFFF;
	box-shadow: 0px 4px 50px -5px rgba(13, 23, 36, 0.12);
	border-radius: 50px;	
}
.blog-post-share-text {
  padding-left: 22px;
	padding-right: 30px;
}
.blog-post-share-text {
	color: #7e7f74;
  margin: auto 0!important;
}
.blog-post-share-design .blog-post-social-sharing img.hs-image-widget {
  height: 40px!important;
  width: auto!important;
	max-width: 40px!important;
	max-height: 100%!important;
  margin: 0 10px;
  border-radius: 0!important;
	transition: 0.5s;
}
.blog-post-share-design .blog-post-social-sharing img.hs-image-widget:hover {
	transform: scale(1.15);
}
.blog-post-share-design .blog-post-social-sharing a {
  vertical-align: middle!important;
}
@media (max-width: 550px) {
  .blog-post-share-design {		
		padding: 10px;
  }
	.blog-post-share-text.mobile-hide {
		display: none;
	}
}
@media (max-width: 550px) {
  .blog-index-v1 .blog-post__meta {
    margin-bottom: 20px!important;
		display: block!important;
  }
	.blog-index-v1 .blog-post__meta span.hide-show {
		display: none!important;
	}
  .blog-index-v1 .blog-post-padding {
    padding: 0 20px!important;
  }
}
.blog-post-share .blog-post-social-sharing {
  padding: 0!important;
  margin: auto 0!important;
  vertical-align: middle;
}
.blog-post__body li {
  padding-bottom: 10px!important;
}
.blog-post__body img {
  width: 100%!important;  
}
/* Form */
.blog-post-style .post-footer form input[type=text],
.blog-post-style .post-footer form input[type=email],
.blog-post-style .post-footer form input[type=password],
.blog-post-style .post-footer form input[type=tel],
.blog-post-style .post-footer form input[type=number],
.blog-post-style .post-footer form input[type=file],
.blog-post-style .post-footer form select,
.blog-post-style .post-footer form textarea {
/*   background-color: transparent;
  border-bottom: 1px solid #d4d9de!important;
  border-radius: 0!important; */
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  display: inline-block;
  font-size: .875rem;
  padding: .7rem;
  width: 100%;
/*   border: 0; */
  outline: 0;
}
.blog-post-style .post-footer form textarea {
  width: 100%!important;
  height: 130px!important;
}
.hs-common-confirm-message {
  margin-top: 40px!important;
  margin-bottom: 15px!important;
}
.submitted-message {
  background: white;
  padding: 20px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0px 3px 10px #04101c12 !important;
}
h2.comment-title {
  margin-bottom: 15px;
}
.blog-post-page form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
  width: 49%!important;
  margin-right: 1%!important;
  float: left!important;
}
.blog-post-page form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
  width: 49%!important;
  margin-left: 1%!important;
  float: right!important;
}
.blog-post-page form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  width: 49%!important;
  margin-right: 1%!important;
  float: left!important;
}
.blog-post-page form .hs_website.hs-website.hs-fieldtype-text.field.hs-form-field {
  width: 49%!important;
  margin-left: 1%!important;
  float: right!important;
}
.blog-post-page form .hs-fieldtype-text.field.hs-form-field:after {
  clear: both;
  display: none;
}
@media (max-width: 425px) {
  .blog-post-page form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
    width: 100%!important;
    margin-right: 0!important;
    float: none!important;
  }
  .blog-post-page form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
    width: 100%!important;
    margin-left: 0!important;
    float: none!important;
  }
  .blog-post-page form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 100%!important;
    margin-right: 0!important;
    float: none!important;
  }
  .blog-post-page form .hs_website.hs-website.hs-fieldtype-text.field.hs-form-field {
    width: 100%!important;
    margin-left: 0!important;
    float: none!important;
  }
}
/* End of Form */

/* Blog Post pagination Section */

.pagination-section {
  position: relative;
  padding: 30px!important;
  background-color: #f6f8f9;
  border-radius: 100px;
  margin-bottom: 50px;
}
.per-clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.pagination-section .per-nav-container {
  float: left;
  min-height: 1px;
  width: 33.33%;
}
.pagination-section .post-pagination .prev-post {
  text-align: left;
}
.pagination-section .post-pagination .prev-post .nav-text {
  padding-left: 20px;
}
.pagination-section .post-pagination .next-post {
  text-align: right;
}
.pagination-section .post-pagination .next-post .nav-text {
  padding-right: 20px;
}
.pagination-section .post-pagination .blog-list {
  text-align: center!important;
}
.pagination-section .post-pagination .nav-link a {
  font-weight: 600;
  text-transform: uppercase;
	text-decoration: none;
}
.pagination-section .post-pagination .nav-link a:hover {
  color: #e56db1!important;
}
@media (max-width: 767px) {
  .pagination-section {   
    padding: 12px!important;
  }
  .post-pagination .prev-post .nav-text,
  .post-pagination .next-post .nav-text {
    display: none!important;
  }
  .pagination-section .per-nav-container:last-child {
    margin-bottom: 0!important;
  }
}

/* End of Blog Post Pagination Section */

/* Related Posts  */

.blog-related-posts.blog-related-posts-style .blog-related-posts__title a {
  font-weight: 700!important;
  text-decoration: none!important;
  color: #00acb4!important;
}
.blog-related-posts.blog-related-posts-style .blog-related-posts__title a:hover {
  color: #e56db1!important;
  text-decoration: none!important;
}
span.category_title {
  color: #42534B!important;
}
.blog-related-posts.blog-related-posts-style .topic-link {
  text-decoration: none!important;
}
.blog-related-posts.blog-related-posts-style .topic-link:hover {
  color: #e56db1!important;
}
.blog-related-posts ..blog-related-posts__content .hubspot-topic_data-dt {
  margin-bottom: 10px!important;
}
.blog-related-posts__post .blog-related-posts__content p {
  margin-bottom: 10px!important;
}
/* End of Related Posts */

/* Blog Comments Section */

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
  text-decoration-color: #e56db1!important;
}
.new-comments .comment {
  margin-bottom: 20px!important;
}
.new-comments .comment-from h4 {
  margin-bottom: 10px!important;
}
.new-comments .comment-body p {
  margin-bottom: 10px!important;
}
.comment-reply-to {
  padding: 0;
  padding-left: 40px!important;
  margin-bottom: 10px!important;
}

/* End of Blog Detail Page */

/* Blog Author Page */

.blog-author-listing {
  padding-top: 80px!important;
}
.blog-header__author-avatar {
  margin-right: 0!important;
  box-shadow: none!important;
	display: block;
}
@media (max-width: 767px) {
 .blog-header__author-avatar {
   margin-right: auto!important;
   margin-left: auto!important;
	 margin-bottom: 30px;
  }
  .blog-header__title,
  .blog-header__subtitle {
    text-align: center!important;
  }
	.blog-author-listing .blog-header__author-social-links {
		justify-content: center;
	}
}
.blog-author-listing p.blog-header__subtitle {
  font-size: 18px;
	max-width: 800px;
}
.blog-author-listing .blog-header__author-social-links {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.blog-author-listing .blog-header__author-social-links .author_social-links {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	transition: all 0.5s ease;
}
.blog-author-listing .blog-header__author-social-links .author_social-links:hover {
	transform: scale(1.15);
}
.blog-author-listing .blog-header__author-social-links .author_social-links:first-child {	
	margin-left: 0!important;
}
.blog-author-listing .blog-header__author-social-links .author_social-links:last-child {	
	margin-right: 0!important;
}
.blog-author-listing .blog-header__author-social-links .author_social-links img {
	height: 40px!important;
}

/*End of Blog Author Page */



/* Subscription Form */

.sidebar.blog-width-sidebar form .hs-richtext {
	margin-bottom: 20px!important;
}
.sidebar.blog-width-sidebar form input[type=email] {
	padding: 15px 20px;
	border-radius: 100px;
	background-color: #ffffff;
}
.sidebar.blog-width-sidebar form input[type=email]:focus-visible {
	outline: 0!important;
	border: 1px solid #00acb4!important;
	border-radius: 100px!important;
}
.sidebar.blog-width-sidebar form .hs-button {
	width: 100%!important;	
}

@media (max-width: 768px) {
  h1 {
		font-size: 46px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 18px;
	}
	p,
	body {
    font-size: 16px!important;
	}
}


/* Blog listing default css */

.blog-index .blog-index__post-image {
  max-height: 250px!important;
  min-height: 250px!important;
  height: 100%!important;
  object-fit: cover;
  border-radius: 4px;
}
.blog-index .blog-index__post-content  .blog-index__post-title {
  margin: 25px 0 20px 0!important;
  font-family: {font=Open Sans, font_set=GOOGLE, styles={font-family='Open Sans', sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#444444, variant=regular, fallback=sans-serif, style=font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #444444;font-family: 'Open Sans', sans-serif;};
  font-weight: 700;
  line-height: 36px;
}
@media (max-width: 767px){
  .blog-index .blog-index__post {
    padding: 25px 0!important;
  }
}

/* Blog Post Css */


.blog-post-section {
  background-color: #F7F8F7;
  opacity: 1!important;
}
.blog-post-section .banner-title{    
/*   color: #001F10!important; */
  margin-bottom: 30px!important;
}
.blog-post-section .hubspot-topic_data-dt a.topic-link {
  font-family: {font=Open Sans, font_set=GOOGLE, styles={font-family='Open Sans', sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#444444, variant=regular, fallback=sans-serif, style=font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #444444;font-family: 'Open Sans', sans-serif;};  
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #00acb4;
  text-decoration: none;
}
.blog-post-section .hubspot-topic_data-dt a.topic-link:hover{
  color: #00acb4;
}
@media (max-width: 425px){
  .blog-post-section .blog-post__meta-dt{
    display: block;
  }
}

.blog-post-section a.author_name {
  color: #42534B;
}
.blog-post-share-design{
  margin: auto;
  box-shadow: none!important;
  text-align: center;
}
@media (max-width: 425px){
  .blog-post-share-design .blog-post-social-sharing img.hs-image-widget{
    height: 30px!important;
    max-width: 30px!important;
    margin-bottom: 10px!important;
  }
}

.blog-post-page article.blog-post .hs-blog-featured-image-wrapper img {
  width: 100%;
  margin-bottom: 50px;
}
.blog-post-page .pagination-section {  
  margin-bottom: 80px!important;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px -7px rgba(13, 23, 36, 0.1);
  border-radius: 10px;
}
.blog-post-page .pagination-section .post-pagination .nav-link a{
  color: #42534B!important;
}
.blog-post-page .pagination-section .post-pagination .nav-link a:hover{
  color: #e56db1!important;
}
.blog-post__body blockquote {
  background-color: rgba(237, 241, 234, 0.5);  
  border-radius: 10px;
  padding: 30px;
  border-left: 0!important;
  font-family: Open Sans;
}
.blog-post__body blockquote p{
  padding: 10px 20px;
  border-left: 3px solid;
  border-left-color: #FFCD1A;
  margin-bottom: 0!important;
  font-family: Open Sans;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.01em;
}
.blog-comments .hs_email{
  clear: both;
}
.blog-comments .hs_comment{
  clear: both;
}

/* Blog css end */

/* Caching Issue Css */

/* .caching {
	display: none;
} */