/* Blog header */

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto -30px;
  max-width: 600px;
  padding: 3.3rem 0 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__title span {
  position: relative;
}

.blog-header__title span:after {
  content: '';
  position: absolute;
  height: 6px;
  /* width: 100%; */
  background: #fa4652;
  bottom: -8px;
  left: -5px;
  right: -5px;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

.blog-comments h4{margin:20px 0px;}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}


/* Blog post */
@media only screen and (max-width: 1199px) {
	.blog-post, .blog-related-posts {
  margin: 0 auto;
  max-width: 100%
  padding: 3.3rem 0;
}
}
.blog-post, .blog-related-posts {
  margin: 0 auto;
  max-width: 1180px;
  padding: 3.3rem 0;
}

.blog-post img {
  max-width: 100%;
}

.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;
}

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

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

.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: 1160px;
  padding: 50px 20px;
 
}

.blog-comments form {
  max-width: 100%;
}

.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;
  color: #494A52;
  text-decoration: underline;
}
.blog-index__post-summary h3 {
    font-size: 16px;
    line-height: 24px;
}