/* Blog Post */

.post__title {
	font-family: var(--font-surplus);
	font-style: var(--font-surplus-style);
	font-weight: var(--font-surplus-weight);
}

@media (min-width: 1200px) {
	.post__title {
		font-size: 5em;
	}
}

.post__date {
	padding-top: 1.35em;
}

.post__banner,
.post__interstitial,
.post__quote {
	padding: 2.7em 0;
}

.post__column--image {
	min-width: 0;
}

.post__quote {
	color: var(--primary);
	font-family: var(--font-heading);
	font-style: var(--font-heading-style);
	font-weight: var(--font-heading-weight);
	font-size: 1.75em;
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	width: 27.5em;
}

.post__quote .textBlockEdit,
.post__quote .textBlockEdit form,
.post__quote .textBlockEdit form .content,
.post__quote .textBlockEdit form .cke_editable_inline::after {
	display: inline;
}

.post__quote br[type="_moz"] {
	display: none;
}

.post__quote:before {
	content: open-quote;
}

.post__quote:after {
	content: close-quote;
}
