/*
	Theme Name: Douglas Fabian Productions
	Theme URI: https://themes.frizbee.com.au
	Description: Custom theme for Douglas Fabian Productions. Original core code by moteur.co
	Version: 1.0.0
	Author: Rees Hellmers 
	Author URI: https://www.frizbee.com.au
	Tags: HTML5, CSS3, Unyson, Bootstrap, anime.js

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color:#333;
	background-color: #000;
	width: 100%;
    overflow-x: hidden;
}
body.scroll-lock {
	overflow-y: hidden;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

h1,h2,h3,h4 {
	font-family: 'BauhausRegular';
    text-transform: lowercase;
}

h1 { font-size: 3em; }
h2 { font-size: 2.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }

img {
	max-width:100%;
	width: 100%;
	height: auto;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration: none;
}
a:focus {
	outline:0;
	text-decoration: none;
	color: inherit;
}
a:hover,
a:active {
	outline:0;
	color: inherit;
}
input:focus {
	outline:0;
	border:none;
}

input {
	border: none;
}

.btn.focus, .btn:focus {
	-webkit-box-shadow: none;
    box-shadow: none;
}



/*------------------------------------*\
    SETUP
\*------------------------------------*/
.hideme
{
    opacity:0;
}

.section-font-color-red, .section-font-color-red * {
	color: #ed1b24;
} 

.section-font-color-orange, .section-font-color-orange * {
	color: #f7941d;
} 

.section-font-color-white, .section-font-color-white * {
	color: #FFF;
} 

.section-font-color-blue, .section-font-color-blue * {
	color: #8970b2;
} 


.section-background-color-gray {
	background-color: #eaeaea;
} 

.section-background-color-dark-gray {
	background-color: #231f20;
} 

.section-background-color-black {
	background-color: #000;
} 

.btn {
	font-size: 24px;
    font-family: 'BauhausRegular';
    text-transform: lowercase;
    padding: 5px 45px;
    border: none;
    border-radius: 0;
    margin-top: 20px;
}
.m-btn-default {
	background-color: #FFF;
	color: #292c40;
}

.m-btn-blue {
	background-color: #8970b2;
	color: #FFF;
}

.m-btn-orange {
	background-color: #f7941d;
	color: #FFF;
}

.m-btn-red {
	background-color: #ed1b24;
	color: #FFF;
}

.m-btn-blue:hover {
	background-color: #b89de4;
	color: #FFF;
}

.m-btn-red:hover {
	background-color: #f98e9a;
	color: #FFF;
}

section .container-fluid .col-md-12 {
	padding: 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.frzb-logo {
    position: fixed;
    top: 0;
    left: 90px;
    max-width: 98px;
    z-index: 900;
    background-color: #FFF;
    padding: 12px;
}

.frzb-logo img {
	width: 100%;
	height: auto;
	backface-visibility: hidden;
}

.frzb-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1003;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    width: 90px;
    padding: 35px 32px;
    background-color: #161616;
    transition: background-color 300ms ease;
}

@media (max-width: 1440px) {
	.frzb-menu {
		width: 60px;
    	padding: 20px 16px;
	}
	
	.frzb-logo {
		left: 60px;
		max-width: 58px;
	}
}

.frzb-menu.menu-active {
	background-color: #FFF;
}

.menu-icon-line {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #FFF;
    margin-bottom: 4px;
    border-radius: 2px;
    -webkit-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s, opacity 0.1s ease-in-out 0.1s;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s, opacity 0.1s ease-in-out 0.1s;
    transform: translateZ(0)
}

.menu:hover>.menu-icon-line {
    background-color: #8591ac;
    -webkit-transform: scaleX(1.1);
    transform: scaleX(1.1)
}

.menu-active>.menu-icon-line-1,
.menu-active:hover>.menu-icon-line-1 {
    -webkit-transform: translateY(6px) rotateZ(-135deg);
    transform: translateY(6px) rotateZ(-135deg);
    background-color: #fff
}

.menu-active>.menu-icon-line-2,
.menu-active:hover>.menu-icon-line-2 {
    opacity: 0;
    background-color: #fff
}

.menu-active>.menu-icon-line-3,
.menu-active:hover>.menu-icon-line-3 {
    -webkit-transform: translateY(-6px) rotateZ(135deg);
    transform: translateY(-6px) rotateZ(135deg);
    background-color: #fff
}
.menu-animated-background {
    position: absolute;
    top: -358px;
    left: -358px;
    width: 800px;
    height: 800px;
    background-color: #161616;
    border-radius: 50%;
    pointer-events: none;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    z-index: 1001
}

.menu-animation-wrapper {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    pointer-events: none
}

.frzb-js-nav {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
    text-align: center;
    font-size: 42px;
    font-family: Source Sans Pro,Helvetica Neue,Arial,sans-serif;
    font-weight: bold;
    opacity: 0;
    color: #fff;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.95);
    overflow: hidden;
	display: table;
}

.frzb-js-nav.frzb-js-nav-active {
	pointer-events: initial;
}

.frzb-nav-content {
    width: 100%;
    max-width: 1280px;
    padding: 0 60px;
    box-sizing: border-box;    
	display: table-cell;
    vertical-align: middle;
}
.frzb-nav-content img {
	width: 100%;
	height: auto;
	max-width: 320px;
	margin-bottom: 30px;
}


.frzb-menu.menu-active .menu-icon-line {
	background-color: #000;
}

@media (max-width: 767px) {

	.frzb-nav-content img {
		max-width: 180px;
	}
	
}




/* nav */
ul.frzb-primary-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	display: block;
	/*font-family: 'BauhausRegular';*/
    text-transform: lowercase;
}

ul.frzb-primary-menu li {
	display: inline-block;
    position: relative;
    padding: 0 25px;
}

ul.frzb-primary-menu li:last-child {
}

ul.frzb-primary-menu li a {
	color: #d4d4d4;
	font-size: 36px;
	transition: all 300ms ease;
	font-family: 'bauhauslight', 'BauhausRegular' ;
}

ul.frzb-primary-menu li.red:hover a {
	color: #ed1b24;
}

ul.frzb-primary-menu li.orange:hover a {
	color: #f7941d;
}

ul.frzb-primary-menu li.blue:hover a {
	color: #8970b2;
}

ul.frzb-primary-menu li a:hover {
	text-decoration: none;
}

ul.frzb-primary-menu li.menu-item-has-children a:after {
    font-family: FontAwesome;
    content: "\f078";
    margin-left: 6px;
    font-size: 13px;
    position: relative;
    top: -2px;
}

@media (max-width: 1440px) {
	ul.frzb-primary-menu li a {
		font-size: 24px;
	}
	
	ul.frzb-primary-menu li:after {
		font-size: 24px;
	}
}


@media (max-width: 768px) {
	ul.frzb-primary-menu li {
		padding: 0;
		display: block;
	}
	
	ul.frzb-primary-menu li a {
		padding: 0;
		margin: 0;
		font-size: 26px;
	}
	
	ul.frzb-primary-menu li:after {
		content: '';
	}
}



ul.frzb-secondary-menu {
	margin: 0;
	padding: 28px 0 0 0;
	list-style: none;
}

ul.frzb-secondary-menu li {
	display: inline-block;
	padding: 0 12px;
}

ul.frzb-secondary-menu li a {
	color: #FFF;
    font-size: 50px;
}



@media screen and (max-width: 768px) and (orientation:landscape) {
	ul.frzb-primary-menu li {
		padding: 0 25px;
		display: inline-block;
	}
	
	ul.frzb-secondary-menu {
		margin: 0;
		padding: 10px 0 0 0;
		list-style: none;
	}
	
	.frzb-nav-content img {
		margin-bottom: 15px;
	}
	
	.page-home .frzb-hero-container .frzb-hero-content img {
		width: 100%;
		max-width: 32% !important;
	}
	
}




/* sidebar */


/* footer */

footer {
	background-color: #000;
    padding: 3em;
    color: #FFF;
	text-align: center;
}

footer img {
	max-width: 180px;
	margin-bottom: 20px;
}

footer h3 {
	font-size: 1.75em;
}

footer ul.social-media {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

footer ul.social-media li {
	display: inline-block;
	    padding: 0 5px;
}

footer ul.social-media li a {
	color: #FFF;
	font-size: 26px;
}

footer .copyright {
	font-size: 12px;
	margin-top: 10px;
}

/* Global Body */

.frzb-main-content {
	background-color: #FFF;
}

.fw-page-builder-content {
	padding: 0;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.page-home .frzb-hero {
	height: 100vh;
	opacity: 1;
	position: relative;
	/*transition: opacity 2s linear 1s;*/
	background-color: #000;
	overflow: hidden;
}

.page-home .frzb-hero-container {
	height: 100%;
    overflow: hidden;
    position: relative;
    /*transition: opacity .5s cubic-bezier(.77,0,.175,1);*/
    width: 100%;
	display: table;
}

.page-home .frzb-hero-container video {
	height: auto;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
}

.page-home .frzb-hero-container .frzb-hero-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 890;
    color: #FFF;
    text-align: center;
	width: 100%;
}

.page-home .frzb-hero-container .frzb-hero-content h2 {
	font-size: 200px;
    line-height: 0.8em;
}

.page-home .frzb-hero-container .frzb-hero-content h2 span {
	color: #EF4137;
}

.page-home .frzb-hero-container .frzb-hero-content a {
    padding: 10px 20px;
    border-radius: 3px;
    margin-top: 1.5em;
    color: #ffffff;
	transition: all 300ms ease;
	display: inline-block;
}

.page-home .frzb-hero-container .frzb-hero-content a:hover {
	transform: scale(1.1);
}

.page-home .frzb-hero-container .frzb-hero-content a:hover svg {
	transform: rotate(360deg);
}

.page-home .frzb-hero-container .frzb-hero-content a svg {
    font-size: 60px;
    margin-bottom: 10px;
	transition: all 1000ms ease;
}

.page-home .frzb-hero-scroll {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFF;
	z-index: 300;
	font-size: 44px;
}

.page-home .frzb-mute {
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 999;
	font-size: 46px;
	color: #FFF;
	cursor: pointer;
}


.page-home .frzb-hero-container .frzb-hero-content img {
	width: 100%;
	height: auto;
	max-width: 400px;
}

@media (max-width: 767px) {

	.page-home section.features .col-md-4 {
		margin-bottom: 1em
	}
	
	.page-home .frzb-hero-container .frzb-hero-content img {
		display: block;
		width: 100%;
		max-width: 70%;
		height: auto;
		margin: 0 auto;
	}
	
	.page-home .frzb-hero-container .frzb-hero-content h2 {
		display: none !important;
	}
	
	.page-home .frzb-hero-container .frzb-hero-content a {
	    display: inline-block;
	}
	
	.page-home .frzb-hero-container video, .page-home .frzb-mute {
		display: none;
	}
	
	.page-home .frzb-hero {
		background-image: url('http://deploy.frizbee.com.au/dfp/wp-content/uploads/2017/11/placeholder.jpg');
		background-size: cover;
		background-position: center center;
	}

}

.page-home .m-block-button {
	text-align: center;
}

.page-home .m-divider {
    height: 4px;
    width: 105px;
    background-color: #eaeaea;
    margin: 15px auto;
	opacity: 0;
}


.page-home .m-heading h2 {
	font-size: 3.5em;
}

.page-home .m-heading h2:after {
    /*content: '';
    background-color: #000;
    width: 100%;
    max-width: 106px;
    height: 3px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;*/
}

.page-home section.entertainment .m-divider {
    background-color: #ed1b24;
}

.page-home section.technical .m-divider {
    background-color: #f7941d;
}

.page-home section.creative .m-divider {
    background-color: #8970b2;
}

.page-home section.creative .m-block-text, .page-home section.entertainment .m-block-text, .page-home section.technical .m-block-text {
	opacity: 0;
}

.page-home section.fixed {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

@media (max-width: 767px) {
	.page-home .m-heading h2 {
		font-size: 2.5em;
	}
	
	.page-home section.creative .m-block-text, .page-home section.entertainment .m-block-text, .page-home section.technical .m-block-text {
		opacity: 1 !important;
		
	}
	
	.page-home .m-divider {
		opacity: 1 !important;
	}
}

/* About Us */


/* Get In Touch */

.page-contact section.header .m-shortcode-image {
	text-align: center;
}

.page-contact section.header .m-shortcode-image img {
	max-width: 400px;
}

.page-contact section.contact-form .container {
	margin: 0 auto;
	max-width: 800px;
}
.page-contact section.contact-form h1:after {
	content: '';
	background-color: #000;
	width: 100%;
	max-width: 106px;
	height: 3px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.page-contact section.contact-form .gform_wrapper {
}

.page-contact section.contact-form .gform_wrapper input, .page-contact section.contact-form .gform_wrapper textarea {
	padding: 10px 10px !important;
    background-color: #f8f8f8;
	border: none;
	margin-bottom: 0 !important;
	text-align: left;
}

.page-contact section.contact-form .gform_wrapper textarea {
	margin-top: 12px;
}

.page-contact section.contact-form .gform_wrapper .gform_footer {
	margin: 0 !important;
	text-align: center;
}

.page-contact section.contact-form .gform_wrapper input[type="submit"] {
	background-color: #000;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
	padding: 7px 40px !important;
	text-align: center;
	font-family: 'BauhausRegular';
    text-transform: lowercase;
	cursor: pointer;
}

.page-contact section.contact-logo {
	text-align: center;
	background-color: #fafafa;
    padding: 3em 0;
}

.page-contact section.contact-logo img {
	max-width: 200px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.1;
}

@media (max-width: 768px) {

	.page-contact section.contact-form .container {
		max-width: 100%;
	}
}

.page-thanks-for-subscribing .frzb-heading-h2 {
	padding: 12em 0;
    text-align: center;
}

/* Template Pages */

.page-template-template-inside-page {

}

.page-template-template-inside-page section.header {
	/*padding-bottom: 0 !important;*/
}

.page-template-template-inside-page section.header h1 {
	opacity: 0;
}

.page-template-template-inside-page section.header .m-divider {
    height: 4px;
    width: 105px;
    background-color: #eaeaea;
    margin: 15px auto;
	opacity: 0;
}

.page-template-template-inside-page section.header.red .m-divider {
	background-color: #ed1b24;
}

.page-template-template-inside-page section.header.orange .m-divider {
	background-color: #f7941d;
}

.page-template-template-inside-page section.header.blue .m-divider {
	background-color: #8970b2;
}

.page-template-template-inside-page section.header .m-block-text {
	margin: 0 auto;
}

.page-template-template-inside-page section.gallery {

}

.page-template-template-inside-page section.gallery .m-shortcode-image {
	margin: 15px 0;
}

.page-template-template-inside-page section.gallery .m-shortcode-image a img {
	transition: all 300ms ease;
}

.page-template-template-inside-page section.gallery .m-shortcode-image a:hover img {
	opacity: 0.8;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/
section.subscribe-form {
	
}

section.subscribe-form p {
	display: none;
}

section.subscribe-form .gform_wrapper {
	margin: 0 auto;
	max-width: 800px;
	padding: 20px 0;
}

section.subscribe-form .gform_body {
	display: inline-block;
	width: 85%;
}

section.subscribe-form .gform_body ul {
	
}

section.subscribe-form .gform_body ul li {
	width: 50%;
	display: inline-block;
	margin-top: 0 !important;
	padding-top: 0;
}

section.subscribe-form .gform_body ul li input {
	width: 100% !important;
	margin: 0 !important;
	padding: 10px 13px !important;
}

section.subscribe-form .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

section.subscribe-form .gform_footer {
	display: inline-block;
	width: 14%;
	margin: 0;
	padding: 0;
}

section.subscribe-form .gform_footer input {
    margin: 0 !important;
    width: 100% !important;
    background-color: #000;
    color: #FFF;
    padding: 9px 0;
	font-weight: 700;
	font-family: 'BauhausRegular';
    text-transform: lowercase;
	cursor: pointer;
}

@media (max-width: 768px) {
	section.subscribe-form .gform_body, section.subscribe-form .gform_footer {
		width: 100%;
		display: block;
	}
	
	section.subscribe-form .gform_body ul li {
		width: 100%;
		display: block;
	}
	
	section.subscribe-form .gform_body ul li input, section.subscribe-form .gform_footer input {
		margin-top: 5px !important;
	}
}


/*------------------------------------*\
    SHORTCODES
\*------------------------------------*/


.m-heading.m-heading-center {
    text-align: center;
}

.m-heading.m-heading-center .m-special-subtitle {
	text-transform: lowercase;
	font-size: 18px;
}

.parallax-window {
      background-attachment: fixed; 
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      position: static;
      z-index: 500;
      opacity: 1;
}

@media (max-width: 768px) {
	.parallax-window {
		  background-attachment: local; 
		background-position: center !important;
	}
	
	
}



/*------------------------------------*\
    RESPONSIVE VIDEO
\*------------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
}

/*------------------------------------*\
	404
\*------------------------------------*/

.error404 {
	
}

.error404 article {
	max-width: 50%;
	margin: 0 auto;
	padding: 11em 0;
	text-align: center;
}

.error404 article h1 {
	font-size: 17em;
    color: #eaeaea;
}

@media (max-width: 768px) {
	.error404 article h1 {
		font-size: 10em;
	}	
	
	.error404 article {
		max-width: 100%;
	}
}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/* Grid Override */
@media (min-width: 1200px) {
	.container {
		width: 1600px;
		max-width: 100%;
	}
}
