.comments-area .comment-awaiting-moderation,
.comments-area .reply{
  clear:both;
}

.comment-respond .logged-in-as a:not(:hover),
.comments-area .comment-metadata a:not(:hover),
.comments-area .comment-author a:not(:hover){
  color:inherit;
  text-decoration:none;
}

.comments-area .reply,
.comments-area .comment-content,
.comments-area .comment-awaiting-moderation,
.comment-respond .comment-form-comment,
.comment-respond .form-submit{
  margin-top:2rem;
}

.comments-area .comments-title,
.comment-reply-title{
  position:relative;
  z-index:1;
}

.comments-area .comments-title span,
.comment-reply-title span{
  background-color:var(--th-color-white);
  padding-right:20px;
  position:relative;
}

.comments-area .comments-title:before,
.comment-reply-title:before{
  background-color:var(--th-color-secondary-lighter);
  content:"";
  height:1px;
  left:0;
  position:absolute;
  top:50%;
  width:100%;
  z-index:-1;
}

.comments-area > :last-child{
  margin-bottom:0;
}

.comments-area .says{
  display:none;
}

.comment-list,
.comment-list .children{
  list-style:none;
}

.comments-area .comment-list{
  -webkit-padding-start:0;
  margin-bottom:2rem;
  margin-left:0;
  padding-left:0;
}

.comments-area .comment-list > * + *,
.comments-area .comment-list .children > *{
  border-top:1px solid var(--th-color-secondary-lighter);
  padding-top:2.5rem;
}

.comments-area .comment-list article{
  position:relative;
}

.comments-area .comment-list article,
.comments-area .comment-list .pingback,
.comments-area .comment-list .trackback{
  margin-bottom:2.5rem;
}

.comments-area .comment-author .avatar{
  border-radius:50%;
  height:34px;
  left:0;
  position:absolute;
  top:-6px;
  width:34px;
}

.comments-area .comment-metadata,
.comments-area .reply{
  text-transform:uppercase;
}

.comments-area .comment-metadata{
  font-weight:700;
  margin-top:6px;
}

.comments-area .comment-author{
  color:var(--th-color-primary-dark);
  margin-right:15px;
}

.comments-area .comment-author b,
.comments-area .reply a{
  font-weight:900;
}

.comments-area .comment-meta,
.comments-area .reply,
.comments-area .comment-content{
  padding-left:50px;
}

.comments-area .comment-meta{
  line-height:1.2;
  overflow:hidden;
}

.comments-area .comment-author,
.comments-area .comment-metadata{
  float:left;
}

.comments-area .comment-content > :last-child{
  margin-bottom:0;
}

.comments-area .comment-edit-link:before{
  content:"\2014";
  padding:0 6px 0 4px;
}

.comments-area .comment-list .children{
  margin-left:20px;
}

.comment-respond label,
.comment-respond .logged-in-as,
.comment-respond .comment-notes,
.comments-area .comment-subscription-form,
.comments-area .form-allowed-tags{
  font-size:0.889rem;
}

.comments-area .reply a,
.comment-respond .comment-notes,
.comment-respond .logged-in-as,
.comments-area .comment-metadata,
.comment-respond label,
.comments-area .bypostauthor > .comment-body .comment-author .fn{
  color:var(--th-color-secondary-base);
}

.comment-form > p{
  margin-bottom:0;
  margin-top:0.75rem;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label{
  display:block;
  margin-bottom:10px;
}

.comment-respond input:not([type="checkbox"]){
  width:100%;
}

.comment-respond input[type="checkbox"] + label{
  margin-left:0.25rem;
}

.comments-area .comment-awaiting-moderation,
.comments-area .no-comments{
  padding:2px 5px;
}

.comments-area .comment-awaiting-moderation{
  background:yellow;
  margin-bottom:0;
}

.comments-area .no-comments{
  background-color:var(--th-color-secondary-lightest);
  color:inherit;
}

.comments-area .comment-subscription-form + .comment-subscription-form{
  margin-top:0.5rem;
}

.comment .comment-respond{
  margin-bottom:2rem;
}

.highlander-dark .comment-respond label{
  color:inherit;
}

.comment-body h1,
.comment-body h2,
.comment-body h3,
.comment-body h4,
.comment-body h5,
.comment-body h6{
  font-weight:900;
  margin-bottom:0.75rem;
}

@media (min-width: 500px){
  .comment-list .children{
    margin-left:52px;
  }
  .comment-respond p.comment-form-author{
    padding-right:10px;
  }
  .comment-respond p.comment-form-email{
    padding-left:10px;
  }
  .comment-respond p.comment-form-author,
	.comment-respond p.comment-form-email{
    margin-bottom:0.75rem;
  }
  .comment-respond p.comment-form-author,
	.comment-respond p.comment-form-email{
    float:left;
    width:50%;
  }
  .comment-respond input.submit{
    width:auto;
  }
  .comment-respond .comment-form-url{
    clear:both;
  }
}
