.coptic-content-load-more {
	display: block;
	min-width: 170px;
	margin: 28px auto 10px;
	padding: 8px 16px;
	border: 1px solid #2f66cc;
	border-radius: 5px;
	background: #2f66cc;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
}

.coptic-content-load-more:hover {
	background: #2758b5;
	border-color: #2553aa;
	color: #fff;
}

.coptic-content-load-more:focus {
	box-shadow: 0 0 0 3px rgba(47, 102, 204, .3);
	outline: 0;
}

.coptic-content-load-more:disabled {
	cursor: wait;
	opacity: .75;
}

.coptic-content-load-more-error {
	display: block;
	margin: 24px auto -18px;
	color: #a21b1b;
	text-align: center;
}
