/* Theme Name: Straight Out Digital Starter Theme
* Theme URI: http://straightoutdigital.com.au/
* Author: Straight Out Digital
* Author URI: http://straightoutdigital.com.au/
* Description: Description
* Version: 1.0.0
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: Straightoutdigital
* Tags: */
/*--------------------------------------------------------------

       / /\         /\ \         /\ \      
      / /  \       /  \ \       /  \ \____ 
     / / /\ \__   / /\ \ \     / /\ \_____\
    / / /\ \___\ / / /\ \ \   / / /\/___  /
    \ \ \ \/___// / /  \ \_\ / / /   / / / 
     \ \ \     / / /   / / // / /   / / /  
 _    \ \ \   / / /   / / // / /   / / /   
/_/\__/ / /  / / /___/ / / \ \ \__/ / /    
\ \/___/ /  / / /____\/ /   \ \___\/ /     
 \_____\/   \/_________/     \/_____/ 


---------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize/Clearings/Box-sizing
# Typography
# VC
    ## Row spacing/type styles
    ## VC Resets
# Page wrappers/Containers
# Navigation
    ## Navigation Main
    ## Navigation Account
# Footer
    ## Footer Main
    ## Sub Footer 
# Components
    ## Page Header
# Page preloader
# Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Select 2 / styles
--------------------------------------------------------------*/
@font-face {
    font-family: 'ApercuPro';
    src: url('fonts/ApercuPro.eot?#iefix') format('embedded-opentype'),  
        url('fonts/ApercuPro.otf')  format('opentype'),
        url('fonts/ApercuPro.woff') format('woff'), 
        url('fonts/ApercuPro.ttf')  format('truetype'), 
        url('fonts/ApercuPro.svg#ApercuPro') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*--------------------------------------------------------------
# Normalize/Clearings/Box-sizing
--------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 20110126
* License: none (public domain) */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}
html, body{
    min-height: 100%;
}
body {
    line-height: 1;
    background-color: #fffcf5;
    position: relative!important;
    font-family: 'ApercuPro', sans-serif;
    padding: 0;
    color: #000;
    height: 100%;
    font-weight: 300;
    font-size: 14px;
}
blockquote, q {
    quotes: none;
}
blockquote:before, 
blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}
.clearfix:after{
    content: "";
    display: table;
    clear: both;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6{
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    color: inherit;
}
h1 { 
    font-size: 28px; 
    line-height: 1.1; 
    margin-bottom:50px;
    margin-top:25px;
}
h2 { 
    font-size: 24px; 
    line-height: 1.1; 
    margin-bottom: 25px;
    margin-top: 50px;
}
h3 { 
    font-size: 18px; 
    line-height: 1.1; 
}
h4 { 
    font-size: 20px; 
    line-height: 1.3; 
}
h5 { 
    font-size: 18px; 
    line-height: 1.1;
}
h6 { 
    font-size: 16px; 
    line-height: 1.1;
}
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child{
	margin-top:0;
}
p,
ul,
ol,
li{
    font-size: 14px;
    line-height: 1.7;
    font-style: normal;
    font-weight: 300;
}
a{
    text-decoration: none;
    color: inherit;
}
p,
ul,
ol{
    margin-bottom: 25px;
}
p:last-child{
    margin-bottom: 0;
}
ul,
ol{
    padding-left: 20px;
}
ul li{
    list-style: outside disc;
    padding-bottom: 10px;
}
strong{
    font-weight: 600;
}
em{
    font-style: italic;
}
blockquote{
    padding-left: 45px;
    position: relative;
    display: block;
}
img{
    display: block;
    border:0;
    outline:0;
}
/*--------------------------------------------------------------
# Form Elements
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"]{
    background-color: #ffffff;
    padding: 0px 10px;
    width: 100%;
    height: 50px;
    line-height: 48px;
    color: #231f20;
    border: 1px solid #e5e5e5;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 15px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus{
    outline: none; /*don't remove this please*/
    border: 1px solid #e9e9e9;
}
/*--------------------------------------------------------------
# Global Classes
--------------------------------------------------------------*/
.padding-medium{
    padding-top: 45px;
    padding-bottom: 45px;
}
.padding-large{
    padding-top: 90px;
    padding-bottom: 90px;
}
.padding-bottom-medium{
    padding-bottom: 45px;
}
.padding-bottom-large{
    padding-bottom: 90px;
}
.padding-box-large{
    padding: 90px!important;
}
.font-dark h1,
.font-dark h2,
.font-dark h3,
.font-dark h4,
.font-dark h5,
.font-dark h6,
.font-dark p,
.font-dark a{
    color: #666;
}
.font-light h1,
.font-light h2,
.font-light h3,
.font-light h4,
.font-light h5,
.font-light h6,
.font-light p,
.font-light li,
.font-light a{
    color: #f7f7f7;
}
.valign{
    position: absolute;
    z-index: 99;
    text-align: center;
    top: 50%;
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    padding: 0 25px;
}
/*--------------------------------------------------------------
# Page wrappers/Containers
--------------------------------------------------------------*/
.page-wrap{

}
.wrapper{
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
}
.wrapper:after{
    content: "";
    display: table;
    clear: both;
}
#main:after{
    content: '';
    display: table;
    clear: both;
}
/*--------------------------------------------------------------
# Page preloader
--------------------------------------------------------------*/
.page-loader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999!important;
    background: #fffcf5;
    background-position: 0 0;
    background-repeat: repeat;

}
.loaded .page-loader{
    animation-delay: 0.4s;
    animation: animLoadedLogo 1s cubic-bezier(0.7,0,0.3,1) forwards;
}
.page-loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
@keyframes animLoadedLogo {
    to { 
        opacity: 0; 
    }
}
.page-loading-center-absolute{
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 200px;
    margin-top: -25px;
    margin-left: -100px;
    opacity: 1;
    animation: animInitialHeader 0.6s cubic-bezier(0.7,0,0.3,1) both;
    animation-delay: 0.2s;
}
.loaded .page-loading-center-absolute {
    transform-origin: 50% 0;
    animation: animLoadedLogo 1s cubic-bezier(0.7,0,0.3,1) forwards;
}
.page-loading-center-absolute img{
    width: 100%;
    height: auto;
    display: block;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation General
--------------------------------------------------------------*/
.main-navigation{
    position: relative;
}
.main-navigation .navigation{
    display: table;
    min-height: 146px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    z-index: 99;
    position: relative;
}
.main-navigation .navigation ul {
    display: table-cell;
    width: 1%;
    text-align: right;
    vertical-align: middle;
    padding: 80px 0 80px;
    margin-bottom: 0;
}
.main-navigation .navigation ul#nav-left {
    padding-right: 140px;
}
.main-navigation .navigation ul#nav-right {
    text-align: left;
    padding-left: 160px;
}
.main-navigation .navigation ul > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 3%;
    list-style: none;
    padding-bottom: 0;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
}
.main-navigation .navigation ul > li > a {
    display: inline-block;
}
li.current-menu-item:after,
.main-navigation .navigation ul > li:hover:after{
	content:"";
	width:12px;
	height:1px;
	background-color: #000;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	display:block;
}
/*--------------------------------------------------------------
# Homepage navigation
--------------------------------------------------------------*/
.home #site-header{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
.home #logo{
    display: none;
}
.home .main-navigation .navigation{
    min-height: 96px;
}
.home .main-navigation .navigation ul{
    color: #fff;
    padding: 21px 0 20px;
}
.home .main-navigation .navigation ul#nav-left{
    padding-right: 0;
}
.home .main-navigation .navigation ul#nav-right{
    padding-left: 0;
}
.home .main-navigation .navigation ul > li:hover:after{
	background-color: #fff;
}
/*--------------------------------------------------------------
# nav-icon menu
--------------------------------------------------------------*/
.nav-icon{
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 90px 0 90px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    margin-left: 45px;
    display: none;
}
.nav-icon:hover {
    opacity: .7;
}
.nav-icon-box {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 24px;
}
.nav-icon-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .1s;
}
.nav-icon-inner:before {
    top: -8px;
}
.nav-icon-inner:after {
    bottom: -8px;
}
.nav-icon-inner, 
.nav-icon-inner:after, 
.nav-icon-inner:before {
    position: absolute;
    width: 35px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    border-radius: 2px;
    background-color: #000;
    display: block;
    content: '';
}
.nav-icon.is-active .nav-icon-inner {
    transition-delay: .14s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}
.nav-icon.is-active .nav-icon-inner:before {
    top: 0;
    transition: top .1s ease,opacity .1s .14s ease;
    opacity: 0;
    background-color: #fff;
}
.nav-icon.is-active .nav-icon-inner:after {
    bottom: 0;
    transition: bottom .1s ease,-webkit-transform .1s .14s cubic-bezier(.215,.61,.355,1);
    transition: bottom .1s ease,transform .1s .14s cubic-bezier(.215,.61,.355,1);
    transition: bottom .1s ease,transform .1s .14s cubic-bezier(.215,.61,.355,1),-webkit-transform .1s .14s cubic-bezier(.215,.61,.355,1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
        background-color: #fff;
}
@media screen and (max-width:768px){
	.nav-icon{
	    margin-left: 25px;
	}
	.nav-icon{
	    padding: 60px 0 60px;
	}
}
/*--------------------------------------------------------------
# Logo
--------------------------------------------------------------*/
#logo{
    position: absolute;
    font-size: 0;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
    width: 180px;
    text-align: center;
    z-index: 9999;
    margin: 0 auto;
}
.logo-wrapper{
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 100;
}
#logo a{
    display: block;
    cursor: pointer;
}
#logo img{
    height: 80px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer Main
--------------------------------------------------------------*/
#site-footer{
    clear: both;
    position: relative;
    text-align: center;
    padding: 80px 0 80px;
    font-size: 13px;
}
.footer-address,
.footer-phone,
.footer-email,
.footer-logo{
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
}
.footer-email:before{
    content: ' - ';
    display: inline-block;
    padding: 0 10px;
}
.footer-logo img{
    height: 40px;
    width: 50px;
    margin: 0 90px;
    position: relative;
}
.home #site-footer{
    display: none;
}
@media screen and (max-width:1024px){
	.footer-logo img {
	    margin: 0 50px;
	}
}
@media screen and (max-width:768px){
	.footer-logo img {
	    position: absolute;
	    top: 90px;
	    left: 50%;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    margin: 0;
	}
	.footer-address, .footer-phone, .footer-email, .footer-logo {
    	display: block;
    	width: 100%;
		margin-top: 12px;
		line-height: 1;
	}
	#site-footer{
		position: relative;
		padding: 130px 0 90px;
	}
	.footer-email:before {
    display: none;
	}
}
/*--------------------------------------------------------------
# Home page hero
--------------------------------------------------------------*/
.article-hero{
    height: 600px;
    background-size: cover;
    position: relative;
    background-position: center;
}
.article-hero:before{
    content: '';
    display: block;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:1;
}
.article-hero-logo img{
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 240px;
}
/*--------------------------------------------------------------
# VC Team
--------------------------------------------------------------*/
.article-team{
    padding: 0 0 50px 0;
    margin: 50px 0;
    border-bottom: 1px solid #ddd;
}
.article-team:first-child{
    padding-top: 0;
    margin-top:0;
}
.article-team:last-child{
    padding-bottom: 0;
    margin-bottom:0;
    border: none;
}
.article-team:after{
    content: '';
    display: table;
    clear: both;
}
.article-team-image{
	width: 25%;
    margin-right: 10%;
    float: left;
}
.article-team-image img{
    width: 100%;
    height: auto;
    display: block;
}
.article-team-text{
    width: 65%;
    float: left;
}
.article-team-text h2{
    margin-bottom: 25px;
    font-size: 24px;
    margin-top: 0;
}
.article-team-text h3{
    font-size: 18px;
    margin-bottom: 10px;
}
@media screen and (max-width:480px){
	.article-team-image{
		width: 100%;
	    margin-right: 0%;
	}
	.article-team-image img{
		margin: 0px auto 90px auto;
	}
	.article-team-text{
	    width: 100%;
	}
}
/*--------------------------------------------------------------
# VC Gallery image
--------------------------------------------------------------*/
.article-gallery-image{
    margin-left: -15px;
    margin-right: -15px;
}
.article-gallery-image img{
    display: block;
    height: auto;
    width: 100%;
}
/*--------------------------------------------------------------
# VC Eqipment
--------------------------------------------------------------*/
.article-equipment-list{
    margin-bottom: 50px;
    padding-left:15px;
    padding-right:15px;
}
.article-equipment-list h3{
    margin-bottom: 25px;
    text-transform: capitalize;
}
.article-equipment-list p{
    margin-bottom: 12px;
}
.article-equipment-list-wrapper{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
    -moz-column-fill: auto;
    column-fill: auto;
}
@media screen and (max-width:480px){
	.article-equipment-list-wrapper {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -moz-column-fill: auto;
    column-fill: auto;
	}
}
/*--------------------------------------------------------------
# VC
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# VC Resets
--------------------------------------------------------------*/
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
    margin-bottom: 0!important;
}
.vc_row-has-fill >.vc_column_container >.vc_column-inner{
    padding-top: 0!important;
}
.vc_row.vc_column-gap-45 {
    margin-left: -37.5px;
    margin-right: -37.5px;
}
.vc_row.vc_column-gap-90 {
    margin-left: -60px;
    margin-right: -60px;
}
.vc_row.vc_column-gap-45 > .vc_column_container{
    padding: 22.5px;
}
.vc_row.vc_column-gap-90 > .vc_column_container{
    padding: 45px;
}
@media screen and (max-width: 768px) {
	.vc_row.vc_column-gap-90 {
	    margin-left: -35px;
	    margin-right: -35px;
	}
}
@media screen and (max-width: 1024px) {
    .main-navigation .navigation {
        background-color: #000;
        background-image: url(/wp-content/uploads/2016/04/Alamo-Details-57-copy-1500x945.jpg);
        background-size: cover;
        position: fixed;
        top: 0;
        display: none;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 99999;
        opacity: 0;
        overflow: auto;
        visibility: hidden;
        -webkit-transition: opacity .4s, visibility .5s;
        transition: opacity .4s, visibility .5s;
        -webkit-transition-delay: 0.4s; 
        transition-delay: 0.4s; 
        background-position: center;
    }
    .main-navigation .navigation.is-active{
        opacity: 1;
        display: table;
        visibility: visible;
        height: 100vh;
        transition-delay: 0.4s; 
        -webkit-transition: opacity .4s, visibility .2s;
        transition: opacity .4s, visibility .2s;
    }
    .navigation .navigation-wrapper{
        display: table-cell;
        vertical-align: middle;
        position: relative;
		z-index: 99;
    }
    .main-navigation .navigation > ul {
        width: 100%;
        text-align: center!important;
        padding: 0!important;
        border: none;
        display: block;

    }
    .main-navigation .navigation ul#nav-left,
    .main-navigation .navigation ul#nav-right {
        display: block;
        width: 100%;
        text-align: center;
        vertical-align: middle;
        padding: 0;
        margin-bottom: 0;
    }
    .main-navigation .navigation ul > li,
    .main-navigation .navigation ul > li a {
        margin: 10px 0!important;
        padding: 0;
        display: block;
        opacity: 0;
        transform: translateY(50%);
        -webkit-transition: opacity 0.5s, visibility 0.7s, transform 0.7s;
        transition: opacity 0.5s, visibility 0.7s, transform 0.7s;
        visibility: hidden;
        color: #fff;
    }
    .navigation.is-active ul > li,
    .navigation.is-active ul >li > a{
        opacity: 1;
        visibility: visible;
        transform: translateY(0%);
        -webkit-transition-delay: 1s; 
        transition-delay: 1s;
        -webkit-transition: opacity 0.4s, visibility 0s 0.2s, transform 1s;
        transition: opacity 0.4s, visibility 0s 0.2s, transform 1s;
        font-size: 14px;
    }
    .nav-icon{
        display: block;
    }
    .nav-icon.is-active{
        position: fixed;
        z-index: 9999;
        top: 0px;
    }
    .navigation.is-active:before{
	    content:url(/wp-content/uploads/2016/04/logo.svg);
	    position: absolute;
	    font-size: 0;
	    left: 0;
	    right: 0;
	    top: 30px;
	    width: 140px;
	    text-align: center;
	    z-index: 99999;
	    margin: 0 auto;
	}
	.navigation.is-active:after{
	    content: '';
	    display: block;
	    background-color: rgba(0,0,0,0.5);
	    position: absolute;
	    top: 0;
	    left: 0;
	    bottom:0;
	    right:0;
	    z-index: 1;
	}
    .home .nav-icon{
        top: 0px!important;
         position: fixed; 
    }
    .home .nav-icon-inner, 
    .home .nav-icon-inner:after, 
    .home .nav-icon-inner:before {
        background-color: #fff;
    }
}
@media screen and (max-width: 768px) {
    .wrapper{
        padding-left: 35px;
        padding-right: 35px;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.page-id-18 .wrapper {
    max-width: 900px;
    padding-top: 90px;
    padding-bottom: 90px;
}
.page-id-18 #site-footer{
	display:none;
}
.page-id-18 h1{
	margin-bottom: 50px;
	margin-top: 0px;
}
.fa-facebook{
	margin-right: 10px;
}
.fa:before{
	font-size: 16px;
}
@media screen and (max-width: 1024px) and (min-width:768px) {
	body.page-id-18 .vc_row.vc_column-gap-90 > .vc_column_container{
	    padding: 0px;
	}
}
@media screen and (max-width: 768px){
	.page-id-18 .wrapper {
	    padding-top: 0px;
	}
	body.page-id-18 .vc_row.vc_column-gap-90 > .vc_column_container{
	    padding: 0px 45px;
	}
	.page-id-18 .wpb_single_image img {
		display:none
	}
}
/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-404{
	text-align: center;
}
.error-404 h1{
	font-size: 150px;
	margin-bottom: 20px;
}
.error-404 h2{
	font-size: 20px;
}
/*--------------------------------------------------------------
# Medium
--------------------------------------------------------------*/
@media screen and (max-width: 460px){
	.padding-medium{
	    padding-top: 25px;
	    padding-bottom: 25px;
	}
	.padding-large{
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.padding-bottom-medium{
	    padding-bottom: 25px;
	}
	.padding-bottom-large{
	    padding-bottom: 50px;
	}
	.padding-box-large{
	    padding: 50px!important;
	}
	.article-equipment-list {
    	margin-bottom: 50px;
	}
	h1 {
	    margin-top: 25px;
	}
}