/* ------------------------------------ */
/* --------------- GLOBAL ------------- */
/* ------------------------------------ */

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

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


/* ------------------------------------ */
/* ---------- SITE STRUCTURE ---------- */
/* ------------------------------------ */

.siteheader {
	display: block;
	position: relative;
	width: 100%;
  height: auto;
	overflow: hidden;
}

.siteheader figure {
	display: block;
	position: relative;
	width: 100%;
	max-width: 80rem;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.sitecontent {
	display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
	position: relative;
  width: 100%;
	max-width: 80rem;
	height: auto;
	margin: 0 auto 1rem auto;
	padding: 0;
  line-height: 1.5rem;

}
.sitecontent p {
  margin: 0 0 1rem 0;
}

.content {
	display: flex;
	position: relative;
  width: 100%;
	height: auto;
	padding: 0 1rem;
	overflow: hidden;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; 
}

.maincontent {
	display: inline-block;
	position: relative;
	height: auto;
	overflow: hidden;
  width: calc(100% - 1rem - 300px);
  margin: 0;
  padding: 0;
}

.about-series {
  display: inline-block;
  position: relative;
  width: calc(100% - 2rem);
  height: auto;
  overflow: hidden;
  margin-top: 1rem;
  padding: 0;
}

.homepage-feed {
  display: block;
  position: relative;
  padding: 0;
  margin: 2rem 0;
}

.moreposts-wrapper {
  display: block;
  position: relative;
  text-align: center;
  margin-top: 1rem;
}
#moreposts-loader {
  display: inline-block;
  width: 2rem;
  height: auto;
  padding: 0;
  margin: 0;
}
#moreposts {
  display: none;
}
.moreposts-button {
  display: inline-block;
  position: relative;
}


/* ------------------------------------ */
/* ------------ NAVIGATION ------------ */
/* ------------------------------------ */

.sitenav {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
  margin-bottom: 1rem;
}

.sitenav ul {
	display: flex;
	position: relative;
	overflow: visible;
	list-style: none;
	margin: 0;
	padding: 0;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sitenav ul li {
  display: inline-block;
  position: relative;
  padding: 0 1rem;
}
.sitenav ul li.social-links {
  padding: 0;
  margin-left: auto;
  margin-right: 0.5rem;
}
.sitenav ul li.social-links a {
  display: inline-block;
  padding: 0 0.25rem;
}

/* ------------------------------------ */
/* ------------- RIGHTRAIL ------------ */
/* ------------------------------------ */

.rightrail {
  display: inline-block;
  position: relative;
  width: 300px;
}

.rightrail-element {
	display: block;
	position: relative;
  width: 100%;
  margin: 0 auto 1rem auto;
}
.rightrail-element.airtime {
  width: calc(100% - 2rem);
  padding: 1rem;
}

/* ------------------------------------ */
/* ------------- FEATURES ------------- */
/* ------------------------------------ */

.featured-item {
  
  
}
.featured-item .item-body {
  
}

.featured-item .item-header {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.featured-item .item-header .item-title {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: center;
}
.featured-item .item-header .item-header-info {
  display: block;
  position: relative;
}
.featured-item .item-body {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.featured-item .item-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.featured-item .item-image figcaption {
  position: absolute;
  display: block;
  left: -10000px;
  top: 0;
}
.featured-item-image figcaption.cbcgem {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    top: unset;
    background-color: rgba(226,0,0,0.7);
    padding: 0.5rem 1rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 500;
}
.featured-item-image:hover figcaption.cbcgem {
    background-color: rgba(226,0,0,1);
}
.featured-item .item-info {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.featured-item .item-excerpt {
  display: block;
  position: relative;
  margin: 0.5rem 0 0 0;  
}

.preview-tag {
  display: inline-block;
  position: relative;
}


/* ------------------------------------ */
/* --------------- LISTS -------------- */
/* ------------------------------------ */

.listing {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 0;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.listing.compact {
  justify-content: space-between;
}
.listing.rightrail {
  justify-content: space-between;
}

.social-link {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0.25rem;
}
.social-link i {
  width: 1.5rem;
  text-align: center;
  margin-right: 0.25rem;
  font-size: 1.5rem;
}

.item-listing-link {
  display: block;
  position: relative;
  width: 100%;
}
 
.list-item {
  border: 0px;
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.list-item .item-header {
  display: block;
  position: relative;
  width: 100%;
  height: auto;  
}
.list-item .item-header .item-title {
  display: block;
  position: relative;
}
.list-item .item-header .item-header-info {
  display: block;
  position: relative;
}
.list-item .item-body {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.list-item .item-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.list-item .item-info {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.list-item .item-excerpt {
  display: block;
  position: relative;
  margin: 0.5rem 0 0 0;  
}

.list-item.article {
  margin-bottom: 1rem;
}

.list-item.article.compact {
  width: 8rem;
  margin-right: 0.5rem;
}
.list-item.article.compact .item-header {

}
.list-item.article.compact .item-header .item-title {

}
.list-item.article.cast.compact .item-header .item-header-info,
.list-item.article.characters.compact .item-header .item-header-info
{
  display: none;
}
.list-item.article.compact .item-body {
  flex-wrap: wrap;
}
.list-item.article.compact .item-image {
  width: 8rem;
}
.list-item.article.compact .item-info {
  width: 8rem;
  margin-left: 0;
}
.list-item.article.compact .item-excerpt {
  display: none;
}

.listing.rightrail .list-item.article.compact {
  width: calc(50% - 0.25rem);
  margin-right: 0;
}
.listing.rightrail .list-item.article.compact .item-image {
  width: 100%;
}
.listing.rightrail .list-item.article.compact .item-info {
  width: 100%;
}

.list-item.article.small {
  width: calc(50% - 0.5rem);
  margin-right: 0.5rem;
}
.list-item.article.small .item-header {

}
.list-item.article.small .item-header .item-title {

}
.list-item.article.small .item-header .item-header-info {
  display: none;
}
.list-item.article.small .item-body {
  flex-wrap: wrap;
}
.list-item.article.small .item-image {
  width: 5rem;
}
.list-item.article.small .item-info {
  width: calc(100% - 5.5rem);
  margin-left: 0.5rem;
}
.list-item.article.small .item-excerpt {

}

.list-item.article.medium {
  
}
.list-item.article.medium .item-header {
  
}
.list-item.article.medium .item-body {
  flex-wrap: wrap;  
}
.list-item.article.medium .item-image {
  width: 12rem;
}
.list-item.article.medium .item-info {
  width: calc(100% - 12.5rem);
  margin-left: 0.5rem;
}

.list-item.article.large {
  
}
.list-item.article.large .item-header {
  
}
.list-item.article.large .item-body {
  
}
.list-item.article.large .item-image {
  
}
.list-item.article.large .item-info {
  
}

.list-item.person {
  
}
.list-item.person.compact {
  width: calc(50% - 0.125rem);
}


.list-item.season-choice {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  margin-right: 0.5rem;
}
.list-item.season {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  margin-right: 0.25rem;
}

.list-item.category {
  width: auto;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.category-listing {
  display: block;
  position: relative;
  margin: 0 0 2rem 0;
  padding: 0;
}


/* ------------------------------------ */
/* ------------ PAGINATION ------------ */
/* ------------------------------------ */

.pagination {
  display: flex;
  width: 100%;
  height: auto;
  flex-wrap: nowrap;
  justify-content: center;
}

.pagination-number {
  display: inline-block;
  margin: 0 0.125rem;
}

.pagination-arrow {
  display: inline-block;
  margin: 0 0.125rem;
}


/* ------------------------------------ */
/* ------------ VIEW PAGES ------------ */
/* ------------------------------------ */

.transcript-block {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.transcript-button {
  
}
.transcript-indicator {
  display: inline-block;
  position: relative;
  width: 1rem;
  height: auto;
  text-align: center;
  margin-right: 0.25rem;
}
.transcript-holder {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
}
.transcript-content {
  display: block;
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
}

.watch-indicator {
  display: block;
  position: absolute;
  top: calc(50% - 3rem);
  left: calc(50% - 3rem);
  font-size: 6rem;
  width: 6rem;
  line-height: 2rem;
}
