/**********************************************************
// Blog >> Comments
**********************************************************/
.Comments {
	margin: 20px 0 0 0;
	text-align: left;
	}

.Comments h3 {
	margin: 0 auto 20px auto;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 30px;
	}

.Comments .says { display: none; }
.Comments .fn {
	text-transform: uppercase;
	font-weight: 700;
	}

.Comments .comment {
	margin: 10px auto 0 auto;
	width: 100%;
	list-style-type: none;
	}

.Comments .comment .comment-body { padding: 10px; }
.Comments .comment-head { margin: 0 0 15px 0; }

.Comments .avatar {
	margin: 0 15px 10px 0;
	display: none;
	float: left;
	}

.Comments .avatar img {
	margin: 0;
	vertical-align: middle;
	-webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
			border-radius: 100px;
	}

.Comments .comment-head .name {
	margin: 0;
	font-weight: 700;
	font-size: 15px;
	}

.Comments .comment-head .date,
.Comments .comment-head .edit,
.Comments .comment-head .perma { font-size: 11px; }

.Comments .comment-entry p { margin: 0 0 10px 0; }
.Comments .comment-entry blockquote { margin: 0 30px 0; }
.Comments .comment-entry blockquote p { font-style: italic; }

.Comments .comment .reply a {
	margin: 0;
	padding: 8px 0;
	text-shadow: none;
	font-weight: 500;
	font-size: 14px;
	}

.Comments .comment .reply a:after {
	margin-left: .618em;
	width: 1em;
	line-height: 1em;
	text-align: right;
	display: inline-block;
	font-family: "FontAwesome";
	font-weight: normal;
	font-size: 100%;
	content: "\f112";
	}

.Comments ol.children {
	margin: 10px 0px 0 25px;
	padding: 0;
	}

.Comments ol.children li { border-top: 1px solid #E6E6E6; }
.Comments .cancel-comment-reply { margin: 10px 0; }

.Comments .navigation a {
	display: block;
	margin: 15px 0 0 0;
	text-decoration: none;
	}

.Comments h3#pings { margin-top: 25px; }
.Comments .pingbacks li.pingback { margin: 10px 0; }
.Comments .pingbacks li.pingback .reply { display: none; }

.Comments .comment-metadata { text-transform: uppercase; }
.Comments p { padding: 5px 0 10px 0; }

.Comments ol {
	margin: 30px auto 0 auto;
	padding-left: 0;
	list-style-type: none;
	}

/**********************************************************
// Blog >> Comment Form
**********************************************************/
#respond {
	margin: auto;
	width: 100%;
	max-width: 460px;
	text-align: center;
	}

#respond h3 {
	margin-bottom: 0;
	padding: 0;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 30px;
	}

#respond h3 small {
	padding-top: 10px;
	width: 100%;
	display: block;
	}

#respond .comment-form-url { display: none; }

#respond .logged-in-as {
	margin-top: 0;
	padding-top: 0;
	text-transform: uppercase;
	}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond select,
#respond textarea {
	width: 100%;
	border: 1px solid #333;
	}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	}

#respond textarea {
	padding: 5px;
	resize: vertical;
	}

#respond .form-allowed-tags,
#respond .comment-notes { display: none; }

#respond label {
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	display: block;
	}

#respond input[type="submit"]:hover { background: #EEE; }
#respond input[type="submit"] {
	margin: auto;
	padding: 0 20px;
	width: auto;
	height: 45px;
	line-height: 45px;
	border: 0;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #FFF;
	color: #333;
	cursor: pointer;
	display: inline-block;
	}

.comment-form-cookies-consent { text-align: left; }

.comment-form-cookies-consent input {
    margin-top: 7px;
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
	}

.comment-form-cookies-consent input:checked { background: #333; }
.comment-form-cookies-consent input:checked:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	color: #FFF;
	position: absolute;
	left: 4px;
	top: 0;
	}

.comment-form-cookies-consent label {
	margin-left: 10px;
	max-width: 80%;
	display: inline-block !important;
	vertical-align: top;
	}
