.comment-respond,
.comment-navigation,
.comment-form-comment textarea{
  width:100%;
}

.comments-area .comment-body h1,
.comments-area .comment-body h2,
.comments-area .comment-body h3,
.comments-area .comment-body h4,
.comments-area .comment-body h5,
.comments-area .comment-body h6{
  margin-bottom:15px;
  margin-top:30px;
}

.comment-navigation,
.comments-area .reply{
  font-style:italic;
}

.comments-area .comments-title + .comment-navigation,
p.comment-form-comment label,
.comments-area .says{
  display:none;
}

.comments-area .reply a,
.comment-navigation a,
.comments-area .comment-metadata{
  color:#969696;
}

.comments-area .comment-metadata a,
.comments-area .comment-author a{
  color:inherit;
}

.comments-area .comment-author a{
  font-weight:bold;
}

.comment-navigation .nav-next a:after{
  content:"\2192";
  padding-left:0.25rem;
}

.comment-navigation .nav-previous a:before{
  content:"\2190";
  padding-right:0.25rem;
}

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

.comments-area .comment-list{
  -webkit-padding-start:0;
  border-bottom:1px solid #e5e5e5;
  margin:0;
  padding-left:0;
}

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

.comments-area .comment-body,
.comments-area .comment-list > *{
  position:relative;
}

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

.comments-area .comment-list > *,
.comments-area .comment-list .children > *{
  padding-top:30px;
}

.comments-area .comment-author .avatar{
  height:54px;
  margin-bottom:7.5px;
  width:54px;
}

.comments-area .reply a{
  border:1px solid #e5e5e5;
  display:inline-block;
  padding:1px 8px;
}

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

.comments-area .comment-body > * + *,
.comment .comment-respond{
  margin-top:30px;
}

.comments-area .comment-awaiting-moderation,
.comments-area .no-comments{
  display:inline-block;
  padding:7.5px 15px;
}

.comments-area .comment-awaiting-moderation{
  background-color:#fbfb9d;
  border-left:7.5px solid #f0f091;
}

.comments-area .no-comments{
  background-color:#f2f2f2;
  color:#969696;
}

.comment-form label,
.bypostauthor{
  display:block;
}

.comment-content a{
  word-wrap:break-word;
}

.comments-area .comment-edit-link:before{
  content:"/";
  padding-right:5px;
}

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

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

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

@media (min-width: 500px){
  .comments-area .comment-list .children{
    margin-left:15px;
  }
  .comments-area .reply,
	.comments-area .comment-list article:before,
	.comments-area .comment-author .avatar{
    position:absolute;
    top:0;
  }

  .comments-area .reply{
    margin-top:0;
    right:0;
  }

  .comments-area .comment-list article:before{
    border-left:1px solid #e5e5e5; bottom:0;
    content:"";
    left:27px;
  }

  .comments-area .comment-author .avatar{
    -webkit-box-shadow:0 0 0 1px #e5e5e5;
    border:2px solid #ffffff;
            box-shadow:0 0 0 1px #e5e5e5;
    left:0;
  }

  .comments-area .comment-author,
	.comments-area .comment-metadata,
	.comments-area .comment-content{
    padding-left:80px;
  }

  .comments-area .comment-awaiting-moderation{
    margin-left:80px;
  }
}

@media (min-width: 768px){
  .comments-area .comments-title,
	.comments-area .comments-title + .comment-navigation{
    margin-top:0;
    width:50%;
  }

  .comments-area .comments-title + .comment-navigation{
    display:block;
  }

  .comments-area .comments-title + .comment-navigation .nav-links > *{
    display:inline;
    float:none;
    width:100%;
  }

  .comments-area .comments-title + .comment-navigation .nav-links{
    text-align:right;
  }

  .comments-area .comments-title + .comment-navigation .nav-links > * + *{
    border-left:1px solid #e5e5e5;
    margin-left:7.5px;
    padding-left:7.5px;
  }
  .comment-form-author label,
	.comment-form-email label,
	.comment-form-url label{
    float:left;
    width:80px;
  }
}
