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

.vlog-comments{
	border: 1px solid;
	padding: 30px 36px 0;
	clear: both;
}
.comment-form{
	margin-bottom: 30px;
}
.vlog-comments .comment-content ul > li:before{
    content: "\2022";
    margin-right: 7px;
}
.vlog-comments .comment-content ol > li {
    list-style: decimal inside;
}
.vlog-comments .comment-content ul, .vlog-comments .comment-content ol {
    margin-bottom: 26px;
}
.vlog-comments .avatar{
    border-radius: 50%;
    float: left;
    margin-right: 18px;
}
.comment-form label{
	margin-bottom: 7px;
	display: block;
    font-size: 13px;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    float: left;
    width: 33.33%;
    padding: 0 15px 0 0;
}
.comment-form-url {
    padding: 0;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    margin-bottom: 20px;
}
.comment-form-comment{
	margin-bottom: 10px;
}
.form-submit{
	clear: both;
	margin-top: 15px;
}
.vlog-comments .says{
	display: none;
}
.vlog-comments .url{
	text-transform: uppercase;
	font-size: 16px;
}
.vlog-comments .comment-content{
	clear: both;
}
.vlog-comments{

	.comment-content{
		margin-left: 78px;
		p{
			margin-bottom: 10px;
		}
	}
	.reply{
		margin-left: 78px;
		text-transform: uppercase;
		font-size: 12px;
	}
	.children{
		margin-left: 78px;
	}
	.comment-metadata{
		line-height: 20px;
		font-size: 12px;
	}
	.comment-body{
		margin-bottom: 36px;
	}
}
.vlog-comments .vlog-mod-head{
	margin-bottom: 10px;
}

.comment-list {
	padding-top: 25px;
	border-top: 1px solid;
}
.comment-reply-title {
	float: right;
}
.logged-in-as, .comment-notes {
	margin: 5px 0 10px;
	font-size: 13px;
}
.vlog-comments .vlog-module-title h4 {
	margin: 0 0 15px 0;
}
.comment-author b {
    font-size: 18px;
}
.comment .comment-respond{
    margin: 26px 0;
    border-top: 1px solid;
    padding: 20px 26px 0;
    position: relative;
}
#cancel-comment-reply-link {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    padding: 3px 10px;
}
.bypostauthor .comment-body .fn:before {
    margin-right: 5px;
    margin-top: 3px;
    float: left;
 }
 .pingback .comment-content{
 	margin-left: 0;
 }
 /* comments GDPR session field */
.comment-form-cookies-consent {

	input[type="checkbox"] {
		position: relative;
		top: 2px;
	}

	label {
		display: inline-block;
		margin-left: 8px;
	}

}
.comment-form-cookies-consent{
	display: flex;
	width: 100%;
    clear: both;
}