.os-wrapper {
	clear: both;
	display: block;
	padding: 100px 0 90px 0;
	}

.os-wrapper p {
	margin: 0;
	padding: 0;
	}

p:empty {
	display: none;
	}

a.bandlink {
	text-decoration: none;
	}

p.banddate {
	/*color: #222;*/
	font-size: 0.75em;
	letter-spacing: /*0.1rem*/ normal;
	font-weight: 600;
	/*text-transform: uppercase;*/
	display: block;
	margin-bottom: 2em !important;
	opacity: 0.5;
	}

@media (max-width: 768px) {

	p.banddate.oatwidget {
		margin-bottom: 4em !important;
		}
	}

.bandexcerpt {
	margin-bottom: 15px;
	}

.bandimage img, .staffthumb img {
	max-width: 100%;
	height: auto;
	transition: filter 0.25s;
	border-radius: 6px;
	}

.bandimage img:hover, .staffthumb img:hover {
	filter: brightness(70%); 
	}

.clearspace {
	margin-top: 40px;
	}

h4.smalltitle {
	font-size: 2em;
	margin-bottom: 0.75rem;
	letter-spacing: normal;
	}

.cardwrapper {
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #000;
	border-radius: 0 0 6px 6px;
	}

.cardpic img {
	border-radius: 6px 6px 0 0;
	display: block;
	}
	
@media (min-width: 769px) /* DESKTOP */ {
	
	.cardwrapper {
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
		border-left: 1px solid #eee;
		border-radius: 0 0 6px 6px;
		}
	
	h4.smalltitle {
		font-size: 1.2em;
		margin-bottom: 1rem;
		letter-spacing: normal;
		}

	.cardwrapper p, .cardwrapper h4 {
		padding-left: 15px;
		padding-right: 15px;
		}
	}

.cardwrapper p, .cardwrapper h4 {
	padding-left: 15px;
	padding-right: 15px;
	}

.staffthumb {
	width: 46%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	float: none;
	}

.staffthumb img {
	width: 100%;
	height: auto;
	}

.staffmeta h5 {
	margin-bottom: 0;
	}

p.staffrole {
	font-weight: 500;
	margin-bottom: 2rem;
	}

.centertitle {
	text-align: center;
	}

h1.centertitle {
	margin-bottom: 60px;
	}

.signpostwrapper {
	}

.signpostwrapper h4 {
	font-size: 1.2em;
	background-color: #FFFFFF;
	color: #000000;
	padding: 20px;
	margin-bottom: 0;
	border: 1px solid #EEEEEE;
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	transition: box-shadow 0.5s ease;
	}

.signpostwrapper p.signposttext {
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 0 0 6px 6px;
	font-weight: 500;
	}

.signpostwrapper a:hover h4 {
	box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.15);
	}

@media (min-width: 1025px) /* DESKTOP */ {
	
	.signpostwrapper h4 {
		font-size: 1.6em;
		}
	}

span.oat_social-share a {
	color: #000;
	margin-left: 9px;
	font-size: 1.4em;
	}

a i.fbcolor { color: #4776ee; }
a i.licolor { color: #3b66be; }
a i.xcolor { color: #000; }

span.oat_social-share a i.fbcolor:hover,
span.oat_social-share a i.licolor:hover,
span.oat_social-share a i.xcolor:hover {
	color: #00aeff !important;
	}

