/* 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;
}

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

/* 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;
}

.transcript {
	text-align: right;
	font-size: .75rem;
	text-transform: uppercase;
}

/*Remove Author on Posts */
address.wsu-meta-byline {
	display: none;
}

/*Remove Date on Posts */
.wsu-meta-date {
	display: none;
}

/* thumbnail image on category page */
.wsu-caption img {
	margin-right: 1rem;
}

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

/* tag cloud */
tagcloud header {
	display: none;
}

a.tag-cloud-link {
	font-size: .8rem !important;
	display: block;
	line-height: 1rem;
	padding: 1px;
}

.tagcloud {
	text-align: center;
}

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

/* flex for two column layout */
.flextwocol {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.flextwocol h2 {
	font-size: 1.2rem;
}

.flextwocol-half {
	width: 48%;
}

/* Small screens */
@media all and (max-width: 500px) {
	.flexbutton, .flextwocol {
	/* On small screens, we are no longer using row direction but column */
		flex-direction: column;
	}
	
	.flextwocol-half {
		width: 100%;
	}
	
	.flexbutton-lefthalf {
		width: 100%;
	}
	
	.flexbutton-righthalf {
		width: 100%;
	}
}

/* flex for two column layout for feedback button */
.flexbutton {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1rem;
}

.flexbutton-lefthalf {
	width: 70%;
}

.flexbutton-righthalf {
	width: 30%;
	background-color: #eff0f1;
	text-align: center;
	padding: .5rem;
	border-radius: 5%;
	margin-left: .5rem;
}

/* input.feedbackbutton {
	color: #A60F2D;
	background-color: #fff;
	text-transform: uppercase;
	font-size: .7rem;
} */
.feedbackbutton {
	color: #000;
	background-color: eff0f1;
	text-transform: uppercase;
	font-size: .7rem;
	padding: 3px 13px;
	border-radius: 5px;
	text-decoration: none;
	border: 1px solid #b5babe;
}

a.feedbackbutton:hover, a.feedbackbutton:active {
	background-color: #fff;
	text-decoration: none;
	border-top: 1px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 1px solid #000;
}