.comment-count {
	background:#EBEBEB;
}
.comment-count:after {
	content:" ";
	clear:both;
	display:block;

}
.comment-count-title {
	background-color: #D31145;
	color:#FFF;
	float:left;
	font-weight:bold;
	padding:0.25em 1.5em 0.25em 2.0em;
	position:relative;
	text-transform:uppercase;
}
.comment-count-title:before {
	border-color:transparent;
	border-style:solid;
	border-width: 2.2em 1em 0 0;
	content:" ";
	overflow:hidden;
	position:absolute;
	left:-1em;
	top:1px; /* no idea why it does not line up without the one pickle. */
	z-index:1;
}
.comment-count-title:after {
	border-color:transparent;
	border-left-color: #D31145;
	border-style:solid;
	border-width:0 0 2.2em 1em;
	content: " ";
	display:block;
	position:absolute;
	right:-1em;
	top: 0;
}

.comments-list {
	list-style:none;
	padding:1.5em 0 0;
}
.comments-list .children {
	list-style:none;
	padding-left:36px;
}
.comment-item:after {
	content:" ";
	clear:both;
	display:block;
	height:1.5em;
	border-bottom:1px solid #EBEBEB;
	margin-bottom:1.5em;
}
.comment-author-avatar {
	float:left;
	width:72px;
}
.comment-header,
.comment-body {
	margin-left:100px;
}
.comment-header {
	color:#D31145;
	font-size: 0.875em;
	line-height:1em;
	padding-bottom:0.5em;
	text-transform:uppercase;
}
.comment-author-name {
	font-style: normal;
}
.comment.depth-2 .comment-item:after { margin-left: -36px; }
.comment.depth-3 .comment-item:after { margin-left: -72px; }
.comment.depth-4 .comment-item:after { margin-left:-108px; }
.comment.depth-5 .comment-item:after { margin-left:-144px; }

.comment-reply-title {
	background:#EBEBEB;
	color:#005188;
	font-size:0.875rem;
	font-weight:bold;
	line-height:2em;
	margin-bottom:1.5em;
	padding-left:1em;
	text-transform:uppercase;
}
.comment-sub-heading {
	font-size:0.875rem;
	float:right;
	/* margin-top should change when going mobile */
	margin-top:-3.375em;
	padding-right:1em;
}
.comment-form-fields,
.comment-form-comment {
	/*margin-bottom:1.5em;*/
}
.comment-form-fields input,
.comment-form-comment textarea {
	border:1px solid #CCC;
	padding:0.25em 0.5em;
	width:100%;
}
.cptch_block, .cptch_wrap {
	text-align:center;
}
.cptch_wrap {
	display:inline-block !important;
}
.form-submit {
	text-align:center;
}
.form-submit .submit {
	background:transparent;
	border:2px solid #005188;
	color:#005188;
	font-size:0.875em;
	font-weight:bold;
	padding:0.25em 1em;
	text-transform:uppercase;
}