    /*
Theme Name: VIP Real Estate - Colorado
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: 'Mukta', sans-serif;
    --font-family-title: 'Mukta', sans-serif;
    --font-size-default: 14px;
    --font-size-title: 18px;
    --font-color-default: #4e4e4e;
    --font-color-title: #1a1a1a;
    /** Use for input, button, and any other element */
    --primary: #f63d3b;
    --secondary: #1a1a1a;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --default-transition: .3s cubic-bezier(.4,0,.2,1);
}

/*******************************************************
 *
 * 2. Navigation
 *
 *******************************************************/
 .site-navi li {
    display: block;
    position: relative;
}

.site-navi li a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    transition: color 0.35s ease-in-out;
}

.site-navi > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    margin: 0 25px;
}

.site-navi > li.spacer {
    opacity: 0;
    pointer-events: none;
}

.site-navi > li > a::after {
    content: '';
    position: absolute;
    background: var(--secondary);
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    transition: all .5s;
    display: none;
}

.site-navi > li:hover > a::after {
    width: 50%;
}

.site-navi > li > a {
    padding: 0 10px;
}

.site-navi .sub-menu {
    position: absolute;
    width: 100%;
    min-width: 220px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.site-navi > li > .sub-menu .site-navi .sub-menu .sub-menu {
    top: 0;
    margin-left: 100%;
}

.site-navi .sub-menu li a {
    background: #fff;
    color: #666;
    padding: 10.5px 5px;
    transition: background-color var(--default-transition);
    position: relative;
}

.site-navi .sub-menu li a::after {
    width: 100%;
    height: 1px;
    background-color: var(--primary);
    content: '';
    display: block;
    max-width: 120px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    width: 0;
    transition: all .5s;
}

.site-navi .sub-menu li:hover a::after {
    width: 100%;
}

.site-navi > li > .sub-menu {
    left: -250%;
    right: -250%;
    margin: auto;
    padding-top: 15px;
}

.site-navi li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.default-header.scrolled .site-navi > li > a {
    color: #000;
}

.side-nav-trigger .bmenu {
    width: 55px;
    height: 55px;
    background-color: var(--primary);
    border: 1px var(--primary) solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--default-transition);
}

.side-nav-trigger .bmenu i {
    display: block;
    width: 37px;
    height: 9px;
    background-image: url(images/b-arrow-a.png);
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    transition: all var(--default-transition);
}

.side-nav-trigger .bmenu i:nth-child(3) {
    animation: bmenuI 1.5s normal linear;
    animation-delay: 0s;
}

.side-nav-trigger .bmenu i:nth-child(2) {
    animation: bmenuI 1.5s normal linear;
    animation-delay: .5s;
}

.side-nav-trigger .bmenu i:nth-child(1) {
    animation: bmenuI 1.5s normal linear;
    animation-delay: 1s;
}
.footer-c21{
    margin: 0 0 35px;
}
.footer-c21 .footer-c21--title{
    font-size: 17px;
    letter-spacing: 0.050em;
    line-height: 1.2;
    margin: 0 0 0.765em;
}
.footer-c21 .footer-c21--logo{
    max-width: 285px;
}
@keyframes bmenuI {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    25% {
        opacity: .5;
        transform: scale(1.2);
    }

    50% {
        opacity: 0;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.side-nav-trigger .bmenu:hover, .default-header.scrolled .side-nav-trigger .bmenu {
    background-color: transparent;
    border-color: #a3a3a4;
}

.default-header.scrolled .side-nav-trigger .bmenu i {
    filter: brightness(1);
    transform: rotate(180deg)
}

.default-header.scrolled .side-nav-trigger .bmenu:hover {
    background-color: var(--primary)
}

.default-header.scrolled .side-nav-trigger .bmenu:hover i {
    filter: brightness(5);
}

/* Off Canvas : START */
.is-off-canvas-active {
    overflow: hidden;
}

.off-canvas {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1022;
    overflow: auto;
    font-size: 0;
}

.off-canvas.zoomOut {
    visibility: hidden;
}

.off-canvas-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.off-canvas-inner {
    background: #1a1a1a;
    background-size: cover;
    position: relative;
    width: 100%;

    min-height: 100%;
    padding: 95px 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.off-canvas-inner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(images/sidenav-bg.jpg);
    top: 0;
    left: 0;
    background-size: cover;
    opacity: .03;
    z-index: 1;
}

.off-canvas-inner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 1000;
    top: 15vh;
    background-image: url(images/slider-accent.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .020;
    z-index: 1;
}

.off-canvas-inner > * {
    position: relative;
    z-index: 2;
}

.off-canvas-inner .menu-primary-menu-container {
    width: 90%;
    max-width: 1090px;
    margin: 0 auto;
}

.off-canvas-close {
    position: absolute;
    top: 75px;
    right: 25px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    /* background-color: var(--primary); */
    width: 55px;
    height: 55px;
    border: 1px #fff solid;
}

.off-canvas-close i {
    display: inline-block;
    width: 37px;
    height: 9px;
    background-image: url(images/b-arrow-a.png);
    background-repeat: no-repeat;
    /* filter: brightness(5); */
    transition: all var(--default-transition);
    position: absolute;
    top: 40%;
    transition: all var(--default-transition);
}

.off-canvas-close i:nth-child(1) {
    transform: rotate(90deg);
    left: 5px;
}

.off-canvas-close i:nth-child(2) {
    transform: rotate(-90deg);
    right: 5px;
}

.off-canvas-close:hover {
    transform: rotate(-180deg);
}

.off-canvas-logos {
    position: relative;
    padding: 0 0 35px;
    width: 90%;
    max-width: 1090px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
}
.off-canvas-logo {
    position: relative;
    max-width: 254px;
    margin-right: 30px;
}

.burger-logo-wrap {
    display: inline-flex;
    align-items: flex-end;
}

.off-canvas-logo a {
    display: inline-block;
}

.off-canvas-logo a img {
    filter: brightness(0) invert(1);
}

.off-canvas-logo img:nth-child(2) {
    height: 78px;
    width: auto;
    margin-bottom: 5px;
}

.side-navi {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
    width: 100%;
}

.side-navi li a {
    display: block;
    position: relative;
    font-size: 15px;
    color: #cacaca;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.side-navi li:hover > a {
    color: var(--hover-color);
}

.side-navi > li {
    padding: 0 0;
    width: 33.33%;
    margin-bottom: 90px;
}

.side-navi > li.contact-holder {
    flex: 1;
}

.side-navi > li.spacer {
    display: none;
}

.side-navi > li > a {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.15em;
}

.side-navi > li.menu-item-has-children > a {
    margin-bottom: 25px;
    font-size: 22px;
}

.side-navi > li:hover > a {
    color: var(--hover)
}

.side-navi .sub-menu li {
    margin-bottom: 12px;
    padding-left: 12px;
}

.side-navi .sub-menu li a {
    text-transform: none;
    font-size: 16px;
}

.side-navi .split-children > ul {
    column-count: 2;
}

.side-navi .sub-menu li.side-navi-main a {
    font-size: 15px;
    font-weight: 700;
}

.off-canvas-contact {
    position: absolute;
    right: 100px;
}

.off-canvas-contact > div {
    font-size: 14px;
}

.off-canvas-smi-wrap a {
    font-size: 22px;
    color: var(--secondary);
    margin: 0 5px;
}

.off-canvas-contact-info .oc-label {
    color: var(--primary);
    margin-right: 5px;
}

.off-canvas-contact-info {
    display: flex;
}

.off-canvas-contact-info .contact-info {
    margin-right: 20px;
}

.side-navi .sub-menu li .sub-menu {
    margin-top: 10px;
}

.side-navi .sub-menu li .sub-menu a {
    font-size: 14px;
}

.side-contact-locations {
    font-size: 14px;
    margin-top: 20px;
    color: #cacaca;
    display: flex;
    gap: 70px;
    /* justify-content: space-between; */
}

.side-contact-location {
    line-height: 200%;
}

.side-contact-location a {
    font-size: 14px;
    color: #fff;
}


.side-contact-location .location-name {
    font-size: 17px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.side-contact-location .location-phone,
.side-contact-location .location-address {
    display: flex;
    margin-bottom: 10px;
}

.side-contact-location i {
    color: var(--primary);
    margin-right: 15px;
    top: 2px;
}

.side-contact-location i.ai-font-location-c {
    top: 5px;
    font-size: 18px;
}

/*******************************************************
 *
 * 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; */
}

body.home {
    overflow-x: hidden;
}

#main-wrapper {
    overflow: hidden;
}

a:hover {
    color: var(--primary);
}

body.home section p {
    line-height: 180%;
    margin-bottom: 30px;
    font-size: 16px;
}

.section-title h2 {
    font-size: 86px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    color: var(--font-color-title);
    line-height: 110%;
    margin-bottom: -5px;
}

.section-title h2 span {
    display: block;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    color: var(--primary);
    position: relative;
    line-height: normal;
}

.section-title h2 span.line::after {
    content: '';
    position: absolute;
    width: 64px;
    height: 2px;
    background-color: var(--primary);
    top: 50%;
    transform: translateY(-50%);
    margin-left: 40px;
}

.hp-btn {
    text-transform: uppercase;
    padding: 18px 45px;
    border: 1px #d5d5d5 solid;
    display: inline-block;
    position: relative;
    transition: color var(--default-transition);
    font-size: 17px;
    color: #1a1a1a;
}

.hp-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: var(--primary);
    content: '';
    transition: width var(--default-transition);
    z-index: 1;
}

.hp-btn * {
    position: relative;
    z-index: 2;
}

.hp-btn:hover::before {
    width: 100%;
}

.hp-btn input {
    border: 0;
    background: transparent;
    text-transform: uppercase;
    padding: 0;
    font-size: 17px;
}

.hp-btn:hover {
    color: #fff;
}

.hp-slide-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.hp-slide-arr {
    border: 0;
    background-color: transparent;
    margin: 0 30px;
    transition: all var(--default-transition);
}

.hp-slide-arr:hover {
    transform: scale(1.1);
}

.hp-slide-arr-p img {
    transform: rotate(-180deg)
}

/* header */
header.header {
    position: fixed;
    width: 100%;
    z-index: 100;
    opacity: 0;
    transition: opacity .5s;
}

header.header.split {
    opacity: 1;
}

.default-header {
    transition: background-color var(--default-transition);
    padding: 20px 0;
}

.default-header .header-logo img {
    filter: brightness(0) invert(1);
    transition: all var(--default-transition);
}

.default-header.scrolled {
    background-color: #fff;
    padding: 15px 0;
    border-bottom: 1px #ccc solid;
}

div.default-header.scrolled .header-logo img {
    height: auto;
    width: 115px;
    filter: brightness(1);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
}

.header-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.header-left > .navigation {
    width: 100%;
}

.header-left .menu-primary-menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.header-left .menu-primary-menu-container .header-logo {
    left: 15px;
    position: relative;
}

.header-right {
    position: absolute;
    right: -100px;
}

.mobile-logo {
    text-align: center;
    padding: 60px 0 10px;
    display: none
}

.header-contact-wrap {
    display: flex;
    border-left: 1px #fff solid;
    align-items: center;
    margin-left: 35px;
}

.header-contact-wrap > div {
    font-size: 0;
    margin: 0 35px;
    position: relative;
}

.header-contact-wrap > div.header-site-email {
    margin-left: 0;
}

.header-contact-wrap > div::after {
    width: 100%;
    height: 1px;
    content: '';
    background: var(--primary);
    position: absolute;
    bottom: -8px;
    left: 0;
    opacity: 0;
    transition: opacity var(--default-transition);
}

.header-contact-wrap > div:hover::after {
    opacity: 1;
}

.header-contact-wrap a:hover {
    color: #fff;
}

.header-contact-wrap .header-site-phone .client-phone {
    font-size: 0;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    line-height: 35px;
    background-color: #fff;
    color: #1a1a1a;
    text-align: center;
    color: var(--primary);
    transition: all var(--default-transition);
    opacity: 0;
}

.header-contact-wrap .header-site-phone:hover .client-phone {
    bottom: -45px;
    opacity: 1;
    width: 120px;
    height: 35px;
    font-size: 12px;
}

.header-contact-wrap .ai-font-phone{
    font-size: 15px;
}

.header-contact-wrap .ai-font-envelope {
    font-size: 11px;
}

.scrolled .header-contact-wrap > div,
.scrolled .header-contact-wrap a:hover{
    color: var(--primary);
}

.scrolled .header-contact-wrap {
    border-color: #1a1a1a;
}

.header-contact-wrap .dropdown-menu {
    font-size: 12px;
    background-color: transparent;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: 0;
    margin-top: 10px;
}

.header-contact-wrap .dropdown-menu li span {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 2px;
}

.header-contact-wrap .dropdown-menu li {
    padding: 8px 0;
    background-color: var(--primary);
    color: #fff;
}

.header-contact-wrap .dropdown-menu li:hover {
    background-color: #fff;
    color: var(--primary);
}

.header-contact-wrap .dropdown-menu li:hover a {
    color: var(--primary);
}

/* footer */
footer.footer .container {
    max-width: 1140px;
    width: 95%;
    position: relative;
    z-index: 2;
    font-size: 12px;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer.footer .container::before,
footer.footer .container::after {
    width: 100%;
}

.footer-top {
    padding: 65px 0 100px;
    position: relative;
    color: #1a1a1a;
}

.footer-top::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(images/hp-texture.jpg);
    background-size: cover;
    opacity: .50;
    top: 0;
    left: 0;
}

.footer-top .container {
    display: flex;
}

.footer-disclaimer {
    width: 40%;
}

.footer-bottom {
    background-color: #120b0b;
    color: #fff;
    position: relative;
}

.footer-bottom::before {
    content: '';
    width: 51%;
    position: absolute;
    top: -44px;
    left: 0;
    /*border-bottom: 45px solid #120b0b;
    border-right: 40px solid transparent;
    height: 0;*/
    height: 45px;
    background-color: #120b0b;
    transform: skewX(-320deg);
}

.footer-bottom::after {
    content: '';
    position: absolute;
    top: -45px;
    left: 0;
    height: 45px;
    background-color: #120b0b;
    width: 20px;
}

.footer-nav {
    color: #fff;
    padding: 0 0 20px;
}

.footer-nav ul li {
    display: inline;
    text-transform: uppercase;
    padding: 0 12px;
}

.footer-nav ul li:first-child {
    padding-left: 0;
}

.footer-disclaimer {
    margin-bottom: 30px;
    line-height: 150%;
    width: 40%;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.020em;
    margin: 44px 0 0;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 35px;
}

.footer-contact-info-list {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin: 30px 0 0;
    position: relative;
}

.footer-contact-info-list .contact-info {
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 23px;
    font-size: 17px;
}

.footer-contact-info-list .contact-info i {
    margin-right: 10px;
    color: var(--primary);
    font-size: 12.5px;
}

.footer-contact-info-list .contact-info i.ai-font-location-c {
    font-size: 18px;
    top: 2px;
    margin-right: 5px;
}

.footer-contact-info-list .contact-info i.ai-font-envelope-f {
    font-size: 11px;
}

.footer-contact-info-list .contact-info.address {
    width: 100%;
    display: block;
}

.footer-contact-locations {
    display: flex;
    flex-wrap: wrap;
}

.footer-contact-location {
    width: 50%;
    /* margin-bottom: 30px; */
    font-size: 15px;
    line-height: 1.333;
    color: #1a1a1a;
    letter-spacing: 0.050em;
}

.footer-contact-location i {
    color: var(--primary);
}

.footer-contact-location i.ai-font-envelope-f {
    font-size: 11px;
}

.footer-contact-location .location-name {
    /*font-size: 20px;*/
    font-size: 1.333em;
    margin-bottom: 0.25em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.050em;
}

.footer-copyright .ai-icon {
    font-size: 30px;
    display: inline-block;
    margin-right: 10px;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 20px;
}

.footer-form-wrap {
    padding-left: 8.125vw;
    background-image: url(images/footer-form-bg.jpg);
    background-position: right top;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.footer-form-wrap::before {
    content: '';
    position: absolute;
    width: 4.375vw;
    height: 45%;
    background-color: #dd2222;
    top: 0;
    left: 0;
    background-image: url(images/about-accent.jpg);
    background-size: cover;
}

.footer-form-wrap::after {
    content: '';
    position: absolute;
    width: 4.375vw;
    height: 55%;
    background-color: #d6d6d6;
    bottom: 0;
    left: 0;
    opacity: .5;
}

.footer-form-left {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 630px;
}

.footer-form-left .form-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-form-left .form-row .form-col {
    width: calc(50% - 20px);
    margin-bottom: 10px;
}

.footer-form-left .form-row .form-col-full {
    width: 100%;
}

.footer-form-left .form-row .wpcf7-form-control {
    border: 0;
    border-bottom: 1px #868686 solid;
    background: transparent;
    padding: 10px 0 20px;
    font-size: 17px;
    width: 100%;
}

.footer-form-left .form-row select.wpcf7-form-control {
    -webkit-appearance: none;
}

.footer-form-left .form-row select.wpcf7-form-control option {
    background-color: var(--primary);
    color: #fff;
    font-size: 13px;
}

.footer-form-left .form-row textarea.wpcf7-form-control {
    height: 90px;
    resize: none;
    margin-bottom: 20px;
}

.footer-form-right {
    display: flex;
    align-items: flex-end;
}

.footer-form-right img {
    display: block;
    margin-bottom: 60px;
    width: 100%;
    height: auto;
}

.footer-form-wrap .wpcf7-spinner {
    position: absolute;
}

.footer-form .wpcf7-response-output {
    text-align: center;
}

.footer-form .use-floating-validation-tip .wpcf7-not-valid-tip {
    right: 5px;
    left: auto;
    top: 0;
    position: absolute;
    width: auto;
}

.footer-location-select {
    position: relative;
    margin-bottom: 100px;
}

.footer-location-select .dropdown-toggle {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-location-select .dropdown-toggle .caret {
    margin-left: 15px;
    transform: scale(1.5);
    position: relative;
}


.footer-location-select .dropdown-toggle[aria-expanded="true"] .caret {
    transform: rotate(180deg) scale(1.5);
}

.footer-location-select .dropdown-menu {
    background: transparent;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.footer-location-select .dropdown-menu>li>a {
    padding: 0;
    font-size: 15px;
    color: #1a1a1a;
}

.footer-location-select .dropdown-menu>li>a:hover {
    color: var(--primary);
}

/* hp slider */
.hp-slider {
    position: relative;
    height: 100vh;
    max-height: 1080px;
}

.hp-slider-holder {
    position: relative;
}

.hp-slider-holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    z-index: 1;
    opacity: .5;
}

.hp-slider-holder::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    opacity: .2;
}

.hp-slider-holder .cycloneslider-template-responsive {
    position: relative;
}

.hp-slider-holder .cycloneslider-template-responsive::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 1000;
    top: 15vh;
    background-image: url(images/slider-accent.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .15;
}

.hp-slider-holder .cycloneslider-canvas, .hp-slider-holder .cycloneslider-template-responsive.cycloneslider-width-full .cycloneslider-slide canvas {
    height: 100vh;
    max-height: 1080px;
}

.hp-slider-holder .cycloneslider-template-responsive .cycloneslider-slide {
    background-color: #ccc;
}

.hp-slider-content-holder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    z-index: 2;
}

.hp-slider-content-holder h1 {
    font-size: 82px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 0 30px #000;
    text-align: center;
    opacity: 0;
    margin-bottom: 80px;
    /* see cyclone slider caption */
}

.hp-slider-holder .cycloneslider-template-responsive .cycloneslider-caption{
    position:absolute;
    bottom:auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index:500;
    width:100%;
    background: transparent;
    color:#fff;
    opacity: 1;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 0 30px #000;
    text-align: center;
}

.hp-slider-holder .cycloneslider-template-responsive .cycloneslider-caption-title {
    font-size: 82px;
    color: #fff;
    opacity: 1;
}

.hp-slider-holder .cycloneslider-template-responsive .cycloneslider-caption-title span {
    display: block;
}

.hp-slider-content-holder h1 span {
    display: block;
}

.slider-tagline {
    margin-bottom: 30px;
}

.hp-slider-content-holder .qs-custom-select {
    width: 90%;
    max-width: 810px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / .5);
}

.hp-slider-content-holder .qs-custom-select .dropdown-toggle {
    display: block;
    background-color: rgb(255 255 255 / .90);
    color: #4e4e4e;
    text-align: left;
    height: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    transition: background-color var(--default-transition);
}

.hp-slider-content-holder .qs-custom-select .dropdown-toggle[aria-expanded="true"] {
    background-color: rgb(255 255 255 / 1);
}

.hp-slider-content-holder .qs-custom-select .dropdown-toggle[aria-expanded="true"] .caret {
    transform: rotate(180deg);
}

.hp-slider-content-holder .qs-custom-select .dropdown-menu {
    width: 100%;
    border: 1px #fff solid;
    border-radius: 0;
    margin-top: -5px;
    background-color: var(--primary);
    padding: 0;
}

.hp-slider-content-holder .qs-custom-select .dropdown-menu li:not(:last-child) {
    border-bottom: 1px #f16767 solid;
}

.hp-slider-content-holder .qs-custom-select .dropdown-menu a {
    color: #fff;
    transition: background-color var(--default-transition);
}

.hp-slider-content-holder .qs-custom-select .dropdown-menu a:hover {
    color: var(--primary);
}

.hp-slider-content-holder .qs-custom-select .dropdown-menu>li>a {
    padding: 16px 20px;
}

/* hp: fixed contact icons */
.hp-fixed-contact-icons {
    position: absolute;
    z-index: 99;
    height: 100%;
    left: 0;
    top: 0;
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fixed-smi-divider {
    width: 1px;
    height: 30px;
    background-color: #fff;
    margin: 0 auto;
}

.hp-fixed-contact-icons a {
    font-size: 0;
    display: block;
    text-align: center;
    margin: 20px 0;
}

.hp-fixed-contact-icons a span {
    font-size: 20px;
    color: #fff;
}

.hp-fixed-contact-icons a span.ai-font-envelope {
    font-size: 11px;
}

.hp-fixed-contact-icons a span.ai-font-phone {
    font-size: 16px;
}

/* hp: about */
.hp-about {
    position: relative;
}

.hp-about > div.textwidget {
    position: relative;
    z-index: 2;
}

.hp-about > div.textwidget::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10%;
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.hp-about::before {
    content: '';
    width: 50%;
    position: absolute;
    top: -45px;
    right: 0;
    /*border-bottom: 45px solid #fff;
    border-left: 25px solid transparent;
    height: 0;*/
    background-color: #fff;
    height: 45px;
    z-index: 2;
    transform: skewX(320deg);
}

.hp-about::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/hp-texture.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: .50;
    z-index: 1;
}

.hp-about-wrap {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}

.hp-about-wrap::before {
    content: '';
    position: absolute;
    top: -45px;
    right: 0;
    width: 70px;
    height: calc(50% + 45px);
    background-color: #9b1512;
    background-image: url(images/about-accent.jpg);
    background-size: cover;
}

.hp-about-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 50%;
    background-color: #e7e7e7;
}

.hp-about-text {
    max-width: 690px;
}

/* hp: featured properties */
.hp-featured-properties {
    position: relative;
    overflow: hidden
}

.hp-featured-properties::before {
    content: '';
    width: 50%;
    position: absolute;
    top: -44px;
    right: 0;
    /*border-bottom: 45px solid #fff;
    border-left: 25px solid transparent;
    height: 0;*/
    background-color: #fff;
    height: 45px;
    z-index: 1;
    transform: skewX(320deg);
}

.hp-featured-properties::after {
    content: '';
    width: 10%;
    position: absolute;
    top: -44px;
    right: 0;
    background-color: #fff;
    height: 45px;
    z-index: 1;
}

.hp-fp-wrap {
    padding: 0 0 70px 0;
    margin-left: -5px;
    margin-right: -5px;
    position: relative;
}

.hp-fp-wrap .section-title {
    position: relative;
    padding: 70px 0 30px;
}

.hp-fp-wrap .section-title::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background-color: #9b1512;
    background-image: url(images/about-accent.jpg);
    background-size: cover;
    z-index: 2;
    display: none;
}

.fp-list {
    margin-bottom: 50px;
}

.hp-fp-wrap .slick-slide {
    outline: none;
    padding: 0 2.5px 5px;
}

.fp-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 2.5px;
}

.fp-item::before {
    content: '';
    border: 5px solid;
    border-image: url(images/fp-border.png) 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: opacity var(--default-transition);
}

.fp-item:hover::before {
    opacity: 1;
}

.fp-img {
    height: 426px;
    position: relative;
}

.fp-img::before {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: .75;
}

.fp-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url(images/fp-accent.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: 50% 40%;
    transition: opacity var(--default-transition);
}

.fp-item:hover .fp-img::after {
    opacity: .5;
}

.fp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fp-details {
    color: #fff;
    font-weight: 300;
    padding-left: 25px;
    position: absolute;
    bottom: -55px;
    transition: bottom var(--default-transition);
    width: 100%;
}

.fp-details::before {
    content: '';
    width: 3px;
    height: 110px;
    background-color: var(--primary);
    left: 1px;
    top: -10px;
    position: absolute;
}

.fp-item:hover .fp-details {
    bottom: 0;
}

.fp-details .fp-price {
    font-size: 35px;
    margin-bottom: 10px;
}

.fp-details .fp-address-1, .fp-details .fp-address-2 {
    font-size: 17px;
}

.fp-details .fp-address-2 {
    margin-bottom: 25px;
    margin-top: 5px;
}

.fp-more-details {
    padding: 12px 0 24px;
    display: inline-block;
    border-top: 1px rgb(255 255 255 / .30) solid;
}

.fp-more-details span {
    margin-right: 10px;
    position: relative;
}

.fp-more-details span::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 12px;
    background-size: contain;
    background-image: url(images/fp-beds.png);
    margin-right: 10px;
}

.fp-more-details span.fp-beds::before {
    background-image: url(images/fp-beds.png);
}

.fp-more-details span.fp-baths::before {
    background-image: url(images/fp-baths.png);
    width: 17px;
    height: 17px;
}

.fp-more-details span.fp-sqft::before {
    background-image: url(images/fp-sqft.png);
    width: 15px;
    height: 15px;
}

.fp-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 50px;
    line-height: 50px;
    background-color: var(--primary);
    text-transform: uppercase;
    text-align: center;
    z-index: 3;
}


/* hp: welcome */

section.hp-welcome{
    position: relative;
	background: #fff;
}

section.hp-welcome::before {
    content: '';
    width: 50%;
    height: 50px;
    top: -50px;
    background: #fff;
    right: -70px;
    z-index: 1;
    position: absolute;
    transform: skewX(-45deg);
}

section .hp-welcome-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);  
}

section.hp-welcome::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	opacity: .30;
	background-image: url(images/hp-texture.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.hp-welcome-wrap {
    display: flex;
    width: 90%;
    max-width: 1460px;
    margin: 0 auto;
    position: relative;
    padding: 100px 0 80px;
	z-index: 3;
}

.hp-welcome-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hp-welcome-logo {
	width: 100%;
	max-width: 499px;
	padding-right: 63px;
	margin-bottom: 120px;
}

.hp-welcome-text {
	width: 100%;
}

.hp-welcome-text .hp-btn {
	min-width: 208px;
	text-align: center;
	letter-spacing: 0.05em;
	margin-top: 25px;
}

section.hp-welcome .hp-welcome-text p {
	font-size: 17px;
	letter-spacing: 0.05em;
}


/* hp: ctas */
section.hp-ctas{
    position: relative;
}

.hp-ctas-wrap {
    display: flex;
    width: 90%;
    max-width: 1460px;
    margin: 0 auto;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;

    padding: 110px 0 40px;
}

section.hp-ctas::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: calc(100% + 400px);
    background-color: #9b1512;
    background-image: url(images/hp-cta-accent.jpg);
    background-size: cover;
    z-index: -1;
}

.hp-ctas-slide {
    width: 100%;
}

.hp-ctas-slide .slick-slide {
    padding: 0 5px;
}

.hp-ctas-wrap .hp-slide-nav {
    margin: 45px 0;
    display: none;
}

.hp-ctas-wrap .hp-slide-arr {
    margin: 0 10px;
}

.hp-cta {
    width: calc(25% - 10px);
    position: relative;
}

.hp-cta-img {
    position: relative;
}

.hp-cta-img canvas{
    display: block;
    width: 100%;
    height: auto;
}

.hp-cta-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f2f2f2;
    z-index: 2;
    opacity: .85;
    transition: opacity var(--default-transition);
}

/*section.hp-ctas::before {
    content: '';
    width: 50%;
    height: 50px;
    top: -50px;
    background: #fff;
    right: -70px;
    z-index: 1;
    position: absolute;
    transform: skewX(-45deg);
}*/

.hp-cta:hover .hp-cta-img::before {
    opacity: .65;
}

.hp-cta:nth-child(even) .hp-cta-img::before,
.hp-ctas-slide .slick-slide:nth-child(even) .hp-cta-img::before{
    background-color: var(--primary);
}

.hp-cta-img img {
    filter: grayscale(1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.hp-cta-lbl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    text-align: center;
    width: 100%;
    color: var(--primary);
    font-size: 30px;
    text-transform: uppercase;
}

.hp-cta-lbl span {
    display: block;
}

.hp-cta:nth-child(even) .hp-cta-lbl,
.hp-ctas-slide .slick-slide:nth-child(even) .hp-cta-lbl {
    color: #fff;
}

.hp-cta-lbl::before {
    content: '';
    width: 150px;
    height: 36px;
    background-image: url(images/cta-accent.png);
    display: block;
    margin: 0 auto 10px;
}

.hp-cta:nth-child(even) .hp-cta-lbl::before,
.hp-ctas-slide .slick-slide:nth-child(even) .hp-cta-lbl::before {
    filter: brightness(5);
}

/* hp: team */
.hp-team {
    position: relative;
    background-color: #fff;
}

.hp-team::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    z-index: 2;
    top: 0;
    left: 0;
}

.hp-team:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(images/team-bg.jpg);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    filter: grayscale(1);
    opacity: .07;
    z-index: 1;
}

.hp-team > div.textwidget::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 2;
    bottom: 0;
    left: 0;
}

.hp-team-wrap {
    width: 90%;
    max-width: 1460px;
    margin: 0 auto 90px;
    position: relative;
    z-index: 2;
}

.hp-team-wrap .section-title {
    margin-bottom: 20px;
}

.hp-team-wrap .team-list {
    margin-bottom: 50px;
}

.hp-team-wrap .team-list .slick-slide {
    outline: none;
    padding: 0 8px;
}

.team-agent-img {
    width: 100%;
    height: 412px;
    position: relative;
}

.team-agent-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px var(--primary) solid;
    opacity: 0;
    transition: opacity var(--default-transition);
}

.team-agent:hover .team-agent-img::before {
    opacity: 1;
}

.team-agent-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.team-agent-details {
    color: #fff;
    text-align: center;
    padding: 20px 0;
    color: var(--secondary);
    background-color: var(--primary);
    box-shadow: 0 0 5px rgb(0 0 0 / .1);
    position: relative;
    transition: background-color var(--default-transition);
    position: relative;
}

.team-agent-details::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(images/agent-details-bg.jpg);
    background-size: cover;
    z-index: 1;
    transition: opacity var(--default-transition);
}

.team-agent-details > div {
    z-index: 2;
    position: relative;
}

.team-agent:hover .team-agent-details::before {
    opacity: 0;
}

.team-agent-details::after {
    width: 80px;
    height: 2px;
    background-color: var(--primary);
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.team-agent-name {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.team-agent-position {
    color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.team-agent:hover .team-agent-details, .team-agent:hover .team-agent-position {
    color: #fff;
}

/* hp: affiliates */
.hp-affiliates-wrap {
    display: flex;
    /* width: 90%;
    max-width: 1460px; */
    margin: 0 auto 90px;
    padding: 74px 6.4375% 79px;
    position: relative;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.hp-affiliates-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/hp-texture.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: .20;
    z-index: 1;
}

.hp-affiliates-wrap > * {
    position: relative;
    z-index: 2;
}

.hp-affiliates-left {
    position: relative;
    width: 45.912%;
    padding-top: 36px;
    padding-right: 5.5%;
    display: flex;
    align-items: center;
}

.hp-affiliates-left::before,
.hp-affiliates-left::after {
    content: '';
    position: absolute;
    width: 4.375vw;
    height: 100%;
    background-image: url(images/aff-left-bg.jpg);
    z-index: 2;
    background-size: cover;
    left: 0;
    top: 0;
    background-attachment: fixed;
    display: none;
}

.hp-affiliates-left::after {
    height: 4.375vw;
    width: 100%;
    bottom: 0;
    top: auto;
}

.hp-affiliates-text {
    /*margin: -1px 0 4.375vw 4.375vw;
    padding: 50px 14vw 50px 6.250vw;*/
    position: relative;
    z-index: 2;
}
.hp-affiliates-text .section-title h2 {
    font-size: 71px;
}
body.home section .hp-affiliates-text p {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    line-height: 2;
    letter-spacing: 0.05em;
}

.hp-affiliates-text a {
    color: inherit;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.hp-affiliates-text a:hover {
    color: var(--primary);
}

.hp-affiliates-right {
    width: 54.088%;
    position: relative;
    font-family: "Montserrat", sans-serif;
}

.affiliate-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.affiliate-agent-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30%;
    z-index: 3;
}

.affiliate-agent-img img {
    border: 5px #fff solid;
}

.hp-affiliates-slider {
    margin-left: -10px;
    margin-right: -10px;
}
.hp-affiliates-item {
    padding: 0 10px;
    text-align: center;
}
.hp-affiliates-photo {
    position: relative;
}
.hp-affiliates-photo::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px #eaeaea solid;
    transition: var(--default-transition);
}
.hp-affiliates-photo:hover::before {
    border: 1px var(--primary) solid;
}
.hp-affiliates-photo a {
    display: block;
}
.hp-affiliates-photo canvas {
    width: 100%;
    height: auto;
    display: block;
}
.hp-affiliates-photo img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: var(--default-transition);
}
.hp-affiliates-logo {
    width: 100%;
    height: 96px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eaeaea;
    transition: var(--default-transition);
}
/* .hp-affiliates-photo:hover .hp-affiliates-logo {
    background-color: var(--primary);
} */
.hp-affiliates-logo img {
    width: auto;
    height: auto;
    max-width: 80%;
    position: relative;
}
/* .hp-affiliates-photo:hover .hp-affiliates-logo img {
    filter: brightness(0) invert(1);
} */
.hp-affiliates-info {
    padding-top: 15px;
}
.hp-affiliates-title {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}
.hp-affiliates-name {
    margin: 15px 0;
    color: #454545;
    font-size: 16px;
    line-height: 1.3;
}
.hp-affiliates-phone {
    color: #454545;
    font-size: 15px;
}
.hp-affiliates-phone i {
    color: var(--primary);
    font-size: 14px;
    margin-right: 5px;
}
.hp-affiliates-phone a:hover {
    color: var(--primary);
}
.hp-affiliates-button {
    margin-top: 20px;
}
.hp-affiliates-button .hp-btn {
    font-size: 17px;
    padding: 19px 18px;
    letter-spacing: 0.2em;
    font-weight: 500;
}
.hp-affiliates .hp-slide-nav {
    margin-top: 35px;
    position: relative;
}
.hp-affiliates .hp-slide-nav .hp-slide-arr {
    margin: 0 10px;
}
.hp-affiliates .hp-slide-nav::before {
    width: 1px;
    height: 50px;
    content: '';
    position: absolute;
    top: calc(50% - 25px);
    left: 50%;
    background: rgb(194,194,194);
    background: linear-gradient(180deg, rgba(194,194,194,0) 0%, rgba(194,194,194,1) 10%, rgba(194,194,194,1) 50%, rgba(194,194,194,1) 90%, rgba(194,194,194,0) 100%);
}

/* hp: join */
.hp-join-wrap {
    display: flex;
}

.hp-join-left {
    width: 50%;
    /*min-height: 1000px;*/
    position: relative;

    display: flex;
    flex-flow: column;
    padding-bottom: 132px;
}

.hp-join-left::after {
    content: '';
    width: 100%;
    height: 57px;
    background-image: url(images/hp-join-left-accent.jpg);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}

.hp-join-right {
    width: calc(50% + 60px);
    margin-top: 65px;
    position: relative;
    margin-left: -60px;
    background-color: #fff;
    pointer-events: none;
}

.hp-join-right::before {
    background-image: url(images/hp-texture-2.jpg);
    background-attachment: fixed;
    background-position: right;
    background-size: cover;
    opacity: .5;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.hp-join-right .hp-btn {
    pointer-events: auto;
    font-size: 13px;
}

.hp-join-contact-info {
    background-color: #000;
    color: #fff;
    width: 400px;
    /*margin-left: auto;
    margin-right: 60px;
    margin-top: -90px;*/
    z-index: 2;
/*    position: relative;*/
    position: absolute;
    bottom: 55px;
    right: 60px;
    padding: 70px 60px;
}

.hp-join-img {
    width: 100%;
}

.hp-join-name {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hp-join-phone, .hp-join-email {
    margin-bottom: 10px;
    font-size: 14px;
}

.hp-join-phone span, .hp-join-email span {
    margin-right: 12px;
    color: var(--primary);
}

.hp-join-email span.ai-font-envelope {
    font-size: 12px;
}

.hp-join-text {
    padding: 2.25vw 6.875vw 3.125vw 3.125vw;
    position: relative;
    z-index: 2;
    height: 100%
}

.hp-join-text::before {
    content: '';
    position: absolute;
    width: 4.375vw;
    height: 40%;
    background-color: #dd2222;
    top: 0;
    right: 0;
    background-image: url(images/about-accent.jpg);
    background-size: cover;
}

.hp-join-text::after {
    content: '';
    position: absolute;
    width: 4.375vw;
    height: 60%;
    background-color: #d6d6d6;
    bottom: 0;
    right: 0;
    opacity: .5;
}

.hp-join-text .section-title{
    margin: 0 0 3em;
}
.hp-join-text .section-title h2 {
    font-size: 75px;
    line-height: 100%;
}

.hp-join-text .section-title h2 span {
    font-size: 40px;
    /*margin-bottom: -20px;*/
    margin-bottom: 10px;
}

/* hp: latest news */
.hp-latest-news-wrap {
    padding: 100px 0;
    position: relative;
}

.hp-latest-news-wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 400px;
    background-color: var(--primary);
    background-image: url(images/latest-news-texture.jpg);
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
    top: 0;
    left: 0;
}

.hp-latest-news-wrap > * {
    position: relative;
    z-index: 2;
}

.hp-latest-news-wrap .section-title {
    margin-bottom: 45px;
}

.hp-latest-news-wrap .section-title h2, .hp-latest-news-wrap .section-title span {
    color: #fff;
}

.hp-latest-news-wrap .section-title span.line::after {
    background-color: #fff;
}

.hp-latest-news-container {
    width: 90%;
    max-width: 1460px;
    margin: 0 auto 70px;
    position: relative;
    display: flex;
    justify-content: space-between
}

.hp-latest-news-left {
    width: calc(50% - 15px);
}

.hp-latest-news-left .news-item {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.hp-latest-news-left .news-item-text {
    flex: 1;
}

.news-item-img {
    width: 100%;
    height: 330px;
}

.news-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item-text {
    padding: 35px;
    background-image: url(images/hp-texture.jpg);
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
}

.news-date {
    font-size: 14px;
    color: var(--primary);
    margin-bottom: 20px;
}

.news-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.news-excerpt {
    line-height: 180%;
    margin-bottom: 30px;
}

.hp-latest-news-right {
    width: calc(50% - 15px)
}

.hp-latest-news-right .news-item {
    display: flex;
}

.hp-latest-news-right .news-item-img {
    width: 45%;
}

.hp-latest-news-right .news-item-text {
    width: 55%;
}

.hp-latest-news-right .news-item:not(:last-child) {
    margin-bottom: 20px;
}

.hp-lastest-news-buttons {
    text-align: center;
}

.hp-lastest-news-buttons a {
    margin: 0 20px;
    min-width: 340px;
    font-size: 18px;
}

/* hp: featured videos */
.hp-fv-top {
    display: flex;
    margin: 0 auto 50px;
    width: 90%;
    max-width: 1150px;
    justify-content: space-between;
}

.hp-fv-top-right {
    display: flex;
    align-items: center;
}

.fv-top-text {
    text-transform: uppercase;
    margin: 0 50px 0 30px;
    font-size: 16px;
}

.hp-fv-row {
    display: flex;
    padding: 25px 4.375vw;
    margin-bottom: 50px;
    position: relative;
}

.hp-fv-row > * {
    position: relative;
    z-index: 2;
}

.hp-fv-row-1::before {
    background-color: var(--primary);
    background-image: url(images/hp-fv-texture.jpg);
    background-attachment: fixed;
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    z-index: 1;
}

.hp-fv-list {
    display: flex;
    width: 75%;
    justify-content: space-between
}

.hp-fv-item {
    width: calc(33.33% - 5px);
    height: 230px;
    position: relative;
    background-color: #000;
}

.hp-fv-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7;
}

.hp-fv-item span {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    background-color: #d8362a;
    color: #fff;
    width: 60px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hp-fv-title {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.hp-fv-row-1 .hp-fv-title {
    color: #fff;
}

.hp-fv-row-1 .hp-fv-title img {
    filter: brightness(5);
}

.hp-fv-title span {
    display: block;
    font-size: 27px;
    text-transform: uppercase;
    margin-top: 15px;
}

.hp-fv-row-2 {
    flex-direction: row-reverse
}

.hp-fv-row-2 .hp-fv-title {
    padding-left: 60px;
}

.hp-fv-row-2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    z-index: 1;
    background-image: url(images/hp-texture.jpg);
    background-attachment: fixed;
    background-size: cover;
}

/* home: instagram */
.hp-ig-wrap {
    width: 90%;
    max-width: 1400px;
    margin: 80px auto 100px;
}

.hp-ig-list {
    display: flex;
    flex-wrap: wrap;
}

.hp-ig-item {
    width: 20%;
    height: 257px;
    position: relative;
}

.hp-ig-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hp-ig-item span.ai-font-instagram {
    position: absolute;
    bottom: 25px;
    right: 25px;
    color: #fff;
    font-size: 20px;
}

.hp-ig-more {
    margin-top: 40px;
    text-align: center;
}

.hp-ig-wrap .section-title {
    margin-bottom: 40px;
}

/* home: testimonials */
.hp-testi-wrap {
    margin: 100px auto;
    padding-top: 80px;
    position: relative;
}

.hp-testi-wrap div:not(.hp-testi-top) {
    position: relative;
    z-index: 2;
}

.hp-testi-top {
    width: 100%;
    height: 78%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/hp-testi-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.hp-testi-top::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: #c0452b;
    background-image: url(images/aff-left-bg.jpg);
    bottom: 0;
    left: 0;
}

.hp-testi-wrap .section-title h2 {
    color: #fff;
    margin-bottom: 50px;
}

.hp-testi-slider {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto 50px;
}

.hp-testi-item {
    background-color: #fff;
    padding: 80px;
    box-shadow: 0 0 10px rgb(0 0 0 / .1);

    height: 485px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hp-testi-item .testi-txt {
    text-align: center;
    line-height: 180%;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 125px;
}

.hp-testi-item .testi-txt::before {
    content: '';
    width: 42px;
    height: 38px;
    background-image: url(images/testi-quote.png);
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto 40px;
}

.hp-testi-item .testi-from {
    color: var(--primary);
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
}

.hp-testi-slider .slick-slide {
    padding: 0 20px 10px;
}

/* home: featured areas */
.hp-fa-wrap {}

.hp-fa-wrap .section-title {
    position: relative;
    padding: 90px 0 20px;
}

.hp-fa-wrap .section-title::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(images/hp-texture.jpg);
    background-size: cover;
    background-attachment: fixed;
    opacity: .50;
}

.hp-fa-wrap .section-title::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    background-color: #9b1512;
    background-image: url(images/about-accent.jpg);
    background-size: cover;
    z-index: 2;
}

.hp-fa-wrap .section-title >  * {
    position: relative;
    z-index: 2;
}

.fa-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px 50px;
}

.fa-item {
    width: calc(20% - 2px);
    position: relative;
    margin-bottom: 2px;
    transition: all var(--default-transition);
    border: 2px transparent solid;
}

.fa-item:hover {
    transform: scale(1.2);
    z-index: 10;
    border-color: var(--primary);
    box-shadow: 0 0 5px rgb(0 0 0 / 0.5);
}

.fa-img {
    width: 100%;
    height: 275px;
    background-color: #000;
}

.fa-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .55;
}

.fa-label {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    pointer-events: none;
}

.fa-label a {
    text-align: center;
    pointer-events: auto;
}

.fa-label-txt {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    line-height: 120%;
}

.fa-label-btn {
    width: 185px;
    height: 55px;
    text-transform: uppercase;
    background-color: var(--primary);
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    display: none
}

.fa-item:hover .fa-label-btn {
    display: inline-flex;
}

.fa-label-txt span {
    display: block;
}

.fa-btns {
    background-color: #fff;
    border: 2px var(--primary) solid;
    border-top: 0;
    width: calc(100% + 4px);
    position: absolute;
    left: -2px;
    padding: 12px;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fa-item:hover .fa-btns {
    display: flex;
}

.fa-btn {
    height: 35px;
    display: inline-flex;
    background-color: var(--primary);
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-bottom: 5px;
}

.fa-btn-half {
    width: calc(50% - 2px)
}

.fa-btn, .fa-label-btn {
    transition: all var(--default-transition);
}

.fa-btn:hover, .fa-label-btn:hover {
    background: rgba(246,61,59, 0.8);
    color: #fff;
}

/* home: new development */
.hp-nd-wrap {
    margin: 0 -5px 90px;
}

.hp-nd-wrap .section-title {
    position: relative;
    padding: 90px 0 20px;
}

.hp-nd-wrap .section-title::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(images/hp-texture.jpg);
    background-size: cover;
    background-attachment: fixed;
    opacity: .50;
}

.hp-nd-wrap .section-title >  * {
    position: relative;
    z-index: 2;
}

.nd-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 50px;
}

.nd-item {
    width: calc(33.33% - 5px);
    position: relative;
    margin-bottom: 5px;
    transition: all var(--default-transition);
}

.nd-item::before {
    content: '';
    border: 5px solid;
    border-image: url(images/fp-border.png) 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: opacity var(--default-transition);
}

.nd-item:hover::before {
    opacity: 1;
}

.nd-img {
    width: 100%;
    height: 370px;
    background-color: #000;
}

.nd-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .55;
    transition: opacity var(--default-transition);
}

.nd-item:hover .nd-img img {
    opacity: 1;
}

.nd-label {
    position: absolute;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 90%;
    max-width: 420px;
    height: 90px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: background-color var(--default-transition);
}

.nd-item:hover .nd-label {
    background-color: var(--primary);
}

.nd-label span {
    display: block;
    width: 100%;
}

.nd-list .slick-slide {
    padding: 0 5px;
}

/* home: condo towers */
.hp-ct-wrap {
    margin: 0 -5px 90px;
}

.hp-ct-wrap .section-title {
    position: relative;
    padding: 90px 0 20px;
}

.hp-ct-wrap .section-title::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(images/hp-texture.jpg);
    background-size: cover;
    background-attachment: fixed;
    opacity: .50;
}

.hp-ct-wrap .section-title >  * {
    position: relative;
    z-index: 2;
}

.ct-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 50px;
}

.ct-item {
    width: calc(33.33% - 5px);
    position: relative;
    margin-bottom: 5px;
    transition: all var(--default-transition);
}

.ct-item::before {
    content: '';
    border: 5px solid;
    border-image: url(images/fp-border.png) 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: opacity var(--default-transition);
}

.ct-item:hover::before {
    opacity: 1;
}

.ct-img {
    width: 100%;
    height: 370px;
    background-color: #000;
}

.ct-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .55;
    transition: opacity var(--default-transition);
}

.ct-item:hover .ct-img img {
    opacity: 1;
}

.ct-label {
    position: absolute;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 90%;
    max-width: 420px;
    height: 90px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: background-color var(--default-transition);
}

.ct-item:hover .ct-label {
    background-color: var(--primary);
}

.ct-label span {
    display: block;
    width: 100%;
}

.ct-list .slick-slide {
    padding: 0 5px;
}

/* POJO accessibility */
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;
}

body.pojo-a11y-grayscale {
    overflow-x: hidden;
    overflow-y: auto;
}

body.pojo-a11y-grayscale {
    filter: none !important;
    -webkit-filter: none !important;
    -webkit-filter: none !important;
    -moz-filter: none !important;
    -ms-filter: none !important;
    -o-filter: none !important;
}

body.pojo-a11y-grayscale #main-wrapper {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}

/*******************************************************
 *
 * 4. IP Styles
 *
 *******************************************************/
.ip-banner {
    position: relative;
    width: 100%;
}

.ip-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,.6);
}

.ip-banner canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 250px;
    background-color: 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) */
.page-template-blog .post {
    border-bottom: 1px dotted;
}
.page-template-blog h2.archive-subtitle {
    letter-spacing: 1px;
    margin-top: 0 !important;
    text-transform: uppercase;
    line-height: -3px;
}
.category-blog #content .entry-title, .category-blog #content .archive-title {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    color: var(--font-color-title);
    line-height: normal;
}

/* Styles for category/archive/search/etc subheadings (h2) */
.category-blog #content .archive-subtitle {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    color: var(--font-color-title);
    line-height: normal;
}

/* Styles or Agent Main Page*/
.post-page-our-vip-team h1.entry-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    color: #000000;
}

.post-page-our-vip-team #agents-results .agent-top {
    margin: 20px auto;
}

/** Archive Default Layout (Archive Page) */
.category-blog #content .archive-list {
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

.category-blog #content .archive-list:before,
.category-blog #content .archive-list:after {
    display: none;
}

.category-blog #content .archive-list > article {
    float: none;
}

.category-blog #content .archive-list .post {
    border-bottom: none;
}

.category-blog #content .archive-list .archive-thumbnail,
.category-blog #content .archive-list .archive-content {
    width: 100%;
}

.category-blog #content .archive-list .archive-thumbnail a {
    display: block;
    outline: none;
}

.category-blog #content .archive-list .archive-thumbnail canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    aspect-ratio: 1000/1000;
}

.category-blog #content .archive-list .article-long .archive-thumbnail {
    width: 60%;
}

.category-blog #content .archive-list .article-long .archive-has-thumbnail {
    width: 37%;
    margin-left: 3%;
}

/*
.category-blog #content .archive-list .article-long .archive-has-thumbnail .archive-subtitle {
    margin-top: 0;
    font-size: 32px;
}

.category-blog #content .archive-list .article-long p {
    font-size: 22px;
}
*/

.category-blog #content .archive-more {
    font-style: normal;
    text-decoration: none;
    width: 190px !important;
}

.category-blog .archive-content p{
    font-size: initial;
}

.category-blog #content .archive-subtitle {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
/** End of Archive Default Layout (Archive Page) */
/** Single Default Layout (Post Content) */
.single-post #content .entry-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    color: #000000;
}
.single-post #content .entry-thumbnail {
    position: relative;
    margin-bottom: 50px;
}

.single-post #content .entry-thumbnail img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
/** End of Single Default Layout (Post Content) */
/** Button */
.site-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 248px;
    height: 54px;
    max-width: 100%;
    border: 2px solid #000000;
}

.site-button::before {
    content: '';
    width: 13px;
    height: 1px;
    background: #868686;
}

.site-button,
.site-button::before {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.site-button:hover {
    background: #000000;
}

.site-button:hover::before {
    background: #ffffff;
}

.site-button span {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 12px 0 16px;
}

.site-button i {
    font-size: 10px;
    font-style: normal !important;
}

.site-button:hover span,
.site-button:hover i {
    color: #ffffff;
}

.single-post .single-post-button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #c1c1c1;
    width: 283px;
    max-width: 100%;
    height: 59px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.61px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #676767;
    background: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-post .single-post-button:hover {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}
/** End of Button */

/* Adjust bare layout of IHF when there was no listings to show */
#ihf-main-container .ihf-listing-search-results .row {
    margin: unset;
}
/* Adjust details layout of IHF  */
.aios-custom-ihomefinder-details-template .ip-banner,
.aios-custom-ihomefinder-details-template .ip-banner-wrap,
.aios-custom-ihomefinder-details-template .ip-banner-breadcrumbs,
.aios-custom-ihomefinder-details-template .inner-page-breadcrumbs,
.aios-custom-ihomefinder-details-template .yoast-bread-crumbs,
.aios-custom-ihomefinder-details-template #inner-page-wrapper #content>#breadcrumbs,
.aios-custom-ihomefinder-details-template .entry-title {
    display: none !important;
}

.aios-custom-ihomefinder-details-template #aios-modern-listing-details .amld-content .amld-left h2{
    font-size: 50px;
    line-height: 1;
}

.aios-custom-ihomefinder-details-template #aios-modern-listing-details .amld-content .amld-left h2 > span {
    font-weight: 600;
    font-size: 30px;
    line-height: 67.8px;
}

.aios-custom-ihomefinder-details-template #aios-modern-listing-details .amld-content .amld-right{
    background: var(--aios-ihf-template-global-page-primary-color)
}


.aios-custom-ihomefinder-details-template #aios-modern-listing-details .amld-content .amld-right h2,
.aios-custom-ihomefinder-details-template #aios-modern-listing-details .amld-content .amld-right .amld-property-info li,
.aios-custom-ihomefinder-details-template #aios-modern-listing-details .amld-content .amld-right .amld-property-info li span:first-child,
.aios-custom-ihomefinder-details-template #aios-modern-listing-details .amld-content .amld-right .amld-property-info li span,
.aios-custom-ihomefinder-details-template #aios-modern-listing-details .amld-content .amld-right .amld-social-media li a{
    color: #fff;
}

.aios-custom-ihomefinder-details-template #aios-modern-listing-details .amld-right .amld-line{
    background-color: #fff;
}
.aios-custom-ihomefinder-details-template #aios-modern-listing-details .amld-content .amld-right .amld-property-info li,
.aios-custom-ihomefinder-details-template #aios-modern-listing-details .amld-content .amld-right .amld-social-media li a{
    border-color: #fff;
}

.aios-custom-ihomefinder-details-template #aios-modern-listing-details .amld-line{
    background-color: #000;
}

.aios-custom-ihomefinder-details-template #aios-modern-listing-details .amld-accordion-details h2{
    font-weight: 400;
}

#aios-modern-listing-details .amld-content .amld-cta-buttons li{
    width: calc(25% - 15px);
    padding: 0;
}

.aios-custom-ihomefinder-details-template #inner-page-wrapper #aios-modern-listing-details .amld-cta-buttons a {
    text-transform: uppercase;
    padding: 18px 45px;
    border: 1px #d5d5d5 solid;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    line-height: 1;
    height: auto;
    margin: 0;
    width: 100%;
}


.aios-custom-ihomefinder-details-template #inner-page-wrapper #aios-modern-listing-details .amld-cta-buttons a:hover{
    color: #fff;
    background: transparent;
}

.aios-custom-ihomefinder-details-template #inner-page-wrapper #aios-modern-listing-details .amld-cta-buttons a::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: var(--primary);
    content: '';
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.aios-custom-ihomefinder-details-template #inner-page-wrapper #aios-modern-listing-details .amld-cta-buttons a:hover::before{
    width: 100%;
}


.aios-custom-ihomefinder-details-template #ihf-main-container div#ihfMoreInfo .ihf-modal-submit .ihf-modal-submit,
.aios-custom-ihomefinder-details-template #ihf-main-container div#ihfScheduleShowing .ihf-modal-submit .ihf-modal-submit,
.aios-custom-ihomefinder-details-template #ihf-main-container div#ihfsaveListing .ihf-modal-submit .ihf-modal-submit{
    display: inline-block;
    width: 225px;
    margin-top: 42px;
}

.aios-custom-ihomefinder-details-template #ihf-main-container div#ihfMoreInfo .ihf-modal-submit button,
.aios-custom-ihomefinder-details-template #ihf-main-container div#ihfScheduleShowing .ihf-modal-submit button,
.aios-custom-ihomefinder-details-template #ihf-main-container div#ihfsaveListing .ihf-modal-submit button{
    margin-top: 0;
    text-transform: uppercase;
    padding: 18px 45px;
    border: 1px #d5d5d5 solid;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    line-height: 1;
    height: auto;
    margin: 0;
    width: 100%;
    background: transparent;
    color: #000;
}

.aios-custom-ihomefinder-details-template #ihf-main-container div#ihfMoreInfo .ihf-modal-submit .ihf-modal-submit:hover button,
.aios-custom-ihomefinder-details-template #ihf-main-container div#ihfMoreInfo .ihf-modal-submit button:hover,
.aios-custom-ihomefinder-details-template #ihf-main-container div#ihfScheduleShowing .ihf-modal-submit .ihf-modal-submit:hover button,
.aios-custom-ihomefinder-details-template #ihf-main-container div#ihfScheduleShowing .ihf-modal-submit button:hover,
.aios-custom-ihomefinder-details-template #ihf-main-container div#ihfsaveListing .ihf-modal-submit .ihf-modal-submit:hover button,
.aios-custom-ihomefinder-details-template #ihf-main-container div#ihfsaveListing .ihf-modal-submit button:hover{
    color: #fff !important;
    background: transparent !important;
    border-color: #d5d5d5 !important;
}

.aios-custom-ihomefinder-details-template #ihf-main-container div#ihfMoreInfo .ihf-modal-submit .ihf-modal-submit::before,
.aios-custom-ihomefinder-details-template #ihf-main-container div#ihfScheduleShowing .ihf-modal-submit .ihf-modal-submit::before,
.aios-custom-ihomefinder-details-template #ihf-main-container div#ihfsaveListing .ihf-modal-submit .ihf-modal-submit::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: var(--primary);
    content: '';
    transition: all 0.3s ease-in-out;
    z-index: 0;
}

.aios-custom-ihomefinder-details-template #ihf-main-container div#ihfMoreInfo .ihf-modal-submit .ihf-modal-submit:hover::before,
.aios-custom-ihomefinder-details-template #ihf-main-container div#ihfScheduleShowing .ihf-modal-submit .ihf-modal-submit:hover::before,
.aios-custom-ihomefinder-details-template #ihf-main-container div#ihfsaveListing .ihf-modal-submit .ihf-modal-submit:hover::before{
    width: 100%;
}

.aios-custom-ihomefinder-details-template #ihf-main-container.ihf-modal-container #amld-mortage-popup form .input-group-addon{
    background-color: var(--primary);
    color: #fff;
}

body.aios-custom-ihomefinder-results-template  #breadcrumbs {
    padding: 0 15px;
}

#content-full.no-title h1.entry-title {
    display: none !important;
}

.hp-fa-wrap .fa-list::before {
    display: none;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */


html #content .entry-title, html #content .archive-title, .post-page-our-vip-team h1.entry-title {
        display: block;
    font-size: 75px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    color: #212121;
    margin-top: 4px;
    text-transform: uppercase;
    position: relative;
}

html #content .entry-title:after, html #content .archive-title:after, .post-page-our-vip-team h1.entry-title:after {
    content: "";
    display: block;
    width: 133px;
    max-width: 100%;
    height: 1px;
    background: #f63d3b;
    margin-top: 40px;
}

/* .hp-new-development, .hp-condo-towers {
    display: none;
} */

.post-page-testimonials #ai-minimalist-testimonials-wrap h1 {
    display: block;
    font-size: 75px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    padding: 0;
}

.post-page-testimonials #ai-minimalist-testimonials-wrap .aios-testimonials-content {
    padding-bottom: 0;
}

.post-page-testimonials .ai-minimalist-testimonials-lists .ai-minimalist-testimonials-list {
    margin: 50px 0;
}

.page .hp-join-text .hp-btn {
    display: none;
}

#ai-modern-properties-results .ai-modern-properties-results-grid .ai-modern-properties-results-item:hover .ai-modern-properties-results-info {
    background: rgba(246, 61, 59, 0.75) !important;

}

#ai-modern-properties-results .ai-modern-properties-results-grid .ai-modern-properties-results-info {
    padding: 30px 188px 30px 60px !important;
}

/* Hide the Header Tabs of Agent Details Page - https://d300000000jlweam.my.salesforce.com/a1L2H000004zc7s */
.single-aios-agents .aios-split-nav,
.single-aios-agents .header-contact-wrap {
    opacity: 0;
}

/* For No Header - Footer Template */
body.page-template-full-no-header-footer  #breadcrumbs,
body.page-template-full-no-header-footer #pojo-a11y-toolbar.pojo-a11y-toolbar-left,
/* body.page-template-full-no-header-footer .entry-title,
html body.page-template-full-no-header-footer #content .entry-title, */
body.page-template-full-no-header-footer #wpadminbar,
/* body.page-template-full-no-header-footer #ai-modern-properties-results .ai-modern-properties-results-pagination, */
body.page-template-full-no-header-footer .aios-mobile-header-wrapper,
body.page-template-full-no-header-footer .mobile-logo {
    display: none !important;
}
body.page-template-full-no-header-footer #content-full {
    padding-left: 15px;
    padding-right: 15px;
}

#ai-modern-properties-results .ai-modern-properties-results-control .ai-modern-properties-results-dropdown>div {
    right: auto;
    left: 0;
}

    .fp-status{
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 2;
        max-width: 42%;
        text-align: right;
    }

    .fp-status span {
        display: inline-block;
        font-size: 14px;
        text-transform: uppercase;
        padding: 5px;
        letter-spacing: 0.1em;
        margin: 0 1px 5px 0px;
    }
    /** Status Color AIOS Listings*/
    .status-green{
        background: #008852;
        color: #fff;
    }

    .status-yellow{
        background: yellow;
    }

    .status-red{
        background: #e00;
        color: #fff;
    }

    .status-white{
        background: #fff;
        color: #000;
    }

    .status-orange{
        background: #cc4c1d;
        color: #fff;
    }

/*Header Location*/
.header-inner.header-top {
    justify-content: flex-end;
}

.header-contact-location {
    margin: 0 35px;
}

.header-location-select {
    position: relative;
}

.header-location-select a {
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.default-header.scrolled .header-location-select a {
    color: #000;
}

.ip-cnd-accent{
  display: none;
}

.ihf-board-disclaimer-text:nth-of-type(2) img {
    display: none;
}

/* new development update */
.hp-nd-wrap.alt .nd-list {
    width: 95%;
    max-width: 1065px;
    margin: 0 auto 50px;
}
.hp-nd-wrap .section-title::after {
 content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    opacity: .50;
}

.hp-nd-wrap.alt .nd-img {
    height: 90px
}

.hp-nd-wrap.alt .nd-label {
    width: 100%;
    max-width: 100%;
    background-color: var(--primary);
    flex-direction: row;
    letter-spacing: normal;
    font-size: 30px;
}

.hp-nd-wrap.alt .nd-item:hover .nd-label {
    background-color: transparent;
}

.hp-nd-wrap.alt .nd-label span {
    display: inline;
    width: auto;
    margin-left: 5px;
}

.hp-nd-wrap.alt .nd-item:hover .nd-img img {
    opacity: .55;
}

.nd-item::before {
    border-image: none;
    border-width: 3px;
}

.hp-buildings-main-item {
    position: relative;
    width: 20%;
    padding: 0 10px;
    margin-bottom: 70px;
    z-index: 1;
}

.hp-buildings-main-item a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transform-origin: left top;
    transition: all var(--default-transition);
}

.hp-buildings-main-item a:hover {
    box-shadow: 0px 0px 4px 0px rgba(117, 117, 117, 0.4);
    transform: scale(1.32);
    background: #ffffff;
}

.hp-buildings-main-item:hover {
    z-index: 2;
}

.hp-buildings-main-item a:hover .hp-buildings-main-name {
    font-size: 0.7vw;
}

.hp-buildings-main-image {
    position: relative;
    width: 57%;
}

.hp-buildings-main-image canvas {
    display: block;
    width: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hp-buildings-main-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.hp-buildings-main-text {
    position: relative;
    width: 43%;
    padding-left: 15px;
}

.hp-buildings-main-name {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hp-buildings-main-explore {
    font-size: 10px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    height: 0;
    width: 95px;
    max-width: 100%;
    transition: all var(--default-transition);
}

.hp-buildings-main-item a:hover .hp-buildings-main-text .hp-buildings-main-explore {
    opacity: 1;
    height: 30px;
    margin-top: 10px;
}

.hp-buildings-main-list {
    display: block;
    width: 90%;
    max-width: 1420px;
    margin: 0 auto ;
    position: relative;
    z-index: 2;
}

.hp-buildings-main-list:hover .slick-list {
    overflow: visible;
}

.hp-buildings-main-list:hover .slick-slide:not(.slick-active) {
    opacity: 0;
}

.hp-buildings-main-item-no-results {
    width: 100% !important;
}

.hp-buildings-main-item-no-results .hp-buildings-main-text {
    width: 100% !important;
}
.hp-ct-wrap {
    position: relative;
    padding-bottom: 80px;
}
.hp-ct-wrap::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(images/hp-texture.jpg);
    background-size: cover;
    background-attachment: fixed;
    opacity: .50;
}
.hp-ct-wrap .section-title::before {
    display: none;
}
.hp-ct-wrap .hp-slide-nav {
    position: relative;
    z-index: 2;
}

/*AIOS Listings*/

.aiosp-wrap .aiosp-container.aiosp-inline-holder[class*="aiosp-ref-\#amld-popup"] .aios-popup-body {
    width: auto;
}

.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body .listings-popup-btn-wrap {
    text-align: center;
}

.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body{
    padding: 65px 79px;
}

.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body h2 {
    font-size: 50px;
    font-weight: 700;
    font-family: var(--font-family-title);
    text-align: center;
    text-transform: uppercase;
    color: #222;
}

.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body .modal-listings-paragraph{
    font-size: 14px;
}

.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body input[type="text"], 
.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body input[type="email"], 
.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body input[type="tel"], 
.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body input[type="date"],
.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body select, 
.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body textarea {
    border: none;
    margin-bottom: 33px;
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    border: none !important;
    border-bottom: 1px solid #a5a5a5 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    color: #636363;
}

.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body input[type="submit"] {
    margin: 42px auto 0;
    display: block;
    width: 283px;
    max-width: 100%;
    height: 68px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-radius: 0;
    color: #fff;
    background: #f63d3b;
    transition: all 0.3s ease;
}

.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body input[type="submit"]:hover {
    background-color: #262626;
    color: #fff;
    border: #262626;
}

.aiosp-wrap .aiosp-container.aiosp-inline-holder[class*="aiosp-ref-\#amld-popup"] .aios-popup-body .use-floating-validation-tip .wpcf7-not-valid-tip{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: unset;    
}

.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body .listings-popup-btn {
    text-transform: uppercase;
    border: 1px #d5d5d5 solid;
    display: inline-block;
    position: relative;
    font-size: 13px;
    margin: 0 auto;
}

.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body .listings-popup-btn:hover {
    color: #fff;
}

.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body .listings-popup-btn input[type="submit"] {
    width: 225px;
    height: auto;
    border: none;
    color: inherit;
    padding: 18px 45px;
    transition: all 0.3s ease-in-out;
}

.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body .listings-popup-btn:hover input[type="submit"] {
    background: transparent;
}

.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body .listings-popup-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: var(--primary);
    content: '';
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body .listings-popup-btn:hover::before {
    width: 100%;
}

.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body .wpcf7-spinner {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body .aios-mortgage-calculator-standalone-mortgage-buttons .aios-mortgage-calculator-standalone-half-input {
    position: relative;
}

.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body .aios-mortgage-calculator-standalone-mortgage-buttons .aios-mortgage-calculator-standalone-half-input:hover {
    color: #fff;
}

.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body .aios-mortgage-calculator-standalone-mortgage-buttons .aios-mortgage-calculator-standalone-half-input::before {
    position: absolute;
    top: 0;
    left: 15px;
    width: 3px;
    height: 100%;
    background-color: var(--primary);
    content: '';
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body .aios-mortgage-calculator-standalone-mortgage-buttons .aios-mortgage-calculator-standalone-half-input:hover::before {
    width: calc(100% - 30px);
}

.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body .aios-mortgage-calculator-standalone-mortgage-buttons .aios-mortgage-calculator-standalone-half-input button {
    height: auto;
    border: none;
    color: inherit;
    padding: 18px 45px;
    transition: all 0.3s ease-in-out;
    border: 1px #d5d5d5 solid;
}

.aiosp-wrap .aiosp-container .aios-popup-body .amld-popup-body .aios-mortgage-calculator-standalone-mortgage-buttons .aios-mortgage-calculator-standalone-half-input:hover button {
    background: transparent;
    border: 1px #d5d5d5 solid;
}

#aios-modern-listing-details .amld-content .amld-left h1 {
    font-size: 50px;
    line-height: 1;
}

#aios-modern-listing-details .amld-content .amld-left iframe {
    max-width: 100%;
}

#aios-modern-listing-details .amld-content .amld-right {
    background: var(--aios-listing-primary-color);
}

#aios-modern-listing-details .amld-content .amld-right h2,
#aios-modern-listing-details .amld-content .amld-right .amld-property-info li,
#aios-modern-listing-details .amld-content .amld-right .amld-property-info li span,
#aios-modern-listing-details .amld-content .amld-right .amld-social-media li a {
    color: #fff;
}

#aios-modern-listing-details .amld-right .amld-line {
    background-color: #fff;
}

#aios-modern-listing-details .amld-content .amld-right .amld-property-info li,
#aios-modern-listing-details .amld-content .amld-right .amld-social-media li a {
    border-color: #fff;
}

#inner-page-wrapper #aios-modern-listing-details .amld-cta-buttons a {
    text-transform: uppercase;
    padding: 18px 45px;
    border: 1px #d5d5d5 solid;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    line-height: 1;
    height: auto;
    margin: 0;
    width: calc(25% - 15px);
}

#inner-page-wrapper #aios-modern-listing-details .amld-cta-buttons a:hover {
    color: #fff;
    background: transparent;
}

#inner-page-wrapper #aios-modern-listing-details .amld-cta-buttons a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: var(--primary);
    content: '';
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

#inner-page-wrapper #aios-modern-listing-details .amld-cta-buttons a:hover::before {
    width: 100%;
}

#aios-modern-listing-details .amld-content-flex {
    justify-content: space-between;
}

#aios-modern-listing-details > .amld-content-flex {
    align-items: flex-start
}

#aios-modern-listing-details .amld-virtual-tour {
    background-color: #fff;
    height: auto;
    margin-bottom: 80px;
}

#aios-modern-listing-details .amld-virtual-tour h2 span {
    color: #000;
}

#aios-modern-listing-details .amld-line {
    background-color: #000;
}

#ihf-main-search-form select[name="agentId"],
#subscriberForm select#agentId {
    pointer-events: none;
}
/*AIOS Listings*/

.post-page-residential #ai-modern-properties-results .ai-modern-properties-results-buttons {
    display: none;
}

#ai-modern-properties-results .ai-modern-properties-results-control .ai-modern-properties-results-view {
    display: none !important;
}

.listings-field select, .listings-field option {
    background: transparent;
}

/* .aios-custom-ihomefinder-results-template #content-full.no-title h1.entry-title {
    display: block !important;
} */

.visible-on-scroll {
    display: none !important;
}

.ai-modern-properties-results-dropdown.ai-modern-properties-results-sort > div {
    right: 0;
    left: auto !important;
    min-width: 230px !important;
}

.ai-modern-properties-results-pagination a.active.current {
    pointer-events: none;
}
/* Careers Page */
.page-template-careers .hp-join-text .hp-join-logo {
    display: none;
}
.page-template-careers .hp-join-text .ip-careers-logo {
    display: inline-block !important;
}