/* add border to screenshots with class on page */
.screenshot-border img {
	margin: 20px 20px 20px 0;
	padding: 20px;
	border: solid 1px #e5e5e5;
}

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

/* add bullets to feed in right sidebar areas */
.add-feed-bullets .wsuwp-content-syndicate-list {
	list-style: square;
	margin: 1rem;
}

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

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

.events-single .wsu-meta-categories {
	display: none;
}

/* homepage cards */
.home h3.wsu-title {
	font-size: 1.3rem !important;
	line-height: 1.3;
}

/*alternating accordion colors 
For odd numbered accordions in sequence. */
.alternating-accordion-colors .wsu-accordion:nth-child(odd) {
	background-color: #EBEBEB;
}

/* ------------ image gallery ------------------ */
/* less bottom margin */
.gallery figure {
	margin: 0;
}

/** Default Gallery Styles */
.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}

.gallery .gallery-item {
	box-sizing: border-box;
	padding: 1rem;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.333333%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11%;
}

.gallery img {
	border: 2px solid #cfcfcf;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 693px) {
	.gallery-columns-1 .gallery-item,
																																	.gallery-columns-2 .gallery-item,
																																	.gallery-columns-3 .gallery-item,
																																	.gallery-columns-4 .gallery-item,
																																	.gallery-columns-5 .gallery-item,
																																	.gallery-columns-6 .gallery-item,
																																	.gallery-columns-7 .gallery-item,
																																	.gallery-columns-8 .gallery-item,
																																	.gallery-columns-9 .gallery-item {
		width: 50%;
	}
	
	.gallery-item:nth-child(odd) {
		padding-left: 0;
	}
	
	.gallery-item:nth-child(even) {
		padding-right: 0;
	}
}

/* ------------- esports cards -------------- */
.esports h6.wsu-title {
	text-align: center;
}