
/*
Theme Name: Team Wills
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.8
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/


/* Sub Menu */
#nav li {
    position:relative;
    display: inline-block;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    padding: 0;
    position: absolute;
    width:100%;
    min-width:200px;
    text-align: center;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
#nav .sub-menu a {
    color: #fff;
    display: block;
    padding: 10px;
}
#nav .sub-menu a:hover {
    background: #fff;
    color: #242627;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
    top:0;
}
#nav li:hover > .sub-menu {
    opacity: 1;
    pointer-events: auto;
}
#nav .sub-menu li {
    position: relative;
    background:#242627;
    display: block;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

/* Global */

.font-rale{
    font-family: 'Raleway', sans-serif;
}

.font-cinz{
    font-family: 'Cinzel', serif;
}

.font-opensans{
    font-family: 'Open Sans', sans-serif;
}

.font-fahkwang{
    font-family: 'Fahkwang', sans-serif;
}

.font-corm{
    font-family: 'Cormorant', serif;
}

body{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    background: #FFF;
    color: #242627;
    margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner{
    position: relative;
    width: 100%;
}
    .ip-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0,0,0,.3);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        min-height: 250px;
        background-color: #f9f7f7;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ip-banner .container{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }
        .ip-banner h1 {
            font-weight: 700;
            font-size: 32px;
            text-align: center;
            color: #FFF;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 1.7;
        }
            .ip-banner h1 span{
                display: block;
                font-size: 24px;
                font-weight: 400;
                text-transform: none;
                letter-spacing: 0.01em;
            }
/* Adjust minimum height of page area */
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 72.08%; }
#content-full #content { width: 100%; }

.single-communities #content-sidebar #content{
    width: 100%;
}

/* Adjust width of sidebar */
.sidebar{ width: 25.83%; }
.single-communities .sidebar{
    display: none;
}
/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}
    .page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
        margin-left: -15px;
        margin-right: -15px;
    }

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 1;
    letter-spacing: 0.050em;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {

}

.header{
    position: fixed;
    z-index: 98;
    width: 100%;
    top: 0;
    left: 0;
    padding: 17px 0 0;
    background:rgba(0,0,0,0);
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.header.fixed{
    background:rgba(0,0,0,.70);
    padding: 13px 0;
}
.main-hdr{
    position: relative;
    z-index: 0;
}
.custom-container{
    position: relative;
    margin: 0 auto;
    width: 1400px;
}
.hdr-wrap{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.fixed .hdr-wrap{
    align-items: center;
}
.hdr-wrap .hdr-left{}
.hdr-wrap .logo{
    max-width: 160px;
    padding: 25px 0 0;
    margin: 0 0 0 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.fixed .hdr-wrap .logo{
    max-width: 116px;
    padding: 0 0 0;
    margin: 0 0 0 65px;
}
.hdr-wrap .hdr-right{}
.hdr-wrap .hdr-navs{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
#nav{
    font-size: 0;
}
#nav > li{
    margin: 0 0 0 40px;
}
#nav > li:first-child{
    margin: 0 0 0 0;
}
#nav > li > .sub-menu{
    margin: 0 auto;
    left: -150%;
    right: -150%;
    padding: 60px 0 0;
}
#nav > li:hover > .sub-menu{
    padding: 15px 0 0;
}
.fixed #nav > li:hover > .sub-menu{
    /*padding: 43px 0 0;*/
    padding: 49px 0 0;
}
#nav a{
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.050em;
    color:#fff;
    text-transform: uppercase;
    display: block;
    position: relative;
}
#nav > li > a:after{
    content:'';
    display: block;
    height: 2px;
    width: 0%;
    opacity: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    background:#fff;
    pointer-events: none;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
#nav > li:hover > a:after{
    width: 100%;
    opacity: 1;
}
.hdr-wrap .burger-trigger{
    margin: 0 0 0 80px;
    cursor: pointer;
}
.hdr-wrap .burger-trigger > div{
    background:#fff;
    pointer-events: none;
    height: 4px;
    width: 23px;
    margin: 4px 0 0 auto;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.hdr-wrap .burger-trigger:hover > div{
    width: 46px;
}
.hdr-wrap .burger-trigger > div:first-child{
    width: 46px;
    margin: 0 0 0 auto;
}
.hdr-wrap .burger-trigger > div:last-child{
    width: 46px;
}

.hdr-bttn a{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.080em;
    text-transform: uppercase;
    background: rgba(8,6,9,.16);
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient( 15deg, #8e4c15, #e9a53d, #8e4c15 ) 1;
    padding: 14px 34px;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    text-align: center;
}
.hdr-bttn a:hover{
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient( 15deg, #080609, #fff, #080609 ) 1;
    background: #c7c7c8;
    color:#000;
}

.hdr-wrap .hdr-contact{
    margin: 0 0  30px;
}
.hdr-wrap .hdr-contact ul{
    font-size: 0;
    text-align: right;
}
.hdr-wrap .hdr-contact li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 40px;
}
.hdr-wrap .hdr-contact li:first-child{
    margin: 0 0 0 0;
}
.hdr-wrap .contact-single{}
.hdr-wrap .contact-single a{
    color:#fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.025em;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;

}
.hdr-wrap .contact-single a:hover {
    color: #f5a02b;
}
.hdr-wrap .contact-single span{
    font-size: 14px;
    display: inline-block;
}
.hdr-sm{
    position: fixed;
    z-index: 3;
    bottom: 6vw;
    right: 1.875vw;
    max-width: 35px;
    pointer-events: none;
}
.sm-wrapper{}
body.ip-container .hdr-sm.light .sm-wrapper span,
.sm-wrapper span{
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.080em;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    display: block;
    margin: 0 auto;
    text-align: center;
}
body.ip-container .sm-wrapper span{
    color:#000;
}
.sm-wrapper .sm-links {
    padding: 27px 0 0;
}
body.ip-container .hdr-sm.light .sm-wrapper .sm-links:before,
.sm-wrapper .sm-links:before{
    content:'';
    display: block;
    width: 3px;
    height: 65px;
    background:#fff;
    margin: 0 auto;
}
body.ip-container .sm-wrapper .sm-links:before{
    background:#000;
}
.sm-wrapper ul{
    pointer-events: auto;
}
.sm-wrapper li{
    margin: 20px 0 0;
}
.sm-wrapper li:first-child{
    margin: 24px 0 0;
}
body.ip-container .hdr-sm.light .sm-wrapper a,
.sm-wrapper a{
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    border-radius: 1em;
}
body.ip-container .sm-wrapper a{
    border: 1px solid #000;
    color: #000;
}
body.ip-container .sm-wrapper a:hover,
.sm-wrapper a:hover{
    color:#e9a53d;
    border: 1px solid #e9a53d;
}
.sp-bd{
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.sp-bd.active{
    pointer-events: auto;
}
.slide-panel{
    position: fixed;
    z-index: 5;
    background: url(images/sp-bg.jpg) center top no-repeat;
    background-size: cover;
    right: -20vw;
    top: 0;
    opacity: 0;
    pointer-events: none;
    width: calc(100% - 30px);
    height: 100%;
    max-width: 1127px;
    padding: 65px 65px 0 105px;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.slide-panel.active{
    right: 0vw;
    pointer-events: auto;
    opacity: 1;
}

.sp-container{}
.sp-top{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.sp-top .sp-logo{
    max-width: 160px;
}
.sp-top .sp-close{}
.sp-top .sp-close span{
    font-size: 36px;
    color:#fff;
    cursor: pointer;
    -webkit-transition: all .325s ease-in-out;
-moz-transition: all .325s ease-in-out;
-ms-transition: all .325s ease-in-out;
transition: all .325s ease-in-out;

}

    .sp-top .sp-close span:hover {
        color: #f5a02b;
    }
#spnav{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    font-family: 'Fahkwang', sans-serif;
    margin: 75px 0 0;
}
#spnav li{}
#spnav a{
    font-size: 13px;
    font-weight: 300;
    color: #c3c3c3;
    letter-spacing: 0.050em;
    text-transform: uppercase;
}
#spnav a:hover{
    color:#fff;
}
#spnav > li{}
#spnav > li:first-child{
    margin: 0 0 0 0;
}
#spnav .sub-menu{
    margin: 40px 0 0;
}
#spnav .sub-menu a{
    font-size: 12px;
    line-height: 21px;
}
.sp-contact{
    margin: 155px 0 0;
}
.sp-contact ul{}
.sp-contact li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 80px 0 0;
}
.sp-contact li:first-child{
    margin: 0 23px 0 0;
}
.sp-contact li:last-child{
    margin: 0 0 0 0;
}
.sp-contact a{
    color:#fff;
    font-weight: 300;
    letter-spacing: 0.025em;
    font-size: 14px;
}
.sp-contact a:hover{
    color: #e9a53d;
}
.sp-contact li:nth-child(2) a{
    text-transform: uppercase;
}
.sp-contact a em{
    display: inline-block;
    vertical-align: top;
    color:#d1d8c2;
    font-size: 13px;
}
.sp-contact li:nth-child(2) a em{
    font-size: 20px;
}
.sp-contact a span{
    display: inline-block;
    vertical-align: top;
}
#hp-top{
    position: relative;
}
#hp-slide{
/*    height: 100vh;*/
    position: relative;
    z-index: 0;
}
#hp-slide:after{
    content:'';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#000;
    opacity: .3;
    pointer-events: none;
}
#hp-slide .cycloneslider-template-responsive{
    position: relative;
    z-index: 0;
}
#hp-slide .cycloneslider-template-responsive canvas{
    height: 100vh;
}

#hp-tagline{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tagline-wrapper{
    width: calc(100% - 30px);
}

.qs-sect{
    max-width: 600px;
    margin: 10px auto 0;
}
.qs-sect .qs-form{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.qs-sect .qs-field{
    width: calc(100% - 50px);
}
.qs-sect .qs-field input{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    outline: 0;
    display: block;
    width: 100%;
    height: 50px;
    border: 0px;
    padding: 0 15px;
}
.qs-sect .qs-submit{
    width: 50px;
}
.qs-sect .qs-submit button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 50px;
    border: 0px;
    font-size: 24px;
    background: #e9a53d;
    color: #fff;
    outline: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.qs-sect .qs-submit button:hover{
    color: #e9a53d;
    background: #fff;
}

#hp-tagline h2{
    font-family: 'Cinzel', serif;
    font-size: 48px;
    letter-spacing: 0.080em;
    text-transform: uppercase;
    color:#fff;
    margin: 0 0 47px;
}

.tagline-wrapper a{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    color: #fff;
    font-size: 23px;
    font-weight: 300;
    font-family: 'Cinzel', serif;
    letter-spacing: 0.120em;
    text-transform: uppercase;
    background: rgba(8,6,9,.16);
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient( 15deg, #8e4c15, #e9a53d, #8e4c15 ) 1;
    padding: 18px 50px;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    text-align: center;
}
.tagline-wrapper a:hover{
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient( 15deg, #080609, #fff, #080609 ) 1;
    background: #c7c7c8;
    color: #000;
}

#hp-fp{
    padding: 70px 0;
    background:url(images/fp-bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.fp-img .slick-slide > div a {
    display: block;
    position: relative;
}

.fp-img .slick-slide > div a:hover::before {
    opacity: 1;
}

.fp-img .slick-slide > div a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0,0,0,.3);
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
    z-index: 3;
}
.fp-wrapper{}
.fp-wrapper .fp-content{
    background: #242627;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.fp-wrapper .fp-left{
    width: 41.929%;
    padding: 95px 0 0 65px;
}
.fp-wrapper .fp-title{}
.fp-wrapper .fp-title h2{
    color:#d5d5d5;
    font-size: 34px;
    letter-spacing: 0.020em;
    text-transform: uppercase;
    font-weight: 300;
}
.fp-wrapper .fp-title h2 span{
    font-family: 'Cinzel', serif;
    font-size: 74px;
    color: #fff;
    display: block;
    font-weight: 400;
    padding: 10px 0 0 40px;
}
.fp-wrapper .fp-info{
    color:#fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: 0.020em;
    margin: 77px 0 0;
}
.fp-wrapper .fp-price{
    font-size: 30px;
}
.fp-wrapper .fp-add{}
.fp-wrapper .fp-feat{}
.fp-wrapper .fp-feat span{
    display: inline-block;
    margin: 0 10px;
}
.fp-wrapper .fp-btn{
    margin: 72px 0 0;
}
.fp-wrapper .fp-right{
    width: 58.071%;
}

.global-bttn,
a.global-bttn{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Cinzel', serif;
    letter-spacing: 0.080em;
    text-transform: uppercase;
    background: rgba(8,6,9,.16);
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient( 15deg, #8e4c15, #e9a53d, #8e4c15 ) 1;
    padding: 22px 49px;
    line-height: 1;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    text-align: center;
}

.global-bttn:hover,
a.global-bttn:hover{
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient( 15deg, #080609, #fff, #080609 ) 1;
    background: #c7c7c8;
    color: #000;
}

.fp-img{
    position: relative;
    z-index: 0;
}
.fp-img ul{
    font-size: 0;
    position: relative;
    z-index: 0;
}
.fp-img canvas{
    display: block;
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fp-navs{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
}
.fp-navs .fp-nav{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color:#fff;
    font-size: 22px;
    background:#646464;
    cursor: pointer;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.fp-navs .fp-nav:hover{
    color:#646464;
    background:#fff;
}
.fp-navs .fp-next{
    background:#272628;
}
.fp-navs .fp-next:hover{
    color:#272628;
    background:#fff;
}

#hp-welcome{
    background:url(images/welcome-bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 0 0 72px;
    overflow: hidden;
}
#hp-welcome .welcome-wrapper{
    max-width: 1288px;
    background:#242627;
    padding: 145px 0 50px;
    position: relative;
    z-index: 0;
}
#hp-welcome .welcome-wrapper:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 0;
    bottom: -72px;
    left: 0;
    width: 100%;
    height: 100%;
    background:url(images/welcome-logo.png) center bottom no-repeat;
    pointer-events: none;
}
#hp-welcome .welcome-wrapper:after{
    content:'';
    display: block;
    position: absolute;
    left: 55.512%;
    bottom: -72px;
    height: 144px;
    background: url(images/welcome-accent.jpg) left top no-repeat;
    background-size: cover;
    width: 100vw;
}
.welcome-wrapper .welcome-container{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.welcome-wrapper .welcome-left{
    width: 574px;
}
.welcome-wrapper .welcome-photo{
    /*padding: 80px 0 0;*/
    padding: 0 0 0;
}
.welcome-wrapper .welcome-right{
    width: calc(100% - 574px);
}

.welcome-wrapper .welcome-content{
    padding: 0 65px 0 140px;
}
.welcome-wrapper .welcome-title{
    /*margin: 0 0 46px -170px;*/
    margin: 0 0 46px -70px;
}
.welcome-wrapper .welcome-title h1{
    color: #d5d5d5;
    font-size: 34px;
    letter-spacing: 0.020em;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 0;
}
.welcome-wrapper .welcome-title h1 span{
    font-family: 'Cinzel', serif;
    font-size: 74px;
    color: #fff;
    display: block;
    font-weight: 400;
    padding: 10px 0 0 75px;
}

.welcome-wrapper .welcome-text{}
.welcome-wrapper .welcome-text p{
    color:#fffefe;
    font-weight: 300;
    letter-spacing: 0.020em;
    line-height: 27px;
    margin: 28px 0 0;
}
.welcome-wrapper .welcome-text p:first-child{
    margin: 0 0 0;
}

.welcome-wrapper .welcome-btn{
    margin: 65px 0 0;
}

#hp-cta{}
.cta-wrapper{
    background:#242627;
    position: relative;
}
.cta-wrapper .cta-big{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: none;
}
.cta-wrapper .cta-big > div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    opacity: 0;
    transition: all ease .8s;
    -moz-transition: all ease .8s;
    -webkit-transition: all ease .8s;
}
.cta-wrapper .cta-big > div#cta-1-img{
    background-image: url(images/cta-big-1.jpg);
}
.cta-wrapper .cta-big > div#cta-2-img{
    background-image: url(images/cta-big-2.jpg);
}
.cta-wrapper .cta-big > div#cta-3-img{
    background-image: url(images/cta-big-3.jpg);
}
.cta-wrapper .cta-big > div#cta-4-img{
    background-image: url(images/cta-big-4.jpg);
}
.cta-wrapper .cta-big > div#cta-5-img{
    background-image: url(images/cta-big-5.jpg);
}
.cta-wrapper .cta-big > div.active{
    opacity: .57;
}
.cta-wrapper .cta-btns{
    position: relative;
    z-index: 1;
}
.cta-wrapper ul{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.cta-wrapper li{
    width: calc(100% / 5);
    overflow: hidden;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.cta-wrapper .cta-btns:hover li{
    /*width:0%;*/
}
.cta-wrapper .cta-btns:hover li:hover{
    /*width:100%;*/
    transition: all ease .7s;
    -moz-transition: all ease .7s;
    -webkit-transition: all ease .7s;
}
.cta-wrapper .cta-single{

}
.cta-wrapper .cta-single a{
    display: block;
    position: relative;
}
.cta-wrapper li a .cta-img{
    background-size: cover;
    background-position: center center;
    min-height: 34.4375vw;
    position: relative;
    z-index: 0;
    opacity: .35;
    pointer-events: none;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.cta-wrapper li a:hover .cta-img{
    opacity: 1;
}
.cta-wrapper #cta-1 .cta-single a .cta-img{
    background-image: url(images/cta-img-1.jpg);
}
.cta-wrapper #cta-2 .cta-single a .cta-img{
    background-image: url(images/cta-img-2.jpg);
}
.cta-wrapper #cta-3 .cta-single a .cta-img{
    background-image: url(images/cta-img-3.jpg);
}
.cta-wrapper #cta-4 .cta-single a .cta-img{
    background-image: url(images/cta-img-4.jpg);
}
.cta-wrapper #cta-5 .cta-single a .cta-img{
    background-image: url(images/cta-img-5.jpg);
}
.cta-wrapper li a .cta-name{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-shadow: 3px 3px 7px #000;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.cta-wrapper li a .cta-name h3{
    font-size: 1.5vw;
    color: #fff;
    letter-spacing: 0.080em;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.qs-long .dropdown-menu.open {
    top: 100%;
    bottom: auto;
}

#hp-qs{
    background: url(images/qs-bg.jpg) center center no-repeat #242627;
    background-size: cover;
    background-attachment: fixed;
    padding: 163px 0;
    position: relative;
    z-index: 1;
}
.qs-long ul.dropdown-menu.inner {
    max-height: 250px !important;
}
.qs-wrapper{}
.qs-wrapper .qs-container{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.qs-wrapper .qs-title{}
.qs-wrapper .qs-title h2{
    color: #d5d5d5;
    font-size: 34px;
    letter-spacing: 0.020em;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 0;
}
.qs-wrapper .qs-title h2 span{
    font-family: 'Cinzel', serif;
    font-size: 74px;
    color: #fff;
    display: block;
    font-weight: 400;
    padding: 10px 0 0 50px;
}

.qs-wrapper .qs-fields{
    width: calc(100% - 425px);
}

.qs-wrapper .qs-row{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin: 68px 0 0;
}
.qs-wrapper .qs-row:nth-of-type(1){
    margin: 0 0 0;
}
.qs-wrapper .qs-long{
    width: 57.436%;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.qs-wrapper .qs-long > div{
    width: calc(50% - 6px);
}
.qs-wrapper .qs-short{
    width: 36.923%;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.qs-wrapper .qs-short-1{
    width: 42.564%;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.qs-wrapper .qs-short > div{
    width: calc(50% - 9px);
}
.qs-wrapper .qs-short-1 > div{
    width: calc(50% - 9px);
}
.qs-wrapper select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: 0px;
    border-bottom: 3px solid #fff;
    background:url(images/qs-dd.png) calc(100% - 14px) center no-repeat;
    color:#fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.100em;
    outline: 0;
    padding: 0 15px 0 10px;
    height: 56px;
}
.qs-wrapper select option{
    color:#000;
}

.qs-wrapper .qs-btns{
    width: 50.769%;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.qs-wrapper .qs-btns > div{
    width: calc(50% - 9px);
}
.qs-wrapper .qs-btns input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:#e9a53d;
    color:#000;
    height: 62px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.100em;
    text-transform: uppercase;
    border: 0px;
    display: block;
    width:100%;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.qs-wrapper .qs-btns input:hover{
    color:#e9a53d;
    background:#000;
}
.qs-wrapper .qs-btns a{
    background:#858585;
    color:#fff;
    line-height: 62px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.100em;
    text-transform: uppercase;
    border: 0px;
    display: block;
    width:100%;
    text-align: center;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.qs-wrapper .qs-btns a:hover{
    color:#858585;
    background:#fff;
}

#hp-map{
    position: relative;
    z-index: 0;
}
.map-section{
    position: relative;
}
.map-bg{
    background: url(images/map-bg.jpg) center center no-repeat #000;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.map-bg canvas{
    display: block;
    width: 100%;
    height: auto;
}
.map-wrapper{
    position: absolute;
    z-index: 1;
    top:7.5vw;
    left: 9.6875vw;
    width: 48.8125vw;
}
.map-wrapper .map-container{
    position: relative;
}
.map-wrapper .map-main{
    position: relative;
    z-index: 0;
}
.map-wrapper .map-main img{
    display: block;
    width: 100%;
    height: auto;
}
.map-hovers{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.map-hovers > div{
    position: absolute;
    opacity: 0;
    z-index: 2;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.map-hovers > div.active{
    opacity: 1;
}
.map-hovers .map-zip-32301{
    width: 3.75vw;
    left: 17.2vw;
    top: 12.3vw;
}
.map-hovers .map-zip-32303{
    width: 4.25vw;
    top: 7.8vw;
    left: 12.7vw;
}
.map-hovers .map-zip-32304{
    left: 10.7vw;
    top: 12.1vw;
    width: 5.6875vw;
}
.map-hovers .map-zip-32305{
    left: 9.8vw;
    bottom: 14.8vw;
    width: 13.1875vw;
}
.map-hovers .map-zip-32308{
    width: 6.8125vw;
    top: 8.17vw;
    left: 16.92vw;
}
.map-hovers .map-zip-32309{
    width: 11.0625vw;
    left: 18.3vw;
    top: 1.8vw;
}
.map-hovers .map-zip-32310{
    width: 15.1875vw;
    top: 12.3vw;
    left: 1.2vw;
}
.map-hovers .map-zip-32311{
    width: 7.5625vw;
    top: 12.91vw;
    left: 19.8vw;
}
.map-hovers .map-zip-32312{
    width: 11.625vw;
    top: 0vw;
    left: 13.48vw;
}
.map-hovers .map-zip-32317{
    width: 10.9375vw;
    top: 7.8vw;
    left: 18.1vw;
}
.map-hovers .map-zip-32324{
    width: 4.25vw;
    left: 0.1vw;
    top: 4vw;
}
.map-hovers .map-zip-32327{
    width: 15.375vw;
    bottom: 5.5vw;
    left: 12.42vw;
}
.map-hovers .map-zip-32332{
    width: 2vw;
    top: 5.1vw;
    left: 3.8vw;
}
.map-hovers .map-zip-32333{
    width: 3.5vw;
    top: 4.3vw;
    left: 7.5vw;
}
.map-hovers .map-zip-32336{
    width: 8.8125vw;
    bottom: 4.45vw;
    right: 9.45vw;
}
.map-hovers .map-zip-32343{
    width: 2.375vw;
    top: 8.4vw;
    left: 8.6vw;
}
.map-hovers .map-zip-32344{
    width: 17.3125vw;
    right: 3.9vw;
    bottom: 6.3vw;
}
.map-hovers .map-zip-32346{
    width: 3.8125vw;
    bottom: 0vw;
    left: 14.5vw;
}
.map-hovers .map-zip-32351{
    width: 6.9375vw;
    left: .8vw;
    top: 6.2vw;
}
.map-hovers .map-zip-32352{
    width: 3.5625vw;
    left: 3.19vw;
    top: 4.1vw;
}
.map-hovers .map-zip-32358{
    width: 10.75vw;
    bottom: 2.8vw;
    left: 3.6vw;
}
.map-hovers .map-gadsden{
    width: 13.3125vw;
    top: 4vw;
    left: 0vw;
    z-index: 0;
}
.map-hovers .map-jefferson{
    width: 19.75vw;
    top: 7.725vw;
    right: 0;
    z-index: 0;
}
.map-hovers .map-leoncounty{
    width: 18vw;
    top: 1.4vw;
    left: 9.09vw;
    z-index: 0;
}
.map-hovers .map-wakulla{
    width: 25.125vw;
    left: 3.9vw;
    bottom: 1vw;
    z-index: 0;
}
.map-hovers img{
    display: block;
    width: 100%;
    height: auto;
}
.map-label{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.map-label img{
    display: block;
    width: 100%;
    height: auto;
}
.map-links{
    position: absolute;
    top: 8.125vw;
    right: 16.25vw;
}
.map-links h2{
    color:#fff;
    text-transform: uppercase;
    overflow: hidden;
}
.map-links h2 span{
    display: inline-block;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25vw;
    font-weight: 700;
}
.map-links h2 span:after{
    content:'';
    display: block;
    background:#d8d8d8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 110%;
    height: 1px;
    margin: auto 0;
    width: 100vw;
}
.map-links h2 strong{
    display: block;
    font-size: 4.375vw;
    font-weight: 500;
}
.map-links ul{
    margin: 3.125vw 0 0;
}
.map-links li{
    margin: 1.375vw 0 0;
}
.map-links li:first-child{
    margin: 0 0 0;
}
.map-links a{
    font-size: 1.25vw;
    color: #fff;
    text-transform: uppercase;
    display: block;
    position: relative;
    line-height: 2.5vw;
    padding: 0 0 0 2.1875vw;
}
.map-links a:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 48%;
    height: 100%;
    background: rgb(84,84,84);
    background: linear-gradient(90deg, rgba(84,84,84,1) 0%, rgba(84,84,84,1) 100%);
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.map-links a.active:before,
.map-links a:hover:before{
    width: 100%;
    background: rgb(84,84,84);
    background: linear-gradient(90deg, rgba(84,84,84,1) 0%, rgba(84,84,84,0) 100%);
}
.map-links a span{
    position: relative;
    z-index: 3;
    display: block;
}
#hp-testi{
    background:#242627;
    position: relative;
    padding: 65px 0 0;
    position: relative;
    z-index: 1;
    transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
#hp-testi:before{
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    background: url(images/testi-bg.jpg) center center no-repeat;
    background-size: cover;
    height: calc(100% - 190px);
    width: 70vw;
}
.testi-wrapper{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.testi-wrapper .testi-photo{
    width: 42.071%;
    position: relative;
    z-index: 0;
}
.testi-wrapper .testi-vid{}
.testi-wrapper .vid-slide{}
.testi-wrapper .vid-slide ul{
    font-size: 0;
}
.testi-wrapper .vid-slide li{}
.testi-wrapper .vid-slide .vid-single{
    position: relative;
    width: 100%;
    max-width: 589px;
    margin: 0 auto;
}
.testi-wrapper .vid-single a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.testi-wrapper .vid-single canvas{
        display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
}
.testi-wrapper .vid-single > div,
.testi-wrapper .vid-single > iframe{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.testi-wrapper .testi-content{
    width: 57.929%;
    position: relative;
    z-index: 1;
}
.testi-wrapper .testi-title{
    padding: 0 0 0 53px;
}
.testi-wrapper .testi-title h2{
    color: #d5d5d5;
    font-size: 34px;
    letter-spacing: 0.020em;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 0;
}
.testi-wrapper .testi-title h2 span{
    font-family: 'Cinzel', serif;
    font-size: 74px;
    color: #fff;
    display: block;
    font-weight: 400;
    padding: 10px 0 0 50px;
}

.testi-wrapper .testi-container{
    background: #333;
    margin: 110px 93px -40px -84px;
    /*padding: 97px 0;*/
    position: relative;
    max-width: 802px;
}
.testi-wrapper .testi-container ul{
    font-size: 0;
}
.testi-wrapper .testi-container:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 0;
    top:-90px;
    right: 33px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background:url(images/testi-quote.png) top right no-repeat;
    background-size: 20.942% auto;
    display: none;
}

.inputqs {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: 0px;
    border-bottom: 3px solid #fff;
    /* background: url(images/qs-dd.png) calc(100% - 14px) center no-repeat; */
	background: #252628;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.100em;
    outline: 0;
    padding: 0 15px 0 10px;
    height: 56px;
}

.inputqs:focus {
    color: #fff;
}

.inputqs::placeholder {
    color: #fff;
}

.testi-wrapper .testi-slide{
    position: relative;
    z-index: 1;
}
.testi-wrapper .testi-slide ul{}
.testi-wrapper .testi-slide li{
    text-align: center;
    color: #e3e3e3;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.025em;
    /*padding: 0 90px;*/
}
.testi-wrapper .testi-slide li a{
    display: block;
    position: relative;
}
.testi-wrapper .testi-slide li a:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#161616;
    opacity: .35;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.testi-wrapper .testi-slide li a:hover:before{
    opacity: 0;
}
.testi-wrapper .testi-slide li a:after{
    content:'';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:url(images/testi-play.png) center center no-repeat;
    background-size: 95px auto;
    opacity: .75;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.testi-wrapper .testi-slide li a:hover:after{
    opacity: 1;
}
.testi-wrapper .testi-slide li .testi-img{
    position: relative;
    z-index: 0;
}
.testi-wrapper .testi-slide li canvas{
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
}
.testi-wrapper .testi-slide h3{
    margin: 40px 0 0;
}
.testi-wrapper .testi-rm{
    text-align: center;
    margin: 40px 0 0;
    position: relative;
    z-index: 1;
}
.testi-wrapper .testi-rm a{
    color: #e3e3e3;
    font-size: 14px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    text-decoration: underline;
}
.testi-wrapper .testi-rm a:hover{
    color:#a76a0c;
}
.testi-navs{

    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.testi-navs .testi-nav{
    height: 60px;
    width: 60px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;

    color: #fff;
    background: #5c5c5c;
    font-size: 22px;
    cursor: pointer;
}
.testi-navs .testi-nav:hover{
    background:#e9a53d;
}
.testi-navs .testi-nav.testi-next{

    background: #262626;
}
.testi-navs .testi-nav.testi-next:hover{
    background:#646464;
}
#hp-news{
    background:url(images/news-bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 155px 0 110px;
}
.news-wrapper{}
.news-wrapper h2{
    text-align: center;
    color: #d5d5d5;
    font-size: 34px;
    letter-spacing: 0.020em;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 0;
}
.news-wrapper h2 span{
    font-family: 'Cinzel', serif;
    font-size: 74px;
    color: #fff;
    display: block;
    font-weight: 400;
    margin: 10px 0 0;
}
.news-wrapper .news-content{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-evenly;
    margin: 86px 0 0;
}
.news-wrapper .news-single{
    width:23.0625vw;
}
.news-wrapper .news-single a{
    display: block;
    position: relative;
    text-align: center;
    font-size: 13px;
    color:#aeaeae;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.025em;
}
.news-wrapper .news-single a .news-date{
    font-size: 14px;
    letter-spacing: 0.050em;
    line-height: 1;
    color:#fff;
    margin: 0 0 15px;
}
.news-wrapper .news-single a .news-title{
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    color:#fff;
    margin: 0 0 45px;
    height: 50px;
}
.news-wrapper .news-single a .news-img{
    background:#000;
}
.news-wrapper .news-single a .news-img canvas{
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    opacity: .64;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.news-wrapper .news-single a:hover .news-img canvas{
    opacity: 1;
}
.news-wrapper .news-single a .news-text{
    padding: 50px 23px 0;
}

.footer{
    background:#1a1b1b;
    padding: 0px 0 75px;
}
.footer-info{
    padding: 70px 0 0;
}
.info-wrapper{}
.info-wrapper .footer-logo{
    margin: 0 auto;
    max-width: 200px;
}
.footer-contact{
    margin: 55px 0 0;
}
.footer-contact ul{
    font-size: 0;
    text-align: center;
}
.footer-contact li{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
    border-left:1px solid #5e5e5e;
    padding: 0 36px;
    line-height: 1;
}
.footer-contact li:first-child{
    padding-left: 0px;
    border-left: 0px solid #fff;
}
.footer-contact li:last-child{
    padding-right: 0px;
}
.footer-contact a{
    color:#fff;
}
.footer-contact a:hover{
    color:#aeaeae;
}

.footernav{
    font-size: 0;
    text-align: center;
    margin: 80px 0 0;
}
.footernav li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 38px;
}
.footernav li:first-child{
    margin: 0 0 0;
}
.footernav a{
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.050em;
    text-transform: uppercase;
    color:#fff;
}
.footernav a:hover{
    color:#aeaeae;
}

.copyright{
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.080em;
    line-height: 21px;
    color:#fff;
    text-align: center;
    margin: 45px 0 0;
}
.copyright a{}
.copyright a[target]{
    text-decoration: underline;
}
.copyright a:hover{
    color:#aeaeae;
}
.re-logos{
    font-size: 0;
    text-align: center;
    margin: 50px 0 0;
}
.re-logos span{
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    color:#b9b8b8;
    margin: 0 2px;
}

.sb-qs{
    background:#242627;
    padding: 30px 10px;
}
.sb-qs .qs-container{
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
}
.sb-qs .qs-title{}
.sb-qs .qs-title h2{
    color: #d5d5d5;
    font-size: 20px;
    letter-spacing: 0.020em;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 0;
    text-align: center;
    line-height: 1;
}
.sb-qs .qs-title h2 span{
    font-family: 'Cinzel', serif;
    font-size: 35px;
    color: #fff;
    display: block;
    font-weight: 400;
    padding: 10px 0 0;
}

.sb-qs .qs-fields{
    width: 100%;
}
.sb-qs .qs-long > div{
    margin: 20px 0 0;
}
.sb-qs .qs-long > div:first-child{
    margin: 0 0 0;
}
.sb-qs .qs-short{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin: 20px 0 0;
}
.sb-qs .qs-short-1{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin: 20px 0 0;
}
.sb-qs .qs-short > div{
    width: calc(50% - 5px);
}
.sb-qs .qs-short-1 > div{
    width: calc(50% - 5px);
}
.sb-qs select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: 0px;
    border-bottom: 3px solid #fff;
    background:url(images/qs-dd.png) calc(100% - 14px) center no-repeat;
    color:#fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
    outline: 0;
    padding: 0 5px 0;
    height: 56px;
}
.sb-qs select option{
    color:#000;
}

.sb-qs .qs-btns{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin: 20px 0 0;
}

.sb-qs .qs-btns > div{
    width: calc(50% - 5px);
}
.sb-qs .qs-btns input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:#e9a53d;
    color:#000;
    height: 62px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.100em;
    text-transform: uppercase;
    border: 0px;
    display: block;
    width:100%;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.sb-qs .qs-btns input:hover{
    color:#e9a53d;
    background:#000;
}
.sb-qs .qs-btns a{
    background:#858585;
    color:#fff;
    line-height: 62px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.100em;
    text-transform: uppercase;
    border: 0px;
    display: block;
    width:100%;
    text-align: center;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.sb-qs .qs-btns a:hover{
    color:#858585;
    background:#fff;
}
.custom-ip-sections{}
.ip-git{
    padding: 40px 0 0;
}
body.category-blog .ip-git{
    display: none;
}
.git-wrap{
    margin: 0 auto;
    max-width: 750px;
    border: 2px solid #2a2b2b;
    padding: 40px 0;
}
.git-wrap h3{
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4571;
    text-transform: uppercase;
}
.git-wrap h3:before{
    content: '';
    display: block;
    vertical-align: middle;
    width: 19px;
    height: 1px;
    background: #fff;
    margin: 0 auto 30px;
}
.git-wrap .git-form{
    margin: 0 auto;
    width: calc(100% - 20px);
    max-width: 614px;
}
.git-wrap .git-fields{}
.git-wrap .git-row{
    position: relative;
}
.git-wrap .git-row.tri{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.git-wrap .git-row.tri > div{
    width: calc((100% / 3) - 5px);
    max-width: 195px;
}
.git-wrap .git-row.tri > div:first-child{
    margin: 0 0 0 0;
}
.git-wrap .git-input{}
.git-wrap .git-input input[type="tel"],
.git-wrap .git-input input[type="email"],
.git-wrap .git-input input[type="text"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: transparent;
    display: block;
    width: 100%;
    height: 29px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.26px;
    color: #fff;
    margin-top: 35px;
    padding: 0 9px;
    border-bottom: 1px solid #fff;
}
.git-wrap .git-input textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: transparent;
    display: block;
    width: 100%;
    height: 44px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.26px;
    color: #fff;
    margin-top: 35px;
    padding: 0 35px 0 9px;
    border-bottom: 1px solid #fff;
    resize: none;
}
.git-wrap .git-btn{
    position: absolute;
    bottom: 18px;
    z-index: 1;
    right: 5px;
    opacity: 1;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.git-wrap .git-btn:hover{
    opacity: .6;
}
.git-wrap .git-btn input[type="submit"]{
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 0;
    border: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0;
}
.git-wrap .git-btn span.ai-font-paper-airplane-alt{
    font-size: 28px;
    color: #fff;
    pointer-events: none;
}
.git-wrap .git-btn span.ajax-loader{
    position: absolute;
    top: 100%;
    pointer-events: none;
}

.gp-sb{
    background: #1a1b1b;
    text-align: center;
    position: relative;
    color: #fff;
    padding: 25px 0;
}
.gp-sb .gp-name{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
}
.gp-sb .gp-agent{
    width: calc(100% - 20px);
    margin: 0 auto;
}
.gp-sb .gp-contact{
    line-height: 1.2;
    margin: 15px 0 0;
}
.gp-sb .gp-contact > div{
    margin: 5px 0 0;
}
.gp-sb .gp-contact > div:first-child{
    margin: 0 0 0;
}

.gp-sb .gp-contact span{
    font-size: 12px;
    display: inline-block;
    margin: 0 5px 0 0;
}
.gp-sb .gp-contact a{}
.gp-sb .sb-sm{
    margin: 10px 0;
}
.gp-sb .sb-sm ul{
    font-size: 0;
    margin: 0 0 0 0;
    list-style: none;
}
.gp-sb .sb-sm li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
}
.gp-sb .sb-sm li:first-child{
    margin: 0 0 0 0;
}
.gp-sb .sb-sm a{
    font-size: 17px;
}

/** Archive Default Layout (Archive Page) */
#content .archive-list {
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

#content .archive-list:before,
#content .archive-list:after {
    display: none;
}

#content .archive-list > article {
    float: none;
}

#content .archive-list .post {
    border-bottom: none;
}

#content .archive-list .archive-thumbnail,
#content .archive-list .archive-content {
    width: 100%;
}

#content .archive-list .archive-thumbnail a {
    display: block;
    outline: none;
}

#content .archive-list .archive-thumbnail canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#content .archive-list .article-long .archive-thumbnail {
    width: 60%;
}

#content .archive-list .article-long .archive-has-thumbnail {
    width: 37%;
    margin-left: 3%;
}

#content .archive-list .article-long .archive-has-thumbnail .archive-subtitle {
    margin-top: 0;
    font-size: 32px;
}

#content .archive-list .article-long p {
    font-size: 22px;
}

#content .archive-more {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-style: normal;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#content .archive-more:after {
    content: '';
    position: absolute;
    left: calc(100% + 23px);
    top: calc(50% - 1px);
    background: #ded1c1;
    width: 0;
    height: 2px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#content .archive-more:hover {
    color: #242627;
}

#content .archive-more:hover:after {
    width: 63px;
    opacity: 1;
}
/** End of Archive Default Layout (Archive Page) */

#ihf-main-container form#ihf-main-search-form button#ihf-search-adv-submit {
    display: none;
}

.page-id-16 #content .buyer-form,
.page-id-23 #content .seller-form {
    display: flex;
    align-items: center;
}


.sb-qs .qs-short-1 input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: 0px;
    border-bottom: 3px solid #fff;
    background-color: #242627;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    outline: 0;
    padding: 0 5px 0;
    height: 56px;
}

.git-row span {
    font-size: 12px;
    display: block;
}

#ihf-main-container .nav-tabs {
  padding: 0 !important;
  margin: 0 !important;
}

ul.chosen-results {
  margin: 0 !important;
  padding: 0 !important;
}

.page-id-54 .container {
    width: 100%;
}

.ip-git .wpcf7-response-output {
    color: #FFF;
    text-align: center;
}

.grecaptcha-badge {
    z-index: 9999999 !important;
}

.custom-ip-sections {
    position: relative;
    z-index: 0;
}








.page-id-18752 .hdr-wrap .hdr-navs {
    display: none;
}

.page-id-18752 footer.footer {
    display: none;
}


.page-id-18752 #breadcrumbs{
  display: none !important;
}

li.contact-single.font-opensans.lh {
    display: none;
}


.page-id-18752 li.contact-single.font-opensans.lh {
    display: inline-block;
}





.page-id-18752 #content .entry-title {
    text-align: center;
}

.page-id-18752 {
    background: #242627;
    color: #fff;
}

.page-id-18752 #content .entry-title {
    color: #fff;
}


.site-custom-logo{
    display: none;
}

.page-id-18752 .site-main-logo {
    display: none;
}

.page-id-18752 .site-custom-logo {
    display: block;
}


.page-id-18752 li.contact-single.em {
    display: none;
}

.page-id-18752 li.contact-single.lh {
    display: block;
}

li.contact-single.lh {
    display: none;
}


.page-id-19559 .site-custom-logo {
    display: block;
}

.page-id-19559 .site-main-logo {
    display: none;
}



.page-id-19559 .hdr-wrap .hdr-right {
    display: none;
}

.page-id-19559 footer.footer {
    display: none;
}

















/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
