






/* ==========================================================================
   STRUCTURE & BASE STYLES
   ========================================================================== */

html {
  padding: 0;
  margin: 0;
}

body {
  background: none;
  padding: 0;
  margin: 0;
}

a {
	text-decoration: none;
	transition-property: color;
  -webkit-transition-duration: 260ms;
	-moz-transition-duration: 260ms;
	-ms-transition-duration: 260ms;
	-o-transition-duration: 260ms;
	transition-duration: 260ms;
	color: #444;
}
a:hover {
	text-decoration: none;
  color: #dbbb72;
}

strong {
  font-family: 'FrutigerLTW01-55Roman' sans-serif;
}
.light {
  font-family:'FrutigerLTW01-45Light', sans-serif;
}
.roman {
  font-family: 'FrutigerLTW01-55Roman', sans-serif;
}
.bold {
  font-family: 'Frutiger LT W01 65 Bold' sans-serif;
}

h1, h2, h3 {
  font-family: 'FrutigerLTW01-55Roman', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #444;
  transition-property: color;
  -webkit-transition-duration: 260ms;
	-moz-transition-duration: 260ms;
	-ms-transition-duration: 260ms;
	-o-transition-duration: 260ms;
	transition-duration: 260ms;
}
h1 {
  font-size: 2rem;
  line-height: 3rem;
}
h2 {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
h3 {
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 2rem;
}
h4 {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1rem;
}

.clear {
	clear: both;
	float: none;
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

img {
	display: block;
	position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.globalheader {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #000;
	overflow: hidden;	
}
.globalheader iframe {
  display: block;
  position: relative;
}
.globalheader #gnwrap {
	margin: 0 auto;
}
#gn.v10 #gnav #gnsrch input#q {
	height: 25px;
	padding: 4px 7px;
	margin: 1px 0 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.globalfooter {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #000;
	overflow: hidden;	
}
.globalfooter #footer {
	margin: 0 auto;
}

.also-on-cbc {
  display: block;
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  border: none;
}

.sitewrapper {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #000;
	font-size: 16px;
	font-family:'FrutigerLTW01-55Roman', sans-serif;
}

.sitecontent {
	display: block;
	position: relative;
	width: 100%;
  max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
  line-height: 1.5em;
  font-family:'FrutigerLTW01-45Light', sans-serif;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
  background-color: rgba(0,0,0,0.42);
}
.content {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  padding: 0.5rem 1rem 1rem  1rem;
  margin: 0;
  width: calc(100% - 2rem);
  height: auto;
  background-color:rgba(0,0,0,1);
}
.precontent {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;  
}
.maincontent {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 1rem;
  background-color: #fbfbfb;
  width: calc(100% - 3rem - 300px);
}

.media-frame {
  display: block;
  position: relative;
  width: calc(100% - 4px);
  height: auto;
  padding: 2px;
  background-color: #fbfbfb;
}
.responsive-container {
  display: block;
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
}

.responsive-container .cbc-caffeine-container {
  position: unset!important;
}
.responsive-container iframe {
  border: 0;
  display: block!important;
  position: absolute!important;
  width: 100%!important;
  height: 100%;
  top: 0;
  left: 0;
}

.qualifier {
   font-size: 0.75rem;
   line-height: 0.75rem;
   text-transform: uppercase;
   color: #999;
   display: block;
   position: relative;
   margin-bottom: 0.375rem;
}

.secondary-item {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 2rem; 
}
.secondary-item h3 {
  display: block;
  position: relative;
  width: calc(100% - 1.5rem);
  padding: 0 0.75rem;
  background-color: #c0c0c0;
  border-radius: 0.25rem;
  line-height: 2rem;
  color: #000;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

figure.video-thumbnail {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
figure.video-thumbnail figcaption {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 26%;
  height: auto;
  margin-left: -13%;
  margin-top: -13%; 
}

@media only screen and (max-width:800px) {
  .maincontent {
    width: calc(100% - 2rem);
  }
}

@media only screen and (max-width:640px){
  .cbc-rising-star-ad {
    max-width: 100vw;

  }
}

@media only screen and (max-width:640px) {
  .advert.cbc-rising-star-ad-wrap {
    transform: scale(0.60);
    transform-origin: 0;
    margin-left: 2%;
  }
}


@media only screen and (max-width:480px) {
  .advert.cbc-rising-star-ad-wrap {
    transform: scale(0.60);
    transform-origin: 0;  
    margin-left: 2%;
  }

  .cbc-rising-star-ad iframe {
    transform:scale(0.80,0.80);
    transform-origin:110px 40px;
  }	



}


@media only screen and (min-width: 800px){
  .cbc-rising-star-ad {
    max-width: fit-content;
  }
}


.preview-flag {
    display: inline-block;
    position: relative;
    line-height: 1.5rem;
    background-color: #dbbb72;
    overflow: hidden;
    margin-bottom: 0.25rem;
    color: #000000;
    padding: 0 0.5rem;
    font-size: 0.75rem;
}


/* ==========================================================================
   NAVIGATION AND HEADER
   ========================================================================== */
   
.siteheader {
	display: block;
	position: relative;
	width: 100%;
	height: 465px;
	overflow: visible;
}
.siteheader-background-image {
 /*  display: block;
  position: absolute;
  top: 0;
  width: 1920px;
  height: auto;
  left: 50%;
  margin-left: -960px;  */
	display: block;
	position: relative;
	margin-top: -3rem;
}


.siteheader-content {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.sitenav {
	display: block;
	/*position: absolute;*/
	width: 100%;
	height: auto;
	background-color: #000;
	/*top: -2.25em;*/
}

.sitenav ul {
	display: flex;
  flex-wrap: wrap;
	position: relative;
	overflow: visible;
	list-style: none;
	margin: 0;
	padding: 0;
	/*height: 2.25em;*/
	z-index: 2;
}

.sitenav ul li.nav-item {
	display: inline-block;
	position: relative;
	/*float: left;*/
	width: auto;
	height: auto;
	text-align:	center;
  background-color: rgba (0,0,0,0.5);
}
.sitenav ul li.nav-item a {
	display: block;
	position: relative;
	line-height: 2.25em;
	padding: 0px 10px;
	margin: 0px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
  text-transform: uppercase;
	-webkit-transition-duration: 260ms;
	-moz-transition-duration: 260ms;
	-ms-transition-duration: 260ms;
	-o-transition-duration: 260ms;
	transition-duration: 260ms;
  transition-property: background-color, color;
}
.sitenav ul li.nav-item.hide-sponsors {
  display: none;
}
.sitenav ul li.nav-item.selected {
  display: inline-block;
}
.sitenav ul li.nav-item.selected a, .sitenav ul li.nav-item a:hover {
	background-color: #dbbb72;
	color: #000;
}

.sitenav .nav-background {
	display: block;
	position: absolute;
	width: 100%;
	height: 2.25em;
	background-color: #000;
	top: 0;
	left: 0;
	z-index: 1;
}
.
.sitenav ul li.nav-item.social-links {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	top: 6px;
	right: 0;
}
.sitenav ul li.nav-item.social-links a {
	padding: 0;
	margin: 0;
	margin-right: 0.5rem;
	float: left;
}
.sitenav ul li.nav-item.social-links .nav-social-logo {
	display: block;
	position: relative;
	width: 25px;
	height: 25px;
}

.highlight {
	width: 0px;
	text-align: center;
	display: none;
	height: 0.6em;
	border-top: 8px solid #dbbb72;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.highlight.selected {
	display: inline-block;
}

.navImage {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5rem;
	max-width: 1.5rem;
}

.social-push {
  display: table-cell;
  vertical-align: middle;
}

.social-push a {
  display: table-cell;
  position: relative;
  color: #e9e5e3;
  line-height: inherit;
  vertical-align: middle;
  font-size: 1rem;
  text-decoration: none;
  padding-left: 0.75rem;
}

.social-push img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0;
  vertical-align: top;
  display: inline-block;
}
.social-push a.twitter {
  padding-left: 0.25rem;
}

@media only screen AND (max-width:800px) {
  .siteheader {
    height: 360px;
  }
  .siteheader-background-image {
    /* width: 1650px;
    margin-left: -825px;  */
	/*width:820px;
	margin-left: -1580px; */

  }
}
@media only screen AND (max-width:640px) {
  .siteheader {
    height: 280px;
  }
  .siteheader-background-image {
  /*  width: 1190px;
    margin-left: -595px;  */
	width: 800px;
	margin-left: -150px;
  }
}
@media only screen AND (max-width:480px) {
  .siteheader {
    height: 240px;
  }
  .siteheader-background-image {
  /*  width: 1018px;
    margin-left: -509px;   */
	width: 548px;
	margin-left: -93px;
	margin-top: 1rem;
  }
}


/* ==========================================================================
   RIGHT RAIL
   ========================================================================== */

.rightrail {
  display: inline-block;
  position: relative;
  width: 300px;
  vertical-align: top;
  padding: 0;
  margin: 0 0 0 1rem;
}

.rightrail-element {
  display: block;
  position: relative;
  background-color: #fbfbfb;
  border-top: 0px;
  padding: 0;
  margin: 0 0 1rem 0;
}
.rightrail-element.noborder {
  border-width: 0;
}
.rightrail-element.transparent {
  background-color: transparent;
}
.rightrail-element.bigbox {
  text-align: center;
  border-width: 0;
  border: none;
  background-color: transparent;
}

h3.rightrail-title {
  color: #444;
  padding: 0;
  margin: 0 0 0.5rem 0;
  font-size: 1.25em;
  line-height: 2rem;
  font-weight: normal;
}
h4.rightrail-subtitle {
  color: #444;
  padding: 0;
  margin: 0 0 0.25rem 0;
  font-size: 0.875em;
  line-height: 1rem;
  font-weight: normal;
}

.rightrail-element.latest,
.rightrail-element.related-entries,
.rightrail-element.more-episodes {
  padding: 0.5rem;
  width: calc(100% - 1rem);
  -webkit-transition: background-color 260ms;
  -moz-transition: background-color 260ms;
  -ms-transition: background-color 260ms;
  -o-transition: background-color 260ms;
  transition: background-color 260ms;
}
.rightrail-element.latest a {
  text-decoration: none;
}
.rightrail-element figure.episode-push {
  display: table;
  width: 100%;
  height: auto;
}
.rightrail-element figure.episode-push img {
  display: table-cell;
  position: relative;
}
.rightrail-element figure.episode-push figcaption {
  display: table-cell;
  position: relative;
  width: 65%;
  padding-left: 0.5rem;
  vertical-align: top;
  color: #333;
  text-decoration: none !important;
}
.rightrail-element figure.episode-push.list {
  margin-bottom: 0.5rem;
}

.rightrail-element.sponsor-sidebar a,
.rightrail-element.sponsor-sidebar a:hover {
  color: #000;
  text-decoration: none;
}
.rightrail-element.sponsor-sidebar a:hover h3.sponsor-heading {
  text-decoration: underline;
}

.rightrail-element.tout {
  padding: 0.25rem;
}
.rightrail-element.tout a:hover figure.tout h3.tout-title {
  color: #dbbb72
}
figure.tout {
  
}
figure.tout figcaption {
  
}
figure.tout h3.tout-title {
  color: #000;
  line-height: 1.5rem;
  font-size: 1.5rem;
  margin: 0.75rem;
}
figure.tout .tout-text {
  margin: 0 0.75rem 0.75rem 0.75rem;
  display: block;
  position: relative;
  overflow: hidden;
  color: #000;  
}


.related-entries .related-entry {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 1rem 0;
}
.related-entry figure {
  display: table-cell;
}
.related-entry figure img {
  border: 1px solid #999; 
}
.related-entry figure img:hover {
  border: 1px solid #dbbb72;
}

.related-entry-info {
  display: table-cell;
  position: relative;
  width: 50%;
  padding-left: 0.5rem;
  vertical-align: top;
  color: #333;
  text-decoration: none !important;
}
.related-entry-info.episode {
  width: 65%;
}
.related-entry-info h3 {
  color: #333;
  font-size: 0.875rem;
  line-height: 1rem;
}

.category-nav {
  background-color: #fbfbfb;
  padding: 0.75rem;
  border-top: 0px;
  width: calc(100% - 1.5rem);
}
a.category-nav-item {
  display: inline-block;
  position: relative;
  width: auto;
  line-height: 2rem;
  text-align: center;
  background-color: #c0c0c0;
  color: #000;
  margin: 0 0.375rem 0.375rem 0;
  padding: 0 0.5rem;
  cursor: pointer;
  text-decoration: none;
  border-radius: 5px;
  min-width: 2rem;
  -webkit-transition-duration: 260ms;
  -moz-transition-duration: 260ms;
  -ms-transition-duration: 260ms;
  -o-transition-duration: 260ms;
  transition-duration: 260ms;
  transition-property: background-color, color;
}
a.category-nav-item:hover,
a.category-nav-item.selected {
  background-color: #dbbb72;
  color: #000;
  text-decoration: none; 
}
a.category-nav-item.season-num {
  padding: 0;
}

.nav-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-categories li {
  display: inline-block;
  position: relative;
}

.sponsor-container {
  background-color: #fff;
  padding: 0.25rem;
}
.sponsor-info {
  display: block;
  position: relative;
  padding: 0.5rem;
  color: #000;
}
.sponsor-info h3.sponsor-heading {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.675rem;
  margin-bottom: 1rem;
}
figure.sponsor-logo {
  
}
figure.sponsor-logo img {
  display: inline-block;
  max-width: 30%;
  height: auto;
  overflow: hidden;
}
figure.sponsor-logo.with-qualifier {
  display: flex;
  direction: rtl;
  align-items: flex-end;
}
figure.sponsor-logo.with-qualifier figcaption {
  direction: ltr;
  margin-right: 0.5rem;
}


@media only screen and (max-width:800px) {
  .rightrail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 2rem 0 0 0;
  }
  .rightrail-element {
    display: inline-block;
    width: 49%;
  }
  .rightrail-element.category-nav {
    width: calc(49% - 1.5rem);
  }
  .rightrail-element.latest {
    width: calc(49% - 1rem);
  }
 
}
@media only screen and (max-width:640px) {
  .rightrail {
    display: block;
  }
  .rightrail-element {
    display: block;
    width: 100%;
  }
  .rightrail-element.category-nav {
    width: calc(100% - 1.5rem);
  }
  .rightrail-element.latest {
    width: calc(100% - 1rem);
  }
}
@media only screen and (max-width:480px) {
  .rightrail {
    display: block;
  }
  .rightrail-element {
    display: block;
    width: 100%;
  }
  
}


/* ==========================================================================
   HEADERS AND TITLES
   ========================================================================== */

.page-header {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 0.25rem solid #dbbb72;
    margin-bottom: 1rem;
}

.page-header .page-title {
    display: table-cell;
    position: relative;
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-family: 'FrutigerLTW01-45Light', sans-serif;
    color: #dbbb72;
    text-transform: uppercase;
    width: 100%;
}
.page-header .page-subtitle {
  color: #fff;
  font-size: 1.125rem;
}

@media only screen and (max-width:800px) {
  .page-header .page-title {
    line-height: 1.5rem;
    padding: 0.5rem 0;
  }
}
@media only screen and (max-width:640px) {
  .page-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    flex-direction: column-reverse;
  }
  .page-header .page-title {
    display: inline-block;
  }
  .page-header .social-push {
    display: inline-block;
    margin-top: 0.5rem;
  }
  .page-header .social-push a {
    padding: 0 0.75rem 0 0;
  }
}  


/* ==========================================================================
   FOOTERS AND SPONSORS
   ========================================================================== */

.homepage-sponsors-wrapper {
  /*display: block;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  height: inherit;/*
}
.homepage-sponsors {
  /* display: flex; */
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 20%,rgba(0,0,0,1) 100%);
  text-align: center;
  line-height: 0;
}

.homepage-sponsors-wrapper {
 background: none;
}
.homepage-sponsors .presented-by {
  text-transform: uppercase;
  color: #fff;
  margin-right: 1rem;
}
.homepage-sponsor {
  display: inline-block;
  position: relative;
  margin: 0 1.5rem;
  max-height: 3.5rem;
  max-width: 10%;
}
.homepage-sponsor img {
/*  max-width: 100%; */
  max-height: 3.3rem;
  height: auto;
  width: auto;
}

a.homepage-sponsor.sponsor_separator {
  margin: 0;
}


.homepage-sponsor-wrapper {
margin: 1rem auto;
}

a.homepage-sponsor.bdc {
 /* max-width: 80px;
  height: 50px!important; */
}

/* SPECIAL LOGOS */

a.homepage-sponsor.godaddy_logo img{
	max-width: 7.7rem;
}

a.homepage-sponsor.audible_logo img {
	max-width: 6rem;
}

a.homepage-sponsor.indeed_logo img{
	max-width: 6rem;
}


.presented-by {
  margin-top: 10px;
  margin-bottom: 15px;
}

.bottom-sponsors {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #000;
  padding: 0;
  margin: 0 0 1rem 0;
}
.bottom-sponsor {
  flex-basis: 320px;
  margin: 1rem;
}
.bottom-sponsor h4 {
  color: #fff;
}
.bottom-sponsor-link {
  display: block;
  padding: 0.5rem;
  background-color: #fff; 
}
.bottom-sponsor-logo {
  
}

@media only screen and (max-width:800px) {
  .homepage-sponsor {
    max-height: 2.5rem;
    max-width: 22%;
  }
  .homepage-sponsor img {
    max-height: 2.5rem;
  }

}
@media only screen and (max-width:640px) {
  .homepage-sponsor {
    max-height: 2rem;
    max-width: 20%;
    margin: 0 0.5rem;
  }
  .homepage-sponsor img {
    max-height: 2rem;
  }
  .homepage-sponsors .presented-by {
    margin-right: 0.5rem;
  }
  
  .bottom-sponsors {
    justify-content: center;
  }
}
@media only screen and (max-width:480px) {
  .homepage-sponsor {
    max-width: 16%;
    margin: 0.2rem 0.5rem;
  }

a.homepage-sponsor.audible_logo img {
	width: 4rem;

}

   a.homepage-sponsor.indeed_logo img {
	max-width: 4rem;
   }
   
   a.homepage-sponsor.godaddy_logo img {
	max-width: 5.5rem;
   }

   a img.header_sponsors__logo.separator-icon {
	max-height: 1rem;
   }

   .homepage-sponsors-wrapper {
	padding: 1.5rem 0 0.7rem 0;
   }

   .presented-by {
	margin-bottom: 7px;
   }


}


/* ==========================================================================
   HOME PAGE
   ========================================================================== */

.maincontent.homepage {
  padding: 0;
  width: calc(100% - 1rem - 300px);
  background-color: transparent;
}
.homepage-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  float: left;
}
.feature {
  display: inline-block;
  position: relative;
  height: auto;
  overflow: hidden;
  vertical-align: top;
}
.feature.large {
  width: 100%;
  margin-bottom: 1rem;
}
.feature.compact {
  width: 49%;
}
.feature .feature-box-title {
  font-size: 2rem;
  line-height: 2rem;
  color: #fff;
  text-transform: uppercase;
}
.feature h3.feature-title {
  display: block;
  margin: 1rem 1rem 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.675rem;
}
.feature h3.feature-title a {
  display: block;
}
.feature p {
  margin: 0 1rem 1rem 1rem;
}
.feature-container {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0.25rem;
  background-color: #fff;
}
.feature-container img {
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
  margin: 0;
}

.maincontent.homepage-feed {
  width: 100%;
  margin-top: 1rem;
  background-color: transparent;
  padding: 0;
}
.homepage-feed #feedcontainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.homepage-feed .feed-item {
  display: table;
  position: relative;
  width: calc(100% - 2rem);
  padding: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
  margin-bottom: 1rem;
}
.homepage-feed .feed-item figure {
  display: table-cell;
  position: relative;
  width: 17%;
  height: auto;
  overflow: hidden;
  vertical-align: top;
}
.homepage-feed .feed-item figure figcaption {
  display: none;
  /*
  position: absolute;
  z-index: 2;
  bottom: 0.5rem;
  left: 0.5rem;
  width: 12%;
  opacity: 0.7;
  */
}
.homepage-feed .feed-item figure img {
  width: 100%;
  height: auto;
  border: none;
  padding: 0;
  margin: 0;
}
.homepage-feed .feed-item .item-body {
  display: table-cell;
  vertical-align: top;
  padding-left: 0.75rem;
  line-height: 1.25rem;
}
.homepage-feed .feed-item .item-body h3 {
  line-height: 1.375rem;
  margin-bottom: 0.25rem;
}

.about-the-show {
display: block;
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    padding: 0;
    margin: 1rem 0; 
}
.about-the-show .about-the-host {
  display: table;
  position: relative; 
}
.about-the-show .homepage-host-title {
  
}
.about-the-show .homepage-host-image {
  display: table-cell;
  width: 20%;
  padding-right: 1rem;
}
.about-the-show .homepage-host-body {
  display: table-cell;
  vertical-align: top;
}

.about-the-show .about-body {
padding: 1rem;
    width: calc(100% - 2rem);
    background-color: #f0f0f0;  
}
.about-the-show .about-body p {
    margin-top: 0;
    line-height: 1.25rem; 
}

.moreposts-wrapper {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	text-align: center;
	margin-top: 1rem;
}

#moreposts-loader {
	width: 3rem;
	height: 3rem;
	margin: 0.5rem auto;
	display: inline-block;
	position: relative;
}

#moreposts {
	width: auto;
	height: auto;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	text-align: center;
	cursor: pointer;
	-webkit-transition: opacity 260ms;
	-moz-transition: opacity 260ms;
	-ms-transition: opacity 260ms;
	-o-transition: opacity 260ms;
	transition: opacity 260ms;
}

#moreposts .moreposts-button {
	color: #fff;
	background-color: #dbbb72;
	line-height: 2rem;
	display: inline-block;
	padding: 0 1rem;
	border-radius: 0.25rem;
	-webkit-transition: background-color 260ms;
	-moz-transition: background-color 260ms;
	-ms-transition: background-color 260ms;
	-o-transition: background-color 260ms;
	transition: background-color 260ms;
}
#moreposts:hover .moreposts-button {
	background-color: #c0c0c0;
}

.moreposts-wrapper.done {
	margin-top: 1rem;
	border-top: 1px solid #dbbb72;
	padding-top: 1rem;
}
.moreposts-wrapper.done #moreposts {
	cursor: default;
}
#moreposts .all-loaded {
	color: #c0c0c0;
}

@media only screen and (max-width:1024px) {
  .about-the-show .homepage-host-image {
    width: 25%;
  }
}

@media only screen and (max-width:800px) {
  .about-the-show .homepage-host-image {
    width: 32%;
  }
  .maincontent.homepage {
    width: 100%;
  }
  .homepage-feed .feed-item figure {
    width: 25%;
  }
}
@media only screen and (max-width:640px) {
  .about-the-show .homepage-host-image {
    width: 40%;
  }
  .homepage-feed .feed-item figure {
    width: 35%;
  }
}
@media only screen and (max-width:480px) {
  .about-the-show .homepage-host-image {
    width: 50%;
    display: block;
    float: left;
  }
  .about-the-show .homepage-host-body {
    display: block;
  }
  
  .feature.compact {
    width: 100%;
    margin-bottom: 1rem;
  }
  .homepage-feed .feed-item {
    display: flex;
    flex-wrap: wrap;
  }
  
  .homepage-feed .feed-item figure {
    width: 100%;
  }
  .homepage-feed .feed-item .item-body {
    width: 100%;
    padding: 0.5rem 0 0 0;
  }
}


/* ==========================================================================
   LISTS
   ========================================================================== */

.list-title {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #444;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
.list-title a,
.list-title a:hover {
  color: #444;
  text-decoration: none;
}
.list-subtitle {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  line-height: 2rem;
  color: #000;
  width: calc(100% - 1.5rem);
  padding: 0 0.75rem;
  -webkit-transition-duration: 260ms;
  -moz-transition-duration: 260ms;
  -ms-transition-duration: 260ms;
  -o-transition-duration: 260ms;
  transition-duration: 260ms;
  transition-property: background-color;
  background-color: #c0c0c0;
  margin-bottom: 0.75rem;
  border-radius: 0.25rem;
}
.list-subtitle a,
.list-subtitle a:hover {
  color: #fff;
  text-decoration: none;
}

.list-item {
  
}
.list-item-title, 
.list-item-title a {
  color: #444;
}
.list-item-excerpt {
  color: #444;
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0 0 1rem 0;
}

.season-listing {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1rem;
}
.season-listing li {
  display: inline-block;
  position: relative;
  line-height: 2.5rem;
  padding: 0 0.75rem;
  background-color: #c0c0c0;
  border-radius: 0.25rem; 
  -webkit-transition-duration: 260ms;
  -moz-transition-duration: 260ms;
  -ms-transition-duration: 260ms;
  -o-transition-duration: 260ms;
  transition-duration: 260ms;
  transition-property: background-color, color;
  margin: 0 0.375rem 0.375rem 0;
}
.season-listing li:hover, .season-listing li.selected {
  background-color: rgba(216,161,14,0.7);
}
.season-listing li a {
  text-decoration: none;
  color: #000;
}
.season-listing li:hover a,
.season-listing li.selected a {
  color: #000;
}

.season-listing-subtitle {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  font-family:'FrutigerLTW01-45Light', sans-serif;
  width: 100%;
  height: auto;
  line-height: 1.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #999;
}

.pagination {
  display: flex;
  position: relative;
  justify-content: center;
}
.pagination-number {
  display: inline-block;
  position: relative;
  padding: 0.5rem 0.75rem;
  margin: 0 0.25rem;
  background-color: #c0c0c0;
  color: #000;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 1rem;
  -webkit-transition-duration: 260ms;
  -moz-transition-duration: 260ms;
  -ms-transition-duration: 260ms;
  -o-transition-duration: 260ms;
  transition-duration: 260ms;
  transition-property: background-color, color;
}
.pagination-number:hover {
  color: #000;
  text-decoration: none;
  background-color: #dbbb72;
}
.pagination-number.selected {
  background-color: #dbbb72;
  color: #000;
}
.pagination-arrow {
  display: inline-block;
  position: relative;
  padding: 0.5rem 0.75rem;
  margin: 0 0.25rem;
  background-color: #c0c0c0;
  color: #000;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 1rem;
  -webkit-transition-duration: 260ms;
  -moz-transition-duration: 260ms;
  -ms-transition-duration: 260ms;
  -o-transition-duration: 260ms;
  transition-duration: 260ms;
  transition-property: background-color, color;
}
.pagination-arrow:hover {
  color: #000;
  text-decoration: none;
  background-color: #dbbb72;
}



/* ==========================================================================
   DRAGONS
   ========================================================================== */

.dragon-item {
  display: table;
  width: 100%;
  overflow: hidden;
  height: auto;
  margin: 1rem 0;
}
.dragon-item.dragon-left {
  direction: ltr;
}
.dragon-item.dragon-right {
  direction: rtl;
}
.dragon-item figure {
  width: 30%;
  display: table-cell;
  position: relative;
}
.dragon-info {
  display: table-cell;
  position: relative;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  margin: 0;
}
.dragon-title {
  display: block;
  position: relative;
  width: calc(100% - 2rem);
  padding: 0 1rem;
  height: auto;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
}
.dragon-excerpt {
  display: block;
  position: relative;
  width: calc(100% - 3rem);
  padding: 0 1.5rem;
  height: auto;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 2rem;
  direction: ltr;
}
a.dragon-more {
  display: inline-block;
  width: auto;
  font-family: 'FrutigerLTW01-45Light', sans-serif;
  text-align: center;
  background-color: #dbbb72;
  border-radius: 0.25rem;
  color: #000;
  padding: 0.25rem 1rem;
  margin: 0;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 2rem;
  direction: ltr;
  -webkit-transition-duration: {tranistion_speed_fast};
  -moz-transition-duration: {tranistion_speed_fast};
  -ms-transition-duration: {tranistion_speed_fast};
  -o-transition-duration:r {tranistion_speed_fast};
  transition-duration: {tranistion_speed_fast};
  transition-property: background-color, color;
}
a.dragon-more:hover {
  background-color: #c0c0c0;
  color: #000;
  text-decoration: none;
}

.dragon {
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
.dragon-portrait {
  float: left;
  width: 36%;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.dragon-portrait figcaption {
  display: block;
  position: absolute;
  top: 0;
  left: -10000px;
}
.dragon-name {
  font-size: 2.75rem;
  line-height: 3rem;
  color: #444;
}
.dragon-link {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  margin-bottom: 0.25rem;
}

.dragons-rightrail {
  display: flex;
  justify-content: space-around;
  overflow: hidden;
  flex-wrap: wrap;
}
.dragons-rightrail-figure {
  display: inline-block;
  max-width: calc(33% - 1rem);
  margin: 0 0.5rem 1rem 0.5rem;
}
.dragons-rightrail-figure.selected a figcaption {
  color: #dbbb72;
}
.dragons-rightrail-figure figcaption {
  text-transform: uppercase;
  font-size: 0.75rem;
  text-align: center;
  line-height: 0.75rem;
  margin: 0.5rem 0rem;
}

@media only screen and (max-width:800px) {
  .dragon-title {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 1.25rem;
  }
  .dragon-portrait {
    margin-bottom: 0.5rem;
  }
  .dragon-excerpt {
    font-size: 1.125rem;
    line-height: 1.25rem;
    margin-bottom: 1.25rem;
  }
  a.dragon-more {
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
    line-height: 1.5rem;  
  }
  .dragons-rightrail-figure figcaption {
    font-size: 1rem;
    line-height: 1rem;
  }

}
@media only screen and (max-width:480px) {
  .dragon-title {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 1.25rem;
  }
  .dragon-portrait {
    margin-bottom: 0.5rem;
  }
  .dragon-excerpt {
    font-size: 1.125rem;
    line-height: 1.25rem;
    margin-bottom: 1.25rem;
  }
  a.dragon-more {
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
    line-height: 1.5rem;  
  }
}


/* ==========================================================================
   EPISODES
   ========================================================================== */

.episode-item {
  
}
h2.episode-title {
  font-size: 3rem;
  line-height: 3rem;
  color: #444;
  margin-bottom: 1rem;
}
.episode-body {
  margin-bottom: 1rem;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.episode-body p {
  line-height: 1.5rem;
  margin: 0 0 1rem 0;
}
figcaption.watch-now {
  display: block;
  position: relative;
  line-height: 3rem;
  text-align: center;
  background-color: #8c0000;
  font-weight: bold;
}

figcaption.watch-now img {
width: 120px!important;
margin: auto;
}

a:hover .watch-now {
  text-decoration: underline;
}
a .watch-now,
a .watch-now:hover {
  color: #444;
}


/* ==========================================================================
   BLOG
   ========================================================================== */

.entry-list-item {
  display: table;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 2rem 0;
}

.entry-list-thumb {
  display: table-cell;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  width: 32%;
}
.entry-list-thumb img {
  width: calc(100% - 2px);
  border: 1px solid #999;
  -webkit-transition-duration: 260ms;
  -moz-transition-duration: 260ms;
  -ms-transition-duration: 260ms;
  -o-transition-duration: 260ms;
  transition-duration: 260ms;
  transition-property: border-color;
}
.entry-list-thumb img:hover {
  border-color: #dbbb72;
}

.entry-list-right {
  display: table-cell;
  position: relative;
  vertical-align: top;
  padding: 0 0.75rem;
}
.entry-meta {
  display: block;
  position: relative;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  color: #999;
  line-height: 0.75rem;
  font-size: 0.75rem; 
}
.entry-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  padding: 0;
}
.entry-excerpt {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
  padding: 0;
}
.entry-more {
  display: inline-block;
  width: auto;
  font-family: 'FrutigerLTW01-45Light', sans-serif;
  text-align: center;
  background-color: #dbbb72;
  border-radius: 0.25rem;
  color: #000;
  padding: 0.25rem 0.5rem;
  margin: 0;
  text-decoration: none;
  font-size: .875rem;
  line-height: 1rem;
  -webkit-transition: background-color 260ms;
  -moz-transition: background-color 260ms;
  -ms-transition: background-color260ms;
  -o-transition: background-color 260ms;
  transition: background-color 260ms;
}
.entry-more:hover {
  background-color: #a0a0a0;
  color: #000;
  text-decoration: none;
}

.entry-item {
  
}

.entry-item h2.entry-title {
  font-family: 'Frutiger LT W01 65 Bold', sans-serif;
  color: #444;
  font-size: 2.5rem;
  line-height: 2.5rem;
font-weight: bold;
  
}
.entry-lead-figure {
  
}
.entry-lead-figure figcaption {
  display: block;
  position: relative;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}

.entry-qualifier {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.entry-item-body {
  
}
.entry-item-body h3 {

}
.entry-item-body iframe {
  display: block;
  position: relative;
  width: 100%;
}
.entry-item-body a {
  text-decoration: underline;
}
.entry-item-body a:hover {
  text-decoration: none;
}

.entry-body-figure {
  
}
.entry-body-figure figcaption {
  
}

.media-caption {
  display: block;
  position: relative;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}


@media only screen and (max-width:1024px) {
  .entry-list-thumb {
    width: 42%;
  }
}

@media only screen and (max-width:800px) {
  .entry-list-thumb {
    width: 32%;
  }
}

@media only screen and (max-width:640px) {
  .entry-list-thumb {
    width: 42%;
  }
}

@media only screen and (max-width:480px) {
  .entry-list-item {
    display: block; 
  }
  .entry-list-thumb {
    display: block;
    width: 100%;
  }
  .entry-list-right {
    display: block;
    width: 100%;
    padding: 0.5rem 0;
  }
}


/* ==========================================================================
   EPISODES
   ========================================================================== */

.episode-push-title {
  color: #444;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.25rem;
}
.episode-push-excerpt {
  display: none;
  font-size: 0.875rem;
  line-height: 1.125rem;
  position: relative;
  overflow: hidden;
}

.season-listing-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 0.5rem;
}

.list-title.season {
  margin-bottom: 0;
}
.list-title.season a {
  color: #444;
}
.list-title.season a:hover {
  color: #444;
  text-decoration: none;
}
.entry-more.season {

}

.list-item.episode {
  margin-bottom: 1rem;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;  
}
.list-item.episode figure {
  display: flex;
  justify-content: left;
}
.list-item.episode figure a.thumbnail-link {
  display: inline-block;
  max-width: 30%;
  margin-right: 1rem;
}
.list-item.episode figure figcaption {
  display: inline-block;
}
.list-item-title.episode {
  line-height: 1.25rem;
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
}

@media only screen and (max-width: 1024px) {
  .list-item.episode figure a.thumbnail-link {
    max-width: 40%;
  }
}
@media only screen and (max-width: 800px) {
  .episode-push-title {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .episode-push-excerpt {
    display: block;
  }

  .list-item.episode figure a.thumbnail-link {
    max-width: 30%;
  }
}
@media only screen and (max-width: 480px) {
  .list-item.episode figure a.thumbnail-link {
    max-width: 40%;
  }
  .entry-more.episode {
    display: none;
  }
}

/* ==========================================================================
   PITCHES
   ========================================================================== */

.pitches-block {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.pitches-block.web {
  padding-top: 1rem;
}

.pitch-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  position: relative;
  padding: 0;
  margin: 0.5rem 0;
  list-style: none;
  overflow: hidden;
}
.pitch-list li {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: calc(33% - 1rem);
  margin: 0 0 1rem 1rem; 
}
.pitch-list li figure {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.pitch-list li figure figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 2;
  line-height: 1rem;
  font-size: 1rem;
  padding: 1rem;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  width: calc(100% - 2rem);
  -webkit-transition-duration: 260ms;
  -moz-transition-duration: 260ms;
  -ms-transition-duration: 260ms;
  -o-transition-duration: 260ms;
  transition-duration: 260ms;
  transition-property: background-color;
}
.pitch-list li:hover figure figcaption {
  background-color: rgba(216,161,14,0.7);
}
.list-title.pitch {
  
}
.list-subtitle.pitch {

}
.list-subtitle.pitch a {
  text-decoration: none;
  color: #fff;
}
.list-subtitle.pitch:hover {
  background-color: rgba(216,161,14,0.7);
}

.pitch-info {
  width:100%;
  border-spacing: 0 0.25rem;
  border-collapse: separate;
}
.pitch-info-row {width:100%;}
.pitch-info-question {
	background-color:#333;
	color:#fbfbfb;
	text-align:right;
	border:2px solid #333;
  padding: 0.25rem 0.5rem;
  line-height: 1.25rem;
  width: 33%;
}
.pitch-info-answer {
  padding-left: 0.5rem;
	border:2px solid #333;
	background-color:#fbfbfb;
	
}
.pitch-description {
  font-size: 1.125rem;
}

.pitch-main {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
.pitch-main h3 {
  display: block;
  position: relative;
  color: #333;
  width: 100%;
  padding: 0;
  margin: 0 0 0.5rem 0;
}
.pitch-links {
  display: block;
  position: relative;
  width: calc(100% - 2rem - 2px);
  height: auto;
  overflow: hidden;
  padding: 1rem;
  border: 1px solid #999;
}
.additional-links-list {
  display: block;
  position: relative;
  width: calc(100% - 1rem);
  list-style: none;
  margin: 0;
  padding: 0 0 0 1rem;
  overflow: hidden;
}

/* social icons for pitches */

.additional-links-list li {
	margin: 5px 0;
}

.additional-links-list li a img {
	max-width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}


.facebook-container {
  display: block;
  width: 100%;
  position: relative;
  justify-content: center;
  overflow: hidden;
  height: auto;
  text-align:center;
}

.social-container {
  display: block;
  width: 100%;
  position: relative;
  justify-content: center;
  overflow: hidden;
  height: auto;
  text-align:center;
} 

.social-container iframe {
	margin: 20px auto!important;
}

@media only screen and (max-width:800px) {
  .pitch-list li {
    width: calc(50% - 1rem);
  }
}
@media only screen and (max-width:640px) {
  .pitch-list li {
    width: calc(50% - 1rem);
  }

}
@media only screen and (max-width:480px) {

}

/* ==========================================================================
   VIAFOURA
   ========================================================================== */

   .commentsFAQ img {
     max-width: 3rem;
   }


/* ==========================================================================
   AUDITIONS - TABLES
   ========================================================================== */

.custom_table {
    margin: auto;
}

.custom_table td {
  padding: 5px 5px;
}



/* ==========================================================================
   KEYFRAMES
   ========================================================================== */

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.hidden {
display: none;
}