/* ! HOME page ********************** */

/* ! SECTIONS */

/* ! Hero */
.hero {
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 0 0 500px;
	z-index: 1;
}
	.hero-content {
		max-width: 600px;
	}

.home .hero {
	background-image: url(../img/bg-hero.jpg);
	/* 	min-height: 140vh; */
}
	.home .hero-content {
		text-align: center;
	}
	.home .hero-heading {
		font: 300 36px/1.3 "Open Sans", sans-serif;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 1em;
	}
	.home .hero-heading strong {
		display: block;
		font-size: 150px;
		font-weight: 300;
		letter-spacing: -.05em;
		color: #c20726;
	}

/* ! About the Series */

.about-section {
	position: relative;
	z-index: 1;
	margin-top: -370px;
	margin-bottom: -120px;
}
	.about-section > .container {
		
	}
	.about-series {
		background: url(../img/bg-about-series.jpg) center top no-repeat transparent;
		background-size: 100% auto;
/* 		background-size: cover; */
		padding: 5% 3% 5% 45%;
		display: table;
	}
		.about-heading {
			color: #fff;
		}
		.about-subheading {
			display: table-header-group; /* Promote */
			color: #c20726;
		}
	
	.about-episodes {
		position: relative;
		background: #000;
		display: flex;
		flex-direction: row;	
	}
		.show-time-info {
			width: 100%;
			padding: 3em;
			order: 1;
			background: #353841;
			background: linear-gradient(to top, rgba(119,133,139,.45), rgba(76,85,90,.45));
		}
		.about-episodes .show-time-info { 
			width: 25%;
		}
			.icon-aptn {
				text-align: center;
				display: block;
				width: 3em;
				margin: 0 auto 1em;
			}
			.show-time-info .times {
				font-size: 29px;
				line-height: 1;
			}
			.show-time-info .times b {
/* 				font-size: 38px; */
				font-size: 1.3em;
			}
			.show-time-info .day,
			.show-time-info .weekday {
				display: block;
				text-transform: uppercase;
				font-size: 38px;
				line-height: 1.5;
				white-space: nowrap;
			}
			.show-time-info .time {
				display: block;
				white-space: nowrap;
			}
			
		.episodes {
			position: relative;
			width: 75%;
		}
			.episode {
				height: 100%;
				padding: 6% 40% 10% 5%;
				padding: 2em;
				position: relative;
				background-image: linear-gradient( to right, #111c27, rgba(15,41,53,.99) 55%, rgba(15,41,53,.9) 75%, rgba(15,41,53,.3) ), url(../img/episode-4.jpg);
				background-position: right top;
				background-size: 100% auto, cover;
				background-blend-mode: multiply;
				
				display: flex;
				flex-direction: column;
			}
			.episode > * {
				max-width: 600px;
			}
			.episode-subheading {
				order: -1;
			}
			.episode-heading {
				color: #fff;
				margin-bottom: 0;
				line-height: 1;
			}
			.broadcast-status {
				font-style: italic;
				font-size: 14px;
			}
			
		.all-episodes {
			position: absolute;
			bottom: 1em;
			left: 3em;
		}
		
		/* Slick Slider controls */
		.slider-controls {
			display: block;
			max-width: 380px; /* ?? */
			position: absolute;
			bottom: 4em;
			left: 3em;
			padding: 20px 35px;
		}
			.slick-dots {
				margin: 0 auto;
				padding: 0;
				list-style: none;
				text-align: center;
			}
				.slick-dots li {
					display: inline-block;
					vertical-align: middle;
					margin: 0;
				}
				.slick-dots button {
					display: block;
					width: 15px;
					height: 15px;
					min-width: 0;
					margin: 1px 4px;
					padding: 0;
					border: none;
					border-radius: 100%;
					background: #41474e; /* all & aired episodes  */
					text-indent: -5em;
					overflow: hidden;
					cursor: pointer;
					transition: all .2s;
				}
				.slick-dots .upcoming-episode button {
					background: #c20726;	/* upcoming episode */
				} 
				.slick-dots .upcoming-episode ~ li button {
					background: #898d92;	/* coming episodes */
				}
				.slick-dots li:hover button,
				.slick-dots .slick-active:not(.upcoming-episode) button,
				.slick-dots .slick-active:hover button,
				.slick-dots .upcoming-episode ~ li:hover button  {
					background: #fff; /* active episode */
				}
			
			.slider-controls .slick-arrow {
				position: absolute;
				width: 30px;
				height: 30px;
				min-width: 0;
				padding: 0;
				margin: 0;
				border: none;
				background: transparent no-repeat 80% 50%;
				background-size: auto 100%;
				text-indent: -999em;
				overflow: hidden;
				cursor: pointer;
				transition: all .2s;
			}
				.slider-controls .slick-arrow:hover {
					opacity: .8;
					background-color: transparent;
				}
				.slider-controls .slick-prev {
					left: 0;
					background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path fill='white' d='M11.95.8a1,1,0,0,0-1.41,0L4,7.29A1,1,0,0,0,4,8.71l6.49,6.49a1,1,0,0,0,1.41-1.41L6.17,8l5.78-5.78A1,1,0,0,0,11.95.8Z' transform='translate(0 0)'/></svg>");
				}
				.slider-controls .slick-next {
					right: 0;
					background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path fill='white' d='M4.05,15.2a1,1,0,0,0,1.41,0L12,8.71a1,1,0,0,0,0-1.42L5.46.8A1,1,0,0,0,4.05,2.22L9.83,8,4.05,13.78A1,1,0,0,0,4.05,15.2Z' transform='translate(0 0)'/></svg>");
				}
				.slider-controls .slick-arrow:active {
					outline: none;
				}
		
		.slick-list,
		.slick-slider .slick-track {
			height: 100%;
		}
		
			
/* ! Tribute Section */
.tribute-section {
	background-image: url(../img/bg-aurora-1.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	
	padding: 260px 0 200px;
	text-align: center;
}
	.tribute-section > .container {
		max-width: 800px;
	}
		.tribute-heading {
			color: #31acd9;
			margin-bottom: 1em;
		}
		.tribute-button {
			margin-top: 3em;
		}


/* ! Talk Section */
.talk-section h3{
	margin-bottom: 1em;
}
	.letest-posts {

	}
		.latest-post {
			display: flex;
			flex-direction: column;
			padding: 3em;
			margin-bottom: 2em;
			background: rgba(21,32,42,.4);
			background: linear-gradient(to top, rgba(21,32,42,.4), rgba(15,41,53,.4));
			background-repeat: repeat-x;
		}
		.latest-post > * {
			order: 1;
		}
		.latest-post-fig {
			display: block;
			order: 0;
			margin: -3em -3em 2em;
		}
			.latest-post-img {
				width: 100%;
				height: auto;
			}
		.post-heading {
			color: #fff;
			text-transform: none;
			margin-bottom: .25em;
		}
		.latest-post .button {
			display: inline-block;
			align-self: flex-end;
			margin-right: -10px;
		}
		
	.letest-news {

	}
		.news-item {
			position: relative;
			background: #fff;
			color: #282828;
			padding: 2em;
			margin-bottom: 2em;
			line-height: 1.46;
		}
		.news-item:hover {
			background: #eee;
			outline: none;
		}
		.news-link {
			text-decoration: none;
			color: inherit;
		}
		.news-link:hover {
			color: inherit;
		}
		.news-link:focus {
			color: #33a0c9;
			outline: none;
		}
		.news-fig {
			display: block;
			position: relative;
			order: 0;
			margin: -2em -2em 1em;
			height: 0;
			padding-top: 100%;
			padding-top: calc(100% + 4em);
			overflow: hidden;
		}
			.news-img {
				position: absolute;
				top: 0;
				display: block;
				width: auto;
				height: 100%;
				margin: 0 auto;
				max-width: none;
				margin-left: -25%;
			}
		.news-text:last-of-type {
			margin-bottom: 0;
		}
		.news-item:after {
			content: '';
			display: block;
			position: absolute;
			right: 5px;
			bottom: 5px;
			width: 16px;
			height: 16px;
			background: url(../img/icon-twitter.svg) center center no-repeat transparent;
			background-size: 80%;
			opacity: .5;
		}
	/* Load More button */
	.talk-section .clear:last-child {
		text-align: center;
	}
	.load-more-button {
		clear: both;
		text-align: center;
	}
	
	
	
/* ! About page ********************** */
.about .hero {
	background-image: url(../img/bg-about.jpg);
	padding-bottom: 300px;
/* 	min-height: 140vh; */
}
	.about .hero-heading {
	}

/* ! Episode Toggles */
.episodes-section {
	position: relative;
	z-index: 1;
	margin-top: -150px;
}
.episode-article {
	position: relative;
	
	padding-left: 10%;
	overflow: hidden;
	background: rgba(21,32,42,.4);
	background: linear-gradient(to top, rgba(21,32,42,.4), rgba(15,41,53,.4));
	max-height: 9999px; /* or higher if larger content expected */
	transition: all .2s;
}
	.episode-article-info {
		float: left;
		width: 48%;
		padding: 1.75em 2.5em 1.75em 0 ;
		display: flex;
		flex-direction: column;
	}
		.episode-article-subheading {
			order: -1;
		}
		.episode-article-heading {
			color: #fff;
			margin-bottom: 0;
			line-height: 1;
		}
		.episode-article-time {
			position: relative;
			float: right;
			width: 52%;
		}
		.episode-article-desc {
			margin-top: 2em;
			opacity: 1;
			transition: opacity .2s;
		}
	.episode-article .show-time-info {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 50%;
		transition: all .2s;
		opacity: 1;
	}
		.episode-article .show-time-info .times {
			margin-bottom: 1.5em;
		}
	
	.episode-article-fig {
		margin: 0;
		display: block;
		position: relative;
		overflow: hidden;
		height: 0;
		padding-top: 78%; /* 472h * 100% / 600w */
		min-height: 472px;
	}
		.episode-article-img {
			display: block;
			position: absolute;
			top: 0;
			max-width: none;
			width: auto;
			height: 100%;
			margin: 0 auto;
			transform: translateX(-20%);
			overflow: hidden;
		}
		/* optional image darkening: */
		.episode-article-fig:after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			background-image: linear-gradient( to right, rgba(15,30,40,.4), rgba(15,30,40,1) );
		}
	.episode-article-time > .button {
		position: absolute;
		top: 410px;
		right: 45px;
		width: 180px;
		margin: 0 auto;
		transition: all .1s;
	}
.episode-article-toggle {
	position: absolute;
	border: none;
	padding: 0;
	margin: 0;
	background: transparent;
	left: 35px;
	left: 2.5%;
	top: 40px;
	color: #fff;
	width: 3em;
	height: 3em;
	min-width: 0;
	cursor: pointer;
	transform-origin: center center;
	transition: transform .2s;
}
	.episode-article-toggle:hover {
		opacity: .8;
		background: transparent;
		color: inherit;
	}
	.episode-article.is-toggle-on .episode-article-toggle {
		transform: rotate(90deg);
	}
	.episode-article.is-toggle-on {
		min-height: 500px;
	}
	.episode-article.is-toggle-off {
		max-height: 132px;
	}
		.episode-article.is-toggle-off .episode-article-desc {
			opacity: 0;
		}
		.episode-article.is-toggle-off .show-time-info {
			/* border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;  visuallyhidden */
			opacity: 0; position: absolute;
		}
		.episode-article.is-toggle-off .episode-article-time > .button {
			bottom: auto;
			top: 50px;
		}





/* Resources */
.toggle-article {
	position: relative;
	padding: 1.75em 2.5em 1.75em 2.5em;
	width: 100%;
	overflow: hidden;
	background: rgba(21,32,42,.4);
	background: linear-gradient(to top, rgba(21,32,42,.4), rgba(15,41,53,.4));
	
	display: flex;
	flex-direction: column;
	transition: all .5s ease-in-out;
}
.js .toggle-article {
	padding-left: 13%;
}
	.toggle-article-subheading {
		order: -1;
	}
	.toggle-article-heading {
		color: #fff;
		margin-bottom: 0;
		line-height: 1;
	}
	.toggle-article-desc {
		margin-top: 2em;
		opacity: 1;
		transition: all .2s ease-in-out;
	}

	.toggle {
		position: absolute;
		border: none;
		padding: 0;
		margin: 0;
		background: transparent;
		left: 35px;
		left: 3.5%;
		top: 40px;
		color: #fff;
		width: 3em;
		height: 3em;
		min-width: 0;
		cursor: pointer;
		transform-origin: center center;
		transition: transform .2s;
	}
		.toggle:hover {
			opacity: .8;
			background: transparent;
			color: inherit;
		}
		.toggle-article.is-toggle-on .toggle {
			transform: rotate(90deg);
		}
		.toggle-article.is-toggle-on .toggle-article-desc {
			opacity: 1;
			max-height: 999px;
		}
		.toggle-article.is-toggle-off .toggle-article-desc {
			opacity: 0;
			max-height: 0;
			margin: 0;
		}


/* ! Blog Index ********************** */

.blog.index .hero {
	background-image: url(../img/bg-blog.jpg);
	padding-bottom: 300px;
/* 	min-height: 140vh; */
}
.blog.index .content {
	position: relative;
	z-index: 1;
	margin-top: -50px;
}
	.posts > h3,
	.blog .sidebar > h3 {
		margin-bottom: 1em;
	}
	.post {
		position: relative;
		margin-bottom: 2em;
		background: rgba(21,32,42,.4);
		background: linear-gradient(to top, rgba(21,32,42,.4), rgba(15,41,53,.4));
		background-repeat: repeat-x;
		padding: 2.66em;
		overflow: hidden;
		min-height: 50%;
	}
	.post:before {
		content: ''; /* proportional push */
		display: block;
		width: 47%;
		height: 47%;
		background: skyblue;
	}
	.post-fig {
		display: block;
		position: relative;
		overflow: hidden;
		width: 47%;
		height: 0;
		padding-top: 47%;
		margin: -2.66em 2.66em -2.66em -2.66em;
		float: left;
	}
	.post-img {
		position: absolute;
		top: 0;
		display: block;
		width: auto;
		height: 100%;
		max-width: none;
		transform: translateX(-25%);
	}
	
	.post-heading {
		
	}
	.post .button {
		position: absolute;
		bottom: 2.5em;
		right: 2.5em;
	}


/* ! Blog Display ********************** */
.post-display {
	margin-bottom: 2em;
}
.post-display-header {
	margin-bottom: 1em;
}
.post-display-heading {
	color: #fff;
}
.post-display time {
	display: inline-block;
	margin-right: 2em; 
}
.post-display-fig {
	margin: -2.6em -2.6em 0;
}
.post-display-img {
	width: 100%;
}
.post-display-fig figcaption {
	margin: .5em 2em 2em;
}

.top {
	margin: 4em 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.top a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1.5em;
	height: 1.5em;
	margin-left: .5em;
	margin-top: -.25em;
	background: transparent center center no-repeat url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path fill='%2333a0c9' d='M4.05,15.2a1,1,0,0,0,1.41,0L12,8.71a1,1,0,0,0,0-1.42L5.46.8A1,1,0,0,0,4.05,2.22L9.83,8,4.05,13.78A1,1,0,0,0,4.05,15.2Z' transform='translate(0 0)'/></svg>");
	transform: rotate(-90deg);
}