/*
Welcome to custom CSS for the WSU Spine Theme!

You may delete these comments and get started with your custom stylesheet.
Before doing so, please review the WSU web standards:

https://brand.wsu.edu/media/web/web-standards/

As a general rule of thumb, if your styles target aspects of the spine
(#spine), that's against standard, whereas if you're styling elsewhere on
the page, it's all good.
*/
#spine nav li.parent.opened > a::after,
#spine nav li.parent > a::after {
	line-height: normal;
}

.none {
	display: none;
}

.single-post figure {
	display: block !important;
}

.conf-presentations h4 {
	font-size: 1.2rem;
	padding-bottom: 1.4em;
}

.conf-presentations em {
	font-family: "Lora, serif";
	font-style: normal;
	display: block;
	line-height: 1.2;
	font-size: 1.5rem;
	margin-bottom: -.4em;
}

.video.photo .more:after,
.video.photo h1 {
	border: 0;
}

@media only screen and (min-width: 791px) {
	.video .column.margin-off {
		margin-top: 0;
	}
}