#comments.comments-area {
	padding-top: 7%;
}
#comments {
	font-size: 18px;
}
#comments .logged-in-as {
	font-size: 0.75em;
	margin-bottom: 0;
}
.comments-title {
	font-size: 1em;
}
.comment-list {
	list-style: none;
	padding-left: 0;
}
.comment {
	margin-bottom: 2.5em;
}
.comment:last-child {
	margin-bottom: 0;
}
.comment .children,
.comment .comment-body {
	max-width: 760px;
	margin: 0 auto;
}
.comment-body:last-child {
	border-bottom: none;
}
.comment-meta {
}
.comment-author.vcard img {
	float: left;
	width: 32px;
	height: 32px;
	margin-top: 4px;
	margin-right: 0.5em;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 0px 0px 2px white;
}
.comment-author.vcard cite.fn {
	font-size: 1.1em;
	font-style: normal;
}
.comment-author.vcard span.says {
	display: none;
}
.comment-metadata {
	position: relative;
}
.comment-metadata a {
	text-decoration: none;
}
.comment-metadata a time {
	font-size: 0.8em;
}
.comment-metadata .edit-link {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.comment-metadata .edit-link a.comment-edit-link {
	text-align: right;
}
.comment-metadata .edit-link a.comment-edit-link:before {
	content: "[ ";
}
.comment-metadata .edit-link a.comment-edit-link:after {
	content: " ]";
}
.comment-content {
	font-size: 18px;
}
.comment .children {
	list-style: none;
	border-left: 1px solid #eee;
}
.comment .children li {
	margin: 1em 0 0 auto;
    width: calc(100% - 40px);
}
.comment-respond {
	background: white;
	font-size: 18px;
	margin-bottom: 1em;
}
.comment-reply-title {
	margin: 0 auto;
	max-width: 800px;
	padding: 2em 0.5em 0.5em;
	color: #0a2829;
	letter-spacing: 0.1em;
	font-size: 1em;
	text-transform: uppercase;
}
.comment-form {
	max-width: 800px;
	margin: 0 auto;
	padding: 0.5em;
}
.comment-form .logged-in-as {
	margin-top: 0;
	text-align: right;
}
.comment-form-comment {
	margin-bottom: 0;
}
.comment-form-comment label[for="comment"] {
	display: inline-block;
	width: 100%;
}
.comment-form-comment textarea[name="comment"] {
	display: inline-block;
	width: 100%;
	min-height: 10em;
}
.form-allowed-tags {
	margin-bottom: 0;
}
.form-allowed-tags code {
	font-size: 1em;
}
.comment-form p {
	font-size: 0.9em;
}
.comment-form input[name="submit"] {
	border: none;
}
.comment-reply-link,
.comment-form input[name="submit"] {
	font-size: 1.25em;
	display: inline-block;
	font-size: 14.4px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.5em 1em;
	background: #25a37d;
	color: white;
}
.comment-respond label {
	text-transform: uppercase;
}
/* Comments High Contrast */

.highcontrast .comment-respond {
	background: #212121;
	color: #fbfbfb;
}
.highcontrast .comment-reply-title,
.highcontrast .comment-respond label,
.highcontrast abbr {
	color: #fbfbfb;
}
.highcontrast .comment-respond code {
	color: #25a37d;
}

h3#comments {}
ol.commentlist {list-style: none;}
ol.commentlist li ul {
    list-style: none;
    margin-top:20px;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: rgba(255,255,255,0.75);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.comment-author.vcard {border:none;padding:0;margin-bottom:0;}
.comment-author.vcard img {float:left;margin-right:0.5em;}

#comment-form-elements {list-style: none;}
#commentform #submit {margin-top:1.2em;}

.comment-list,
.comment-content p {
	font-size: 1em;
}
