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

.comment-form label{
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 10px;
}
.comment-respond{
    width: 100%;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    float: left;
    width: 33.33%;
    padding: 0 15px 0 0;
    margin-bottom: 20px;
}
.comment-form-url {
    padding: 0;
}
.comment-form p{
	margin-bottom: 5px;
}
.comment-form p:last-child{
    margin-bottom: 0;
}
.comment-form .form-submit{
    margin-bottom: 0;
    margin-top: 10px;
    clear: both;
    display: inline-block;
    width: 300px;
}
.form-submit input[type=submit]{
    min-width: 178px;
}
.comment-respond{
	margin-bottom: 0;
}

.comment-list {
	list-style: none;
	padding: 0;
	margin: 8rem  0 0;
	clear: both;
}
.comment-list li{
	list-style: none;
}
.comment-list .avatar{
    border-radius: 50%;
    float: left;
    margin-right: 15px;
}
.comment-author b {
    font-size: 18px;
}
.comment-list .says {
    display: none;
}
.comment-list .comment-metadata {
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 12px;
}
.comment-meta a{
    text-decoration: none;
}
.comment-content{
    margin-left: 65px;
}
.reply{
	font-size: 1.4rem;
	margin-left: 65px;

}
.comment-reply-link{
     text-decoration: none;
}
.comment-content p{
	margin-bottom: 1.3rem;
}
.comment-body {
    margin-bottom: 4rem;
}

.comment-list .children {
    margin-left: 65px;
    padding: 0;
}

.comment-list .comment-respond{
    margin-bottom: 35px;
}
.comment .comment-respond {
    margin: 0 0 6rem;
    border: 1px solid rgba(0,0,0,.1);
    padding: 5rem;
    position: relative;
}
.comment .comment-respond .comment-form-comment label{
    display: none;
}
.comment-form{
    position: relative;
}
#cancel-comment-reply-link{
    font-size: 0;  
}
#cancel-comment-reply-link:after{
    position: absolute;
    top: -20px;
    right: -20px;
    content: "\f00d";
    font-family: "FontAwesome";
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 1.4rem;
    text-align: center;
    line-height: 40px;

}
#cancel-comment-reply-link:after{
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
}
#cancel-comment-reply-link:hover:after{
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
        -webkit-box-shadow: 0 10px 20px 0 rgba(1,1,1,.15);
        box-shadow: 0 10px 20px 0 rgba(1,1,1,.15);
    }
#cancel-comment-reply-link:focus:after{
        -ms-transform: translateY(0);
        transform: translateY(0);   
        -webkit-box-shadow: 0 5px 10px 0 rgba(1,1,1,.15);
        box-shadow: 0 5px 10px 0 rgba(1,1,1,.15);
        text-decoration: none;  
}

.comment-reply-title{
    float: right;
}
.comment-notes,
.comment-form .logged-in-as{
    margin-bottom: 25px;
}
.pingback .comment-content,
.trackback .comment-content{
    margin-left: 0;
}

.bypostauthor .comment-author{
    position: relative;
}
.bypostauthor .comment-author:before{
    content: "\f007";
    font-family: "FontAwesome";
    font-size: 11px;
    line-height: 27px;
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: -9px;
    top: -6px;
    border: 2px solid #FFF;
}


.comment-author .fn{
    text-transform: uppercase;
}
.comment-subscription-form label{
    font-size: 1.4rem;
}
.comment-subscription-form{
    [type=checkbox], [type=radio]{
    vertical-align: -2px;
    }
}

.comment .comment-respond .submit{
    min-width: 190px;    
}
.comment-list>li:last-child > .comment-body + .comment-respond{
    margin-top: 6rem;
}

.comment-list li:last-child .children li:last-child article{
    margin-bottom: 0;
}
.comment-list li:last-child .children li:only-of-type article{
    margin-bottom: 3rem;
}

#wp-comment-cookies-consent {
    margin-right: 7px;
    position: relative;
    top: 2px;
}