/* 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 styles
    ## Resets
# Page wrappers/Containers
# Navigation
    ## Top Navigation - Secondary
    ## Main Navigation - General
#Components
    ## Event Component
    ## Icon Component
    ## Team Component
    ## Carousel
# Homepage styles
# Page header
# Forms
    ## Gravity Forms

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

/*--------------------------------------------------------------
# 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: #F2F2F2;
    position: relative!important;
    font-family: "proxima-nova",sans-serif;
}
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{
    color: #333333;    
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;   
    font-family: "futura-pt",sans-serif;

}
h1 { 
    font-size: 28px; 
    line-height: 1.1; 
    text-transform: uppercase;
}

h2 { 
    font-size: 24px; 
    line-height: 1.1; 
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h3 { 
    font-size: 20px; 
    line-height: 1.1;
    text-transform: uppercase; 
}

h4 { 
   font-size: 18px; 
    line-height: 1.1; 
}

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

h6 { 
    font-size: 16px; 
    line-height: 1.1;
   
}
h2 + p{
    margin-top: 25px;
}
h3 + p{
    margin-top: 25px;
}
p,
ul,
li{
    font-size: 15px;
    line-height: 1.4;
    font-style: normal;
    font-family: "proxima-nova",sans-serif;
    color: #333;
    font-weight: 400;
   
}
a{
    text-decoration: none;
    color: #2B3D6B;
    padding-bottom: 3px;
    font-weight: 500;
}
a:hover{
    border-bottom: 1px solid #2B3D6B;
}
p a{
    color: #2B3D6B;
    font-weight: 500;
}
p,
ul{
    margin-bottom: 20px;
}
p:last-child{
    margin-bottom: 0;
}
ul,ol{
    padding-left: 18px;
}
ul li{
    list-style: outside disc;
    padding-bottom: 10px;
}
ul li:last-child{
    padding-bottom: 0px;
}
ol li{
    padding-bottom: 10px;
}
strong{
    font-weight: 600;
}
em{
    font-style: italic;
}
blockquote p{
    text-align: center;
    font-family: "futura-pt",sans-serif;
    color: #575858;
    font-size: 21px;
    padding: 25px 45px;
}
blockquote{
    border-top: 1px solid #B3D9EA;
    border-bottom: 1px solid #B3D9EA;
    display: block;
    width: 100%;
    position: relative;
    margin-top: 70px;
    margin-bottom: 70px;
}
blockquote:before, 
blockquote:after,
q:before, q:after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    height: 25px;
    width: 36px;
    position: absolute;
    z-index: 99;
}
blockquote:before{
    background-image: url(../images/block-quote-start.png);
    top: -25px;
    left: 0;
}
/*--------------------------------------------------------------
# Row spacing/type styles
--------------------------------------------------------------*/
.sod-small{
    padding-top: 25px;
    padding-bottom: 25px;
}
.sod-medium{
    padding-top: 45px;
    padding-bottom: 45px;
}
.sod-large{
    padding-top: 90px;
    padding-bottom: 90px;
}
.sod-xlarge{
    padding-top: 120px;
    padding-bottom: 120px;
}
.sod-bottom-large{
    padding-bottom: 90px;
}
.sod-column-spacing-bottom{
    padding: 0px 45px!important;
}
.sod-column-spacing-bottom:first-child{
    padding-left: 90px!important;
}
.sod-column-spacing-bottom:last-child{
    padding-right: 90px!important;
}
.sod-column-spacing-bottom{
    padding-bottom: 90px!important;
}
.sod-column-spacing{
    padding: 0 45px!important;
}
.sod-column-spacing:first-child{
    padding-left: 90px!important;
}
.sod-column-spacing:last-child{
    padding-right: 90px!important;
}
.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: #666;
}
.sod-light h1,
.sod-light h2,
.sod-light h3,
.sod-light h4,
.sod-light h5,
.sod-light h6,
.sod-light p,
.sod-light a,
.sod-light li{
    color: #fff;
}
.valign{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;  
    z-index: 999;
}
/*--------------------------------------------------------------
# VC RESETS
--------------------------------------------------------------*/
.vc_column-inner {
    padding: 0!important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
    margin-bottom: 0!important;
}
.vc_row{
    margin: 0!important;
}
/*--------------------------------------------------------------
# Page wrappers/Containers
--------------------------------------------------------------*/
.site-container {
    position: relative;
    overflow-x: hidden;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 100%;
    min-height: 100%;
    animation-duration: 1000ms;
    opacity: 1;
    background-color: #FFF;
}
.site-wrapper{
    position: relative;
     background-color: #FFF;
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.site-wrapper-after{
    position: absolute;
    z-index:999;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0,0,0,0.6);
    content: '';
    opacity: 0;
}
.container{
    max-width: 1425px;
    width: 100%;
    margin: 0 auto;
    padding-left: 90px;
    padding-right: 90px;
}
.container:after{
    content: "";
    display: table;
    clear: both;
}
.home #main{
    background-color: #FFF;
}
#main{
    background-color: #F2F2F2;
    padding-top: 140px;
}
#main:after{
    content: '';
    display: table;
    clear: both;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 101;
    top: -0px;
}
#header:after{
    content: '';
    display: table;
    clear: both;
}
/*--------------------------------------------------------------
# Top Navigation - Secondary
--------------------------------------------------------------*/
#top-navigation{
    width: 100%;
    height: 40px;
    background-color: #2b3d6b;
    position: absolute;
    top: 0;
    overflow: hidden;
}
#top-navigation:after{
    content: "";
    display: table;
    clear: both;
}
#top-navigation #top-menu{
    float: right;
}
#top-navigation ul{
    margin: 0;
    padding: 0;
}
#top-navigation ul li{
    text-align: right;
    display: inline-block;
    list-style: none;
    padding: 0;
}
#top-navigation ul li a{
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.25px;
    font-family: 'futura-pt',sans-serif;
    padding: 11px 20px;
    display: block;
    transition: background-color 0.3s ease-in-out;
    border-bottom: none;
}
#top-navigation ul li:hover a{
    background-color: rgba(255,255,255,0.1);
    transition: background-color 0.3s ease-in-out;
}
#top-navigation .telephone{
    background-color: #f48120;
    color: #fff;
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    border-bottom: none;
}
/*--------------------------------------------------------------
# Navigation General
--------------------------------------------------------------*/
#site-header{
    width: 100%;
    height: 100px;
    position: fixed;
    top: 40px;
    left: 0;
    margin:0;
    z-index: 999;
    background-color: #4170c4;
}
#main-navigation:after{
    content: "";
    display: table;
    clear: both;
}
#site-header.scroll{
    top: -142px;
}
#site-header.nav-up {
    top: -142px!important;
    -webkit-transition: top .6s ease-in-out;
    transition: top .6s ease-in-out;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
    position: fixed;
}
#site-header.nav-down{
    top: 0px!important;
    -webkit-transition: top .5s ease-in-out;
    transition: top .5s ease-in-out;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
    position: fixed;
}
#site-header:after{
    content: "";
    display: table;
    clear: both;
}
#site-header #navigation ul {
    margin: 0;
    padding: 0 45px 0 0;
    list-style-type: none;
    text-transform: uppercase;
    text-align: right;
}
#site-header #navigation ul li {
    margin-right: 19px;
    margin-left: 19px;
    text-align: center;
    padding-bottom: 0;
    display: inline-block;
}
#site-header  #navigation ul > li > a{
    padding: 39px 0 36px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: 'futura-pt',sans-serif;
    color: rgba(255,255,255,0.8);
    border-bottom: 4px solid #4170c4;
    transition: color 0.3s ease-in-out,  border-color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out,  border-color 0.3s ease-in-out;
}
#site-header  #navigation ul > li > a:hover{
    color: rgba(255,255,255,1);
    border-color: #fff;
    transition: color 0.3s ease-in-out,  border-color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out,  border-color 0.3s ease-in-out;
}
/*--------------------------------------------------------------
# Navigation Left Aligned
--------------------------------------------------------------*/
#site-header[data-format="sod-left-nav"] #logo{
    width: 25%;
    float: left; 
    height: 100px;
    padding: 0 75px 0 90px;
    background-color: #FFF;
    position: relative;
}
#site-header[data-format="sod-left-nav"] #logo:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    height: 100px;
    border-top: 0px solid transparent;
    border-bottom: 100px solid transparent;
    border-left: 45px solid #fff;
    position: absolute;
    top: 0;
    right: -45px;
}
#site-header[data-format="sod-left-nav"] #logo img{
    width: 100%;
    height: auto;
    display: block;
    max-width: 230px;
    margin: 0 auto;
}
#site-header[data-format="sod-left-nav"] #logo .logo-wrapper{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 62%;
}
#site-header[data-format="sod-left-nav"] #navigation{
    float: right;
    width: 75%;
}
#site-header[data-format="sod-left-nav"] #navigation ul li:last-child{
    margin-right: 0px;
}

#mobile-navigation{
    display: none;
}

#site-header #main-navigation ul li.current_page_item,
#site-header #main-navigation ul li.current-page-ancestor{
    position: relative;
}
#site-header #main-navigation ul li.current_page_item > a,
#site-header #main-navigation ul li.current-page-ancestor > a,
#site-header #main-navigation ul li.current-menu-ancestor > a{
    border-color: #fff;
}
#site-header #main-navigation ul li li.current-menu-item > a{
   border-bottom: 1px solid rgba(255,255,255,0.1);
}
#site-header #main-navigation ul li.menu-item-has-children{
    position: relative;
}
#site-header #main-navigation ul li.menu-item-has-children:hover ul{
    display: block;
}
#site-header #main-navigation ul li ul{
    position: absolute;
    width: 220px;
    background-color: #547fca;
    top: 100px;
    left: -130px;
    z-index: 999;
    padding: 0;
    display: none;
}
/*
#site-header #main-navigation ul li ul:before{
    content: '';
    display: block;
    width: 0; 
    height: 0; 
    margin-top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #547fca;
    margin-left: 140px;
}
*/
#site-header #main-navigation 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 #main-navigation 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);
}
#site-header #main-navigation ul li ul li{
    display: block;
    margin: 0;
    text-align: left;
    padding: 0;
}
#site-header #main-navigation ul li.current_page_item ul li a{
    color:#fff!important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#site-footer{
    padding: 90px 0;
    background-color: #2b3d6b;
}
#site-footer .logo {
    max-width: 255px;
    display: block;
    margin-top: 15%;
}
#site-footer .logo img{
    width: 100%;
    height: auto;
    display: block;
}
#site-footer:after{
    content: "";
    display: table;
    clear: both;
}
#site-footer .col-3:first-child{
    width: 26%;
    margin-right: 9%;
}
#site-footer .col-3{
    width: 17%;
    float: left;
    margin-right: 5%;
}
#site-footer .col-3:last-child{
    width: 21%;
    float: left;
    margin-right: 0;
    text-transform: uppercase;
}
#site-footer .col-3 h6{
    color: #fff;
    letter-spacing: 1.1px;
    font-size: 17px;
    margin-bottom: 25px;
    font-weight: 600;
}
#site-footer .col-3 h6:after{
    content: '';
    display: block;
    height: 1px;
    background-color: #fff;
    width: 80%;
    margin-top: 10px;
}
#site-footer .col-3 ul{
    margin: 0;
    padding: 0;
}
#site-footer .col-3 ul li{
    list-style: none;
    padding-bottom: 15px;
}
#site-footer .col-3 ul li:last-child{
    margin: 0;
    padding: 0;
}
#site-footer .col-3 ul li a{
    font-family: "proxima-nova",sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #fff;
    font-size: 14px;
    transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
}
#site-footer .col-3 ul li a:hover{
    color:rgba(255,255,255,0.6);
    transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
}
#site-footer .col-3:last-child ul li a{
    text-transform: uppercase;
}
#site-footer .col-3 .social{
    margin-top: 25px;
}
#site-footer .col-3 .social a{
    color: #fff;
    display: inline-block;
    margin-right: 7px;
    font-size: 14px;
}
/*--------------------------------------------------------------
#Event Component
--------------------------------------------------------------*/
.event-wrapper{
    background-color: #4170C4;
    width: 90%;
    padding: 90px;
    height: auto;
    margin: 0 auto 45px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    position: relative;
}
.event-wrapper:last-child{
    margin-bottom: 90px;
}
.event-wrapper h3{
    color: #fff;
    font-size: 21px;
}
.event-wrapper .title{
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'futura-pt',sans-serif;
}
.event-wrapper h3:after{
    content: '';
    display: block;
    background-color: #fff;
    margin-top: 22px;
    margin-bottom: 45px;
    width: 80px;
    height: 1px;
}
.event-wrapper .label{
    text-transform: capitalize;
    width: 15%;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}
.event-wrapper .event-detail{
    margin-bottom: 25px;
}
.learn-more{
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;bottom:0;
    display: block;
    background-color: rgba(244,129,32,1);
    width: 170px;
    right: 170px;
    text-align: center;
    font-family: 'futura-pt',sans-serif;
    font-size: 16px;
}
.learn-more:hover{
    border: none;
    background-color: rgba(264,149,42,1);
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
}
.register{
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;bottom:0;
    display: block;
    background-color: rgba(43,61,107,1);
    width: 170px;
    text-align: center;
    right: 0;
    letter-spacing: 1px;
    font-family: 'futura-pt',sans-serif;
    font-size: 16px;
}
.register:hover{
    border: none;
    background-color: rgba(43,61,107,0.7);
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
}
/*--------------------------------------------------------------
# Icon Component
--------------------------------------------------------------*/
.icon-wrapper{
    background-color: #4170C4;
    width: 90%;
    height: auto;
    margin: 0 auto 45px;
    position: relative;
}
.icon-wrapper:after{
    content: "";
    display: table;
    clear: both;
}
.icon-wrapper .icon-description{
    width: 50%;
    float: right;
    text-align: center;
    padding: 90px;
}
.icon-wrapper .valign{
    width: 50%;
    text-align: center;
}
.icon-wrapper h3{
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 30px;
}
.icon-wrapper h3:after{
    content: '';
    display: block;
    background-color: #fff;
    margin: 30px auto 0;
    width: 80px;
    height: 1px;
}
.icon-wrapper p{
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
}
.icon-wrapper p:last-child{
    margin-bottom: 0;
}
.icon-wrapper ul {
    padding-left: 0;
}
.icon-wrapper ul li{
    list-style: none;
    color: #fff;
    text-align: left;
}
.icon-wrapper:last-child{
    margin-bottom: 90px;
}
.icon-wrapper[data-position="left"]{
    background-color: transparent;
    width: 100%;

}
.icon-wrapper[data-position="left"] .icon-image{
    width: 20%;
    float: left;
}
.icon-wrapper[data-position="left"] .valign{
    width: 100%;
    position: static;
    transform: none;
}
.icon-wrapper[data-position="left"] h3{
    float: left;
    margin-left: 5%;
    width: 75%;
    color: #1a1a1a;
    margin-top: 5px;
    text-transform: none;
    font-size: 21px;
    text-align: left;
}
.icon-wrapper[data-position="left"] .icon-description{
    display: none;
}
.icon-wrapper[data-position="left"]:last-child{
    margin-bottom: 0px;
}
/*--------------------------------------------------------------
#Team Component
--------------------------------------------------------------*/
.team-wrapper:after{
    content: '';
    display: table;
    clear: both;
}
.team-image{
    width: 20%;
    float: left;
}
.team-image img{
    width: 100%;
    height: auto;
    display: block;
}
.team-description{
    width: 75%;
    float: right;
    margin-left: 5%;
}
.team-description .col-4{
    width: 30%;
    float: left;
    margin-right: 5%;
}
.team-description .col-4:last-child{
    margin-right: 0;
}
.team-description h2{
    color: #f48120;
    margin-bottom: 5px;
    font-size: 26px;
}
.team-description h3{
    color: #a6a6a6;
    font-size: 26px;
    margin-bottom: 45px;
}
.team-description ul{
    padding-left: 0;
}
.team-description ul li{
    list-style: none;
}
.team-description h4{
    color: #333;
    font-size: 18px;
    text-transform:uppercase;
    font-weight: 500;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.team-description p:last-child{
    min-height: auto;
}
.team-description strong{
    color: #f48120;
}
.article-title{
    font-family: 'futura-pt',sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    color: #2b3d6b;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 22.5px;
    margin-bottom: 45px;
}
.sod-light .article-title{
    font-family: 'futura-pt',sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 22.5px;
    margin-bottom: 45px;
}
/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
.carousel{
    max-height: 650px;
    overflow: hidden;
}
.carousel:after{
    content: '';
    display: table;
    clear: both;
}
.sod-carousel-item{
    max-height: 650px;
    position: relative;
}
.sod-carousel-item h1{
    font-weight: 800;
    margin-bottom: 25px;
    font-family: 'futura-pt', sans-serif;
    color: #2b3d6b;
    letter-spacing: 0;
    font-size: 29px;
    line-height: 1.4;
}
.sod-carousel-item .overlay{
    width: 200%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.12);
    z-index: 9;
}
.sod-carousel-item p{
    color: #fff;
    font-size: 20px;
    font-family: 'futura-pt',sans-serif;
    margin-bottom: 25px;
}
.sod-carousel-item p > a{
    font-size: 15px;
    background-color: #4170C2; 
}
.sod-carousel-item .valign{
    width: 48%;
    top: 46%;
}
.sod-carousel-item .valign > div{
    margin-left: 15%;
}
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header{
    background-size: cover;
    position: relative;
    height: 900px;
    z-index: 1;   
    background-position: center center;
    overflow: hidden;
}
.page-header .page-caption-container{
    position: relative;
    width: 90%;
    height: 900px;
    margin: 0 auto;
}
.page-caption{
    background-color: rgba(244,129,32,0.9);
    width: 50%;
    padding: 55px;
    color: #fff;
    position: absolute;
    bottom: 400px;
    left: 0;
}
.page-caption h2{
    color: #fff;
    font-size: 42px;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 900;
    width: 80%;
}
.page-caption p{
    color: #fff;
    font-size: 18px;
}
.page-title{
    background-color: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
}
.page-title:after{
    content: '';
    display: table;
    clear: both;

}
.page-title h1{
    padding-top: 45px;
    padding-bottom: 45px;
    font-weight: 500;
}
.pull-top{
    margin-top: -400px;
    position: relative;
    z-index: 2;
}
.angle-overlay{
    position: absolute;
    bottom: -1px;
    left: -2px;
    right: 0;
    z-index: 9;
    width: 103%;
    height: 136px;
}
/*--------------------------------------------------------------
# SVG overlay
--------------------------------------------------------------*/
.angle-overlay path{
    fill: #F2F2F2;
}
.home .angle-overlay path{
    fill: #FFFFFF;
}
svg{
    display: block;
    margin-bottom: -1px;
}
/*--------------------------------------------------------------
# Home ul overwrite
--------------------------------------------------------------*/
.home ul li{
    list-style: none;
}
.home ul {
    padding-left: 45px;
}
/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
#archive,
#archive-single{
    width: 66.66%;
    float: left;
}
.archive-post{
    margin-bottom: 90px;
}
.archive-post:last-child{
    margin-bottom: 45px;
}
.archive-post .archive-image{
    margin-bottom: 45px;
}
.archive-post .archive-image img{
    width: 100%;
    height: auto;
    display: block;
}
.archive-post h2{
    font-size: 22px!important;
    letter-spacing: 1px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.archive-post h2 a{
    border-bottom: none;
}
.archive-post .meta{
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 25px;
    margin-bottom: 45px!important;
}
.archive-post span{
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}
.archive-post .category ul{
    margin: 0;
    padding: 0;
}
.archive-post .category ul li{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
}
.archive-post .category ul li a{
    border-bottom: none;
}
.archive-post .archive-link{
    background-color: rgba(43,61,107,1);
    color: #FFF;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    padding: 0 35px;
    text-transform: uppercase;
    margin-top: 45px;
    transition: background-color 0.2s ease-in-out ,color 0.1s ease-in-out;
    font-family: 'futura-pt',sans-serif;
    border-bottom: none;
}

#sidebar{
    width: 23.33%;
    float: right;
    margin-left: 8%
}
#sidebar h6{
    font-size: 22px!important;
    letter-spacing: 1px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E5E5E5;
    text-transform: uppercase;
    margin-bottom: 25px;
}
#sidebar ul{
    margin: 0 0 45px 0;
    padding: 0;
}
#sidebar ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidebar ul li a{
    border-bottom: none;
}
/*--------------------------------------------------------------
# Site banner component
--------------------------------------------------------------*/
.hero-wrapper{
    background-size: cover;
    position: relative;
    height: 50px;
    padding-top:100px;
}
.hero-wrapper .hero-overlay{
    background-color: rgba(0,0,0,0.4);
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}
.hero-wrapper .container{
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    padding: 120px 0;
}

.hero-wrapper .hero-description h1 + p,
.hero-wrapper .hero-description h2 + p,
.hero-wrapper .hero-description h3 + p{
    margin-top: 35px;
}

.hero-wrapper[data-position="center"] .hero-overlay{
    width: 100%;
    height: 100%;
}
.hero-wrapper[data-position="center"] .hero-description{
    width: 50%;  
    margin: 0 auto;
    text-align: center;

}
.hero-wrapper[data-position="center"] .hero-description p{
    font-size: 18px;
}



/*--------------------------------------------------------------
# Page Preloader
--------------------------------------------------------------*/
.page-container{
    opacity: 0;
    overflow: hidden;
}
.sod-loader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #f2f2f2;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 100px;
    margin-top: -25px;
    margin-left: -25px;
}
.object{
    width: 10px;
    height: 10px;
    background-color: #f48120;
    float: left;
    margin-right: 10px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

#object_one {   
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
    }
#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s; 
    animation-delay: 0.25s;
    }
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
    75% { 
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
@keyframes object_one {
    75% { 
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_two {
    75% { 
        -webkit-transform: scale(0); 
    }
}

@keyframes object_two {
  75% { 
    transform: scale(0);
    -webkit-transform:  scale(0);
  }

}

@-webkit-keyframes object_three {

  75% { -webkit-transform: scale(0); }

}

@keyframes object_three {

  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  
}
/*--------------------------------------------------------------
# TMCE styles
--------------------------------------------------------------*/
.button-blue a {
    background-color: rgba(43,61,107,1);
    color: #FFF;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    padding: 0 35px;
    text-transform: uppercase;
    transition: background-color 0.2s ease-in-out ,color 0.1s ease-in-out;
    font-family: 'futura-pt',sans-serif;
    border-bottom: none;
}
.button-blue a:hover {
    background-color: rgba(43,61,107,0.95);
}
/*--------------------------------------------------------------
# Gravity Forms
--------------------------------------------------------------*/
.gform_wrapper:after,
.gform_body:after{
    content: "";
    display: table;
    clear: both;
}
.validation_error
{
	margin-bottom:30px;
}
.validation_error,
.validation_message
{
	color:#f48120;
}
.gform_fields{
    padding: 0;
    margin:0;
}
.gform_fields .gfield{
    padding: 0;
    margin: 0;
    list-style: none;
    width: 48%;
    margin-right: 4%;
    float: left;
    margin-bottom: 25px;

}
.gform_fields  .gfield_label{
    font-weight: 500;
}
.gform_fields .gfield:nth-child(2n+2){
    float: right;
    margin-right: 0;
}
.gform_fields .gfield input{
    border:none;
    border-radius: 0px;
    height: 45px;
    line-height: 1;
    width: 100%;
    padding: 0 0 0 10px;
    color: #333;
    font-size: 15px; 
    font-weight: 300;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    -webkit-appearance: none;
}
.gform_fields .gfield textarea{
    border: none;
    background-color: #f2f2f2;
    line-height: 1;
    width: 100%;
    padding: 10px;
    color: #333;
    font-weight: 300;
    font-size: 15px; 
    resize: none;
    border: 1px solid #f2f2f2;
    -webkit-appearance: none;
}
.gform_fields .gfield:last-child{
    width: 100%;
}
.gform_fields .gfield:last-child{
    margin-bottom: 0;
}
.gform_fields .gfield textarea:focus,
.gform_fields .gfield input:focus{
    outline: none;
    border: 1px solid #ccc;
}
.gfield_label{
    margin-bottom: 10px;
    display: block;
}
.gform_button {
    clear: both;
    background-color: rgba(43,61,107,1);
    color: #FFF;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    padding: 0 35px;
    text-transform: uppercase;
    margin-top: 45px;
    transition: background-color 0.2s ease-in-out ,color 0.1s ease-in-out;
    font-family: 'futura-pt',sans-serif;
    border: none;
    font-size: 16px;
    letter-spacing: 1px;
     -webkit-appearance: none;
}
.gfield_radio{
    margin: 0;
    padding: 0;
}
.gfield_radio li{
    list-style: none;
    display: inline-block;
    padding: 0 15px 0 0;
}
.gfield_radio li input{
    width: 25px!important;
    float: left;
}
.gfield_radio li label{
    float: left;
    display: inline-block;
    margin-top: 14px;
}

/*--------------------------------------------------------------
# Owl Carousel
--------------------------------------------------------------*/
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-controls{
    position: absolute;
    bottom: 15px;
    z-index: 9999;
    text-align: center;
    width: 100%;
}
.owl-dots{
    text-align: center;
}
.owl-dot{
    background-color: #fff;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 25px;
    margin-right:5px;
}
.owl-dot:last-child{
    margin-right: 0;
}
@media only screen and (max-width : 1024px)  {
    /*--------------------------------------------------------------
    # General
    --------------------------------------------------------------*/
    .container{
        padding-left: 45px;
        padding-right: 45px;
    }
    #main{
        padding-top: 0;
    }
    .vc_row[data-vc-full-width]{
        width: 100%!important;
        left: inherit!important;
    }
    .home .vc_row[data-vc-full-width]{
        padding: 0!important;
    }
    .home .container{
        padding: 0!important;
    }
    .home footer .container{
        padding-left: 25px!important;
        padding-right: 25px!important;
    }
    
    footer .container{
        padding-left: 25px!important;
        padding-right: 25px!important;
    }
    
    /*--------------------------------------------------------------
    # Header
    --------------------------------------------------------------*/
    #top-navigation,
    #site-header{
        position: static;
    }
    #site-header[data-format="sod-left-nav"] #logo{
        padding: 0 45px;
        width: 35%;
    }
    #top-navigation .telephone{
        color: #fff!important;
        font-size: 16px;
        padding: 0;
    }
    .home ul {
        padding-left: 0px;
    }
    /*--------------------------------------------------------------
    # Mobile Navigation
    --------------------------------------------------------------*/
    #header{
        position: static;
    }
    #mobile-navigation{
        display: block;
    }
    .mobile-navigation {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 9999;
        width: 290px!important;
        /*height: 100vh;*/
        float: none!important;
        background-color: #2b3d6b;
        height: 100%;
        overflow-y: auto;
        -webkit-transform: translateX(290px);
        -moz-transform: translateX(290px);
        -ms-transform: translateX(290px);
        -o-transform: translateX(290px);
        transform: translateX(290px);
         transition: transform .5s ease-in-out;
    }
   
    .mobile-navigation #main-menu{
        padding: 35px 35px 0px;
        margin: 0;
    }
    
    .mobile-navigation #main-menu li{
        list-style: none;
        padding: 0
    }
    .mobile-navigation #main-menu ul{
        margin: 0;
        padding: 0;
    }
    .menu-open .mobile-navigation{
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        transition: transform .5s ease-in-out;
    }
    .menu-open .mobile-navigation #main-menu li a{
        opacity: 1;
        color: #fff;
        padding: 15px 0;
        display: block;
        transition: opacity 2s ease-in-out;
        -webkit-transition: opacity 2s ease-in-out;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
        border-top: 1px solid rgba(255,255,255,0.1);
        font-family: 'futura-pt',sans-serif;
        font-weight: 300;
    }
    .menu-open .mobile-navigation #main-menu li a:hover{
        border-bottom: none;
    }
    .mobile-navigation #main-menu li a{
        opacity: 0;
        transition: opacity 2s ease-in-out;
    }
    .mobile-navigation #top-navigation{
        background-color: transparent;
        padding: 0px 35px 0;
        height: auto;
    }

    .mobile-navigation #top-navigation li{
        list-style: none;
        display: block;
        text-align: left;
        padding: 0px;
    }
    .menu-open .mobile-navigation #top-navigation li a{
        opacity: 1;
        color: #fff;
        padding: 15px 0;
        display: block;
        transition: opacity 2s ease-in-out;
        -webkit-transition: opacity 2s ease-in-out;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
        font-weight: 300;
        border-top: 1px solid rgba(255,255,255,0.1);
        font-family: 'futura-pt',sans-serif;
        visibility: visible;
    }
    .mobile-navigation #top-navigation li:last-child a{
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .menu-open .mobile-navigation #top-navigation li a:hover{
        border-bottom: none;
    }
    .mobile-navigation #top-navigation li a{
        color: #fff;
        padding: 15px 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
        font-weight: 300;
        border-top: 1px solid rgba(255,255,255,0.1);
        font-family: 'futura-pt',sans-serif;
        visibility: hidden;
        opacity: 0;
        transition: opacity 2s ease-in-out;
        -webkit-transition: opacity 2s ease-in-out;
        transition: opacity 2s ease-in-out;
        -webkit-transition: opacity 2s ease-in-out;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    .site-wrapper.active{
        -webkit-transform: translateX(-290px);
        transform: translateX(-290px);
        transition: transform .5s ease-in-out;
    }
    .site-wrapper{
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        transition: transform .5s ease-in-out;
        left: 0;
        right: 0;
        width: 100%;
    }
    .site-wrapper.active 
    .site-wrapper-after.active{
        height: 100%;
        width: 100%;
        opacity: 1;
    }
    .site-navigation #main-menu{
        display: none;
    }

    /*--------------------------------------------------------------
    # Navicon
    --------------------------------------------------------------*/
    .mobile-nav {
        position: absolute;
        z-index: 99;
        right: 30px;
        top: 60px;
        width: 54px;
        height: 54px;
        text-indent: 100%;
        cursor: pointer;
    }
    .mobile-nav .nav-icon {
        position: absolute;
        z-index: 99;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        width: 30px;
        height: 2px;
        background-color: #FFF;
    }
    .mobile-nav .nav-icon:before, 
    .mobile-nav .nav-icon:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #FFF;
        transform: translateZ(0);
        transition: transform 0.5s, width 0.5s, top 0.3s;
    }
    .mobile-nav .nav-icon:before {
        transform-origin: center center;
        transform: translateY(-7px);
    }
    .mobile-nav .nav-icon:after {
        transform-origin: center center;
        transform: translateY(7px);
    }
    .mobile-nav .nav-icon:hover {
        transition: transform 0.5s, width 0.5s, top 0.3s;
    }
   
    .hamburger {
        font: inherit;
        display: inline-block;
        overflow: visible;
        margin: 0;
        padding: 0 30px;
        margin-top: 40px;
        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;
    }
    .hamburger-box {
        position: relative;
        display: inline-block;
        width: 31px;
        height: 24px;
    }
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        position: absolute;
        width: 31px;
        height: 2px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
        border-radius: 4px;
        background-color: #000;
    }
    .hamburger.close .hamburger-inner:before {
        -webkit-transform: translate3d(-8px,0,0) rotate(-45deg) scaleX(.6);
        transform: translate3d(-8px,0,0) rotate(-45deg) scaleX(.6);
    }
    .hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
        background-color: #fff;
    }
    .hamburger-inner:before {
        top: -7px;
    }
    .hamburger-inner:after, .hamburger-inner:before {
        display: block;
        content: '';
    }
    .hamburger-inner:after {
        bottom: -7px;
    }
    .hamburger.close .hamburger-inner:after {
        -webkit-transform: translate3d(-8px,0,0) rotate(45deg) scaleX(.6);
        transform: translate3d(-8px,0,0) rotate(45deg) scaleX(.6);
    }
    /*--------------------------------------------------------------
    # Page header
    --------------------------------------------------------------*/
    .page-wrapper{
        height: 400px;
        padding-top:0px;
    }
    .page-caption{
        width: 100%;
    }
    /*--------------------------------------------------------------
    # Hero wrapper
    --------------------------------------------------------------*/

    .sod-carousel-item .valign {
        width: 65%;
        top: 46%;
    }
    .sod-carousel-item .valign > div {
        margin-left: 5%;
    }
     /*--------------------------------------------------------------
    # Team component
    --------------------------------------------------------------*/

    .team-description .col-4{
        width: 45%;
        margin-bottom: 25px;
    }
    /*--------------------------------------------------------------
    # Site footer
    --------------------------------------------------------------*/

    #site-footer .col-3{
        width: 47.5%;
        float: left;
        margin-right: 5%;
    }
    #site-footer .col-3:first-child{
        margin-bottom: 65px;
        width: 100%;
        float: none;
    }
    #site-footer .col-3:last-child{
        margin-top: 45px;
        text-transform: uppercase;
    }
    #site-footer .col-3:nth-child(2n+3){
        margin-bottom: 45px;
        margin-right: 0;
    }
    #site-footer .logo{
        margin-top: 0;
    }
   
}
@media only screen and (max-width : 768px){
    body.home{
        background-color: #fff;
    }
    .container{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .vc_row[data-vc-full-width]{
        padding-left: 25px!important;
        padding-right: 25px!important;
    }
    .carousel{
        border-bottom: 1px solid #e4e4e4;
        max-height: 100%;
        overflow: visible;
    }
    .sod-carousel-item {
        max-height: 100%;
    }
    .carousel svg{
        display: none;
    }
    .sod-carousel-item .overlay{
        background-color: transparent;
    }
    .sod-carousel-item .valign {
        width: 100%;
        padding: 45px 0;
        position: static;
        background-color: #fff;
        transform: none;
    }
    .sod-carousel-item .valign p{
        color: #333;
    }

    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
        margin-bottom: 0px!important;
    }
    .wpb_video_widget.wpb_content_element{
        margin-bottom: 0px!important;
    }
    .vc_empty_space{
        height: 45px!important;
    }
    .home ul {
        padding-left: 0px;
        padding-bottom: 10px;
    }
    #top-navigation #top-menu{
        display: none!important;
    }
    
    #top-navigation .telephone{
        width: 100%;
        float: none;
        display: block;
        text-align: center;
    }
    #site-header[data-format="sod-left-nav"] #logo{
        padding-left: 25px;
        width: 60%;
    }
    #site-header[data-format="sod-left-nav"] #logo .logo-wrapper{
        width: 75%;
    }
    .sod-large,
    .sod-medium{
        padding: 45px 25px;
    }
    .sod-small-bottom,
    .sod-medium-bottom,
    .sod-large-bottom,
    .sod-xlarge-bottom{
        padding-bottom: 0px;
    }
    .sod-column-spacing{

    }
    .sod-column-spacing:first-child{
        padding-left: 0px!important;
        padding-bottom: 45px!important;
        padding-right: 0px!important;
    }
    .sod-column-spacing:last-child{
        padding-right: 0px!important;
        padding-left: 0px!important;
    }
    .sod-column-spacing-bottom:first-child{
        padding-left: 25px!important;
        padding-right: 25px!important;
        padding-bottom: 45px!important;
    }
    .sod-column-spacing-bottom:last-child{
        padding-left: 25px!important;
        padding-right: 25px!important;
        padding-bottom: 45px!important;
    }
    .title-border{
        font-size: 38px!important;
        letter-spacing: 2px!important;
    }
    .page-title h1{
        text-align: center;
    }
    .page-caption{
        padding: 35px;
    }
    .page-caption h2 {
        font-size: 26px;
    }
    .page-caption p{
        font-size: 15px;
    }
    .sidebar{
        width: 100%;
        float: right;
    }
    .hero-wrapper[data-position="center"] .hero-description{
        width: 90%;
        left: 0;
        right: 0;
        position: absolute;
        transform: translateY(-50%);
        margin: 0 auto;
        padding: 0;
        top: 50%;
        padding: 0;
        text-align: center;

    }
    .icon-wrapper .col-6{
        float: none;
        width: 100%;
        padding: 45px;
    }
    .icon-wrapper .col-6:last-child{
        margin-top: 115px;
    }
    .icon-wrapper .col-6 p{
        text-align: center;
    }
    #site-footer .col-3{
        width: 100%;
        margin-bottom: 45px;
        margin-right: 0;
    }
    #site-footer .col-3:last-child{
        margin-bottom: 0;
         width: 100%;
         margin-top: 0px;
    }
    #site-footer .col-3 h6:after{
        width: 100%
    }
    .team-image{
        width: 100%;
        float: none;
        margin: 0 auto 25px;
        max-width: 200px;
    }
    .team-description{
        width: 100%;
        margin: 0;
        float: none;
    }
    .team-description h2,
    .team-description h3{
        text-align: center;
    }
    .team-description .col-4{
        width: 100%;
    }
    .home .icon-wrapper .valign{
        padding-top: 0;
    }
    .icon-wrapper .valign{
        position: static;
        transform: none;
        width: 100%;
        padding-top: 45px;
    }
    .icon-wrapper .icon-description{
        float: none;
        width: 100%;
        padding: 45px;
    }
    #archive, #archive-single{
        width: 100%;
        float: none;
    }
    #sidebar{
        width: 100%;
        float: none;
        margin-top: 45px;
        margin-left: 0;
    }
    .home .sod-large{
        padding-left: 0;
        padding-right: 0;
    }
    .event-wrapper{
        padding: 45px 35px 90px 35px;
    }
    .event-wrapper .label{
        width: 100%;
        margin-bottom: 15px;
    }
    .event-wrapper h3:after{
        margin-bottom: 25px;
    }
    .event-wrapper .event-detail{
        line-height: 1.4;
    }
    .learn-more{
        right: 50%;
    }
    .learn-more,
    .register{
        width: 50%;
    }
    .gform_fields .gfield,
    .gform_fields .gfield:last-child{
        width: 86%;
        margin-right: 7%!important;
        margin-left: 7%;
        float: none;
    }
    .gform_button{
        margin-left: 7%;
    }
    .archive-post .archive-image,
    .archive-post .meta{
        margin-bottom: 25px!important;
    }
    .archive-post{
        padding: 0 25px;
        margin-bottom: 75px;
    }
    #sidebar{
         padding: 0 25px;
    }
}