.comments-title,
.page-title h1 {
	font-size: 1.4rem;
	line-height: 1.27;
	padding:.6rem .9375rem .3rem;
	color: $whiteColor;
	small {
		a {
			font-size: 1.4rem;
			line-height: 1.27;
			color: $whiteColor;
		}
	}
}
.comment-list {}
.comment,
.pingback {
	article {
		border: 1px solid $dividerColor;
	}

	&.depth-2,
	&.depth-3,
	&.depth-4,
	&.depth-5 {
		margin-left: 1rem;
	}
	&.depth-2 {
		.page-header {
			margin-left: -2.1rem;
		}
	}
	&.depth-3 {
		.page-header {
			margin-left: -2.5375rem;
		}
	}
}
.small-12 {
	.comment {
		&.depth-2,
		&.depth-3,
		&.depth-4,
		&.depth-5 {
			margin-left: .5rem;
		}
	}
}
.comment-author{
	&.vcard {
		display: block;
		border:none;
		border-bottom: 1px solid $dividerColor;
		background-color: inherit;
		margin-bottom: 0;
	}
	.avatar {
		border-radius: 16px;
		float: left;
	}
	.comment-author-name {
		font-size: 1.4rem;
		line-height: 1;
		font-weight: 400;
		margin: 5px 10px 0 ;
		display: inline-block;
	}
}
.comment-awaiting-moderation {
	margin: 1rem;
	padding:.5rem;
	display: inline-block;
	border-left: 3px solid $secondaryColor;
}
#cancel-comment-reply-link {
	border-bottom: 1px dashed #fff;
}

.comment-form {
	border: 1px solid $dividerColor;


	padding: 0.5rem 1.0rem;
	label {
		font-size: 1rem;
	}
}
.required {
	color: red;
}

.form-submit {
	margin-bottom: 0;
	text-align: right;
	.submit {
		margin-bottom: 0.5rem;
	}
}
.comment-notes {
	text-align: right;
	font-style: italic;
	font-size: .7rem;
	padding-top: 0.5rem;
}

.logged-in-as {
	text-align: right;
	font-size: .8rem;
	padding-top: 0.5rem;
}

.comment-respond {
		//margin: 1.5375rem .6rem 1.5375rem 1.5375rem;
	.page-header {
	}
	.comment-form {
		//margin-right: 0;
	}
}