/* NewsPress single-post excerpt and caption styles. */
body.single-post div.mscgleu-caption-wrap {
	width: 100%;
	margin: 0.75rem auto 1.25rem;
}

@media (min-width: 768px) {
	body.single-post div.mscgleu-caption-wrap { max-width: 720px; }
}

@media (min-width: 992px) {
	body.single-post div.mscgleu-caption-wrap { max-width: 940px; }
}

@media (min-width: 1200px) {
	body.single-post div.mscgleu-caption-wrap { max-width: 1140px; }
}

body.single-post div.mscgleu-caption-wrap .mscgleu-featured-caption {
	border-top: 1px solid #000 !important;
	padding-top: 0.5rem !important;
	color: #111 !important;
	font-size: 0.95rem;
	line-height: 1.4;
}

body.single-post h2.mscgleu-excerpt-deck {
	margin: 0.5rem 0 1rem !important;
	color: #000 !important;
	font-size: 2.1rem !important;
	font-weight: 600;
	line-height: 1.15;
}

@media (max-width: 600px) {
	body.single-post h2.mscgleu-excerpt-deck {
		font-size: 1.65rem !important;
		line-height: 1.2;
	}
}
