/*--------------------------------------------------------------
   Theme Comments
--------------------------------------------------------------*/
.johannes-comments #reply-title{
    margin:0 0 get-gutter-width('xl') * 0.5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comment #reply-title{
    margin-bottom: get-gutter-width('xl') * 0.5; 
    padding-bottom: get-gutter-width('xl') * 0.25; 
}

.comment-form .comment-notes,
.comment-form .logged-in-as{
    font-size: 1.4rem;
	margin-bottom: 25px;
}
.comment-form .logged-in-as a{
    text-decoration: underline;
}
.comment-form .logged-in-as a:hover{
    text-decoration: none;
}

.comment-form-subscriptions{
    display: block;
    font-size: 85%;
    margin-bottom: 0;
    margin-top: 15px;
}
.form-submit{
    margin-right: 20px;	
    margin-top: 0;
    margin-bottom: 0;
}

.comment-list{
	margin:0;
	padding:0;
    font-size: 1.6rem;
    line-height: 1.5;
}
.fn{
    display: block;
    line-height: 1;
    margin-bottom: 5px;
    font-size: 2rem;
}
.fn a{
    -webkit-transition: all .15s ease-in-out;
       -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
         -o-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
    line-height: 1.35;
}
.says{
	display: none;
}
.comment-author img{
	float: left;
	margin-right: 15px;
}
.comment-content{
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 12px;
    margin-left: 0;
    padding-left: 75px;
}
.comment-body .reply{
    margin-left: 75px;
}
.comment-body{
	margin-bottom: get-gutter-width('xl');
}
.comment-reply-link{
    margin-top: 0;
    margin-left: 0;
}
.comment-metadata{
    font-size: 1.2rem;
    line-height: 1.2;
    opacity: .5;
}
.comment-content p{
	margin-bottom: get-gutter-width('xl') * 0.35;
}

.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 get-gutter-width('xl') * 0.8;
}
.pingback .comment-content,
.trackback .comment-content{
    margin-left: 0;
    padding-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;
}

.avatar{
    border-radius: 50%;
}
.comment-body + .comment-respond{
    margin-bottom: get-gutter-width('xl');
    margin-top: -10px;
}

.bypostauthor .fn:after{
	opacity: .8;
    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-content p .emoji{
    max-width: 30px;
}
.comment-form-cookies-consent{
    clear: both;
    line-height: 1;
}
.form-submit input[type="submit"]{
    margin-top: 0;
}

.comment-form-cookies-consent{
    display: flex;

    input[type=checkbox]{
        margin:3px 0 0 0;
    }
    label{
        font-size: 1.3rem;
        margin: 0 0 0 5px;
        line-height: 1.4;
    }
}


/* Comment pagination */
.johannes-comments .page-numbers{
    display: flex;
    margin-top: 32px;
}