:root {
    --font-roboto: 'Roboto', sans-serif;
    --heading-font: "Special Gothic Expanded One", sans-serif !important;
    --font-crimson-text: 'Crimson Text', serif;
    --body-font: "Special Gothic", sans-serif !important;

    --primary-color: #1f2122;
    --primary-color-dark: #0f1011;
    --primary-color-light: #8f9090;
    --primary-text-color: #171717;

    --secondary-color: #1e1f21;
    --secondary-color-dark: #0f1011;
    --secondary-color-light: #2e3031;


    --secondary-text-color: #ffffff;



    --tertiary-color: #000000;
    --accent-color: #dadada;
    --hover-color: #5c5c5c;
    --primary-text-color: #3d3d3d;
    --header-bg-color: #171717;
    --section-bg-color: #171717;
    --footer-bg-color: #171717;
    --pattern-gradient-color: rgba(23, 23, 23, 1);

    --header-logo-size: 40px;
    --header-family: "Special Gothic Expanded One", sans-serif !important;
    --header-weight: 400;
    --subtitle-logo-size: 20px;
    --subtitle-family: "Special Gothic", sans-serif !important;
    --subtitle-weight: 400;

}

.hide-pattern:before {
    background-image: none !important;
}

/** Disable all element peek on mobile */
.mobile [data-aios-animation] {
    animation: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/** End of Disable all element peek on mobile */
/* Global : BEGIN */

body {
    font-family: var(--body-font) !important;
    font-size: 16px;
    background: #FFF;
    color: var(--primary-text-color);
    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; */
}

p {
    font-size: 16px;
}

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

a {
    color: inherit;
    text-decoration: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

.site-easing {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.site-btn,
a.site-btn {
    display: inline-block;
    vertical-align: middle;
    width: 195px;
    height: 52px;
    background: var(--primary-color);
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-size: 12px;
    text-transform: uppercase;
}

.site-btn:hover,
a.site-btn:hover {
    background: var(--primary-color-dark);
}


.site-btn.is-btn-white:hover,
a.site-btn.is-btn-white:hover {
    background: var(--primary-color-dark);
    color: #ffffff;
}

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

.site-btn span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.section-title {}

.section-title h1,
.section-title h2 {
    font: 400 50px/1 var(--heading-font);
    color: #171717;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-title.is-text-white h1,
.section-title.is-text-white h2 {
    color: #ffffff;
}

.section-title.is-text-small h1,
.section-title.is-text-small h2 {
    font-size: 34px;
    letter-spacing: 0.3em;
}

.section-title h1 span,
.section-title h2 span {
    display: block;
    font: 400 20px/1 var(--heading-font);
    letter-spacing: 0.08em;
    margin-bottom: 7px;
}

#main-wrapper {
    overflow: hidden;
}

[data-aios-staggered-parent=true]:not([data-aios-reveal-mobile=true]) {
    overflow: visible;
}


/* Global : END */


/* Main Header : BEGIN */

#main-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1028;
    font-size: 0;
}

#main-header.show-fh {
    background-color: var(--primary-color);
}

#main-header.show-fh #nav>li>a {
    color: #000000;
}

#main-header,
#main-header * {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.hdr-logo {
    padding-top: 54px;
    padding-bottom: 54px;
}

#main-header.show-fh .hdr-logo {
    padding-top: 16px;
    padding-bottom: 16px;
}

.hdr-logo a {
    display: inline-block;
}

.hdr-logo a span {
    font: var(--header-weight) var(--header-logo-size)/1 var(--header-family);
    color: #ffffff;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.hdr-logo a em {
    display: block;
    font-size: var(--subtitle-logo-size);
    color: #fff;
    font-weight: var(--subtitle-weight);
    font-family: var(--subtitle-family);
    font-style: normal;
    margin-top: 8px;

}

.hdr-logo img {
    max-width: 150px;
}

.hdr-navi {
    padding-top: 67px;
    padding-bottom: 67px;
    text-align: right;
}

#main-header.show-fh .hdr-navi {
    padding-top: 50px;
    padding-bottom: 50px;
}

nav {}

#nav {}

#nav li {
    display: block;
    position: relative;
}

#nav li a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
}

#nav>li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
}

#nav>li:first-child {
    margin-left: 0;
}

#nav>li:last-child {
    margin-right: 0;
}

#nav>li>a {}

#nav>li>a::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    background: #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#nav>li:hover>a::after {
    width: 100%;
}

#nav .sub-menu {
    display: block;
    position: absolute;
    width: 100%;
    min-width: 200px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
}

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

#nav>li>.sub-menu {
    left: -150%;
    right: -150%;
    margin: auto;
    padding-top: 21px;
}

#main-header.show-fh #nav>li>.sub-menu {
    padding-top: 27px;
}

#nav li:hover>.sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

#nav .sub-menu li {}

#nav .sub-menu li a {
    padding: 10px;
    background: #ffffff;
    color: #333333;
}

#main-header.show-fh #nav .sub-menu li a {
    background: var(--primary-color);
    color: #000000;
}

#nav .sub-menu li:hover>a,
#main-header.show-fh #nav .sub-menu li:hover>a {
    background: var(--secondary-color);
    color: #ffffff;
}


/* Main Header : END */


/* Call To Action : START */

#call-to-action {
    background: #e9e9e9;
    padding: 78px 0;
    font-size: 0;
}

#call-to-action,
#call-to-action * {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.cta-holder {
    display: flex;
    flex-direction: row;
    margin: 0 -7px;
}

.cta-col {
    position: relative;
    width: calc(33.3333% - 14px);
    margin: 20px 7px;
}

.cta-col a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 343px;
    position: relative;
}

.cta-col a::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, var(--secondary-color-dark) 85%, var(--secondary-color-dark) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, var(--secondary-color-dark) 85%, var(--secondary-color-dark) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--secondary-color-dark) 85%, var(--secondary-color-dark) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--secondary-color-dark)', endColorstr='var(--secondary-color-dark)', GradientType=0);
    z-index: 2;
    opacity: 0.8;

}

.cta-col a::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 31px;
    bottom: -13px;
    z-index: 0;
    background: url(../../images/cta-shadow.png) repeat-x center top;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.cta-col a:hover::after {
    bottom: -31px;
}

.cta-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: var(--secondary-color);
}

.cta-pattern::before,
.cta-pattern::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: repeat;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.cta-pattern::before {
    background-image: url(../../images/pattern.png);
    opacity: 0.15;
}

.cta-col a:hover .cta-pattern::before {
    opacity: 0;
}

.cta-pattern::after {
    background-image: url(../../images/pattern-white.png);
    opacity: 0;
}

.cta-col a:hover .cta-pattern::after {
    opacity: 0.10;
}

.cta-txt {
    position: relative;
    text-align: center;
    z-index: 3;
}

.cta-col strong {
    display: block;
    font: 400 16px/1 var(--heading-font);
    color: #ffffff;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cta-col strong span {
    display: block;
    font: 500 25px/1 var(--heading-font);
    color: #ffffff;
    margin-top: 5px;
}

.cta-col em {
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    overflow: hidden;
    height: 0;
    opacity: 0;
}

.cta-col a:hover em {
    height: 27px;
    opacity: 1;
    transform: translateY(27px);
}

.cta-col em::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    margin-top: 13px;
}


/* Call To Action : END */


/* Communities : START */

#communities {
    background: var(--primary-color);
    position: relative;
    padding: 93px 0 110px;
    font-size: 0;
    overflow: hidden;
}

#communities::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../../images/pattern.png) var(--primary-color) repeat center center;
    opacity: 0.2;
    z-index: 1;
}

#communities::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 140%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, var(--primary-color-dark) 80%, var(--primary-color) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, var(--primary-color-dark) 80%, var(--primary-colork) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--primary-color-dark) 80%, var(--primary-color) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--primary-color-dark)', endColorstr='var(--primary-color-dark)', GradientType=0);
    z-index: 2;
    background: #000;
}

#communities .container {
    position: relative;
    z-index: 3;
}

.communities-title {
    margin-bottom: 58px;
}

.communities-title::before,
.communities-title::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 357px);
    height: 1px;
    background: var(--primary-color-dark);
    opacity: 0.4;
}

.communities-title h2 {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.3em;
    text-align: center;
    width: 714px;
    max-width: 100%;
    color: #fff !important;
}

.fc-holder {}

.fc-holder .row {
    margin: 0 -10px;
}

.fc-col {
    padding: 10px;
}

.fc-col a {
    display: block;
    position: relative;
}

.fc-img {
    position: relative;
    overflow: hidden;
}

.fc-img::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--primary-color);
    opacity: 0.1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.fc-col a:hover .fc-img::before {
    opacity: 0.82;
}

.fc-surrounding-areas .fc-img::before {
    opacity: 0;
}

.fc-surrounding-areas a:hover .fc-img::before {
    opacity: 0.5;
}

.fc-img::after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 50px);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid rgba(255, 255, 255, 0.27);
    opacity: 0;
    transform: scale(1.2);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.fc-col a:hover .fc-img::after {
    opacity: 1;
    transform: scale(1);
}

.fc-img canvas {
    display: block;
    width: 100%;
    background-color: var(--secondary-text-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fc-surrounding-areas .fc-img canvas {
    background-color: var(--primary-color-dark);
}

.fc-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fc-txt>div {
    text-align: center;
    padding: 0 23px;
}

.fc-txt span {
    font-size: 20px;
    color: #fefeff;
    line-height: 1;
    text-transform: uppercase;
}

.fc-surrounding-areas .fc-txt span {
    /* color: var( --secondary-text-color); */
}


/* Communities : END */


/* Main Footer : START */

#main-footer {
    background: var(--primary-color);
    position: relative;
    font-size: 0;
    overflow: hidden;
    z-index: 0;
}

#main-footer::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../../images/pattern.png) var(--primary-color) repeat center center;
    z-index: 1;
    opacity: 0.2;
}

#main-footer::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 160%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, var(--primary-color-dark) 80%, var(--primary-color) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, var(--primary-color-dark) 80%, var(--primary-colork) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--primary-color-dark) 80%, var(--primary-color) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--primary-color-dark)', endColorstr='var(--primary-color-dark)', GradientType=0);
    z-index: 2;
    background: #8f8f8f;
    background: #000000;
}

.ftr-top {
    position: relative;
    z-index: 3;
    padding: 90px 0 75px;
}

.ftr-left {}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ftr-logo,
a.ftr-logo {
    display: inline-block;
    margin-bottom: 22px;
}

.ftr-logo .site-logo {
    max-width: 250px;
}

.ftr-logo span {
    font: var(--header-weight) 46px/1 var(--header-family);
    color: #ffffff;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ftr-logo em {
    color: #ffffff;
    letter-spacing: 0.04em;
    display: block;
    font-size: 16px;
    font-style: normal;
    margin-top: 7px;
}

.ftr-contact-smis-brokerage {}

.ftr-contact-smis-brokerage span.sc-license {
    font-size: 16px;
    font-weight: 300;
    color: var(--secondary-text-color);
    line-height: 1;
    letter-spacing: 0.04em;
    padding-top: 18px;
    display: block;
}

.ftr-contact {
    margin-bottom: 20px;
}

.ftr-contact ul {}

.ftr-contact li {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 9px;
}

.ftr-contact a {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ftr-contact a:hover {
    color: #ffffff;
    opacity: 0.8;
}

.ftr-smis {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ftr-smis a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary-color-dark);
    color: #ffffff;
    margin-right: 10px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ftr-smis a:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}

.ftr-smis a i,
.ftr-smis a em {
    font-size: 18px;
}

.ftr-right {
    padding-top: 5px;
    padding-left: 38px;
}

.ftr-right .head-title {
    font: 400 50px/1 var(--heading-font);
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.footer-bottom {
    margin-top: 30px;
    text-align: center;
}
.footer-bottom img.footer-broker {
    max-width: 220px;
    margin: 0 auto;
}

.footernav {
    column-count: 2;
    padding: 0 10px;
}

.footernav li {
    display: block;
    margin-bottom: 16px;
}

.footernav li a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.footernav li a:hover {
    color: #ffffff;
    opacity: 0.8;

}

.ftr-middle {
    position: relative;
    z-index: 3;
}

.ftr-middle-inner {
    text-align: center;

}

.ftr-copyright {
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 23px;
}

.ftr-copyright a {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ftr-copyright a:hover {
    color: #ffffff;
    opacity: 0.8;

}

.ftr-realtors {}

.ftr-realtors i {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #fff;
    margin: 0 3px;
}

.ftr-bottom {
    position: relative;
    z-index: 3;
    padding: 43px 0 47px;
}

.ftr-disclaimer {
    font-size: 12px;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0.02em;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.33);
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    padding: 50px 0 32px;
}

.ftr-disclaimer p {
    font-size: 14px;
    padding: 10px 0;
    line-height: 1.8;
}

/* Main Footer : END */


/* Testimonials : START */

#testimonials {
    text-align: center;
    padding: 118px 0 88px;
    font-size: 0;
}

.testimonials-title {
    margin-bottom: 45px;
}

.testimonials-title::before,
.testimonials-title::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 209px);
    height: 1px;
    background: rgba(192, 192, 192, 0.7);
}

.testimonials-title h2 {
    display: inline-block;
    vertical-align: middle;
    width: 418px;
    max-width: 100%;
}

.ts-holder {
    max-width: 900px;
    margin: auto;
}

.ts-slick {
    margin-bottom: 42px;
}

.ts-slide {}

.ts-slick:not(.slick-initialized) .ts-slide {
    display: none;
}

.ts-slick:not(.slick-initialized) .ts-slide:first-child {
    display: block;
}

.ts-ratings {}

.ts-ratings i {
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    color: var(--primary-color);
    margin: 0 3px;
}

.ts-slide p {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    color: var(--primary-text-color);
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin: 30px 0 28px;
}

.ts-slide span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-text-color);
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ts-arrows {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ts-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: var(--primary-color);
    margin: 0 2px;
    cursor: pointer;
}

.ts-arrow:hover {
    background: var(--primary-color-dark);
}

.ts-arrow i {
    font-size: 10px;
    color: #ffffff;
}

.ts-prev {}

.ts-next {}


/* Testimonials : END */

body #pojo-a11y-toolbar {
    bottom: 0 !important;
    top: auto !important;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    top: auto !important;
    bottom: 0 !important;
}

#content .entry-content a {
    color: #337ab7;
    transition: all 0.35s ease-in-out;
}

#content .entry-content a:hover {
    color: #237fcf;
}

body:has(.ihf-listing-search-results) #inner-page-wrapper {
    --primary-color: #de1c27;
}

body:has(.ihf-listing-detail) #inner-page-wrapper {
    --primary-color: #de1c27;
}

/*** MAP START ***/
#communities:has(>.container.hidden) {
    background: #ffffff;
    padding: 0;
}

#communities:has(>.container.hidden)::before,
#communities:has(>.container.hidden)::after {
    opacity: 0;
}

.map-wrap {
    position: relative;
    z-index: 3;
}

.map_right_wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative
}

.map_wrap {
    width: 1600px
}

.map_wrap #map {
    width: 100%;
    position: relative
}

.map_wrap img {
    width: auto;
    max-width: 100%
}

.map_wrap .transparent {
    width: 1600px !important;
    height: 1194px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 4;
}

.map_hovers {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    pointer-events: none
}

.map_hovers div img.hoverimg {
    opacity: 0;
    transition: all .35s ease-in-out;
    position: absolute;
    transform: translateY(30px);
}

.map_hovers div.active img.hoverimg {
    opacity: 1;
    z-index: 3;
    transform: translateY(0);
}

[data-hover=map-skye-canyon] .hoverimg {
    left: 260px;
    top: 481px;
}

[data-hover=map-nellis] .hoverimg {
    left: 866px;
    top: 464px;
}

[data-hover=map-green-valley] .hoverimg {
    left: 822px;
    top: 716px;
}

[data-hover=map-downtown] .hoverimg {
    left: 662px;
    top: 646px;
}

[data-hover=map-summerlin] .hoverimg {
    left: 378px;
    top: 675px;
}

[data-hover=map-henderson] .hoverimg {
    left: 985px;
    top: 659px;
}

[data-hover=map-aliante] .hoverimg {
    left: 584px;
    top: 434px;
}

[data-hover=map-spring-valley] .hoverimg {
    left: 541px;
    top: 711px;
}

[data-hover=map-harry-reid] .hoverimg {
    left: 925px;
    top: 648px;
}

[data-hover=map-southern-highlands] .hoverimg {
    left: 605px;
    top: 805px;
}

.map-txt-wrap {
    position: absolute;
    transform: translateY(25px);
    transition: all .35s ease-in-out;
}

.maphover.active .map-txt-wrap {
    transform: translateY(-8px);
    z-index: 3;
}

.map-txt-wrap::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 17px;
    top: -20px;
    left: 35%;
    transform: translateX(-50%);
    background: url(../../../frontend/images/map/map-area-bullet.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.map-txt-wrap span {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.04em;
    line-height: 1.231;
    display: block;
    -webkit-transform: matrix(0.33766555449497, -0.06216115540183, 0.06170690766066, 0.35158178902661, 0, 0) scale(2.4);
    font-family: var(--header-family);
    text-transform: uppercase;
    text-align: center;
}

[data-hover=map-skye-canyon] .map-txt-wrap {
    left: 432px;
    top: 606px;
}

[data-hover=map-aliante] .map-txt-wrap {
    left: 719px;
    top: 549px;
}

[data-hover=map-downtown] .map-txt-wrap {
    left: 750px;
    top: 690px;
}

[data-hover=map-nellis] .map-txt-wrap {
    left: 1019px;
    top: 591px;
}

[data-hover=map-summerlin] .map-txt-wrap {
    left: 450px;
    top: 750px;
}

[data-hover=map-southern-highlands] .map-txt-wrap {
    left: 702px;
    top: 911px;
}

[data-hover=map-spring-valley] .map-txt-wrap {
    left: 658px;
    top: 798px;
}

[data-hover=map-harry-reid] .map-txt-wrap {
    left: 1018px;
    top: 734px;
}

[data-hover=map-green-valley] .map-txt-wrap {
    left: 871px;
    top: 836px;
}

[data-hover=map-henderson] .map-txt-wrap {
    left: 1171px;
    top: 833px;
}

.map-text-wrap {
    position: absolute;
    justify-content: space-between;
    padding-top: 115px;
    padding-top: 7.19vw;
    padding-left: 135px;
    padding-left: 8.44vw;
    padding-right: 124px;
    padding-right: 7.75vw;
    display: flex;
    flex-flow: wrap;
    width: 100%;
    z-index: 5;
}

.map-title h2 {
    font-size: 45px;
    font-size: 2.81vw;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 30px;
    padding-bottom: max(1.88vw, 20px);
}

.map-title h2::before {
    background: #c2c2c2;
    position: absolute;
    content: '';
    width: 72px;
    width: max(4.5vw, 50px);
    height: 1px;
    left: 0;
    bottom: 0;
}

.map-title-desc-wrap {
    width: 37%;
}

.map-desc {
    margin-top: 35px;
    margin-top: max(2.19vw, 25px);
}

.map-desc p {
    font-size: 18px;
    /* font-size: max(1vw, 12px); */
    color: #000000;
    line-height: 2.188;
    letter-spacing: 0.04em;
}

.map-list-wrap {
    width: 57.42%;
    margin-top: -15px;
}

.map-list-wrap ul {
    column-count: 2;
    column-gap: 18px;
    column-gap: 1.13vw;
}

.map-list-wrap ul li {
    margin-bottom: 6px;
    margin-bottom: 0.38vw;
    position: relative;
}

.map-list-wrap ul li a {
    font-size: 18px;
    font-size: 1.13vw;
    line-height: 1.333;
    text-transform: uppercase;
    transition: all .35s ease-in-out;
    letter-spacing: 0.04em;
    display: block;
    padding: 10px 0;
    padding-left: 48px;
    padding-left: 3vw;
}

.map-list-wrap ul li a::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    width: 1.5vw;
    height: 1.5vw;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    transition: all .35s ease-in-out;
    background: url(../../../frontend/images/map/map-list-bullet.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.map-list-wrap ul li a:hover,
.map-list-wrap ul li.active a {
    background: var(--secondary-color);
    color: #ffffff;
}

.map-list-wrap ul li a:hover::before,
.map-list-wrap ul li.active a::before {
    filter: invert(1);
}

.map-compass {
    position: absolute;
    left: -67px;
    left: -4.19vw;
    top: 255px;
    top: 15.94vw;
    width: 366px;
    width: 22.88vw;
    height: auto;
    opacity: 10%;
}

.page-template-template-map #inner-page-wrapper .custom-container {
    width: 100%;
    padding: 0;
}

.page-template-template-map #inner-page-wrapper #breadcrumbs {
    margin-top: -40px;
    padding-left: 8.44vw;
}

/*** MAP END ***/

body #pojo-a11y-toolbar {
  bottom:0 !important;
  top: auto !important;
}
body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
  top:auto !important;
  bottom:0 !important;
}
button:focus-visible, a:focus-visible {
  outline-style: solid !important;
  outline-width: 5px !important;
  outline-color: red !important;
  transition: none !important;
}

/* High contrast and Negative contrast break canvas elements with backgrounds */
#pojo-a11y-toolbar .pojo-a11y-btn-high-contrast,
#pojo-a11y-toolbar .pojo-a11y-btn-negative-contrast,
#pojo-a11y-toolbar .pojo-a11y-btn-light-background,
#pojo-a11y-toolbar .pojo-a11y-btn-grayscale {
  display:none !important;
}
#ihf-main-container .modal-header{
    background: var(--secondary-color) !important;
}
#ihf-main-container .modal-body .btn-primary{
    background: var(--secondary-color) !important;
}
.post-page-contact #ihf-main-container .btn-primary{
    background-color: var(--secondary-color) !important;
}
#agents-results .agents-contact{
    justify-content: center;
}
.aiosp-wrap .aiosp-ref-\#agents-popup-form input[type=submit]:hover {
    color: var(--secondary-color) !important
}
.error-page-content-wrapper .use-floating-validation-tip .wpcf7-not-valid-tip{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    width: max-content;
}
.error-page-content-wrapper .wpcf7 form .wpcf7-response-output{
    text-align: center
}
.post-page-search #ihf-main-search-form #ihf-search-location-tab .col-xs-12{
    padding-left: 0;
}
.post-page-search #ihf-main-search-form .btn-primary{
    background: var(--secondary-color) !important;
}
.post-page-search #ihf-main-container .btn-primary.areaPickerExpandAllTopBar{
    height: 50px;
}
.post-page-search #areaPickerExpandAll #areaPickerClearAll .glyphicon{
    color: #ffffff !important;
}
body.pojo-a11y-readable-font [class*=ai-font-]{
    font-family: agentimage !important;
}
/******************************************************* * * Mobile styles and other media queries * *******************************************************/

@media (min-width: 768px) {
    .container-expander {
        margin-left: calc((100vw - 720px) / -2);
        margin-right: calc((100vw - 720px) / -2);
    }
}

@media (min-width: 992px) {
    .container-expander {
        margin-left: calc((100vw - 940px) / -2);
        margin-right: calc((100vw - 940px) / -2);
    }

    .navi li a {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .container-expander {
        margin-left: calc((100vw - 1140px) / -2);
        margin-right: calc((100vw - 1140px) / -2);
    }
}

@media only screen and (min-width: 1366px) {
    .custom-container {
        width: 1330px;
    }

    .container-expander {
        margin-left: calc((100vw - 1300px) / -2);
        margin-right: calc((100vw - 1300px) / -2);
    }

    .navi>li {
        margin: 0 22px;
    }

    .hdr-logo a span {
        font: var(--header-weight) var(--header-logo-size)/1 var(--header-family);
    }
}

@media only screen and (min-width: 1500px) {
    .custom-container {
        width: 1480px;
    }

    .container-expander {
        margin-left: calc((100vw - 1465px) / -2);
        margin-right: calc((100vw - 1465px) / -2);
    }
}

@media only screen and (max-width: 1365px) {
    #main-header {}

    .hdr-logo a span {
        font-size: 34px;
    }

    .hdr-navi {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    #nav>li {
        margin: 0 8px;
    }
}


/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */

@media only screen and (max-width: 1199px) {
    #main-header {}

    .hdr-logo a span {
        font-size: 26px;
    }

    .hdr-navi {
        padding-top: 61.5px;
        padding-bottom: 61.5px;
    }

    #nav li a {
        font-size: 12.5px;
    }

    #nav>li {
        margin: 0 3px;
    }

    #call-to-action {}

    .cta-col a {
        height: 300px;
    }

    .cta-col strong span {
        font-size: 28px;
    }

    #main-footer {}

    .ftr-logo span {
        font-size: 42px;
    }
    .ftr-contact li,
    .footernav li a {
        font-size: 18px;
    }
}


/* iPad(portrait) | Galaxy Tab 4(portrait)  */

@media only screen and (max-width: 991px) {

    .amh-header-buttons,
    .amh-navigation {
        background: var(--primary-color) !important;
        color: var(--secondary-text-color);
    }

    .amh-navigation .amh-menu li {
        border-color: var(--primary-color-dark) !important;
    }

    .amh-navigation .amh-menu li ul {
        background: var(--primary-color-dark) !important;
    }

    .amh-navigation .amh-menu li a {
        color: var(--secondary-text-color) !important;
    }

    .amh-navigation .amh-menu li:hover>a,
    .amh-navigation .amh-menu li.open>a {
        background: var(--primary-color-dark) !important;
    }

    #main-header {
        z-index: 5;
    }

    #main-wrapper {
        padding-top: 52px;
    }

    #main-header {
        position: relative;
        background: var(--primary-color);
        text-align: center;
    }

    #call-to-action {}

    .cta-holder {
        flex-direction: column;
    }

    .cta-col {
        width: 100%;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    #main-footer {}

    .ftr-top {
        text-align: center;
    }

    .footer-top {
        flex-flow: column;
    }

    .ftr-smis {
        justify-content: center;
    }

    .ftr-contact-smis-brokerage img {
        margin: 20px auto 0;
    }

    .ftr-contact-smis-brokerage span.sc-license {
        padding-bottom: 50px;
    }

    .ftr-right {
        padding-top: 40px;
        padding-left: 15px;
    }

    .footernav {
        column-count: 1;
    }

    .ftr-disclaimer {
        margin: 0;
    }

    #testimonials {}

    .testimonials-title::before,
    .testimonials-title::after {
        display: none;
    }

    #communities {
        padding: 70px 15px !important;
    }

    .map-text-wrap {
        position: relative;
        padding: 0;
        display: block;
    }

    .map-title-desc-wrap,
    .map-list-wrap {
        width: 100%;
    }

    .map-title h2 {
        padding-bottom: 30px;
        text-align: center;
        font-size: 40px;
    }

    .map-title h2::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .map-desc {
        max-width: 500px;
        margin: 25px auto 25px;
    }

    .map-desc p {
        text-align: center;
        font-size: 15px;
    }

    .map-list-wrap ul li a {
        font-size: 16px;
        padding-left: 45px;
    }

    .map-list-wrap ul li a::before {
        width: 24px;
        height: 24px;
    }

    .map-list-wrap ul {
        column-count: 1;
        width: 100%;
        max-width: 345px;
        margin: auto;
    }

    .map-compass {
        width: 225px;
    }

    .page-template-template-map #inner-page-wrapper .custom-container {
        padding: 0 15px;
    }

    .page-template-template-map #inner-page-wrapper #breadcrumbs {
        margin-top: 20px;
        padding-left: 0;
    }
    #pojo-a11y-toolbar {
        display:none;
    }

    #content #agents-results .agents-button{
        margin-right: auto;
    }

}


/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */

@media only screen and (max-width: 767px) {}


/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */

@media only screen and (max-width: 480px) {

    .section-title.is-text-small h1,
    .section-title.is-text-small h2 {
        font-size: 24px;
    }


    .ftr-right .head-title {
        font-size: 40px;
    }

    #main-header {}

    .hdr-logo {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .hdr-logo a span {
        font-size: 22px;
    }

    .map-title h2 {
        font-size: 30px;
    }
    .ftr-contact li {
        font-size: 16px;
        letter-spacing: 0.05em;
    }
    #aios-testimonials.aios-testimonials-page h1{
        font-size: 28px !important;
    }
}