/* COMMENTS ************************************************************************** */

.comments-area {
  padding: 80px 0;
  position: relative;
  width: 100%;
  display: block;
  max-width: 621px;
  margin: 0 auto;
}

.comments-area .comments-title,
.comments-area .comment-list,
#respond.comment-respond {
  padding-left: 20px;
  padding-right: 20px;
}

#respond.comment-respond {
  max-width: 924px;
  margin: 0 auto;
}
#respond.comment-respond #reply-title.comment-reply-title {
  display: block;
  text-align: left;
  padding-top: 20px;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 36px;
  font-family: "Martina Plantijn", Sans-serif;
}

@media screen and (min-width: 1025px) {
  .comments-area .comments-title,
  .comments-area .comment-list,
  #respond.comment-respond {
    padding-left: 67px;
    padding-right: 67px;
  }
  #respond.comment-respond #reply-title.comment-reply-title {
    padding-top: 80px;
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.44px;
  }
}

/* FORM */

.comment-respond {
  border-bottom: none !important;
  border-top: none !important;
}

#commentform {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

#commentform p {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .comment-form-author,
  .comment-form-email {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .comment-form-author,
  .comment-form-email {
    margin-bottom: 22px;
  }
  .comment-form-author {
    margin-right: 14px;
  }
}

.comment-form-author {
  order: 1;
}
.comment-form-email {
  order: 2;
}
.comment-form-comment {
  order: 3;
  width: 100%;
  margin-bottom: 21px;
}
.comment-form-url {
  display: none;
}
.comment-form-cookies-consent {
  display: none;
}
@media screen and (min-width: 1025px) {
  .comment-form-comment {
    margin-bottom: 32px;
  }
}

.comment-respond .form-submit {
  order: 5;
  margin-bottom: 42px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #comments-wrapper .submit-wrapper {
    width: 100%;
  }
}

.comment-form label {
  font-size: 14px;
  line-height: 18px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 18px;
  padding: 0px 8px;
  font-weight: 500;
  text-transform: capitalize;
  color: #222c36cc;
}

#comments-wrapper .comment-form input[type="text"],
#comments-wrapper .comment-form input[type="email"],
#comments-wrapper .comment-form textarea {
  border-radius: 6px;
  border: 1px solid var(--border-dividers-outline, rgba(75, 96, 116, 0.4));
  background-color: transparent;
  padding-left: 25px;
  padding-right: 25px;
}
#comments-wrapper .comment-form input[type="text"],
#comments-wrapper .comment-form input[type="email"] {
  height: 62px;
  width: 100%;
  max-width: 334px;
}
#comments-wrapper .comment-form textarea {
  height: 151px;
  width: 100%;
  padding: 8px 12px;
}

#commentform input::placeholder,
#commentform textarea::placeholder {
  color: transparent;
}
#comments-wrapper .comment-form input[type="text"]:active,
#comments-wrapper .comment-form input[type="email"]:active,
#comments-wrapper .comment-form textarea:active {
  border: 1px solid
    var(--border-dividers-outline-focus, rgba(75, 96, 116, 0.92));
}

#comments-wrapper .submit-wrapper {
  /*border-radius: 18px;
  background-color: #3865fd;
  border: 0.6px solid #3865fd;
  padding: 17px 20px;*/
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  /*#comments-wrapper .submit-wrapper {
    width: 290px;
    height: 65px;
  }*/
}

#comments-wrapper .submit-wrapper #submit {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  border-radius: 25px;
  background: var(
    --ui-primary,
    linear-gradient(0deg, #e35072 -65%, #fa5d89 171.25%)
  );
  padding: 8px 24px;
  border-width: 0;
}

.comment-notes {
  display: none;
}

.logged-in-as {
  font-size: 14px;
}

/* SUB FORM */
#respond.comment-respond #reply-title.comment-reply-title {
  position: relative;
  top: unset;
  right: unset;
}
.comments-area .comment .comment-respond {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
  margin-top: 10px;
}
.comment #commentform {
  padding-top: 40px;
  border-top: 1px solid #e6edf2;
}

/* COMMENTS LIST */

.comment {
  list-style-type: none;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 20px;
}

.single-post #comments .comments-title {
  font-family: "Martina Plantijn", Sans-serif;
  color: #171514;
  padding-top: 10px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.64px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .single-post #comments .comments-title {
    text-align: left;
  }
}

#comments.comments-area .comment .comment-body {
  border-block-end: 0;
  padding-inline-start: 0;
  padding-block-start: 4px;
  padding-block-end: 4px;
}
#comments.comments-area .comment-meta {
  margin-block-end: 0;
}
.comments-area .commentmetadata > a {
  text-decoration: none;
}
.comments-area .commentmetadata > a > time {
  color: #222c3680;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.176px;
}

.comment-details {
  box-sizing: border-box;
  border: 1px solid rgba(75, 96, 116, 0.14);
  border-radius: 8px;
  padding: 16px;
  display: flex;
}
.comment-text {
  line-height: 0;
  word-break: break-word;
}
.comment-author {
  flex-shrink: 0;
}
#comments .comment-author .avatar.photo {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  position: relative;
  left: unset;
}
.author-name .fn {
  font-weight: 600;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 16px;
  display: block;
  font-style: normal;
  margin-bottom: 8px;
}
.author-name/*,
.comment-text > p*/ {
  display: inline;
}
.comment-text > p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 16px;
  color: #222c36cc;
}

.comment-body .reply {
  margin-top: 8px;
}
.comment-body .reply .comment-reply-link {
  margin-top: 0;
  margin-left: 18px;
  border-width: 0;
  color: #222c3680;
  font-size: 11px;
  position: relative;
  line-height: 16px;
  letter-spacing: 0.176px;
  font-weight: 600;
  text-decoration: none;
}
.comment-body .reply .comment-reply-link::after {
  content: "";
  height: 14px;
  width: 14px;
  display: block;
  top: 2px;
  right: -17px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/hello-child/img/paper-plane-2.svg);
}

/* CHILD COMMENTS */
#comments.comments-area ol.comment-list .children::before {
  display: none;
}
#comments.comments-area .children {
  padding-inline-start: 40px;
}

/* LOAD MORE COMMENTS */
.comment-list .comment {
  display: none;
}
.comment-list.load-more .comment {
  display: block;
}
.comment-list .comment:nth-child(1),
.comment-list .comment:nth-child(2),
.comment-list .comment:nth-child(3) {
  display: block;
}

#comments #load-more-comments {
  margin-top: 56px;
  display: block;
}
#comments #load-more-comments a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #222c36cc;
  cursor: pointer;
}
#comments #load-more-comments a::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 24px;
  background-image: url(/wp-content/themes/hello-child/img/chevron.svg);
  background-size: cover;
  transform: rotate(180deg);
  vertical-align: middle;
}

/* COMMENT NAV */

.comment-navigation {
  border-top-width: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 67px;
  margin-right: 67px;
  margin-bottom: 20px;
}
.comment-navigation .nav-links {
  font-size: 15px;
  text-transform: initial;
  font-weight: 600;
}
.comment-navigation .nav-links a {
  color: #4a7fff;
}
.comment-navigation .nav-previous > a::before,
.comment-navigation .nav-next > a::after {
  content: "";
}

/* EDIT */

.comment-edit-link {
  font-size: 12px;
}
