/*
Theme Name: verdevalleyproperty.com
Theme URI: http://verdevalleypropertycom.rs4.aios-staging.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.9
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 {
    position: absolute;
    z-index: 1001;
    width: 100%;
    padding-top: 40px;
}

header.fixed-header{
    position: fixed;
    top: -200px;
    padding: 10px 0;
    background-color: #2d2321;
    left: 0;
    width: 100%;
    z-index: 1011;
    font-size: 0;
    border-bottom: 3px solid #d6d4d2;
    opacity: 0;
}

header.fixed-header.activate{
    top: 0;
    opacity: 1;
}

    header.fixed-header .logo-wrap,
    header.fixed-header .nav-wrap {
        display: inline-block;
        vertical-align: middle;
    }

    header.fixed-header .logo-wrap {width: 18%;}
    header.fixed-header .nav-wrap{ width: 82%; }

    header.header ul#nav {text-align: center;}
    header.header ul#fixed-nav{ text-align: right; }

    header.header ul#nav > li,
    header.fixed-header ul#fixed-nav > li {
        display: inline-block;
        vertical-align: middle;
    }

    header.header ul#nav > li { padding: 0 25px; }
    header.fixed-header ul#fixed-nav > li { padding: 0 16px; }

    header.header ul#nav > li:first-child,
    header.header ul#fixed-nav > li:first-child {padding-left: 0;}
    header.header ul#nav > li:last-child,
    header.header ul#fixed-nav > li:last-child {padding-right: 0;}

    header.header ul#nav a,
    header.fixed-header ul#fixed-nav a{
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: .020em;
        font-family: 'Work Sans', sans-serif;
        color: #fff;
        position: relative;
    }

    header.header ul#nav a:before,
    header.fixed-header ul#fixed-nav a:before{
        content: '';
        left: 50%;
        right: 50%;
        bottom: -5px;
        background: #fff;
        height: 2px;
        position: absolute;
        width: 0;
    }

    header.header ul#nav > li:hover > a:before,
    header.fixed-header ul#fixed-nav > li:hover > a:before{
        left: 0;
        right: 0;
        width: 100%;
    }

    header.header ul#nav a{font-size: 16px;}
    header.fixed-header ul#fixed-nav a{font-size: 14px;}


/* Header Transitions */
header.header ul#nav a:before,
header.fixed-header ul#fixed-nav a:before{
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

header.fixed-header{
    transition: 800ms ease-in-out;
    -webkit-transition: 800ms ease-in-out;
    -moz-transition: 800ms ease-in-out;
    -o-transition: 800ms ease-in-out;
}

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

header ul#nav .sub-menu a,
header ul#nav-fixed .sub-menu a{
    font-size: 14px;
}

#nav .sub-menu,
#fixed-nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
    min-width: 210px;
    max-width: 210px;
    text-align: center;
    left: calc(50% - 105px);
}

#fixed-nav .sub-menu {padding-top: 38px;}
#nav .sub-menu {padding-top: 20px;}

#nav .sub-menu a,
#fixed-nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}
#nav .sub-menu a:hover,
#fixed-nav .sub-menu a:hover {
    background: #1e4878;
    color: #fff;
    text-decoration: none;
}
#nav .sub-menu .sub-menu,
#fixed-nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu,
#fixed-nav li:hover > .sub-menu {
    /*display: block;*/
}
#nav .sub-menu li,
#fixed-nav .sub-menu li {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 1px;
    background: rgba(45, 35, 33, .80);
}


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

/* Global */

body{
	font-family: 'Work Sans', 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; */
}

a, a:hover, a:link, a:active, a:focus {outline: none; text-decoration: none;}

/* Email Address */

a[class^="asis-mailto-obfuscated-email"]{
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

a[class^="asis-mailto-obfuscated-email"]:hover{
    color: #1e4878;
}

/* Global Title */
.gtitle {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

    .gtitle:before {
        content: '';
        width: 1px;
        height: 90px;
        position: absolute;
        left: 50%;
        bottom: calc(100% + 20px);
        display: block;
        background: rgba(145, 76, 71, .55);
    }

    .gtitle h1,
    .gtitle h2{
        font-family: 'IBM Plex Serif', serif;
        font-size: 50px;
        color: #2d2321;
        text-transform: uppercase;
        line-height: 1;
        font-weight: 600;
    }

    .gtitle > span {
        font-size: 24px;
        color: #1e4878;
        display: block;
        text-transform: uppercase;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 0;
    }

/* Global Buttons */
a.gbutton-unfilled {
    display: block;
    height: 55px;
    width: 100%;
    max-width: 225px;
    text-align: center;
    color: #2d2321;
    font-weight: 600;
    border: 1px solid #574f4e;
    box-shadow: 1px 1px 0 #574f4e;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: .100em;
    line-height: 1;
}

    a.gbutton-unfilled:before{
        content: '';
        height: 100%;
        width: 0;
        display: inline-block;
        vertical-align: middle;
    }

    a.gbutton-unfilled span{
        display: inline-block;
        vertical-align: middle;
    }

a.gbutton-unfilled:hover {
    background: #1e4878;
    color: #fff;
    border-color: #1e4878;
    box-shadow: 1px 1px 0 #1e4878;
}

a.gbutton-unfilled{
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

/* Mobile Logo */

.mobile-logo{
    display: none;
    text-align: center;
    margin-top: 52px;
    background: #2d2321;
    padding: 10px 0;
}

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

/** Homepage Stlyes **/

section.section1{
    position: relative;
}

.section1 .scroll-down {
    position: absolute;
    top: 98%;
    width: 100%;
    text-align: center;
    z-index: 5;
}
    .section1 .scroll-down button{
        outline: none;
        display: inline-block;
        vertical-align: middle;
        background-color: transparent;
        border: none;
    }
.hp-slideshow {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
}

    .hp-slideshow:before {
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .20);
        z-index: 10;
        position: absolute;
    }

    .hp-slideshow:after {
        content: '';
        width: 100%;
        height: 20%;
        left: 0;
        bottom: 0;
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 10;
        background-position: bottom center;
        background-image: url(images/slideshow-overlay.png);
    }

    .hp-slideshow .cycloneslider-template-video{
        max-width: 100% !important;
    }

/* Tagline Under Slideshow */
.hp-tagline {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    font-size: 0;
}

    .hp-tagline:before{
        content: '';
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

    .hp-tagline .tagline-inner{
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

    .tagline-wrap {
        max-width: 450px;
        text-align: center;
        margin: 0 auto;
    }

    .tagline-wrap .logo-wrap{
        margin-bottom: 10px;
    }

        .tagline-wrap .logo-wrap img{
            margin: 0 auto;
        }

    .tagline-wrap .cinfo-wrap,
    .tagline-wrap .smi-wrap{
        text-align: center;
        display: block;
    }

    .tagline-wrap ul.cinfo {
        font-family: 'Work Sans', sans-serif;
        font-size: 16px;
        color: #cacaca;
        line-height: 1;
        letter-spacing: .020em;
        font-weight: 400;
        text-align: center;
        margin-bottom: 10px;
    }

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

        .tagline-wrap ul.cinfo span[class^="ai-font"] {
            color: inherit;
            font-size: 12px;
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle;
            color: #c5b8b6;
        }

        .tagline-wrap ul.cinfo em,
        .tagline-wrap ul.cinfo a{
            color: inherit;
            outline: none;
            text-decoration: none;
            display: inline-block;
            vertical-align: middle;
        }

        .tagline-wrap ul.cinfo a:hover{
            color: #4c84c3;
        }

    .tagline-wrap ul.smi-links {
        text-align: center;
        line-height: 1;
        color: #ccc0b9;
        font-size: 18px;
    }

    .tagline-wrap ul.smi-links li{
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px;
    }

    .tagline-wrap ul.smi-links a{
        color: inherit;
        outline: none;
        text-decoration: none;

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

    .tagline-wrap ul.smi-links a:hover{
        color: #1E4878;
    }

/* Quicksearch Underslideshow */
.hp-qs {
    position: absolute;
    bottom: 12%;
    width: 100%;
    z-index: 10;
    font-size: 0;
}
    .qs-wrap .qs-col-lg,
    .qs-wrap .qs-col-md,
    .qs-wrap .qs-col-sm,
    .qs-wrap .qs-col-btn {
        display: inline-block;
        vertical-align: middle;
        padding-right: 5px;
    }

    .qs-wrap .qs-col-lg {width: 21%;}
    .qs-wrap .qs-col-md {width: 14%;}
    .qs-wrap .qs-col-sm {width: 10%;}
    .qs-wrap .qs-col-btn {width: 25%;padding-right: 0;}

    .qs-wrap .qs-form-control,
    .qs-wrap .qs-select:not([class*="bootstrap-select"]) {
        width: 100%;
        height: 38px;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, .45);
        color: #fff;
        text-transform: uppercase;
        font-size: 11px;
        font-family: 'Work Sans', sans-serif;
        letter-spacing: 0;
        line-height: 1;
        outline: none;
        padding: 0 10px;
    }

    .qs-wrap select.qs-form-control {
        -o-appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;

        background-image: url(images/dropdown-icon.png);
        background-position: right 5px center;
        background-repeat: no-repeat;
        font-weight: 600;
    }

    .qs-wrap .qs-col-btn > div{
        width: 50%;
        padding: 0 2.5px;
        display: inline-block;
        vertical-align: middle;
    }

    .qs-wrap .qs-btn-control{
        height: 38px;
        width: 100%;
        font-size: 14px;
        font-family: 'Work Sans', sans-serif;
        letter-spacing: 0;
        color: #fff;
        border: 2px solid;
        text-transform: uppercase;
        text-align: center;
        display: block;
        border: 2px solid;
        outline: none;
        text-decoration: none;

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

    .qs-wrap .qs-btn-control.src-btn{ background-color: #1e4878; border-color:#1e4878;}
    .qs-wrap .qs-btn-control.src-btn:hover{ background-color: transparent; border-color:#fff;}
    .qs-wrap .qs-btn-control.adv-btn{ background-color: #2d2321; border-color:#2d2321;}
    .qs-wrap .qs-btn-control.adv-btn:hover{ background-color: transparent; border-color:#fff;}

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

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

/* section 2 : Map */
section.section2{
    padding: 70px 0;
    background: #231918;
    position: relative;
    z-index: 1;
}

    section.section2:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 100%;
        background-image: url(images/map-area/map-overlay-pattern.png);
        z-index: -1;
    }

    .area-map-wrapper{
        font-size: 0;
        position: relative;
        overflow: initial;
    }

        .area-map-wrapper .gtitle:before {
            left: -20px;
            bottom: 0;
            top: initial;
            height: 175px;
            background: rgba(249, 249, 249, .25);
        }

    .area-map-wrapper .area-map-list {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .area-map-wrapper .gtitle {
        text-align: left;
        margin-bottom: 55px;
    }
        .area-map-wrapper .gtitle span {color: #7f7f7f;}
        .area-map-wrapper .gtitle h2 {color: #dbdbdb; font-size: 61px;}


    .area-map-list ul.area-list {
        line-height: 1;
        font-family: inherit;
        margin-bottom: 30px;
    }

        .area-map-list ul.area-list li {
            display: block;
            margin-bottom: 2px;
        }

        .area-map-list ul.area-list a {
            text-align: left;
            height: 60px;
            display: block;
            font-weight: 400;
            text-transform: uppercase;
            font-size: 18px;
            color: #a2a2a2;
            line-height: 1;
            letter-spacing: .020em;
            background: transparent;
            width: 280px;
            max-width: 100%;
            position: relative;

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

        .area-map-list ul.area-list a.active{
            background: #1e4878;
            color: #fff;
        }

        .area-map-list ul.area-list a:after {
            content: '';
            width: 15px;
            height: 21px;
            position: absolute;
            top: 0;
            opacity: 0;
            left: 8px;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url(images/map-area/location-icon.png);

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

        .area-map-list ul.area-list a.active:after{
            top: calc(50% - 12px);
            opacity: 1;
        }

        .area-map-list ul.area-list a:before {
            display: inline-block;
            vertical-align: middle;
            content: '';
            height: 100%;
            width: 0;
        }

        .area-map-list ul.area-list a span {
            display: inline-block;
            vertical-align: middle;
            padding-left: 35px;
        }

        .area-map-list .gbutton-unfilled {
            border-color: #66605f;
            box-shadow: 1px 1px 0 #66605f;
            color: #fff;
        }

    .area-map-outer {
        max-width: 816px;
        margin-left: auto;
        position: relative;
        font-size: 0;
    }

        .area-map-outer img.map-transparent {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 10;
        }

        .area-map-outer .map-hovers > div {
            position: absolute;
        }

        .area-map-outer .map-hovers .img-wrap{
            opacity: 0;
            font-size: 0;

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

        .area-map-outer .map-hovers div.active .img-wrap{
            opacity: 1;
        }

        /* Area Map Positions */

        .area-map-outer .map-hovers .rimrock{right: 0;bottom: 111px;}
        .area-map-outer .map-hovers .campverde{bottom: 0;right: 280px;}
        .area-map-outer .map-hovers .sedona{top: 63px;right: 252px;}
        .area-map-outer .map-hovers .cornville{bottom: 307px;left: 297px;}
        .area-map-outer .map-hovers .village-of-oakcreek{top: 212px;right: 206px;}
        .area-map-outer .map-hovers .cottonwood{top: 274px;left: 139px;}
        .area-map-outer .map-hovers .clarkdale{top: 234px;left: 103px;}
        .area-map-outer .map-hovers .jerome{top: 285px;left: 44px;}

        .area-map-outer .map-hovers > div .area-name {
            position: absolute;
            font-family: 'Poppins', sans-serif;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: .070em;
            line-height: 1;
            text-align: left;
            z-index: 5;
            min-width: 150px;
            text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
        }

        .area-map-outer .map-hovers > div .area-name:before{
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 15px;
            height: 21px;
            background-image: url(images/map-area/location-icon.png);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: center;

        }

        .area-map-outer .map-hovers > div .area-name span{
            display: inline-block;
            vertical-align: middle;
        }

        .area-map-outer .map-hovers > div.village-of-oakcreek .area-name span{
            display: block;
        }

        /* Map Label Positions */
        .area-map-outer .map-hovers .rimrock .area-name{right: 45px;bottom: 185px;}
        .area-map-outer .map-hovers .campverde .area-name{bottom: 115px;right: 46px;}
        .area-map-outer .map-hovers .sedona .area-name{top: 43px;left: 25px;}
        .area-map-outer .map-hovers .cornville .area-name{bottom: 75px;left: 32px;}
        .area-map-outer .map-hovers .village-of-oakcreek .area-name{top: 25px;right: 30px;}
        .area-map-outer .map-hovers .cottonwood .area-name{top: 55px;left: -80px;}
        .area-map-outer .map-hovers .clarkdale .area-name{top: 15px;left: -65px;}
        .area-map-outer .map-hovers .jerome .area-name{top: 4px; right: -47px;}

        /* Custom Location Icon Position */

        .area-map-outer .map-hovers > div.village-of-oakcreek .area-name:before,
        .area-map-outer .map-hovers > div.clarkdale .area-name:before{
            position: absolute;
            right: 40px;
            bottom: 0px;
        }

        .area-map-outer .map-hovers > div.jerome .area-name:before{
            position: absolute;
            right: 60px;
            bottom: 0px;
        }

        .area-map-outer .map-hovers > div.cottonwood .area-name:before {
            position: absolute;
            right: 20px;
            bottom: 0;
        }





/* section 3 : Agent Area */
section.section3{
    position: relative;
    overflow: hidden;
}

.hp-agent-map{
    position: relative;
    font-size: 0;
}

    .hp-agent-map .gtitle{
        position: absolute;
        width: 100%;
        top: 110px;
        z-index: 10;
    }

    .agent-map {
        position: relative;
        width: 1600px
    }

        .agent-map img.map-transparent {
            display: block;
            /* width: 100%; */
            z-index: 3 !important;
            top: 0;
            left: 0;
            position: absolute !important;
        }

        /* Agents Hover Position */
        .agent-map .map-hovers > div {
            position: absolute;
            bottom: 0;
            opacity: 0;
        }
        .agent-map img.agent-main{
            z-index: 1;
        }
        .agent-map img.agent-main.active{
           filter: grayscale(100%);
           -webkit-filter: grayscale(100%);
           -moz-filter: grayscale(100%);
           -o-filter: grayscale(100%);
        }

        .agent-map .map-hovers .richard-chambers{left: 72px; }
        .agent-map .map-hovers .hunter-rauch{left: 475px;}
        .agent-map .map-hovers .jeynell-chambers{left: 867px;}
        .agent-map .map-hovers .justin-chambers{left: 1186px;}

        .agent-map .map-hovers > div.active{
            opacity: 1;
        }


        .agent-map .map-hovers div.active .details-wrap{
            opacity: 1;
            bottom: 230px;
        }

        .agent-map .map-hovers .details-wrap {
            width: 342px;
            background: #1e4878;
            padding: 30px 0;
            position: absolute;
            bottom: 150px;
            left: 50%;
            margin-left: -171px;
            text-align: center;
        }

        .agent-map .map-hovers .details-wrap:before{
            content: '';
            position: absolute;
            bottom: calc(100% - 1px);
            left: calc(50% - 8px);
            width: 0px;
            height: 0px;

            border-left: 9px solid transparent;
            border-right: 9px solid transparent;
            border-bottom: 16px solid #1e4878;


        }

        .agent-map .details-wrap .agent-name{
            font-family: inherit;
            font-size: 22px;
            text-transform: uppercase;
            font-weight: 500;
            line-height: 1;
            letter-spacing: .050em;
            margin-bottom: 30px;
            color: #fff;
        }

        .agent-map .details-wrap .cinfo{
            line-height: 1;
            font-family: inherit;
        }

        .agent-map .details-wrap .cinfo li{
            margin-bottom: 5px;
            display: block;
        }

        .agent-map .details-wrap .cinfo a,
        .agent-map .details-wrap .cinfo em{
            color: #fff;
            display: inline-block;
            vertical-align: middle;
            font-size: 16px;
            font-family: inherit;
            font-weight: 400;
            letter-spacing: .020em;
            line-height: 1;
        }

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

        .agent-map .details-wrap .cinfo span[class^="ai-font-phone"]{
            font-size: 12px;
        }

/* Agent transitions */
.agent-map .map-hovers > div,
.agent-map img.agent-main{
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.agent-map .map-hovers .details-wrap{
    transition: 600ms ease-in-out;
    -webkit-transition: 600ms ease-in-out;
    -moz-transition: 600ms ease-in-out;
    -o-transition: 600ms ease-in-out;
}


/* Section 4 : Welcome */
section.section4{
    position: relative;
}

    .hp-wc {
        padding: 100px 0;
        position: relative;
        z-index: 1;
    }
            .hp-wc:before{
                content: '';
                position: absolute;
                height: 10%;
                width: 100%;
                left: 0;
                bottom: -1px;
                background-image: url(images/wc-overlay.png);
                background-size: 100%;
                background-repeat: no-repeat;
                background-position: bottom center;
                z-index: 1;
            }

            .hp-wc:after{
                content: '';
                position: absolute;
                height: 100%;
                width: 100%;
                left: 0;
                bottom: 0;
                background-image: url(images/wc-main-bg.png);
                background-size: 100%;
                background-repeat: no-repeat;
                background-position: bottom center;
                z-index: -1;
                opacity: .05;

                filter: grayscale(100%);
                -webkit-filter: grayscale(100%);
                -moz-filter: grayscale(100%);
                -o-filter: grayscale(100%);
            }

    .hp-wc .design-bg {
        position: absolute;
        height: 100%;
        top: 0;
        z-index: -1;

        background-size: 100%;
        background-repeat: no-repeat;
    }

        .hp-wc .design-bg.left {
            left: 0;
            width: 47%;
            background-image: url(images/wc-left-rock.png);
            background-position: bottom left;
        }

        .hp-wc .design-bg.right {
            right: 0;
            width: 37%;
            background-image: url(images/wc-right-rock.png);
            background-position: bottom right;
        }

    .wc-wrap {
        max-width: 810px;
        margin: 0 auto;
    }

        .hp-wc .gtitle{
            text-align: center;
            position: relative;
        }

        .wc-wrap .gtitle:before{
            height: 75px;
            background: rgba(30, 72, 120, .55);
        }

        .hp-wc .gtitle:after{
            content: '';
            background-color: #1e4878;
            width: 50px;
            height: 3px;
            margin: 30px auto 0;
            display: block;
        }

    .wc-wrap .smi-wrap {
        text-align: center;
        margin-bottom: 50px;
    }

        .wc-wrap ul.smi-links {
            font-size: 20px;
            color: #1e4878;
            line-height: 1;
        }

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

        .wc-wrap ul.smi-links a{
            color: inherit;

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

        .wc-wrap ul.smi-links a:hover{
            color: #2D2321;
        }

    .wc-wrap .wc-text {
        font-family: 'Work Sans', sans-serif;
        text-align: center;
        font-size: 16px;
        color: #727272;
        line-height: 26px;
        letter-spacing: .040em;
        font-weight: 400;
        margin-bottom: 45px;
    }

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

        .wc-wrap .wc-text p:last-child{
            margin-bottom: 0;
        }

    .wc-wrap a.gbutton-unfilled{
        margin: 0 auto;
    }


/* Section 5 : HP Blogs */

section.section5{
    position: relative;
    z-index: 4;
}

.hp-blog {
    padding-top: 90px;
    overflow: hidden;
}

    .hp-blog .gtitle{
        margin-bottom: 50px;
    }

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

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

    .blog-item .title-wrap {
        max-width: 410px;
        margin: 0 auto 30px;
        display: block;
        text-align: center;
    }

        .blog-item .title-wrap h3 {
            font-size: 18px;
            color: #1e4878;
            font-family: 'IBM Plex Serif', serif;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: .200em;
            line-height: 24px;
            min-height: 48px;

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

        .blog-item .title-wrap a:hover h3{
            color: #2d2321;
        }

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

    .blog-item .details-wrap {
        max-width: 410px;
        margin: 0 auto 30px;
        display: block;
        color: #6a6a6a;
        /* font-size: 14px; */
        font-size: 12px;
        text-align: center;
        line-height: 22px;
        letter-spacing: .030em;
        padding: 0 15px;
        min-height: 187px;
    }
        .blog-item .gbutton-unfilled{
            height: 35px;
            max-width: 150px;
            margin: 20px auto;
            font-size: 12px;
        }

    .blog-item .img-wrap{
        display: block;
        position: relative;
    }

        .blog-item .img-wrap a:hover canvas{
            opacity: .8;
        }

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

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

/* Footer */
footer.footer {
    position: relative;
    padding: 120px 0 0;
    background-image: url(images/footer-bg.jpg);
    background-position: bottom -2px center;
    background-repeat: no-repeat;
    background-size: 100%;
}

    footer.footer:before {
        content: '';
        position: absolute;
        top: -130px;
        width: 100%;
        height: 100%;
        left: 0;
        background-image: url(images/grey-bull-bg.png);
        z-index: 1;
        opacity: .15;
        background-size: 95%;
        background-repeat: no-repeat;
        background-position: top center;
        pointer-events: none;
    }

    footer .footer-upper {
        z-index: 5;
        position: relative;
    }

    footer .gtitle:before{
        display: none;
    }

        footer .f-logo-wrap {
            margin-bottom: 20px;
        }

        footer.footer .f-logo-wrap img {
            margin: 0 auto;
        }

        footer .cinfo-wrap {
            margin-bottom: 60px;
        }


        footer ul.cinfo {
            font-family: 'Work Sans', sans-serif;
            font-size: 16px;
            color: #555555;
            line-height: 1;
            letter-spacing: .020em;
            font-weight: 400;
            text-align: center;
            margin-bottom: 10px;
        }

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

        footer ul.cinfo span[class^="ai-font"] {
            color: inherit;
            font-size: 12px;
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle;
            color: #1e4878;
        }

        footer ul.cinfo em,
        footer ul.cinfo a{
            color: inherit;
            outline: none;
            text-decoration: none;
            display: inline-block;
            vertical-align: middle;
        }

        footer .contact-form-wrap .gtitle h2 {
            font-size: 61px;
        }

        footer .contact-form-wrap {
            max-width: 740px;
            margin: 0 auto;
            display: block;
        }

        .aus-form-wrap {
            padding-bottom: 130px;
            position: relative;
        }

        .aus-form-wrap .au-col-lg {
            display: block;
            margin-bottom: 20px;
            width: 100%;
        }

        .aus-form-wrap .au-col-lg.no-margin-bottom{
            margin-bottom: 0;
        }

        .aus-form-wrap .aus-form-control{
            width: 100%;
            height: 45px;
            color: #2d2321;
            font-size: 14px;
            text-transform: uppercase;
            background: transparent;
            border: none;
            border-bottom: 2px solid #a0a0a4;
            outline: none;
            font-family: 'Work Sans', sans-serif;
        }

        .aus-form-wrap textarea.aus-form-control{
            height: 120px;
            padding-top: 10px;
            resize: none;
        }

        .aus-form-wrap .aus-btn-control {
            display: block;
            max-width: 260px;
            height: 48px;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: .100em;
            line-height: 1;
            text-align: center;
            text-transform: uppercase;
            color: #fff;
            background: #2d2321;
            border: none;
            width: 100%;
            margin: 45px auto 0;
            outline: none;

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

        .aus-form-wrap .aus-btn-control:hover {
            background-color: #1E4878;
        }

        .aus-form-wrap span.wpcf7-form-control-wrap {
            display: block;
        }

        .aus-form-wrap .wpcf7-response-output {
            position: absolute;
            width: 100%;
            margin-left: 0;
            margin-right: 0;
            color: #fff;
            text-align: center;
            background: #fff;
        }

        .aus-form-wrap span.ajax-loader {
            margin: 0 auto;
            display: block;
        }

    footer .footer-bottom {
        padding: 25px 0;
        background: rgba(45, 35, 33, .95);
        font-size: 0;
    }

        .footer-bottom .f-left,
        .footer-bottom .f-right {
            display: inline-block;
            vertical-align: middle;
        }

        .footer-bottom .f-left{ width: 80%; text-align: left; }
        .footer-bottom .f-right{ width: 20%; text-align: right; }

        footer .footernav {
            line-height: 1;
            letter-spacing: .020em;
            font-family: inherit;
            margin-bottom: 5px;
        }

        footer .footernav li{
            display: inline-block;
            vertical-align: middle;
            padding: 0 18px;
        }

        footer .footernav li:first-child{
            padding-left: 0;
        }

        footer .footernav li:last-child{
            padding-right: 0;
        }

        footer .footernav a{
            text-transform: uppercase;
            font-size: 12px;
            color: #606060;
            font-family: inherit;
            font-weight: 600;

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

        footer .footernav a:hover{
            color: #1E4878;
        }

        footer .copyright {
            color: #606060;
            font-family: inherit;
            font-weight: 500;
            letter-spacing: .030em;
            line-height: 1;
            font-size: 12px;
        }

        footer .copyright a{
            font-weight: 500;
            color: #fff;

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

        footer .copyright a:hover{
            color: #1E4878;
        }

        footer .realtor-logo-wrap{
            color: #a5a5a5;
            font-size: 21px;
        }


/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner{
    width: 100%;
}
    .ip-banner canvas{
        display: block;
        width: 100%;
        background: #f9f7f7;
    }

/* ip background */
.ip-bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url(images/ip-bg.jpg);
    z-index: -1;
    top: 0;
    left: 0;
}

.ip-bg-img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+70 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/* Adjust minimum height of page area */
#content-sidebar, #content-full,#sidebar{
    min-height: 500px;
    margin-top: 150px;
    padding: 15px;
    background: rgba(255, 255, 255, .90);
}

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

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

/* 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: 'IBM Plex Serif', serif;
    font-size: 38px;
    color: #2d2321;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    font-family: 'IBM Plex Serif', serif;
    font-size: 32px;
    color: #2d2321;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
}

#content .entry{
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #727272;
    font-weight: 400;
    margin-bottom: 45px;
}


/* sidebar */

aside .gtitle:before{
    display: none;
}

aside ul.cinfo {
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    color: #555555;
    line-height: 1;
    letter-spacing: .020em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 0;
    list-style: none;
    text-align: center;
}

aside ul.cinfo li {
    display: block;
    margin-bottom: 5px;
}

aside ul.cinfo span[class^="ai-font"] {
    color: inherit;
    font-size: 10px;
    margin-right: 10px;
    display: inline-block;
    margin: 0 auto 5px;
    color: #1e4878;
    margin-right: 5px;
}

aside ul.cinfo em,
aside ul.cinfo a{
    color: inherit;
    outline: none;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

aside ul.smi-links {
    text-align: center;
    line-height: 1;
    color: #1e4878;
    font-size: 21px;
    margin: 0;
    list-style: none;
}
aside ul.smi-links a:hover{
    color: #2D2321;
}
aside ul.smi-links li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

aside ul.smi-links a{
    color: inherit;
    outline: none;
    text-decoration: none;
}

aside .aus-form-wrap .wpcf7-response-output {
    position: relative;
    color: #000;
}

aside .gtitle h2 {
    font-size: 28px;
}
button.btn.dropdown-toggle.bs-placeholder.btn-default,
button.btn.dropdown-toggle.btn-default {
    width: 100%;
    height: 38px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .45);
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 0;
    line-height: 1;
    outline: none;
    padding: 0 10px;
    border-radius: unset;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(images/dropdown-icon.png);
    background-position: right 5px center;
    background-repeat: no-repeat;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    font-size: 11px;
    font-weight: 600;
}
select.qs-form-control option {
    color: #0e0e0e;
}
.blog-list .blog-item{
  vertical-align: top !important;
}

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

/* IHF FIXER */

ul#ihf-search-location-tabs, ul#ihf-detail-extrainfotabs,
ul.chosen-results {
    margin-left: 0px !important;
    padding-left: 0px !important;
}
#ihf-main-container .mc-total-payment-subline{
    color: #666;
}
.ihf-grid-result-address{
    display: block;
}
.cycloneslider-template-video .cycloneslider-volume {
    display: none;
}
.qs-col-btn .src-btn span {
    font-weight: 600;
}
.qs-col-btn .adv-btn span {
    font-weight: 600;
}



.tagline-wrap .logo-wrap img{
  filter: brightness(0) invert(1);
}










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