/*
==========================
general styles
==========================
*/
.right {
	float: right;
}
.left {
	float: left;
}
.bottom-spacing {
	padding-bottom: 30px;
	margin-bottom: 60px;
}
.no-hero-page.margin-bottom-30 {
	margin-bottom: 30px;
}
/*
==========================
search styles
==========================
*/
.search form {
	width: 100%;
	position: relative;
}
.search-form-section {
	display: none;
}
.search form label span {
	text-indent: -9999px;
	display: inline-block;
}
.search form input {
	margin-right: 30px;
	margin-bottom: 10px;
}
.search form label input {
	padding: 10px 10px 10px 0;
	width: 90%;
	float: left;
	background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
	font-family: 'open sans', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	color: #ffffff;
}
/*
==========================
Back to top styles
==========================
*/
a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 1100;
	right: 20px;
	bottom: 20px;
	background:  transparent url('../images/arrow-up.png') no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/*
==========================
Drop down menu styles
==========================
*/
nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    min-width: 200px;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 1px;
		color: #fff;
}
nav ul li {
    display: inline-block;
}
nav ul li:hover {
    background-color: rgba(168, 35, 23, .9);
}
nav ul li a, visited {
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}
nav ul li:hover ul {
    /*display: block;*/
}
nav ul ul {
    display: none;
    position: absolute;
    background-color: rgba(168, 35, 23, .9);
    border-top: 0;
}
nav ul ul li {
    display: block;
		border-bottom: 1px solid rgba(255, 255, 255, .3);

}
nav ul ul li a:hover {
    color: #e5ddd1;
}
@media (max-width: 767px) {
	nav ul li:hover {
	    /*background-color: transparent;*/
	}
	nav ul li {
    display: block;
}
nav ul ul {
	position: relative;
}
nav ul li a, visited {
text-align: left;
margin-left: 20px;
}
}
.ts-container-border {
	   border-bottom: 1px solid #e5ddd1;
	 }
	 .ts-container-border-tp {
	 	   border-bottom: 1px solid #e5ddd1;
			margin-bottom: 30px;
			padding-bottom: 30px;

	 	 }
.ts-blog-overview-flex-parent p:first-child {
	font-size: 18px;
	line-height: 30px;
}
.ts-blog-overview-flex-parent p {
	line-height: 26px;
}

figure.alignleft {
	float: left;
	margin: 0 20px 0 0;
}
figure.alignright {
	float: right;
	margin: 0 0 0 40px;
}
figcaption {
	font-family: 'open sans', sans-serif;
	font-size: 12px;
	text-align: left;
}

.about-author.title {
	float: left;
	display: inline-block;
}
.author-social {
	float: right;
}
.author-header {
	width: 100%;
}
.ts-about-author-section {
	margin-bottom: 30px;
}
.ts-about-author-box-container {
	background-color: #dfd8d2;
	padding: 40px;
	margin-bottom: 60px;
}
.ts-about-author-box-container img {
	float: left;
	margin-right: 20px;
	width: auto;
}
.ts-about-author-box-container p {
	clear: right;
}

h3.about-author {
	font-family: 'open sans', sans-serif;
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.author-body {
	clear: both;
}
/* comments */
ul.comment-list {
	padding-left: 0;
	list-style: none;
	margin-bottom: 60px;
}
.post-comment {
	padding: 30px 0 10px;
}
.avatar {
	float: left;
	margin-right: 10px;
	border-radius: 300px;
}
.comment-author.vcard {
	display: block;
	font-weight: 400;
	font-size: 18px;
}
.comment-meta {
	float: left;
	font-size: 12px;
	width: 90%;
}
.logged-in-as {
	font-size: 12px;
}
.comment-body {
margin-top: 20px;
font-size: 14px;
line-height: 24px;
}
textarea#comment, form span input {
	border:none;
	background-color: #d3c6b6;
	padding: 20px;
}
textarea {
	width: 100%;
}
.form-submit input.btn.brown {
	float: left;
	padding: 10px 45px;
	margin-bottom: 60px;
	margin-top: 0;
}

.comment-form-author, .comment-form-email {
	display: inline-block;
	width: 50%;
	float: left;
}
form span input {
	width: 95%;
}
.comment-form-email input, .comment-form-url input {
	width: 100%;
}
.comment-form-url  {
	clear: left;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
}
.blog-heading.home a {
	text-decoration: none;
}
.flex-parent {
	margin-left: -10px;
	margin-right: -10px;
}

.nav_wrapper {
	float: right;
	/*margin-top: 10px;*/
	font-family: 'open sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
		z-index: 2000;
		position: relative;
}
.blog-recent-entry-container figure {
	display: none;
}

/*
==========================
blog  styles
==========================
*/
.ts-blog-container .alignleft {
	float: left;
}
.ts-blog-container .alignright {
	float: right;
}

.blog img {
	float: left;
	width: inherit;
	max-width: inherit;
	margin-right: 20px;
}
.footer-by {
	color: #ffffff;
	font-family: 'open sans', sans-serif;
	font-size: .8em;
	font-weight: 300;
	display: block;
}
/*
==========================
secondary menu  styles
==========================
*/
#sticky.stick {
	background-color: hsla(45, 43%, 95%, .95);
	margin-top: 0 !important;
	padding-top: 15px;
	transition: padding-top 0.5s ease;
	position: fixed;
	left: 0px;
	top: 0;
	right: 0;
	z-index: 10000;
}


/*
==========================
store styles
==========================
*/
	.btn.home-store {
		margin-top: 0;
		margin-bottom: 60px;
	}
.store-flex-parent{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0px;
 flex-wrap: wrap;
 margin-left: -10px;
 margin-right: -10px;
}

.store-flex-child {
	flex: 0 0 50%;
	position: relative;
}
.store-flex-child a img {
	float: left;
	margin-right: 20px;
}
ul.store-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #e5ddd1;
	padding-bottom: 20px;
}
li.store-item {
	float: left;
	padding: 5px 35px;
	border-radius: 3px;
	background-color: #c3b4a4;
	margin-right: 10px;
	margin-bottom: 10px;
}
li.store-item:last-child {
/*display: none;*/
}
li.store-item a {
	color: #fff;
	text-decoration: none;
	font-family: 'open sans', sans-serif;
	font-weight: 300;
}

.store-item-inner-wrapper {
	padding-right: 20px;
	border-bottom: 1px solid #e5ddd1;
	padding-bottom: 20px;
}

.buy {
	padding: 7px 45px;
	color: #ffffff;
	font-family: 'open sans', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	background-color: #018aff;
}
a.buy {
	text-decoration: none;
}
a.buy:hover {
	color: #dad9df;
}
.btn.buy {
	float:left;
	/*position: absolute;
	bottom: 20px;*/
	margin-bottom: 10px;
}

li.store-item.current{
	background-color: rgb(168, 35, 23);
}
.store-item-link {
	position: absolute;
	bottom: 20px;
	right: 0;
	font-family: "open sans", sans-serif;
}
.store-item-link a img {
	float: right !important;
	margin-right: 10px;
	margin-left: 5px;
}
.store-misc-items {
  	padding: 3rem 10px;
	margin-bottom: 30px;
	border-top: 2px solid;
}
.misc-store-flex-child {
	flex: 0 0 69%;
	position: relative;
  margin-left: 2%;
}
.wrp img {
	width: auto;
}
.wrpp {
	margin-bottom: 60px;
}

.misc-store-flex-child-img {
	flex: 0 0 15%;
	position: relative;
	margin-bottom: 30px;
}
.store-flex-parent img.wrr {
	background-color: #fff;
	padding: 2px 26px;
	margin-right: 0;
}

/*
==========================
about styles
==========================
*/
.about-item-parent {
margin-bottom: 0px;
position: relative;
}
.about-item-child {
float: left;
}
.about-item-inner-wrapper {
	position: relative;
}
.about-item-inner-wrapper img {
	padding:10px;
}
.about-item-inner-wrapper p {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 10px;
	background-color: rgba(59, 41, 21, .8);
	color: #fff;
	font-family: 'open sans', sans-serif;
	text-align: center;
	margin-bottom: 0;
}
.bio {
	/*display: none;*/
	clear: left;
}

.bio-header h2 {
	display: inline-block;
}
.emmy-legend {
	float: right;
	display: inline-block;
}
.emmy-legend img {
float: right;
width: auto;
}
.emmy-legend span {
float: left;
margin: 10px 10px 0;
font-family: 'open sans', sans-serif;
font-weight: 300;
font-size: 1em;
}

.flex-item img.emmy-icon {
	min-width: 50px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 200;
	width: auto;
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.wrap    {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-item img {
 min-width: 100%;
	vertical-align: middle;
	display: inline-block;
}

.flex-item a {
	overflow: hidden;
	position: relative;
	display: block;
}
.flex-item p.crew-name {
	position: absolute;
	bottom: 0;
	background-color: rgba(59, 41, 21, 0.5);
	width: 100%;
	padding: 10px;
	font-family: "open sans", sans-serif;
	color: white;
	margin-bottom: 0;
	text-align: center;
	font-weight: 300;
}
.og-grid {
	list-style: none;
	padding: 20px 0;
	width: 100%;
}
.og-grid li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
}
.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
	padding: 1px;
}
.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #e5ddd1;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}
.og-expander {
	position: absolute;
	background: #e5ddd1;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 30px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 999;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg,
.og-details {
	/*width: 50%;*/
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-details {
	padding: 0 40px 0 20px;
	overflow: scroll;
}

.og-fullimg {
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details h3 {
	font-weight: 300;
	font-size: 52px;
	padding: 20px 0 10px;
	margin-bottom: 20px;
}
.og-details p.crew-title {
	margin-bottom: 30px;
	color: rgb(168,35,23);
}
.og-details p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #4141441;
}

.og-details a {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 3px solid #333;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}

.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}

.og-details a:hover {
	border-color: #999;
	color: #999;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #dad9df;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #dad9df; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #dad9df; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #dad9df; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #dad9df; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #dad9df; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #dad9df; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width: 830px) {

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }

}

@media screen and (max-width: 650px) {

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
}
/*
==========================
press release styles
==========================
*/
.ts-feature-page small {
	font-family: 'open sans', sans-serif;
	color: #e5ddd;
}
.ts-feature-page {
	background: transparent url('../images/paper-texture.jpg') top left no-repeat;
	box-shadow: 10px 10px 5px #888888;
	margin-top: -250px;
	margin-bottom: 60px;
	padding: 50px 40px 30px;
	position: relative;
	z-index: 25;

	-webkit-box-shadow: 0px 0px 20px 0px rgba(59,41,21,.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(59,41,21,.75);
	box-shadow: 0px 0px 20px 0px rgba(59,41,21,.75);
}
.ts-feature-page h2 {
	margin-bottom: 30px;
	margin-top: 10px;
	line-height: 1.5em;
	width: 70%;
}
.ts-current-pr-alpha { float: left; padding-right: 20px; width: 70%; }
.ts-current-pr-beta { float: right; font-family: "open sans", sans-serif; font-size: .9em; line-height: 1.5em;  padding: 20px; width: 30%; background-color: white;}
.ts-current-pr-beta .contact { margin-bottom: 30px; }
.ts-current-pr-beta .contact-container { border-bottom: 1px solid #dad9df; padding-bottom: 20px; margin-bottom: 20px;  }

.press-release-list { list-style: none; padding: 0; margin: 0; }
.press-release-item {padding-left: 30px; background: transparent url('../images/down-pdf.png') center left no-repeat; }
.ts-previous-press {
	margin-bottom: 60px;
}
.press-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.press-item {
	margin-bottom: 15px;
}
.press-meta {
	font-family: "open sans", sans-serif !important;
	font-weight: 300;
	color: rgba(59,41,21,.8);
}
/*
==========================
podcast styles
==========================
*/
.single-podcast img {
width: inherit !important;
max-width: inherit !important;
float: left;
margin-right: 20px;
}
.w-container.podcast {
	padding-top: 85px;
}
.current-blog-container {
	margin-bottom: 30px;
}
.podcast_meta {
margin-top: 10px;
font-family: 'Opensans light', sans-serif;
font-size: 14px;
letter-spacing: 1px;
text-transform: none;
}
.podcast.meta {
	display: block;
	float: none;
	margin-bottom: 30px;
}
.podcast_player {
	margin-top: 30px;
}
ul.podcast-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.podcast-navigation {
	margin-bottom: 60px;
}
.podcast-navigation .podcast-nav-label {
	display: inline-block;
	margin-top: 60px;
}
.podcast-navigation a {
	padding: 8px 15px;
	background-color: #d3c6b6;
	border-radius: 30px;
	color: #ffffff;
	font-family: 'open sans', sans-serif;
	text-decoration: none;
	font-weight: 300;
}
.podcast-navigation a.next {
	background-color: transparent;
	color: #d3c6b6;
	padding: 0;
}
.podcast-navigation a.next:hover {
	color: rgb(168,35,23);
}
.podcast-navigation a.selected {
	background-color: rgb(168,35,23);
}
.podcast-post {
	margin-bottom: 60px;
}
.podcast-post img {
	float: left;
	margin-right: 15px;
	max-width: 25%;
	height: auto;
}
/*
==========================
multi-media styles
==========================
*/
a.media-image-item  {
width: 15em;
height: 15em;
display: block;
overflow: hidden;
margin: 0 10px 10px 0;
}

/*
==========================
tv schedule styles
==========================
*/
/* The Overlay (background) */
.tv-schedule-container {
	position: absolute;;
	z-index: 1002;
	top: 50%;
	left: 0;
}
.open-tv-schedule {
	padding: 5px 10px 9px;
	background: rgba(1,138,255,.9);
	font-family: "open sans", sans-serif;
	color: #ffffff;
	text-align: center;
	font-size: .8em;
	display: inline-block;
	position: relative;
	cursor: pointer;
	transition: all .25s ease;
}
.open-tv-schedule:hover {
	background-color: #0069c2;

}
.tv-schedule-label {
	position: relative;
	top: 4px;
	margin-left: 5px;
}
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(247,244,235); /* Black fallback color */
    background-color: rgba(247,244,235,.95); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 50%; /* 100% width */
    text-align: center; /* Centered text/links */
	  margin: 0 auto; /* 30px top margin to avoid conflict with the close button on smaller screens */
}
.overlay-content img {
	margin-bottom: 30px;
	display: inline-block;
	text-align: center;
}
.overlay h2 {
	width: 60%;
	display: block;
	margin: 0 auto 60px auto;
}
.overlay iframe {
	width: 35%;
}
/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
/*
==========================
search  styles
==========================
*/
.search-form-section {
	top: 125px;
	position: absolute;
	z-index: 1000;
	width: 100%;

	background-color: rgba(34,24,12,.95);
}
.search-form-container {
	padding: 15px;
}
.container-4{
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
}

.container-4 input#search{
  width: 100%;
  height: 50px;
  background: transparent;
  border: none;
  font-size: 20pt;
  float: left;
  color: #ffffff !important;
	font-family: 'open sans', sans-serif;
	font-weight: 300;
	border-bottom: 1px solid #3b2915;
}
.container-4 button {
	background-color: transparent;
}
input.search-submit {
	width: auto;
	position: absolute;
	bottom: -29px;
	padding: 10px;
	background: transparent;
	border-color: #ffffff;
	border-width: thin;
	color: #ffffff;
	font-family: 'open sans', sans-serif;
	text-transform: uppercase;
}

.container-4 button.icon{
  border: none;
  height: 50px;
  width: 50px;
  color: #3b2915;
  font-size: 20pt;
	margin-left: -50px;
	padding: 10px 15px;
}
.search-ts {
	float: right;
	position: absolute;
	top: 25px;
	right: 10px;
	z-index: 200;
}
.search-ts a, .search-ts-soc a {
	display: inline-block;
	padding: 5px;
	color: #ffffff;
	cursor: pointer;
}
.search-ts .fa, .search-ts-soc .fa {
	font-size: 18px;
}
 .search-ts-soc {
	 background-color: #000000;
	 text-align: right;
	 padding-right: 30px;
 }

/*
==========================
related posts styles
==========================
*/

.related-posts-container {
	padding: 20px;
}
.related-posts-container ul.secondary-nav-related {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	list-style: none;
	font-size: 14px;
}
.related-posts-container h4 {
	margin-bottom: 20px;
}
.related-posts-container ul.secondary-nav-related li {
margin-bottom: 10px;
}


/*
==========================
single episode misc styles
==========================
*/
.partner-sep {
	margin: 30px 0;
	height: 1px;
	/*border-bottom: 1px solid #e5ddd1;*/
	float: left;
	width: 100%
}
.partner-sep-tp {
	margin: 0 0 30px;
	height: 1px;
	/*border-bottom: 1px solid #e5ddd1;*/
	float: left;
	width: 100%
}
.item-sep {
	/*padding-left: 10px;*/
	flex-shrink: 0;
	flex-basis: 100%;
}
h2.episode-sub {
	margin-top: 0;
	width: 100%;
	margin-bottom: 30px;
}

.episode-awards-single img {
	margin-right: 10px;
	width: auto;
}
.credit {
	font-size: .8em;
	color: #ffffff;
	background-color: #000000;
	padding: 7px 10px;
	text-transform: uppercase;
	font-weight: 300;
	position: absolute;
	bottom: 70px;
	right: 20px;
	z-index: 20;
}

/*
==========================
asc logo styles
==========================
*/
.left-foot-logos {
	margin-right: 20px;
	margin-top: 30px;
}

.left-foot-logos-season {
	margin-right: 20px;
	margin-top: 10px;
}

.emmy-show-icon {
	width: 200px;
	height: 80px;
	position: absolute;;
	bottom: 8px;
	left: -220px;
	z-index: 1002;
}

/*
==========================
home video styles
==========================
*/
.hero-video-container {
	position: relative;
	height: 900px;
	width: auto;
	overflow: hidden;
	background: transparent url('/wp-content/themes/travelscope-child/images/home-hero-alpha.jpg') 50% 50% no-repeat;
	background-size: cover;
	max-width: 100%;
	max-height: 100%;
	z-index: 1;
}
video#home-hero-video-bg {
	position: absolute;
	bottom: 50%;
	right: 50%;
	-webkit-transform: translateX(50%) translateY(50%);
	transform: translateX(50%) translateY(50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}

.cta-home-hero {
	position: absolute;;
	z-index: 2001;
	color: #ffffff;
	left: 50%;
	bottom: 17rem;
  	transform: translate(-50%, -50%);
	text-align: center;
	bottom: 50px;
}

.cta-home-hero h2 {
	font-family: 'open sans', sans-serif;
	font-size: 3em;
	font-weight: 300;
	line-height: 1.2em;
}

.pbs-bug-container {
	width: 300px;
	text-align: center;
	font-family: 'open sans', sans-serif;
}
.pbs-bug-container img {
	max-width: 100%;
	width: auto;
}
/*
==========================
Hero CTA Button styles
==========================
*/
.hero-cta-musings {
	margin-top: 1rem;
}
.hero-cta-musings a {
	background-color: rgba(168, 35, 23, .9);
	padding: 1rem 2rem;
	border-radius: 3px;
	color: white;
	text-decoration: none;
	display: inline-block;
}
.hero-cta-musings a:hover {
	background-color: rgba(193, 40, 26, 0.9);
}
.icn-amazon-btn {
	display: inline-block;
	background: #fff url('/wp-content/themes/travelscope-child/images/icon-amazon.png') 10px 10px no-repeat;
	padding: 1rem 2rem;
	padding-left: 2rem;
	border-radius: 3px;
	padding-left: 4rem;
	font-family: 'Open Sans', sans-serif;
}
.icn-amazon-btn:hover {
    background-color: rgba(195, 180, 164, .3);
}
/*
==========================
emmy nominated styles
==========================
*/
.emmy-section .emmy {
	color: #ffffff;
	text-align: center;
	background-color: #3b2915;
  background-image: url('../images/hero-bg_1.jpg');
  background-position: 0px 0px;
  background-size: contain;
	padding: 20px;
	margin-bottom: 60px;
	margin-top: -30px;
}
.emmy-section .emmy h2, .emmy-section .emmy h4 {
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
}

.emmy-section .emmy h4 {
	font-family: 'open sans', sans-serif;
	margin-bottom: 10px;
	margin-top: 20px;
}
.emmy-section .emmy h2 {
	width: 70%;
	display: inline-block;
}
.emmy-section .emmy ul {
	list-style: none;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.4em;
}

/*
==========================
episode award styles
==========================
*/
h4.award-title {
	font-family: 'open sans', sans-serif;
	font-weight: 300;
	margin-top: 30px;
	padding: 10px 20px;
	border-radius: 7px;
	background-color: #3b2915;
	color: #ffffff;
	margin-bottom: 20px;
}
/*
==========================
madmimi styles
==========================
*/
form.mimi_submitting {
	color: #ffffff;
}


.secondary-feature.b.triatery {
	position: relative;
}
.secondary-feature.b.triatery p {
	position: absolute; top: 0; left: 10px; width: 40%;
	overflow: scroll;
}

.amazon-section {
	margin-bottom: 60px;
}
/*
==========================
award styles
==========================
*/
dl dt {
	padding: 7px;
	background-color: #d3c6b6;
	color: #ffffff;
	display: inline-block;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.award-list img {
	width: auto;
}
.awards-intro {
	margin-bottom: 30px;
}
.single-award {
	margin-bottom: 30px;
}
.award-heading {
	font-size: 1.5em;
	margin-bottom: 30px;
}
/*
==========================
search results styles
==========================
*/
.no-hero-page {
	margin-top: 120px !important;
	margin-bottom: 60px !important;
}

/*
==========================
magazine styles
==========================
*/
.magazine-front {
	float: right;
	width: 400px;
}
.magazine-list {
	list-style: none;
	margin-bottom: 30px;
}
.magazine-item {
	padding-left: 30px;
	background: transparent url('../images/icon-pdf.png') no-repeat;
	line-height: 30px;
}

/*===========================
season overview styles
=========================*/
.season-released-date {
	padding: .43em 2.1em;
	background-color: #3b2915;
	color: #d3c6b6;
	display: inline-block;
	margin-top: -20px;
}
.sans.overview {
	margin-bottom: 10px;
}
.emmy-award-b.flex-child > img {
	width: 7%;
}
.emmy-statute.flex-parent .flex-child{
	margin-bottom: 0;
}
.emmy-award-a.flex-child {
	-webkit-box-flex: 25%;
  -webkit-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
}
.emmy-award-b.flex-child {
	-webkit-box-flex: 75%;
  -webkit-flex: 75%;
  -ms-flex: 75%;
  flex: 75%;
}
/*===========================
footer styles
=========================*/
ul.footer-menu {
	list-style: none;
	margin: 0 auto 1em auto;
	padding: .8em 0 0;
	width: 100%;
}
ul.footer-menu li{
	margin-right: 2em;
	font-size: .875em;
	display: inline;
}
ul.footer-menu li:last-child {
	margin-right: 0;
}
/*===========================
schedule styles
=========================*/
.schedule {
	padding: 20px;
	text-align: center;
	background-color: #e5ddd1;
	border-radius: 5px;
}
.schedule a {
	display: inline-block;
	padding: 10px 90px;
	border: 1px solid #018aff;
	font-family: 'open sans', sans-serif;
	text-decoration: none;
	cursor: pointer;
}
.schedule a:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
}
span.schedule-cta {
	font-family: 'Libre Baskerville', serif;
	font-size: 1.4em;
	font-style: italic;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}

.ts-contact-us-container figure img {
	width: auto;
	height: auto;
}
/*===========================
sponsor styles
=========================*/
.spot-meta {
	font-family: 'Opensans regular', sans-serif;
	text-align: right;
	margin-bottom: 20px;
	margin-top: -10px;
	background-color: #ffffff;
	padding: 10px;
}

/*===========================
InPost gallery
=========================*/
figure.gallery-item {
	display: inline;
	float: left;
	width: 25%;
}
figure.gallery-item a img {
	float: none;
}
/*===========================
Poligons used in cruise page (for now)
=========================*/
.btn.cta-primary {
	padding: 10px 25px;
	background-color: #B0372E;
	color: #ffffff;
	float: left;
	border-radius: 3px;
	margin-bottom: 10px;
	text-decoration: none;
}
.btn.cta-primary:hover {
	background-color: rgb(121, 38, 32);
}
.cta-p {
	clear: both;
	font-size: .875rem;
}
.cta-p strong {
	color: red;
}

.slide  {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
}
.alt-bg {
	background-color: #f0ead9;
}
.slide.slide--right {
	flex-direction: row-reverse;
}
.slide.slide--right .slide--content {
	padding-left: 6rem;
}
.slide h2 {
	line-height: 1.5;
}
.slide h2.page-title {
	max-width: 80%;
}
.slide h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.slide--poly, .slide--content {
	padding: 2rem;
	flex-basis: 50%;
}

.slide--poly {
	min-height: 600px;
	-webkit-clip-path: polygon(0 0, 100% 0%, 65% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 65% 100%, 0% 100%);
}
.slide--poly.slide--poly--right {
	-webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 35% 100%);
	clip-path: polygon(0 0%, 100% 0%, 100% 100%, 35% 100%);
}
.slide--poly.slide--poly--right.no-clipping {
	-webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
	clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
}

.slide--poly.full {
	flex-basis: 100%;
	min-height: 800px;
	-webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
	clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
}

.slide--content {
	position: relative;
}
.slide--content .paragraph-container {
	width: 70%;
}
.cruise-logo {
	width: 250px;
	position: absolute;
	bottom: 50px;
}



@media only screen and (max-width: 420px) {
	.slide--poly {
		min-height: 300px;
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	}
	.slide--poly, .slide--content {
		flex-basis: 100%;
		padding: 1rem;
	}
	.slide--content.also-tall {
		min-height: 725px;
	}
	.slide--poly.extra-tall[style] {
		background-position-x: 50% !important;
		min-height: 550px;
	}
	.slide--content.also-medium {
		min-height: 500px;
	}
	.slide.slide--right .slide--content {
		padding-left: 2rem;
	}
}
@media only screen and (max-width: 350px) {
	.hero-video-container {
		text-align: center;
		height: 275px !important;
	}
	.hero-cta-cruise {
		bottom: 40px !important;
	}
}

@media only screen and (max-width: 1024px) {
	.cta-home-hero {
		bottom: 14rem;
	}
	.slide--poly.tall {
		min-height: 650px;
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	}
	.slide--poly.extra-tall {
		min-height: 800px;
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	}
	.slide--poly.extra-tall[style] {
		background-position-x: -95%;
	}
	.slide--poly.medium {
		min-height: 480px;
	}
	.slide--poly.full[style] {
		background-size: 100%;
		min-height: 380px;
	}
	.slide h2.page-title {
		max-width: 100%;
	}
	.cruise-logo {
		width: 175px;
	}
	.slide--content .paragraph-container {
		width: 100%;
	}
	.slide.slide--right .slide--content {
		padding-left: 2rem;
	}
}
@media only screen and (max-width: 360px) {
	.cta-home-hero {
		bottom:5rem;
	}
}
@media only screen and (max-width: 375px) {
	.cta-home-hero {
		bottom:7rem;
	}
}
@media only screen and (max-width: 414px) {
	.cta-home-hero {
		bottom:5rem;
	}
}