@charset "UTF-8";
/* CSS Document */


  
body {
	background:#000;
	color:#fff;
	min-width:400px;
	overflow-x:hidden;
}

/*
---------------------------------------------------------------- Copy ----------------------------------------------------------------
*/


h1 {
    font-family: "Cinzel",Helvetica,sans-serif;
    font-size: 48px;
	font-weight: normal;
    line-height: 1em;
	color: #ffffff;
	/*text-transform:uppercase;*/
}

p {
	font-family: "Figtree",Helvetica,sans-serif;
    font-size: 22px;
    line-height: 28px;	
	color:#ffffff;
}

a:link, a:visited, a:active {
	color:#ecc292;
	text-decoration: none;
}

a:hover {
	color:#fff;
	text-decoration: none;
}


#episode-content .pagination p {
	text-transform:uppercase;
	font-size:16px;
}

/*
---------------------------------------------------------------- Wrapper ----------------------------------------------------------------
*/



.hero {
	-webkit-font-smoothing: antialiased;
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 0.75s;
	-webkit-transition-property: opacity;
	-webkit-transition-timing-function: ease;
	-webkit-user-select: none;
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-left-color: rgb(255, 255, 255);
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: rgb(255, 255, 255);
	border-right-style: none;
	border-right-width: 0px;
	border-top-color: rgb(255, 255, 255);
	border-top-style: none;
	border-top-width: 0px;
	color: rgb(255, 255, 255);
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	transition-delay: 0s;
	transition-duration: 0.75s;
	transition-property: opacity;
	transition-timing-function: ease;
	height: 100%;
	z-index: 1;
}


.hero-vignette {
	background-image: url(http://gameofowns.com/_assets/images/common/gradient.png);
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	color: rgb(255, 255, 255);
	cursor: default;
	display: block;
	height: 100%;
	width:100%;
	position: absolute;
	left: 0;
	top: 0px !important;
	z-index: 2;
}

.content {
	position: absolute;
	left: 60px;
	top: 15%;
	z-index: 3;
	width:40%;
}

.subject {
	margin-top:0;
	font-size: 16px;
	text-transform:uppercase;
}

#episode-content .subject {
	font-size: 16px;
	text-transform:uppercase;
}


.ep-icons {
	margin-left:0;
	padding-left:0;
}

.ep-icons li {
	display: inline-block;
}

#episode-content .ep-icons img {
	width:75px;
}




/*
---------------------------------------------------------------- Footer ----------------------------------------------------------------
*/

.footer {
	position: absolute;
	bottom:10px;
	left: 60px;
	z-index: 3;
}

.footer p {	
	font-size:13px;
	line-height:20px;
	margin-bottom:0px;
	padding-bottom:5px;
}


/*
---------------------------------------------------------------- Mobile ----------------------------------------------------------------
*/

 
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
/* iPhone 5 in portrait and/or landscape */

	.mobile-nav {
		top:40px;
	}
	
	.hero {
		display: block;
		position: absolute;
		left:-300px;
		height: 100%;
		z-index: 1;
	}
	
	.hero-vignette {
		background-image:url(http://gameofowns.com/_assets/images/common/black.png);
		background-repeat:repeat;
		-webkit-background-size: cover;
		-webkit-font-smoothing: antialiased;
		-webkit-user-select: none;
		background-size: cover;
		color: rgb(255, 255, 255);
		cursor: default;
		display: block;
		height: 100%;
		width:100%;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 2;
		
	}
	
	.content {
		position: absolute;
		top: 110px;
		left: 10px;
		z-index: 3;
		width:80%;
	}
	
	h1 {
		font-size: 40px;
	}
	
	p {
		font-size: 20px;
		line-height: 24px;	
	}
	
	
	
	.footer {
		display:none;
	}

}
 
@media only screen 
and (min-device-width : 320px)
and (max-device-width : 568px) 
and (orientation : landscape) {
    /* iPhone 5 in landscape only */
	
	.hero {
		display: block;
		position: absolute;
		left:0px;
		height: 100%;
		z-index: 1;
	}
}



@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (orientation : portrait) { 
/*iPhone 6+ Portrait*/
	.hero {
		display: block;
		position: absolute;
		left:-300px;
		height: 100%;
		z-index: 1;
	}
}


@media only screen  
and (max-width:750px) { 
/* larger iphone */

  .hero {
	  height:100%;
  }
  
  .footer {
	  display:none;
  }
  
  
  .content h1 {
	  font-size:36px;
	  margin-right:30px;
  }
  
  .content p {
	  font-size:20px;
	  line-height:22px;
	  margin-right:30px;
  }

}
 
@media (max-width:801px) { 
/* tablet, landscape iPad, lo-res laptops ands desktops */

  .hero {
	  display: block;
	  position: absolute;
	  right: 0px;
	  top: 0px;
	  height: 100%;
	  z-index: 1;
  }
  
  .hero-vignette {
	  background-image:url(http://gameofowns.com/_assets/images/common/black.png);
	  background-repeat:repeat;
	  -webkit-background-size: cover;
	  -webkit-font-smoothing: antialiased;
	  -webkit-user-select: none;
	  background-size: cover;
	  color: rgb(255, 255, 255);
	  cursor: default;
	  display: block;
	  height: 100%;
	  width:100%;
	  position: absolute;
	  left: 0px;
	  top: 0px;
	  z-index: 2;
	  
  }
  
  .content {
	  position: absolute;
	  top: 80px;
	  z-index: 3;
	  width:80%;
  }
  
  h1 {
	  font-size: 60px;
  }
  
  p {
	  font-size: 33px;
	  line-height: 37px;	
  }
  
  .footer {
	  display:none;
  }
  
  #episode-content .subject {
    font-size: 12px;
  }

}




@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
/* ----------- iPad mini, 1 and 2 ----------- */
	.footer {
	display:none;
	}
	
	p {
	font-size: 26px;
	line-height: 37px;	
	}

}


@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 736px) 
and (orientation : portrait) {
	.content {
		top:120px;
	}
}

@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 736px) 
and (orientation : landscape) {
	.content {
		top:40px;
	}
}

@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 736px) 
and (orientation: landscape) {

	.hero {
		width:100%;
		height: auto;
	}
	
	.hero-vignette {
		height:150%;
	}

}