/* =Comments
----------------------------------------------- */

.comments-title {
	margin-bottom: 1.6em;
}

ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.children {
	list-style: none;
	margin-left: 20px;
	margin-left: 2rem;
}

.comments-area {
	article {
		background: #fafafa;
		margin: 10px 0;
		margin: 1rem 0;
		border: 1px solid #eee;
		border-radius: 0.5rem;
		padding: 10px;
		padding: 1rem;
		position: relative;
	}
	.pingback {
		@extend article;
		p {
			margin-bottom: 0;
		}
	}
	.bypostauthor > article {
		border-color: darken(#eee, 20%);
	}
}

.avatar {
	border: 1px solid #ccc;
	border-radius: 3px;
	border-radius: 0.3rem;
	@include single-box-shadow( rgba(0, 0, 0, 0.4) , 0rem, 0rem, 0.5rem, 0 );
}


cite.fn {
	font-weight: bold;
	font-style: normal;
}
.no-comment-avatars {
	cite.fn, .comment-meta {
		position: static;
	}
}
cite.fn, .comment-meta {
	position: absolute;
	top: 10px;
	top: 1rem;
	left: 63px;
}
.comment-meta {
	top: 34px;
	top: 3.4rem;
}
.comment-meta, .reply, .comment-notes, .form-allowed-tags, .comment-subscription-form {
	font-size: 12px;
	font-size: 1.2rem;
}

#reply-title small {
	font-family: $sans-font;
	font-weight: normal;
}

.comment-form-author, .comment-form-email, .comment-form-url {
	position: relative;
	input {
		position: absolute;
		left: 4em;
		max-width: 75%;
	}
}
