/*
Theme Name: vancerealtygroup.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.5
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
 *
 *******************************************************/

/* Header style */

header.header {
    width: 100%;
    position: fixed;
    z-index: 1001;
    padding: 20px 0;
    font-size: 0;

    transition: 600ms ease;
    -webkit-transition: 600ms ease;
    -moz-transition: 600ms ease;
    -o-transition: 600ms ease;
}

    header.header.fixed{
        background: rgba(0, 0, 0, .60);
    }

    header.header.sliderActive{
        opacity: 0;
        visibility: 0;
    }

    header .h-left,
    header .h-right {
        display: inline-block;
        vertical-align: bottom;
    }

header .h-left {width: 94%;padding-right: 20px;}

    header .info-wrap{
        line-height: 1;
        text-align: right;
        display: block;
        margin-bottom: 20px;
    }

        header .cinfo{
            display: block;
            font-family: 'Poppins', sans-serif;
            color: #fff;
        }

        header .cinfo li{
            display: inline-block;
            vertical-align: middle;
            padding: 0 12px;
        }

        header .cinfo li:first-child{padding-left: 0;}
        header .cinfo li:last-child{padding-right: 0;}

        header .cinfo span[class^="ai-font"]{
            color: inherit;
            display: inline-block;
            vertical-align: middle;
            margin-right: 8px;
            font-size: 12px;
        }

        header .cinfo span[class^="ai-font-envelope"]{
            font-size: 10px;
        }

        header ul.cinfo a,
        header ul.cinfo em{
            display: inline-block;
            vertical-align: middle;
            font-size: 15px;
            font-weight: 300;
            line-height: 1;
            letter-spacing: 0;

            transition: 400ms ease;
        }

        header ul.cinfo a:hover{
            color: #d8bd52;
        }

    header .nav-wrap{display: block;}

        header ul.menu{
            font-family: 'Heebo', sans-serif;
            color: #fff;
            line-height: 1;
            text-align: right;
        }

        header ul.menu > li{
            display: inline-block;
            vertical-align: middle;
            padding-right: 25px;
            position: relative;
        }

        header ul.menu > li:before{
            content: '';
            display: inline-block;
            vertical-align: middle;
            height: 15px;
            width: 2px;
            opacity: .30;
            background-color: #fff;
            margin-right: 25px;
        }

            header ul.menu > li:first-child:before{display: none;}
            header ul.menu > li:last-child{padding-right: 0;}

        header ul.menu > li > a{
            font-family: inherit;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 300;
            color: #fff;
            letter-spacing: .110em;
            line-height: 1;

            display: inline-block;
            vertical-align: middle;

            transition: 400ms ease;
            -webkit-transition: 400ms ease;
            -moz-transition: 400ms ease;
            -o-transition: 400ms ease;
        }

            header ul.menu > li:hover > a{
                color: #d8bd52;
            }


header .h-right {width: 6%;}

    header .bmenu-wrap {
        text-align: center;
    }

        header .bmenu-btn {
            display: inline-block;
            vertical-align: middle;
            width: 34px;
            background: transparent;
            border: 0;
            padding: 0;
            outline: none;
        }

        header .bmenu-btn span{
            width: 100%;
            height: 1px;
            background-color: #fff;
            display: block;

            transition: 400ms ease;
            -webkit-transition: 400ms ease;
            -moz-transition: 400ms ease;
            -o-transition: 400ms ease;
        }

        header .bmenu-btn:hover span{
            background-color: #d8bd52;
        }

        header .bmenu-btn:hover span:nth-child(2){
            width: 100%;
            max-width: 100%;
            background-color: #fff;
        }

        header .bmenu-btn span:nth-child(2){
            background-color: #d8bd52;
            width: 50%;
            max-width: 10px;
            margin: 8px auto;
        }

div#slide-menu {
    width: 100vw;
    height: 100%;
    position: fixed;
    z-index: 1101;
    background: rgba(0, 0, 0, .15);
    right: 0;
    opacity: 0;
    visibility: hidden;

    transition: 600ms ease;
    -webkit-transition: 600ms ease;
    -moz-transition: 600ms ease;
    -o-transition: 600ms ease;
}

    div#slide-menu.active{
        opacity: 1;
        visibility: visible;
        right: 0;
    }

    div#slide-menu .slide-menu-wrap {
        width: 80%;
        height: 100%;
        max-width: 870px;
        background: #fff;
        position: absolute;
        top: 0;
        right: -20%;
        opacity: 0;
        padding: 45px 170px 45px 45px;
        visibility: hidden;
        z-index: 1001;
        overflow: auto;

        transition: 600ms ease;
        -webkit-transition: 600ms ease;
        -moz-transition: 600ms ease;
        -o-transition: 600ms ease;
    }

    div#slide-menu.active .slide-menu-wrap{
        right: 0;
        opacity: 1;
        visibility: visible;

        transition-delay: 400ms;
    }

    #slide-menu .smenu-top {
        font-size: 0;
        position: relative;
        margin-bottom: 55px;
    }

        #slide-menu .logo-wrap, #slide-menu .bmenu-wrap {
            display: inline-block;
            vertical-align: middle;
        }

        #slide-menu .logo-wrap{ width: 70% }
        #slide-menu .bmenu-wrap{ width: 30%; text-align: right; }

            #slide-menu button.bmenu-btn {
                display: inline-block;
                vertical-align: middle;
                width: 34px;
                background: transparent;
                border: 0;
                padding: 0;
                outline: none;
            }

                #slide-menu button.bmenu-btn span{
                    width: 100%;
                    height: 1px;
                    background-color: #000;
                    display: block;

                    transition: 400ms ease;
                }

                #slide-menu button.bmenu-btn:hover span{
                    background-color: #d8bd52;
                }

                #slide-menu button.bmenu-btn span:nth-child(2){
                    background-color: #000;
                    width: 50%;
                    max-width: 10px;
                    margin: 8px auto;
                    transform: rotate(35deg);
                }

                #slide-menu button.bmenu-btn span:nth-child(2):before {
                    transform: rotate(-75deg);
                    content: '';
                    width: 100%;
                    height: 1px;
                    display: block;
                    background: #000;
                    position: absolute;
                }

                #slide-menu button.bmenu-btn:hover span:nth-child(2){
                    transform: rotate(-35deg);
                }

                #slide-menu button.bmenu-btn:hover span:nth-child(2):before {
                    transform: rotate(75deg);
                }

    #slide-menu .smenu-middle {
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 40px;
    }

        #slide-menu .menu{
            font-size: 0;
            display: block;
            width: 100%;
        }

        #slide-menu .menu > li {
            width: 33.33%;
            display: inline-block;
            vertical-align: top;
            margin-bottom: 30px;
        }

            #slide-menu .menu > li > a {
                font-weight: 600;
                font-size: 16px;
                color: #000;
                font-family: 'Old Standard TT', serif;
                text-transform: uppercase;
                letter-spacing: .050em;
                line-height: 1;
                margin-bottom: 30px;
                display: block;

                transition: 400ms ease;
            }

                #slide-menu .menu > li > a:hover,
                #slide-menu .sub-menu a:hover,
                footer .footernav ul.sub-menu a:hover{
                    color: #d8bd52;
                }

            #slide-menu .sub-menu{
                display: block;
                text-align: left;
            }

                #slide-menu .sub-menu > li{
                    display: block;
                    margin-bottom: 10px;
                }

                #slide-menu .sub-menu a{
                    font-size: 13px;
                    color: #555555;
                    letter-spacing: .050em;
                    line-height: 1;
                    text-transform: capitalize;
                }

    #slide-menu .smenu-bottom {
        padding-top: 20px;
        border-top: 2px solid #000;
        text-align: center;
    }

        #slide-menu ul.cinfo {
            margin-bottom: 15px;
            display: flex;
            justify-content: space-around;
        }

            #slide-menu ul.cinfo a,
            #slide-menu ul.cinfo em {
                display: inline-block;
                vertical-align: middle;
                font-family: 'Heebo', sans-serif;
                font-size: 15px;
                letter-spacing: .050em;
                line-height: 1;

                transition: 400ms ease;
                -webkit-transition: 400ms ease;
                -moz-transition: 400ms ease;
                -o-transition: 400ms ease;
            }

            #slide-menu ul.cinfo a:hover{
                color: #d8bd52;
            }

            #slide-menu ul.cinfo span[class^="ai-font"]{
                display: inline-block;
                vertical-align: middle;
                margin-right: 10px;
                font-size: 14px;
            }

        #slide-menu ul.smi-links{
            display: block;
        }

            #slide-menu ul.smi-links li{
                display: inline-block;
                vertical-align: middle;
                padding: 0 15px;
            }

            #slide-menu ul.smi-links a{
                font-size: 24px;
                color: #000;
                transition: 400ms ease;
                -webkit-transition: 400ms ease;
                -moz-transition: 400ms ease;
                -o-transition: 400ms ease;
            }

            #slide-menu ul.smi-links a:hover{
                color: #d8bd52;
            }

        .slide-offcanvas {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 100;
        }


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

#nav .sub-menu {
    list-style: none outside none;
    padding: 21px 0;
    position: absolute;
    width: 100%;
    min-width: 260px;
    left: 50%;
    margin-left: -130px;
    text-align: center;
    padding-top: 21px;
    opacity: 0;
    visibility: hidden;

    transform: translateY(20px);

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

    #nav li:hover > .sub-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }


#nav .sub-menu a {
    display: block;
    padding: 10px;
    font-family: inherit;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    letter-spacing: .110em;
    line-height: 1;
    background: rgba(0, 0, 0, .60);

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

    #nav .sub-menu a:hover {
        background: #d8bd52;
        color: #fff;
        text-decoration: none;
    }


#nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}

#nav .sub-menu li {
    position: relative;
    display: block;
}


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

/* Global */

body{
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	background: #FFF;
	color: #000000;
	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; */
}


/** Global Title **/
.gtitle{
    display: block;
    margin-bottom: 50px;
    position: relative;
}

    .gtitle.wDivider:after{
        height: 2px;
        width: 80px;
        margin: 45px auto 0;
        background-color: #d8bd52;
        content: '';
        display: block;
    }

.gtitle h1, .gtitle h2{
    font-family: 'Italianno', cursive;
    color: #fff;
    display: block;
    line-height: 1;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}

    .gtitle h1{font-size: 90px;}
    .gtitle h2{font-size: 76px;}

    .gtitle > span{
        font-family: 'Heebo', sans-serif;
        font-weight: 300;
        letter-spacing: .100em;
        line-height: 1;
        text-transform: uppercase;
        font-size: 14px;
    }

/* Global Button */

.gbtn {
    display: inline-block;
    vertical-align: middle;
    padding: 22px 42px;
    font-family: 'Heebo', sans-serif;
    font-size: 0;
    line-height: 1;
    letter-spacing: .100em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

    .gbtn span{
        font-size: 13px;
    }

.gbtn.border-btn{
    border: 1px solid #c8c8c8;
    background: transparent;
    color: #000;
    letter-spacing: inherit;
}

    .gbtn.border-btn:hover{
        background-color: #d8bd52;
        border-color: #d8bd52;
        color: #fff;
    }


/* Homepage Style */

.floating-smi {
    position: fixed;
    right: 40px;
    top: 40%;
    z-index: 101;
}

    .floating-smi  ul.smi-links{
        font-size: 0;
        letter-spacing: 0;
    }

    .floating-smi  ul.smi-links li{
        display: block;
        padding: 10px 0;
    }

    .floating-smi  ul.smi-links a{
        height: 41px;
        width: 41px;
        border-radius: 100%;
        border: 1px solid #fff;
        text-align: center;
        color: #fff;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;

        transition: 400ms ease;
    }

    .floating-smi.ctBlack ul.smi-links a{
        color: #000;
        border-color: #000;
    }

        .floating-smi  ul.smi-links a:hover,
        .floating-smi.ctBlack  ul.smi-links a:hover{
            background-color: #d8bd52;
            border-color: #d8bd52;
            color: #fff;
        }


.mobile-logo {
    text-align: center;
    padding: 30px 15px 15px;
    display: none;
    margin-top: 52px;
}

    .mobile-logo a{
        display: block;
        max-width: 320px;
        margin: 0 auto;
    }

    .mobile-logo  ul.smi-links{
        font-size: 0;
        margin-top: 10px;
        text-align: center;
        letter-spacing: 0;
    }

    .mobile-logo  ul.smi-links li{
        display: inline-block;
        vertical-align: middle;
        padding: 0 5px;
    }

    .mobile-logo  ul.smi-links a{
        height: 41px;
        width: 41px;
        border-radius: 100%;
        border: 1px solid #000;
        text-align: center;
        color: #000;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;

        transition: 400ms ease;
        -webkit-transition: 400ms ease;
        -moz-transition: 400ms ease;
        -o-transition: 400ms ease;
    }

        .mobile-logo  ul.smi-links a:hover,
        .mobile-logo.ctBlack  ul.smi-links a:hover{
            background-color: #d8bd52;
            border-color: #d8bd52;
            color: #fff;
        }

/* Slideshow | Quicksearch | Tagline */

section.section1{
    font-size: 0;
    position: relative;
}

.hp-ss{
    display: block;
    position: relative;
    font-size: 0;
    z-index: 1;
}

    .hp-ss:before{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .30;
        z-index: 101;
        pointer-events: none;
        content: '';
    }

.hp-tagline {
    position: absolute;
    top: 130px;
    left: 0;
    z-index: 5;
    width: 100%;
    text-align: left;
}

    .tagline-inner{
        max-width: 1600px;
        width: 100%;
        margin: 0 auto;
        padding-left: 5%;
    }

    .taglinew-wrap{
        text-align: right;
        display: inline-block;
        position: relative;
    }

        .taglinew-wrap .cinfo{
            font-family: 'Heebo', sans-serif;
            line-height: 1;
            display: inline-block;
            margin-top: 15px;
        }

        .taglinew-wrap .cinfo li{
            display: inline-block;
            vertical-align: middle;
            padding: 0 5px;
        }

        .taglinew-wrap .cinfo span[class^="ai-font"]{
            font-size: 13px;
            color: #fff;
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle;
        }

        .taglinew-wrap .cinfo a,
        .taglinew-wrap .cinfo em{
            display: inline-block;
            vertical-align: middle;
            font-size: 15px;
            color: #fff;
            font-weight: 300;
            font-family: inherit;
            letter-spacing: .050em;
            line-height: 1;

            transition: 400ms ease;
        }

        .taglinew-wrap .cinfo a:hover{
            color: #d8bd52;
        }




.hp-qs {
    position: absolute;
    bottom: 65px;
    left: 0;
    width: 100%;
    z-index: 5;
}

    .hp-qs .ihf-select-input {
        overflow: hidden;
        padding: 10px 5px !important;
    }

    .qs-wrap {
        max-width: 750px;
        margin: 0 auto;
        display: block;
        width: 100%;
    }

        .qs-wrap .qs-col-lg {
            width: 100%;
            display: block;
            position: relative;
        }

        .qs-wrap .qs-form-control {
            width: 100%;
            height: 50px;
            border: 2px solid #fff;
            background-color: transparent;
            line-height: 1;
            font-family: 'Heebo', sans-serif;
            font-weight: 700;
            letter-spacing: .050em;
            font-size: 14px;
            color: #fff;
            padding: 0 55px 0 15px;
            outline: none;
        }

        .qs-wrap .submit-btn {
            position: absolute;
            right: 0;
            height: 100%;
            border: 0;
            width: 55px;
            background: #fff;
            background-image: url(images/magnify-icon.png);
            background-size: initial;
            background-repeat: no-repeat;
            background-position: center;

            transition: 400ms ease;
        }

        .qs-wrap .submit-btn:hover{
            background-color: #000;
        }

/* IHF eureka quick search */

.hp-qs nav.ihf-navbar.ihf-navbar-expand-lg.ihf-navbar-light.ihf-bg-light.ihf-border.ihf-rounded {
    width: 100%;
    height: 50px;
    border: 2px solid #fff !important;
    background-color: transparent !important;
    line-height: 1;
    font-family: 'Heebo', sans-serif !important;
    font-weight: 700;
    letter-spacing: .050em;
    font-size: 14px;
    color: #fff !important;
    padding: 0 0 0 15px;
    outline: none;
    border-radius: 0 !important;
}

.hp-qs ihf-select.ihf-form-control.ihf-select-multiple.ihf-select-focused {
    background-color: transparent;
    border: none;
    box-shadow: none;
    line-height: 1;
}

.hp-qs nav form,
.hp-qs nav form div,
.hp-qs ihf-select.ihf-form-control.ihf-select-multiple {
    height: 100%;
}

.hp-qs ihf-select.ihf-form-control.ihf-select-multiple {
    background-color: transparent;
    border: none;
/*    line-height: 40px;*/
}

.hp-qs .ihf-select-options {
    line-height: 40px;
}

.hp-qs .ihf-select-input input,
.hp-qs .ihf-select-input span {
    color: #fff !important;
}

.hp-qs .ihf-select-input input::placeholder{
    color: #fff !important;
    opacity: 1 !important;
}

.hp-qs .ihf-select-input input {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    line-height: 26px;
}

.hp-qs .ihf-select-input span.ihf-select-selected-option + input {display: none;}

.hp-qs span.ihf-input-group-append button {
    border: none !important;
    background-image: url(images/magnify-icon.png);
    position: absolute;
    right: 0;
    height: 100%;
    border: 0;
    width: 55px;
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center;
    transition: 400ms ease !important;
    border-radius: 0 !important;
    background-color: #fff !important;
}

.hp-qs span.ihf-input-group-append button:hover {
    background-color: #000 !important;
}

.hp-qs span.ihf-input-group-append button i:before {
    display: none;
}

/* Welcome Section */

section.section2 {
    padding: 110px 0 30px;
}

.hp-wc{}

    .wc-wrap{
        font-size: 0;
    }

    .wc-wrap .wc-left,
    .wc-wrap .wc-right {
        display: inline-block;
        vertical-align: middle;
    }

    .wc-wrap .wc-left { width: 66%; }
    .wc-wrap .wc-right { width: 34%; }

    .wc-wrap .gtitle{
        margin-bottom: 30px;
        z-index: 1;
    }

        .wc-wrap .gtitle:before{
            background-position: center;
            background-size: initial;
            content: '';
            width: 177px;
            height: 201px;
            background-image: url(images/wc-icon.png);
            opacity: .40;
            position: absolute;
            top: -65px;
            left: 0;
            z-index: -1;
        }

        .wc-wrap .gtitle h2{
            margin-bottom: 10px;
        }

    .wc-wrap .wc-content{
        display: block;
        position: relative;
        padding-right: 50px;
        font-family: 'Heebo', sans-serif;
        color: #000;
        font-size: 14px;
        line-height: 25px;
        letter-spacing: .050em;
        z-index: 5;
    }

        .wc-wrap .wc-content p{
            margin-bottom: 25px;
            display: block;
        }

        .wc-wrap .wc-content p span{
            font-size: 25px;
            line-height: 30px;
            letter-spacing: 0;
            font-family: 'Old Standard TT', serif;
            font-weight: 400;
        }

    .wc-img-wrap{
        width: 100%;
        display: block;
    }

        .wc-img-wrap canvas{
            width: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }


/** Featured Communities **/

section.section3{
    position: relative;
    padding: 30px 0 110px;
}

.hp-fc{
    text-align: center;
}

    .fc-wrap{}

    .fc-wrap .gtitle{}

    .fc-wrap .fc-list{
        text-align: center;
        width: 100%;
        display: block;
        font-size: 0;
        /*margin: 0 -5px;*/
    }

        .fc-wrap .fc-item{
            display: inline-block;
            vertical-align: top;
            padding: 0 5px;
            width: 20%;
        }

        .fc-wrap .fc-item a{
            display: block;
        }

            .fc-item a .img-wrap{
                display: block;
                font-size: 0;
                overflow: hidden;
            }

                .fc-item a .img-wrap canvas{
                    width: 100%;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center;
                    transform: scale(1);

                    transition: 400ms ease;
                    -webkit-transition: 400ms ease;
                    -moz-transition: 400ms ease;
                    -o-transition: 400ms ease;
                }

                 .fc-item a:hover .img-wrap canvas{
                    transform: scale(1.1) translateZ(0);
                 }

            .fc-item a .title-wrap {
                padding-top: 15px;
                text-align: center;
                min-height: 45px;
            }

                .fc-item a .title-wrap span{
                    font-family: 'Old Standard TT', serif;
                    font-size: 15px;
                    color: #3e3e3e;
                    text-transform: uppercase;
                    letter-spacing: .200em;
                    line-height: 1.2;

                    transition: 400ms ease;
                    -webkit-transition: 400ms ease;
                    -moz-transition: 400ms ease;
                    -o-transition: 400ms ease;
                }

                .fc-item a:hover .title-wrap span{
                    color: #d8bd52;
                }

    .fc-wrap .fc-nav{
        text-align: center;
        padding-top: 35px;
    }

        .fc-nav ul.slick-dots{}

        .fc-nav ul.slick-dots li{
            display: inline-block;
            vertical-align: middle;
            padding: 0 3px;
        }

        .fc-nav ul.slick-dots button{
            height: 8px;
            width: 8px;
            border-radius: 100%;
            background-color: #b7b7b7;
            font-size: 0;
            border: 0;
            display: block;
            padding: 0;
            outline: none;
        }

        .fc-nav ul.slick-dots .slick-active button{
            background-color: #d8bd52;
        }

/** HP Testimonials **/
section.section4{
    position: relative;
    padding: 75px 0 55px;
    background-color: #000;
}

    section.section4:before{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(images/test-bg.jpg);
        opacity: .14;
        background-size: cover;
        background-repeat: no-repeat;
        content: '';

    }

.hp-testi {
    text-align: center;
    position: relative;
    z-index: 5;
}

    .testi-wrap{}

    .testi-wrap .gtitle{}

        .testi-wrap .gtitle h2{color: #fff;}

    .testi-wrap .testi-list{
        display: block;
        margin-bottom: 30px;
        position: relative;
    }

        .testi-list .testi-btn {
            position: absolute;
            top: 20%;
            border: 0;
            background: transparent;
            color: #fff;
            font-size: 27px;
            outline: none;
            padding: 0;
            z-index: 1;
        }

            .testi-list .testi-btn.prev-btn{left: 0;}
            .testi-list .testi-btn.next-btn{right: 0;}

        .testi-list .testi-item{
            display: block;
            width: 100%;
        }

        .testi-item .testi-content {
            max-width: 970px;
            margin: 0 auto;
            font-family: 'Heebo', sans-serif;
            color: #fff;
            font-weight: 300;
            font-size: 14px;
            line-height: 24px;
            letter-spacing: .050em;
        }


        .testi-item .testi-content p{
            margin-bottom: 30px;
        }

        .testi-wrap > .gbtn {
            color: #fff;
            max-width: 165px;
            width: 100%;
        }

/** Featured Properties **/
section.section5{
    padding: 120px 0 30px;
}

.hp-fp{}

    .fp-wrap{
        position: relative;
        overflow: hidden;
    }

        .fp-wrap .add-padTop {
            padding-top: 184px;
        }

        .fp-wrap .gtitle {
            position: absolute;
            right: 0;
            width: 67%;
            text-align: right;
            z-index: 1;
            background: #fff;
            margin-bottom: 0;
            padding: 45px 20px 45px 0;
        }

        .fp-wrap .gtitle h2 {
            display: inline-block;
            vertical-align: middle;
        }

        .fp-wrap .gtitle.wDivider:after{
            display: none;
        }

        .fp-wrap .gtitle.wDivider h2:before {
            height: 2px;
            width: 80px;
            background-color: #d8bd52;
            content: '';
            display: inline-block;
            vertical-align: middle;
            margin-right: 30px;
        }

    .fp-list {
        position: relative;
        font-size: 0;
        display: block;
        margin: 0 -15px;
    }
        .fp-item{
            display: block;
            position: relative;
        }

        .fp-item .fp-item-column {
            display: inline-block;
            vertical-align: top;
        }

        .fp-item .fp-item-row {
            display: block;
        }

        .fp-item .fp-col-md {
            display: inline-block;
            vertical-align: bottom;
            width: 50%;
        }

        .fp-item .fp-col-lg {
            width: 100%;
        }

        .fp-item .fp-item-column.col-lg {width: 66%;}
        .fp-item .fp-item-column.col-sm {width: 34%;}

    .fp-item a.fp-btn{
        display: block;
        position: relative;
    }

        .fp-item a.fp-btn .video-btn-wrap{
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            text-align: center;
        }

            .fp-item a.fp-btn .video-btn-wrap:before{
                content: '';
                display: inline-block;
                vertical-align: middle;
                height: 100%;
                width: 0;
            }

            .fp-item a.fp-btn .play-btn{
                height: 89px;
                width: 89px;
                opacity: .24;
                border-radius: 100%;
                border: 10px solid #fff;
                text-align: center;
                display: inline-block;
                vertical-align: middle;
                font-size: 40px;
                color: #fff;
            }

            .fp-item a.fp-btn .play-btn:before{
                content: '';
                display: inline-block;
                vertical-align: middle;
                height: 100%;
                width: 0;
            }

            .fp-item a.fp-btn .play-btn span[class^="ai-font"]{
                display: inline-block;
                vertical-align: middle;
            }

        .fp-item a.fp-btn .img-wrap{
            width: 100%;
        }

        .fp-item .fp-item-wrap{
            padding: 15px;
            display: block;
        }

        .fp-item a.fp-btn .img-wrap{
            display: block;
            overflow: hidden;
            background-color: #000;
        }

        .fp-item a.fp-btn .img-wrap canvas{
            width: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;

            transition: 400ms ease;
            -webkit-transition: 400ms ease;
            -moz-transition: 400ms ease;
            -o-transition: 400ms ease;
        }

        .fp-item a.fp-btn:hover .img-wrap canvas{
            transform: scale(1.05) translateZ(0);
            opacity: .8;
        }

    .fp-wrap a.link-btn {
        position: absolute;
        bottom: 150px;
        right: 40px;
        font-size: 25px;
        text-transform: capitalize;
        font-family: 'Old Standard TT', serif;
        line-height: 1;
        letter-spacing: 0;
    }

        .fp-wrap a.link-btn span{
            display: inline-block;
            vertical-align: middle;
        }

        .fp-wrap a.link-btn span[class^="ai-font"] {
            color: #d8bd52;
            font-size: 17px;
            margin-left: 20px;
        }

/** Comming Soon **/
 section.section6 {
    padding: 40px 0 70px;
    position: relative;
}

.hp-cs{
    text-align: center;
    font-size: 0;
    position: relative;
}

    .cs-wrap{
        margin: 0 -30px;
    }

    .cs-wrap .gtitle{}

    .cs-wrap .cs-list{
        margin: 0 -6px;
    }

        .cs-list .cs-item{
            width: 33.33%;
            display: inline-block;
            vertical-align: middle;
            padding: 0 6px;
        }

        .cs-item a{
            display: block;
            position: relative;
        }

            .cs-item .status-wrap {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

                .cs-item .status-wrap:before{
                    content: '';
                    display: inline-block;
                    vertical-align: middle;
                    width: 0;
                    height: 100%;
                }

                .cs-item .status-wrap .status-inner{
                    display: inline-block;
                    vertical-align: middle;
                    background-color: rgba(17, 36, 65, .64);
                    text-align: center;
                    padding: 12px 0;
                    text-align: center;
                    width: 100%;
                }

                .cs-item .status-wrap span{
                    color: #fff;
                    text-transform: uppercase;
                    font-weight: 700;
                    font-size: 20px;
                    font-family: 'Old Standard TT', serif;
                }


            .cs-item .img-wrap{
                width: 100%;
                position: relative;
                overflow: hidden;
                background-color: #000;
            }


                .cs-item .img-wrap canvas{
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center;
                    width: 100%;

                    transition: 400ms ease;
                }

                .cs-item a:hover .img-wrap canvas{
                    transform: scale(1.1) translateZ(0);
                    opacity: .8;
                }

            .cs-item .title-wrap{
                padding-top: 20px;
                font-family: 'Old Standard TT', serif;
                font-size: 17px;
                color: #3e3e3e;
                text-transform: uppercase;
                letter-spacing: .080em;
                line-height: 1;
            }

                .cs-item .title-wrap span{
                    display: block;
                }

                .cs-item a:hover .title-wrap{
                    color: #d8bd52;
                }

    .cs-list button.cs-btn {
        position: absolute;
        top: 50%;

        font-size: 22px;
        color: #ababab;
        background: transparent;
        border: 0;
        outline: none;

        transform: translateY(-50%);
    }

        .cs-list button.cs-btn.next-btn {
            right: -40px;
        }
        .cs-list button.cs-btn.prev-btn {
            left: -40px;
        }

/** News For You **/
section.section7 {
    background: #f3f3f3;
    padding: 70px 0 100px;
}

.hp-nfy{
    text-align: center;
}

    .nfy-list{
        font-size: 0;
        margin: 0 -6px;
    }

    .nfy-list .nfy-item{
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
        padding: 0 6px;
    }

        .nfy-item .img-wrap{
            font-size: 0;
            display: block;
            position: relative;
        }

            .nfy-item .img-wrap .play-btn-wrap {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

                .nfy-item .img-wrap .play-btn-wrap:before{
                    content: '';
                    display: inline-block;
                    vertical-align: middle;
                    width: 0;
                    height: 100%;
                }

                .nfy-item .img-wrap .play-btn {
                    height: 43px;
                    width: 43px;
                    background-color: rgba(204, 204, 204, .40);
                    border-radius: 100%;

                    display: inline-block;
                    vertical-align: middle;

                    text-align: center;
                    font-size: 18px;
                    color: #181740;
                }

                .nfy-item .img-wrap .play-btn:before{
                    content: '';
                    display: inline-block;
                    vertical-align: middle;
                    width: 0;
                    height: 100%;
                }

                    .nfy-item .img-wrap .play-btn span[class^="ai-font"]{
                        display: inline-block;
                        vertical-align: middle;
                    }

            .nfy-item .img-wrap a{
                display: block;
                position: relative;
                background-color: #000;
                overflow: hidden;
            }

            .nfy-item .img-wrap canvas{
                width: 100%;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                opacity: .70;

                transition: 400ms ease;
                -webkit-transition: 400ms ease;
                -moz-transition: 400ms ease;
                -o-transition: 400ms ease;
            }

            .nfy-item .img-wrap a:hover canvas{
                opacity: 1;
                transform: scale(1.05) translateZ(0);
            }

        .nfy-item .title-wrap{
            padding: 0 25px;
            margin: 30px 0 40px;
            text-align: left;

            font-family: 'Old Standard TT', serif;
            font-size: 30px;
            color: #3e3e3e;
            letter-spacing: 0;
            line-height: 1;
        }

            .nfy-item .title-wrap a.title-link{
                display: block;

                transition: 400ms ease;
                -webkit-transition: 400ms ease;
                -moz-transition: 400ms ease;
                -o-transition: 400ms ease;
            }

            .nfy-item .title-wrap a.title-link:hover{
                color: #d8bd52;
            }

            .nfy-item .title-wrap a.title-link span{
                display: block;
                min-height: 90px;
            }


            .nfy-item .title-wrap .link-btn {
                font-size: 12px;
                margin-top: 40px;
                color: #3e3e3e;
                text-transform: uppercase;
                font-weight: 300;
                letter-spacing: .200em;
                line-height: 1;
                font-family: 'Heebo', sans-serif;
                position: relative;
                display: inline-block;
                padding: 10px 0;

                transition: 400ms ease;
            }

                .nfy-item .title-wrap .link-btn:hover{
                    color: #d8bd52;
                }

            .nfy-item .title-wrap .link-btn:before{
                width: 100%;
                content: '';
                height: 2px;
                display: block;
                position: absolute;

                background-color: #3e3e3e;
                bottom: -10px;
                left: 0;
            }

            .nfy-item .title-wrap .link-btn:after{
                width: 0;
                content: '';
                height: 2px;
                display: block;
                position: absolute;
                opacity: 0;

                background-color: #d8bd52;
                bottom: -10px;
                left: 0;

                transition: 400ms ease;
            }

                .nfy-item .title-wrap .link-btn:hover:after{
                    width: 100%;
                    opacity: 1;
                    z-index: 1;
                }



/** Get In Touch With Us **/
section.section8{
    position: relative;
    overflow: hidden;
}

.hp-git{
    position: relative;
    z-index: 1;
    padding-bottom: 160px;
}

    .hp-git .bg-design {
        position: absolute;
        top: 0;
        left: 35%;
        width: calc(((100vw - 1140px ) / 2) + 65%) ;
        height: 100%;
        z-index: -1;
        background: #fff;
    }

        .hp-git .bg-design:before{
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background-image: url(images/git-bg.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            filter: grayscale(1);
            opacity: .15;
        }

    .git-wrap{
        font-size: 0;
    }

    .git-wrap .git-left,
    .git-wrap .git-right{
        display: inline-block;
        vertical-align: bottom;
    }

    .git-wrap .git-left{ width: 40%; }

        .git-wrap .git-img{
            position: relative;
            width: 100%;
        }

        .git-wrap .git-img canvas{
            width: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

    .git-wrap .git-right{ width: 60%; }

        .git-wrap .git-content{
            max-width: 600px;
            margin: 0 auto;
            display: block;
            padding: 100px 15px 0;
            text-align: left;
        }

        .git-content .gtitle.wDivider:after{
            margin-left: 0;
        }

        .git-wrap .git-text{
            font-size: 14px;
            font-family: 'Heebo', sans-serif;
            font-weight: 400;
            color: #2c2c2c;
            line-height: 29px;
            letter-spacing: .050em;
        }

            .git-wrap .git-text p{
                margin-bottom: 30px;
                display: block;
            }


/* Footer */
footer.footer {
    background: #ebebeb;
    padding: 80px 0 30px;
}

footer .f-top {
    display: block;
    font-size: 0;
    padding-bottom: 60px;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 25px;
}

    footer .logo-wrap,
    footer .nav-wrap{
        display: inline-block;
        vertical-align: top;
    }


    footer .logo-wrap{width: 20%;}

    footer .nav-wrap{width: 80%;}

        footer ul.footernav {
            display: flex;
            width: 100%;
            padding-left: 30px;
            justify-content: space-between;
        }



            footer ul.footernav .hide-footer {display: none;}

                footer ul.footernav li{
                    padding: 10px 0;
                }

            footer ul.footernav > li > a {
                font-weight: 600;
                font-size: 16px;
                color: #000;
                font-family: 'Old Standard TT', serif;
                text-transform: uppercase;
                letter-spacing: .050em;
                line-height: 1;

                transition: 400ms ease;
            }

            footer ul.footernav > li > a:hover{
                color: #d8bd52;
            }

            footer .footernav ul.sub-menu {
                display: block;
                margin-top: 15px;
            }

            footer .footernav ul.sub-menu a{
                font-size: 13px;
                color: #555555;
                letter-spacing: 0.050em;
                text-transform: capitalize;
                font-weight: 300;
                font-family: 'Heebo', sans-serif;
            }



footer .f-bottom{
    display: block;
}

    footer .copyright {
        text-align: center;
        font-size: 13px;
        color: #555555;
        letter-spacing: 0.050em;
        font-family: 'Heebo', sans-serif;
        margin-bottom: 15px;
        display: block;
    }

    footer .copyright a{
        transition: 400ms ease;
        -webkit-transition: 400ms ease;
        -moz-transition: 400ms ease;
        -o-transition: 400ms ease;
    }
        footer .copyright a:hover{
            color: #d8bd52;
        }

    footer .realtor-logo {
        text-align: center;
        font-size: 20px;
    }

/*******************************************************
 *
 * 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,.6);
    }
    .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: 77.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 20.83%; }

/* 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: 'Italianno', cursive;
    color: #fff;
    display: block;
    line-height: 1;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 57px;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    font-family: Heebo, sans-serif;
    color: #fff;
    display: block;
    line-height: 1;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 32px;
    margin-top: 0;
}


/* Marlys Profile */
.mv-title {margin-bottom: 0 !important;}

/* Simple Panel */
a.simple-panel-wrap {
    text-align: center;
    display: block;
    width: 100%;
    background: #f2f2f2;
    max-width: 320px;
    margin: 0 auto 30px;
}

    a.simple-panel-wrap .img-wrap {
        font-size: 0;
        display: block;
        position: relative;
        overflow: hidden;
    }

    a.simple-panel-wrap .img-wrap canvas {
        background-size: cover;
        width: 100%;
        background-position: center;
        display: inline-block;
        vertical-align: middle;
        transform: scale(1);

        transition: 400ms ease;
        -webkit-transition: 400ms ease;
        -moz-transition: 400ms ease;
        -o-transition: 400ms ease;
    }

        a.simple-panel-wrap:hover .img-wrap canvas {
            transform: scale(1.1) translateZ(0);
        }

    .simple-panel-wrap .title-wrap {
        font-family: 'Old Standard TT', serif;
        font-size: 15px;
        color: #3e3e3e;
        text-transform: uppercase;
        letter-spacing: .200em;
        line-height: 1;
        transition: 400ms ease;
        -webkit-transition: 400ms ease;
        -moz-transition: 400ms ease;
        -o-transition: 400ms ease;
        padding: 20px 0;
    }

        .simple-panel-wrap:hover .title-wrap {
            color: #d8bd52;
        }
  ul.ihf-navbar-nav.ihf-mr-auto,
  ul.ihf-navbar-nav {
    list-style-type: none !important;
  }



.page-id-49 .aiosp-content.aios-popup-body {max-width: 720px;}

.grecaptcha-badge {
    z-index: 1001;
}

.slick-slide{
    outline: none !important;
}

a,a:hover,a:visited,a:focus,input,input:focus,textarea,textarea:focus,select:focus,select{
    outline: none !important;
    text-decoration: none !important;
}

.ihf-map-info-box-top .ihf-map-info-box-title {
    padding-right: 12px;
}

.page-id-0 #content div#ihf-main-container ul,
.page-id-0 #content .ihf-eureka ul{
    margin-left: 0 !important;
    padding: 0 !important;
    list-style-type: none;
}

#ihf-main-container .mc-total-payment-subline {
    color: #666;
}

img[src^="//deviceid.trueleadid.com/vng.gif"] {
    display: none;
}

.ihf-sticky-height .ihf-search .ihf-top-nav {
    top: 90px !important;
}

.eureka-search header.header.fixed{
    background: rgba(0, 0, 0, 1);
}

.ihf-grid-result-address {
    display: block;
}

.aios-mobile-header-wrapper {
    z-index: 1001 !important;
}


/* IHF EUREKA */
#content .entry .ihf-eureka .ihf-fa {
    font-style: normal !important;
}

/* LP Form */
.vr-price-box {
    display: flex;
}
.vr-price-box .vr-price-box-label {
    font-size: 14px;
    font-weight: 400;
}
.vr-price-box span {
    margin-left: 2px;
    margin-right: 2px;
}

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


.ihf-eureka ul.ihf-select-options li {
    list-style-type: none;
}

.error404 div.wpcf7-response-output{
    text-align: center;
}

#ihf-main-container div#ihf-detail-navrow .ihf-detail-navigation {
    float: right;
}