/*
Theme Name: Brooke A Elliott - NEW HP - 2025 
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%; }

body.ihf-results-template #content-sidebar #content{
    width: 100%;
    float: none;
}
body.ihf-results-template aside.sidebar{
    display: none;
}

/* 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;
}
/* 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;
}


.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;
}

#inner-page-wrapper #aios-testimonials .aios-testimonials-lists:first-child {
    width:50%;
}

.ip-banner {
    border-bottom-right-radius: 140px;
    overflow: hidden;
}