/*--------------------------------------------------------------
   Comments
--------------------------------------------------------------*/
.opinion-comments .comment-respond {
    padding: 18px;
}

.opinion-comments #reply-title{
    margin-top: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    float: left;
    width: 100%;
    padding: 0;
}
.comment-form-url {
    padding: 0;
}
.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{
	float: left;
    margin-right: 20px;	
    margin-top: 0;
    margin-bottom: 0;
}
.comment-respond form{
	.clearfix-after;
}

.comment-list{
	margin:0;
	padding:0;
    font-size: 1.6rem;
    line-height: 1.5;
}
.fn{
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}
.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: 25px;
}
.comment-content{
    margin-top: 12px;
    margin-left: 0;
}
.comment-body{
	margin-bottom: 40px;
}
.comment-reply-link{
    margin-top: 0;
    margin-left: 0;
}
.comment-metadata{
    font-size: 1.4rem;
    line-height: 1.2;
    opacity: .6;
}
.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;
}
.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;
}

.avatar{
    border-radius: 50%;
}
.comment-body + .comment-respond{
    margin-bottom: 30px;
    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;
}

.depth-3,
.depth-4{
     .comment-respond{
        #reply-title{
            flex-flow: column;
            justify-content: flex-start;
            align-items: flex-start;
            margin-bottom: 15px;
        }
        .comment-form-author, .comment-form-email, .comment-form-url{
            width: 100%;
            padding:0;
        }
        input[type=checkbox]+label{
            max-width: 300px;
            vertical-align: top;            
        }
     }
}
.depth-2 input[type=checkbox]+label{
    display: inline-block;
    vertical-align: top;
    max-width: 500px;
}
.comment-form-cookies-consent{
    display: flex;
}
.comment-form-cookies-consent input[type=checkbox]{
    vertical-align: top;
    margin-top: 4px;
}

/* Comment pagination */
.opinion-comments .page-numbers{
    display: flex;
    margin-top: 32px;
}
.opinion-comments li{
    margin-right: 5px;
}
.opinion-comments li a{
    margin-top: 0;
}
@media (min-width: 570px){
.opinion-comments .comment-respond{
    padding:38px 52px 52px;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    float: left;
    width: 33.33%;
    padding: 0 20px 0 0;
}

.comment-content,
.comment-reply-link{
    margin-left: 85px;
}
.comment > .children{
    padding: 0 0 0 85px;
}
.comment-form-url {
    padding: 0;
}
}
@media (min-width: 970px){
    
}