/*
Theme Name: MJT Luxury Group
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.6.1
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. Variables
2. Custom CSS
3. IP styles
4. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/

/*******************************************************
 *
 * 1. Variables
 *
 *******************************************************/

 :root {
    /** Font default */
    --font-color-primary-accent: #002247;
    --font-color-secondary-accent: #797276;
    --font-family-default: 'Inter', sans-serif;
    --font-family-title: 'Inter', sans-serif;
    --font-size-default: 15px;
    --font-size-title: clamp(40px, 4.375vw, 70px);
    --font-color-default: #000000;
    --font-color-title: var(--font-color-primary-accent);


    /** Use for input, button, and any other element */
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --default-transition: .3s cubic-bezier(.4, 0, .2, 1);
}

/*******************************************************
 *
 * 2. Navigation
 *
 *******************************************************/

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

#nav .sub-menu,
#fixnav .sub-menu {
    list-style: none outside none;
    margin: 0;
    /*    background: rgba(0,0,0,0.9) url("images/submenu-fixer.png");*/
    display: block;
    opacity: 0;
    pointer-events: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 140px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 62px;
    transition: 0.3s;
}

#nav .sub-menu a,
#fixnav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
    font-size: 12px;
    font-weight: 300;
}

#nav .sub-menu a:hover,
#fixnav .sub-menu a:hover {
    background: none repeat scroll 0 0 var(--light);
    color: var(--font-color-default);
    text-decoration: none;
}

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

#nav li:hover>.sub-menu,
#fixnav li:hover>.sub-menu {
    opacity: 1;
    pointer-events: auto;
    padding-top: 52px;
}

#nav .sub-menu li,
#fixnav .sub-menu li {
    position: relative;
    width: 100%;
    text-align: center;
    background: rgba(162, 51, 52, 0.9);
}

#nav .sub-menu li:hover a,
#fixnav .sub-menu li:hover a {
    background: var(--font-color-primary-accent);
    color: #fff;
}


/* General */
#main-wrapper {
    overflow: hidden;
}

.p-rel {
    position: relative;
}

.p-abs {
    position: absolute;
}

.parallax-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.parallax-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.scroll-bg canvas {
    background-attachment: scroll;
}


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

.img-canvas canvas {
    display: block;
    width: 100%;
    height: auto;
}

.img-canvas img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: 0.3s;
}

.site-title span {
    display: block;
    color: var(--font-color-primary-accent);
    font-weight: 500;
}

.site-title {
    font-size: clamp(35px, 4.375vw, 70px);
    font-weight: 300;
    color: #2e2e2e;
    position: relative;
    padding-bottom: 30px;
}

.site-title:before {
    position: absolute;
    content: '';
    width: 85px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #797276;
}

.site-btn {
    padding: 18px 25px;
    border-radius: 50px;
    background: var(--font-color-primary-accent);
    color: #fff;
    letter-spacing: 0.120em;
    font-weight: 500;
    transition: 0.3s;
    display: block;
    width: fit-content;
    text-align: center;
    min-width: 178px;
}

.site-btn:hover {
    background: var(--font-color-secondary-accent);
    color: #fff;
}

.site-btn-min {
    min-width: 270px;
}

.one-line-title span {
    display: inline !important;
}

.one-line-title:before {
    left: 50%;
    transform: translateX(-50%);
}

.one-line-title {
    text-align: center;
}

/* Header START*/


.main-header {
    position: absolute;
    z-index: 1000;
    width: 100%;
    background: var(--font-color-secondary-accent);
    top: 0;
    left: 0;
}

#nav li a,
#fixnav li a {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: 500;
    font-size: clamp(11px, 0.938vw, 15px);
    font-size: clamp(10.5px, 0.938vw, 15px);
}

#nav>li,
#fixnav>li {
    padding: 1px clamp(5px, 2.188vw, 20px);
    border-right: 2px solid #fff;
}

#nav>li:nth-last-child(2),
#nav>li:last-child,
#fixnav>li:nth-last-child(2),
#fixnav>li:last-child {
    border: none;
}

#nav>li:nth-last-child(2),
#fixnav>li:nth-last-child(2) {
    padding-right: 25px;
}

#nav>li:last-child,
#fixnav>li:last-child {
    padding: initial;
}

#nav>li:last-child a,
#fixnav>li:last-child a {
    padding: 17px 24px;
    background: var(--font-color-primary-accent);
    border-radius: 50px;
    transition: 0.3s;
}

#nav>li:last-child a,
#fixnav>li:last-child a {
    letter-spacing: 0.120em;
}

#nav>li:last-child:hover a,
#fixnav>li:last-child:hover a {
    color: var(--font-color-primary-accent);
}

#nav>li:last-child:hover a,
#fixnav>li:last-child:hover a {
    background: #fff;
}

.logo {
    align-self: start;
    padding-top: 8px;
}

.header-inner .logo {
    padding-top: 0;
}

.header-inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 120px;
    padding: 1.5vw 20px;

    padding: 0.9vw 20px;
}

.header-logo-list>div {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: 500;
    font-size: clamp(25px, 1.428vw, 45px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-logo-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(15px, 0.6vw, 20px);
}

.header-logo-list>div img {
    filter: brightness(0) invert(1);
}

#nav>li>a:before,
#fixnav>li>a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    transition: 0.3s;
}

#nav>li>a,
#fixnav>li>a {
    position: relative;
}

#nav>li:last-child>a:before,
#fixnav>li:last-child>a:before {
    display: none;
}

#nav>li:hover a:before,
#fixnav>li:hover a:before {
    width: calc(100% + 8px);
}


.fixed-header {
    position: fixed;
    width: 100%;
    top: -400px;
    background: var(--font-color-secondary-accent);
    transition: 0.5s;
    z-index: 1000;

}

.sticky .fixed-header {
    top: 0 !important;
}

.fixed-header .header-logo {
    width: 200px;
    height: auto;
}

/* .fixed-header .logo {
    padding-top: 2px;
    padding-bottom: 2px;
}

.fixed-header .logo {
    margin-left: 40px;
} */

/* Header END*/


/* Slideshow START*/

.hp-slide-bg {
    z-index: 1;
}

.hp-slide-bg canvas {
    background-position: top;
    background-size: contain;
}

.aios-slider-img img {
    filter: brightness(0.75);
}

.slider {
    overflow: hidden;
}

#hp-slide .aios-slider.aios-slider-template-default .aios-slider-splide {
    border-radius: 0px 0px 100px 100px;
}

#hp-slide .aios-slider {
    position: fixed !important;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

/*
section#hp-slide:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
}*/

/* Slideshow END*/

/** Fixed Contact START**/

span.mobile-number.client-phone {
    display: none;
}

.fxd-contact-wrap {
    position: fixed;
    top: 25%;
    right: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.fxd-smi-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fxd-contact-wrap a {
    color: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.3s;
}

.fxd-contant a:hover,
.fxd-contact-wrap a:hover {
    background: var(--font-color-primary-accent);
    color: #fff;
}

.fxd-contant a,
.fxd-smi-wrap a {
    background: #fff;
    color: var(--font-color-primary-accent);
    box-shadow: 0 0 5px #000;
}

.fxd-smi-wrap a {
    margin-bottom: 16px;
}


.fxd-contant div {
    margin-bottom: 16px;
}

.fxd-contact-separator span {
    display: block;
    width: 1px;
    height: 34px;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 16px;
}

.fxd-email i {
    font-size: 11px;
}

.fxd-smi-wrap a i {
    font-size: 19px;
}

/** Fixed Contact END**/


/** Slider content START **/

.slide-wrapper>canvas {
    width: 100%;
    /*    display: none;*/
}

.slide-holder {
    position: relative;
}

.slide-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-content {
    top: auto;
    bottom: 117px;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
    color: #fff;
    padding: 0 20px;

    text-shadow: 1px 1px 1px #000;

}

.tagline {
    font-size: clamp(35px, 4.750vw, 76px);
    text-transform: uppercase;
    font-weight: 200;
}

.tagline span {
    font-weight: 600;
}

.slide-caption {
    font-size: clamp(18px, 1.563vw, 25px);
    /*font-size: clamp(16px,1.313vw,21px);*/
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-shadow: 4px 4px 2px rgba(0,0,0,1);
    font-weight: 600;
    max-width: 80%;
    margin: clamp(50px, 6.563vw, 105px) auto 0;
}

/** Slider content END **/


/** Quick Search START **/

.hp-qs-wrap {
    width: 100%;
    max-width: max(1340px, 83.75vw);
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 50px;
    /* overflow: hidden; */
    z-index: 9;
    position: relative;
}

.qs-field-holder {
    display: flex;
    width: calc((1062/1280)*100%);
    justify-content: space-between;
    flex-wrap: wrap;
}

form.qs-form {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.qs-field {
    width: calc((152/1062)*100%);
}

.qs-submit {
    width: calc(99% - ((1062/1280)*100%));
}

.qs-field:first-child{
    width: calc((443/1062)*100%);
    border-radius: 50px 0 0 50px;
    /* overflow: hidden; */
}

.qs-field:first-child button.btn{
    /* width: calc((443/1062)*100%); */
    border-radius: 50px 0 0 50px;
    /* overflow: hidden; */
}

.qs-field select {
    width: 100%;
    padding: 20px 15px;
    font-size: 12px;
    border: none;
    background: var(--font-color-secondary-accent);
    color: #fff;
    appearance: none;
    letter-spacing: 0.1em;
    outline: none;
}

.qs-field:first-child select {
    padding-left: 22px;
}

.qs-field:last-child {
    border-radius: 0 50px 50px 0px;
    overflow: hidden;
}

.qs-carret {
    position: relative;
}

.qs-carret:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 23px;
    right: 12%;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #fff;
    z-index: 5;
}

.qs-submit #qs-sub {
    width: 100%;
    height: 100%;
    background: var(--font-color-primary-accent);
    border: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.120em;
    text-transform: lowercase;
    border-radius: 50px;
    transition: 0.3s;
}

.qs-submit #qs-sub:hover {
    background: var(--font-color-secondary-accent);
}

.qs-disclaimer {
    color: #707070;
    font-weight: 500;
    font-size: 12px;
    width: fit-content;
    margin: 37px auto 0;
    padding-left: 120px;
    letter-spacing: 0.1em;
}

section#hp-qs {
    margin-top: -52px;
    padding: 0 40px;
    transition: 0.8s;
    position: relative;
}

section#hp-qs:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 69%;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: -1;

}

.stickyQs {
    position: fixed !important;
    bottom: 10px;
    z-index: 100;
    width: 100%;
}

.stickyQs .qs-disclaimer {
    display: none;
}

.stickyQs .hp-qs-wrap {
    box-shadow: 0 0 5px #ccc;
}

.stickyQs:before {
    display: none !important;
}


.qs-form .dropdown-menu.open{
    max-height: 400px!important;
}

.qs-form .dropdown-menu.open ul{
    max-height: 340px!important;
}
/** Quick Search END **/

/** Meet Our Team START **/

.hp-meet-wrap {
    padding-top: 30px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.hp-meet-vectors-img {
    height: 100%;
}

.hp-meet-inner {
    display: flex;
    align-items: center;
    background: #e8e8e8;
    border-radius: 95px 0px 0px 0px / 74px 0px 0px 0px;
    overflow: hidden;
}

.hp-meet-blurb {
    padding: 18px 0;
    max-width: max(340px, 21.25vw);
}

.hp-meet-blurb p {
    color: #818181;
    line-height: 26px;
    letter-spacing: 0.03em;
    margin: 25px 0;
}

.hp-meet-btn {
    margin-top: 13px;
}

.hp-meet-photo {
    width: calc((1072/1600)*100%);
    align-self: stretch;
    z-index: 3;
}

.hp-meet-content {
    width: calc(100% - calc((1072/1600)*100%));
    padding: 20px;
    margin-bottom: 30px;
    z-index: 5;
    background: linear-gradient(-90deg, #e8e8e8, #e8e8e8, #e8e8e8, #e8e8e8, #e8e8e8, #e8e8e8, #e8e8e8, #e8e8e8, transparent);
    margin-left: -52px;
}

.hp-meet-title:before {
    background: #c0c0c0;
}

.hp-meet-vectors {
    position: absolute;
    z-index: 6;
    pointer-events: none;
    opacity: 0.15;
    width: 100%;
    height: 100%;
}

section#hp-meet>div {
    position: relative;
}

.hp-meet-vector {
    position: absolute;
    top: -100px;
    z-index: 2;
    opacity: 0.09;
}

/** Meet Our Team END **/


/** Our Sold Properties START **/
.hp-sold-bg canvas {
    background-attachment: scroll;
}

.hp-sold-wrap {
    padding: 140px 20px 150px;
}

.hp-sold-inner {
    width: 100%;
    max-width: max(1400px, 87.5vw);
    margin: 0 auto;
}

.sold-main {
    width: calc((745/1400)*100%);
    border-radius: 100px 0 0 0;
    overflow: hidden;
}

.sold-thumb {
    width: calc((773/1400)*100%);
    position: absolute;
    right: 0;
    top: 0px;
}

.sold-thumb-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.sold-thumb-item {
    position: relative;
    width: 49.8%;
    margin-bottom: 3px;
}

.sold-thumb-items .sold-thumb-item:last-child {
    border-radius: 0 0 100px 0;
    overflow: hidden;
}

.sold-thumb-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 20px;
}

.sold-thumb-price {
    font-size: clamp(20px, 1.875vw, 30px);
    font-weight: 300;
    padding-bottom: 10px;
}

.sold-thumb-address {
    font-size: clamp(13px, 1.125vw, 18px);
    letter-spacing: 0.04em;
    font-weight: 300;
}

.sold-thumb-photo img {
    filter: brightness(0.65);
}

.sold-thumb-item:hover .sold-thumb-photo img {
    transform: scale(1.15);
}

.sold-title {
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 40px;
    font-size: 70px;
}

.hp-sold-slider-wrap {
    position: relative;
    z-index: 3;
}

.sold-slide {
    position: relative;
}

.sold-content {
    position: absolute;
    bottom: 0;
}

.sold-slide:after {
    position: absolute;
    content: '';
    width: calc((131/740)*100%);
    height: calc((500/704)*100%);
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 2;
}

.sold-navigation {
    display: flex;
    width: calc((611/741)*100%);
    justify-content: space-between;
    padding-top: 30px;
}

.sold-slide-arrow {
    display: flex;
    align-items: center;
    padding-right: 9px;
}

.prev-nav span,
.next-nav span {
    font-size: 29px;
    color: var(--font-color-primary-accent);
    transition: 0.3s;
}

.prev-nav:hover span,
.next-nav:hover span {
    opacity: 0.5;
}

.arrow-separator {
    width: 1px;
    height: 55px;
    margin: 0 20px;
    background: #ccc;
    opacity: 0.3;
}


.sold-content {
    position: absolute;
    bottom: -30px;
    width: calc((610/740)*100%);
    color: #fff;
    padding: 0 13px 12px 32px;
    pointer-events: none;
    transition: 0.3s;
    z-index: 2;
}

.sold-price {
    font-size: clamp(20px, 1.875vw, 30px);
    font-weight: 300;
    padding-bottom: 10px;
}

.sold-address {
    font-size: clamp(13px, 1.250vw, 1.250vw);
    letter-spacing: 0.04em;
    font-weight: 300;
    line-height: 25px;
    padding-bottom: 15px;
}

.sold-det>div {
    font-size: clamp(11px, 1vw, 16px);
    letter-spacing: 0.04em;
    padding: 2px 28px;

}

.sold-beds {
    padding-left: 0 !important;
}

.sold-bats {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.sold-det {
    display: flex;
    padding-bottom: 20px;
    opacity: 0;
    transition: 0.3s;
}

.sold-slide:hover .sold-photo img {
    transform: scale(1.15);
}

.sold-slide:hover .sold-det {
    opacity: 1;
}

.sold-slide:hover .sold-content {
    bottom: 0;
}

.sold-photo:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, black, transparent);
    z-index: 1;
    pointer-events: none;
    opacity: 0.5;
}

.sold-thumb-item a,
.sold-slide a {
    display: block;
}

.sold-accent {
    position: absolute;
    top: calc((117/704)*100%);
    left: 0;
    width: calc((166/740)*100%);
    opacity: 0.28;
    pointer-events: none;
}

.sold-accent-2 {
    position: absolute;
    bottom: 10px;
    right: calc((143/740)*100%);
    width: calc((131/740)*100%);
    opacity: 0.28;
    z-index: 2;
}

.sold-accent-2 img,
.sold-accent img {
    height: 100%;
    width: 100%;
}

/** Our Sold Properties END **/


/** FC START **/

.hp-fc-wrap {
    padding: 100px 0 30px;
}

.hp-fc-slider {
    padding-top: 50px;
}

.fc-group {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fc-item {
    width: 33.25%;
    position: relative;
    margin-bottom: 3px;
}

.fc-photo img {
    /*filter: brightness(0.68);*/
}

.fc-photo:before {
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background: #e28413;
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}

.fc-item:hover .fc-photo img {
    filter: none;
}

.fc-item:hover .fc-photo:before {
    opacity: 0.32;
}

.fc-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 3;
    font-size: 30px;
    font-weight: 300;
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

.fc-navigation {
    max-width: 365px;
    position: relative;
    margin: 60px auto 0;
    padding: 0;
}

.fc-btn .site-btn {
    margin: 0 auto;
}

.fc-slide-arrow>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.fc-slide-arrow .next-nav {
    right: 0;
}

.fc-slide-arrow .prev-nav {
    left: 0;
}

.fc-items:before {
    position: absolute;
    content: '';
    bottom: calc((294/1600)*(-100%));
    left: 0;
    width: calc((279/1600)*100%);
    height: calc((144/762)*100%);
    background: url('/wp-content/uploads/2023/07/vector-half-hor.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.fc-items:after {
    position: absolute;
    content: '';
    width: calc((300/1600)*100%);
    height: calc((308/762)*100%);
    background: url('/wp-content/uploads/2023/07/vector-dark.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    top: calc((308/762)*(-100%));
    right: 0;
    opacity: 0.09;

}

/** FC END **/

/** Testimonials START **/

.hp-wocs-wrap {
    padding: 85px 20px 115px;
}

.hp-wocs-slider {
    width: 100%;
    max-width: max(1140px, 71.25vw);
    margin: 0 auto;
    padding-top: 45px;
}

.hp-wocs-slider .slick-list {
    margin: 0 -40px;
}

.hp-wocs-slider .slick-slide>div {
    padding: 0 40px;
}

.wocs-txt {
    margin-top: 35px;
}

.wocs-txt p {
    color: #818181;
    letter-spacing: 0.03em;
    line-height: 26px;
    margin: 25px 0;
}

.hp-wocs-title span {
    font-weight: 400;
}

.wocs-author {
    color: #818181;
    letter-spacing: 0.03em;
    line-height: 26px;
    margin: 25px 0;
    text-transform: uppercase;
}

.wocs-navigation {
    max-width: 365px;
    position: relative;
    margin: 40px auto 0;
    padding: 0;
}

.wocs-slide-arrow .prev-nav {
    left: 0;
}

.wocs-slide-arrow .next-nav {
    right: 0;
}

.wocs-slide-arrow>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wocs-btn .site-btn {
    margin: 0 auto;
}

/** Testimonials END **/

/** CTA START **/

.hp-cta-wrap {
    padding: 110px 20px 145px;
    position: relative;
}

.hp-cta-wrap:before {
    position: absolute;
    content: '';
    width: calc((260/1600)*100%);
    height: min(257px, 16.063vw);
    right: 0;
    bottom: 0;
    background: url('/wp-content/uploads/2023/07/cta-vector.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;

}

.hp-cta-wrap:after {
    position: absolute;
    content: '';
    width: calc((206/1600)*100%);
    height: min(196px, 12.250vw);
    left: calc((175/1600)*100%);
    top: calc((61/491)*100%);
    background: url(/wp-content/uploads/2023/07/dotted-vector.png);
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.cta-item {
    z-index: 2;
}

.cta-item a:hover {
    background: var(--font-color-secondary-accent);
}

.cta-item a {
    display: flex;
    width: 236px;
    height: 236px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--font-color-primary-accent);
    transition: 0.3s;
    font-size: 23px;
    line-height: 25px;
    letter-spacing: 0.120em;
    text-align: center;
}

.cta-items {
    display: flex;
    width: 100%;
    max-width: max(985px, 61.563vw);
    margin: 0 auto;
    justify-content: space-between;
}

/*
.cta-item {
    width: 24.33%;
}*/

/*CTA END*/


/** We Give Back START **/

.hp-gb-bg {
    border-radius: 95px 60px 0px 0px / 74px 35px 0px 0px;
    overflow: hidden;

    width: 65%;
    left: unset;
    right: 0;
}

#hp-gb::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    top: 0;
    right: 0;
    background: #ededed;
    z-index: -1;
}

.hp-give-back-wrap {
    padding: clamp(70px, 7.375vw, 118px) 20px clamp(50px, 6.750vw, 108px);
    position: relative;
    border-radius: 95px 0px 0px 0px / 74px 0px 0px 0px;
    overflow: hidden;
    z-index: 2;
}

.hp-give-back-wrap:before {
    position: absolute;
    content: '';
    width: 90%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(80deg, #797276, #797276, #797276, rgba(121, 114, 118, 1), rgba(121, 114, 118, 0.75), transparent, transparent);
    z-index: -1;
}

section#hp-gb:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
}

.gb-vector-accent {
    position: absolute;
    top: 0;
    left: 38.5%;

    pointer-events: none;
    z-index: -1;
}

.give-back-title span {
    font-weight: 400;
}

.give-back-title:before {
    left: 0;
    transform: none;
    background: #c0c0c0;
}

.give-back-title {
    text-align: left;
    color: #fff;
}

.give-back-title span {
    font-weight: 400;
}

.give-back-blurb p {
    color: #fff;
    letter-spacing: 0.03em;
    line-height: 26px;
    margin: 25px 0;
}

.give-back-btn {
    margin-top: 30px;
}

.give-back-btn .site-btn:hover {
    background: #fff;
    color: var(--font-color-primary-accent);
}

.give-back-blurb {
    padding-top: 10px;
}

.give-back-content {
    max-width: calc((630/1600)*100%);
    margin-left: 75px;
}

/** We Give Back END **/

/** Market Report START **/

.hp-report-bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--font-color-secondary-accent);
    opacity: 0.27;
}

.hp-report-bg {
    filter: brightness(0.77);
}

.m-report-inner {
    padding: 123px 20px 90px;
    text-align: center;
}

.m-report-dl-btn a {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.120em;
    font-weight: 500;
    padding: 22px 48px;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    border: 2px solid;
    border-radius: 50px;
    transition: 0.3s;
}

.m-report-caption {
    padding: 25px 0;
}

.m-report-caption h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.120em;
    line-height: 48px;
}

.m-report-text p {
    font-size: 18px;
    letter-spacing: 0.120em;
    color: #fff;
    line-height: 30px;
}

.m-report-dl-btn a:hover {
    border-color: var(--font-color-primary-accent);
    background: var(--font-color-primary-accent);
}

/** Market Report END **/

/** Connect With Us START **/

.hp-cwu-bg {
    background: var(--font-color-secondary-accent);
}

.connect-title:before {
    background: #c0c0c0;
}

.connect-title {
    color: #fff;
}

.hp-cwu-bg canvas {
    background-position: top;
}

.hp-connect-inner {
    padding: 95px 0 135px;
    display: flex;
    align-items: center;
}

.connect-left {
    width: calc(100% - calc((1070/1600)*100%));
    padding-left: clamp(20px, 5.938vw, 95px);
}

.connect-right {
    width: calc((1070/1600)*100%);
}

.connect-item {
    position: relative;
    width: 24.3%;
}

.connect-icon span {
    color: #fff;
    font-size: 25px;
}

.connect-icon {
    position: absolute;
    right: 20px;
    bottom: 17px;    
}

.connect-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.connect-item:hover img {
    transform: scale(1.1);
}

.connect-item a {
    display: block;
}

.connect-btn {
    margin-top: 50px;
}

/** Connect With Us END **/

/** Footer START **/
footer.footer {
    /*    background: var(--font-color-secondary-accent);*/
    padding: 0 20px 100px;
}

.footer-iner {
    width: 100%;
    max-width: max(1400px, 87.5vw);
    margin: 0 auto;
}

.footer-main {
    display: flex;
    padding-top: 112px;
}

.footer-main>div {
    width: 50%;
}

.footer-logos>div {
    display: flex;
    align-items: center;

}

footer.footer .footer-logos a {
    font-size: clamp(30px, 3.125vw, 50px);
    color: #fff;
    text-transform: uppercase;
}


.ftr-logo {
    width: clamp(100px, 11.875vw, 190px);
}

.broker-logo {
    /*width: calc((355/700)*100%);*/
    width: 100%;
    margin-left: 40px;
    max-width: 250px;
    filter: brightness(0) invert(1);

    margin-left: 40px;
}

.ftr-con-info-wrap {
    color: #fff;
    padding-right: clamp(40px, 4.875vw, 78px);
}

.ftr-con-info-wrap p {
    letter-spacing: 0.03em;
    line-height: 26px;
    margin: 25px 0;
}

.ftr-con>div {
    letter-spacing: 0.02em;
    line-height: 26px;
    display: flex;
    align-items: center;
}

.ftr-con>div span {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding-right: 5px;
}

.ftr-add>span {
    font-size: 18px;
}

.ftr-phone>span {
    font-size: 12px;
}

.ftr-email>span {
    font-size: 9px;
}

.ftr-email {
    padding-left: 25px;
}

.ftr-phone-email {
    margin-top: 10px;
}

.ftr-form-title {
    font-size: clamp(30px, 3.125vw, 50px);
    text-align: left;
    color: #fff;
}

.ftr-form-title:before {
    background: #c0c0c0;
    left: 0;
    transform: none;
}

.ftr-form-title span {
    font-weight: 400;
}

.footer-main-right {
    padding: 0 18px 0 55px;
    /*margin-top: 40px*/
}

.ftr-form-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 55px;
}

.ftr-form-field {
    width: 100%;
    margin-bottom: 20px;
}

.ftr-form-field.half {
    width: 49%;
}

.ftr-form-field input,
.ftr-form-field textarea {
    width: 100%;
    border: none;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.23);
    color: #fff;
    border-radius: 50px;
    resize: none;
    outline: none;
}

.ftr-form-field textarea {
    height: 93px;
    border-radius: 35px;
     padding-right: 60px;
}

.ftr-form-wrap {
    position: relative;
}

span.wpcf7-spinner {
    position: absolute;
}

.ftr-form-submit span {
    position: absolute;
    font-size: 27px;
    color: #fff;
    pointer-events: none;
}

.ftr-form-submit span.wpcf7-spinner {
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    width: auto;
    font-size: 12px;
}

.ftr-form-submit input {
    font-size: 0;
    width: 28px;
    height: 28px;
    border: none;
    background: none;
    outline: none;
}

.ftr-form-submit {
    position: absolute;
    bottom: 60px;
    right: 30px;
    opacity: 0.5;
    transition: 0.3s;
}

.ftr-form-submit:hover {
    opacity: 1;

}

.footernav li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.footernav li.custom-nav {
    display: none;
}

.footernav {
    display: flex;
    justify-content: center;
}

.footernav li {
    padding: 2px clamp(18px, 2.125vw, 34px);
    border-right: 2px solid #fff;
}

.footernav li:nth-last-child(2) {
    border: none;
}

.footer-mid {
    margin-top: 80px;
    position: relative;
    padding-bottom: 35px;
}

.footer-disclaimer {
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 26px;
    margin: 25px 0;
    text-align: center;
}

.footer-mid:before {
    position: absolute;
    content: '';
    width: 100vw;
    height: 1px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    opacity: 0.3;
}

.copyright {
    color: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.035em;
    line-height: 20px;
}

.footer-bot {
    padding: 38px 0;
}

.copyright .copy-name {
    text-transform: uppercase;
}

.footer-mls-eho span {
    color: #fff;
    font-size: 28px;
    padding: 0 5px;
}

.footer-mls-eho span.ai-font-eho {
    font-size: 21px;
}

.footer-mls-eho {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
}

.ftr-bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--font-color-secondary-accent);
    opacity: 0.93;
}

.footer-logos img {
    height: auto;
}

footer.footer a {
    transition: 0.3s;
}

footer.footer a:hover {
    color: var(--font-color-primary-accent);
}

/** Footer END **/
/*******************************************************
 *
 * 3. Custom CSS
 *
 *******************************************************/

/* Global */

body {
    font-family: var(--font-family-default);
    font-size: var(--font-size-default);
    background: #FFFFFF;
    color: var(--font-color-default);
    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; */
}

/*******************************************************
 *
 * 4. IP Styles
 *
 *******************************************************/
.ip-banner {
    position: relative;
    width: 100%;
    border-radius: 0px 0px 100px 100px;
    overflow: hidden;
}

.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: var(--dark);
    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: #FFFFFF;
    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 {
    display: block;
    color: var(--font-color-primary-accent);
    font-weight: 500;
    line-height: 1;
    font-size: clamp(35px, 4.375vw, 70px);
    font-weight: 300;
    position: relative;
    padding-bottom: 30px;

}

#content .entry-title:before,
#content .archive-title:before {
    position: absolute;
    content: '';
    width: 85px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #797276;
}



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

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 {
    display: none !important;
}

.wocs-items:not(.slick-initialized) .wocs-item:nth-child(n+2)~div,
.fc-items:not(.slick-initialized) .fc-group:nth-child(n+2),
.sold-slider:not(.slick-initialized) .sold-slide:nth-child(n+2) {
    display: none !important;
}


.wocs-items:not(.slick-initialized) {
    margin: 0 -40px;
}

.wocs-items:not(.slick-initialized) .wocs-item {
    width: 49%;
    display: inline-block;
    padding: 0 40px;
    vertical-align: middle;
}

.hp-sold-wrap,
.hp-fc-wrap,
.hp-wocs-wrap,
.hp-cta-wrap {
    background: #fff;
}

.hp-wocs-bg,
.hp-sold-bg {
    z-index: 1;
}

.footer-main-right form {
    position: relative;
}

.footer-main-right .wpcf7-response-output {
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    margin: 0 !important;
    font-size: 12px;
}


button.btn.dropdown-toggle.bs-placeholder.btn-default {
    color: #fff;
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding: 17px 15px;
    font-size: 12px;
    border: none;
    background: var(--font-color-secondary-accent);
    color: #fff;
    appearance: none;
    letter-spacing: 0.1em;
    outline: none;
}


.hp-meet-photo:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(-103deg, #e8e8e8, #e8e8e8, transparent, transparent);
    z-index: 1;
}

.row.give-back-logo img {
    width: 100%;
    max-width: 350px;
    height: auto;
}

.page-id-334 .row.give-back-logo {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-id-334 .row.give-back-logo p {
    display: none;
}

.page-id-334 .row.give-back-logo>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ip-Luxury-thumbs img {
    width: 100%;
}

.post-page-get-started .aios-contact-form input[type="submit"]:hover {
    background: none;
    border-color: none;
    color: white;
}

.post-page-get-started .aios-contact-form input[type="submit"] {
    width: 180px;
    height: 50px;
    padding: 0 23px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.post-page-get-started .aios-contact-title strong {
    position: relative;
    display: block;
    color: black;
    font-size: 80px;
    font-weight: 500;
    line-height: .875;
    letter-spacing: 0;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.post-page-get-started .aios-contact-title {
    display: block;
    letter-spacing: .16em;
    color: black;
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-bottom: 27px;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    text-transform: capitalize;
}

.submit-wrap {
    width: fit-content;
    margin: auto;
    position: relative;
}

.submit-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease-in-out 0.35s;
    background: black;
    width: 3px;
    z-index: -1;
    height: 100%;
}

.submit-wrap:hover::after {
    width: 100%;
}

.post-page-get-started .aios-contact-form input[type="text"],
.post-page-get-started .aios-contact-form input[type="email"],
.post-page-get-started .aios-contact-form textarea {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

#nav .sub-menu li:hover a,
#fixnav .sub-menu li:hover a {
    background: #797276;
}

#nav .sub-menu li,
#fixnav .sub-menu li {
    background: #002247;
}

/* Intro */

.intro {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    background: #00253f;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    padding: 50px;
}

body.intro-started .intro {
    opacity: 1;
}

body.intro-ended .intro {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    right: 0;
}

body.home {
    overflow: hidden;
}

body.home.intro-ended,
body.home.user-navigated-from-a-page-on-the-site {
    overflow: visible;
}

.intro-inner {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.intro img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    object-position: center center;
}


/* update */

#nav>li>a,
#fixnav>li>a {
    color: #002247;
}

#nav>li:last-child>a,
#fixnav>li:last-child>a {
    color: #fff;
}

.intro {
    display: none !important;
}

.logo a>div img.header-photo {
    margin-left: clamp(15px, 2.313vw, 37px);
}

.logo a>div {
    display: flex;
    align-items: center;
}

.logo img.header-logo {
    width: 100%;
    max-width: clamp(180px, 18.75vw, 300px);
    height: auto;
}


/* pre-launch */

#agents-results .agent-top {
    margin: 30px auto !important;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form [class*=col-] span.wpcf7-not-valid-tip {
    font-size: 11px;
}

div#agents-popup-form .wpcf7-response-output {
    text-align: center;
}

.aios-custom-ihomefinder-template-poweredby {
    padding: 20px 0;
}

body.aios-custom-ihomefinder-details-template .wpcf7-not-valid-tip {
    font-size: 11px;
    width: fit-content;
    left: auto;
}

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


/* updates */

#hp-slide .splide__track {
    filter: brightness(0.7);
}

.footer-disclaimer img {
    max-width: 80px;
    margin: 20px auto 0;
}



#listings-results .listings-table .listings-table-body .listings-table-label {
    color: #fff !important;
}

.leaflet-div-icon {
    border: none !important;
}

#listings-details .listings-form textarea {
    padding-right: 35px !important;
}

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

.single-aios-agents .use-floating-validation-tip .wpcf7-not-valid-tip{
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: auto;
    font-size: 12px;
}

.qs-field button.btn.dropdown-toggle.btn-default {
    width: 100%;
    padding: 16px 15px;
    border: none;
    background: var(--font-color-secondary-accent);
    appearance: none;
    height: 52px;
    outline: none!important;
    box-shadow: none!important;
}

.qs-field .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qs-field select#cityid {
    left: 0;
    width: 100%!important;
    background: var(--font-color-secondary-accent);
    height: 52px!important;
    border-radius: 50px 0 0 50px;
}

.footer-disclaimer p:not(:last-child) {
    margin-bottom: 15px;
}

body.aios-custom-ihomefinder-printable-template p#breadcrumbs {
    display: none;
}

body.single-aios-communities #content-full .entry-title {
    display: inline-block;
    width: auto;
    max-width: max-content;
    margin: 0 0 20px;
    padding: 0 0 25px;
}

.qs-field .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 200px!important;
}

body.aios-custom-ihomefinder-results-template #content-full .entry-title {
    width: 100%;
    padding: 0 0 20px;
    line-height: 1;
}

body #listings-details .listings-form div.wpcf7-response-output {
    font-size: 12px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    line-height: 1.1;
}

body #listings-details .listings-form textarea {
    padding-right: 45px;
}

body #listings-details .listings-form textarea::-webkit-scrollbar {
    display: none;
}

body #listings-details  .wpcf7-spinner {
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

body #listings-details .listings-form form {
    position: relative;
}

.hp-slide-bg,
section#hp-qs  {
    transition: none !important;
}

html body.pojo-a11y-readable-font *[class^=ai-font] {
    font-family: agentimage!important;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */