section.comments-area {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid var(--color_border);
  clear: both;
}
section.comments-area .comments-title {
  margin-bottom: 2rem;
  font-weight: 400;
}
section.comments-area .comment-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  text-align: left;
}
section.comments-area .comment-list + #respond {
  margin-top: 55px;
}
section.comments-area .comment-list .comment.depth-1:not(.parent) {
  padding-bottom: 20px;
  border-bottom: solid 1px var(--color_border);
  margin-bottom: 20px;
}
section.comments-area .comment-list .comment-body {
  display: flex;
  flex-wrap: wrap;
}
section.comments-area .comment-list .comment-body .comment-content {
  flex: 0 0 100%;
  max-width: 100%;
}
section.comments-area .comment-list .comment-body .comment-content .comment-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
section.comments-area .comment-list .comment-body .comment-content .comment-heading .comment-info {
  display: flex;
  flex-direction: column;
}
section.comments-area .comment-list .comment-body .comment-content .comment-heading .comment-info .author-display-name, section.comments-area .comment-list .comment-body .comment-content .comment-heading .comment-info .author-display-name a {
  font-weight: 500;
  font-style: normal;
  text-transform: capitalize;
  color: var(--color_heading);
  font-size: 20px;
}
section.comments-area .comment-list .comment-body .comment-content .comment-heading .comment-info time {
  font-size: 13px;
  color: #b0b0b0;
}
section.comments-area .comment-list .comment-body .comment-content .comment-heading .comment-action a {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color_body);
  margin-right: 10px;
}
section.comments-area .comment-list .comment-body .comment-content .comment-heading .comment-action a:last-child {
  margin-right: 0;
}
section.comments-area .comment-list .comment-body .comment-content .comment-heading .comment-action a:hover {
  color: var(--color_heading);
}
section.comments-area .comment-list .comment-body .comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
section.comments-area .comment-list .comment-body .user-avatar {
  flex: 0 0 75px;
}
section.comments-area .comment-list .comment-body .user-avatar + .comment-content {
  flex: 0 0 calc(100% - 75px);
  max-width: calc(100% - 75px);
}
section.comments-area .comment-list .comment-body .user-avatar .comment-author img {
  width: 60px;
  margin-right: 15px;
  max-width: 100%;
  height: auto;
  border: 1px solid #f1f1f1;
  padding: 0;
  border-radius: 0;
}
section.comments-area .comment-list .comment-body #respond {
  flex: 0 0 100%;
  margin-top: 35px;
  padding-top: 55px;
  padding-bottom: 25px;
  border-top: 1px solid var(--color_border);
}
section.comments-area .comment-list .comment-body #respond #reply-title {
  display: flex;
  justify-content: space-between;
  line-height: 1.2;
}
section.comments-area .comment-list .comment-body #respond #reply-title #cancel-comment-reply-link {
  font-size: 15px;
}
section.comments-area .comment-list .comment-body #respond #commentform .form-submit {
  margin-bottom: 0;
}
section.comments-area .comment-list .children {
  padding-left: 0;
  list-style: none;
  text-align: left;
}
section.comments-area .comment-list .children > li {
  padding-left: 30px;
}
section.comments-area .comment-list .children .comment {
  margin-top: 20px;
  border-top: 1px solid var(--color_border);
  padding-top: 20px;
}
section.comments-area .comment-list .children .comment:not(.parent):last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color_border);
  margin-bottom: 20px;
}
section.comments-area .comment-list .pingback, section.comments-area .comment-list .trackback {
  margin-bottom: 1.5rem;
  text-align: left;
}
section.comments-area .comment-respond #reply-title {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  color: var(--color_heading);
}
section.comments-area .comment-respond .comment-form p {
  margin-bottom: 23px;
}
section.comments-area .comment-respond .comment-form .gostro_comment_fields_group {
  display: flex;
  flex-wrap: wrap;
}
section.comments-area .comment-respond .comment-form .gostro_comment_fields_group > p {
  width: calc((100% - 60px)/3);
  margin-right: 30px;
  margin-bottom: 10px;
}
section.comments-area .comment-respond .comment-form .gostro_comment_fields_group > p:nth-child(3n) {
  margin-right: 0;
}
section.comments-area .comment-respond .comment-form .gostro_comment_fields_group > p.comment-form-cookies-consent {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
  display: flex;
}
.single-post section.comments-area .comment-respond .comment-form .gostro_comment_fields_group > p.comment-form-cookies-consent {
  justify-content: center;
}
section.comments-area .comment-respond .comment-form .form-submit input#submit {
  width: 200px;
}
section.comments-area .comment-respond .comment-form .comment-form-cookies-consent {
  margin-bottom: 10px;
  margin-top: 10px;
}
section.comments-area .comment-navigation {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 1025px) {
  section.comments-area .comment-list .comment-body .comment-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.comments-area .comment-list .comment-body .user-avatar {
    flex: 0 0 145px;
  }
  section.comments-area .comment-list .comment-body .user-avatar + .comment-content {
    flex: 0 0 calc(100% - 145px);
    max-width: calc(100% - 145px);
  }
  section.comments-area .comment-list .comment-body .user-avatar .comment-author img {
    width: 120px;
    margin-right: 25px;
  }
  section.comments-area .comment-list .comment.depth-1:not(.parent), section.comments-area .comment-list .children .comment:not(.parent):last-child {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  section.comments-area .comment-list .children .comment {
    margin-top: 35px;
    padding-top: 35px;
  }
  section.comments-area .comment-list .children > li.comment {
    padding-left: 60px;
  }
  section.comments-area .comment-respond #reply-title {
    font-size: 30px;
  }
  section.comments-area .comments-title {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  section.comments-area .comment-respond .comment-form .gostro_comment_fields_group > p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  section.comments-area .comment-list .children > li {
    padding-left: 1.25rem;
  }
  section.comments-area .comment-list .comment-body .comment-content .comment-heading .comment-info .author-display-name, section.comments-area .comment-list .comment-body .comment-content .comment-heading .comment-info .author-display-name a {
    font-size: 15px;
  }
  section.comments-area .comments-title {
    font-size: 1.5rem;
  }
  section.comments-area .h1, section.comments-area h1 {
    font-size: 2.5rem;
  }
  section.comments-area .h2, section.comments-area h2 {
    font-size: 2rem;
  }
  section.comments-area .h3, section.comments-area h3 {
    font-size: 1.75rem;
  }
  section.comments-area .h4, section.comments-area h4 {
    font-size: 1.5rem;
  }
  section.comments-area .h5, section.comments-area h5 {
    font-size: 1.25rem;
  }
  section.comments-area .h6, section.comments-area h6 {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=blog_comments.css.map */
