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

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


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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize/Clearings/Box-sizing
# Typography
# VC
    ## Row spacing/type styles
    ## VC Resets
# Page wrappers/Containers
# Page preloader
# Navigation
    ## Navigation General
    ## Nav-icon menu
    ## Logo
# Footer
    ## Footer Main
    ## Sub Footer 
# Woocommerce
    ## Product List
    ## Single
    ## Cart
    ## Checkout
# Components
    ## Banner image
    ## VC feature
# Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Select 2 / styles
--------------------------------------------------------------*/
@import url("css/plugin.css");
@import url("css/gravityforms.css");
@import url("css/push-nav-right.css");

@font-face {
    font-family: 'avenir-bold';
    src: url('fonts/AvenirLTStd-Black.eot');
    src: url('fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Black.woff') format('woff'),
        url('fonts/AvenirLTStd-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'avenir-medium';
    src: url('fonts/AvenirLTStd-Medium.eot');
    src: url('fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Medium.woff') format('woff'),
        url('fonts/AvenirLTStd-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'avenir-light';
    src: url('fonts/AvenirLTStd-Light.eot');
    src: url('fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Light.woff') format('woff'),
        url('fonts/AvenirLTStd-Light.ttf') format('truetype');
    font-weight: 300;
    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;
    padding: 0;
    color: #262626;
    font-family: 'avenir-light', sans-serif;
    font-weight: 300;
}
blockquote, q {
    quotes: none;
}
blockquote:before, 
blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}
.clearfix:after{
    content: "";
    display: table;
    clear: both;
}
img{
	display:block;
	outline:none;
	border: none;
	max-width: 100%;
	height: auto;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6{
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-family: 'avenir-bold', sans-serif;
    line-height: 1.3;
}
h1 { 
    font-size: 40px; 
}
h2 { 
    font-size: 30px; 
    font-weight: 300;
}

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

h4 { 
   font-size: 19px; 
    font-weight: 300;
    margin-bottom: 19px;
}

h5 { 
    font-size: 16px; 
}

h6 { 
    font-size: 21px; 
}

p,
ul,
ol,
li{
    font-size: 15px;
    line-height: 1.7;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
   
}
a{
    text-decoration: none;
    color: inherit;
}
p,
ul,
ol{
    margin-bottom: 25px;
}
ul,
ol{
    padding-left: 20px;
}
ul li{
    list-style: outside disc;
    padding-bottom: 10px;
}
strong{
    font-weight: 600;
}
em{
    font-style: italic;
}
h1 + p,
h2 + p{
    margin-top: 35px;
}
blockquote{
    padding-left: 45px;
    position: relative;
    display: block;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"]{
    background-color: #ffffff;
    padding: 0px 10px;
    width: 100%;
    height: 45px;
    line-height: 43px;
    color: #231f20;
    border: 1px solid #e5e5e5;
    font-size: 15px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus{
    outline: none; /*don't remove this please*/
    border: 1px solid #e9e9e9;
}

/*--------------------------------------------------------------
# VC
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Row spacing/type styles
--------------------------------------------------------------*/
.sod-medium{
    padding-top: 45px;
    padding-bottom: 45px;
}
.sod-large{
    padding-top: 90px;
    padding-bottom: 90px;
}
.sod-bottom-medium{
    padding-bottom: 45px;
}
.sod-bottom-large{
    padding-bottom: 90px;
}
.sod-box-large{
    padding: 90px!important;
}
.sod-medium-margin{
    border-bottom: 45px solid #fff!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 p{
    color: #fff;
}
.sod-light .underline{
   color: #fff;  
}
.sod-light .underline:after{
   background-color: #fff; 
}
/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.valign{
    position: absolute;
    z-index: 99;
    text-align: center;
    top: 50%;
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    padding: 0 25px;
}
.underline:after{
    content: '';
    display: block;
    height: 4px;
    background-color: #2a2a2a;
    width: 50px;
    margin-top: 25px;
    margin-bottom: 40px;
}
.underline p{
    font-family: 'avenir-medium', sans-serif;
    font-size: 21px;
    margin-top: 10px;
}
a.button-rounded{
    border: 2px solid #385b8e;
    color: #385b8e;
    border-radius: 35px;
    padding: 20px 12px;
    display: block;
    margin-top: 25px;
    line-height: 1;
    text-align: center;
    width: 100%;
    max-width: 170px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.button-rounded:hover
{
	background-color: #385b8e;
    color: #fff;
}
.gform_button
{
	border: 2px solid #579DD5;
    color: #579DD5;
    background-color: transparent;
    border-radius: 30px;
    padding: 10px 16px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.gform_button:hover{
    background-color: #579DD5;
    color: #fff;
}
.wpb_wrapper div.link-arrow a {
    display: inline-block;
    color: #589dd6;
    font-size: 20px;
    font-weight: 700;
    font-family: 'avenir-bold', sans-serif;
}
.link-arrow a:after{
    content: '';
    display: inline-block;
    background-image: url(images/arrow-right.png);
    background-repeat: no-repeat;
    height: 12px;
    width: 22px;
    margin-left: 15px;
    padding-top: 5px;
}
.home .wpb_wrapper div.link-arrow {
    margin-top: 30px;
    margin-bottom: 90px;
}
/*--------------------------------------------------------------
# VC Resets
--------------------------------------------------------------*/
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
    margin-bottom: 0!important;
}
/*
.vc_row-has-fill >.vc_column_container >.vc_column-inner{
    padding-top: 0!important;
}
*/
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container >.vc_column-inner{
    padding-top: 0!important;
}
.vc_row[data-vc-full-width]{
    background-position: center!important;
    background-size: contain;
}

.vc_row.vc_column-gap-45 > .vc_column_container {
	padding: 45px 90px;
}
.home .vc_row.vc_column-gap-45 > .vc_column_container {
	padding: 0px 90px;
}
.vc_row.vc_column-gap-45:nth-of-type(1) > .vc_column_container {
	padding-top: 90px;
}
.vc_row.vc_column-gap-45:last-child > .vc_column_container {
	padding-bottom: 90px;
}
/*
.vc_row.vc_column-gap-45 {
    margin-left: -27.5px!important;
    margin-right: -27.5px!important;
}
*/
/*
.vc_row.vc_column-gap-90 {
    margin-left: -45px!important;
    margin-right: -45px!important;
}
*/
.vc_row.vc_column-gap-90 > .vc_column_container > .vc_column-inner {
    padding: 90px;
}
.vc_col-has-fill>.vc_column-inner, 
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 0!important;
}
.vc_row.vc_column-gap-90 > .vc_column_container > .vc_column-inner {
    padding: 90px !important;
}
/*--------------------------------------------------------------
# Page wrappers/Containers
--------------------------------------------------------------*/
.page-wrap{

}
.wrapper{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
/*
    padding-left: 45px;
    padding-right: 45px;
*/
    overflow: hidden; /*for constant border(margin) inside main*/
}
.wrapper:after{
    content: "";
    display: table;
    clear: both;
}
#main:after{
    content: '';
    display: table;
    clear: both;
}
#main{
    margin-left: 45px!important;
    margin-right: 45px!important;
}
.vc_column-inner .wpb_wrapper .wpb_text_column{
	max-width: 650px;
	margin:0px auto;
}
ul.vc_col-sm-6{
	margin:0;
}
.jigsaw-piece:after{
    content: "";
    background-color: #589dd6;
    height: 90px;
    width: 45px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -45px;
    border-radius: 0 90px 90px 0;
    z-index: 99;
}
.grey-piece.jigsaw-piece:after{
    background-color: #F5F5F5;
}
/*--------------------------------------------------------------
# Page preloader
--------------------------------------------------------------*/
.page-loader{
    display: none;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#site-header{ 
    background: #fff;
    height: 90px;
    padding-left: 45px;
    padding-right: 45px;
}
#site-header:after{
    content: '';
    display: table;
    clear: both;
}
/*--------------------------------------------------------------
# Navigation General
--------------------------------------------------------------*/
.main-navigation{
    position: relative;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.main-navigation .navigation{
    text-align: center;
    font-size: 16px;
    display: table;
    width: 80%;
}
.main-navigation .navigation ul {
    width: 85%;
    text-align: right;
    margin-bottom: 0;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 0;
}
.main-navigation .navigation ul > li {
    display: inline-block;
    list-style: none;
    margin: 0 2%;
    padding:0;
    line-height: 1;
}
.main-navigation .navigation ul > li > a {
    display: inline-block;
    padding: 37.5px 0;
}
.main-navigation .navigation .menu-item-has-children{
    position: relative;
}
.main-navigation .navigation .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
}
body .main-navigation .navigation .menu-item-has-children .sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    background-color: #F5f5f5;
    padding: 10px 10px;
    width: 220px;
    height: auto;
    top: 90px;
    left: -30px;
    z-index: 9998;
}
.main-navigation .navigation .menu-item-has-children .sub-menu li{
    display: block;
    text-align: left;
    margin:0;
    
}
.main-navigation .navigation .menu-item-has-children .sub-menu li a{
    display: block;
    cursor: pointer;
    padding: 15px 20px;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.main-navigation .navigation .menu-item-has-children .sub-menu li a:hover{
	background-color: rgba(0,0,0,0.05);
}
.main-navigation .navigation .telephone{
	text-align: right;
    color: #589dd6;
    font-family: 'avenir-medium',sans-serif;
    width: 15%;
    display: table-cell;
    vertical-align: middle;
}

.main-navigation .navigation ul > li.language {
    margin: 0 10px;
}
.main-navigation .navigation ul > li.language a {
    padding: 0 !important;
}

/*--------------------------------------------------------------
# nav-icon menu
--------------------------------------------------------------*/
.nav-icon{
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 31px 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .5s;
    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;
    width: 35px;
    float: right;
    text-align: right;
    display: none;
}
.nav-icon:hover {
    opacity: .7;
}
.nav-icon-box {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 24px;
}
.nav-icon-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
    transition-duration: .5s;
}
.nav-icon-inner:before {
    top: -8px;
}
.nav-icon-inner:after {
    bottom: -8px;
}
.nav-icon-inner, 
.nav-icon-inner:after, 
.nav-icon-inner:before {
    position: absolute;
    width: 35px;
    height: 2px;
    border-radius: 2px;
    background-color: #000;
    display: block;
    content: '';
}
.nav-icon-inner:before {
    top: -7px;
}
.nav-icon-inner:after, 
.nav-icon-inner:before {
    display: block;
    content: '';
}
.nav-icon-inner:after {
    bottom: -7px;
}
.nav-icon.is-active .nav-icon-inner{
    transition-duration: .5s;
}
.nav-icon.is-active .nav-icon-inner:before {
    -webkit-transform: translate3d(-9.75px,0,0) rotate(-45deg) scaleX(.6);
    transform: translate3d(-9.75px,0,0) rotate(-45deg) scaleX(.6);
}
.nav-icon.is-active .nav-icon-inner:after {
    -webkit-transform: translate3d(-9.75px,0,0) rotate(45deg) scaleX(.6);
    transform: translate3d(-9.75px,0,0) rotate(45deg) scaleX(.6);
}
/*--------------------------------------------------------------
# Logo
--------------------------------------------------------------*/
#logo{
    width: 20%;
    padding-left: 1%;
    float: left;
    display: table;
    height: 90px;
}
#logo img{
    width: 100%;
    height: auto;
    display: block;
    max-width: 180px
}
.logo-wrapper{
    display: table;
}
.logo-wrapper a{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 100;
    cursor: pointer;
    height: 90px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer Main
--------------------------------------------------------------*/
#site-footer{
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #385b8e;
}
#site-footer:after{
    content: "";
    display: table;
    clear: both;
}
#site-footer .logo .valign {
    padding: 0 0 0 45px;
}
#site-footer .footer-logo{
    width: 20%;
    float: left;
    position: relative;
    height: 150px;
}
#site-footer .footer-logo img{
    width: 100%;
    display: block;
    height: auto;
    max-width: 210px;
}
#site-footer .navigation{
    width: 75%;
    margin-left: 5%;
    float: right;
}
#site-footer .legal-info{
	padding:0 45px;
}
#site-footer .legal-info p{
	font-size: 13px;
	line-height:1.6;
	color:#fff;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 10px;
}
.links-wrapper {
    width: 60%;
    float:left;
}
#site-footer .legal-info {
    width: 40%;
    float:right;
    max-width: 400px;
}
.links-wrapper {
    border-right: 1px solid rgba(255,255,255,0.5);
}
#site-footer .navigation ul{
    margin: 0;
    padding: 0;
}
#site-footer .navigation ul > li {
    display: block;
    list-style: none;
    color: #fff;
    padding-bottom: 10px;
}
#site-footer #nav-service > li{
    font-family: 'avenir-bold',sans-serif;
}
#site-footer #nav-service .sub-menu{
    margin-top: 25px;
    margin-bottom: 25px;
    display:block;
}
#site-footer #nav-service .sub-menu:after{
	content:"";
	display:table;
	clear:both;
}
#site-footer #nav-service .nav-col{
    width: 50%;
    float: left;
}
#site-footer #nav-service .nav-col li{
    font-family: 'avenir-light',sans-serif;
    padding-bottom: 5px;
    list-style: none;
}
#site-footer #nav-company  li{
    font-family: 'avenir-bold',sans-serif;
}
#site-footer #nav-company{
    width: 25%;
    float: left;
}
#site-footer #nav-service{
    width: 75%;
    margin: 0;
    padding: 0;
    float: left;
}
#site-footer #nav-company li{
	width:100%;
	float:left;
}
/*--------------------------------------------------------------
# Secondary Footer
--------------------------------------------------------------*/

#secondary-footer{
    background-color: #2f4d72;
	padding: 14px 0;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
}
#secondary-footer:after{
    content: "";
    display: table;
    clear: both;
}
#secondary-footer .wrapper{
	max-width: 1690px;
	padding: 0 45px;
}
.copyright{
    width: 33.33%;
    color: #fff;
}
/*--------------------------------------------------------------
# Page navigation
--------------------------------------------------------------*/
.page-navigation{
    border-top: 1px solid #f2f2f2;
    width: 100%;
}
.page-navigation:after{
    content: '';
    display: table;
    clear: both;
}
.page-navigation .prev,
.page-navigation .next{
    width: 50%;
    float: left;
    padding: 45px;
}
.page-navigation .prev a,
.page-navigation .next a{
    display: inline-block;
    margin-top: 5px;
    color: #589dd6;
}
.page-navigation .prev{
    background-color: #f2f2f2;
    text-align: right;
}
.page-navigation .next{
    background-color: #fff;
    text-align: left;
}
.page-navigation .prev:before{
    content: '';
    display: inline-block;
    background-image: url(images/arrow-left.png);
    background-repeat: no-repeat;
    height: 12px;
    width: 22px;
    margin-right: 15px;
    padding-top: 5px;
}
.page-navigation .next:after{
    content: '';
    display: inline-block;
    background-image: url(images/arrow-right.png);
    background-repeat: no-repeat;
    height: 12px;
    width: 22px;
    margin-left: 15px;
    padding-top: 5px;
}
/*--------------------------------------------------------------
# VC article
--------------------------------------------------------------*/
.article-hero{
    height: 425px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: center center;
    width: 100%;
}
.home .article-hero{
    height: 650px;
}
.article-hero img{
    margin: 0px auto;
}
.article-hero-text{
    color: #fff;
    background-color: #589dd6;
    text-align: center;
    padding: 65px;
}
.article-hero-heading{
    font-size: 38px;
}
.article-hero-subheading{
    font-size: 18px;
    margin-top: 10px;
    font-family: 'avenir-medium',sans-serif;
}
.article-hero-button{
    border: 1px solid #fff;
    color: #fff;
    border-radius: 35px;
    padding: 15px 45px;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.article-hero-button:hover{
    background-color: #fff;
    color: #589dd6;
}
.article-hero-button span{
    display: block;
    margin-top: 3px;
}
/*--------------------------------------------------------------
# VC icon
--------------------------------------------------------------*/
.article-icon{
    padding-bottom: 25px;
}
.article-icon:last-child{
    padding-bottom: 0px;
}
.article-icon:after{
    content: '';
    display: table;
    clear: both;
}
.article-icon-image{
    width: 25%;
    float: left;
}
.article-icon-image img{
    max-width: 100px;
    margin:0px auto;
}
.article-icon-text{
    float: right;
    margin-top: 25px;
    width: 65%;
    margin-left: 10%;
}
.article-icon-heading{
    margin-bottom: 10px;
}
.article-icon:hover h3
{
	color:#579DD5;
}
.article-icon {
    padding: 0 45px 25px 45px;
    max-width: 600px;
    margin:0px auto;
}
@media screen and (max-width:1024px){
	.home #main .wpb_column.vc_column_container.vc_col-sm-6 {
	    padding-top: 0;
	}
}
/*--------------------------------------------------------------
# VC icon
--------------------------------------------------------------*/
.article-team{
    border-bottom: 1px solid #e0e0e0;
}
.article-team:after{
    content: '';
    display: table;
    clear: both;
}
.article-team-image{
    width: 25%;
    margin-right: 5%;
    float: left;
}
.article-team-image img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 100%;
}
.article-team-description{
    width: 42%;
    padding-right: 3%;
    margin-right: 3%;
    border-right: 1px solid #e0e0e0;
    float: left;
    position: relative;
}
.article-team-qualification{
    width: 25%;
    position: relative;
    float: left;
}
.article-team-qualification ul{
    margin: 0;
}
.article-team-qualification li{
    list-style: none;
    text-align: left!important;
    color: #385b8e;
    font-family: 'avenir-bold',sans-serif;
}
.article-team-qualification li:before{
    content: '';
    display: inline-block;
    background-image: url(images/arrow-list.png);
    width: 6px;
    height: 11px;
    background-repeat: no-repeat;
    margin-left: -20px;
    margin-right: 14px;
}
/*--------------------------------------------------------------
# Article archive
--------------------------------------------------------------*/
.article-post{
    max-width: 960px;
    margin: 0 auto 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e0e0e0;
}
.article-post:after{
    content: '';
    display: table;
    clear: both;
}
.article-post-image{
    margin-bottom: 45px;
    margin-top: 45px;
}
.article-post-image img{
    width: 100%;
    height: auto;
    display: block;
}
.article-post-heading{
    text-align: center;
    padding: 0 90px;
    margin-bottom: 45px;
}
.article-post-text{
    padding: 0 90px;
    margin-bottom: 25px;
}
.article-post-link{
    padding: 0 90px;
}
/*--------------------------------------------------------------
# Article single
--------------------------------------------------------------*/
.article-single{
    padding-bottom: 45px;
}
.article-single-image{
    max-width: 960px;
    margin: 45px auto;
}
.article-single-image img{
    width: 100%;
    height: auto;
    display: block;
}
.article-single-heading{
    text-align: center;
    padding: 0 90px;
    margin-bottom: 15px;   
}
.article-single-meta{
    text-align: center;
}
.article-single-meta span{
    display: block;
}
.article-single-social{
    margin-top: 15px;
    margin-bottom: 45px;
}
.article-single-social-heading{
    display: inline-block;
}
.article-single-text{
    padding: 0 90px;
    max-width: 960px;
    margin: 0 auto 25px;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.gfield input[type=text], 
.gfield textarea, 
.gfield input[type=email], 
.gfield input[type=password], 
.gfield input[type=tel], 
.gfield input[type=url], 
.gfield input[type=search], 
.gfield input[type=date], 
.ginput_container select {
    background-color: #fff;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	body .vc_col-sm-6 {
   		width: 100%;
	}
	body .vc_column_container .vc_column-inner .vc_inner .vc_col-sm-6 {
    	width: 50%;
    	float: left;
	}
	.vc_row.vc_column-gap-45 > .vc_column_container {
		padding: 45px;
	}
	.vc_row.vc_column-gap-45:last-child > .vc_column_container {
    	padding-bottom: 45px;
	}
	.vc_row.vc_column-gap-45:first-child > .vc_column_container {
    	padding-top: 45px;
	}
	#site-footer #nav-company {
	    width: 100%;
	    float: left;
	}
	#site-footer #nav-service{
	    width: 100%;
	    margin: 0;
	    padding: 0;
	    float: left;
	}
	#site-footer #nav-company li{
		width:50%;
		float:left;
	}
}
@media screen and (max-width: 768px) {

    /*--------------------------------------------------------------
	# spacing and layout
	--------------------------------------------------------------*/
    .sod-box-large{
        padding: 35px 0!important;
    }
    .woocommerce div.product div.summary{
        padding: 45px 0 0 0;
    }
    #main {
	    margin-left: 30px!important;
	    margin-right: 30px!important;
	}
	#site-footer .footer-logo {
	    width: 100%;
        height: auto;
		padding-bottom: 90px;
	}
	#site-footer .navigation {
	    width: 100%;
	    margin-left: 0;
	    float: right;
	}
    
	#site-footer {
    	padding: 90px 45px; 	
	}
	.links-wrapper{
    	width: 60%;
	}
	#site-footer .legal-info {
    	width: 40%;
    	padding-right:0;
	}
	.copyright {
	    width: 100%;
	}
	   /*--------------------------------------------------------------
	#team page
	--------------------------------------------------------------*/
	.article-team-image img {
	    max-width: 200px;
	    margin: 0px auto;
	    margin-bottom: 90px;
	}
	.article-team-image {
	    width: 100%;
	    margin-right: 0;
	}
	.article-team-description,
	.article-team-qualification {
	    width: 50%;
	    padding-left: 25px;
	}
	.article-team-description {
	    padding-right: 25px;
	    margin-right: 0;
    }
    .article-team-qualification .valign,
    #site-footer .footer-logo .valign {
	    position: relative;
	    top: auto;
	    left: auto;
	    right: auto;
	    -webkit-transform: none;
	    transform: none;
	    width: 100%;
	    padding: 0;
	    float: left;
	}
	   /*--------------------------------------------------------------
	#blog
	--------------------------------------------------------------*/
	.article-post-heading,
	.article-post-text,
	.article-post-link{
    	padding: 0px;
	}
	.article-post-heading {
    text-align: left;
	}
}
@media screen and (max-width: 440px) {
	#site-footer .legal-info,
	.links-wrapper {
	    width: 100%;
        border: none;
		padding: 0;
	}
	#site-footer #nav-service {
	    width: 70%;
	}
	#site-footer #nav-company {
	    width: 30%;
	}
	#site-footer #nav-company li {
	    width: 100%;
	    float: left;
	}
    #main {
	    margin-left: 20px!important;
	    margin-right: 20px!important;
	}
	body .vc_column_container .vc_column-inner .vc_inner .vc_col-sm-6,
	.article-team-description,
	.article-team-qualification,
	.article-icon-image,
	.article-icon-text,
	#site-footer #nav-service .nav-col {
    	width: 100%;
    	height: auto!important;
    	margin:0;
	}
	.article-team-description {
	    border-right: none;
    }
    .vc_row.vc_column-gap-90 > .vc_column_container > .vc_column-inner {
    	padding: 45px!important;
	}
	.home .article-hero {
	    height: 400px;
	}
	.article-hero {
    	height: 300px;
    }
	.article-hero img {
    	max-width:240px;
	}
	.sod-large {
	    padding-top: 45px;
	    padding-bottom: 45px;
	}
	.article-icon-image {
	    margin-bottom: 15px;
	}
	.article-icon-image img {
    	margin: 0px; 
	}
	.article-hero-text {
	    padding: 30px;
	}
	#logo {
	    width: 30%;
	    padding-left: 0;
	}
	body.home .vc_inner .vc_column-inner .wpb_wrapper .wpb_text_column{
	    margin-bottom: 90px !important;
	}
	body.home .vc_inner .wpb_column:nth-child(2) .vc_column-inner .wpb_wrapper .wpb_text_column{
	    margin-bottom: 0px !important;
	}
	.home .vc_row.vc_column-gap-45 > .vc_column_container {
    	padding: 0px;
	}
}

