/*
Theme Name: North Child Theme
Theme URI: http://themeforest.net/user/Veented
Description: One Page WordPress Theme
Version: 1.1.0
Author: Veented
Author URI: http://themeforest.net/user/Veented
Template: north
*/


/* Your code goes below! */
html {
	height: auto;
}
html.vc_desktop {
	height: 100%;
}
body.home {
	background-color: #000;
}

.header { font-size:80px; }

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
        max-width: 100%;
}
/*start of site title*/
.site-title-link {
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 70%;
    height: auto;
    width: 100%;
}
.site-title-link img {
	margin: 0 auto;
	display: block;
	width: 100%;
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
#home .vc_column-inner,
#home .wpb_content_element {
	height: 100%;
}
.vc_custom_1472584527551 {
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	.site-title-link img {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-o-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
	}
	#home > .wpb_row {
	    background-size: cover;
	}

}
/*end of site title*/

/*start of gallery grid*/
.wpb_image_grids ul:before,
.wpb_image_grids ul:after {
	content: '';
	display: table;
}
.wpb_image_grids ul:after {
	clear: both;
}
#page-content .wpb_gallery {
	width: 90%;
	margin: 0 auto;
}
#page-content .wpb_gallery .gallery-item {
	width: 19%;
}
#page-content .wpb_gallery .gallery-item:not(:nth-child(5n+5)) {
    margin-right: 1%;
}

#page-content .wpb_gallery .gallery-item img {
	height: auto;
}
@media screen and (max-width: 1600px) {
	#page-content .wpb_gallery .gallery-item {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 1400px) {
	#page-content .wpb_gallery .gallery-item {
		width: 24%;
	}
	#page-content .wpb_gallery .gallery-item:not(:nth-child(5n+5)) {
	    margin-right: 0;
	}
	#page-content .wpb_gallery .gallery-item:not(:nth-child(4n+4)) {
	    margin-right: 1%;
	}
}
@media screen and (max-width: 992px) {
	#page-content .wpb_gallery .gallery-item {
		width: 32.3334%;
	}
	#page-content .wpb_gallery .gallery-item:not(:nth-child(4n+4)) {
	    margin-right: 0;
	}
	#page-content .wpb_gallery .gallery-item:not(:nth-child(3n+3)) {
	    margin-right: 1%;
	}
}
@media screen and (max-width: 600px) {
	#page-content .wpb_gallery .gallery-item {
		width: 49%;
	}
	#page-content .wpb_gallery .gallery-item:not(:nth-child(3n+3)) {
	    margin-right: 0;
	}
	#page-content .wpb_gallery .gallery-item:not(:nth-child(2n+2)) {
	    margin-right: 2%;
	}
}
@media screen and (max-width: 480px) {
	#page-content .wpb_gallery .gallery-item {
		width: 100%;
		text-align: center;
	}
	#page-content .wpb_gallery .gallery-item:not(:nth-child(2n+2)) {
	    margin-right: 0;
	}
}
/*end of gallery grid*/

/*reviews page start*/
body.page-template-page-reviews {
    background-repeat: no-repeat;
	background-size: cover;
    background-position: 50% 50%;
	height: auto;
	background-color: #000;
}
.page-template-page-reviews .first-nav.dark-nav {
    background-color: rgba(34,34,34, 0.95);
}

.page-template-page-reviews #page-content {
    padding: 75px 0 0;
}

.page-template-page-reviews .results:before,
.page-template-page-reviews .results:after {
	content: '';
	display: table;
}
.page-template-page-reviews .results:after {
	clear: both;
}
.page-template-page-reviews .results {
    list-style: none;
	background-color: rgba(0,0,0,0.7);
    width: 980px;
    margin: 100px auto;
    padding: 20px 40px;
}
.page-template-page-reviews .results li {
	width: 46%;
    float: left;
	margin: 0 0 30px;
}
.page-template-page-reviews .results li:nth-child(odd) {
	clear: left;
	margin: 0 6% 30px 0;;
}

.page-template-page-reviews .results li h3 a {
    display: block;
    border-bottom: 1px solid #d71818;
    line-height: 1.3;
	letter-spacing: 1.2px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.page-template-page-reviews .results li h3 a:hover {
	color: #fff;
    border-bottom: 1px solid #fff;
}
.page-template-page-reviews .results li h3 .review_date {
	position: relative;
    top: 4px;
    color: #fff;
    font-size: 16px;
    display: block;
}
.page-template-page-reviews .results li p {
	color: #fff;
}
@media screen and (max-width: 992px) {
	.page-template-page-reviews .results {
	    width: 90%;
	    margin: 60px auto;
	    padding: 10px 20px;
	}
	.page-template-page-reviews .results li:nth-child(odd) {
	    clear: left;
	    margin: 0 0 30px;
	}
	.page-template-page-reviews .results li {
	    width: 100%;
	    float: none;
	    margin: 0 0 30px;
	}
}
@media screen and (max-width: 480px) {
	.page-template-page-reviews .results li:nth-child(odd) {
	    margin: 0 0 20px;
	}
	.page-template-page-reviews .results li {
	    margin: 0 0 20px;
	}
}

/*reviews page end*/



/*screenings page start*/
body.page-template-page-screenings {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	height: auto;
	background-color: #000;
}
.page-template-page-screenings .first-nav.dark-nav {
	background-color: rgba(34,34,34, 0.95);
}

.page-template-page-screenings #page-content {
	padding: 75px 0 0;
}

.page-template-page-screenings .results:before,
.page-template-page-screenings .results:after {
	content: '';
	display: table;
}
.page-template-page-screenings .results:after {
	clear: both;
}
.page-template-page-screenings .results {
	list-style: none;
	background-color: rgba(0,0,0,0.7);
	width: 980px;
	margin: 100px auto;
	padding: 20px 40px;
}
.page-template-page-screenings .results li {
	width: 46%;
	float: left;
	margin: 0 0 30px;
}
.page-template-page-screenings .results li:nth-child(odd) {
	clear: left;
	margin: 0 6% 30px 0;;
}

.page-template-page-screenings .results li h3 a {
	display: block;
	border-bottom: 1px solid #d71818;
	line-height: 1.3;
	letter-spacing: 1.2px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.page-template-page-screenings .results li h3 a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.page-template-page-screenings .results li h3 .review_date {
	position: relative;
	top: 4px;
	color: #fff;
	font-size: 16px;
	display: block;
}
.page-template-page-screenings .results li p {
	color: #fff;
}
@media screen and (max-width: 992px) {
	.page-template-page-screenings .results {
		width: 90%;
		margin: 60px auto;
		padding: 10px 20px;
	}
	.page-template-page-screenings .results li:nth-child(odd) {
		clear: left;
		margin: 0 0 30px;
	}
	.page-template-page-screenings .results li {
		width: 100%;
		float: none;
		margin: 0 0 30px;
	}
}
@media screen and (max-width: 480px) {
	.page-template-page-screenings .results li:nth-child(odd) {
		margin: 0 0 20px;
	}
	.page-template-page-screenings .results li {
		margin: 0 0 20px;
	}
}

/*screenings page end*/

#page-content .p-section:before { display:none; background:none; }
