/*--------------------------------------------------------------
   Comments
--------------------------------------------------------------*/

.comment-form .comment-notes,
.comment-form .logged-in-as{
    font-size: 1.2rem;
	margin-bottom: 25px;
}
.comment-form-subscriptions{
    display: inline-block;
    vertical-align: middle;
    font-size: 85%;
    margin-bottom: 0;
    margin-top: 15px;
}
.form-submit{
	float: left;
    margin-right: 20px;	
}
.comment-respond form{
	.clearfix-after;
}

.comment-list{
	margin:0;
	padding:0;
}
.fn{
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}
.says{
	display: none;
}
.comment-author img{
	float: left;
	margin-right: 25px;
}
.comment-content{
    margin-top: 10px;
    margin-left: 85px;
}
.comment-body{
	margin-bottom: 40px;
}
.comment-reply-link{
    margin-top: 0;
    margin-left: 85px;
}
.comment-content p{
	margin-bottom: 15px;
}

.comment-list li > ul,
.comment-list li > ol,
.comment-list > li.comment:last-child > .comment-body:last-child {
	margin-bottom: 0;
}
.comment > .children{
	padding: 0 0 0 85px;
}
.pingback .comment-content{
    margin-left: 0;
}

.comment-respond{
	position: relative;
	.section-title + small{
    position: absolute;
    top: 14px;
    right: 0;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: .5px;
    padding-left:5px;	
	}
}
.comment-respond .section-title{
	margin-bottom: 10px;
}
.comment-form{ 
	margin-bottom: 20px;
input[type=email],
input[type=text],
input[type=url]{
	height: 40px;
	padding:5px 10px;
	font-size: 1.4rem;
}
textarea{
	padding:10px;
	font-size: 1.4rem;
}
p{
	margin-bottom: 15px;
}
label{
	font-size: 1.3rem;
	margin-bottom: 5px;
}
.form-submit{
	margin-top: 10px;
}
}

.comment-body + .comment-respond{
	margin-top: -20px;
}

.bypostauthor .fn:after{
	opacity: .8;
	content: "\109c0";
    font-family: trawell-font;
    width: 20px;
    padding: 0;
    text-align: center;
    margin-left: 7px;
    font-size: 1.4rem;
    vertical-align: 1px;
}

.comment-respond .section-title small a:before{
    content: "";
    width: 1px;
    height: 20px;
    display: inline-block;
    background: rgba(0,0,0,.3);
    vertical-align: middle;
    margin-right: 13px;
    margin-top: -4px;
    margin-left: 13px;
}
.comment-respond .section-title small{
    width: 150px;
    font-size: 100%;
}
.comment-respond .section-title small a{
    opacity: .8
}
.comment-respond .section-title small a:hover{
    opacity: 1;
}
.comment-respond .section-title small a{
    font-size: 80%;
}

.comment-form-cookies-consent{
    display: flex;
}
/* comments GDPR session field */
.comment-form-cookies-consent {
	input[type="checkbox"] {
		position: relative;
		top: 2px;
	}
	label {
		display: inline-block;
		margin-left: 8px;
	}
}