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

.comment-respond .logged-in-as a,
.comments-area .comment-metadata a,
.comments-area .comment-author a{
  color:inherit;
}

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

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

.comments-area .comments-title span,
.comment-reply-title span{
  background:#ffffff;
  padding-right:20px;
  position:relative;
}

.comments-area .comments-title:before,
.comment-reply-title:before{
  background:#e5e5e5;
  content:"";
  height:1px;
  left:0;
  position:absolute; top:50%;
  width:100%;
  z-index:-1;
}

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

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

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

.comments-area .comment-list > * + *,
.comments-area .comment-list .children > *{
  border-top:1px solid #e5e5e5;
  padding-top:30px;
  padding-top:40px;
}

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

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

.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:#000000;
  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 .reply a:before{
  content:"\f112";
  padding-right:6px;
}

.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:14px;
  font-size:0.875rem;
}

.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:#757575;
}

.comment-form > p{
  margin-bottom:0;
  margin-top:15px;
}

.comment-respond label{
  display:block;
  margin-bottom:10px;
}

.comment-respond input{
  width:100%;
}

.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:rgba(0,0,0,0.05);
  color:inherit;
}

.comments-area .comment-subscription-form + .comment-subscription-form{
  margin-top:7.5px;
}

.comments-area .bypostauthor > .comment-body .comment-author .fn:after{
  content:"\f2be";
  display:inline-block;
  padding-left:8px;
}

.comment .comment-respond{
  margin-bottom:40px;
}

.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:12px;
  margin-top:42px;
}

@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:15px;
  }

  .comment-respond p.comment-form-author,
	.comment-respond p.comment-form-email{
    float:left;
    width:50%;
  }

  .comment-respond .submit{
    width:auto;
  }

  .comment-respond .comment-form-url{
    clear:both;
  }
}
