.megaphone-comments #reply-title{
    margin:0 0 get-gutter-width('xl') * 0.5;
}
.comment #reply-title{
    margin-bottom: get-gutter-width('xl') * 0.5; 
    padding-bottom: get-gutter-width('xl') * 0.25; 
    position: relative;
    width: 100%;
}

.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{
	
	padding:0;
    font-size: 1.6rem;
    line-height: 1.5;
    list-style: none;

    margin-top: get-gutter-width('sm');
    @include mq('md') {
        margin-top: get-gutter-width('md');
    }
    @include mq('lg') {
        margin-top: get-gutter-width('lg');
    }
    @include mq('xl') {
        margin-top: get-gutter-width('xl');
    }
}
.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{
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 0;
    right: 0;
    transition: opacity .2s ease-in-out;
    @include mq('md') {
        top: 0;
        right: 0;
        left: auto;
    }
}
.comment-body:hover .reply{
    opacity: 1;
    pointer-events: auto;
}
.comment-body{
    
    position: relative;
    margin-bottom: get-gutter-width('md');
    @include mq('md') {
        margin-bottom: get-gutter-width('md');
    }
    @include mq('lg') {
        margin-bottom: get-gutter-width('lg');
    }
    @include mq('xl') {
        margin-bottom: get-gutter-width('xl');
    }
}

.comment-metadata{
    font-size: 1.2rem;
    line-height: 1.2;
}
.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{
   
    list-style: none;

    padding:0;

    @include mq('lg') {
        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: 40px;
    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;
}
#cancel-comment-reply-link,
.comment-reply-link{
    text-align: center;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 0 14px;
    height: 25px;
    line-height: 25px;
    @include mq('md') {
        line-height: 30px;
        height: 30px;
    } 
}

#reply-title small{
    position: absolute;
    left: 0;
    top: 30px;
    @include mq('md') {
        top: 0;
        right: 0;
        left: auto;
    }
}


.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 */
.megaphone-comments ul.page-numbers{
    display: flex;
    margin-top: 32px;
    padding: 0;
    list-style: none;
}