/**********************************************************
// Blog >> Comments
**********************************************************/
.Comments {
	margin: 40px auto 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: 720px;
	}

.Comments h3 {
	margin: 0 auto 20px auto;
	padding: 0 !important;
	text-align: center;
	}

.Comments .logged-in-as {
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	}

/**********************************************************
// Blog >> Comments Form
**********************************************************/
.Comments-Form {
	margin: auto;
	width: 100%;
	max-width: 460px;
	}

.Comments-Form input[type="text"],
.Comments-Form input[type="email"],
.Comments-Form input[type="url"],
.Comments-Form select,
.Comments-Form textarea {
	width: 100%;
	border: 1px solid #666;
	}

.Comments-Form input[type="text"],
.Comments-Form input[type="email"],
.Comments-Form input[type="url"] {
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	}

.Comments-Form textarea {
	padding: 5px;
	height: 220px;
	resize: vertical;
	}

.Comments-Form .form-allowed-tags,
.Comments-Form .comment-notes { display: none; }

.Comments-Form label .required { display: none; }
.Comments-Form label {
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 12px;
	display: block;
	}

.comment-form-cookies-consent input {
	margin-top: 7px;
	width: 20px;
	height: 20px;
	border: 1px solid #666;
	cursor: pointer;
	position: relative;
	display: inline-block;
	vertical-align: top;
	}

.comment-form-cookies-consent input:checked { background: #666; }
.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;
	vertical-align: top;
	}

.Comments-Form .form-submit { text-align: center; }
.Comments-Form input[type="submit"]:hover { background: #9A9EA8; }
.Comments-Form input[type="submit"] {
	margin: auto;
	padding: 10px 50px;
	width: auto;
	line-height: 1.5em;
	border: 0;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #F0A794;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
	}

/**********************************************************
// Blog >> Comments List
**********************************************************/
.Comments-List {
	margin: 50px auto 0 auto !important;
	padding: 0 0 50px 0 !important;
	list-style-type: none !important;
	list-style: none !important;
	}

.Comments-List .avatar,
.Comments-List .says { display: none; }

.Comments-List .fn a { color: #F0A794; }
.Comments-List .fn {
	letter-spacing: 1px;
	text-transform: initial;
	font-weight: 700;
	font-size: 22px;
	color: #F0A794;
	}

.Comments-List .comment-metadata a { color: #9A9EA8; }
.Comments-List .comment-metadata {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	color: #9A9EA8;
	}

.Comments-List .comment-content { color: #343432; }

.Comments .comment .reply a {
	margin: 0;
	padding: 8px 0;
	text-shadow: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 12px;
	}

.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;
	content: "\f3e5";
	}

.Comments ol.children {
	margin: 10px 0px 0 25px;
	padding: 0;
	list-style: none;
	}

.Comments ol.children li { border-top: 0; }
.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-body {
	margin-bottom: 20px;
	padding: 20px;
	}
