/*--------------------------------------------------------------
12. Comments
--------------------------------------------------------------*/
#respond { 
	display: none; 
}
.comment-form{
	input[type="text"], input[type="email"], input[type="url"]{
		height: 50px;
		width: 100%;
	}
}
.comment-form-author, .comment-form-email, .comment-form-url {
    float: left;
    width: 33.33%;
    padding: 0 15px 0 0;
    margin-bottom: 15px;
}
.comment-form-url,
.form-submit {
    padding: 0;
    margin:0;
}
.comment-form-comment{
	clear: both;
	margin-bottom: 15px;
}
textarea#comment{
	width: 100%;
	clear: both;	
	height: 200px;
	resize: vertical;
}

.comment-form,
.comments-main{
	float: left;
	width: 100%;
	clear: both;
}
.comment-form{
	padding: 40px;
}

.comment-form-author, .comment-form-email, .comment-form-url {
	float: left;
	width: 33.33%;
	padding: 0 15px 0 0;
}
.comment-form-url{padding: 0;}
.comment-form-comment{margin-bottom: 20px;}
.comment-notes{font-style: italic; font-size: 14px;}
.form-submit{margin-bottom: 0; clear: both;}

.comment-list{
	list-style: none;
	padding: 0;
	margin: 40px 0 0 0;
	float: left;
	width: 100%;
}
.comment{
	list-style: none;
	float: left;
	width: 100%;
	margin: 0;
}
.comment .avatar{
	border-radius: 50%;
	float: left;
	margin: 0 23px 0 0;
}
.fn,
.fn a,
.says,
.comment-metadata a{
	font-size: 1.454321rem;
}
.bypostauthor .comment-body .fn:before{
	content: "\f007";
	font-family: "FontAwesome";
	margin-right: 8px;
}
ul.comment-list > li.comment,
ul.comment-list > li.pingback{
	padding: 0;
	margin-bottom: 0;
	position: relative;	
}
ul.comment-list > li.comment:last-child,
ul.comment-list > li.pingback:last-child{
	margin-bottom: 0;
}
ul.comment-list .pingback{
	float:left;
	width:100%;
}
.pingback .comment-reply-link{
	margin:0;
}
li.comment .comment-body{
	margin-bottom: 20px;
	padding:0 0 20px;
	position: relative;
	width: 100%;
}
li.comment .comment-body:after{
    content: "";
    width: 91.3%;
    height: 1px;
    margin-left: 83px;
    display: block;
    margin-top: 20px;
}
ul.comment-list > li.comment:last-child > ul.children > .comment-body:after{
	background-color: transparent;
}


li.comment{
	#respond{
		display: block;
	}
}
ul.comment-list .fn, 
ul.comment-list .fn a, 
ul.comment-list .says{
	font-size: 1.854321rem;
	line-height: 2.654321rem;
	display: inline-block;
	margin: 0;

}
.comment  .children{
	padding: 0 0 0 80px;
}

.comment-list .comment-edit-link:hover{
  text-decoration: underline;
}
.comment-list .comment-content {
	display: block;
	clear: both;
	margin: 0 0 11px 83px;
	position: relative;
}
.comment-list .pingback .comment-content{
	margin: 0 0 20px 0;
}
.comment-body .edit-link{
	position: absolute;
	top: 0;
	right: 0;
}
.comment-body .edit-link a{
	text-decoration: none;
    line-height: 2.2321rem;
    font-size: 1.4321rem;
    text-transform: uppercase;
    text-decoration: none;
	float: right;
}
.comment-respond{
	 z-index: 1000;
	position: relative;	
	clear: both;
}
.comment-content a:hover{
  text-decoration: underline;
}
.comment-content p{
  margin-bottom: 15px;
}
.comment-list .comment-content p:last-child{
  margin-bottom: 0;
}
.comment-reply-link {
	line-height: 2.2321rem;
	font-size: 1.4321rem;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 0 83px;
	transition: all 0.1s ease-in-out;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label{
  width: 100%;
  float: left;
  margin: 0 0 2px 0;
}

input[type="range"]{
  width: 100%;
}
#comment{
  padding: 10px;
  height: 150px;
  resize: vertical;
}
ul.comment-list .says{
	display: none;
}
.comment-subscription-form{
	margin-bottom: 0;
	margin-top: 10px;
}
.comment .comment-respond{
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
#cancel-comment-reply-link{
	padding: 0 0 5px 0;
    float: right;
    font-weight: normal;
    font-size: 1.45432rem;
    line-height: 2rem;
    text-transform: uppercase;
    position: absolute;
    right: 30px;
    top: 20px;
}
#cancel-comment-reply-link:hover{
	text-decoration: none;
}
.herald-gray-area{
	width: 100%;
	float: left;
	padding: 40px;
}
.herald-fake-button{
    background-color: #fff;
    border: 1px solid;
    height: 50px;
    width: 100%;
    float: left;
    font-style: italic;
    color: #aaaaaa;
    font-size: 1.6rem;
    padding: 11px;
    font-weight: normal;
	-webkit-user-select: none; 
	-moz-user-select: none;     
	-ms-user-select: none;      
	user-select: none;      
	display: inline-flex;
    align-items: center;
    justify-content: flex-start;   
}
.herald-fake-button:hover{
	cursor: pointer;
}
.form-submit input[type=submit]{
    min-width: 200px;
    max-width: initial;
    width: auto;
    padding: 5px 15px;
}

.comment-form-cookies-consent {
	display: block;
    width: 100%;
	float: left;
	label {
		margin-left: 8px;
	}
}
.herald-comments-open .col-mod-single {
	height: auto !important;
}
.comment-form-cookies-consent {
	display: block;
    width: 100%;
	float: left;
	
	label {
		margin-left: 8px;
	}
}