/* Blog post */

.blog-post {
  margin: 0 auto;
  width: 55%;
}

.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: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}
.body-container--blog-post .content-wrapper {
  max-width: 1470px !important;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
}
section.blog_inner_banner .row-fluid,
.body-container--blog-post .content-wrapper{
  max-width: 869px;
}
.progress { 
  position: fixed;
  top:111px;
  left: 0;
  height: 10px;
  background-color: #FF3C38;
  transition: all linear 0.1s;
  min-width: 1%; 
  width: 1%;
  z-index:999;
}
ul.tag_list li a {
  align-items: center;
  border: 1px solid #dadada;
  border-radius: 35px;
  color: #4e5167;
  display: flex;
  font-family: Atten New;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  padding: 7px 15px;
  text-align: center;
  text-transform: capitalize;
}

.body-container-wrapper ul.tag_list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin-bottom:12px;
}
.blog_detail_section, .blog_detail_section * {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E5167;
}
.blog_inner_banner.dnd-section {
  padding-bottom: 33px;
  padding-top: 66px;
  padding-left: 0;
  padding-right: 0;
}
.blog_inner_banner .blog_title h2{
  margin-bottom:25px;
}
@media screen and (max-width:480px){
  .blog_inner_banner.dnd-section{
    padding-top:71px;
    padding-bottom:44px;
  }
  .blog_inner_banner .blog_title h2{
    margin-bottom:16px;
  }
}
@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: 40px 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;
}
.block_slide_module > .block_slide_module {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static;
}
.hs_cos_wrapper_type_blog_subscribe h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.hs_cos_wrapper_type_blog_subscribe .hs-fieldtype-text.field.hs-form-field {
  padding-left: 0 !important;
  margin-bottom: 15px !important;
}
.subscription_form {
  background: #4e5167;
  padding: 20px;
}
.subscription_form h3 {
  color: #fff;
}
.hs_cos_wrapper_type_blog_subscribe .hs-form-field .hs-input {
  background: transparent !important;
  border-color: #fff !important;
  color:#fff !important;
}
.hs_cos_wrapper_type_blog_subscribe form .inputs-list {
  padding-left: 0 !important;
  margin-bottom: 10px !important;
}
.hs_cos_wrapper_type_blog_subscribe .actions {
  padding-left: 0 !important;
}
.hs_cos_wrapper_type_blog_subscribe .hs_error_rollup label {
  color: #ff3c38 !important;
}
.block_slide_module .actions .hs-button {
  margin-top: 0;
}
@media (max-height: 800px) {
  .block_slide_module {
    position:static !important;
  }
}
@media screen and (max-width:1200px){
  .blog-post {
    width: 60%;
  }
  .blog_title h1 {
   36px !important; 
  }
}
@media screen and (max-width:767px){
  .blog-post {
    width: 100%;
  }
  .blog_title h1 {
   36px !important; 
  }
}