/*
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.
*/
/* Hide author on posts */
.acticle-meta {
	display: none;
}

/* Element | https://plannet.wsu.edu/related-links/ */
.cpb-action-button {
	width: 25%;
	float: right;
}

/* Element | https://plannet.wsu.edu/ */
#searchform > div:nth-child(1) {
	float: right;
}

/* Element | https://plannet.wsu.edu/ */
.front-img {
	border-radius: 15px 50px;
	box-shadow: 7px 7px 5px grey;
}

/* Element | https://plannet.wsu.edu/profiles/ */
.tagcloud {
	border-left: grey;
	border-style: solid;
	padding-left: 15px;
}

/* Element | https://plannet.wsu.edu/ */
.cpb-gallery-inner {
	border-left-color: grey;
	border-left-style: solid;
	border-left-width: 2px;
	padding: 10px;
}