/*
	Hand edits. Everything the theme and the plugins got wrong, fixed here and
	only here, appended in the order the problems turned up. Nothing is inserted
	next to the rule it beats, because that would mean editing a file that gets
	replaced when the theme updates.
*/

/* Footer clearing. */
#footer-x578,
#colophon-x578 {
	clear: both;
}

/* Long unbroken strings in the measure. */
.entry-content-x578,
.excerpt-body-x578,
.leadpost-body-x578 {
	overflow-wrap: break-word;
}

/* Archive has no rail; the theme reserved the space anyway. */
#content-full-x578 {
	float: none;
}

/* Quote attribution spacing. */
.entry-content-x578 blockquote p:last-child {
	margin-bottom: 0;
}

/* Plugin box clearing. */
.relbox-x578,
.rp_hull-x578 {
	clear: both;
}

/* Widget caption tracking, smallest breakpoint. */
@media only screen and (max-width: 600px) {
	.widget-title,
	.widgettitle,
	.railcap,
	.boxcap,
	.widget-cap,
	.widgetcap,
	.raildt {
		letter-spacing: 0;
	}
}
