/* Sliders */

.flexslider .slides > li {
	position: relative;
}

/* Sliders 1 */

#featured-slideshow li {
    max-height: 500px;
    overflow: hidden;
    margin: 0;
}
#featured-slideshow .thumbcaption-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 60%;
	max-width: 500px;
	min-width: 450px;
	background-color: rgba(255,255,255,0.8);
	color: #303030;
}
#featured-slideshow .thumbcaption {
	padding: 25px 10px;
	text-align: center;
}
#featured-slideshow .thumbcaption h3 {
	text-transform: uppercase;
	margin: 0;
	font-size: 1.25em;
}
#featured-slideshow .thumbcaption .storycontent {
	margin: 1em 0;
	padding: 0 5%;
	line-height: 165%;
}
#featured-slideshow .read-more {
	float: none;
	margin: 0 auto;
}

@media screen and (min-width: 740px) {
	#featured-slideshow li {
		background-image: none!important;
	}
}
@media screen and (max-width: 740px) {
	#featured-slideshow li.slide-image {
		min-height: 400px;
		background-position: 50% 50%;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#featured-slideshow .wp-post-image {
		display: none;
	}
	#featured-slideshow .thumbcaption-wrap {
		min-width: 75%;
		width: 75%;
	}
	#featured-slideshow .thumbcaption {
		font-size: 90%;
	}
}