/*
	Theme Name: TwoDee Creative
	Description: 
	Version: 1.0
	Author: Steven Dean
	Author URI: http://www.twodee.com.au
*/

@font-face {
    font-family: 'tt_norms_thin';
    src: url('fonts/tt_norms_thin-webfont.woff2') format('woff2'),
         url('fonts/tt_norms_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'tt_norms_regular';
    src: url('fonts/tt_norms_regular-webfont.woff2') format('woff2'),
         url('fonts/tt_norms_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_norms_bold';
    src: url('fonts/tt-norms-bold-webfont.woff2') format('woff2'),
         url('fonts/tt-norms-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
*, *:before, *:after {
	box-sizing: inherit;
	z-index: 1;
}
a {
	text-decoration: none;
	color: #7d887d;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
	color: #7d887d;
}
/* Stop border color on images in IE */
a img {
	border: 0px;
}
.clear {
	clear: both;
}
html {
	box-sizing: border-box;
	height: 100%;
}
body {
	font-size: 100%; /* Resets 1em to 10px */
	font-family: 'tt_norms_thin', sans-serif;
	overflow-x: hidden;
	height: 100%;
	position: relative;
	
}
/* Remove Ipad - Iphone button rounding */
input {
    -webkit-appearance: none;
}
.site {
	height: 100%;
	-webkit-transition: margin-top .3s ease-in-out ;
-moz-transition: margin-top .3s ease-in-out ;
-o-transition: margin-top .3s ease-in-out ;
transition: margin-top .3s ease-in-out ;
}
h1, h2, h3, h4, h5, h6 {
	color: #15191d;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'tt_norms_bold', sans-serif;

}
h1 {
	font-size: 3.9em;
	letter-spacing: 10px;
}
h2 {
	font-size: 2.5em;
	letter-spacing: 15px;
}
h3 {
	font-size: 1.8em;
	letter-spacing: 6px;
	
}
h4 {
	font-size: 1em;
	letter-spacing: 5px;
	font-weight: 500;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .7em;
}
p {
	margin: 5px 0 10px;
	font-size: 1rem;
	line-height: 1.6;
	color:#15191d;
}
.wrap, .recent-wrap {
	width: 95%;
	margin: 0 auto;
	position: relative;
}
.recent-wrap{
	margin: 100px auto 0 ;
}
.wrap:after, .recent-wrap:after {
	content: "";
	display: table;
	clear: both;
}
strong {
	font-family: 'tt_norms_regular', sans-serif;
}

a.back{
	background:#7d887d;
	color:#fff;
	padding: 10px 30px;
	margin: 30px auto 70px;
	display: table;
	font-weight:500;
	letter-spacing:2px;
	font-size:.8rem;
	text-transform: uppercase;
	font-family: 'tt_norms_bold', sans-serif;
	cursor: pointer;
}

.content a{
	font-family: 'tt_norms_regular', sans-serif;
}


/* /////////////////////////////////////////////////////////////////////////////////////// YOUTUBE IFRAME */




.lightbox{
	position: fixed;
	background: rgba(3,3,3,.6);
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity:0;
	z-index: 999;
	-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
-moz-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
-ms-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
-o-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
transition: visibility .3s ease-in-out, opacity .3s ease-in-out;

}

#overlay{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}

.show .lightbox{
	visibility: visible;
	opacity:1;
	-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
-moz-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
-ms-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
-o-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
}

.reel-wrap{
    width: 90%;
    height: 930px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.lightbox iframe{
	width: 100%;
	height: 100%;

}

.close {
    color: #fff;
    font-size: 20px;
    right: -20px;
    position: absolute;
    top: -20px;
}




/* /////////////////////////////////////////////////////////////////////////////////////// HEADER */
header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
		-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
-ms-transition: background .3s ease-in-out;
-o-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
}

.scrolled header, .page-template header, .single header, .scrolled.home header, .error404 header{
	background:#15191D;
	-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
-ms-transition: background .3s ease-in-out;
-o-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
}

.page-template-home header{
	background:none;
}

.header-nav {
    float: right;
    color: #fff;
    margin: 50px 90px 0 30px; 
}

.header-nav li{
	list-style: none;
	font-size: 14px;
	font-family: 'tt_norms_reg', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: inline-block;
	margin: 0 20px;
}

.header-nav li a{
	color:#fff;
	cursor: pointer;
}

.logo {
    background: url(images/logo.svg) no-repeat;
    float: left;
    width: 190px;
    height: 50px;
    text-indent: -9999em;
    z-index: 9;
     -webkit-transition: .3s ease-in-out;
 -moz-transition: .3s ease-in-out;
 -o-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
 
}



.phone:hover{
	color:#fff;
}

.scrolled .phone, .page-template .phone, .single .phone, .scrolled.home .phone, .error404 .phone {
	top:22px;
}
.phone, .home .phone {
	color:#fff;
	position: absolute;
	right: 35px;
	top: 42px;
	font-size: 1.4rem;

}



.vid-wrap{
	width: 100%;
    height: 85%;
	display: block;
	position: relative;
	z-index: -1;
}

.vid-wrap video{
    position: fixed;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    z-index: 0;
}

.vid-wrap:after{
	content:'';
	height:100%;
	background:rgba(3,3,3,.3);
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;

}
.hero-text{
	position: absolute;
	top:42%;
	left: 50%;
	transform:translateX(-50%);
	z-index: 2;
	text-align: center;
    width: 85%;
}

.hero-text h1{
	font-size: 4.2em;
	font-family: 'tt_norms_bold', sans-serif;
	letter-spacing: 14px;
	position: relative;
	color:#fff;
	
}

.hero-text h2{
	font-size: 2em;
	font-family: 'tt_norms_bold', sans-serif;
	letter-spacing: 12px;
	position: relative;
	color:#fff;
	
}

.and{
	font-size: 1.7rem;
	font-weight: bold;
	position: relative;
	color:#fff;
}

.and:after{
    content: "";
    width:20px;
    height: 3px;
    background: #7d887d;
    position: absolute;
    left: 50%;
    bottom: -0px;
    display: block;
    margin: 0 0 0 -10px;
}


.hero-text h4{
	text-transform: none;
	font-family: 'tt_norms_thin', sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0;
	margin: 10px 0 0;
	color:#fff;
}

.dots{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: url(images/dots.png) 0px 0px repeat;
    z-index: 1;
    top: 0;
}


/* /////////////////////////////////////////////////////////////////////////////////////// HOME & PAGE CONTENT */


.main-wrap{
	background:#F1F1F1;
	position: relative;
	width: 100%;
	float: left;
	padding: 30px 0 130px;
	
}

.main h1{
    text-align: center;
    width: 100%;
    font-size: 2.3rem;
    position: relative;
    letter-spacing:10px;
    margin: 0 auto 30px;
}

.page-template-about .main h1{
margin: 0 auto 90px;
}

.main h1:after{
	position: relative;
    content: "";
    width: 30px;
    height: 4px;
    background: #7d887d;
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: block;
    margin: 0 0 0 -15px;
}

  .main  {
    width: 90%;
    background: #FFFFFF;
    padding: 80px 0;
    margin: 0 auto 0px;
    position: relative;
    border-radius: 5px;
    display: block;
    max-width: 1400px;
    box-shadow: 0px 10px 30px rgba(5,5,5,.1);

}


.what.main{
	padding: 70px  0 20px ;
}



.main h3, .main h2{
	display: block;
	text-align: center;
	position: relative;
	margin: 0 0 70px;
}
.main h2{
	letter-spacing:10px;
}

.main h3:after, .main h2:after{
	content: "";
    width: 30px;
    height: 3px;
    background: #7d887d;
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: block;
    margin: 0 0 0 -15px;
}


.content {
	width: 880px;
	float: none;
	margin: 0 auto 30px;
	color: #fff;
	text-align: center;
}

.error404 .content{
	margin: 80px auto 30px;
}




/* /////////////////////////////////////////////////////////////////////////////////////// RECENT */



.recent{
	display: grid;
	grid-template-columns: 2fr 2fr 3fr;
}

.recent a{
	border-radius:5px;
	margin: 5px;
	height: 400px;
	background-size:cover;
	overflow:hidden;
	transform: translateY(0px);
	 box-shadow: 0px 3px 15px rgba(0,0,0,0);
	 background-position: center;
}

.recent-content{
    background-image: linear-gradient(transparent 0%, rgba(40, 43, 47, 0.5) 25%, rgba(40, 43, 47, 0.75) 60%, rgb(40, 43, 47) 90%);
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 30px 30px 60px;
    left: 0;
}

.recent h4{
	color:#fff;
	font-size:1.3rem;
	letter-spacing:7px;
	position: relative;
}

.recent p{
	color:#fff;
}

.recent h4:after{
	content: "";
    width: 30px;
    height: 3px;
    background: #7d887d;
    position: absolute;
    left: 15px;
    bottom: -10px;
    display: block;
    margin: 0 0 0 -15px;
}

.recent a:hover{
    transform: translateY(-6px);
    box-shadow: 0px 3px 15px rgba(0,0,0,0.5);
}

.recent:nth-child(even){
	display: grid;
	grid-template-columns: 3fr 2fr 2fr;
}



/* /////////////////////////////////////////////////////////////////////////////////////// BREADCRUMBS STYLE */

.bread-wrap a , .bread-wrap span{
    color: #15191d;
    pointer-events: none;
    text-transform: uppercase;
}
.bread-wrap {
    margin: 0 0 50px;
}

/* /////////////////////////////////////////////////////////////////////////////////////// FEATURED */

.feat{
	display: grid;
	grid-template-columns: 2fr 2fr 3fr;
}

.feat a{
	border-radius:5px;
	margin: 0 5px;
	height: 400px;
	background-size:cover;
	overflow:hidden;
	transform: translateY(0px);
	 box-shadow: 0px 3px 15px rgba(0,0,0,0);
	     background-position: center;

}

.feat-content{
    background-image: linear-gradient(transparent 0%, rgba(40, 43, 47, 0.5) 25%, rgba(40, 43, 47, 0.75) 60%, rgb(40, 43, 47) 90%);
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 30px 35px 50px;
    left: 0;
}

.feat h4{
	color:#fff;
	font-size:1.3rem;
	letter-spacing:7px;
	position: relative;
}

.feat h4:after{
	content: "";
    width: 30px;
    height: 3px;
    background: #7d887d;
    position: absolute;
    left: 15px;
    bottom: -10px;
    display: block;
    margin: 0 0 0 -15px;
}
.feat p{
	color:#fff;
}

.feat a:hover{
    transform: translateY(-6px);
    box-shadow: 0px 3px 15px rgba(0,0,0,0.5);
}


/* /////////////////////////////////////////////////////////////////////////////////////// FAMILY PAGE */
.product-wrap{
	display: grid;
	grid-template-columns: 2fr 3fr 2fr;
	width: 100%;
	margin: 0 auto ;
}
.product{
	margin: 5px;
	border-radius:5px;
	height: 400px;
	background-size:cover;
	overflow:hidden;
	transform: translateY(0px);
	 box-shadow: 0px 3px 15px rgba(0,0,0,0);
	 background-position: center;

}
.product:hover{
    transform: translateY(-6px);
    box-shadow: 0px 3px 15px rgba(0,0,0,0.5);
}

.product h4{
	    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 7px;
    position: relative;
}

.product h4:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #7d887d;
    position: absolute;
    left: 15px;
    bottom: -10px;
    display: block;
    margin: 0 0 0 -15px;
}

.product-content{

	background-image: linear-gradient(transparent 0%, rgba(40, 43, 47, 0.5) 25%, rgba(40, 43, 47, 0.75) 60%, rgb(40, 43, 47) 90%);
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 30px 30px 60px;
    left: 0;
}


.product-content h4{
	font-size:1.4rem;
}
.product-img{
	background-size:cover;
	height: 300px;
	width: 100%;
	background-position: center;
	position: relative;
}

.img-grad{
	    background-image: linear-gradient(transparent 0%, rgba(40, 43, 47, 0.5) 25%, rgba(40, 43, 47, 0.75) 60%, rgb(40, 43, 47) 90%);
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 100px;
    left: 0;
}


/* /////////////////////////////////////////////////////////////////////////////////////// CONTACT */



.contact{
	width: 100%;
	background:#15191d;
	padding: 100px 0;
	position: relative;
	float: left;
	text-align: center;
}

.gform_title{
	margin: 0 0 40px;
	color:#fff;
	position: relative;
}

.gform_title:after{
	content: "";
    width: 30px;
    height: 3px;
    background: #7d887d;
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: block;
    margin: 0 0 0 -15px
}

.form{
	width: 650px;
	display: inline-block;
}

div.wpcf7-mail-sent-ok{
	border:none;
	color:#fff;
}

.gfield_label{
	display:none;
}

	.wpcf7-form  input, .wpcf7-form textarea{
	color: #fff;
	
}

.ginput_recaptcha div {
    margin: 0 auto;
    float: none;
    }


::-webkit-input-placeholder { /* WebKit browsers */
color: #fff !important;
opacity: 1;
font-family: 'tt_norms_regular', sans-serif;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff !important;
opacity: 1;
font-family: 'tt_norms_regular', sans-serif;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #fff !important;
opacity: 1;
font-family: 'tt_norms_regular', sans-serif;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #fff !important;
opacity: 1;
font-family: 'tt_norms_regular', sans-serif;
}


.gfield{
	position: relative;
    display: block;
    color: #7d887d;
    margin: 0 0 10px;
    list-style:none;
    font-family: 'tt_norms_regular', sans-serif;
}



.ginput_container input, .ginput_container textarea {
    width: 70%;
    padding: 15px;
    background: none;
    border: 2px solid #fff;
    color: #fff;
    font-size: .9rem;
    font-weight: 100;
    margin: 0;
    font-family: 'tt_norms_regular', sans-serif;

}

.wpcf7-textarea{
	height: 150px;
}

.gform_button {
    width: 70%;
    background: #7d887d;
    border: none;
    cursor:pointer;
    height: 42px;
    color: #15191D;
    border-radius: 0;
    font-size: 17px;
    font-family: 'tt_norms_bold', sans-serif;
    color:#fff;
    letter-spacing:2px;
    text-transform: uppercase;
    
}
.gform_footer{
	position: relative;
}
.validation_error {
	display: none;
}
.validation_message{
	font-family: 'tt_norms_regular', sans-serif;
	color:orange;
	margin: 5px 0 0;
}

.gform_confirmation_message{
	color:#fff;
}
.gform_ajax_spinner{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 100px;	
	top:0px;
}

.social{
	width: 100%;
	float: left;
    margin: 40px 0 0;

}

.social a{
	color:#7d887d;
	border: 2px solid #7d887d;
	width: 60px;
	height: 60px;
	display: inline-block;
}

.social a:hover{
	background:#7d887d;
}

.social a:hover i{
	color: #15191d;
}

.social a:nth-child(2){
	margin: 0 20px;
}

.social a i{
	color:#7d887d;
	position: relative;
	    margin: 16px;
    font-size: 25px;

}

.social .fa:before{
	position: absolute;
	top: 8px;
    left: -5px;
}

.social .fa {
	font-size: 22px;
	padding: 3px;
	color: #7d887d;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


/* ///////////////////////////////////////////////////////////////////////////////////// VIDEO BANNER PAGE */

.vid-banner-wrap video{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 20%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

/* /////////////////////////////////////////////////////////////////////////////////////// OFF CANVAS */

.fly-out {
    height: 70px;
    background: rgba(34, 34, 34, 0.94);
    width: 100%;
    position: fixed;
    z-index: 999;
    height: 100%;
	left: 0;
    top: 0;
	text-align: center;
	padding:40px 10px;
	-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
-moz-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
-ms-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
-o-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	font-family: "nexa-light",sans-serif;
}


.menu-clicked .fly-out{
		visibility: visible;
	opacity: 1;
	-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
-moz-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
-ms-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
-o-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
transition: visibility .3s ease-in-out, opacity .3s ease-in-out;

}



.mob-nav {
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}


.mob-nav li{
	font-size: 1.8em;
	margin: 30px 0;
    font-family: 'tt_norms_bold', sans-serif;
    letter-spacing: 12px;
    position: relative;
    list-style: none;
}
.mob-nav a{
	color:#fff;
}

.mob-nav a:after{
	content: "";
    width: 0px;
    height: 3px;
    background: #7d887d;
    position: relative;
    left: 50%;
    bottom: -14px;
    display: block;
    margin: 0 0 0 -25px;
   	-webkit-transition: width .3s ease-in-out;
-moz-transition: width .3s ease-in-out;
-ms-transition: width .3s ease-in-out;
-o-transition: width .3s ease-in-out;
transition: width .3s ease-in-out;
}

.mob-nav a:hover:after{
	    width: 50px;
    	-webkit-transition: width .3s ease-in-out;
-moz-transition: width .3s ease-in-out;
-ms-transition: width .3s ease-in-out;
-o-transition: width .3s ease-in-out;
transition: width .3s ease-in-out;
}

#top-ham, .home.scrolled #top-ham, .error404 #top-ham {
 width: 25px;
 height: 25px;
 position: absolute;
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
 -webkit-transition: .3s ease-in-out;
 -moz-transition: .3s ease-in-out;
 -o-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
 cursor: pointer;
 z-index: 99999;
 top: 25px;
padding: 10px;
left: 30px;

}

.home #top-ham{
	top: 50px;
	 -webkit-transition: .3s ease-in-out;
 -moz-transition: .3s ease-in-out;
 -o-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
}

.menu-clicked #top-ham{
	position: fixed;
}



#top-ham span {
 display: block;
 position: absolute;
 height: 2px;
 width: 100%;
 background: #fff;

 opacity: 1;
 right: 0;
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
 -webkit-transition: .25s ease-in-out;
 -moz-transition: .25s ease-in-out;
 -o-transition: .25s ease-in-out;
 transition: .25s ease-in-out;
}


#top-ham span:nth-child(1) {
 top: 0px;
 -webkit-transform-origin: left center;
 -moz-transform-origin: left center;
 -o-transform-origin: left center;
 transform-origin: left center;
}

#top-ham span:nth-child(2) {
 top: 8px;
 -webkit-transform-origin: left center;
 -moz-transform-origin: left center;
 -o-transform-origin: left center;
 transform-origin: left center;
}

#top-ham span:nth-child(3) {
 top: 16px;
 -webkit-transform-origin: left center;
 -moz-transform-origin: left center;
 -o-transform-origin: left center;
 transform-origin: left center;
}

#top-ham.open span:nth-child(1) {
 -webkit-transform: translate(8px,0px) rotate(45deg);
 -moz-transform: translate(8px,0px) rotate(45deg);
 -o-transform: translate(8px,0px) rotate(45deg);
 transform: translate(8px,0px) rotate(45deg);
}

#top-ham.open span:nth-child(2) {
 width: 0%;
 opacity: 0;
}

#top-ham.open span:nth-child(3) {
 -webkit-transform: translate(8px,1px) rotate(-45deg);
 -moz-transform: translate(8px,1px) rotate(-45deg);
 -o-transform: translate(8px,1px) rotate(-45deg);
 transform: translate(8px,px) rotate(-45deg);

}


/* /////////////////////////////////////////////////////////////////////////////////////// Single and blog pages*/

.file-list-image img{
	width:100%;
	height:auto;
	border-radius: 5px;
}

.mob-banner img {
    width: 100%;
    height: auto;
    margin: 80px 0 0;
}




/* /////////////////////////////////////////////////////////////////////////////////////// FILMMAKING & PHOTOGRAPHY */

.main-body{
	width: 100%;
	float: left;
	background:#15191D;
	padding: 70px 0;

}


.page-banner {
    width: 100%;
    height: 600px;
    background-size: cover;
    position: relative;
    background-position: center;
}

.pb-large{
    height: 600px;
    position: relative;
    overflow:hidden;
    
}
.vid-banner-wrap{
margin: 34px 0 0;	
}

.pb-ol{
	background-image: linear-gradient(transparent 0%, rgba(40, 43, 47, 0.2) 25%, rgba(40, 43, 47, 0.4) 60%, rgb(40, 43, 47, .6) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	height: 260px;
	width: 100%;
}

.page-template .logo, .single .logo, .scrolled.home  .logo, .error404 .logo{
    margin: 20px 0 0 90px
}


.home .logo{
	   margin: 45px 0 0 90px;
}

.page-template .header-nav, .single .header-nav{
	margin: 30px 90px 0 30px;

}
.home .header-nav{
	margin: 55px 90px 0 30px; 
}




/* /////////////////////////////////////////////////////////////////////////////////////// FILMMAKING PAGE */

.page-template .content{
	width: 840px;
}



.stories{
	width: 900px;
	margin: 70px auto;
}

.film-stories{
	float: left;
	width:100%;
	margin: 30px 0;
}
.film-pic{
	width: 47%;
    float: left;
    height: 290px;
    display: block;
    background-size: cover;
    background-position: center;
}

.film-text{
	float: right;
	width: 48%;
	margin: 40px 0;
}

.film-text h3{
	position: relative;
	margin: 0 0 28px;
	font-size: 20px;
	
}

.film-text h3:after{
	content: "";
    width: 15px;
    height: 3px;
    background: #7d887d;
    position: absolute;
    left: 15px;
    bottom: -8px;
    display: block;
    margin: 0 0 0 -15px;
}


/* /////////////////////////////////////////////////////////////////////////////////////// SINGLE FILMMAKING */


.single .post{
    width: 100%;
    display: block;
    margin: 50px 0;
}

.single .post.post-half{
	text-align: left;

}

.single .post.no-vid{
	width: 100%;
	float: left;
	text-align: center;
	margin:  0 0 30px;
}


.quote{
	    float: right;
        color: #15191d54;
    font-style: italic;
    font-size: 1.4rem;
    position: relative;
    display: block;
    width: 40%;
    text-align: left;
    font-family: 'tt_norms_regular', sans-serif;
    padding: 0 0px 50px 50px;
}

.cycle-slideshow.slider.test-wrap {
    width: 80%;
    margin: 0 auto;
}

.test-wrap em {
    font-size: 1.2rem;
}

.test{
        color: #15191d54;
    font-style: italic;
    font-size: 1.5rem;
    position: relative;
    display: block;
    text-align: center;
    font-family: 'tt_norms_regular', sans-serif;
    padding: 0 50px;
    margin: 30px 0 0;
}
.test h5 {
    margin: 28px 0;
    font-size: 1rem;
    font-style: initial;
}


.quote:before, .test:before{
	content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    font-size: 30px;
    color: #5555551c;
    position: absolute;
    top: -9px;
    left: 20px;
}
.test:before{
	left: 35px;
}
.test:after{
	content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    font-size: 30px;
    color: #5555551c;
    position: absolute;
    top: -9px;
    right: 35px;
}


.single .vid-play {
   width: 100%;
    height: 450px;
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin: 0 0 25px;
    border-radius: 5px;
    overflow: hidden;
    background-position: center;
}
.single .vid-play:before{
	content: '';
	position: absolute;
	width: 100%;
	height:100%;
	background: rgba(3,3,3,.3);
	-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
-ms-transition: background .3s ease-in-out;
-o-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
	top:0;
	left: 0;
}

 .vid-play:hover:before{
	background: rgba(123, 123, 123, 0.2);
	-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
-ms-transition: background .3s ease-in-out;
-o-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
}

.single .vid-play:after{
	content: '\f04b';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 30px;
	top:50%;
	color:#fff;
	margin: -15px -10px;
	left: 50%;
	position: absolute;
}

.fancybox-iframe {
    border: 2px #fff solid!important;
}


/* /////////////////////////////////////////////////////////////////////////////////////// About page */


.profile{
	width: 900px;
	margin: 0 auto 60px;
	clear: both;
	display: flex;
}

.profile h4{
	position: relative;
	 line-height: 1.6;
	 margin: 0 0 28px;
}

.profile h4:after{
    content: "";
    width: 30px;
    height: 4px;
    background: #7d887d;
    position: absolute;
    left: 0;
    bottom: -8px;
    display: block;

}

.pro-con{
width: 65%;
padding: 0 0 0 40px;
}

.pro-img {
    width: 310px;
    height: 470px;
    background-size: cover;
    background-position: center;


}







/* /////////////////////////////////////////////////////////////////////////////////////// FOOTER */


footer {
	position: relative;
	padding: 20px;
	font-size: 13px;
	z-index: 1;
	background: #141617;
	width: 100%;
	overflow: hidden;
	color: #fff;
}


.phone-low{
	color:#fff;
    font-size: 17px;
    font-family: 'tt_norms_bold', sans-serif;
    text-transform: uppercase;
    margin:30px 0 0;
    display: block;
}



.phone-low p{
	color:#fff;
    font-size: 20px;
    font-family: 'tt_norms_bold', sans-serif;
    text-transform: uppercase;
    display: inline-block;
}

.phone-low .fa-phone:before{
	position: absolute;
    left: -27px;
    top: 12px;
    color:#7d887d;
	
}

.phone-low .fa-phone{
	position: relative;
}

@media(max-width: 1250px){
	.wrap{
		width: 90%;
	}

}

@media(max-width: 1024px){
	.page-template .content, .stories{
		width:100%;
	}

	.header-nav{
		display:none;
	}
	.recent, .product-wrap {
    grid-template-columns: 2fr 3fr ;
}
.feat,.recent, .recent:nth-child(even){
	 grid-template-columns: 1fr;
}

.feat{
		 grid-row-gap: 10px;
}
.recent h4{
	font-size: 1.2rem;
}
	
}

@media(max-width:768px){
	.gallery a {
		width: 48%;
	}
	.photo h2, .film h2{
		font-size: 24px;
		letter-spacing: 4px;
	}

	.film h3{
		font-size: 20px;
	}


	.product-img{
	    grid-row: 1 / 2;
	}

 .product-wrap, .recent:nth-child(even) {
    grid-template-columns: 1fr ;

}
.cycle-slideshow.slider.test-wrap{
	width: 100%;
}

.main h2, .main h1{
	font-size: 1.5rem;
	padding: 0 10px;
}
}


@media(max-width:950px){
	.lb-overlay iframe{
		width: 90%;
	}

	.showreel,  .content{
		width: 100%;
	}
	.form{
		width: 100%;
	}
	.hero-text h1{
		font-size: 2.5rem;
		letter-spacing:5px;
	}
	.hero-text h2{
		font-size: 2rem;
		letter-spacing: 5px;
	}
	.photo p, .film-container{
		width: 100%;
	}
	.profile{
		width: 100%;
	}
}

@media(max-width: 768px){
	.single .vid-play{
		width: 100%;
	}
	.single .post{
		width: 100%;
		text-align: center;
		margin: 0 0 20px;
	}
	.pb-large{
		height:380px;
	}
	.mob-nav li{
		font-size:1.6rem;
		    letter-spacing: 5px;
	}
	
}

@media(max-width: 650px){

	.gallery a {
		width: 100%;
		height: 300px;
	}

	.page-banner h1{
		font-size: 25px;
		top: 195px;
		    letter-spacing: 5px;
	}

	.film-pic, .film-text{
		width: 100%;
	}

.ginput_container input, .ginput_container textarea, .gform_button{
	width: 100%;
}
.gform_ajax_spinner{
	right: 20px;
}

.copyright {
    text-align: center;
}



.profile{
	display: block;
	float: left;
	width: 100%;
}

.pro-img{
	width: 300px;
    height: 480px;
    display: block;
    margin: 0 auto;
}
.pro-con{
    width: 100%;
    text-align: center;
    margin: 30px auto;
    padding: 0;
}

.profile h4:after {
    content: "";
    left: 50%;
    transform:translateX(-50%);
    bottom: -8px;
    display: block;
}
.quote{
	width: 100%;
	padding: 0 0px 50px 0px;
	font-size: 1.3rem;
}
.quote:before{
	left: -10px;
}


}

@media(max-width:500px){
	.vid-wrap {
		height:100%;
	}
	.hero-text h1{
		font-size: 30px;
	}

	.logo, .page-template .logo, .single .logo, .scrolled.home .logo{
    width: 150px;
    left: 50%;
    position: absolute;
    top: 30px;
    transform: translateX(-50%);
    margin:auto;

	}
	.home #top-ham, #top-ham, .home.scrolled #top-ham{
		top:30px;
	}

	.home .phone{
		top:27px;
	}


.page-template-home.scrolled  header{
	background: rgba(34, 34, 34, 1);

}
#top-ham {
    right: 40px;
    top: 30px;
}
header{
	background: rgba(34, 34, 34, 1);
	height: 80px;
	position: fixed;
}

.pro-img{
	width: 100%;
}


	


}