/* Blog post */

.flex-content.content-video{
  display: none !important;
}

.general-content.content-webinar-recording {
    display: none !important;
}

.blog-post__body a{
  color: #CF0000;
}

.blog-post {
    color: #14182B;
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}
.blog-post h2,
.blog-post h3,
.blog-post h4 {
color: #14182B;
}
.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}
.blog-post {
    padding: 200px 0px 60px 0px; 
}
.blog-post p {
     font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    max-width: 655px;
    width: 100%;
}
.content-wrapper {
    max-width: 1300px !important; 
}
.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}
.blog-post h1 {
    color: #14182B;
}
.blog-post__tag-link {
  font-size: 0.875rem;
}
.blog-related-posts {
    padding: 40px 0 100px 0!important;
}
.blog-related-posts h2 {
  font-size: 40px;
    color: #000;
    text-align: left !important;
    padding-left: 60px;text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}
.blog-related-posts__content {
    position: absolute;
    bottom: 30px;
    padding-left: 27px;
    padding-right: 27px;
}
.blog-related-posts__post {
  flex: 0 0 100%;
   padding: 10px;
  position: relative;
}
.blog-post .column-container .col-left {
        width: 60% !important;
      padding-left: 60px;
}
.blog-post .blog-post__meta,
.blog-post .faq-header-title{
  padding-left: 60px;
}
.blog-post .col-sidebar {
    display: none;
}
.blog-post .in-short-card-blog-detail .short-list .icon img {
    max-width: 30px;
    width: 30px;
    height: 30px;
  
}

.blog-post .in-short-card-blog-detail .short-list .icon {
    background-color: #FFFFFF;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex: 0 0 auto;
}
.blog-post .in-short-card-blog-detail .short-list li {
    align-items: center;
}
.blog-post .column-container .col-right { 
    width: 40%  !important;
    max-width: 463px;
    margin-left: auto;
}
figure {
    margin: 20px 0;
}
.blog-post .single-image .image {
      margin-top: -95px;
    position: relative;
}
.blog-post h4,
.blog-post h5,
.blog-post h6 {
font-weight: 600;
}
.blog-post__meta .author-details a,
.blog-post__meta .author-details span {
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 110%;
    color: #4A7B77;
    font-family: poppins;
    text-decoration: none;
}
@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% / 4);
  }
}


@media screen and (max-width: 991px) {
  .in-short-card-blog-detail .in-short-card {
 max-width: 100% !important;
}
  .blog-post .column-container .col-left {
   
      padding-left: 0px;
     width: 100% !important;
}
  .blog-post .column-container .col-right {
    max-width: 100% !important;
    margin-left: 0;
    width: 100% !important;
}
.blog-post .blog-post__meta,
.blog-post .faq-header-title{
  padding-left: 0px;
}
  .blog-post .column-container {
    flex-direction: column;
    gap: 35px !important;
  }
  .blog-related-posts h2 {
    padding-left: 0  !important;
}
  .blog-related-posts__image {
    width: 100% !important;
}

  .blog-post {
    padding: 80px 0px; !important;
}
  .blog-post .col-left,
  .blog-post .col-right {
   width: 100% !important;
}
  .blog-post {
     padding: 40px 0 !important;
}   
}

@media screen and (max-width: 767px) { 
  .blog-related-posts {
    padding: 20px 0 40px 0;
}

}
@media screen and (max-width: 575px) { 
  .blog-related-posts__post {
    max-width: 373px;
    margin: 0 auto;
}
  .blog-post .column-container { 
   gap: 25px !important;
}
    .blog-related-posts__list {
     gap: 35px;
}
}

.blog-related-posts__image {
    max-width: 100%;
    height: 406px;
    border-radius: 15px;
      object-fit: cover;
}

.blog-related-posts__title {
  margin:0;
      font-size: 21px;
  
}

/* 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;
}