/* 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
--------------------------------------------------------------*/
@import url("css/plugin.css");
@import url("css/gravityforms.css");
@import url("css/woocommerce.css");
/*--------------------------------------------------------------
# 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: #fff;
    position: relative!important;
    padding: 0;
    font-family: "proxima-nova",sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
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;
}


.terms ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.terms li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.terms li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;    
}

.terms li li {
    margin: 0;
}

.terms li li:before {
    content: counters(item, ".") " ";
}
img{
	max-width: 100%;
	height:auto;
}
strong, b {
    font-weight: 700;
}
input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="password"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

/*--------------------------------------------------------------
# Sizing Table
--------------------------------------------------------------*/

table.size-guide {
    width: 100%;
    margin-top:2em;
    margin-bottom: 2em;
}

table.size-guide td {
    border-bottom: 1px solid #cbcbcb;
    padding: .5em 1em;
    text-align: center;
}

table.size-guide th {
    border-left: 1px solid #aaa;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
    background: #1b1b1b;
    font-weight: bold;
    color: #CCC;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6{
    font-style: normal;
    font-weight: 400;
    font-family: "bebas-neue",sans-serif;
}
h1 { 
    font-size: 40px; 
    line-height: 1.1; 
}
h2 { 
    font-size: 30px; 
    font-weight: 300;
    line-height: 1.1; 
}

h3 { 
    font-size: 25px; 
    line-height: 1.1; 
    font-weight: 300;
    margin-bottom: 25px;
}

h4 { 
   font-size: 20px; 
    line-height: 1.3; 
    font-weight: 300;
    margin-bottom: 19px;
    font-family: "proxima-nova",sans-serif;    
}

h5 { 
    font-size: 16px; 
    line-height: 1.1;
}

h6 { 
    font-size: 21px; 
    line-height: 1.1;
   
}

p,
ul,
ol,
li{
    font-size: 14px;
    line-height: 1.6;
    font-style: normal;
    font-weight: 300;
   
}
a{
    text-decoration: none;
    color: #231f20;
}
p a {
    color: #231f20;
}
p a:hover{
    border-bottom: 1px dashed #231f20;
}

.wpb_wrapper p a {
    color: #8e44ad;
}

.wpb_wrapper p a:hover {
    border-bottom: 1px dashed #8e44ad;
}

p,
ul,
ol{
    margin-bottom: 25px;
}
ul,
ol{
    padding-left: 20px;
}
ul li{
    list-style: outside disc;
    padding-bottom: 10px;
}
strong{
    font-weight: 600;
}
em{
    font-style: italic;
}
h1 + p,
h2 + p,
h2 + ul,
h1 + ul,
h3 + p,
h3 + ul{
    margin-top: 25px;
}
p + h2,
p + h1,
ul + h2,
ul + h1,
p + h3,
ul + h3{
    margin-top: 50px;
}
blockquote{
    padding-left: 45px;
    position: relative;
    display: block;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"]{
    background-color: #ffffff;
    padding: 0px 10px;
    width: 100%;
    height: 45px;
    line-height: 43px;
    color: #231f20;
    border: 1px solid #e5e5e5;
    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;
}

/*--------------------------------------------------------------
# VC
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Row spacing/type styles
--------------------------------------------------------------*/
.sod-medium{
    padding-top: 45px;
    padding-bottom: 45px;
}
.sod-large{
    padding-top: 90px;
    padding-bottom: 90px;
}
.sod-bottom-medium{
    padding-bottom: 45px;
}
.sod-bottom-large{
    padding-bottom: 90px;
}
.sod-box-large{
    padding: 90px!important;
}
.spacing{
    padding: 45px;
}
.sod-dark h1,
.sod-dark h2,
.sod-dark h3,
.sod-dark h4,
.sod-dark h5,
.sod-dark h6,
.sod-dark p,
.sod-dark a{
    color: #000;
}
.sod-light h1,
.sod-light h2,
.sod-light h3,
.sod-light h4,
.sod-light h5,
.sod-light h6,
.sod-light p,
.sod-light li,
.sod-light a{
    color: #fff;
}
.valign{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;  
    z-index: 99;
}
.button-border{
    border: 1px solid #000;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    text-transform: uppercase;
    padding: 0 35px;
    text-align: center;
    color: #000;
    letter-spacing: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.button-border:hover{
    color: #fff!important;
	background-color: #000!important;
	border: 1px solid #000!important;
}
.sod-dark .button-border{
    color: #000!important;
}
.sod-dark .button-border:hover{
    color: #fff!important;
}
.large-text p{
	font-size: 20px;
}
.narrow-column-layout .vc_column_container .vc_column-inner {
	max-width: 750px;
	margin:0px auto;
}
/*--------------------------------------------------------------
# VC
--------------------------------------------------------------*/
.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;
 }
/*--------------------------------------------------------------
# Page wrappers/Containers
--------------------------------------------------------------*/
.page-wrap{

}
.wrapper{
    max-width: 1425px;
    width: 100%;
    margin: 0 auto;
    padding-left: 45px;
    padding-right: 45px;
}
.wrapper:after{
    content: "";
    display: table;
    clear: both;
}
#main:after{
    content: '';
    display: table;
    clear: both;
}
@media screen and (max-width: 768px) {
    .wrapper{
        padding-left: 35px;
        padding-right: 35px;
    }
}
/*--------------------------------------------------------------
# Page preloader
--------------------------------------------------------------*/
.page-loader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999!important;
    background: #fff;
    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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Top Navigation
--------------------------------------------------------------*/
ul li.menu-item{
    list-style: none;
}
ul.menu{
	padding:0;
	margin: 0;
}
.top-navigation{
    height: 40px;
    background-color: #333;
    width: 100%;
    line-height: 1;
}
.top-navigation:after{
    content: '';
    display: table;
    clear: both;
}
.top-navigation .navigation{
    float: right;
    text-align: right;
}
#nav-top {
    float: left;
    padding: 0;
    margin: 0;
}
#nav-top > li {
    display: inline-block;
    list-style: none;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}
#nav-top > li > a{
    color: #fff;
    display: inline-block;
}
#site-header ul li ul.sub-menu {
    position: absolute;
    width: 220px;
    background-color: #4697F2;
    top: 145px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 999;
    padding: 0;
	display: none;
}
#site-header ul li ul.sub-menu:before {
	content:"";
    position: absolute;
	border:10px solid;
	border-top:none;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: #4697F2;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 99;
}
#site-header ul li.menu-item-has-children {
    position: relative;
}
#site-header ul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
#site-header ul li ul li a {
    display: block;
    padding: 15px 20px;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400!important;
    color: #FFF!important;
    font-family: 'proxima-nova',sans-serif;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
#site-header ul li ul li {
    display: block;
    margin: 0;
    text-align: left;
    padding: 0;
}
#site-header ul li ul li a:hover {
    background-color: rgba(0,0,0,0.1);
    color: #FFF!important;
    transition: background-color 0.3s ease-in-out;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.telephone{
    float: right;
    color: #fff;
    font-size: 18px;
    padding: 0 15px;
    line-height: 40px;
}
.telephone a{
    color: #fff;
}

.currency-converter a {
    background: #1a1a1a;
    color: #f4f4f4;
    margin-top: 7px;
    border: none !important;
}

ul.currency_switcher li a.active, ul.currency_switcher li a:hover {
    background: #1a1a1a;
    color: #f4f4f4;
}

/*--------------------------------------------------------------
# Navigation General
--------------------------------------------------------------*/
.main-navigation{
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
}
.home .main-navigation{
    border-bottom: none;
}
.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: 50%;
    text-align: right;
    vertical-align: middle;
    margin-bottom: 0;
}
.main-navigation .navigation > ul#nav-left {
    padding-right: 170px;
}
.main-navigation .navigation > ul#nav-right {
    text-align: left;
    padding-left: 160px;
}
.main-navigation .navigation > ul > li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding-bottom: 0;
}
.main-navigation .navigation > ul > li > a {
    display: inline-block;
    padding: 61px 22px;
}
.close-icon{
    display: none;
}
.main-navigation .navigation > ul > .social-nav a{
	padding: 63px 0px 61px 10px;
}
.main-navigation .navigation .social-nav {
    font-size: 17px;
    line-height: 17px;
}
@media screen and (max-width: 1150px){
	.main-navigation .navigation > ul > li > a {
	    padding: 60px 12px;
	}
	.main-navigation .navigation > ul#nav-right {
    	padding-left: 150px;
	}
	.main-navigation .navigation > ul#nav-left {
    	padding-right: 150px;
	}
}
@media screen and (max-width: 1024px) {
    .main-navigation .navigation {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all .5s 0s;
        -o-transition: all .5s 0s;
        transition: all .5s 0s;
    }
    .main-navigation .navigation.is-active{
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all .5s .2s;
        -o-transition: all .5s .2s;
        transition: all .5s .2s;
    }
    .main-navigation .navigation {
        position: fixed;
        z-index: 9998;
        top: 0;
        bottom: 0;
        left: 0;
        width: 310px;
        background: #fff;
        height: 100vh;
    }
    .navigation-overlay{
        position: fixed;
        z-index: 998;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        background: rgba(0,0,0,.2);
        -webkit-transition: opacity 0.2s,visibility 0s 0.2s;
        -o-transition: opacity 0.2s,visibility 0s 0.2s;
        transition: opacity 0.2s,visibility 0s 0.2s;
    }
    .navigation-overlay.is-active {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.2s,visibility 0s 0s;
        -o-transition: opacity 0.2s,visibility 0s 0s;
        transition: opacity 0.2s,visibility 0s 0s;
    }
    .close-icon{
        display: block;
        text-align: left;
        padding-top: 65px;
        padding-left: 30px;
    }
    .close-icon:before{
		content:"x";
		color:#d34233;
		display: inline-block;
		margin-right: 8px;    
	}
    .main-navigation .navigation > ul {
        width: 100%;
        text-align: left!important;
        padding: 0!important;
        border: none;
        display: block;

    }
    .main-navigation .navigation > ul#nav-left,
    .main-navigation .navigation > ul#nav-right {
        padding-right: 0px;
        padding-left: 0px;
    }
    .main-navigation .navigation > ul#nav-left{
        margin-top: 85px;
    }
    .main-navigation .navigation > ul > li {
        margin: 10px 0!important;
        padding: 0;
        display: block;
    }
    .main-navigation .navigation > ul > li a {
        display: block;
        padding: 10px 35px;
        font-weight: 500;
    }
    .main-navigation .navigation > ul > .social-nav a {
    	padding: 10px 0px 10px 35px;
	}
	.main-navigation .navigation > ul > .social-nav {
    	display:inline-block;
	}
    #site-header ul li ul.sub-menu{
        position: static;
        display: none;
        transform: none;
        background-color: transparent;
        color: #000;
        width: 100%;
    }
    #site-header ul li.menu-item-has-children:hover ul.sub-menu {
        display: none;
    }
    #site-header ul li ul.sub-menu a{
        color: #000!important;
        font-weight: 300!important;
        padding: 10px 35px;
    }
    body #site-header ul li ul.sub-menu {
	    position: static;
	    display: none;
	    transform: none;
	    background-color: transparent;
	    color: #000;
	    opacity: 1;
	    visibility: visible;
	    width: 100%;
	    height: auto;
	    left: auto;
	    top: auto;
	    padding: 10px 20px;
	    background-color: #fafafa;
	    border-top: 1px solid #eee;
	    border-bottom: 1px solid #eee;
	}
}
/*--------------------------------------------------------------
# nav-icon menu
--------------------------------------------------------------*/
.nav-icon{
    display: inline-block;
    margin: 0;
    padding: 61px 0 60px;
    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: 25px;
    display: none;
}
.nav-icon:hover {
    opacity: .7;
}
.nav-icon-box {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 24px;
    margin-top: 5px;
}
.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);
}
.nav-icon.is-active .nav-icon-inner:before {
    top: 0;
    transition: top .1s ease,opacity .1s .14s ease;
    opacity: 0;
}
.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);
}

@media screen and (max-width: 1024px) {
    .nav-icon{
        display: block;
        padding: 40px 0 40px;
    }
}
/*--------------------------------------------------------------
# Logo
--------------------------------------------------------------*/
#logo{
    position: absolute;
    font-size: 0;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 230px;
    text-align: center;
    z-index: 999;
    margin: 0 auto;
}
.logo-wrapper{
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 100;
}
#logo a{
    display: block;
    cursor: pointer;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer Main
--------------------------------------------------------------*/
#site-footer{
    clear: both;
    position: relative;
    background-color: #7fcde5;
    position: relative;
}
#site-footer .wrapper{
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
    z-index:2;
}
#site-footer:before{
    content: '';
    display: block;
    background-image: url(images/footer-repeat.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:1;
}
#site-footer:after{
    content: "";
    display: table;
    clear: both;
}
.footer-logo{
    width: 50%;
    float: left;
}
.footer-links{
    width: 25%;
    float: left;
}
#site-footer h6 {
    padding-bottom: 10px;
}
li.social-footer
{
	width:30px;
	float: left;
}
li.social-footer i {
    font-size: 18px;
}
@media screen and (max-width: 1024px) { 
    .footer-logo{
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 45px;
    }
    .footer-links{
        width: 50%;
        float: left;
    }
}

/*--------------------------------------------------------------
# Secondary Footer
--------------------------------------------------------------*/
#secondary-footer li{
	margin:0;
	padding:0;
}
#secondary-footer{
    background-color: #020202;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
}
#secondary-footer:after{
    content: "";
    display: table;
    clear: both;
}
#secondary-footer .copyright,
#secondary-footer #secondary-menu
{
    padding: 20px 0;
}
#secondary-footer .payment-method
{
    padding: 3px 0;
}
.payment-method img {
    position: relative;
    top: 11px;
}
.copyright{
    width: 33.33%;
    float: left;
    color: #fff;
}
.copyright a{
    color: #fff;
}
.payment-method{
    width: 33.33%;
    float: right;
    color: #fff;
    text-align: right;
}
#secondary-footer ul{
    width: 33.33%;
    float: left;
    text-align: center;
    margin-bottom: 0;
}
#secondary-footer ul > li{
    display: inline-block;
    list-style: none;
}
#secondary-footer ul > li:last-child:before{
    content: '|';
    display: inline-block;
    color: #fff;
    width: 30px;
    text-align: center;
}
#secondary-footer ul > li a{
    display: inline-block;
    color: #fff;
}

@media screen and (max-width: 1024px){
	#secondary-footer .wrapper {
	    padding-left: 20px;
	    padding-right: 20px;
	}
}
@media screen and (max-width: 870px){
	#secondary-footer .copyright, 
	#secondary-footer #secondary-menu{
	    width: 50%;
	}
	#secondary-footer #secondary-menu{
	    text-align:right;
	}
		#secondary-footer .payment-method{
	    display:none;
	}
}
@media screen and (max-width: 450px){
	#secondary-footer .copyright, 
	#secondary-footer #secondary-menu{
	    width: 100%;
	    text-align:center;
	}
	#secondary-footer .copyright, 
	#secondary-footer #secondary-menu{
	    padding: 0;
	}
	#secondary-footer {
		padding:15px 0;
	}
}
/*--------------------------------------------------------------
# VC carousel
--------------------------------------------------------------*/
.sod-carousel-item .caption[data-position="center"]{
    margin: 0 auto;
    width: 40%;
}
.sod-carousel-item .caption[data-position="left"]{
    float: left;
    width: 60%;
}
.sod-carousel-item .caption[data-position="right"]{
    float: right;
    width: 60%;
}
.sod-carousel-item .caption .lead{
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: italic;
    color: #5b5b5a;
}
.sod-carousel-item .caption h1{
	font-size: 100px;
	line-height: 1;
    margin-top: 14px;
    margin-bottom: 14px;
}
.sod-carousel-item .caption p{
	font-size: 20px;
	font-weight: 300;
	max-width: 580px;
}
/*--------------------------------------------------------------
# VC feature
--------------------------------------------------------------*/
.feature-wrapper{
    background-color: #000;
    position: relative;
    width: 100%;
}
.feature-wrapper:after{
    content: '';
    display: table;
    clear: both;
}
.feature-wrapper img{
    width: 100%;
    height: auto;
    display: block;
}
.feature-wrapper.no-image .feature-description{
    position: static!important;
    padding: 15% 8%;
}
.feature-wrapper .feature-description{
    position: absolute;
    top: 20%;
    width: 60%;
    padding: 0 8%;
    z-index: 999;
}
.feature-wrapper .feature-description[data-position="center"]{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.feature-wrapper .feature-description[data-position="right"]{
    right: 0;
    width: 50%;
}
.feature-wrapper .feature-description[data-position="left"]{
    left: 0;
}
.feature-lead,
.lead{
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: italic;
    color: #000;
    font-size: 40px;
    text-transform: uppercase;
}
h2.feature-title {
    font-size: 120px;
    line-height: 1;
    margin-top: 14px;
    margin-bottom: 14px;
}
.home .feature-wrapper.no-image h2.feature-title{
	font-size: 100px;
}
.home .feature-wrapper.no-image .feature-lead{
	color:#fff;
}
.lower-left-image-layout{
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: auto 700px ; 
}
/*--------------------------------------------------------------
# Home form
--------------------------------------------------------------*/
.home .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
    width:30%;
    float:left;
}
.gform_wrapper form{
	position: relative;
}
.home .gfield, 
.home li.gfield {
    margin: 0;
}
.home .gform_body{
    width: 50%;
    float: left;
    padding-left: 10px;
}
body.home .gform_body .gfield_label{
	display:none;
}
.home .gform_button{
    width: 100%;
    height: 45px;
    border-radius: 0 4px 4px 0;
    line-height: 44px;
    padding: 0;
    cursor: pointer;
    font-family: "bebas-neue",sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    background-color: #7fcde5
}
body.home #main h4 {
	padding: 9px;
	text-align: right;
}
body.home .gfield input[type=text]{
	background-color: #fff;
	border-radius: 4px 0  0 4px;
}
.gform_button:hover{
	border-color:none;
	background-color: #e5c2d3;
}
/*--------------------------------------------------------------
# Gravity buttons
--------------------------------------------------------------*/

.gform_button, .gform_next_button, .gform_previous_button {
    background-color: #7fcde5;
}

/*--------------------------------------------------------------
# Woo commerce
--------------------------------------------------------------*/
.subtitle{
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 0;
}
.woocommerce .products li .price {
    width: 40%;
}
.woocommerce .products li h3 {
    width: 60%;
}
.composite_form .component .component_selections > * {
    padding-left: 0px;
}
form.composite_form .component{
    padding: 25px 0px;
    border-top:1px solid #e0e0e0;
}
.woocommerce div.product .component_title.product_title {
    font-family: proxima-nova;
    font-size: 20px;
    width: 100%;
    color:#000;
}
.single-product .wrapper .composite_form .product{
    max-width: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}
.component .woocommerce-info li,
.woocommerce-error li{
    padding-left: 0px;
    padding-right: 0px;
    width: auto;
}
.component .clear_component_options,
.component_summary .cart .variations a.reset_variations {
    border-bottom: 1px solid transparent;
    font-size: 14px;
    color:#d34233;
    clear: both;
    font-weight: 400;
}
.component .clear_component_options:hover,
.component_summary .cart .variations a.reset_variations:hover {
    border-bottom: 1px solid #d34233;
}
.component.toggled .component_title_wrapper .component_title.inactive {
    opacity: 0.2;
}
.component .details {
    padding-left: 0;
    width: 100%;
}
.component table {
    width: 100%;
}
.component_summary .cart .variations td.label {
    font-weight: 300;
    font-size: 14px;
    color:#000;
    padding:0;
}
.composite_form .component div.component_inner {
    padding-bottom: 0;
    padding-top:25px;
}
.composite_form .component.options-style-dropdowns .component_options_inner {
    padding: 0;
}
.component .composited_product_images img {
    border: 1px solid #e0e0e0;
}
.component .component_option_thumbnails .component_option_thumbnail {
    margin: 0px;
    box-shadow: none;
    opacity: 1;
    transition: none;
    -webkit-transition: none;
    border: 1px solid #e0e0e0;
}
.component .component_option_thumbnails .component_option_thumbnail:hover {
    border: 1px solid #d0d0d0;
}
.component .component_option_thumbnails .component_option_thumbnail.selected {
 	border: 1px solid #777;
}
.select2-container {
    width: 100%;
}
.select2-container .select2-choice {
    width: 100%;
}
p.form-row.checkout-subscribe-prompt.clear {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Media queries
--------------------------------------------------------------*/
@media screen and (max-width: 1300px){
	/*--------------------------------------------------------------
	home page styling
	--------------------------------------------------------------*/
	h2.feature-title,
	.sod-carousel-item .caption h1 {
	    font-size: 64px;
	}
	.home .feature-wrapper.no-image h2.feature-title {
	    font-size: 38px;
	}
	.feature-lead, 
	.lead {
	    font-size: 24px;
	}
	.home .gform_body {
	    width: 70%;
	    padding-left: 0px;
	}
	.sod-carousel-item .caption p {
	    font-size: 14px;
	}
	.feature-wrapper .feature-description[data-position="right"]{
	    width: 60%;
	}
	.button-border {
	    padding: 0 20px;
    }
    /*--------------------------------------------------------------
	Header
	--------------------------------------------------------------*/
    #logo {
    width: 180px;
    }
}
@media screen and (max-width: 1024px){
	.sod-box-large {
		padding: 45px!important;
	}
	.top-navigation{
		display:none;
	}
	body.home #main h4 {
	    font-size: 18px;
	    padding:0;
	}
}
@media only screen and (max-width: 768px){
	#logo {
    	width: 140px;
    }
	.home .container {
	    padding: 0!important;
	}
	.sod-carousel-item .valign > div {
   		 margin-left: 5%;
	}
	.carousel {
	    border-bottom: 1px solid #e4e4e4;
	    max-height: 100%;
	    overflow: visible;
	}
	sod-carousel-item {
	    max-height: 100%;
	}
	.sod-carousel-item .overlay {
    	background-color: transparent;
	}
	.carousel svg {
    	display: none;
	}
	.sod-carousel-item .valign {
	    width: 100%;
	    padding: 45px 0;
	    position: static;
	    background-color: #fff;
	    transform: none;
	    top:auto;
	}
	.sod-carousel-item .caption[data-position="right"] {
	    float: left;
	    width: 100%;
	    margin-left: 0;
	}
	.sod-carousel-item .valign p {
    	color: #333;
	}
	.sod-carousel-item .caption[data-position="center"] {
	    width: 100%;
	}
	.sod-box-large {
    	padding: 35px 0!important;
	}
	.lower-left-image-layout{
		background-position: bottom center;
		background-size: auto 400px ; 
		padding-bottom: 390px!important;
	}

}
@media only screen and (max-width: 450px){
	.button-border {
	    padding: 0 20px;
	    font-size: 14px;
    }
    body.home #main h4 {
	    font-size: 18px;
	    padding:0;
	    text-align: center
	}
	#gform_2 {
		margin-top:25px;
	}
}