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

TABLE OF CONTENTS

1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/
@font-face {
    font-family: 'Agency FB';
    src: url("./fonts/AgencyFB-Bold.woff2") format("woff2"), url("./fonts/AgencyFB-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AgencyFB';
    src: url("./fonts/AgencyFB.woff2") format("woff2"), url("./fonts/AgencyFB.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-font: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    --heading-font: "times new roman", times;
    --primary-color: #000;
    --site-transition: all .4s ease;
}

/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/
/* Sub Menu */
#nav li {
    position: relative;
    display: block;
}

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

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

#nav a {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .120em;
    text-transform: uppercase;
    color: #fff;
    display: block;
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

#nav>li>a {
    position: relative;
    text-shadow: 0 2px 3px rgba(0,0,0,.50);
}

#nav>li>a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    width: 0;
    margin: 0 auto;
    height: 2px;
    background: #fff;
    opacity: 0;
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

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

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    padding: 0;
    position: absolute;
    width: 100%;
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
    min-width: 200px;
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

#nav>li>.sub-menu {
    left: 50%;
    -webkit-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
    padding-top: 20px;
}

#nav .sub-menu a {
    color: #fff;
    display: block;
    padding: 10px;
    background: #000;
    text-align: center;
}

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

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

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

#nav>li:hover>.sub-menu {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#nav .sub-menu li {
    position: relative;
    margin-bottom: 1px;
}

#nav .sub-menu li:last-child {
    margin-bottom: 0;
}

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

#bm-nav>li {
    margin-bottom: 18px;
}

#bm-nav>li:last-child {
    margin-bottom: 0 !important;
}

#bm-nav a {
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

#bm-nav a:hover {
    color: #afafaf;
}

#bm-nav>li>a {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .050em;
    display: inline-block;
    margin-bottom: 19px;
}

#bm-nav .sub-menu {
    display: block;
    padding-left: 20px;
    padding-bottom: 29px;
}

#bm-nav .sub-menu li {
    margin-bottom: 10px;
}

#bm-nav .sub-menu li:last-child {
    margin-bottom: 0 !important;
}

#bm-nav .sub-menu a {
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    color: #919191;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-left: 10px;
}

#bm-nav .sub-menu a:hover {
    color: #fff;
}

#bm-nav .sub-menu a::before {
    content: '';
    position: absolute;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 4px;
    height: 4px;
    border: 1px solid #919191;
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/
/* Global */
body {
    font-family: var(--primary-font);
    font-size: 16px;
    background: #FFF;
    color: #555555;
    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; */
}

#main-wrapper {
    overflow: hidden;
}

.section {
    font-size: 0;
}

.section-title small, .section-title h2, .section-title h1 {
    text-transform: uppercase;
}

.section-title small {
    display: block;
    font-size: 25px;
    color: #898989;
    letter-spacing: .1em;
    /*margin-bottom: 23px;*/
    margin-bottom: 6px;
}

.section-title h1, .section-title h2 {
    font-size: 70px;
    color: #555555;
    letter-spacing: .050em;
    font-family: var(--heading-font);
}

.site-btn {
    display: inline-block;
    position: relative;
    padding: 22px 60px;
    border: 2px solid var(--primary-color);
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

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

.site-btn span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--primary-color);
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

.site-btn:hover span {
    color: #fff;
}

.site-btn-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 2px solid var(--primary-color);
    display: block;
    width: 100%;
    max-width: 277px;
    height: 62px;
    font-size: 14px;
    color: #000;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: .1em;
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
    margin: 0 auto;
}

.site-btn-submit:hover {
    background: var(--primary-color);
    color: #fff;
}

.bm-open {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: transparent;
    width: 28px;
    padding: 0;
}

.bm-open em {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

.bm-open em:last-child {
    margin-top: 5px;
}

.bm-open:hover em {
    background: #afafaf;
}

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

/* main header */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    font-size: 0;
    padding: 32px 0;
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

.main-header.scrolled {
    background: var(--primary-color);
    padding: 15.5px 0;
}

.main-header .mh-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-header .mh-logo img {
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
    max-width: 270px;
    height: auto;
}

.main-header.scrolled .mh-logo img {
    max-width: 185px;
}

.main-header .mh-right {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 70%;
}

.main-header .mh-nav, .main-header .mh-contact-holder {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 23px;
}

.main-header .mh-nav {
    padding-left: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.main-header .mh-contact-holder {
    padding-right: 0 !important;
}

.main-header .mh-contact li {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    letter-spacing: .120em;
    margin-right: 18px;
    text-shadow: 0 2px 3px rgba(0,0,0,.50);
}

.main-header .mh-contact li:last-child {
    margin-right: 0 !important;
}

.main-header .mh-contact a {
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

.main-header .mh-contact a:hover {
    color: #afafaf;
}

.main-header .bm-open {
    margin-left: 24px;
    margin-bottom: 2px;
}

/* end of main header */
/* burger menu */
.bm-bd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    display: none;
    pointer-events: none;
}

.bm-bd.bm-active {
    pointer-events: auto;
    display: block;
}

.bm {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 397px;
    background: var(--primary-color);
    z-index: 501;
    font-size: 0;
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.bm.bm-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.bm .bm-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 56px 55px 47px 55px;
}

.bm .bm-close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: transparent;
    outline: none;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    position: absolute;
    top: 61px;
    right: 44px;
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

.bm .bm-close:hover {
    color: #afafaf;
}

.bm .bm-title {
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .050em;
    margin-bottom: 40px;
    font-family: var(--heading-font);
}

.bm .bm-contact-holder {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 50px;
    margin-top: 45px;
}

.bm .bm-contact-list {
    list-style: none;
    margin: 0;
}

.bm .bm-contact {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .050em;
    color: #fff;
    margin-bottom: 9px;
}

.bm .bm-contact:last-child {
    margin-bottom: 0 !important;
}

.bm .bm-contact a {
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

.bm .bm-contact a:hover {
    color: #afafaf;
}

.bm .bm-contact span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    margin-right: 8px;
}

.bm .bm-contact.bm-email span {
    font-size: 12px;
}

/* end burger menu */
/* HP: hero */
.hp-hero {
    position: relative;
}

.hp-hero .slideshow {
    position: relative;
}

.hp-hero .slideshow::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000;
    opacity: 0;
}

/* end of HP: hero */
/* HP: welcome */
.hp-welcome .wc-left, .hp-welcome .wc-right {
    display: inline-block;
    vertical-align: top;
}

.hp-welcome .wc-left {
    width: 37.14%;
}

.hp-welcome .wc-photo {
    margin-left: calc((1415px - 100vw) / 2);
    height: 100%;
}

.hp-welcome .wc-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: right;
}

.hp-welcome .wc-right {
    width: 62.86%;
    padding: 60px 0 0 100px;
}

.hp-welcome .wc-title {
    margin-bottom: 44px;
}

.hp-welcome .wc-title h1 {
    font-size: 50px;
}
.hp-welcome .section-title small {
    display: none;
}

.hp-welcome .wc-text {
    font-size: 16px;
    font-weight: 400;
    /* letter-spacing: .050em; */
    color: #555555;
    line-height: 28px;
}

.hp-welcome .wc-text-main {
    font-size: 17px;
    margin-bottom: 33px;
}

.hp-welcome .wc-btn {
    margin-top: 30px;
}

/* end of HP: welcome */
/* HP: featured properties */
.hp-fp {
    position: relative;
    padding: 79px 0 50px;
}

.hp-fp::before, .hp-fp::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hp-fp::before {
    background-image: url("./images/bg-fp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .06;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 76%;
}

.hp-fp::after {
    background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(75%, transparent)), -webkit-gradient(linear, left bottom, left top, from(white), color-stop(75%, transparent)), -webkit-gradient(linear, left bottom, left top, from(white), color-stop(75%, transparent)), -webkit-gradient(linear, left bottom, left top, from(white), color-stop(75%, transparent));
    background: linear-gradient(to top, white, transparent 75%), linear-gradient(to top, white, transparent 75%), linear-gradient(to top, white, transparent 75%), linear-gradient(to top, white, transparent 75%);
}

.hp-fp>.container {
    position: relative;
    z-index: 5;
}

.hp-fp .fp-title {
    margin-bottom: 68px;
}

.hp-fp .fp-title small {
    display: block;
    margin-bottom: 6px;
}

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

.hp-fp .fp-img {
    position: relative;
}

.hp-fp .fp-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hp-fp .fp-details-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
    text-align: center;
    padding: 39px 0 28px;
}

.hp-fp a:hover .fp-details-holder {
    padding: 86px 0 71px;
    background-color: rgba(0, 0, 0, 0.8);
}

.hp-fp .fp-details {
    color: #fff;
    position: relative;
}

.hp-fp .fp-details p {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
}

.hp-fp .fp-price, .hp-fp .fp-link {
    position: absolute;
    width: 100%;
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
    opacity: 0;
}

.hp-fp .fp-price {
    top: 0;
}

.hp-fp .fp-link {
    bottom: 0;
}

.hp-fp a:hover .fp-price, .hp-fp a:hover .fp-link {
    opacity: 1;
}

.hp-fp a:hover .fp-price {
    top: -35px;
}

.hp-fp a:hover .fp-link {
    bottom: -44px;
}

.hp-fp p.fp-address {
    text-transform: uppercase;
}

.hp-fp small.fp-address {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .050em;
    display: block;
    margin-top: 8px;
}

.hp-fp .fp-link {
    font-weight: 400;
    font-size: 11px;
    letter-spacing: .2em;
    text-transform: uppercase;
    display: block;
    padding-bottom: 4px;
}

.hp-fp .fp-link::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 96px;
    height: 1px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* end of HP: featured properties */
/* HP: CTA */
.hp-cta {
    position: relative;
    padding: 109px 0;
}

.hp-cta::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("./images/bg-cta.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .06;
}

.hp-cta>.container {
    position: relative;
    z-index: 5;
}

.hp-cta .cta-inner {
    margin: 0 -24px;
}

.hp-cta .cta-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    width: 50%;
    padding: 0 24px;
}

.hp-cta .cta-img {
    width: 49.26%;
    position: relative;
}

.hp-cta .cta-img a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.hp-cta .cta-img a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000;
    opacity: 0;
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

.hp-cta .cta-img a:hover::after {
    opacity: .30;
}

.hp-cta .cta-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
    height: 100%;
    min-height: 398px;
}

.hp-cta .cta-img a:hover canvas {
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
}

.hp-cta .cta-content {
    width: 50.74%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 49px;
    background: #fff;
}

.hp-cta .cta-content-inner {
    width: 100%;
}

.hp-cta .cta-title {
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    max-width: 172px;
    margin-bottom: 9px;
    line-height: 47px;
}

.hp-cta .cta-title a {
    color: var(--primary-color);
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

.hp-cta .cta-title a:hover {
    color: #555555;
}

.hp-cta .cta-excerp {
    font-weight: 400;
    font-size: 16px;
    /*letter-spacing: .020em;*/
    line-height: 23px;
    color: #555555;
    max-width: 242px;
}

.hp-cta .cta-btn {
    margin-top: 32px;
    padding: 14px 33.5px;
}

/* end of HP: CTA */
/* HP: sold listings */
.hp-sl {
    position: relative;
    padding: 91px 0 0;
}

.hp-sl .sl-title {
    margin-bottom: 79px;
}

.hp-sl .sl-title small {
    margin-bottom: 8px;
}

.hp-sl .sl-box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1518px;
    margin: 0 auto;
}

.hp-sl .sl-box {
    width: calc(100% / 3);
}

.hp-sl .sl-box:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.hp-sl .sl-box:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.hp-sl .sl-box:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.hp-sl .sl-box:nth-child(4) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.hp-sl .sl-box:nth-child(5) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.hp-sl .sl-box:nth-child(6) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hp-sl .sl-btn {
    padding: 14px 47px;
}

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

.hp-sl .sl-img {
    position: relative;
}

.hp-sl .sl-img::before, .hp-sl .sl-img::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hp-sl .sl-img::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(50%, transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 50%);
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
    opacity: 0;
}

.hp-sl .sl-img::before {
    z-index: 2;
    background: #000;
    opacity: .40;
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

.hp-sl a:hover .sl-img::after {
    opacity: 1;
}

.hp-sl a:hover .sl-img::before {
    opacity: 0;
}

.hp-sl .sl-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hp-sl .sl-details-holder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 33px;
    width: 100%;
    z-index: 3;
    text-align: center;
}

.hp-sl .sl-details {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    line-height: 26px;
}

.hp-sl .sl-details h3 {
    text-transform: uppercase;
}

.hp-sl .sl-details p {
    font-weight: 400;
    font-size: 16px;
}

/* end HP: sold listings */
/* HP: testimonials */
.hp-testi {
    padding: 135px 0 15px;
}

.hp-testi .testi-left, .hp-testi .testi-right {
    display: inline-block;
    vertical-align: top;
}

.hp-testi .testi-left {
    width: 45.71%;
    padding-right: 70px;
}

.hp-testi .testi-title {
    padding-left: 69px;
    margin-bottom: 33px;
    margin-top: 36px;
}

.hp-testi .testi-title h2 {
    display: inline-block;
    position: relative;
}

.hp-testi .testi-title-accent::after {
    content: '';
    display: block;
    position: absolute;
    right: calc(100% + 40px);
    width: 100vw;
    height: 192px;
    border: 2px solid var(--primary-color);
    border-left: 0;
    border-bottom: 0;
    top: -59px;
}

.hp-testi .testi-preview-wrapper {
    padding-left: 147px;
}

.hp-testi .testi-preview-slider .slick-list {
    padding: 0 0 !important;
}

.hp-testi .testi-preview-item {
    padding: 22px 0;
    min-height: 332px;
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

.hp-testi .testi-preview-item a {
    display: inline-block;
    position: relative;
    padding-left: 51px;
}

.hp-testi .testi-preview-item a::before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 27px;
    height: 21px;
    background-image: url("./images/icon-quote.png");
    background-repeat: no-repeat;
    background-position: center;
}

.hp-testi .testi-preview-item p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .020em;
    color: #525252;
    line-height: 25px;
}

.hp-testi .testi-preview-item span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #242424;
    text-transform: uppercase;
    letter-spacing: .040em;
    margin-top: 23px;
}

.hp-testi .testi-right {
    width: 54.28%;
}

.hp-testi .testi-img {
    margin-right: calc((1400px - 100vw) / 2);
}

.hp-testi .testi-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hp-testi .testi-quote {
    display: block;
    margin-bottom: 51px;
}

.hp-testi .testi-slider-wrap {
    margin-top: -62px;
    position: relative;
    z-index: 2;
    padding-left: 72px;
    padding-right: 106px;
}

.hp-testi .testi-slider {
    margin: 0 -15px;
}

.hp-testi .testi-item {
    padding: 0 15px;
}

.hp-testi .testi-item p, .hp-testi .testi-item span {
    color: #525252;
    font-size: 15px;
    letter-spacing: .020em;
    line-height: 26px;
    font-weight: 700;
}

.hp-testi .testi-item span {
    display: block;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    margin-top: 15px;
}

.hp-testi .slick-dots {
    padding-left: 15px;
    margin-top: 97px;
}

.hp-testi .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 9px;
}

.hp-testi .slick-dots li:last-child {
    margin-right: 0 !important;
}

.hp-testi .slick-dots button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background-color: var(--primary-color);
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
    width: 100%;
    height: 100%;
    opacity: .10;
    border-radius: 50%;
    padding: 0;
}

.hp-testi .slick-dots li.slick-active button {
    background: var(--primary-color);
    opacity: 1;
}

/* end HP: testimonials */
/* HP: get in touch */
.hp-git {
    position: relative;
    padding: 107px 0 107px;
    background-image: url("./images/bg-git.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hp-git::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("./images/git-overlay.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hp-git>.container {
    position: relative;
    z-index: 5;
}

.hp-git .git-wrapper {
    margin-right: -15px;
}

.hp-git .git-title {
    margin-bottom: 9px;
}

.hp-git .git-title small {
    margin-bottom: 9px;
}

.hp-git .git-text {
    text-align: center;
    margin-bottom: 49px;
}

.hp-git .git-text p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .020em;
    line-height: 24px;
    color: #000;
}

.hp-git .git-form form {
    display: block;
    position: relative;
    padding-bottom: 29px;
}

.hp-git .git-field-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hp-git .git-field {
    margin-bottom: 11px;
}

.hp-git .git-field-sm {
    width: calc((100% - 8px) / 2);
}

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

.hp-git .wpcf7-not-valid-tip {
    width: auto;
    display: block;
    font-size: 13px;
}

.hp-git .git-field input, .hp-git .git-field textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: block;
    width: 100%;
    height: 44px;
    border: 2px solid var(--primary-color);
    font-size: 13px;
    letter-spacing: .060em;
    color: #393939;
    padding: 0 15px;
    background: transparent;
}

.hp-git .git-field textarea {
    height: 164px;
    resize: none;
    padding-top: 23px;
}

.hp-git .git-form input[type="submit"] {
    margin-top: 51px;
}

.hp-git .wpcf7-response-output {
    margin: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 13px;
    text-align: center;
    color: #000;
}

/* end HP: get in touch */
/* main footer */
.main-footer {
    font-size: 0;
    background: #222222;
    padding: 74px 0 78px;
}

.main-footer .mf-logo-holder {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 0 70px;
    margin-bottom: 68px;
}

.main-footer .mf-logo a {
    display: flex;
    justify-content: center;
    margin: 0 -4%;
}

.main-footer .mf-logo img {
    /* width: 100%; */
    /* max-width: 639px; */
}

.main-footer .mf-bottom h3 {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--heading-font);
}

.main-footer .mf-contact-holder h3 {
    margin-bottom: 43px;
}

.main-footer .mf-contact-col {
    display: inline-block;
    vertical-align: top;
    max-width: 249px;
    margin-right: 33px;
}

.main-footer .mf-contact-col:last-child {
    margin-right: 0 !important;
}

.main-footer .mf-contact-col:nth-child(3) {
    margin-right: 56px;
}

.main-footer .mf-contact {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .040em;
    color: #c3c3c3;
    position: relative;
    padding-left: 36px;
    margin-bottom: 21px;
}

.main-footer .mf-contact a {
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

.main-footer .mf-contact a:hover {
    color: #fff;
}

.main-footer .mf-address {
    line-height: 32px;
    margin-top: -7px;
}

.main-footer .mf-contact span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #fff;
}

.main-footer .mf-email .ai-font-envelope {
    font-size: 10px;
}

.main-footer .mf-address .ai-font-location-c {
    font-size: 21px;
    top: 6px;
}

.main-footer .mf-smi a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 31px;
}

.main-footer .mf-smi a:last-child {
    margin-right: 0 !important;
}

.main-footer .mf-smi span {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

.main-footer .mf-smi a:hover span {
    color: #afafaf;
}

.main-footer .mf-sitemap {
    padding-right: 0;
    padding-left: 28px;
}

.main-footer .mf-sitemap h3 {
    margin-bottom: 44px;
}

.main-footer .footernav li {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
    margin-bottom: 19px;
}

.main-footer .footernav a {
    font-size: 15px;
    font-weight: 400;
    color: #c3c3c3;
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

.main-footer .footernav a:hover {
    color: #fff;
}

.main-footer .mf-disc {
    margin-bottom: 30px;
    margin-top: 14px;
}

.main-footer .mf-disc p {
    /* font-family: 'Sora', sans-serif; */
    letter-spacing: .020em;
    font-size: 13px;
    color: #838383;
    line-height: 20px;
}

.main-footer .mf-copyright p {
    font-weight: 400;
    font-size: 13px;
    color: #c3c3c3;
    line-height: 20px;
    letter-spacing: .020em;
}

.main-footer .mf-copyright a {
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

.main-footer .mf-copyright a:hover {
    color: #fff;
}

.main-footer .mf-brokerage {
    text-align: right;
}

.main-footer .mf-brokerage span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #c3c3c3;
    margin-right: 7px;
}

.main-footer .mf-brokerage span:last-child {
    margin-right: 0 !important;
}

/* end of main footer */
/*******************************************************
 *
 * 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, 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%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.ip-banner h1 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

.ip-banner h1 span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01em;
}

/* Adjust minimum height of page area */
#content-sidebar, #content-full {
    min-height: 500px;
    margin-top: 20px;
}

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

#content-full #content {
    width: 100%;
}

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

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
    margin-left: -15px;
    margin-right: -15px;
}

/* Adjust line height of page elements */
#content h4, aside h4, #content p, aside p, #content blockquote, aside blockquote, #content ul, aside ul, #content fieldset, aside fieldset, #content form, aside form, #content ol, aside ol, #content dl, aside dl, #content dir, aside dir, #content menu, aside menu {
    line-height: 1.7;
}

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title, #content .archive-title {
    font-size: 50px;
    color: #555555;
    letter-spacing: .050em;
    font-family: var(--heading-font);
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    font-size: 20px;
    color: #555555;
    letter-spacing: .050em;
    font-family: var(--heading-font);
    text-transform: uppercase;
    font-weight: 400;
}

#content .entry {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .050em;
    color: #555555;
    line-height: 28px;
}

/* sidebar contact info */
.sb-contact-info {
    background: var(--primary-color);
    font-size: 0;
    padding: 35px 15px;
    margin-top: 19px;
}

.sb-contact-info .sb-logo {
    margin-bottom: 24px;
}

.sb-contact-info .sb-logo img {
    width: 100%;
}

.sb-contact-info .sb-contact-list {
    list-style: none;
    margin: 0 !important;
}

.sb-contact-info .sb-contact {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .040em;
    color: #c3c3c3;
    position: relative;
    padding-left: 25px;
    margin-bottom: 21px;
}

.sb-contact-info .sb-contact a {
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

.sb-contact-info .sb-contact a:hover {
    color: #fff;
}

.sb-contact-info .sb-contact span {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 13px;
    color: #fff;
}

.sb-contact-info .sb-email .ai-font-envelope {
    font-size: 10px;
}

.sb-contact-info .sb-address .ai-font-location-c {
    font-size: 21px;
}

.sb-contact-info .sb-smi {
    text-align: center;
}

.sb-contact-info .sb-smi a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.sb-contact-info .sb-smi a:last-child {
    margin-right: 0 !important;
}

.sb-contact-info .sb-smi span {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

.sb-contact-info .sb-smi a:hover span {
    color: #afafaf;
}

/* end of sidebar contact info */
/* sidebar cta */
.sb-cta {
    margin-top: 35px;
}

.sb-cta .cta-item {
    width: 100%;
    margin-bottom: 24px;
}

.sb-cta .cta-img {
    position: relative;
}

.sb-cta .cta-img a {
    display: block;
    position: relative;
    overflow: hidden;
}

.sb-cta .cta-img a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000;
    opacity: 0;
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

.sb-cta .cta-img a:hover::after {
    opacity: .30;
}

.sb-cta .cta-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

.sb-cta .cta-img a:hover canvas {
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
}

.sb-cta .cta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 15px;
    background: #fff;
    text-align: center;
}

.sb-cta .cta-content-inner {
    width: 100%;
}

.sb-cta .cta-title {
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 28px;
    text-transform: uppercase;
    max-width: unset;
    margin-bottom: 14px;
    margin: 0;
    line-height: 1;
}

.sb-cta .cta-title a {
    color: var(--primary-color);
    -webkit-transition: var(--site-transition);
    transition: var(--site-transition);
}

.sb-cta .cta-title a:hover {
    color: #555555;
}

.sb-cta .cta-excerp {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .020em;
    line-height: 19px;
    color: #555555;
}

.sb-cta .cta-btn {
    margin-top: 32px;
    padding: 14px 33.5px;
}

/* end of sidebar cta */

/*IP Buy/List With Us*/
.ipbs-wrap {
    position: relative;
}

.ipbs-flex:before, .ipbs-flex:after {
    display: none;
}

.ipbs-flex {
    display: flex;
    /*align-items: center;*/
    flex-wrap: wrap;
    padding: 10px 0;
}

.ipbs-flex:nth-child(even) {
    flex-direction: row-reverse;
}

.ipbs-img {
    position: relative;
}

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

.ipbs-text {
    position: relative;
}

.ipbs-text > div {
    position: relative;
    margin-top: 20px;
}

.ipbs-text > div:first-child {
    margin-top: 0;
}

.ipbs-text > div > h3 {
    color: #002349;
}

.ipbs-text > div > p {
    margin: 15px 0 0 !important;
    line-height: 1.5 !important;
    /*font-size: 13px;*/
}

.post-252 .entry-thumbnail {
    position: relative;
    text-align: center;
    color: white;
}

.mort-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.site-logo img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.site-logo {
    position: relative;
    width: calc(100% / 2);
    padding: 0 4%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mh-logo a {
    display: flex;
    justify-content: center;
    margin: 0 -4%;
}

.site-logo:not(:last-child) {
    border-right: 1px solid #fff;
}

.mh-left {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 42%;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.mh-logo {
    display: inline-block;
    width: 100%;
}

.mh-logo .textwidget.custom-html-widget {
    display: inline-block;
    width: 100%;
}

.site-logo:first-child img {
    /* width: 200px; */
}

.site-logo:first-child {
    /* width: 45%; */
}

.main-header.scrolled .mh-left {
    width: 30%;
}

.mf-logo {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
}

.sb-logo a {
    display: flex;
    justify-content: center;
    margin: 0 -4%;
    position: relative;
}


.cv-container, .cv-list, .cv-inner {
    display: block;
    position: relative;
}

.cv-container {
    font-size: 0;
    padding: 30px 0 30px;
}

.cv-container > .custom-container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1280px;
    min-width: 0;
}

.cv-item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
}

.cv-inner img {
    object-fit: contain;
    max-width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 24px;
    width: 100%;
}

.cv-inner h2 {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    color: #000;
}

.cv-inner p {
    font-size: 16px;
    color: #595959;
    line-height: 1.6;
    display: block;
}


body #agents-results .agent-top {
    margin: 10px auto;
}

body.page-id-464 #inner-page-wrapper #breadcrumbs {
    padding: 0;
    margin: 20px 0;
}

.post-page-meet-eva #content .about-smis > a {
    margin-right: 10px;
}
.post-page-contact-us #content .contact-main .contact-smis > a{
    margin-right: 10px;
}
.aios-custom-ihomefinder-template-poweredby {
    margin-bottom: 20px;
}
.post-page-contact-us #content .contact-main > div > span{
    margin-top: 0px;
}
.ihf-results-template .container{
    width: 100%;
}
.aios-custom-ihomefinder-results-template #content-full .entry-title {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.single-listing .main-header {
    background-color: var(--primary-color);
}
.single-listing #inner-page-wrapper {
    margin-top: 130px;
}

.aidefcf-wrapper div.wpcf7-response-output {
    font-size: 12px;
    letter-spacing: 0;
}

.aios-custom-ihomefinder-results-template div#listings-results .listings-inner > p#breadcrumbs {
    display: none;
}

.aios-custom-ihomefinder-results-template .listings-inner > h1.entry-title,
#listings-results .listings-sort .sort-dropdown button:after {
    display: none !important;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
