/*
Theme Name: Venture Real Estate
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-family-default: 'Open Sans', sans-serif;
    --font-family-title: 'Noto Serif', serif;
    --font-size-default: 14px;
    --font-size-title: 18px;
    --font-color-default: #000000;
    --font-color-title: #6c757d;

    /** 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 {
    position: relative;
    display: inline-block;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: rgba(0, 0, 0, 0.9) url("images/submenu-fixer.png");
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 180px;
}

#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}

#nav .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 {
    margin-left: 100%;
    top: 0;
}

#nav li:hover>.sub-menu {
    display: block;
}

#nav .sub-menu li {
    position: relative;
}


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

#breadcrumbs {
    display: none;
}

a,
button,
img,
.site-ease {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.text-white {
    color: #fff !important;
}

.filter-white {
    filter: brightness(0) invert(1);
}

.filter-black {
    filter: brightness(0);
}

.filter-gray {
    filter: grayscale(1);
}

.relative {
    position: relative;
}

.block {
    display: block;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.dir-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.dir-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
}

.dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
}

.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ai-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ai-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jc-right {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

.jc-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jc-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.m-auto {
    margin: auto;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.canvas-img {
    position: relative;
}

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

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

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

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

.parallax-bg canvas {
    background-attachment: fixed;
}

.safari-true .non-parallax-bg canvas {
    background-attachment: scroll !important;
}

/*******************************************************
 *
 * 4. IP Styles
 *
 *******************************************************/
.ip-banner {
    position: relative;
    width: 100%;
    display: none;
}

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

.ihf-details-template .ip-banner {
    display: block;
}

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

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

/*Custom Style*/

:root {
    --source-serif: 'Source Serif Pro', serif;
    --work-sans: 'Work Sans', sans-serif;
    --montserrat: 'Montserrat', sans-serif;
}

/*Others*/
.section-title {
    margin-bottom: 40px;
    display: flex;
}

.section-title p {
    font-size: min(1.1vw, 14.03px);
    letter-spacing: 0.2em;
    font-weight: 400;
    font-family: var(--source-serif);
    text-transform: uppercase;
    color: #7a7b7c;
    margin-right: 20px;
    text-align: right;
}

.section-title span {
    font-family: var(--montserrat);
    font-size: 72.2px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    padding: 20px 0px 20px 20px;
    position: relative;
}

.section-title span::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #6c7a84;
}

.section-title span::before {
    content: '';
    width: 2px;
    height: 100%;
    max-height: 75px;
    background: #71828d;
    position: absolute;
    top: 0;
    left: -1px;
}

.hp-btn {
    font-size: 13.99px;
    font-family: var(--montserrat);
    letter-spacing: 0.025em;
    font-weight: 400;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #585f65;
    border: 2px solid #585f65;
    text-transform: uppercase;
    border: none;
    width: 185px;
    height: 55px;
    transition: all ease-in-out 0.35s;
}

.hp-btn:hover {
    background: white;
    color: #000000;
    border: 2px solid #000000;
}

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-grayscale,
#pojo-a11y-toolbar .pojo-a11y-btn-light-background {
    display: none !important;
}

body.pojo-a11y-readable-font [class*=ai-font],
body.pojo-a11y-readable-font [class~=ai-font],
body.pojo-a11y-readable-font [class^=ai-font] {
    font-family: agentimage !important;
}

.hidden-desktop {
    display: none;
}

#inner-page-wrapper .archive-title,
#content .archive-title,
#inner-page-wrapper .agent-entry-title,
#inner-page-wrapper .entry-title,
#content .entry-title {
    font-size: 40px;
    line-height: 1;
    font-family: var(--montserrat);
    margin: 0.5em 0;
    text-transform: uppercase;
    font-weight: 400 !important;
}

#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 {
    font-family: var(--source-serif);
}


/*Header*/
header.header {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.88);
}

header.header .header-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 100px;
}

nav.navigation {
    margin-right: 55px;
}

.header-logo {
    margin-right: auto;
}

#nav li {
    padding: 30px 30px;
    position: relative;
}

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

#nav li a {
    font-family: var(--montserrat);
    font-size: 14px;
    letter-spacing: 0.025em;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}

.header-number a {
    font-size: 16px;
    font-family: var(--montserrat);
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 30px;
    border: 2px solid #000000;
    color: #000000;
}

.header.sticky-header {
    position: fixed;
    background: rgba(52, 58, 60, .88);
    z-index: 101;
    width: 100%;
}

.header.sticky-header #nav li a {
    color: white;
}

.header.sticky-header .header-number a {
    border: 2px solid white;
    color: white;
}

.header.sticky-header .header-number a:hover {
    background: #343a3c;
    color: white;
    border-color: #343a3c;
}

.header.sticky-header .logo-wrap {
    filter: brightness(0) invert(1);
}

.header.sticky-header #nav li::after {
    background: #FFFFFF;
}

.header-number a {
    transition: all ease-in-out 0.35s;
}

.header-number a:hover {
    background: #343a3c;
    color: white;
    border-color: #343a3c;
}

#nav li::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000000;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    transform: translateY(-40px);
}

#nav li .sub-menu li::after {
    display: none;
}

#nav li:hover::after,
#nav li:focus::after {
    height: 5px;
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
}

#nav .sub-menu li {
    position: relative;
    padding: 0;
    transition: all 0.35s ease-in-out;
    /* top: 10px; */
    display: block;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: none;
    display: block;
    /* padding: 15px 0 0; */
    position: absolute;
    width: 100%;
    min-width: 215px;
    /* bottom: -75px; */
    text-align: center;
    left: -50px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    top: 74px;
    padding: 0;
}

#nav li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}

.header.sticky-header #nav .sub-menu a {
    color: #ffffff;
}

#nav .sub-menu a {
    color: #000000;
    color: #fff;
    display: block;
    padding: 10px;
    transition: all 0.35s ease-in-out;
    /* top: 10px; */
    background: rgba(52, 58, 60, .88);
}


#nav .sub-menu a:hover {
    background: none;
    color: var(--font-color-default);
    text-decoration: none;
    /* opacity: 0.3; */
    color: #fff;
    background: rgba(52, 58, 60, 1);
}

#nav .sub-menu::before {
    /* content: ''; */
    display: block;
    position: absolute;
    width: initial;
    /* height: 92px;
    bottom: -17px; */
    height: 110px;
    top: 0;
    left: -100vw;
    right: -100vw;
    transition: ease-in-out all 0.35s;
    background: rgba(255, 255, 255, 0.88);
    opacity: 1;
}

/* a.jquery-nav-tab-redirect {
    bottom: 0;
    top: 0;
    padding: 0 !important;
    line-height: 0;
} */

.header.sticky-header #nav .sub-menu::before {
    background: rgba(52, 58, 60, .88);
    opacity: 0;
}

body #main-wrapper {
    overflow-x: hidden !important;
}

body {
    overflow-x: hidden !important;
}

.mobile-logo {
    width: 100%;
    height: 100%;
    display: none;
}

/*Slideshow*/
.hp-slider {
    /* margin-top: 75px; */
    clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 90%, 15% 90%, 15% 100%, 0 100%, 0% 30%);
}

.slider-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.slider-container .slider-wrapper {
    width: 100%;
    margin-left: 55px;
}

.popup-container.global-popup-container {
    display: none;
}

.home .global-popup-container.popup-container {
    display: flex;
}

.popup-container {
    position: fixed;
    top: 0;
    left: -75px;
    bottom: 0;
    transform: rotate(270deg);
    width: 205px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: #343a3c;
    z-index: 2;
}

.popup-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--montserrat);
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    transition: all 0.35s ease-in-out;
}

.arrow-container {
    position: absolute;
    bottom: -25px;
    transform: rotate(90deg);
    width: 20px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #343a3c;
}

.arrow-container i {
    font-size: 9px;
    color: white;
}

.popup-form .input-wrp span {
    width: 100%;
    display: flex;
}

.popup-form .input-wrp span input,
.popup-form .input-wrp span textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #939eaa;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-bottom: 10px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    letter-spacing: 0.05em;
    outline: none;
}

.popup-form .input-wrp span textarea {
    resize: none;
    height: 55px;
}

.popup-form .section-title span {
    color: #343a3c;
}

.aiosp-wrap .aiosp-container .aios-popup-body {
    width: 650px !important;
    height: 560px !important;
    padding: 65px !important;
    background: url(/wp-content/uploads/2023/03/popup-bg.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.popup-form .submit-wrap {
    margin-top: 45px;
}

.popup-form .section-title {
    justify-content: center;
}

.popup-form .input-wrp {
    margin-bottom: 40px;
}

.popup-form .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: auto !important;
}

.popup-form .wpcf7 form .wpcf7-response-output {
    width: 100%;
    color: rgb(0, 0, 0);
    text-align: center;
    position: absolute;
    bottom: -22px;
}

.popup-form {
    position: relative;
}

.home .aios-popup-body .aiosp-close {
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: -10px;
    right: -45px;
    opacity: 1;
}

.popup-container a:hover {
    opacity: 0.7;
}

.home .aios-popup-body .aiosp-close {
    transition: all ease-in-out 0.35s;
}

.home .aios-popup-body .aiosp-close:hover {
    opacity: 0.7;
}

/*Properties*/
.hp-properties {
    height: 1155px;
    position: relative;
    margin-top: -165px;
}

.properties-bg {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    font-size: 0;
}

.properties-bg canvas {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 40%;
}

.properties-bg::after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(0, 0, 0, 0) 100%);
}

.hp-properties .section-title span {
    color: #343a3c;
}

.hp-properties .section-title {
    margin-bottom: 180px;
    display: flex;
    position: relative;
    top: 140px;
    margin-left: 18%;
}

.properties-container {
    position: relative;
    margin-right: 4px;
    width: 529px;
    height: 361px;
    margin-bottom: 4px;
    width: 33%;
}

.properties-container:nth-child(1),
.properties-container:nth-child(4) {
    top: 110px;
}

.properties-container:nth-child(3),
.properties-container:nth-child(6) {
    top: -195px;
    margin-right: 0;
}

.properties-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.properties-details {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(118, 133, 144, .87) 50%, rgba(97, 103, 109, .87) 100%);
    padding: 0px 25px;
    margin-bottom: 20px;
    width: 330px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 1;
}

.properties-title {
    margin-bottom: 6px;
}

.properties-title span {
    font-size: 23px;
    font-family: var(--montserrat);
    font-weight: 400;
    color: white;
    text-transform: uppercase;
}

.properties-address p {
    font-family: var(--source-serif);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: white;
}

.properties-container a:hover:after {
    opacity: 82%;
    width: 87%;
    height: 87%;
}

.properties-container a::after {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: #70808b;
    opacity: 0;
    width: 0;
    height: 0%;
    margin: auto;
    transition: all 0.35s ease-in-out;
}

.properties-container a:hover .porperties-hover {
    opacity: 1;
}

.porperties-hover {
    position: absolute;
    top: 105px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all ease-in-out 0.35s;
    opacity: 0;
    z-index: 1;
}

.porperties-hover .hp-btn {
    width: 130px;
    font-size: 10px;
    height: 40px;
    letter-spacing: 0.025em;
}

.properties-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.properties-info span {
    font-size: 18px;
    font-family: var(--source-serif);
    font-weight: 400;
    letter-spacing: 0.05em;
    color: white;
    padding: 0px 20px;
}

.properties-info span:nth-child(2) {
    border: 1px solid white;
    border-top: 0;
    border-bottom: 0;
}

.hp-properties .btn-container.absol {
    position: absolute;
    bottom: 205px;
    right: 165px;
}

.properties-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.properties-img canvas {
    width: 100%;
    height: 100%;
}

.properties-img {
    width: 100%;
    height: 100%;
}

/*Listings*/
.hp-listings .listings-wrap {
    position: relative;
    height: 842px;
}

.listings-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1203px;
    height: 553px;
}

.listings-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.listings-img canvas {
    width: 100%;
    height: 100%;
    min-height: 415px;
}

.listings-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.listings-container {
    height: 553px;
}

.listings-container a {
    position: relative;
    display: block;
}

.listings-details {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(118, 133, 144, .87) 50%, rgba(97, 103, 109, .87) 100%);
    padding: 0px 30px;
    margin-bottom: 40px;
    width: 450px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: -webkit-flex;
}

.listing-title {
    margin-bottom: 6px;
}

.listing-title span {
    font-size: 27.76px;
    font-family: var(--montserrat);
    font-weight: 400;
    color: white;
    text-transform: uppercase;
}

.listing-address p {
    font-family: var(--source-serif);
    font-size: 18.51px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: white;
}

.listings-status {
    padding: 20px 50px;
    background: #343a3c;
    margin: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.listings-status p {
    font-size: 24px;
    font-family: var(--montserrat);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: white;
}

.listings-controller {
    position: absolute;
    top: 0;
    right: 0;
}

.controller-wrap {
    position: relative;
    width: 600px;
    height: 644px;
    background: #343a3c;
    z-index: -1;
}

.controller-bg img {
    opacity: 18%;
    width: 100%;
    height: 100%;
}

.controller-container {
    position: absolute;
    bottom: 198px;
    right: -138px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.controller-container button {
    width: 68px;
    height: 68px;
    background: #71828d;
    color: white;
    border: none;
    transition: all 0.35s ease-in-out;
}

.controller-container .prev {
    transform: rotate(180deg);
    margin-right: 2px;
}

.controller-container .next {
    background: #585f65;
}

.hp-listings .btn-container {
    position: absolute;
    bottom: 60px;
    right: 0;
    margin-right: 10.5%;
}

.hp-listings .section-title span {
    color: #343a3c;
}

.hp-listings .section-title {
    position: absolute;
    top: 105px;
    margin-left: 17%;
}

.controller-container button:hover {
    opacity: 0.7;
}

.hp-listings {
    margin-left: 2px;
}

.listings-container a:hover .listings-img img {
    transform: scale(1.2);
}

.listings-img img {
    transition: all 0.35s ease-in-out;
}

.listings-img {
    overflow: hidden;
}

/*About*/
.hp-about {
    margin: 70px 1px 55px;
}

.hp-about .section-title span {
    color: #343a3c;
}

.hp-about .section-title span strong {
    color: #585f65;
    font-weight: 400;
    font-size: 60px;
}

.hp-about .section-title {
    margin-bottom: 25px;
}

.hp-about .section-title span::after {
    max-height: 120px;
}

.about-text p {
    font-family: var(--source-serif);
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
}

.about-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.about-img {
    width: 670px;
    height: 792px;
    position: relative;
}

.about-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    opacity: 13%;
    filter: brightness(0);
    opacity: 10%;
}

.about-img-logo {
    position: absolute;
    right: 10%;
    max-width: 80%;
    top: 50%;
    transform: translateY(-50%);
}

.about-content {
    width: 40%;
    margin-left: 115px;
}

.about-text {
    margin-bottom: 65px;
}

.hp-about .hp-btn {
    background: #71828d;
}

.hp-about .hp-btn:hover {
    background: white;
}

/*Team*/
.hp-team {
    position: relative;
    height: min(54.1875vw, 867px);
    height: min(59.6875vw, 955px);
}

.hp-team .textwidget {
    width: 100%;
    height: 100%;
}

.team-wrap {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* flex-direction: column; */
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 1600px;
    margin: auto;
}

.hp-team .section-title {
    position: absolute;
    /* bottom: 9.5%; */
    left: 14.1%;
    z-index: 1;

    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.team-bg {
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 0;
    height: 100%;
}

.team-bg canvas {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

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

.headshots-container {
    position: absolute;
    bottom: -2px;
}

.headshots-container:first-child {
    left: 27%;
    left: calc(6% - 1px);
    width: min(calc((482/1600)*100%), 482px);
}

.headshots-container:nth-child(2) {
    left: calc(33% + 4px);
    z-index: 1;
    width: min(calc((444/1600)*100%), 444px);
}

.headshots-container:last-child {
    /* right: 17%; */
    left: calc(56% - 2px);
    width: min(calc((649/1600)*100%), 649px);
}

.headshots-container.team-headshots-container {
    left: 50%;
    transform: translateX(-50%);
    width: min(calc((821/1600)*100%), 821px);
}

.team-details {
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 65%;
    padding-top: 30px;
    text-align: center;
}

.team-details .team-name {
    position: absolute;
    z-index: 1;
    text-align: center;
}

.team-name:hover {
    opacity: 0.75;
}

.team-details .team-name:first-child {
    /* top: calc(60% - 2px);
    left: calc(4% - 4px);
    text-align: left; */

    top: calc(42% + 3px);
    left: calc(11% + 4px);
}

.team-details .team-name:nth-child(2) {
    /* top: calc(43% - 4px);
    left: calc(56% - 2px);
    text-align: right; */

    top: 25%;
    left: calc(42% - 2px);
}

.team-details .team-name:last-child {
    /* top: 55%;
    left: 86%; */

    top: calc(43% - 5px);
    left: calc(71% - 4px);
}

.team-name a {
    position: relative;
}

.team-name a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    transform: translateY(-40px);
}

.team-name a:hover::after,
.team-name a:focus::after {
    height: 5px;
    opacity: 1;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.team-name span {
    font-family: var(--montserrat);
    font-size: clamp(16px, 1.6vw, 24px);
    color: white;
    text-transform: uppercase;
    line-height: 1.3;
}

.headshots-container img {
    /* filter: drop-shadow(0px 0px 10px #000000) !important;
    -webkit-filter: drop-shadow(0px 0px 10px #000000) !important;
    -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.5)) !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); */
    width: 100%;
    height: auto;
}

/*CTA*/
.cta-container a {
    background: #71828d;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 390px;
    height: 400px;
    position: relative;
}

.cta-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0px;
}

.cta-container {
    margin-right: 15px;
}

.cta-container:last-child {
    margin-right: 0;
}

.cta-title {
    z-index: 1;
    text-align: center;
}

.cta-title span {
    font-size: 36px;
    font-family: var(--montserrat);
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    line-height: 30px;
}

.cta-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 50%;
}

.cta-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-container:nth-child(2) a {
    background: #343a3c;
}

.cta-container:nth-child(2) .cta-img {
    opacity: 20%;
}

.cta-container a:hover:after {
    opacity: 87%;
    width: 94%;
    height: 90%;
}

.cta-container a::after {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: #6e7d88;
    opacity: 0;
    width: 0;
    height: 0%;
    margin: auto;
    transition: all 0.35s ease-in-out;
}

/*Numbers*/
.hp-numbers {
    height: 663px;
    background: #343a3c;
    position: relative;
}

.numbers-bg {
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 0;
    height: 100%;
}

.numbers-bg canvas {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 5%;
    height: 100%;
}

.hp-numbers .section-title {
    margin-bottom: 15px;
}

.hp-numbers .section-title span {
    color: white;
}

.numbers-details p {
    font-family: var(--source-serif);
    font-size: 18px;
    font-weight: 400;
    color: white;
}

.numbers-details {
    margin-bottom: 80px;
    text-align: center;
}

.numbers-container {
    text-align: center;
    margin-right: 40px;
    border-top: 2px solid #c8ebe5;
    padding: 80px 0;
    width: 280px;
    height: 250px;
    position: relative;
}

.numbers-container::after {
    content: '';
    right: 0;
    width: 2px;
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(200, 235, 229, 1) 50%, rgba(97, 103, 109, 0) 100%);
}

.numbers-container::before {
    content: '';
    left: 0;
    width: 2px;
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(200, 235, 229, 1) 50%, rgba(97, 103, 109, 0) 100%);
}

.numbers-container:last-child {
    margin-right: 0;
}

.numbers-container .counting {
    font-size: 64.74px;
    font-family: var(--montserrat);
    font-weight: 400;
    color: white;
    margin-bottom: 10px;
}

.numbers-container .counting em {
    font-style: normal;
}

.numbers-container span {
    font-family: var(--source-serif);
    font-size: 16.59px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 25px;
    color: white;
}

.numbers-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.numbers-flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.hp-numbers .textwidget {
    width: 100%;
    height: 100%;
}

.counting strong {
    font-weight: 400;
    display: none;
}

/*Testimonials*/
.hp-testimonials {
    position: relative;
    height: 877px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hp-testimonials .section-title {
    margin-bottom: 55px;
    padding-top: 35px;
}

.hp-testimonials .section-title span {
    color: #343a3c;
}

.testimonials-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.testimonials-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1135px;
}

.testimonials-slider .slick-list {
    height: 450px
}

.testimonials-container {
    text-align: center;
    background: white;
    position: relative;
    width: 535px;
    height: 425px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-right: 65px;
}

.testimonials-container::after {
    content: '';
    width: 100%;
    height: 25px;
    top: 0;
    left: 0;
    position: absolute;
    background: url(/wp-content/uploads/2023/03/testi-container-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-text {
    padding: 0px 45px;
    margin-top: 95px;
}

.testimonials-bg {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    font-size: 0;
}

.testimonials-bg canvas {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-text p {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 26px;
    color: #535353;
    font-family: var(--source-serif);
}

.testimonials-title {
    margin-top: 35px;
}

.testimonials-title span {
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #535353;
    font-family: var(--montserrat);
}

.testimonials-content button {
    width: 68px;
    height: 68px;
    background: #71828d;
    color: white;
    border: none;
    z-index: 1;
}

.hp-testimonials .btn-container {
    margin-top: 25px;
}

.hp-testimonials .prev {
    position: absolute;
    left: -68px;
    bottom: 187px;
    transform: rotate(180deg);
}

.hp-testimonials .next {
    position: absolute;
    right: -68px;
    bottom: 187px;
    background: #585f65;
}

.testimonials-content button {
    transition: all ease-in-out 0.35s;
}

.testimonials-content button:hover {
    opacity: 0.7;
}

/*Form*/
.ftr-form {
    position: relative;
    height: 871px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    display: none;
}

.form-bg {
    font-size: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    font-size: 0;
    height: 800px;
}

.form-bg canvas {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    opacity: 51%;
}

.form-overlay {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.form-wrap {
    background: linear-gradient(180deg, rgba(118, 133, 144, .95) 25%, rgba(97, 103, 109, .95) 68%);
    width: 49.5%;
    padding: 60px 80px 60px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
    margin-top: 65px;
    display: none;
}

.ftr-form .section-title {
    margin-bottom: 40px;
    display: flex;
}

.ftr-form .section-title p {
    color: #cecfd0;
}

.ftr-form .section-title span::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #6c7a84;
}

.ftr-form .section-title span::before {
    content: '';
    width: 2px;
    height: 100%;
    max-height: 75px;
    background: #626b72;
    position: absolute;
    bottom: 0;
    left: -1;
}

.form-details {
    margin-bottom: 75px;
}

.form-details p {
    font-family: var(--source-serif);
    font-size: 24px;
    font-weight: 400;
    color: white;
    line-height: 30px;
    text-align: center;
}

.form-container .input-wrp {
    margin-bottom: 55px;
}

.form-container .input-wrp span {
    width: 100%;
    display: flex;
}

.form-container .input-wrp span input {
    width: 100%;
    background: transparent;
    border: 1px solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-bottom: 30px;
    font-size: 16px;
    font-family: var(--source-serif);
    color: #d9d9d9;
    outline: none;
    padding-left: 15px;
}

.submit-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form-container .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: auto !important;
    z-index: 1;
}

.form-container .wpcf7 form .wpcf7-response-output {
    width: 100%;
    color: white;
    text-align: center;
    position: absolute;
    bottom: -40px;
    font-size: 12px;
}

.form-container {
    position: relative;
}

/*Footer*/
footer.footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 641px;
    width: 100%;
}

.footer-bg {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    font-size: 0;
    height: 100%;
}

.footer-bg canvas {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.upper-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 35px;
}

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

.ftr-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 70px 0 50px;
}

.ftr-contact .contact-container {
    margin-right: 35px;
}

.ftr-contact .contact-container:last-child {
    margin-right: 0;
}

.contact-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: var(--source-serif);
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #FFFFFF;
}

.contact-container a i {
    color: #585f65;
    margin-right: 15px;
}

.contact-container a i.ai-font-location-c {
    font-size: 24px;
    margin-right: 8px;
}

.contact-container a i.ai-font-envelope-f {
    font-size: 13px;
}

.contact-container a i.ai-font-phone {
    font-size: 18px;
}

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

.footernav li a {
    font-family: var(--montserrat);
    font-size: 14px;
    letter-spacing: 0.025em;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
}

.footernav li {
    margin-right: 60px;
}

.footernav li:last-child {
    margin-right: 0;
}

.lower-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 2px solid rgba(123, 124, 128, 0.25);
    padding-top: 25px;
}

.disclaimer p {
    text-align: center;
    font-family: var(--work-sans);
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #b7b7b9;
    padding: 0px 10px;
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}

.copyright span {
    font-family: var(--work-sans);
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #b7b7b9;
}

.copyright span a {
    transition: all ease-in-out 0.35s;
}

.copyright span a:hover {
    color: #71828d;
}

.contact-container a {
    transition: all ease-in-out 0.35s;
}

.contact-container a:hover {
    color: #71828d;
}

.footernav li a:hover {
    color: #71828d;
}

.footernav li a {
    transition: all ease-in-out 0.35s;
}

.copyright span a.agent-image {
    color: #b5b6b8;
    text-decoration: underline;
    font-weight: 500;
}

.copyright span a.agent-image:hover {
    color: #71828d;
}

.copyright-icons i {
    color: #b7b7b9;
    font-size: 25px;
    margin-right: 10px;
}

.copyright-icons i:last-child {
    margin-right: 0;
}

.disclaimer p a {
    transition: all ease-in-out 0.35s;
}

.disclaimer p a:hover {
    color: #71828d;
}

#ip-element-contact {
    padding-left: 15px;
    padding-right: 15px;
}

.post-page-team .agents-description strong#hide-to-main {
    display: none !important;
}

body #aios-testimonials .aios-testimonials-lists .aios-testimonials-content,
body .aiosp-wrap div[class*=aios-testimonials-popup-] .aiosp-content .aios-testimonials-popup-content {
    font-family: var(--source-serif);
}

body .aiosp-wrap div[class*=aios-testimonials-popup-] .aiosp-content h2,
body #aios-testimonials .aios-testimonials-lists h3,
body #agents-results .agents-name {
    font-family: var(--montserrat);
}

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

.aiosp-wrap .aiosp-ref-\#agents-popup-form input[type=submit]:hover {
    color: var(--aios-agents-primary-color) !important;
}

#ip-element-contact #breadcrumbs {
    margin-left: 122px;
    margin-right: 122px;
}

#ip-element-contact .aios-contact-main {
    margin-top: 0;
}

#areaPickerClearAll .glyphicon.glyphicon-remove-circle {
    color: #fff !important;
}

.page-id-63 .aios-mobile-header-wrapper,
.page-id-63 .header.sticky-header {
    z-index: 1001;
}

.page-id-63.ip-container #main-wrapper {
    z-index: auto;
}

.error-page-content-wrapper .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    width: auto;
    left: auto;
    right: 2px;
    font-size: 11px;
    top: 2px;
}

.error-page-content-wrapper .wpcf7 form .wpcf7-response-output {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: auto;
    font-size: 13px;
}

#agents-results .agents-contact {
    background: white !important;
    border: 1px solid var(--aios-agents-primary-color) !important;
}

#ihf-main-container .close {
    color: white !important;
    opacity: 1 !important;
}

.post-page-contact .aios-contact-textarea {
    padding-right: 60px !important;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.post-page-contact .aios-contact-textarea::-webkit-scrollbar {
    display: none;
}

.post-page-contact .aios-contact-wrap .wpcf7-spinner {
    margin: 0 !important;
    position: absolute !important;
    bottom: -35px !important;
}

.property-result-quick-search .dropdown-menu.open {
    left: unset;
    right: 0;
}

.aios-custom-ihomefinder-details-template.ihf-details-template .ip-pd-listings-address {
    font-size: clamp(0.813rem, 1.151vw + 0.099rem, 1.25rem);
}

.ihf-details-template #ip-property-details ul {
    margin-left: 0;
    margin-bottom: 10px !important;
}

.ihf-details-template .ip-pd-listings-hover span.hp-btn {
    margin: 0 auto !important;
}

.aios-custom-ihomefinder-details-template.ihf-details-template .ip-custom-breadcrumbs p#breadcrumbs,
.ip-custom-breadcrumbs p#breadcrumbs a {
    color: white;
}

.aios-custom-ihomefinder-details-template.ihf-details-template .ip-custom-breadcrumbs p#breadcrumbs,
.ip-custom-breadcrumbs p#breadcrumbs a:hover {
    opacity: 0.6;
}

.ihf-details-template #ihf-main-container.ihf-modal-container .modal input[type=submit].active,
.ihf-details-template #ihf-main-container.ihf-modal-container .modal input[type=submit]:hover,
.ihf-details-template #ihf-main-container.ihf-modal-container .modal button[type=submit].active,
.ihf-details-template #ihf-main-container.ihf-modal-container .modal button[type=submit]:hover,
.ihf-details-template #ihf-main-container.ihf-modal-container .modal button#ihf-alert-popup-optout:hover {
    color: #555 !important;
    background: var(--aios-ihf-template-global-page-secondary-color) !important;
    border: 1px solid #555 !important;
}

.ihf-details-template #ihf-main-container.ihf-modal-container .modal input[type=submit],
.ihf-details-template #ihf-main-container.ihf-modal-container .modal button[type=submit],
.ihf-details-template #ihf-main-container.ihf-modal-container .modal button#ihf-alert-popup-optout {
    color: #555 !important;
    border: 1px solid #555 !important;
}

#agents-results .agents-contact li:hover span.ai-font-person-a {
    color: black !important;
}

.single-aios-agents .agents-popup-form .wpcf7-response-output {
    font-size: 11px !important;
    position: absolute !important;
    bottom: -5px !important;
    left: 0 !important;
    right: 0 !important;
    width: 95% !important;
}

.single-aios-agents .aiosp-wrap .aiosp-ref-\#agents-popup-form .aios-popup-body {
    min-height: fit-content !important;
}

.single-aios-agents .aiosp-wrap .aiosp-container .aios-popup-body {
    height: fit-content !important;
}

.single-aios-agents .aiosp-wrap .wpcf7-spinner {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}

.property-result-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
}


.single-aios-agents #agents-single .agents-right .agents-description-line {
    display: none;
}
.ip-container #inner-page-wrapper #breadcrumbs{
    display: none !important;
}
.single-aios-agents #agents-single .agents-img {
    background: none;
}
.post-page-team .ip-banner::before {
    background: none !important;
}
.post-page-team .ip-banner canvas {
    min-height: 550px;
}


.post-20 .entry-content {
	padding-top: 25px;
}

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