.comment_hidden {
	display: none;
}
.comments-pagination {
	display: none;
}

.comments-loadmore__wrap {
  text-align: center;
}

a.comments-loadmore,
.comments-nomore {
	display: inline-block;
	font-size: 12px;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
	width: auto;
}

a.comments-loadmore:focus {
	text-decoration: none;
}

a.comments-loadmore i {
	background: url('../images/loadmore.gif') no-repeat;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -24px;
	transform: translateY(-50%);
	vertical-align: middle;
	visibility: hidden;
	width: 16px;
	height: 16px;
}

a.comments-loadmore span,
a.comments-nomore span {
	vertical-align: middle;
}

.entry-comments {
	margin-bottom: 7px;
}
