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

/*

TABLE OF CONTENTS

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

*/


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


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

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
    width:100%;
    min-width:180px;
    text-align:center;
}
#nav .sub-menu a {
    color: #000;
    display: block;
    padding: 10px;
    background:#fff;
    border-top: 1px solid #000;
    font-size: 13px;
}
#nav .sub-menu li:first-child > a{
    border-top: 0px solid #000;
}
#nav .sub-menu a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
    top:0;
}
#nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
    display: block;
}


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

/* Global */

body{
    font-family: 'Spartan', sans-serif;
    font-size: 15px;
    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; */
}

body.qsactive{
    overflow: hidden;
}

/*******************************************************
 *
 * 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: 72.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 25.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-weight: 500;
    text-transform: uppercase;
    font-size: 40px;
}

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

}

.font-popp{
    font-family: 'Poppins', sans-serif;
}
.font-spr{
    font-family: 'Spartan', sans-serif;
}

.header{
    position: fixed;
    z-index: 1010;
    top: 0;
    left: 0;
    width: 100%;
    background:rgba(255,255,255,0);
    color:#fff;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.header.fixed{
    background:rgba(255,255,255,1);
}
.header-wrapper{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 -67px;
    padding: 45px 0 0;
    filter:invert(0%);
    -webkit-filter:invert(0%);
    position: relative;
    z-index: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.header.fixed .header-wrapper{
    filter:invert(100%);
    -webkit-filter: invert(100%);
    padding: 10px 0;
}
.header-wrapper .header-logo{
    max-width: 145px;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.header.fixed .header-wrapper .header-logo {
    max-width: 167px;
}
.header-wrapper .header-mid{}

#nav{
    font-size: 0;
}
#nav li{}
#nav a{
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.100em;
    text-transform: uppercase;
    position: relative;
    display: block;
    color:#fff;
}
#nav > li{
    margin: 0 0 0 27px;
}
#nav > li:first-child{
    margin: 0 0 0 0;
}
#nav > li > a{}
#nav > li:hover > a{}
#nav > li > a:after{
    content:'';
    display: block;
    position: absolute;
    bottom: -4px;
    height: 1px;
    width: 0%;
    background:#fff;
    opacity: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
#nav > li:hover > a:after{
    width: 100%;
    opacity: 1;
}
#nav > li > .sub-menu{
    left: -150%;
    right: -150%;
    margin: 0 auto;
    padding: 10px 0 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.header.fixed #nav > li > .sub-menu{
    padding: 43px 0 0;
}
.header-wrapper .header-broker{
    max-width: 138px;
    display: none;
}
.mls-trigger {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 34px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}
.mls-trigger .mls-btn {
    background: #373737;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.200em;
    width: 162px;
    font-weight: 300;
    max-height: 34px;
    text-align: center;
    padding: 9px 0;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: left top;
    position: relative;
    bottom: -80px;
    pointer-events: all;
}
.mls-trigger .mls-btn:hover{
    background:#fff;
    color:#373737;
}
.mls-trigger .mls-btn span{}

.header-qs{
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.88);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
    padding: 100px 0 50px;
    opacity: 0;
    pointer-events: none;
    transform: scale(.2);
    -moz-transform: scale(.2);
    -webkit-transform: scale(.2);
    transform-origin: left center;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
}
.header-qs.active{
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}
.qs-wrapper{}
.qs-wrapper .qs-top{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 23px;
}
.qs-wrapper .qs-top h2{
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.200em;
    text-transform: uppercase;
}
.qs-wrapper .qs-top span{
    font-size: 22px;
    cursor: pointer;
    right: -97px;
}
.qs-wrapper .qs-form{
    position: relative;
}
.qs-wrapper .qs-form select{
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0px;

}
.qs-wrapper input[type="text"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 1px solid;
    padding: 0 0 0;
    font-size: 50px;
    font-weight: 200;
    letter-spacing: 0.100em;
    height: 35px;
    outline: 0;
    position: relative;
    z-index: 0;
}
.qs-wrapper .qs-submit{
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    max-height: 34px;
}
.qs-wrapper  .qs-submit input[type="submit"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    font-size: 0;
    background: none;
    border: 0;
    padding: 0 0 0;
    width: 34px;
    height: 34px;
}
.qs-wrapper  .qs-submit span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 34px;
    pointer-events: none;
}
.qs-wrapper ::-webkit-input-placeholder {
  text-transform: uppercase;
}

.qs-wrapper :-ms-input-placeholder {
  text-transform: uppercase;
}

.qs-wrapper ::placeholder {
  text-transform: uppercase;
}
.qs-bottom{
    margin: 85px 0 0;
}
.qs-bottom h3{
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.200em;
    text-transform: uppercase;
    margin:  0 0 35px;
}
.qs-bottom-content{}
.qs-bottom-content .qs-thumbs{
    margin: 50px 0 0;
}
.qs-bottom-content .qs-thumbs:first-child{
    margin: 0 0 0;
}
.qs-neigh{}
.qs-neigh a{
    display: block;
    position: relative;
    color: #fff;
}
.qs-neigh a .qs-neigh-img{
    position: relative;
    background:#000;
}
.qs-neigh a .qs-neigh-img canvas{
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    opacity: .8;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.qs-neigh a:hover .qs-neigh-img canvas{
    opacity: .4;
}
.qs-neigh a .qs-neigh-img span{
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
}
.qs-neigh a .qs-neigh-img .qs-neigh-name{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -26px;
    width: 100%;
    max-width: 203px;
    background: rgba(0,0,0,.8);
    padding: 5px 0 5px 5px;
}
.qs-neigh a .qs-neigh-img em{
    display: block;
    border: 1px solid #fff;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0.100em;
    text-align: center;
    padding: 13px 5px;
}
.qs-neigh a p{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.200em;
    text-transform: uppercase;
    padding: 10px 0 0;
}
.header-sm{
    position: fixed;
    z-index: 2;
    top: 50%;
    right: 15px;
/*    height: 100%;*/
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
        transform: translateY(-50%);
}
.sm-wrapper{}
.sm-wrapper a{
    margin: 20px 0 0;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    font-size: 18px;
    background: #000;
    border: 1px solid #000;
    border-radius: 20px;
    color: #fff;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.sm-wrapper a:first-child{
    margin: 0 0 0;
}
.sm-wrapper a:hover{
    color: #000;
    background: #fff;
}

.popup-git{
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.88);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transform: scale(.7);
    -moz-transform: scale(.7);
    -webkit-transform: scale(.7);
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.popup-git.active{
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}
.header-git{
    width: calc(100% - 20px);
    max-width: 560px;
    text-align: center;
}
.header-git .git-question{
    margin: 0 0 30px;
}
.git-leads{}
.header-git-content{}
.header-git-content .header-git-fields{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.header-git-content .header-git-fields > div{
    width: calc((100% / 2) - 10px);
    margin: 10px 0;
}
.header-git-content .header-git-fields > div:first-child{
    width: 100%;
}
.header-git-content .header-git-fields ::-webkit-input-placeholder {
  text-transform: uppercase;
}
.header-git-content .header-git-fields :-ms-input-placeholder {
  text-transform: uppercase;
}
.header-git-content .header-git-fields ::placeholder {
  text-transform: uppercase;
}
.header-git-content .header-git-fields input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    display: block;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #fff;
    background: none;
    font-size: 14px;
    padding: 0;
    height: 30px;
}
.header-git-content .header-git-submit{
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
}
.header-git-content .header-git-submit input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #373737;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.100em;
    border: 1px solid #373737;
    padding: 15px 10px;
    width: calc((100% / 2) - 10px);
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.header-git-content .header-git-submit input:hover{
    background: #fff;
    color: #373737;
}
#hp-top{
    position: relative;
}
#hp-top:after{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/header-fade.png) top center repeat-x;
    pointer-events: none;
}
#hp-slide{
    position: relative;
    z-index: 0;
}
#hp-slide .cycloneslider-template-video .cycloneslider-slides,
#hp-slide .cycloneslider-template-video .canvas-holder{
    min-height: 100vh;
}
#hp-tagline{
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.100em;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
    pointer-events: none;
}
/* .tagline-wrapper > div:first-child{
    display: none;
} */
.tagline-wrapper h1{
    font-size: 60px;
}
.tagline-wrapper a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.200em;
    text-transform: uppercase;
    display: inline-block;
    /* background: url(images/welcome-arrow.png) right center no-repeat; */
    padding: 0 44px 0 0;
    color: #fff;
    opacity: 1;
    position: relative;
    margin-top: 20px;
    pointer-events: auto;
}
.tagline-wrapper a:hover {
    opacity: 0.7;
}
.tagline-wrapper a::before {
    background: url(images/spritesheet.png)no-repeat;
    width: 33px;
    height: 9px;
    background-position: -5px -71px;
    position: absolute;
    content: '';
    right: 0;
    top: 3px;
}

#hp-tagline .akg-logo {
    position: absolute;
    max-width: 150px;
    right: 60px;
    bottom: 60px;
}

#hp-welcome{
    padding: 20px 0 0;
    position: relative;
}
#hp-welcome:after{
    content:'';
    display: block;
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    width: 48.375%;
    height: 82.143%;
    background:url(images/welcome-accent.jpg) right bottom no-repeat #fff;
    background-attachment: fixed;
    background-size: 48.375% auto;
}
.welcome-wrapper{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.welcome-wrapper .welcome-left{
    width: 60.312%;
    margin: 30px 0 0;
    height: -webkit-fill-available;
}
.welcome-wrapper .welcome-content{
    background: url(images/welcome-bg.png) center center no-repeat #2d2d2d;
    background-size: cover;
    color: #fff;
    margin: 0 -265px 0 0;
    padding-right: 305px;
    padding-top: 120px;
    padding-bottom: 105px;
    height: -webkit-fill-available;
}
.welcome-wrapper .welcome-content h2{
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing:0.150em;
    margin: 0 0 40px;
}
.welcome-wrapper .welcome-content h2 span{
    font-size: 20px;
    font-weight: 300;
    letter-spacing:0.500em;
    display: block;
    margin: 0 0 20px;
}
.welcome-wrapper .welcome-content h2 span.welcome-agent-title {
    margin: 10px 0 0;
}
.welcome-wrapper .welcome-content p{
    line-height: 23px;
    letter-spacing:0.050em;
    color:#dbdbdb;
    margin: 16px 0;
}
.welcome-wrapper .welcome-lm{
    margin: 50px 0 0;
}
.welcome-wrapper .welcome-lm a{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.200em;
    text-transform: uppercase;
    display: inline-block;
    /* background: url(images/welcome-arrow.png) right center no-repeat; */
    padding: 0 44px 0 0;
    color: #fff;
    opacity: 1;
    position:relative;
}

.welcome-wrapper .welcome-lm a::before {
    background: url(images/spritesheet.png)no-repeat;
    width: 33px;
    height: 9px;
    background-position: -5px -71px;
    position: absolute;
    content: '';
    right: 0;
    top: 3px;
}

.welcome-wrapper .welcome-lm a:hover{
    opacity: .4;
}
.welcome-wrapper .welcome-right{
    width: 39.688%;
}
.welcome-wrapper .welcome-agent{
    width: 82.047%;
}
.welcome-wrapper .welcome-agent img{
    display: block;
    /* width: 100%; */
    height: auto;
}

.closebutton {
    font-size: 36px;
    position: absolute;
    right: 28px;
    cursor: pointer;
        top: 47px;
}

#hp-akg{
    background: rgb(234,234,235);
    background: linear-gradient(0deg, rgba(234,234,235,1) 0%, rgba(255,255,255,1) 100%);
    padding: 80px 0 85px;
}
.akg-wrapper{}
.akg-wrapper h2{
    text-align:center;
    font-size: 45px;
    letter-spacing:0.150em;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.akg-wrapper .akg-slide{
    width: calc(100% - 30px);
    margin: 85px auto 0;
    max-width: 1543px;
    overflow: hidden;
}
.akg-wrapper .slick-slide > div:first-child,
.akg-wrapper .slick-slide > div:nth-child(2) {
    margin: 0 0 10px;
}
/*.akg-wrapper .slick-slide {
    width: 100%!important;
}
    .akg-wrapper .slick-slide > div {
        width: 33.33%;
        display: inline-block;
    }*/
.akg-wrapper .akg-slide ul{
    margin: 0 -5px;
    font-size: 0;
}
.akg-wrapper .akg-slide li{}
.akg-wrapper .akg-single{
    padding: 0 5px;
}
.akg-wrapper .akg-single a{
    display: block;
    position: relative;
    overflow: hidden;
    background:#4e4e4e;
}
.akg-wrapper .akg-single a:after{
    content:'';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/akg-fade.png) center center no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.akg-wrapper .akg-single a:hover:after{
    opacity: 1;
}
.akg-wrapper .akg-single a .akg-img{
    position: relative;
    z-index: 0;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: .5;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.akg-wrapper .akg-single a:hover .akg-img{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    opacity: 1;
}
.akg-wrapper .akg-single a  canvas{
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
}
.akg-wrapper .akg-single a  .akg-info{
    color:#fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    bottom: -52px;
    left: 0;
    width: 100%;
    padding: 0 20px 45px;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.akg-wrapper .akg-single a:hover .akg-info{
    bottom: 0;
}
.akg-wrapper .akg-single a  .akg-feat{
    display: inline-block;
    background: #2e2e2e;
    font-size: 14px;
    padding: 7px 10px;
    line-height: 1;
    margin: 0 0 15px;
    border: 1px solid #989898;
}
.akg-wrapper .akg-single a  .akg-add{
    line-height: 1.2;
}
.akg-wrapper .akg-single a  .akg-price{
    margin: 23px 0 0;
}
.akg-wrapper .akg-single a  .akg-vd{
    font-size: 13px;
    font-weight: 400;
    margin: 23px 0 0;
    opacity: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.akg-wrapper .akg-single a:hover  .akg-vd{
    opacity: 1;
}
.akg-wrapper .akg-vm {
    text-align:center;
    margin: 90px 0 0;
}

.akg-wrapper .akg-vm  a{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.200em;
    text-transform: uppercase;
    display: inline-block;
    /* background: url(images/akg-arrow.png) right center no-repeat; */
    /* background: url(images/neigh-arrow.png) right center no-repeat; */
    padding: 0 44px 0 0;
    color: #2e2e2e;
    opacity: 1;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    position: relative;
}

.akg-wrapper .akg-vm a::before {
    position: absolute;
    background: url(images/spritesheet.png)no-repeat;
    content: '';
    right: 0;
    width: 33px;
    height: 9px;
    background-position: -48px -36px;
    top: 2px;
}

.akg-wrapper .akg-vm  a:hover{
    opacity: .4;
}

#hp-fp{
    background: #fff;
    padding: 80px 0 85px;
    display: none;
}
.fp-wrapper{}
.fp-wrapper h2{
    text-align:center;
    font-size: 45px;
    letter-spacing:0.150em;
    text-transform: uppercase;
}
.fp-wrapper .fp-slide{
    width: calc(100% - 30px);
    margin: 85px auto 0;
    max-width: 1543px;
    overflow: hidden;
}
.fp-wrapper .slick-slide > div:first-child{
    margin: 0 0 10px;
}
.fp-wrapper .fp-slide ul{
    margin: 0 -5px;
    font-size: 0;
}
.fp-wrapper .fp-slide li{}
.fp-wrapper .fp-single{
    padding: 0 5px;
}
.fp-wrapper .fp-single a{
    display: block;
    position: relative;
    overflow: hidden;
    background:#4e4e4e;
}
.fp-wrapper .fp-single a:after{
    content:'';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/fp-fade.png) center center no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.fp-wrapper .fp-single a:hover:after{
    opacity: 1;
}
.fp-wrapper .fp-single a .fp-img{
    position: relative;
    z-index: 0;
    opacity: .7;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.fp-wrapper .fp-single a:hover .fp-img{
    opacity: 1;
}
.fp-wrapper .fp-single a  canvas{
    display: block;
    width: 100%;
    height: auto;
    background-size: contain;
}
.fp-wrapper .fp-single a  .fp-info{
    color:#fff;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    z-index: 2;
    bottom: -52px;
    left: 0;
    width: 100%;
    padding: 0 20px 45px;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.fp-wrapper .fp-single a:hover .fp-info{
    bottom: 0;
}
.fp-wrapper .fp-single a .fp-add{
    line-height: 1.2;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.040em;
    margin: 15px 0 0;
}
.fp-wrapper .fp-single a .fp-bb{
    font-size: 13px;
    margin: 15px 0 0;
}
.fp-wrapper .fp-single a .fp-price{
    margin: 23px 0 0;
}
.fp-wrapper .fp-single a .fp-vd{
    font-size: 13px;
    font-weight: 400;
    margin: 23px 0 0;
    text-transform: uppercase;
    opacity: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.fp-wrapper .fp-single a:hover  .fp-vd{
    opacity: 1;
}
.fp-wrapper .fp-vm{
    text-align:center;
    margin: 90px 0 0;
}
.fp-wrapper .fp-vm  a{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.200em;
    text-transform: uppercase;
    display: inline-block;
    background: url(images/fp-arrow.png) right center no-repeat;
    padding: 0 44px 0 0;
    color: #2e2e2e;
    opacity: 1;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.fp-wrapper .fp-vm  a:hover{
    opacity: .4;
}
.fp-wrapper .fp-vm  a{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.200em;
    text-transform: uppercase;
    display: inline-block;
    /* background: url(images/akg-arrow.png) right center no-repeat; */
    background: url(images/fp-fade.png) right center no-repeat;
    padding: 0 44px 0 0;
    color: #2e2e2e;
    opacity: 1;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.fp-wrapper .fp-vm  a:hover{
    opacity: .4;
}
#hp-neigh{
    background:#fff;
    /*padding: 25px 0 0;*/
    padding: 85px 0;
}
.neigh-wrapper{
    width: calc(100% - 20px);
    max-width: 1543px;
    margin: 0 auto;
}
.neigh-wrapper h2{
    text-align: center;
    font-size: 45px;
    letter-spacing: 0.150em;
    text-transform: uppercase;
}
.neigh-content{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin: 68px 0 0;
}
.neigh-content > div{
    width: calc(50% - 15px);
    max-width: 756px;
    margin: 15px 0;
    position: relative;
    top: 0;
}
.neigh-content > div:nth-child(even){
    top: 40px;
}
.neigh-content a{
    display: block;
    position: relative;
}
.neigh-content a .neigh-img{
    position: relative;
    z-index: 0;
}
.neigh-content a .neigh-img canvas{
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.neigh-content a:hover .neigh-img canvas{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.neigh-content a .neigh-name{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 0 44px 42px;
}
.neigh-content a .neigh-name h3{
    font-size: 25px;
    font-weight: 600;
    letter-spacing:0.100em;
    color:#fff;
}
.neigh-vm{
    text-align: center;
    padding: 101px 0 0;
}
.neigh-vm a{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.200em;
    text-transform: uppercase;
    display: inline-block;
    background: url(images/neigh-arrow.png) right center no-repeat;
    padding: 0 44px 0 0;
    color: #2e2e2e;
    opacity: 1;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.neigh-vm a:hover{
    opacity: .4;
}
#hp-wwwe{
    background: #fff;
    padding: 103px 0 0;
}
.wwwe-wrapper{

}
.wwwe-wrapper .wwwe-left{

}
.wwwe-wrapper .wwwe-title{
    text-transform: uppercase;
    margin: 0 0 0 0;
    padding-bottom: 60px;
    text-align: center;
}
.wwwe-wrapper .wwwe-title span{
    font-family: 'Poppins', sans-serif;
    display: block;
    font-size: 20px;
    margin: 0 0 25px;
    letter-spacing:0.500em;
}
.wwwe-wrapper .wwwe-title h2{
    font-size: 57px;
    line-height: 72px;
    letter-spacing:0.150em;
}

.wwwe-wrapper .wwwe-stats{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.wwwe-wrapper .wwwe-single{
    background: url(images/wwwe-single-bg.jpg) center center no-repeat;
    background-size: cover;
    height: 291px;
    width: calc(50% - 4px);
    max-width: 294px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    padding: 5px;
}

.wwwe-wrapper .wwwe-single .wwwe-content{
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.100em;
    text-transform: uppercase;
    text-align: center;
}
.wwwe-wrapper .wwwe-single strong{
    display: block;
    font-size: 20px;
    font-weight: 500;
}
.wwwe-wrapper .wwwe-single span{
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}
.wwwe-wrapper .wwwe-single .wwwe-partners{
    max-width: calc(100% - 10px);

    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}
.wwwe-wrapper .wwwe-single .wwwe-partners img{
    margin: 0 auto;
    height: auto;
}
.wwwe-wrapper .wwwe-right{
    margin: 0 0 0 -41px;
    padding: 53px 0 0;
}
.wwwe-wrapper .wwwe-agent{
    margin: 0 -39px 0 0;
    max-width: 497px;
}
.wwwe-wrapper .wwwe-agent img{
    display: block;
    width: 100%;
}
#hp-testi{
    /*background: url(images/testi-bg.jpg) center center no-repeat;*/
    background-size: cover;
    position: relative;
    padding: 148px 0;
}
.testi-wrapper{
    max-width: 664px;
}
.testi-wrapper .testi-top{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 44px;
}
.testi-wrapper .testi-top h2{
    font-size: 31px;
    letter-spacing: 0.200em;
    text-transform: uppercase;
}
.testi-wrapper .testi-nav{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.testi-wrapper .testi-nav span{
    width: 26px;
    height: 25px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.testi-wrapper .testi-nav span:hover{
    opacity: .4;
}
.testi-wrapper .testi-nav span.testi-prev{
    margin: 0 10px 0 0;
    /* background:url(images/testi-prev.png) center center no-repeat; */
    background: url(images/spritesheet.png)no-repeat;
    width: 26px;
    height: 25px;
    background-position: -127px -36px;
}
.testi-wrapper .testi-nav span.testi-next{
    background:url(images/spritesheet.png) center center no-repeat;
    width: 26px;
    height: 25px;
    background-position: -91px -36px;
}
.testi-slide{}
.testi-slide ul{}
.testi-slide li{
    font-size: 18px;
    color:#000;
    line-height: 29px;
    letter-spacing:0.030em;
    text-align: justify;
}
.testi-slide h3{
    font-size: 20px;
    margin: 38px 0 0;
}
.footer{
    /*background:url(images/git-bg.jpg) center center no-repeat;*/
    background-size: cover;
    background-attachment: fixed;
}
.footer-git{
    text-align: center;
    color: #fff;
    padding: 100px 0 135px;
    background: rgba(0,0,0,.35);
    position: relative;
}
.git-wrapper{}
.git-wrapper ::-webkit-input-placeholder {
  text-transform: uppercase;
}
.git-wrapper :-ms-input-placeholder {
  text-transform: uppercase;
}
.git-wrapper ::placeholder {
  text-transform: uppercase;
}
.git-wrapper h2{
    font-size: 45px;
    letter-spacing: 0.150em;
    text-transform: uppercase;
    margin: 0 0 21px;
}
.git-wrapper .git-msg{
    font-size:14px;
    font-weight: 300;
    letter-spacing:0.200em;
    text-transform: uppercase;
    margin: 0 0 90px;
}
.git-wrapper .git-form{
    width: calc(100% - 10px);
    margin: 0 auto;
    max-width: 361px;
}
.git-wrapper .git-fields{}
.git-wrapper .git-fields > div{
    margin: 25px 0 0;
}
.git-wrapper .git-fields > div:first-child{
    margin: 0 0 0;
}
.git-wrapper .git-fields input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #fff;
    background: none;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.200em;
    padding: 0;
    outline: 0;
    height: 26px;
}
.git-wrapper .git-submit{
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    margin: 68px 0 0;
}
.git-wrapper .git-submit input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.200em;
    text-transform: uppercase;
    display: inline-block;
    /* background: url(images/git-arrow.png) right center no-repeat; */
    background: url(images/spritesheet.png);
    background-position: 70px -33px;
    background-repeat:no-repeat;
    padding: 0 44px 0 0;
    color: #fff;
    opacity: 1;
    border: 0px;
    outline: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.git-wrapper .git-submit input:hover{
    opacity: .4;
}

.git-wrapper .wpcf7 form .wpcf7-response-output {
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    width: calc(100% - 10px);
    margin: 0 auto;
    max-width: 630px;
}

.git-wrapper form {
    position: relative;
}
.footer-bottom{
    background:url(images/footer-fade.png) center top no-repeat #161616;
    background-size: 100% auto;
    position: relative;
    padding: 63px 0 55px;
}
.footer-left{
    padding: 0 0 0 98px;
}
.footernav{}
.footernav li{}
.footernav li:first-child{}
.footernav a{
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.100em;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
}
.footernav a:hover{
    color:#947979;
}
.footer-mid{}
.footer-mid .footer-logo{
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 10px 110px 25px;
}
.footer-mid .footer-broker {
    width: 100%;
    margin: 24px auto 0;
    max-width: 192px;
    /* background: url('images/spritesheet.png')no-repeat; */
    width: 100%;
    /* height: 21px; */
    filter: brightness(0) invert(1);
    background-position: -5px -5px;
}

.footer-right{
    margin: 0 0 0 -30px;
    padding: 10px 0 0;
}
.footer-right .footer-info{}
.footer-right .footer-info > div{
    padding: 0 0 0 30px;
    color:#fff;
    font-size: 14px;
    line-height: 22px;
    letter-spacing:0.100em;
    position: relative;
    margin: 20px 0 0;
}
.footer-right .footer-info > div:first-child{
    margin: 0 0 0;
}
.footer-right .footer-info span{
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    font-size: 15px;
}
.footer-right .footer-info span.ai-font-phone{}
.footer-right .footer-info span.ai-font-envelope{
    font-size: 12px;
    top: 3px;
}
.footer-right .footer-info span.ai-font-location-c{
    font-size: 17px;
    top: 2px;
}
.footer-right .footer-info a:hover{
    color:#947979;
}
.copyright{
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    color: #fff;
    letter-spacing: 0.030em;
    font-weight: 200;
    margin: 93px 0 0;
}
.re-logos{
    text-align: center;
    margin: 20px 0 0;
}
.re-logos span{
    font-size: 21px;
    color:#fff;
}

.sb-info{
    text-align: center;
}
.sb-info .sb-agent{}
.sb-info .sb-name{}
.sb-info .sb-name h3{
    text-transform: uppercase;
    font-weight: 600;
}
.sb-info .sb-contact{}
.sb-info .sb-email{}
.sb-info .sb-phone{}
.sb-info .sb-contact a{}

.sb-form{
    font-size: 13px;
}
.sb-form .wpcf7-form-control-wrap{
    display: block;
}
.sb-form > div{
    margin: 8px 0 0;
}
.sb-form > div:first-child{
    margin: 0 0 0;
}
.sb-form .sb-single{}
.sb-form .sb-dual{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.sb-form .sb-dual > div{
    width: calc(50% - 2px);
}
.sb-form .sb-single input,
.sb-form .sb-dual input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    outline: 0;
    padding: 5px;
}
.sb-form .sb-single textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    outline: 0;
    padding: 5px;
    resize: none;
}
.sb-form .sb-sub{}
.sb-form .sb-sub input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    text-transform: uppercase;
    padding: 10px 5px;
    border: 0;
    outline: 0;
    border: 1px solid #2d2d2d;
    background: #2d2d2d;
    color: #fff;
    letter-spacing: 0.100em;
    font-size: 16px;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.sb-form .sb-sub input:hover{
    background: #fff;
    color: #2d2d2d;
}

#custom-quick-search button.btn.dropdown-toggle.bs-placeholder.btn-default,
#custom-quick-search button.btn.dropdown-toggle.btn-default {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 1px solid;
    padding: 0 0 0;
    font-size: 50px !important;
    font-weight: 200;
    letter-spacing: 0.100em;
    height: 106px;
    outline: 0;
    position: relative;
    z-index: 0;
    border-radius: 0px;
    outline: 0px;
}

span.filter-option.pull-left {
    font-size: 43px !important;
    font-weight: 200 !important;
    letter-spacing: 0.100em !important;
    color: #fff !important;
    text-transform: uppercase !important;
}

.open .bs-searchbox input.form-control {
    font-size: 20px !important;
    color: #000000;
    border-bottom: 0px solid #000;
}

#content .about-form {
    display: none;
}

.fp-wrapper .fp-single a .fp-img canvas {
    background-size: 100% 100% !important;
}

/* .home span.footer-copyright {
    display: none;
} */

.sitemap-footer-link {
    text-decoration: underline;
    font-weight: bold;
    color: #fff;
}
span.footer-copyright {
    display: block;
    text-align: center;
}

.footer-right .footer-info .footer-sm{
    font-size: 0;
}
.footer-right .footer-info .footer-sm a{
    display: inline-block;
    font-size: 17px;
    margin: 0 0 0 10px;
}
.footer-right .footer-info .footer-sm a:first-child{
    margin: 0 0 0 0;
}
.footer-right .footer-info .footer-sm span{
    position: relative;
    font-size: inherit;
}

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

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

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

#listings-details .listings-link-navigation-main {
    background: #3a3838;
    color:#fff;
}

#listings-details .listings-link-navigation-main:hover {
    color: #3a3838;
    background:#fff;
}

#listings-details .listings-link-navigation-main:hover {
    color: #fff !important;
    background: #000 !important;
}

p#breadcrumbs,
#content .entry-title,
#content .archive-title {
    margin-left: 18px;
}

#ip-properties #content-full p#breadcrumbs, #ip-properties #content-full .entry-title {
    margin-left: 7px !important;
}

.footer-git .wpcf7-form-control-wrap {
    display: block;
}

.aiosp-content .listings-popup button[type="submit"] {
    color: #fff !important;
    background: #000 !important;
}

.listings-popup button[type="submit"]:hover {
    background: #515050 !important;
}


/*** Poup Form ***/


.aiosp-container {
    overflow: auto;
}

.aiosp-bg {
    background: rgba(0, 0, 0, 1);
    opacity: 0.9;
}



#capture-form {
    text-align: center;
    box-sizing: border-box;
    background: #fff;
    max-width: 656px;
    margin: 0 auto;
    padding: 62px 50px 22px;
    position: relative;
    display: block;
}

#capture-form .aiosp-close {
    color: #000;
    font-size: 60px!important;
    right: 10px;
    top: 10px;
    font-weight: 100;
}


.user-navigated-from-a-page-on-the-site #capture-form {
    display: none;
}


.hp-popup-container {
     position: relative;
     display: block;
}

.join-form-text {
    display: block;
}


   .join-form-text span {
    font-family: 'Spartan', sans-serif;
    font-size: 33px;
    font-weight: 400;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 50px;
   }


   .join-form-text p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    text-align: center;
    margin-top: 15px;
    line-height: 26px;
    margin-bottom: 20px;

   }


.join-form-text img {
    margin: 0 auto 30px;
    max-width: 100%;
    width: 335px;
}


 .ip-join-vip-list-input-container {
  position: relative;
}

.ip-join-vip-list-input-container input {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #222;
  width: 100%;
  height: 51px;
  border: 1px solid #ccc;
  padding-left: 16px;
  margin-bottom: 20px;
  letter-spacing: 0.65px;
}
.ip-join-vip-list-input-container input::placeholder {
  text-transform: uppercase;
}
.ip-join-vip-list-contact-submit {
  max-width: 240px;
  margin: 0 auto;
}
.ip-join-vip-list-contact-submit input {
  outline: none;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 2px solid #000;
  padding: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ip-join-vip-list-contact-submit input:hover {
  background: #000;
  color: #fff;
}
.ip-join-vip-list-cancel {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #8f8f8f;
  text-align: center;
  cursor: pointer;
  margin-bottom: 34px;
  margin-top: 10px;
}
.ip-join-vip-list-cancel:hover {
  color: #000;
}
.ip-join-vip-list-popup-form .wpcf7-response-output.wpcf7-display-none {
  bottom: -39px;
  width: 100%;
}
.ip-join-vip-list-popup-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
  margin-top: 10px;
}


.sm-wrapper .ai-font-envelope-f {
   font-size: 11px;
}

.akg-vm{
    text-align:center;
    margin: 90px 0 0;
}
.akg-vm  a{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.200em;
    text-transform: uppercase;
    display: inline-block;
    /* background: url(images/akg-arrow.png) right center no-repeat; */
    /* background: url(images/neigh-arrow.png) right center no-repeat; */
    padding: 0 44px 0 0;
    color: #2e2e2e;
    opacity: 1;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    position: relative;
}

.akg-vm a::before {
    position: absolute;
    background: url(images/spritesheet.png)no-repeat;
    content: '';
    right: 0;
    width: 33px;
    height: 9px;
    background-position: -48px -36px;
    top: 2px;
}

.akg-vm  a:hover{
    opacity: .4;
}

.about-left {
   padding-left: 60px;
}

.single-listing #inner-page-wrapper > .container {
   /* width: 1170px;
    padding: 0 15px;*/
        width: 100% !important;
    padding: 0px !important;
}

.bare-template .addtoany_share_save_container,
.bare-template .listings-top,
.bare-template #wpadminbar,
.bare-template .grecaptcha-badge {
    display:none !important;
    visibility:hidden !important;
}

.bare-template {
    overflow:hidden;
}


.neigh-vm.no-padding-top{
    padding-top: 0;

}

ul#ihf-search-location-tabs {
    margin-left: 0 !important;
}

div#post-63 .about-left {
    padding-left: 0;
}

.leaflet-top.leaflet-right {
    z-index: 400;
}

ul#ihf-sort-values {
    z-index: 9999 !important;
}

label.field-label.ihf-miscString1-label, label.field-label.ihf-mlsarea-label, label.field-label.ihf-miscString3-label {
    padding-top: 8px;
}

#ihf-main-container .checkbox {
    padding-left: 0;
}

#ihf_select_property_type_chosen .chosen-drop,
#ihf_select_property_type_chosen a.chosen-single,
#ihf_garageSpaces_chosen .chosen-drop,
#ihf_garageSpaces_chosen a.chosen-single,
#ihf_miscString2_chosen .chosen-drop,
#ihf_miscString2_chosen a.chosen-single,
#ihf_styleLike_chosen .chosen-drop,
#ihf_styleLike_chosen a.chosen-single,
#ihf_miscString4_chosen .chosen-drop,
#ihf_miscString4_chosen a.chosen-single {
    width: 27% !important;
}

#ihf_select_property_type_chosen .chosen-drop ul.chosen-results,
#ihf_garageSpaces_chosen .chosen-drop ul.chosen-results,
#ihf_miscString2_chosen .chosen-drop ul.chosen-results,
#ihf_styleLike_chosen .chosen-drop ul.chosen-results,
#ihf_miscString4_chosen .chosen-drop ul.chosen-results {
    margin-left: 0px !important;
}

#ihf_select_bedrooms_homes_chosen a.chosen-single,
#ihf_select_bedrooms_homes_chosen .chosen-drop,
#ihf_select_baths_homes_chosen a.chosen-single,
#ihf_select_baths_homes_chosen .chosen-drop {
    width: 50% !important;
}

#ihf_select_bedrooms_homes_chosen .chosen-drop ul.chosen-results, #ihf_select_baths_homes_chosen .chosen-drop ul.chosen-results {
    margin-left: 0px !important;
}
#content ul.sitemap-list li.page_item.page-item-201,
#content ul.sitemap-list li.page_item.page-item-473 {
    display: none;
}

/********fp new****/

.hpfp-wrapper h2 {
    text-align: center;
    font-size: 45px;
    letter-spacing: 0.150em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.fp-list canvas {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 330px;
}

.fp-list {
    position: relative;
}

.prop-details {
    position: absolute;
    bottom: 10%;
    color: #0e0e0e;
    left: 6%;
    padding: 15px;
    background: rgba(255,255,255,0.8);
    max-width: calc(100% - 40px);
}
span.fp-address {
    text-transform: capitalize;
    display: block;
    font-weight: 500;
    line-height: 25px;
}
span.fp-name {
    display: block;
    margin: 5px 0 14px;
    font-weight: 600;
}
.page-id-2981 .addtoany_share_save_container {
    display: none !important;
}

span.fp-price {
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.fp-bs {
    font-weight: 500;
}

.fp-bs span {
    margin-right: 10px;
}

div#hpfp-new {

    padding: 80px 0 85px;
    padding-bottom: 0;
}



/********fp new****/



#hp-neigh,
#hp-wwwe,
#hp-akg,
#hp-welcome, footer.footer{
    display: none;
}

#hp-testi,#hpfp-new{
    opacity: 0;
}

body.ihf-results-template #content-full .entry-title {
    width: 100%;
    padding: 0;
}

body.ihf-results-template p#breadcrumbs {
    margin-left: 0;
}


body.single-listing #listings-details .listings-extras > li > strong {
    min-height: 48px;
}

body.single-listing #listings-details .listings-plan span {
    font-size: 22px;
}

body.single-listing #listings-details .listings-plan > ul > li {
    font-size: 24px;
}



body.single-listing #listings-details .site-button:hover::before {
    background-color: #fff;
}

body #listings-details .listings-link-navigation-main span {
    color: #fff!important;
}

body #listings-details .listings-link-navigation-main:before {
    background: #fff;
}

body #listings-details .listings-link-navigation-main {
    border-color: #3a3838;
}

body #listings-details .listings-link-navigation-main:hover {
    border-color: #000;
}


.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    width: auto;
    line-height: 1;
    text-align: center;
    font-size: 11px;
    padding: 3px;
}

body .ai-contact-wrap span.wpcf7-not-valid-tip {
    font-size: 10px!important;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
    font-size: 11px;
}

#listings-details .listings-form div.wpcf7-response-output {
    font-size: 10px;
    margin: 10px auto 0;
}

.wpcf7-spinner {
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

body.ihf-details-template #listings-details .listings-form span.wpcf7-not-valid-tip {
    font-size: 11px;
}

body.ihf-details-template #listings-details .listings-form div.wpcf7-response-output {
    font-size: 10px;
}


body #content .contact-form div.wpcf7-response-output {
    font-size: 12px;
}

#listings-details .listings-address span.listing-name {
    color: #000;
    font-weight: 500;
    font-size: 32px;
}

.postid-46210 .listings-accordion,
.postid-46216 .listings-accordion{
    display: none!important;
}

.home-fp-prev {
	display: none !important;
}
.home-fp-arrow {
	display: block;
	position: absolute !important;
	bottom: 50px;
	font-size: 20px;
	border: 1px solid #000;
	padding: 10px;
	cursor: pointer;
	background: rgba(255,255,255,0.5);
}
.home-fp-next {
	right: 50px;
}

/*body.single-listing.postid-49917 #listings-details .listings-plan ul li {
    width: 100%;
}

body.single-listing.postid-49917 #listings-details .listings-plan > ul li:nth-child(3) > strong {
    width: 200px;
}

body.single-listing.postid-49917 #listings-details .listings-plan ul li:first-child span {
    display: none;
}

body.single-listing.postid-49917 #listings-details .listings-plan ul li:first-child > strong {
    width: 100%;
}*/



.is-checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    background: transparent;
    color: #000;
    clear: none;
    cursor: pointer;
    margin: 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    min-width: 17px;
    -webkit-transition: .05s border-color ease-in-out;
    -o-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    width: 17px;
    height: 17px;
    border: 1px solid #adacac;
    overflow: hidden;
    border-radius: 0;
    position: absolute;
    top: 2px;
    left: 0;
  }

  .is-checkbox input[type="checkbox"]:checked:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 5px;
    height: 11px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 1px 0 0 5px;
  }


  .is-checkbox input[type="checkbox"]:checked {
    border: 1px solid #000;
  }

  .is-checkbox .wpcf7-list-item-label {
    padding-left: 28px;
    display: inline-block;
    position: relative;
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.020em;
    color: #000;
  }

  .is-checkbox .wpcf7-list-item {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .is-checkbox {
    margin: 0 auto 20px;
    user-select: none;
  }

  .is-checkbox .wpcf7-list-item-label a {
    color: inherit;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    text-decoration: underline;
  }

  .is-checkbox .wpcf7-list-item-label a:hover {
    opacity: .75;
  }

  .is-checkbox.is-white input[type="checkbox"]:checked {
    border: 1px solid #fff;
  }


  .is-checkbox.is-white .wpcf7-list-item-label {
    color: #fff;
  }

  .is-checkbox.is-white input[type="checkbox"]:checked:after {
    border-color: #fff;
  }


  .wpcf7 form .wpcf7-response-output {
    margin: 10px auto 0;
    font-size: 12px;
  }

  .aiosp-wrap .aiosp-ref-\#agents-popup-form .wpcf7 form .wpcf7-response-output {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .aiosp-wrap .aiosp-ref-\#agents-popup-form form {
    position: relative;
  }

  .aiosp-wrap .aiosp-ref-\#agents-popup-form form .wpcf7-spinner {
    bottom: -20px;
  }


  .ai-default-cf7wrap + .is-checkbox {
    margin: 10px auto 0;
  }


  #listings-details .listings-form .listings-field.is-checkbox {
    margin-bottom: 0;
  }

  .is-checkbox label {
    position: relative;
}

.git-wrapper .git-fields > div.is-checkbox {
    margin-top: 10px;
}

body.page-template-default p#breadcrumbs,
body.page-template-default #content .entry-title,
body.page-template-default #content .archive-title{
    margin-left: 0;
}

body.page-id-3 p#breadcrumbs, body.page-id-3 #content .entry-title, body.page-id-3 #content .archive-title {
    margin-left: 0;
}

.aiosp-content .listings-popup .is-checkbox {
    margin: 10px auto 20px;
}

.aiosp-content .listings-popup input[type=date] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #a5a5a5;
    border-radius: 0;
    padding: 0 !important;
    color: #636363;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.aiosp-content .listings-popup .wpcf7-form-control-wrap {
    padding: 8px 0;
}

.ip-cu-partition {
    margin: 20px auto;
    width: 200px;
    height: 1px;
    background: #666;
}


.page-id-63926 .cil-iframe {
    position: relative;
    overflow: hidden;
}

.page-id-63926 .cil-iframe iframe {
    aspect-ratio: 1600 / 1200;
    min-height: 1000px;
    width: 100%;
    position: relative;
    top: -140px;
}

body.single-listing.postid-64289 #listings-details .listings-plan > ul > li:nth-child(1) span,
body.single-listing.postid-64289 #listings-details .listings-plan > ul > li:nth-child(2) span {
    display: none;
}



.fp-list[data-price="3750000"] a[href*="7634-e-diane-dr"] span.fp-name {
    font-size: 0;
}


.single-listing .wpcf7-form-control.wpcf7-select {
    line-height: 1.5;
}

.single-listing .m-form > span:not(.wpcf7-form-control-wrap, .wpcf7-spinner) {
    display: block;
    margin-top: 15px;
}
