/* Theme Name: Straight Out Digital Skelton 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:
----------------------------------------------------------------
# Fonts
# Normalize/Clearings/Box-sizing
# Typography
# Header 
    ## Top Navigation - Secondary
    ## Navigation
# Footer
# Forms
    ## Select
    ## Button
# Navigation

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light-webfont.eot');
    src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('fonts/montserrat-light-webfont.woff') format('woff'),
         url('fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratsemi_bold';
    src: url('fonts/montserrat-semibold-webfont.eot');
    src: url('fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-semibold-webfont.woff') format('woff'),
         url('fonts/montserrat-semibold-webfont.ttf') format('truetype'),
         url('fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat-bold-webfont.eot');
    src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-bold-webfont.woff') format('woff'),
         url('fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('fonts/montserrat-bold-webfont.svg#montserratbold') 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: #fff;
    position: relative!important;
    font-family: "proxima-nova",sans-serif;
}
ol, ul {
    list-style: none;
}
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,
.container:after, 
#top-navigation:after,
header:after,
#main:after{
    content: "";
    display: table;
    clear: both;
}
.container{
    max-width: 1425px;
    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
}
.wpb_button, 
.wpb_content_element, 
.wpb_row, 
ul.wpb_thumbnails-fluid > li{
    margin-bottom: 0!important;
}
.vc_col-sm-4,
.vc_col-sm-6{
    padding-left: 30px!important;
    padding-right: 30px!important;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6{
    color: #444;    
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;   

}
h1 { 
    font-size: 30px; 
    font-family: 'montserratbold',sans-serif;
    line-height: 1.4;
    letter-spacing: 1px; 
}

h2 { 
    font-size: 26px; 
    font-family: 'montserratbold',sans-serif;
    line-height: 1.2; 
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

h3 { 
    font-size: 20px; 
    line-height: 1.2; 
    letter-spacing: 0.5px;
    font-family: 'montserratsemi_bold',sans-serif;
}

h4 { 
   font-size: 18px; 
    line-height: 1.4; 
    font-family: 'montserratsemi_bold',sans-serif;
}

h5 { 
    font-size: 16px; 
    line-height: 1.4;
}

h6 { 
    font-size: 15px; 
    line-height: 1.4;
   
}
p,
ul,
li{
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    font-style: normal;
    color: #1a1a1a;
   
}
a{
    text-decoration: none;
    color: #1a1a1a;
}
p a{
    color: #c4262e;
    border-bottom: 1px solid #c4262e;
}
p,
ul{
    margin-bottom: 20px;

}
ul{
    padding-left: 19px;
}
ul li{
    list-style: outside disc;
    padding-bottom: 6px;
}
strong{
    font-weight: bold;
}
.dark h2,
.dark p,
.dark li{
    color: #fff;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Gravity Forms
--------------------------------------------------------------*/
.gform_wrapper:after{
    content: "";
    display: table;
    clear: both;
}
.gform_fields{
    padding: 0;
    margin:0;
}
.gform_fields .gfield{
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    float: none;
    margin-bottom: 25px;

}
.gform_fields .gfield input{
    border:none;
    border-radius: 0px;
    height: 45px;
    line-height: 1;
    width: 100%;
    padding: 0 0 0 10px;
    color: #444;
    font-size: 14px; 
    background-color: #fff;
}
.gform_fields .gfield textarea{
    border: none;
    background-color: #fff;
    line-height: 1;
    width: 100%;
    padding: 10px;
    color: #ccc;
    font-size: 15px; 
    resize: none;
}

.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:#c4262e;
    border: 2px solid #c4262e;
    height: 50px;
    float: right;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 0 45px;
    border-radius: 35px;
    margin-top: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.2s ease-in-out;
}
.gform_button:hover{
    background-color: transparent;
    color: #c4262e;
    transition: background-color 0.3s ease-in-out, color 0.2s ease-in-out;
}
.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;
}
.validation_message{
    color: #c4262e;
    margin-top: 10px;
}
.validation_error{
    background-color:#c4262e;
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
/*--------------------------------------------------------------
# Select
--------------------------------------------------------------*/
/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
.select2-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}
.select2-container .select2-choice {
    display: block;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:#444;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 0 0 10px;
    background-color: #fff;
    height: 45px;
    line-height: 45px;
}
.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background-color: #FFF;
    color: #1a1a1a;
}

.select2-drop.select2-drop-above {
    margin-top: 2px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;    
}
.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('images/arrow-select.png') no-repeat 50% 50% #FFF;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    outline: none;
}
.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
}
.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}
.select2-results li:first-child{
    border-top: 1px solid #f7f7f7;
}
.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
    padding: 10px 10px;
    border-bottom: 1px solid #f7f7f7;
}

.select2-results .select2-highlighted {
    background: #EBEBEB;
    color: #666;
    cursor: pointer;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #fff;
    display: list-item;
    padding-left: 0px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
  border: none;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}
.select2-search{
    display: none!important;
}
/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #E0E0E0;
    color: #444;
    background-image: none;
    cursor: default;
    opacity: 0.5;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #E0E0E0;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

.select2-result-with-children{
    padding: 0!important;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Top Navigation - Secondary
--------------------------------------------------------------*/
#top-navigation .container{
    position: relative;
}
#top-navigation .telephone{
    color: #fff;
    position: absolute;
    z-index: 999;
    right: 90px;
    top: 0px;
    width: 400px;
    background-color: rgba(196,38,48,1);
    height: 45px;
    line-height: 44px;
    text-transform: uppercase;
    font-family: 'montserratregular' ,sans-serif;
    font-weight: normal;
    font-size: 17px;
}

#top-navigation .telephone .telephone-container{
    padding: 0 10px;
    display: block;
    width: 345px;
    float: left;
    letter-spacing: 1px;
}
#top-navigation .contact i{
    background-color: rgba(0,0,0,1);
    height: 45px;
    line-height: 45px;
    width: 45px;
    font-size: 21px;
    display: block;
    float: left;
    text-align: center;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#site-header{
    width: 100%;
    height: 160px;
    margin-bottom: -160px;
    background-color: rgba(255,255,255,0.95);
}
#site-header #logo{
    width: 180px;
    float: left;
    height: 160px;
}
#site-header #logo .logo-wrapper{
    display: table;
    width: 100%;
    height: 100%;
}
#site-header #logo .logo-wrapper a{
    display: table-cell;
    vertical-align: middle;
}
#site-header #logo img{
    width: 100%;
    height: auto;
    display: block;
}
#site-header #main-navigation{
    float: right;
    width: 80%;
    margin-top: 90px;
}
#site-header #main-navigation ul {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    list-style-type: none;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 0;
}
#site-header #main-navigation ul li {
    margin-right: 15px;
    margin-left: 15px;
    text-align: center;
}
#site-header #main-navigation ul li:last-child{
    margin-right: 0px;
}
#site-header #main-navigation ul li a{
    color: #000;
    transition: color .2s ease-in-out;
    display: block;
    padding: 10px 0 33px;

}
#site-header #main-navigation ul li:hover a{
    color: rgba(196,38,48,1);
    transition: color .2s ease-in-out;
}
#site-header #main-navigation ul > li {
    display: inline-block;
}
#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{
    color: rgba(196,38,48,1);
    font-weight: bold;
}
#site-header #main-navigation ul li.current_page_item:after,
#site-header #main-navigation ul li.current-page-ancestor:after,
#site-header #main-navigation ul li.current-menu-ancestor:after{
    content: '';
    display: block;
    height: 5px;
    background-color: rgba(196,38,48,1);
    width: 100%;
    position: absolute;
    bottom: 0;
}
#site-header #main-navigation ul li.current_page_item:first-child a:before{
    color: rgba(196,38,48,1);
}
#site-header #main-navigation ul li.current_page_item:first-child:after,
#site-header #main-navigation ul li.current-page-ancestor:first-child:after{
    height: 0;
}
#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: 200px;
    background-color: #1a1a1a;
    top: 65px;
    z-index: 999;
    padding: 0;
    border-top: 5px solid #c4262e; 
    display: none;
}
#site-header #main-navigation ul li ul li a{
    display: block;
    padding: 8px 20px;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 400!important;
    color: #FFF!important;
}
#site-header #main-navigation ul li ul li a:hover{
    background-color: rgba(255,255,255,0.1);
    color: #FFF!important;
    transition: background-color 0.3s ease-in-out;
}
#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;
}
#site-header #main-navigation ul li ul li.current_page_item:after{
    height: 0;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main{
    margin-top: 160px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer{
    background-color: #333333;
    padding: 50px 0;
}
#footer .col-4:first-child{
    width: 25%;
    margin-top: 0;
    margin-right: 0;
}
#footer .col-4{
    float: left;
    width: 20%;
    margin-right: 2.5%;
}
#footer .col-4 ul{
    margin: 0;
    padding: 0;
}
#footer .col-4 ul li{
    list-style: none;
    padding-bottom: 7px;
}
#footer .col-4 ul li:last-child{
    padding-bottom: 0;
}
#footer .col-4 ul li a{
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.75px;
    font-weight: normal;
     transition: color 0.2s ease-in-out;
}
#footer .col-4 ul li a:hover{
    color: #c4262e;
    transition: color 0.3s ease-in-out;
}
#footer .logo{
    max-width: 170px;
}
#footer .logo img{
    width: 100%;
    height: auto;
    display: block;
}
#footer .col-4:last-child{
    width: 25%;
    margin-right: 0;
    text-align: right;
}
#footer .col-4 .widget-title{
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 18px;
}
#footer .col-4:last-child .heading{
    font-size: 20.5px;
    color: #f8a038;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'montserratbold', sans-serif;
    letter-spacing: 0.5px;
}
#footer .col-4:last-child span{
    font-size: 34px;
    font-family: 'montserratbold', sans-serif;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
#footer .col-4:last-child span:last-child{
    letter-spacing: 1.5px;
}
#footer-copyright{
    height: 50px;
    line-height: 50px;
    background-color: #1a1a1a;
    text-align: center;
    overflow: hidden;
}
#footer-copyright p,
#footer-copyright a{
    display: inline-block;
    font-size: 14px;
    color: #ccc;
    border: none;
}
#footer-copyright a:hover{
    color: #c4262e;
}
/*--------------------------------------------------------------
# Spacing
--------------------------------------------------------------*/
.sod-small{
    padding-top: 25px;
    padding-bottom: 25px;
}
.sod-medium{
    padding-top: 50px;
    padding-bottom: 50px;
}
.sod-large{
    padding-top: 75px;
    padding-bottom: 75px;
}
.sod-xlarge{
    padding-top: 100px;
    padding-bottom: 100px;
}
.sod-left-right{
    padding-left: 30px!important;
    padding-right: 60px!important;
}

/*--------------------------------------------------------------
# Accordion component
--------------------------------------------------------------*/
.vc_tta.vc_tta-accordion 
.vc_tta-controls-icon-position-left 
.vc_tta-controls-icon{
    display: none;
}
.vc_tta.vc_general .vc_tta-panel-title{
    background-color: #FFF;
    font-size: 17px;
    font-weight: 500;
    color: #333333;
    border-color: #fff!important;
}
.vc_tta.vc_general .vc_tta-panel-title a{
    color: #333333!important;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a{
    padding: 18px 60px 16px 20px!important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading{
    border-color: #f2f2f2!important;
    position: relative;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:after{
    content: '';
    background-image: url(images/icon-plus.jpg);
    background-position: right center;
    display: block;
    position: absolute;
    right: 20px;
    top: 35%;
    width: 16px;
    height: 16px;
    background-size: cover;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading:after{
    background-image: url(images/icon-minus.jpg);
    top: 38%;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:after
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon:before,
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon:after{
    border-color: #f2f2f2!important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
    background-color: #fff!important;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-color: #f2f2f2!important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body a{
    color:#333333;
}

/*--------------------------------------------------------------
# Heading component
--------------------------------------------------------------*/
.sod-entry-title{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #c4262e;
    width: 100%;
}
.sod-entry-title h1{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0!important;
    padding: 0!important;
}
.sod-hero{
    height: 500px;
    background-size: cover;
    position: relative;
}
.sod-hero .sod-hero-overlay{
    background-color: rgba(0,0,0,0.8);
    width: 50%;
    position: absolute;
    top: 0;
    height: 500px;
    left: 0;
}
.sod-hero .sod-hero-description .container{
    height: 500px;
    position: relative;
    z-index: 1;

}
.sod-hero .sod-hero-description .container .col-6{
    width: 43%;
    display: table;
    float: left;
    height: 500px;
}
.sod-hero .sod-hero-description .container .col-6 div:first-child{
    display: table-cell;
    vertical-align: middle;
}
.sod-hero .sod-hero-description .container div h1,
.sod-hero .sod-hero-description .container div h2,
.sod-hero .sod-hero-description .container div h3,
.sod-hero .sod-hero-description .container div h4,
.sod-hero .sod-hero-description .container div h5,
.sod-hero .sod-hero-description .container div p{
    color: #fff;
}
.sod-hero .sod-hero-description .container div h1,
.sod-hero .sod-hero-description .container div h2{
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'montserratbold',sans-serif;
    line-height: 1.4;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
/*--------------------------------------------------------------
# Heading component
--------------------------------------------------------------*/
.hero .sod-icon{
    padding-left: 7%;
    padding-right: 7%;
}
.hero .sod-icon .icon-image{
    width: 30%;
}
.hero .sod-icon .icon-description{
    width: 55% ;
    margin-left: 15%; 
    height: 315px;
}
.sod-icon{
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    border-bottom: 1px solid #EBEBEB;
}
.sod-icon:after{
    content: "";
    display: table;
    clear: both; 
}
.sod-icon:last-child{
    border-bottom: none;
}
.sod-icon .icon-image{
    float: left;
    width: 25%;
    display: table;
    height: 305px;
}
.sod-icon .icon-image div{
    display: table-cell;
    vertical-align: middle;
}
.sod-icon .icon-image.right{
    float: right;
    margin-left: 0%
}
.sod-icon .icon-description.right{
    margin-left: 0%;
}
.sod-icon .icon-image img{
    width: 100%;
    height: auto;
    display: block;
}
.sod-icon .icon-description{
    margin-left: 10%;
    width: 65%;
    float: left;
    height: 275px;
    display: table;
}
.sod-icon .icon-description div:first-child{
    display: table-cell;
    vertical-align: middle;
}
.sod-icon .icon-description.dark h2,
.sod-icon .icon-description.dark p{
    color: #1a1a1a!important;
}
.sod-icon .icon-description.light h2,
.sod-icon .icon-description.light p{
    color: #fff!important;
}
.sod-icon .icon-description h2.entry-title{
    text-transform: uppercase;
    margin-bottom: 25px;
}
.sod-cta{
    background-color: #c4262e;
    margin-right: 30px;
    margin-left: 30px;
    position: relative;
    color: #fff;
    display: block;
    overflow: hidden;
}
.sod-cta:after{
    content: "";
    display: table;
    clear: both; 
}
.sod-cta .sod-cta-image{
    background-color: rgba(255,255,255,0.15);
    height: 100%;
    width: 10%;
    float: left;
    padding: 20px;
    position: absolute;
}
.sod-cta .sod-cta-image img{
    width: 100%;
    height: auto;
    display: block;
}
.sod-cta .sod-cta-description{
    width: 100%;
    margin-left: 15%;
}
.sod-cta .sod-cta-description h3,
.sod-cta .sod-cta-description span{
    color: #fff;
    float: left;
}
.sod-cta .sod-cta-description h3{
    font-size: 45px;
    padding: 35px 0 35px 35px;
    font-family: 'montserratbold',sans-serif;
}
.sod-cta .sod-cta-description span{
    font-size: 18px;
    font-family: 'montserratbold',sans-serif;
    display:block;
    padding: 55px 35px 35px;
    letter-spacing: 0.5px;
}
/*--------------------------------------------------------------
# Rounded button
--------------------------------------------------------------*/
.button-rounded {
    display: inline-block;
    margin-right: 5px;
}
.button-rounded a{
    background-color: rgba(38,38,38,1);
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    color: #fff;
    padding: 0 35px;
    margin-top: 10px;
    text-transform: uppercase;
    border-bottom: none;
}
.button-rounded a:hover{
     background-color: rgba(38,38,38,0.9);
     color: #f7f7f7;
}
.button-rounded-border a{
    border: 1px solid #c4262e;
    background-color: transparent;
    color: #c4262e;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    padding: 0 35px;
    text-transform: uppercase;
    margin-top: 10px;
    transition: background-color 0.2s ease-in-out ,color 0.1s ease-in-out;
}
.button-rounded-border-yellow a{
    border: 1px solid #f8a038;
    background-color: transparent;
    color: #f8a038;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    padding: 0 35px;
    text-transform: uppercase;
    margin-top: 10px;
    transition: background-color 0.2s ease-in-out ,color 0.1s ease-in-out;

}
.button-rounded-border a:hover{
    background-color: #c4262e;
    transition: background-color 0.3s ease-in-out ,color 0.4s ease-in-out;
    color: #1a1a1a;
}
.button-rounded-border-yellow a:hover{
    background-color: #f8a038;
    transition: background-color 0.3s ease-in-out ,color 0.4s ease-in-out;
    color: #1a1a1a;
}
/*--------------------------------------------------------------
# Pricing table
--------------------------------------------------------------*/
.sod-pricing-table{
    width: 100%;
    max-width: 365px;
    margin: 0 auto;
}
.sod-pricing-table ul{
    padding: 0;
    border-radius: 10px;
    margin: 0;
}
.sod-pricing-table ul li.taxes{
    background-color: rgba(255,255,255,0.1);
    border-bottom: none;
    color: #fff;
    padding: 10px 0;
}
.sod-pricing-table ul li.price{
    font-family: 'montserratbold',sans-serif;
    font-size: 45px;
    letter-spacing: 0.5px;
    color: #fff;
    padding: 30px 0;
    border-bottom: none;
}
.sod-pricing-table ul li.price-tipping{
    background-color: rgba(51,51,51,1);
    padding: 7px 0;
    color: #fff;
}
.sod-pricing-table ul li.price-tipping.exclude span{
    color: #c4262e;
    text-transform: capitalize;
}
.sod-pricing-table ul li.price-tipping.include span{
    color: #f8a038;
    text-transform: capitalize;
}
.sod-pricing-table ul li.link{
    background-color: rgba(51,51,51,1);
    color: #fff;
    text-transform: uppercase;
    padding: 17px 0;
}
.sod-pricing-table ul li.link a{
    color: #fff;
    font-size: 21px;
    padding-top: 2px;
}
.sod-pricing-table ul li{
    list-style: none;
    padding: 0;
    text-align: center;
    background-color: #fff;
    padding: 13px 10px;
    line-height: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.sod-pricing-table ul li img{
    width: 80%;
    margin: 0 auto;
    height: auto;
    display: block;
}
/*--------------------------------------------------------------
# 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: #fff;
}

.sod-loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
      }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%, 0% {
    stroke: #c4262e;
  }
  40% {
    stroke: #f8a038;
  }
  66% {
    stroke: #262626;
  }
  80%, 90% {
    stroke: #c4262e;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #c4262e;
  }
  40% {
    stroke: #f8a038;
  }
  66% {
    stroke: #262626;
  }
  80%, 90% {
    stroke: #c4262e;
  }
}
@media screen and (max-width: 1200px) {
    .container{
        padding-left: 25px;
        padding-right: 25px;
    }
    #top-navigation .telephone{
        right: 25px;
    }
}
@media screen and (max-width: 1000px) {
    .home h1, .home h2, .home h4{
        margin-bottom: 20px!important;
    }
    .sod-large{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .vc_col-sm-6{
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    ul{
        margin-bottom:20px!important;
    }
    .sod-entry-title{
        padding: 30px 20px;
    }
    .sod-entry-title h1{
        font-size: 26px;
    }
    .home h3{
        margin-bottom: 30px!important;
    }
    .vc_col-sm-6:last-child{
        margin-top: 30px;
    }
    .sod-left-right {
        padding-left: 0px!important;
        padding-bottom: 45px;
        padding-right: 0px!important;
    }
    .sod-left-right h1,
    .sod-left-right h4{
        margin-bottom: 20px!important;
    }
    .sod-left-right .vc_col-sm-4{
       margin-bottom: 20px;
    }
    .sod-left-right .vc_col-sm-4:last-child{
        margin-bottom: 0;
    }
    .mobile-nav {
        position: absolute;
        z-index: 9999;
        right: 30px;
        top: 65px;
        width: 54px;
        height: 54px;
        text-indent: 100%;
        cursor: pointer;
    }
    .mobile-nav .nav-icon {
        position: absolute;
        z-index: 12;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        width: 30px;
        height: 2px;
        background-color: #000;
    }
    .mobile-nav .nav-icon:before, 
    .mobile-nav .nav-icon:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        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;
    }
    .mobile-nav.visible .nav-icon{
        transform-origin: center center;
        transform: rotate(0deg);
        background-color: transparent!important;
        transition: transform 0.5s, background-color 0.5s;
    }
    .mobile-nav.visible .nav-icon:before {
        transform-origin: center center;
        transform: rotate(-45deg);
        background-color: #FFF;
        transition: transform 0.5s, background-color 0.5s;
    }
    .mobile-nav.visible .nav-icon:after {
        transform-origin: center center;
        transform: rotate(45deg);
        background-color: #FFF;
        transition: transform 0.5s, background-color 0.5s;
    }
    #overlay-menu{
        background: rgba(0, 0, 0, 0.98);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        display: block;
        
    }
    #overlay-menu.active{
        opacity:1;
        -webkit-transition: opacity 0.5s, visibility 0s 0.2s;
        transition: opacity 0.5s, visibility 0s 0.2s;
        visibility: visible;
    }
    #site-header #main-navigation #overlay-menu.active ul{
        padding-top: 120px;
    }
    #site-header #main-navigation #overlay-menu.active ul > li{
        display: block;
        margin: 0;
        padding: 0;
    }
    #site-header #main-navigation #overlay-menu.active ul > li a{
        color: #fff;
        padding: 10px 0;
    }
    #site-header #main-navigation ul li:first-child a:before{
        content: '';
        float: none;
        position: static;
    }
    #site-header #main-navigation ul li:first-child a{
        font-size: 15px;
        width: 100%;
    }
    #site-header #main-navigation ul li.current_page_item:after, 
    #site-header #main-navigation ul li.current-page-ancestor:after{
        position: static;
        height: 0;
    }
    #site-header #main-navigation ul li.current_page_item a,
    #site-header #main-navigation ul li.current-page-ancestor a{
        color: #c4262e!important;
    }
    #site-header #main-navigation ul li ul{
        display: none!important;
    }
    /*--------------------------------------------------------------
    # Top Navigation
    --------------------------------------------------------------*/
    #site-header{
        height: 100px;
        margin-bottom: -100px;
    }
    #main{
        margin-top: 100px;
    }
    #site-header #logo{
        width: 110px;
        height: 100px;
    }
     #site-header #main-navigation{
        margin: 0;
        width: 100%;
        float: none;
    }
    #site-header #main-navigation ul{
        padding: 0;
    }
    #site-header #main-navigation ul li.current_page_item:after, 
    #site-header #main-navigation ul li.current-page-ancestor:after, 
    #site-header #main-navigation ul li.current-menu-ancestor:after{
        height: 0;
        color: #c4262e;
    }
    /*--------------------------------------------------------------
    # Top Navigation
    --------------------------------------------------------------*/
    #top-navigation {
        overflow: hidden;
        height: 45px;
    }
    #top-navigation .container{
        padding: 0;
    }
    #top-navigation .telephone{
        position: static;
        width: 100%;
        display: block;
    }
    #top-navigation .telephone .telephone-container{
        text-align: center;
        display: block;
        width: 87%;
        padding-left: 0px;
    }
    
     /*--------------------------------------------------------------
    # Hero component
    --------------------------------------------------------------*/
    .sod-hero .sod-hero-overlay {
        background-color: rgba(0,0,0,0.8);
        width: 100%;
        position: absolute;
        top: 0;
        height: 500px;
        left: 0;
    }
    .sod-hero .sod-hero-description .container{
        padding: 0;
        
    }
     .sod-hero .sod-hero-description .container .col-6{
        position: relative;
        width: 100%;
        padding: 0 10%;
        height: 500px;
     }
    .sod-hero .sod-hero-description .container .col-6 div:first-child{
        position: absolute;
        display: block;
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        width: 90%;
        left: 5%;
        right: 5%;
        text-align: center;
    }
    .sod-hero .sod-hero-description .container .button-rounded-border{
        width: 300px;
        margin: 0 auto;
    }
    /*--------------------------------------------------------------
    # Icon component
    --------------------------------------------------------------*/
    .sod-icon {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .sod-icon .icon-image,
    .sod-icon .icon-description,
    .hero .sod-icon .icon-description{
        float: none;
        width: 100%;
        margin-left: 0;
        height: auto;
    }
    .sod-icon .icon-image,
    .sod-icon .icon-image.right{
        max-width: 140px;
        margin: 0 auto 20px;
        float: none;
    }
    .hero .sod-icon .icon-description{
        max-width: 400px;
        margin: 0 auto;
    }
    .sod-icon .icon-description h2{
        text-align: center!important;
    }
    .home .sod-icon .icon-description p,
    .hero .sod-icon .icon-description p{
        text-align: center!important;
    }
    .sod-icon .icon-description p{
        text-align: left!important;
    }
    .sod-icon .icon-image div,
    .sod-icon .icon-description div:first-child{
        display: block;
    }
    div.vc_custom_1452120783278{
        background-image: none !important;
    }
    /*--------------------------------------------------------------
    # Pricing table
    --------------------------------------------------------------*/
    .sod-pricing-table{
        margin-bottom: 50px!important;
    }
    .vc_empty_space{
        height: 0!important
    }
    .home .vc_empty_space{
        height: 30px!important
    }
    .button-rounded{
        display: block;
    }
    /*--------------------------------------------------------------
    # CTA
    --------------------------------------------------------------*/
    .sod-cta{
        margin-top: 60px;
    }
    .sod-cta .sod-cta-image{
        display: none;
    }
    .sod-cta .sod-cta-description{
        text-align: center;
        margin: 0;
    }
    .sod-cta .sod-cta-description h3{
        float: none;
        padding: 35px 0 15px;
        margin: 0!important;
    }
    .sod-cta .sod-cta-description span{
        padding: 0 15px 35px;
        line-height: 1.4;
    }
    #footer .logo{
        margin: 0 auto 40px;
    }
    #footer .col-4{
        width: 100%!important;
        float: none;
        text-align: center;
        margin-top: 0;
    }
    #footer .col-4:last-child{
        text-align: center;
        margin-top:50px;
    }
}
@media screen and (max-width: 414px) {
    .sod-icon {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #top-navigation .telephone span{
        font-size: 15px;
    }
}
@media screen and (max-width: 325px) {
    #top-navigation .telephone .telephone-container {
    text-align: center;
    display: inherit;
    width: 82%;
    padding-left: 0;
}
	#top-navigation .telephone span {
    font-size: 10px;
	}
}
#top-navigation .telephone span{
    display: inline-block;
}
.telephone-number{
	padding-left:5px;
	font-weight:900;
}