/* Home Style */

.home-stories {
	border-bottom: 6px solid #0080C5;
	margin-bottom: 60px;
}
.home-stories .wrap {
	padding: 0 0 50px 0;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.home-stories .wrap .story-block {
	text-align: left;
}

.home-stories .wrap h3 {
	color: #BF277A;
	display: inline-block;
	font-size: 28px;
	text-transform: uppercase;
}

.story-block img {
	width: 100%;
	height: auto;
}

.story-block {
	width: 33.3333333%;
	display: inline-block;
	vertical-align: top;
	padding: 1.5%;
}

.story-block-icon {
	position: relative;
}
.story-block h3.story-block-text {
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: -10px;
	left: 0;
	padding: 2%;
	background: rgba(0,0,0,0.4);
	transition: all 150ms ease-in;
}

.story-block-icon:hover > h3 {
	background: rgba(0,0,0,0.75);
	color: #f39c3d;
	padding: 4% 2%;
}

.more-stories {
	display: block;
	max-width: 900px;
	text-align: center;
	width: calc(100% - 20px);
	height: 42px;
	border: 2px solid #999;
	left: 0; right: 0;
	margin: 10px auto;
	overflow: hidden;
	transition: all 150ms ease-in;
	color: #999
}
	.more-stories h2 {
		color: inherit;
		font-family: "Agenda Semibold", sans-serif;
	}

.more-stories:hover {
	color: #666;
	border-color: #666;
}

/* Archive Style */



.product-story-archive img {
	width: 360px;
	height: 200px;
	max-width: 100%;
	object-fit: cover;
	object-position: 100% 20%;
}

.story-archive {
	display: block;
	margin: 15px;
	box-shadow: 0 1px 6px -3px rgba(0,0,0,0.75);
}
.story-archive .two-sixths {
	position: relative;
}
.story-archive .two-sixths h3 {
	display: none;
	position: absolute;
	bottom: 0;
	color: white;
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 5px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.story-archive-box {
	margin-left: 1%;
	padding-top: 0.75em;
	position: relative;
}

.story-archive-box h3 {
	color: #0080c5;
	text-decoration: underline;
	margin-bottom: 0;
}
.story-archive h5 {
	color: #ccc;
}
.story-archive .more-link {
	display: block;
	color: #ccc;
}
.story-archive .more-link:before {
	content: 'Read ';
}

.story-archive a {
	color: inherit;
}

.story-archive .five-sixths {
	padding-left: 20px;
}

.branding-banner-wrap.product-story-banner {
	background: url(img/banner.gif) repeat-x center top;
}

/* Story Page */

.single-tf_productstory .site-inner {
	background: #EFEEEE;
}

.single-tf_productstory .content {
	background: #fff;
	box-shadow: 0 0 25px -20px black;
}

.story-main {
	max-width: 890px;
	left: 0; right: 0; 
	margin: 0 auto;
	padding: 3em 15px 5em;
}

.story-main img {
	max-width: 100%;
	height: auto;
}
.story-main .wp-video {
	max-width: 100%;
	margin-bottom: 1em;
	left: 0; right: 0; margin: 0 auto;
}

.story-main .wp-caption {
	max-width: 100%;
}

.story-date {
	text-align: right;
	color: #aaa;
}

.story-title {
	padding-bottom: 0.75em;
	border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) and (min-width: 1px) {
	.story-archive {
		margin: 15px 0;
	}
	.product-story-archive img {
		width: 100%;
		height: 250px;
	}
	.story-archive-box {
		padding: 0 15px;
	}
	.story-archive-box h3 {
		display: none;
	}
	.story-archive .two-sixths h3 {
		display: block;
	}

}

@media screen and (max-width: 639px) and (min-width: 1px) {
	
	.story-block {
		width: 90%;
		left: 0; right: 0; margin: 0 auto;
		display: block;
	}
	.story-block img {
		height: 220px;
		object-fit: cover;
		object-position: 100% 20%;
	}
	.story-block h3.story-block-text {
		font-size: 22px;
	}

	.story-back {
		display: block;
		width: 100%;
		text-align: center;
	}
}