#fez-hero-wrap {
	width: 1020px;
	height: 330px;
	margin: 0 0 20px 0;
}

#fez-latest-hero {
	float: left;
	width: 650px;
	height: 320px;
	overflow: hidden;
}

#fez-sidekick-wrap {
	float: right;
	width: 370px;
	height: 330px;
}

.fez-sidekick {
	width: 370px;
	height: 155px;
}

#fez-super-hero {
	width: 1020px;
	height: 320px;
	overflow: hidden;
}

.super-hero-title {
    	position: relative;
    	top: -250px;
    	z-index: 15;
	width: 70%;
    	display: inline-block;
	margin: 0 0 0 10px;
}

.super-hero-title a {
	font: 60px 'LeagueGothicRegular', Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

.hero-title {
    	position: relative;
    	top: -250px;
    	z-index: 15;
	width: 85%;
	margin: 0 0 0 10px;   
    	display: inline-block; 
}

.hero-title a {
	font: 58px 'LeagueGothicRegular', Arial, sans-serif;
	letter-spacing: -2px;
	color: #ffffff;
	text-decoration: none;
}

.sidekick-title {
	font: 25px 'LeagueGothicRegular', Arial, sans-serif;
    	position: relative;
    	top: -130px;
    	z-index: 15;
	width: 70%;
	margin: 0 0 0 10px;
    	display: inline-block; 
}

.sidekick-title a {
	color: #ffffff;
	text-decoration: none;
}

.border-gaming { border-bottom: 10px solid #ff9501; }
.border-entertainment { border-bottom: 10px solid #ea18d3; }
.border-tech { border-bottom: 10px solid #0fbc08; }
.border-off-grid { border-bottom: 10px solid #5800ac; }
.border-comics { border-bottom: 10px solid #c00202; }
.border-podcasts { border-bottom: 10px solid #119bfe; }
.border-breakroom { border-bottom: 10px solid #3c3c3c; }

.fhp-gaming { background: rgba(255,149,1,0.9); }
.fhp-entertainment { background: rgba(234,24,211,0.9); }
.fhp-tech { background: rgba(15,188,8,0.9); }
.fhp-off-grid { background: rgba(88,0,172,0.9); }
.fhp-comics { background: rgba(192,2,2,0.9); }
.fhp-podcasts { background: rgba(17,155,254,0.9); }
.fhp-breakroom { background: rgba(60,60,60,0.9); }

.fhp-author-super-hero {
	font: 12px Arial;
	color: #ffffff;
	padding: 1px 5px;
	display: inline;
}

.fhp-author-hero {
	font: 12px Arial;
	color: #ffffff;
	padding: 1px 5px;
	display: inline;
}

.fhp-author-side-kick {
	font: 12px Arial;
	color: #ffffff;
	padding: 3px 5px;
	display: inline;
}

#slideshow-mobile {
	width: 100%;
	max-height: 200px;
}

.sidekick-mobile-title {
	font: 25px 'LeagueGothicRegular', Arial, sans-serif;
    	position: relative;
    	top: -170px;
    	z-index: 15;
	width: 70%;
	margin: 0 0 0 10px;
    	display: inline-block; 
}

.sidekick-mobile-title a {
	color: #ffffff;
	text-decoration: none;
}

 /*  
 
 RoyalSlider
 
 */
.royalSlider {	
	position:relative;
	/* set width and height of slider here, in px, % or em*/
	width:100%;
	height:200px;
	/* Used to prevent content "jumping" on page load. this property is removed when javascript is loaded and slider is instanciated */
	overflow:hidden;
}



/**
*  Slides area (set background here)
*/

.royalSlider .royalWrapper {
	overflow:hidden;	
	position:relative;

	width:100%; 
	height:100%;
}

/* slides holder, grabbing container */
.royalSlider .royalSlidesContainer {
	position: relative;
	left: 0;
	top: 0 !important;
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
	border: 0 !important;
}


/* slide item */
.royalSlider .royalSlide {
	padding: 0 !important;
	margin: 0 !important;	
	border: 0 !important;
	list-style: none !important;
	
	position:relative;
	float:left;	
	
	overflow:hidden;	
}

/* 

	Direction Navigation (arrows) 

*/
.royalSlider .arrow
{	
	/*background:url(/wp-content/plugins/fez-hero-posts/img/controlsSprite.png) no-repeat 0 0;*/
	background-color: #C00;
	background-repeat: no-repeat;
	background-position: 0 0;

	/* change arrows size here */
	width: 45px;
	height: 90px;
	
	top:50%;
	margin-top:-45px;	
	
	cursor: pointer;
	display: block;
	position: absolute;		
	
	z-index:25;
	
}
.royalSlider .arrow:hover {
	
}
.royalSlider .arrow.disabled {
	
}
/* left arrow */
.royalSlider .arrow.left {
	background-position: top left;
	left: 0;	
}
/* right arrow */
.royalSlider .arrow.right {
	background-position: top right;
	right: 0;
}




/* Control navigation container (bullets or thumbs) */
.royalSlider .royalControlNavOverflow {
	width:100%;
	overflow:hidden;
	position:absolute;
	margin-top:-20px;
	z-index:25;
}
/* This container is inside ".royalControlNavContainer"  
   and is used for auto horizontal centering */
.royalSlider .royalControlNavCenterer {	
	float: left;
	position: relative;
	left: -50%;
}
/* Control navigation container*/ 
.royalSlider .royalControlNavContainer {
	float: left;
	position: relative;
	left: 50%;	
}


/* Scrollable thumbnails containers */
.royalSlider .royalControlNavThumbsContainer {		
	left:0;
	position:relative;
}
.royalSlider .thumbsAndArrowsContainer {
	overflow:hidden;
	width: 100%;
	position: relative;
}
.royalSlider .royalControlNavOverflow.royalThumbs {	
	width: auto;
	position: relative;
	overflow: hidden;
	margin-top:4px;	
}






/* 

	Control navigation (bullets, thumbnails)
	
*/
.royalSlider .royalControlNavOverflow a{	
	background:#0C0 none no-repeat scroll 0 0;
	
	width:20px;
	height:20px;	
	
	float:left;	
	cursor:pointer;	
	
	position:relative;
	display:block;
	
	text-indent: -9999px;	
}
/* Current control navigation item */
.royalSlider .royalControlNavOverflow a.current {	
	background-color: #C00;	
}
/* Hover state navigation item */
.royalSlider .royalControlNavOverflow a:hover {	
	background-color: #00C;
}

/* Thumbnails */
.royalSlider .royalControlNavOverflow a.royalThumb{	
	/*background: none no-repeat 0 0;*/
	/*background-color: ;*/
	width:144px;
	height:60px;	
	/* thumbnails spacing, use margin-right only */	
	margin-right:4px;
	
}
.royalSlider .royalControlNavOverflow a.royalThumb.current {	
	background-position: -3px -3px  !important;
	border:3px solid #C00 !important;
	width:138px;
	height:54px;
}
.royalSlider .royalControlNavOverflow a.royalThumb:hover {	
	background-position: -3px -3px;	
	border:3px solid #00C;
	width:138px;
	height:54px;
}



/* 

	Thumbnails navigation arrows 
	
*/
.royalSlider .thumbsArrow {	
	width: 38px;
	height: 68px;	
	
	cursor: pointer;
	display: block;
	position: relative;		
	z-index: 25;
	
	background: #C99;
	
}
.royalSlider .thumbsArrow.left {	
	float: left;
}
.royalSlider .thumbsArrow.right {	
	float: right;
}
.royalSlider .thumbsArrow:hover  {
	
}
.royalSlider .thumbsArrow.disabled {
	
}






/* Captions container */
.royalSlider .royalCaption {
	z-index:20;
	display:block;
	position:absolute;	
	left:0;
	top:0;
	/*font: normal normal normal 1em/1.5em Georgia, serif;
	color:#FFF;		*/
}
/* Caption item */
.royalSlider .royalCaptionItem {
	position:absolute;	
	left:0;
	top:0;
	margin: 0;
	padding: 0;
}



/* Loading (welcome) screen */
.royalSlider .royalLoadingScreen {
	background:#FFF;
	width:100%;
	height:100%;
	position:absolute;
	z-index:99;	
}
/* Loading screen text ("Loading...") */
.royalSlider .royalLoadingScreen p {		
	width:100%;
	position:absolute;	
	margin:0 auto;
	top: 45%;
	text-align:center;
}

/* single slide image preloader */
.royalSlider .royalPreloader {	
	position:absolute;
	width:24px;
	height:24px;
	left:50%;
	top:50%;
	margin-left:-12px;
	margin-top:-12px;	
	z-index:0;	
	background-image:url(/wp-content/plugins/fez-hero-posts/img/preloader.gif);
}


/* Cursor used if mouse dragging is disabled */
.royalSlider .auto-cursor{cursor:auto;}

.royalSlider .royalHtmlContent {
	position: absolute;
	top: 0;
	left: 0;
}
.royalSlider .non-draggable {
	cursor: auto;
}
.royalSlider .fade-container .royalSlide{
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 10;
}
.royalSlider .royalImage {
	max-width:none;
	margin:0;
	padding: 0 !important;
	border: 0 !important;	
}

/* 
	Bullets and thumbnails navigation	
*/
.royalSlider.default .royalControlNavOverflow a {	
	background-color: transparent;
	background-image: url(/wp-content/plugins/fez-hero-posts/images/controls-sprite.png);
	background-position: 0 -164px;
	
	width:18px;
	height:18px;			
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/* Current bullet */
.royalSlider.default .royalControlNavOverflow a.current {	
	background-position: 0 -182px !important;
}
/* Bullet hover state */
.royalSlider.default .royalControlNavOverflow a:hover {		
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}