﻿/*
Theme Name: Parallax Play 2016
Theme URI : http://www.jal-design.com
Description: The latest version of the Parallax Play website
Version 0.3
Author: Josiah Allen-Litchmore
Author URI : http://www.jal-design.com
*/


/* Import Fonts */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
/* ------------------------------------ */

html{

}

body { 
	/*	background-color: */
	margin:0;
	background-image:url('./img/tile2.jpg');
	background-repeat:repeat;
}

.smooth-anim{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* ------------------------------------------------------------------------ [Header]*/

#masthead{
	background-color:#1290c3;
	border:0;
/*	border-top:4px;
	border-style:solid;
	border-color:#2cace0;*/
	width:100%;
/*	box-shadow: 0 2px 4px rgba(0,0,0,0.6);*/
	min-height: 60px;
    height: 80px;
    position:fixed;
    display:block;
    z-index:7;

	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#masthead.scroll{
	height:60px;
}

#head-top{
	box-shadow: 0 2px 4px rgba(0,0,0,0.6);
	background-color:#1290c3;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	position:relative;
	z-index: 7;
}

#head-top #header-main
{	
	width:100%;
	height:100%;
	color:#FFF;
	max-width:1280px;	
	margin:0 auto;
}

#head-top #header-main #header-logo{
	height:100%;
	max-height: 120px;
	position:relative;
	float:left;
	display:block;
	margin-right:20px;

		-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#head-top #header-main #header-logo-mini{
	height:100%;
	max-height: 120px;
	position:relative;
	float:left;
	display:none;
	margin-right:20px;
}

#head-top #header-main #header-logo img
{
	height:100%;
	/*max-height:120px;*/
	width:auto;
	

}
#head-top #header-main #mobile-menu-toggle{
	display:none;
	height:calc(100% - 20px);
	margin:10px auto;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#head-top #header-main #mobile-menu-toggle img{
	height: 100%;
	width: auto;
	margin:0 auto;
	position: relative;

}
#head-top #header-main #header-menu{
	width:auto;
	height:100%;
	margin:0;
	display:block;
	position:relative;
	float:left;
}

#head-top #header-main #header-menu div{
	overflow: hidden;
	height: auto;
}

#head-top #header-main #header-menu ul 
{
	margin:0;
	padding:0;
	position:relative;
	height:100%;
	width:auto;

}

#head-top #header-main #header-menu ul li{
	float:left;
	color:#FFF;
	font-style:normal;
	position:relative;
	list-style: none;
	background-color:none;
/*	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #227799;*/
	height:100%;

	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}	

#head-top #header-main #header-menu ul li:hover{
	background:rgba(0,0,0,0.3);
}



#head-top #header-main #header-menu ul li a{
	color:#FFF;
	font-weight: bold;
	font-family:Lato;
	font-weight:400;
	font-size:20px;
	line-height:80px;
	text-align:center;
	text-decoration:none;
	height:100%;
	width:auto;
	padding:0 20px;
}

#masthead.scroll #head-top #header-main #header-menu ul li a{
	line-height:60px;
	text-align:center;
}

#head-top #header-main #header-menu ul li a:hover{
	color:#FF7612;
	/*font-weight: bold;*/
}

#head-top #header-main #header-menu ul li a:active{
	color:#FF7612;
}

#head-top #header-main #header-social{
	position:relative;
	display:block;
	float:right;
	right:0;
	height:100%;
}

#head-top #header-main #header-social ul{
	position:relative;
	height:100%;
	margin:0;
	padding:0;
	list-style: none;
}



#head-top #header-main #header-social ul li{
	margin-top: 20px;
	margin-right:0px;
	height:50px;
	width: 50px;
	list-style: none;
	position:relative;
	float: left;
}



#masthead.scroll #head-top #header-main #header-social ul li{
	margin-top: 10px;

}

#head-top #header-main #header-social ul li img{
	height:80%;
	width:auto;
	position:relative;
	margin:auto auto;
	position: relative;
	display:block;
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

#head-top #header-main #header-social ul li img:hover{
	height: 100%;
	margin: 0 0;
	filter: none;
	-webkit-filter: none;
}

#head-mid{
	width:100%;
	height:80px;	
	background-color:#076B93;
	z-index: 6;
	margin-top:-80px;
	/*position:fixed;*/
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#masthead.scroll #head-mid{
	height:60px;
	margin-top:-60px;
}

#head-mid.active{
	margin-top:0px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.6);
}

#masthead.scroll #head-mid.active{
	/*margin-top:60px;*/
	margin-top:0px;
}

#head-mid #header-subcat{
	width:100%;
	height:100%;
	position:relative;
	max-width:1280px;	
	margin:0 auto;
}

#head-mid #header-subcat ul{
	position:relative;
	height:100%;
	width:auto;
	margin:0 auto;
	padding:0;
	list-style: none;
	display: none;
}


#head-mid.active #header-subcat ul{
	position:relative;
	height:100%;
	width:auto;
	margin:0 auto;
	padding:0;
	list-style: none;
	display: table;
}

#head-mid #header-subcat ul li{
	height: 100%;
	list-style: none;
	position:relative;
	float:left;
	margin:0 20px 0 0;
	display: table-cell;

}

#head-mid #header-subcat ul li a{
	text-decoration: none;
	color: #FFF;
	position:relative;
	line-height: 80px;
	font-family: lato;
	font-size:16px;
	text-align: center;
	margin: 0 auto;
}

#masthead.scroll #head-mid #header-subcat ul li a{
	line-height: 60px;
}

#masthead #tab-container{
	width:100%;
	max-width: 1280px;
	position: relative;
	margin: 0 auto;
	height: 100%;
}

#head-mid #tab-container #subcat-tab{
	width:80px;
	height:20px;
	line-height: 20px;
	text-align: center;
	vertical-align: bottom;
	background-color: #076B93;
	color: #FFF;
	font-family: lato;
	border-radius: 20px;
	margin:-20px auto 0 auto;
	padding:20px 10px 10px 10px;
	position: relative;
	display:block;
}

#head-mid #tab-container #subcat-tab:hover{
	cursor: pointer;
}

#header-search{}


/* -------------------------------------------------------------------- Home ----- */
#feature-container{
	/*height:calc(100% - 50px);*/
	height: 100%;
	position:relative;
	display: block;
}

#feature-container #feature-head{
	background-color:rgba(7, 107, 147, 0.65);
	position: absolute;
	z-index:4;
	top:-5px;
	left: -5px;
	padding:15px 10px 10px 15px;
	border-radius: 4px;
}
#feature-container #feature-head h2{
	font-size:18px;
	color: #FFF;
	margin:0;
}

#feature-container .panel{
	width:33.333%;
	height:100%;
	float:left;
	box-shadow: 0 0 4px 4px rgba(0,0,0,0.3);
}

#feature-container .panel.active/* .featured-post*/{
	width:100%;
}

#feature-container .panel.hidden/* .featured-post*/{
	width:0;
}

#feature-container .panel .featured-post{
	width:100%;
	height:100%;	
	background-size:cover;
	background-position: center;
}
#feature-container .panel.active .featured-post{

	background-position: top;
}
/*.featured-post:hover{
	width:100%;
	box-shadow: 0 0 4px 6px rgba(255,255,255,0.2) inset;
}*/

#feature-switch{
	width:100%;
	position: relative;
	float: left;
	height:80px;
	display:block;
	overflow: hidden;
	margin:-80px 0 0 0;
}

#feature-switch .feature-option{
	width:calc(33.333% - 1px);
	height:100%;
	background-color:rgba(7, 107, 147, 0.65);
	color: #FFF;
	border-right:#FFF solid 1px;
	position: relative;
	float: left;
}
#feature-switch .feature-option:hover{
	background-color: #076B93;
}

#feature-switch .feature-option h3{
	margin:10px 20px;
	font-size: 18px;
}

#recent-reviews{
	display:block;
	position: relative;
	margin: 0 0 20px 0;
	background-color: #F4F4F4;
	border-radius: 4px;
	overflow: hidden;
}

#recent-reviews #review-head{
	background-color:rgba(7, 107, 147, 0.65);
	position: relative;
	z-index:4;
	width:100%;
/*	bottom:-5px;
	left: -5px;*/
	/*margin:0 auto;*/
	/*padding:15px 10px 10px 15px;*/
	/*border-radius: 4px;*/
	overflow: hidden;
}

#recent-reviews #review-head h2{
	font-size:18px;
	color: #FFF;
	margin:5px auto;
	width:100%;
	text-align: center;
}

#recent-reviews .review-mini-post{
	/*width:calc(25% - 10px);*/
	width:calc(25% - 12.5px);
	/*margin: 10px 10px 10px 0;*/
	margin:10px 0 0 10px;
	position: relative;
	float: left;
}


#recent-reviews .review-mini-post h3{
	font-size:18px;
	color: #0A0A0A;
}
#recent-reviews .review-mini-post .post-thumb{
	background-size: cover;
	background-position: center;
	border-radius: 4px;
	overflow:hidden;
	position: relative;
}

#recent-reviews .review-mini-post .post-thumb a img{
	width:100%;
	height: auto;
}

#recent-reviews .review-mini-post .post-thumb .score-preview{
	background-color:rgba(7, 107, 147, 0.65);
	width:100%;
	height:auto;
	position:absolute;
	display: block;
	bottom:0;
}

#recent-reviews .review-mini-post .post-thumb .score-preview img{
	width:calc(100% - 20px);
	margin:5px 10px;
	height:auto;
}

.home-post{
	width:calc(100% - 10px);
	margin-right:10px;
	margin-bottom:20px;
	position: relative;
	float: left;
	display:block;
	border-bottom:solid #F0F0F0 1px;
}

.home-post .post-thumb{
	/*width:100%;*/
	width:40%;
	max-width: 300px;
	height:auto;
	background-size: cover;
	background-position:center;
	float:left;
	margin-bottom:20px;
	border-radius: 4px;
	display:block;
	position:relative;
	overflow: hidden;
}

.home-post .post-thumb img.wide-thumb{
	width:100%;
	height:auto;
}

.home-post .post-thumb .category-label{
	background-color:rgba(7, 107, 147, 0.65);
	width:auto;
	padding:5px 10px 5px 15px;
	position: absolute;
	top:-5px;
	left:-5px;
	border-radius: 6px;
}

.home-post .post-thumb .category-label span{
	font-size: 12px;
	font-weight: bold;
	color:#FFF;
}

.home-post .post-thumb .score-preview{
	background-color:rgba(7, 107, 147, 0.65);
	width:auto;
	/*padding:5px 15px 5px 10px;*/
	position: absolute;
	max-height:40px;
	bottom:-5px;
	right:-5px;
	border-radius: 6px;
}

.home-post .post-thumb .score-preview img{
	/*height: calc(100% - 10px);*/
	height:30px !important;
	margin: 5px 10px;
	width:auto;
}
.home-post .post-title{
	width:auto;
	min-width: calc(60% - 20px);
	max-width: calc(100% - 320px);
	float:left;
	margin-left:20px;
	display: block;
	position: relative;
}
.home-post .post-title h2{
	margin: 0;
}
.home-post .post-meta{
	width:auto;
	float:left;
	position: relative;
	margin: 10px;
	display: block;
}
.home-post .post-meta ul{
	overflow: hidden;
	margin:0;
	padding:0;
}
.home-post .post-meta ul li{
	position: relative;
	margin: 10px;
	float: left;
	list-style: none;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

.home-post .post-excerpt{
	width:auto;
	min-width: calc(60% - 20px);
	max-width: calc(100% - 320px);
	float:left;
	margin-left:20px;
	display: block;
	position: relative;
}

/* ------------------------------------------------------------------------------- [Pade Layout] */

.site-content{
	width:100%;
	height:auto;
	padding:120px 0 20px 0; /*20px 10px 20px;*/
	margin:0 auto -10px auto;
	background-color:#2c2c2c;
	color:#BDBDBD;
	box-shadow:0 2px 8px rgba(0,0,0,0.8);
	max-width:1280px;	
	font-family:Lato;
	/*font-weight:400;*/
	font-size:16px;
	min-height: calc(100% - 200px);
}

.site-content a{
	text-decoration: none;
	color:#FFF;
	font-weight: bold;
}

.site-content .adspace.leaderboard{
	position:relative;
	border-radius: 4px;
	border-width:2px;
	border-style: solid;
	border-color: #076B93;
	width:728px;
	margin:0 auto;
	display:block;
}

#featured{
	background-color:black;
	border-radius:3px;
	
	height:300px;
	width:calc(100% - 40px);
	min-width:300px;
	display:block;
	margin:10px 20px;
	overflow:hidden;
}

#primary{
	/*width:calc(100% - 20px);*/
	width:100%;
	height:auto;
	position:relative;
	display: table;
	/*margin: 0 10px;*/
	margin: 0;
	padding:0;
	border:0;

}

#primary #main-block{
	/*width:calc(75% - 20px);*/
	width:calc(75% - 40px);
	margin:10px 20px;
	height:auto;
	position:relative;
	display: table-cell;
	float: left;
}

#primary #main-block h1#archive-head{
	width:100%;
	height: auto;
	position: relative;
	margin:10px 0 20px;
	background-color: #076B93;
	border-radius: 4px;
	color: #FFF;
	text-align: center;
	padding: 5px 0;

}

#primary #post-header{
	width:100%;
	height:400px;
	background-size: cover;
	border-bottom: 6px solid #076B93;
}

#primary #post-header #content{
	position: relative;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.4);
	overflow:hidden;
}

#primary #post-header #content h1{
	/*line-height:400px;*/
	position: relative;
	width: 100%;
	font-size:40px;
	font-weight: bold;
	text-align: center;
/*	text-decoration: overline;*/
	color:#FFF;
	text-shadow: 4px 4px #000;
	margin: 160px 0 0 0;
}

#primary #post-header #content .post-meta{
	width:auto;
	float:left;
	position: relative;
	margin: 20px 0;
	display: block;
	width:100%;
	text-align: center;
}

#primary #post-header #content .post-meta ul{
	overflow: hidden;
	margin:0;
	padding:0;
	text-align: center;
}

#primary #post-header #content .post-meta span{ /*ul li{*/
	position: relative;
	margin: 10px;
	/*float: left;*/
	list-style: none;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 2px 2px #000;
}

#primary #post-header #content .post-meta span a{
	color:#BDBDBD;
}

#primary #main-block p{
	line-height: 24px;
}

#primary #main-block h1{
	/*line-height:22px;*/
	font-weight: bold;
}

#primary #main-block img{
	max-width:100%;
	height:auto;
	display:block;
	position:relative;
}
#primary #main-block figure{
	/*max-width:100% !important;*/

}

/* ----------- VIDEO Post*/
#primary #main-block #main-video{
	width:100%;
	height:auto;
	position:relative;
	margin:20px auto;
	overflow: hidden;
}

#primary #main-block #main-video iframe{
	width:100%;
	height:100%;
}

/* ====================== */

#primary #main-block .wp-caption{
	max-width: 100% !important;
	width: auto !important;
}

#primary #main-block .wp-caption .wp-caption-text{
	text-align: center;
	margin: 5px auto;
	font-size: 14px;
}

#primary #side-block{
	/*width:calc(25% - 10px);*/
	width:calc(25% - 24px);
	height:auto;
	margin:10px 20px 0 0;
	position: relative;
	display: table-cell;
	float:left;
	/*border:solid #FFF 2px;*/
}

#primary #side-block h1{
	text-align:center;
}

#clear-line{
	width:100%;
	height:0;
	position:relative;
	margin:0;
	display:block;
}

table{
	border:1px solid #BDBDBD;
	color: #BDBDBD;
}
table tr{
	border:1px solid #BDBDBD;
}
table td{
	border:1px solid #BDBDBD;
	padding:10px;
}

table a{
	color:#FFF;
	text-decoration: none;
	font-weight: bold;
}

td.avi{
	max-width:200px;
}

td.avi img{
	width:100%;
	height:auto;
	position:relative;
	margin:0;
}

/* ------------------------------------------------------------------------------- [Team Page]*/

#primary #main-block #team-group{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 0 20px 0;
}
#primary #main-block #team-group .clear2{
	width:100%;
	height: 0;
	position: relative;
	float: left;
	display: none;
}
#primary #main-block #team-group .clear3{
	width:100%;
	height: 0;
	position: relative;
	float: left;
	display: block;
}
#primary #main-block #team-group .staff-details{	
	width:calc(33.333% - 11px);
	position: relative;
	float: left;
	margin: 20px 10px 20px 0;
}

#primary #main-block #team-group .staff-details .user-avatar{
	width:100%;
}
#primary #main-block #team-group .staff-details .user-avatar img{
	width:100%;
	height: auto;
}
#primary #main-block #team-group .staff-details h3.staff-name{
	color: #1290c3;

}
#primary #main-block #team-group .staff-details h3.staff-role{
	margin:0 10px;
}
#primary #main-block #team-group .staff-details p.staff-info{}






/* ------------------------------------------------------------------------------- [Pagination*/
#page-selector{
	width:100%;
	/*max-width:500px;*/
	margin:10px auto;
	text-align: center;
}
#page-selector .page-numbers{
	height:30px;
	min-width:30px;
	font-size: 18px;
	line-height: 30px;
	padding:5px 10px;
	text-align: center;
	vertical-align: middle;
	color:#FFF;
	background-color: #076B93;
	border-radius: 60px;
	/*margin: 0 20px;*/
	margin: 0;
}

#page-selector .page-numbers:hover{
	background-color: #FFF;
	color:#076B93;
	box-shadow:2px 2px 6px rgba(0,0,0,0.5);
}


/* ------------------------------------------------------------------------------- [Content Templates] */


/* ---- Single ---- */

/* */


/* ------------------------------------------------------------------------------- [Media] */




/* ------------------------------------------------------------------------------- [Footer] */
#mainfoot{
	background-color:#020202;
	border:0;
/*	border-top:4px;
	border-style:solid;
	border-color:#2cace0;*/
	width:100%;
/*	box-shadow: 0 2px 4px rgba(0,0,0,0.6);*/
    min-height: 80px;
    /*position:fixed;*/
    bottom:0;
    display:block;
    z-index:7;
    overflow: hidden;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mainfoot #foot-info{
	font-size: 14px;
	color: #FFF;
	width:100%;
	text-align: center;
	margin: 20px 0;
	font-family: "Open Sans",sans-serif;
}
#mainfoot #foot-info a{
	text-decoration: none;
	font-weight: bold;
	color: #FFF;

}
/* ---- [Generic Formatting] */


.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



/* ------------------------------------------------------------------------------- [Media queries] */

@media screen and (min-width: 1280px) {
/*    body {
        background-color: lightgreen;
    }*/
    #primary #main-block #main-video{
		width:920px;
		height:518px;	
	}

}

@media screen and (max-width: 1140px){
	#head-top #header-main #header-social{
		display:none;
	}
}

@media screen and (min-width: 820px; max-width: 920px){
    #primary #main-block #main-video{
		width:560px;
		height:315px;	
	}
}

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

	#head-top #header-main #header-menu ul li a{
		font-size:15px;
	}

	#head-top #header-main #header-logo-mini{
		display:block;
	}

	#head-top #header-main #header-logo{
		display:none;
	}

}

@media screen and (max-width: 740px){
	.site-content .adspace.leaderboard{
		display:none;
	}

	#primary #main-block{
		width:calc(100% - 40px);
	}

	#primary #side-block{
		width:calc(100% - 20px);
		margin-left:10px;
		margin-right:10px;
	}

	#feature-switch .feature-option h3{
		font-size:14px;
	}
}

@media screen and (max-width:680px){
	/* Phone mode */
/*	#head-top #header-main #header-logo-mini{
		width:50px;
		height:50px;
	}*/
	#masthead{
	/*	height:auto; 60px;*/
	}
	#masthead #head-top #header-main #mobile-menu-toggle{
		display:block;
		height:calc(100% - 20px);
		margin:10px 0;
	}


	#masthead.scroll #head-top #header-main #header-menu {
		/*width:calc(100% - 81px);*/
		width:calc(100% - 101px);
	}

	#masthead #head-top #header-main #header-menu {
		width:calc(100% - 101px);
	}
	#masthead #head-top #header-main #header-menu ul {
		height: 0;
	}
	#masthead #head-top #header-main #header-menu ul li{
		width:100%;
		float:left;
		height:0;
		border-bottom:1px solid #FFF;
		display:none;
	}

	#masthead.mobile-active  #head-top #header-main #header-menu ul {
		height: auto;
	}
	#masthead.mobile-active #head-top #header-main #header-menu ul li{
		display:block;
		height:auto;
		background-color:#1290c3;
	}

	#masthead.mobile-active #head-top #header-main #header-menu ul li:hover{
		display:block;
		background-color:#444;
	}

	#masthead #head-top #header-main #header-menu ul li a{
		font-size:20px;
		line-height: 60px;
	}

	#head-mid{
		font-size:12px;
		height:60px;
		margin-top: -60px;
	}

	#head-mid #header-subcat ul li a{
		font-size:12px;
		line-height: 60px;
	}

}

@media screen and (max-width:600px){
	.home-post .post-excerpt{
		display:none;
	}

	#primary #main-block #team-group .clear2{
		display: block;
	}
	#primary #main-block #team-group .clear3{
		display: none;
	}
	#primary #main-block #team-group .staff-details{	
		width:calc(50% - 11px);
	}

}

@media screen  and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
	/*mobile*/

}