/*
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.
*/
.wsu-logo-lockup--style-unit .wsu-logo-lockup__title-wrapper a {
	color: #fff;
}

/* --- START GENERAL FIXES to resolve issues until theme updated by devs --- */
/* temp replacing X icon and adjusting margins to match */
.wsu-footer-site__content .wsu-social-icons .wsu-social-icons__twitter a::before {
	content: "𝕏";
}

.wsu-social-icons li.wsu-social-icons__facebook, .wsu-social-icons li.wsu-social-icons__youtube, .wsu-social-icons li.wsu-social-icons__instagram, .wsu-social-icons li.wsu-social-icons__linkedin {
	margin-top: 5px !important;
}

/* home page event block adjustments */
.home div.wsu-events-list__content > p {
	display: none;
}

/*.home .recentbackground {
	background-image: url("https://wpcdn.web.wsu.edu/wp-mme/uploads/sites/3472/2024/09/homepage-recent-story-background-2-scaled-e1725565543294.jpg");
}

.home .newsbackground {
	background-image: url("https://wpcdn.web.wsu.edu/wp-mme/uploads/sites/3472/2024/09/homepage-news-background-2-scaled.jpg");
}
*/
/* TEMP CODE */
.page-id-14421 div.wsu-events-list__content > p {
	display: none;
}

/* TablePress */
.tablepress-id-39 .row-11 td,.tablepress-id-39 .row-3 td,.tablepress-id-39 .row-4 td,.tablepress-id-34 .row-16 td, .tablepress-id-35 .row-11 td {
	background-color: #f2f2f2;
}

.tablepress-id-40 .column-1,.tablepress-id-39 .column-1,.tablepress-id-35 .column-1,.tablepress-id-34 .column-1, .tablepress-id-33 .column-1, .tablepress-id-32 .column-1, .tablepress-id-26 .column-1, .tablepress-id-24 .column-1 {
	width: 65px;
}

.tablepress-id-40 .column-2,.tablepress-id-39 .column-2,.tablepress-id-35 .column-2,.tablepress-id-34 .column-2, .tablepress-id-33 .column-2, .tablepress-id-32 .column-2, .tablepress-id-26 .column-2, .tablepress-id-24 .column-2 {
	width: 130px;
}

.tablepress-id-40 .column-3,.tablepress-id-39 .column-3,.tablepress-id-35 .column-3,.tablepress-id-34 .column-3, .tablepress-id-33 .column-3, .tablepress-id-32 .column-3, .tablepress-id-26 .column-3, .tablepress-id-24 .column-3 {
	width: 400px;
}

.page-id-2348 div.wsu-hero__caption {
	margin-bottom: 10px;
}

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