/**********************************************************
// Blog >> Comments
**********************************************************/
.Comments {
	margin: 1.25rem 0 0 0;
	text-align: left;
	}

.Comments h3 {
	margin: 0 auto 1.25rem auto;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.875rem;
	}

.Comments .says { display: none; }
.Comments .fn {
	text-transform: uppercase;
	font-weight: 700;
	}

.Comments .comment {
	margin: 0.625rem auto 0 auto;
	width: 100%;
	list-style-type: none;
	}

.Comments .comment .comment-body { padding: 0.625rem; }
.Comments .comment-head { margin: 0 0 0.9375rem 0; }

.Comments .avatar {
	margin: 0 0.9375rem 0.625rem 0;
	display: none;
	float: left;
	}

.Comments .avatar img {
	margin: 0;
	vertical-align: middle;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
	}

.Comments .comment-head .name {
	margin: 0;
	font-weight: 700;
	font-size: 0.9375rem;
	}

.Comments .comment-head .date,
.Comments .comment-head .edit,
.Comments .comment-head .perma { font-size: 0.6875rem; }

.Comments .comment-entry p { margin: 0 0 0.625rem 0; }
.Comments .comment-entry blockquote { margin: 0 1.875rem 0; }
.Comments .comment-entry blockquote p { font-style: italic; }

.Comments .comment .reply a {
	margin: 0;
	padding: 0.5rem 0;
	text-shadow: none;
	font-weight: 500;
	font-size: 0.875rem;
	}

.Comments .comment .reply a:after {
	margin-left: .618em;
	width: 1em;
	line-height: 1em;
	text-align: right;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 100%;
	content: "\f3e5";
	}

.Comments ol.children {
	margin: 0.625rem 0 0 1.5625rem;
	padding: 0;
	}

.Comments ol.children li { border-top: 0.0625rem solid #E6E6E6; }
.Comments .cancel-comment-reply { margin: 0.625rem 0; }

.Comments .navigation a {
	display: block;
	margin: 0.9375rem 0 0 0;
	text-decoration: none;
	}

.Comments h3#pings { margin-top: 1.5625rem; }
.Comments .pingbacks li.pingback { margin: 0.625rem 0; }
.Comments .pingbacks li.pingback .reply { display: none; }

.Comments .comment-metadata { text-transform: uppercase; }
.Comments p { padding: 0.3125rem 0 0.625rem 0; }

.Comments ol {
	margin: 1.875rem auto 0 auto;
	padding-left: 0;
	list-style-type: none;
	}

/**********************************************************
// Blog >> Comment Form
**********************************************************/
#respond {
	margin: auto;
	width: 100%;
	max-width: 28.75rem;
	text-align: center;
	}

#respond h3 {
	margin-bottom: 0;
	padding: 0;
	line-height: 1.2em;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.875rem;
	}

#respond h3 small {
	padding-top: 0.625rem;
	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: 0.0625rem solid #333;
	}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
	padding: 0 0.3125rem;
	height: 1.875rem;
	line-height: 1.875rem;
	}

#respond textarea {
	padding: 0.3125rem;
	resize: vertical;
	}

#respond .form-allowed-tags,
#respond .comment-notes { display: none; }

#respond label {
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.75rem;
	display: block;
	}

#respond input[type="submit"]:hover { background: #EEE; }
#respond input[type="submit"] {
	margin: auto;
	padding: 0 1.25rem;
	width: auto;
	height: 2.8125rem;
	line-height: 2.8125rem;
	border: 0;
	font-size: 1.125rem;
	letter-spacing: 0.0625rem;
	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: 0.4375rem;
    width: 1.25rem;
    height: 1.25rem;
    border: 0.0625rem 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: 1rem;
	color: #FFF;
	position: absolute;
	left: 0.25rem;
	top: 0;
	}

.comment-form-cookies-consent label {
	margin-left: 0.625rem;
	max-width: 80%;
	display: inline-block !important;
	vertical-align: top;
	}
