/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.transcript {
	text-align: right;
	font-size: .75rem;
	text-transform: uppercase;
}

/* border-left for blockquote */
blockquote.wp-block-quote {
	border-left: .25em solid #000;
	padding-left: 1em;
}

/* link icon after linked headers */
h1 a::after, h2 a::after, h3 a::after, h4 a::after, h5 a::after, h6 a::after {
	content: '\F126';
	font-family: wsu-icons;
	font-size: .875rem;
	color: #ca1237;
	margin-left: .6875rem;
	display: inline-block;
	text-decoration: none;
}

/* footer menu */
.wsu-footer-site__widgets .widget_text.wsu-widget h2 {
	font-size: .75rem;
	text-transform: uppercase;
	font-weight: 600;
}

/* --------------- posts ----------------*/
address.wsu-meta-byline {
	display: none;
}

.wsu-meta-date {
	display: none;
}

/* display none for posts */
time.article-date, cite.article-author, .content-item-read-story, a.content-item-read-story, span.content-item-byline-date, .content-item-byline-author, .content-item-event-meta {
	display: none;
}

/* alternating background color for category page excerpts */
.category article:nth-of-type(odd), .tag article:nth-of-type(odd), .tax-wsuwp_university_location article:nth-of-type(odd) {
	background: #eff0f1;
	padding: 0 10px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* category description */
.wsu-template__term-description {
	font-style: italic;
}

/* -------------------- right sidebar ------------------- */
.tagcloud a {
	font-size: 1rem !important;
}

/* -------------------------- content feed  ------------------------*/
.recent-news ul {
	list-style-type: none;
	padding: 0 1rem 0 0;
}

.news .wsuwp-content-syndicate-item {
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: 166px auto;
	border-bottom: solid 2px #e1e1e1;
	margin-bottom: 1em;
}

.news .content-item-thumbnail {
	grid-column: 1;
	grid-row: 1 / 5;
	margin-right: 1em;
	background-image: url('https://s3.wp.wsu.edu/uploads/sites/1417/2019/04/campus-entrance-fall-1188x780-198x198.jpg');
	background-size: 150px;
	background-repeat: no-repeat;
}

.news .content-item-title {
	display: block;
	padding: .5em 0;
	font-size: 1.2em;
	line-height: 1.4em;
	grid-column: 2;
}

.news .content-item-title a {
	color: #A60F2D;
	font-weight: 400;
	font-size: 1em;
	margin: 1em 0 .25em;
	line-height: 1.3em;
	text-decoration: underline;
}

.news .content-item-title a:hover {
	color: #CA1237;
}

.news .content-item-byline {
	grid-column: 2;
	font-style: italic;
	line-height: 2em;
}

.news .content-item-excerpt {
	grid-column: 2;
}

.news .content-item-excerpt strong {
	font-weight: normal;
}

@media only screen and (max-width: 550px) {
	.news .wsuwp-content-syndicate-item {
		display: block;
	}
}

/* homepage search */
input#searchsubmit {
	margin-top: .5rem;
}

/* tag cloud */
a.tag-cloud-link {
	display: block;
	padding: 1px;
}