/*
Theme Name: Tracey Serrell Homes Group
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.6.1
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/
/*
TABLE OF CONTENTS
1. Variables
2. Custom CSS
3. IP styles
4. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
*/
/*******************************************************
 *
 * 1. Variables
 *
 *******************************************************/
:root {
    /** Font default */
    --font-family-default: 'Montserrat', sans-serif;
    --font-family-title: 'Montserrat', sans-serif;
    --font-size-default: 13px;
    --font-size-title: 55px;
    --font-color-default: #000000;
    --font-color-title: #c09b58;
    /** Use for input, button, and any other element */
    --primary: #c09b58;
    --secondary: #000000;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #434343;
    --default-transition: .3s cubic-bezier(.4, 0, .2, 1);
    --white-text: #fff;
    --gradient-bg: linear-gradient(0deg, rgba(192, 155, 88, 1) 0%, rgba(222, 197, 150, 1) 30%, rgba(241, 222, 188, 1) 50%, rgba(218, 191, 142, 1) 70%, rgba(192, 155, 88, 1) 100%);
    --gradient-bg-2: linear-gradient(90deg, rgba(192, 155, 88, 1) 0%, rgba(222, 197, 150, 1) 30%, rgba(241, 222, 188, 1) 50%, rgba(218, 191, 142, 1) 70%, rgba(192, 155, 88, 1) 100%);
}
/*******************************************************
  *
  * 2. 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; */
}
html {
    overflow-x: hidden;
    margin-right: 0 !important;
}
html.offcanvas-open {
    overflow: hidden;
    height: 100vh;
}
body.home section {
    overflow: hidden;
}
body.home section p {
    font-size: var(--font-size-default);
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
    color: var(--font-color-default);
}
body.home section p:last-child {
    margin-bottom: 0;
}
p#breadcrumbs {
    font-family: var(--font-family-title);
}
#wpadminbar {
    opacity: 0;
}
#wpadminbar:hover {
    opacity: 1;
}
html:has(.logged-in) {
    margin-top: 0 !important;
}
#main-wrapper {
    overflow: hidden;
}
.custom-container {
    width: 95%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.slick-slide,
.slick-slide a {
    outline: none;
}
.flex {
    display: flex;
}
.j-center {
    justify-content: center;
}
.j-end {
    justify-content: flex-end;
}
.j-spacebet {
    justify-content: space-between;
}
.a-start {
    align-items: flex-start;
}
.a-center {
    align-items: center;
}
.a-end {
    align-items: flex-end;
}
.canvas-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.canvas-img canvas {
    display: block;
    width: 100%;
    height: auto;
}
.canvas-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: var(--default-transition);
    object-fit: cover;
}

.ip-community-details-video-item .canvas-img img{
    width: 100% !important;
}

.bg-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bg-wrap canvas {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}
.bg-wrap+.custom-container {
    position: relative;
    z-index: 1;
}
.bg-wrap.is-white canvas,
.bg-wrap.is-primary canvas {
    filter: grayscale(1);
}
.bg-wrap.is-white::before,
.bg-wrap.is-primary::before,
.bg-wrap.is-black::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .9;
}
.bg-wrap.is-white::before {
    background-color: #fff;
}
.bg-wrap.is-primary::before {
    background-color: var(--primary);
}
.bg-wrap.is-black::before {
    background-color: #000;
    opacity: .83;
}
.section-title {
    margin-bottom: 40px;
    position: relative;
}
.section-title h2.with-line::before {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    background: var(--primary);
    background: var(--gradient-bg);
    left: -20px;
    top: 0;
}
.section-title .section-num {
    position: absolute;
    top: 0;
    left: -50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}
.section-title h2 {
    font-family: var(--font-family-title);
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    text-align: left;
    position: relative;
    color: #000;
}
.section-title h2 strong {
    position: relative;
    font-weight: 500;
}
.section-title h2 small {
    display: block;
    font-size: 18px;
    letter-spacing: 8px;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--primary);
    font-family: var(--font-family-default);
}
.section-title h2 .is-white {
    color: #fff;
}
.section-btn {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    min-width: 178px;
    height: 58px;
    transition: var(--default-transition);
    display: inline-block;
    text-align: center;
    background-color: transparent;
    position: relative;
    border: 1px solid #000000;
    background-color: #000;
    color: #fff;
    outline: none;
    padding: 0 30px;
}
.section-btn span {
    position: relative;
    transition: all .5s;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 58px;
    text-shadow: 1px 1px 1px #000;
}
.section-btn::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background: var(--gradient-bg);
    top: 4px;
    left: 4px;
    transition: all .5s;
}
.section-btn:hover,
.section-btn:focus,
.section-btn.is-white:hover {
    color: #000;
    background-color: transparent;
}
.section-btn:hover span {
    top: 4px;
    left: 4px;
}
.section-btn:hover::before {
    width: 100%;
}
.section-btn.is-white {
    color: #fff;
}
.slide-arrow {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    transition: all .5s;
}
.slide-arrow:hover {
    transform: scale(1.2);
}
.slide-arrow i {
    width: 49px;
    height: 49px;
    display: inline-block;
    background-image: url(images/slide-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.slide-arrow-next i {
    transform: scaleX(-1);
}
.h-b2c img {
    filter: grayscale(1);
}
.h-b2c:hover img {
    filter: grayscale(0)
}
/* header */
.header {
    color: #fff;
    padding: 20px 0;
    position: absolute;
    z-index: 900;
    width: 100%;
    background-color: transparent;
    transition: all .5s;
}
.header.fixed {
    padding: 12px 0;
    position: fixed;
    background-color: #000;
    animation: smoothScroll 1s forwards;
    max-height: 74px;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.header .custom-container {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    max-width: 1475px;
}
.header .logo a {
    display: block;
}
.header .logo img {
    transition: all .5s;
}
.header.fixed .logo img {
    width: 250px;
    height: auto;
}
.hdr-offcanvas-menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--primary);
    display: flex;
    align-items: center;
    z-index: 99999;
}
.hdr-offcanvas-menu-toggle button {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 0;
    position: relative;
    vertical-align: middle;
    padding: 0;
    width: 60px;
    height: 74px;
}
.hdr-offcanvas-menu-toggle .menu-lines {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 25px;
    height: 13px;
    margin: 0 auto;
}
.hdr-offcanvas-menu-toggle .menu-lines>span {
    width: 8px;
    height: 2px;
    background-color: #fff;
}
.hdr-offcanvas-menu-toggle .menu-lines>span:nth-child(2) {
    width: 100%;
}
.hdr-contact {
    text-align: right;
    padding: 0 0 15px;
}
.hdr-contact a {
    font-size: 14px;
    transition: var(--default-transition);
    color: #fff;
}
.hdr-contact a:not(:last-child) {
    margin-right: 20px;
}
.hdr-contact a:hover {
    color: var(--primary);
}
.hdr-contact a i {
    font-size: 12px;
    color: var(--primary);
}
header.fixed .hdr-contact {
    display: none;
}
/* Sub Menu */
.hdr-nav-wrapper {
    margin-left: auto;
    margin-right: 60px
}
.hdrnav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-family-default);
}
.hdrnav>li {
    position: relative;
}
.hdrnav>li:not(:last-child) {
    margin-right: 45px;
}
.hdrnav>li>a {
    font-size: 14px;
    color: var(--white-text);
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1.2px;
    padding: 5px 0;
    display: block;
    position: relative;
    transition: var(--default-transition);
}
.hdrnav>li>a:after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    width: 0;
    height: 1px;
    background: var(--primary);
    opacity: 0;
    z-index: 1;
    transition: all .5s;
}
.hdrnav>li:hover>a:after,
.hdrnav>li:focus>a:after {
    opacity: 1;
    width: 100%;
}
.hdrnav .sub-menu {
    list-style: none outside none;
    margin: 0;
    padding: 18px 0 0;
    position: absolute;
    width: 100%;
    min-width: 190px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    transition: var(--default-transition);
    opacity: 0;
    visibility: hidden;
}
.header.fixed .hdrnav>li>.sub-menu {
    padding-top: 39px;
}
.hdrnav li.menu-item-50 .sub-menu,
.hdrnav li.menu-item-58 .sub-menu {
    min-width: 255px;
}
.hdrnav li:hover>.sub-menu,
.hdrnav li:focus>.sub-menu,
.hdrnav li:focus-within>.sub-menu {
    opacity: 1;
    visibility: visible;
}
.hdrnav .sub-menu li {
    display: block;
    position: relative;
    padding: 0;
    background: rgb(0 0 0 / 40%);
    margin-bottom: 1px;
}
.hdrnav .sub-menu li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary);
    transition: var(--default-transition);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: all .5s;
}
.hdrnav .sub-menu li:hover:before,
.hdrnav .sub-menu li:focus:before {
    opacity: 1;
}
.hdrnav .sub-menu li.menu-item-has-children:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 7px solid #fff;
    z-index: 2;
    pointer-events: none;
}
.hdrnav .sub-menu a {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    letter-spacing: 1.2px;
    display: block;
    text-align: center;
    padding: 10px !important;
    text-transform: uppercase;
    line-height: 1;
    transition: var(--default-transition);
    position: relative;
    z-index: 2;
}
.hdrnav .sub-menu a:hover,
.hdrnav .sub-menu a:focus {
    color: #fff;
}
.hdrnav .sub-menu .sub-menu {
    margin-left: 100%;
    padding: 0 0 0 1px;
    top: 0;
}
/* off canvas */
.offcanvas-menu {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.offcanvas-menu .bg-wrap canvas {
    filter: grayscale(1);
}
.offcanvas-menu .bg-wrap::before {
    opacity: .50;
}
html.offcanvas-open .offcanvas-menu {
    right: 0;
}
html.offcanvas-menu-open {
    overflow: hidden;
}
.offcanvas-menu-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    z-index: 2;
}
.offcanvas-menu-body {
    padding: 97px 15px 60px;
    color: #fff;
    overflow-x: auto;
    height: 100%;
    position: relative;
    z-index: 2;
}
.offcanvas-menu-close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 25px;
}
.offcanvas-logo {
    margin-bottom: 60px;
    width: 100px;
}
.side-navi {
    padding: 0 100px;
    margin-bottom: 20px;
}
.side-navi>li {
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-family: var(--font-family-title);
    float: left;
    width: 33.33%;
    margin-bottom: 80px;
}
.side-navi>li:last-child {
    clear: left;
    margin-top: 50px;
}
.side-navi>li>ul {
    font-size: 17px;
    line-height: 2;
    letter-spacing: 2.5px;
    margin-top: 20px;
    font-family: var(--font-family-default);
}
.side-navi>li.comm-list>ul {
    columns: 2;
}
.side-navi a {
    transition: all .5s;
}
.side-navi a:hover {
    color: var(--primary);
}
.offcanvas-close {
    cursor: pointer;
    right: 0;
    top: 0;
    position: absolute;
    font-size: 20px;
    color: #fff;
    background-color: var(--primary);
    width: 60px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offcanvas-close i {
    transition: all .5s;
}
.offcanvas-close:hover i {
    transform: rotate(360deg);
}
.offcanvas-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.offcanvas-menu .side-contact {
    margin-top: 20px;
}
.offcanvas-menu .sc-info {
    margin-bottom: 12px;
    line-height: 1.2;
    padding-left: 30px;
    position: relative;
    letter-spacing: 1.1px;
    font-size: 13px;
    text-transform: none;
}
.offcanvas-menu .sc-info a:hover {
    color: var(--primary);
}
.offcanvas-menu .sc-info i {
    color: var(--primary);
    background: var(--gradient-bg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 1px;
}
.offcanvas-menu .sc-info i.ai-font-envelope-f {
    font-size: 12px;
}
.offcanvas-menu .sc-info i.ai-font-location-c {
    font-size: 20px;
}
/* footer */
.footer {
    padding: 100px 0 0;
    position: relative;
    background-color: #000;
    color: #fff;
    border-top: 10px var(--primary) solid;
    border-image-slice: 100;
    border-image-source: url(images/footer-accent.jpg);
}
.footer .custom-container {
    max-width: 1138px;
    position: relative;
    z-index: 1;
}
.footer-logo {
    margin-bottom: 55px;
    position: relative;
    left: -30px;
}
.footer-logo img {
    margin: 0 auto;
}
.footer-broker-logo {
    margin-left: 60px;
}
.footer-broker-logo strong {
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 5px;
}
.footer-broker-logo small {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}
.footer-top {
    border-bottom: 1px rgb(239 220 184 / 25%) solid;
    padding: 0 70px 20px;
    margin-bottom: 3px;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 300;
}
.footer-top>div {
    width: auto;
}
.footer-top h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--primary);
}
.footer-contact {}
.footer-contact .fc-info {
    margin-bottom: 12px;
    line-height: 1.2;
    padding-left: 30px;
    position: relative;
    letter-spacing: 1.1px;
}
.footer-contact .fc-info i {
    color: var(--primary);
    background: var(--gradient-bg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 1px;
}
.footer-contact .fc-info i.ai-font-envelope-f {
    font-size: 12px;
}
.footer-contact .fc-info i.ai-font-location-c {
    font-size: 20px;
}
.footer-smis a {
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 25px;
}
.footer-nav {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}
.footernav {
    font-size: 13px;
    font-weight: 300;
    position: relative;
    columns: 2;
    line-height: 28px;
}
.footer-copyright {
    font-size: 11px;
    font-weight: 3000;
    line-height: 20px;
    text-align: center;
}
.footer-copyright p {
    padding: 5px 0;
}
.footer-copyright p:not(:last-child) {
    margin-bottom: 15px;
}
.footer-copyright .ai-icon {
    font-size: 28px;
    margin-right: 5px;
    color: var(--primary);
}
.footer-copyright a[target="_blank"] {
    color: var(--primary);
}
.footer-disclaimer {
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    margin: 35px auto 10px;
    padding: 0 15px;
    text-align: center;
}
.footer a {
    transition: var(--default-transition);
}
.footer a:hover,
.footer a:focus {
    color: var(--primary);
}
.f-disclaimer-links {
    margin: 15px 0 0;
}
.f-disclaimer-links a {
    color: var(--primary);
}
.f-disclaimer-links span {
    /*font-size: 0;*/
    margin: 0 5px;
    color: var(--primary);
}
/* home: contact form */
.cf-wrap {
    position: relative;
    overflow: hidden;
    padding: 0 0 70px;
}
.cf-wrap::before {
    content: '';
    position: absolute;
    width: 134px;
    height: 80%;
    bottom: 0;
    right: 0;
    background: var(--gradient-bg);
    z-index: 2;
}
.cf-wrap .bg-wrap {
    height: 80%;
    bottom: 0;
    top: auto;
    z-index: 1;
}
.cf-wrap .custom-container {
    max-width: 1470px;
    z-index: 2;
    flex-wrap: wrap;
}
.cf-wrap p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 40px;
    margin: 30px auto 40px;
    text-align: center;
    color: #3a3a3a;
    font-weight: 400;
}
.cf-wrap .wpcf7 form {
    display: flex;
    flex-flow: row wrap;
    position: relative;
}
.cf-box {
    position: relative;
    background: #ffff;
    width: 50%;
    padding: 60px 50px;
}
.cf-img {
    width: 50%;
    z-index: 1;
}
.cf-field {
    width: 50%;
    padding: 5px 12px;
    position: relative;
}
.cf-field-full {
    width: 100%;
}
.cf-field input,
.cf-field textarea {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 22px 0;
    font-size: 12px;
    font-family: var(--font-family-title);
    letter-spacing: 1.1px;
    outline: none;
    border: 0;
    border-bottom: 1px #727272 solid;
    font-size: 14px;
    font-weight: 600;
}
.cf-field input::placeholder,
.cf-field textarea::placeholder {
    text-transform: uppercase;
}
.cf-field textarea {
    resize: none;
    padding-top: 20px;
    height: 120px;
}
.cf-submit {
    margin: 12px 0 -30px;
    text-align: center;
    width: 100%;
}
.cf-submit .section-btn {
    color: #fff;
}
.cf-submit .section-btn:hover {
    color: #000;
}
.cf-wrap .wpcf7 .wpcf7-response-output {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -76px;
    margin: 0;
    padding: 5px;
    left: 0;
}
.cf-box .wpcf7-spinner {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    bottom: -40px;
}
.cf-field .wpcf7-not-valid-tip {
    position: absolute;
    left: auto;
    right: 0;
    width: auto;
}
/* home: slider */
#hp-slider {
    position: relative;
    border-bottom: 10px var(--primary) solid;
    border-image-slice: 100;
    border-image-source: url(images/footer-accent.jpg);
    overflow: visible;
}
#hp-slider::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background-color: #161616;
    z-index: 1;
    opacity: .70;
}
#hp-slider .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1;
    opacity: .2;
}
#hp-slider .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-img {
    animation: b2c 3s forwards;
}
@keyframes b2c {
    0% {
        filter: grayscale(1);
    }
    100% {
        filter: grayscale(0);
    }
}
.hp-slider-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hp-slider-content>.textwidget {
    width: 100%;
}
.slider-ctas {
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}
.slider-ctas .slider-cta {
    width: 30%;
    margin: 0 12px;
    display: inline-block
}
.slider-ctas .slider-cta .section-btn {
    width: 100%;
    height: 78px;
    font-size: 16px;
}
.slider-broker {
    position: absolute;
    right: 50px;
    bottom: 50px;
    text-align: right;
}
.slider-broker strong {
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 5px;
}
.slider-broker small {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}
/* home: slider tagline */
.hp-slider-tagline {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
}
.slider-tagline-wrap .custom-container {
    max-width: 1140px;
    border-left: 3px solid;
    border-image-slice: 1;
    border-image-source: var(--gradient-bg);
    padding-left: 35px;
}
.slider-tagline-wrap h2 {
    font-size: 65px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-shadow: 0 0 2px #000;
    letter-spacing: 1.2px;
}
.slider-tagline-wrap h3 {
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-shadow: 0 0 2px #000;
    letter-spacing: 1.2px;
}
.slider-tagline-wrap p {
    font-size: 16px !important;
    /* color: #f0eae0 !important;*/
    color: #fff !important;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 1.5px;
    font-weight: 500 !important;
}
/* home: quick search */
.hp-qs {
    width: 100%;
    position: absolute;
    bottom: 15px;
}
.hp-qs-wrap {
    padding: 34px 0 0;
}
.hp-qs-wrap .custom-container {
    max-width: 1125px;
    flex-wrap: wrap;
}
.hp-qs-wrap .hp-qs-toggle {
    width: 24%;
    font-size: 29px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    letter-spacing: 1.1px;
}
.hp-qs-wrap .hp-qs-toggle i {
    font-size: 15px;
    margin-left: 10px;
    color: var(--primary);
    background: var(--gradient-bg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hp-qs-wrap form {
    font-size: 0;
    width: 73%;
    text-align: right;
    opacity: 0;
    pointer-events: none;
    transition: all .5s;
}
.hp-qs-wrap .powered-by {
    color: #bfbfbf;
    font-size: 11px;
    opacity: 0;
    pointer-events: none;
    transition: all .5s;
}
.hp-qs-visible {
    opacity: 1 !important;
    pointer-events: all !important;
}
.hp-qs-field {
    display: inline-block;
    width: 82px;
    height: 50px;
    position: relative;
    margin-right: 8px;
    vertical-align: middle;
}
.hp-qs-field::after {
    top: 45%;    
    right: 0;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 4px;
    margin-left: -4px;
}
.hp-qs-field-long {
    width: 180px;
}
.hp-qs .powered-by {
    text-align: right;
    color: #fff;
    font-size: 10px;
    margin-top: 10px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.hp-qs-field input[type="text"] {
    font-size: 12px;
    border: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    outline: none;
    background: transparent;
    color: #fff;
    border-bottom: 2px rgb(255 255 255 / 75%) solid;
}
.hp-qs-field select {
    font-size: 12px;
    border: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    outline: none;
    background: transparent;
    color: #fff;
    border-bottom: 2px rgb(255 255 255 / 75%) solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    text-transform: uppercase;
}
.hp-qs-field select option {
    color: #000;
}
.hp-qs-field .btn-group {
    height: 100%;
}
.hp-qs-field button.btn.dropdown-toggle {
    font-size: 12px;
    border: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    outline: none;
    background: transparent;
    color: #fff;
    border-bottom: 2px rgb(255 255 255 / 75%) solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border-radius: 0;
    text-transform: uppercase;
}
.hp-qs-field button.btn.dropdown-toggle .filter-option {
    text-overflow: ellipsis;
}
.hp-qs-field .dropdown-menu.open input {
    font-size: 16px;
    color: #000;
}
.hp-qs-field input[type="text"]::placeholder {
    text-transform: uppercase;
}
.hp-qs-field label {
    font-size: 0;
}
.hp-qs-btn {
    display: inline-block;
    width: 65px;
    height: 60px;
    position: relative;
    vertical-align: middle;
    margin-left: 20px;
}
.hp-qs-btn button {
    width: 100%;
    border: 0;
    height: 100%;
    background: var(--gradient-bg);
    color: #000;
    transition: all .5s;
}
.hp-qs-btn button:hover {
    background: #000;
    color: #fff;
}
.hp-qs-btn button i {
    font-size: 25px;
}
.hp-qs-btns button {
    background: var(--primary);
}
.hp-qs-btns a {
    background: var(--secondary);
    border: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
i[class^='hp-qs-icon'] {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
.hp-qs-icon-house {
    background-image: url(images/icon-house.png);
}
.hp-qs-icon-location {
    background-image: url(images/icon-location.png);
    width: 17px;
    height: 21px;
}
.hp-qs-icon-bed {
    background-image: url(images/icon-bed.png);
    width: 21px;
    height: 17px;
}
.hp-qs-icon-bath {
    background-image: url(images/icon-bath.png);
    width: 19px;
    height: 19px;
}
.hp-qs-icon-price {
    background-image: url(images/icon-price.png);
    width: 22px;
    height: 22px;
}
/* home: about */
.hp-ab .ab-wrap {
    padding: 40px 0 80px;
}
.hp-ab .ab-wrap .custom-container {
    flex-wrap: wrap;
}
.hp-ab .section-title h2 small {
    margin-bottom: 10px;
}
.hp-ab .section-title h2 strong {
    font-weight: 500;
}
.hp-ab .ab-img {
    padding-top: 80px;
}
.hp-ab .ab-img .canvas-img {
    z-index: 2;
    margin: 0 auto;
    overflow: visible;
}
.hp-ab .ab-img .canvas-img::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    border: 5px solid;
    border-image-slice: 1;
    border-image-source: var(--gradient-bg);
    z-index: 1;
    left: 33px;
    bottom: 25px;
}
.hp-ab .ab-text {
    padding: 0 0 0 3.750vw;
}
/* home: ctas */
.hp-ctas .cta-list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    flex-wrap: wrap;
}
.cta-box {
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 8px);
    text-align: center;
    height: 400px;
    border-bottom: 6px solid;
    border-image-slice: 1;
    border-image-source: var(--gradient-bg-2);
}
.cta-label {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 500;
}
.cta-label::before {
    content: '';
    width: 3px;
    height: 48px;
    background: var(--gradient-bg);
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}
.cta-desc {
    width: 90%;
    max-width: 525px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    max-height: 0;
    overflow: hidden;
    transition: all .5s;
}
.cta-box a {
    color: #fff;
    z-index: 1;
}
.cta-box::before {
    width: 204px;
    height: 204px;
    background-image: url(images/monogram.png);
    content: '';
    position: absolute;
    background-size: contain;
    z-index: 1;
    transition: all .5s;
    opacity: 0;
}
.cta-box:hover::before {
    opacity: .23;
}
.cta-box:hover .cta-desc {
    max-height: 200px;
    margin-top: 20px;
}
/* home: featured properties */
.prop-wrap {
    padding: 100px 0 50px;
    position: relative;
}
.prop-ctas .section-btn {
    display: block;
    line-height: 58px;
    width: 75%;
    border-color: transparent;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 2px auto;
}
.prop-ctas .section-btn.is-active {
    background-color: var(--secondary);
}
.prop-list {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 60px;
    position: relative;
}
.prop-list:not(.slick-initialized) .prop-item:nth-child(n+4) {
    display: none;
}
.prop-item {
    width: 33.33%;
    display: inline-block;
    position: relative;
}
.prop-list .slick-slide>div {
    margin-bottom: -3px;
}
.prop-item a {
    color: #fff;
}
.prop-item .section-btn {
    padding: 15px 28px;
    opacity: 0;
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #000;
}
.prop-item:hover .section-btn {
    opacity: 1;
}
.prop-item .prop-item-img {
    position: relative;
    z-index: 1;
}
.prop-item .prop-item-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.50) 30%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
    transition: all .5s;
}
.prop-item:hover .prop-item-img::before {
    opacity: 0;
}
.prop-item-img canvas:not(.lazyloaded) {
    background-color: #ccc;
}
.prop-item-details {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 30px 30px 20px;
    background: rgb(0 0 0 / 0);
    transition: all .5s;
}
.prop-item:hover .prop-item-details {
    background: rgb(0 0 0 / .70);
}
.prop-item-details-main {
    transition: all .5s;
    line-height: 1.2;
    max-height: 100px;
    overflow: hidden;
    border-left: 3px solid;
    border-image-slice: 1;
    border-image-source: var(--gradient-bg);
    padding-left: 15px;
}
.prop-item:hover .prop-item-details-main {
    max-height: 130px;
}
.prop-item-price {
    font-size: 28px;
    font-weight: 500;
    font-family: var(--font-family-title);
    margin-bottom: 5px;
}
.prop-item-address {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.prop-item-listing-num {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.prop-item-spec {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.prop-item-spec:not(:last-child) {
    margin-right: 25px;
}
.prop-item-spec i {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}
.prop-item-spec i.icon-bed {
    background-image: url(images/icon-bed.png);
    width: 15px;
    height: 11px;
}
.prop-item-spec i.icon-bath {
    background-image: url(images/icon-bath.png);
    width: 14px;
    height: 14px;
}
.prop-item-spec i.icon-sqft {
    background-image: url(images/icon-sqft.png);
    width: 14px;
    height: 14px;
}
.prop-more .section-btn {
    margin: 0 40px;
}
/* home: featured communities */
.hp-fc-wrap {
    padding: 80px 0 0;
    position: relative;
}
.hp-fc-wrap .custom-container {
    max-width: 100%;
    width: 100%;
}
.hp-fc-wrap .bg-wrap {
    height: 50%;
}
.fc-list {
    margin-bottom: 40px
}
.fc-list:not(.slick-initialized) {
    display: flex;
    flex-flow: row wrap;
}
.fc-list:not(.slick-initialized) .fc-item {
    width: calc((100%/3));
    display: inline-block;
}
.fc-item {
    position: relative;
    color: #fff;
    font-size: 14px;
}
.fc-label {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}
.fc-desc {
    line-height: 1.5;
    width: 80%;
    max-width: 310px;
    max-height: 0;
    overflow: hidden;
    margin: 0 auto;
    transition: all .5s;
}
.fc-item:hover .fc-desc {
    max-height: 100px;
}
.fc-overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 1;
}
.fc-overlay .section-btn {
    background-color: var(--secondary);
    color: #000;
    width: 220px;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.fc-item:hover .fc-overlay .section-btn {
    height: 50px;
    opacity: 1;
}
.fc-label::after {
    content: '';
    width: 0;
    height: 3px;
    display: block;
    margin: 0 auto;
    background: var(--gradient-bg-2);
    opacity: 0;
    transition: all .5s;
}
.fc-item:hover .fc-label::after {
    opacity: 1;
    width: 150px;
    margin: 15px auto;
}
.fc-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
    opacity: .40;
    transition: all .5s;
}
.fc-item:hover .fc-img::before {
    opacity: .57;
}
.fc-list .slick-slide>div {
    margin-bottom: -2px;
}
/* home: client testimonials */
.hp-ct-wrap {
    padding: 130px 0 0;
    position: relative;
    margin-bottom: 70px;
}
.hp-ct-wrap .bg-wrap {
    width: 60%;
}
.hp-ct-wrap .bg-wrap::before {
    opacity: .25;
}
.hp-ct-wrap .ct-agent-photo {
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.hp-ct-wrap .ct-agent-photo canvas {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.ct-box {
    position: relative;
    z-index: 1;
    background: #fff;
    width: 90%;
    max-width: 865px;
    margin-left: 220px;
    padding: 80px 5.625vw 100px;
    color: #000
}
.ct-list {
    margin-bottom: 60px;
}
.ct-list:not(.slick-initialized) .ct-item:not(:first-child) {
    display: none;
}
.ct-list::before {
    content: '';
    display: block;
    width: 42px;
    height: 32px;
    background: url(images/icon-quote.png) no-repeat;
    margin: 35px 0;
}
.ct-item h3 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.ct-nav {
    display: flex;
    align-items: center;
}
.ct-nav .slide-arrow-prev {
    margin: 0 20px 0 auto;
}
/* home: featured videos */
.hp-fv-wrap {
    padding: 90px 0;
    position: relative;
}
.hp-fv-wrap::before {
    content: '';
    position: absolute;
    width: 28%;
    height: 100%;
    background: #000 url(images/fv-accent.jpg) center no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 2;
}
.hp-fv-wrap .custom-container {
    z-index: 3;
    flex-wrap: wrap;
}
.hp-fv-main {
    padding-right: 130px;
}
.hp-fv-main p {
    line-height: 2 !important;
}
.hp-fv-wrap .fv-item {
    position: relative;
}
.hp-fv-wrap .fv-item .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: var(--gradient-bg);
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    transition: all .5s;
}
.hp-fv-wrap .fv-item .fv-title {
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 25px 35px;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hp-fv-wrap .fv-item .fv-title span {
    color: var(--primary);
    font-size: 25px;
    position: relative;
    vertical-align: middle;
    top: -1px;
    margin-right: 8px;
}
.hp-fv-wrap .fv-item:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.2);
}
.hp-fv-wrap .fv-item:hover .canvas-img img {
    opacity: .9;
}
.fv-list {
    position: relative;
}
.fv-list:not(.slick-initalized) .fv-link:not(:first-child) {
    display: none;
}
.fv-list::before {
    content: '';
    position: absolute;
    width: calc(100% + 40px);
    height: 100%;
    right: 1px;
    top: 40px;
    background: var(--gradient-bg-2)
}
.fv-link {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.fv-link a {
    color: #000;
    transition: all .5s;
}
.fv-link a:hover {
    color: var(--primary);
}
.fv-link .ai-font-youtube {
    color: var(--primary);
    position: relative;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 40px;
    top: -3px;
}
.fv-more {
    display: flex;
    align-items: center;
}
.fv-more .slide-arrow-prev {
    margin-left: auto;
    margin-right: 10px;
}
/* home: lastest news */
.ln-wrap {
    padding: 70px 0;
    background-color: #f9f6f1;
}
.ln-list {
    margin-bottom: 40px;
}
.ln-list .slick-slide {
    padding: 0 10px;
}
.ln-list:not(.slick-initialized) {
    max-width: 424px;
    display: flex;
    flex-flow: row wrap;
}
.ln-list:not(.slick-initialized) .ln-item:nth-child(n+4) {
    display: none;
}
.ln-item {
    display: inline-block;
    border: 1px solid;
    border-image-slice: 1;
    border-image-source: var(--gradient-bg);
    margin: 0 auto;
}
.ln-item:hover .ln-item-img img {
    transform: scale(1.1);
}
.ln-item-body {
    padding: 30px 60px;
    background: #f8f7f5;
}
.ln-item-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 240px;
    margin: 0 auto 20px;
    line-height: 1.2;
}
.ln-item-date {
    color: var(--primary);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 15px;
}
.ln-item-excerpt {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
a.ln-read-more {
    font-size: 12px;
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 5000;
    letter-spacing: 1.1px;
}
.ln-more .section-btn {
    margin: 0 40px;
}
/* home: social media */
.hp-sm-wrap {
    padding: 80px 0;
}
.sm-feeds {
    margin-top: 50px;
}
.sm-feed-box {
    width: calc(50% - 15px);
    border: 1px #fff solid;
    border-image-slice: 1;
    border-image-source: var(--gradient-bg);
    padding: 45px;
}
.sm-feed-top {
    margin-bottom: 50px;
}
.sm-feed-source-logo i {
    font-size: 50px;
}
.sm-feed-source-info {
    position: relative;
    color: #000;
    transition: all .5s;
}
.sm-feed-source-info:hover {
    color: var(--primary);
}
.sm-feed-source-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.sm-feed-source-handle {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary);
}
.sm-feed-source-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
}
.sm-feed-grid {
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.sm-feed-grid .sm-item {
    width: calc(33.33% - 10px);
    margin: 8px 0;
}
.sm-feed-list {
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.sm-feed-list .sm-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sm-feed-list .sm-item .canvas-img {
    width: 227px;
}
.sm-feed-list .sm-item .sm-item-content {
    width: calc((100% - 227px) - 30px);
}
.sm-item-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: 1.5px;
    line-height: 1.2;
}
.sm-item-excerpt {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #3a3a3a;
    line-height: 1.5;
    margin-bottom: 20px;
}
.sm-item-date {
    color: var(--primary);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.sm-item:hover .canvas-img img {
    transform: scale(1.1);
}
.sm-feed-follow {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--primary);
    letter-spacing: 2px;
}
.sm-feed-follow a {
    text-decoration: underline;
    transition: all .5s;
}
.sm-feed-follow a:hover {
    color: #000;
}
/* home: floating smis */
.hp-floating-smis-wrap {
    position: absolute;
    z-index: 1;
    color: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
}
.hp-floating-smis-wrap a {
    font-size: 0;
    margin: 15px 0;
    transition: all .5s;
    text-shadow: 0 0 5px rgb(0 0 0 / .8);
}
.hp-floating-smis-wrap a:hover {
    color: #fff;
    transform: scale(1.1);
}
.hp-floating-smis-wrap a span {
    font-size: 22px;
}
.hp-floating-smis-wrap .follow-text {
    transform: rotate(90deg);
    margin-top: 130px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    text-shadow: 0 0 5px rgb(0 0 0 / .8);
}
.hp-floating-smis-wrap .follow-text::before {
    width: 58px;
    height: 3px;
    content: '';
    position: absolute;
    left: -100px;
    top: 5px;
    margin: 0 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / .8);
    background: var(--gradient-bg-2);
}
/* popup: form */
.aiosp-container.aiosp-inline-holder.aiosp-ref-\#contact-popup .aios-popup-body {
    max-width: 800px;
    padding: 0;
    position: relative;
    min-height: auto;
}
.aiosp-container.aiosp-inline-holder.aiosp-ref-\#contact-popup .aios-popup-body::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    border: 5px solid;
    border-image-slice: 1;
    border-image-source: var(--gradient-bg);
    z-index: 1;
    right: 33px;
    bottom: 25px;
}
#contact-popup {
    position: relative;
    z-index: 2;
    padding: 5vw;
}
#contact-popup::before,
#contact-popup::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    bottom: -20px;
    right: -20px;
    background: var(--primary);
    z-index: 2;
}
#contact-popup::after {
    width: 100%;
    height: 20px;
    bottom: -20px;
}
#contact-popup form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pu-field {
    width: 48%;
}
.pu-field input {
    width: 100%;
    border: 0;
    border-bottom: 1px #000 solid;
    font-size: 13px;
    padding: 20px 15px;
    margin: 5px 0;
}
.pu-field input::placeholder {
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.pu-submit {
    margin-top: 30px;
    text-align: center;
    width: 100%;
}
.pu-submit .section-btn:hover {
    background-color: var(--secondary);
    color: #000;
}
.pu-submit .wpcf7-spinner {
    position: absolute;
}
#contact-popup .wpcf7-response-output {
    text-align: center;
    position: absolute;
    bottom: 25px;
    width: 92%;
    left: 0;
}
.pu-field .wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    left: auto;
    width: auto;
}
.aios-popup-body .aiosp-close {
    font-size: 40px;
    color: #000;
    opacity: 1;
    width: 50px;
    height: 50px;
    margin-right: -50px;
    margin-top: -50px;
    color: var(--primary) !important;
    font-size: 0;
}
.aios-popup-body .aiosp-close::before {
    content: "\b0242";
    font-family: agentimage !important;
    font-size: 25px;
}
/*******************************************************
  *
  * 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;
}
#inner-page-wrapper {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
#inner-page-wrapper a {
    color: var(--primary);
}
/* Adjust minimum height of page area */
#content-sidebar,
#content-full {
    min-height: 500px;
    margin-top: 20px;
}
/** Adjust width of content columns **/
#content-sidebar #content {
    width: 77.08%;
}
#content-full #content {
    width: 100%;
}
/* Adjust width of sidebar */
.sidebar {
    width: 20.83%;
}
/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}
.page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
    margin-left: -15px;
    margin-right: -15px;
}
/* Adjust line height of page elements */
#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
    line-height: 1.7
}
/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title,
body #ai-minimalist-testimonials-wrap h1 {
    font-family: var(--font-family-title);
    font-size: 65px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500 !important;
    color: #000 !important;
}
/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    font-family: var(--font-family-title);
    font-size: 25px;
    text-transform: uppercase;
    color: var(--primary);
    line-height: 1.2;
}
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-readable-font [class*="ai-font"] {
    font-family: agentimage !important;
}
/* High contrast and Negative contrast break canvas elements with backgrounds */
#pojo-a11y-toolbar .pojo-a11y-btn-high-contrast,
#pojo-a11y-toolbar .pojo-a11y-btn-negative-contrast,
#pojo-a11y-toolbar .pojo-a11y-btn-light-background,
#pojo-a11y-toolbar .pojo-a11y-btn-grayscale {
    display: none !important;
}
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;
}
.aios-custom-ihomefinder-results-template #content-full .entry-title {
    width: 100% !important;
    padding: 0 !important;
}
#agents-results .agent-top {
    margin: 0;
}
#ip-element-contact .aios-contact-info ul li a,
#ip-element-contact .aios-contact-smi ul li a {
    color: #fff !important;
}
#ip-element-contact .aios-contact-info ul li a:hover,
#ip-element-contact .aios-contact-smi ul li a:hover {
    color: var(--primary) !important;
}
#ip-element-contact .entry-title {
    display: none;
}
#ip-element-contact .aios-contact-main {
    margin-top: 40px !important;
}
#ip-element-contact p#breadcrumbs,
.single-aios-communities p#breadcrumbs {
    max-width: 1340px;
    margin: 0 auto;
}
#listings-results .listings-pagination ul li a {
    color: #000 !important;
}
#listings-results .listings-pagination ul li.active a,
#listings-results .listings-pagination ul li a.active,
#listings-results .listings-pagination ul li a:hover {
    color: #fff !important;
    border-color: #000 !important;
    background: #000 !important;
}
#listings-details .listings-address {
    font-size: 45px !important;
}
#listings-details .listings-address strong,
#listings-details .listings-description h2,
#listings-details .listings-accordion h2,
#listings-details .listings-form h2 span {
    font-weight: 500 !important;
}
#hp-ct div.ct-item>h3,
div.ai-minimalist-testimonials-list>a>h3,
div.aiosp-content.aios-popup-body>div>h3 {
    display: none !important;
}
/* Listings */
#content .listings-printable-header,
#content .listings-printable-git h2 {
    display: none;
}
body #listings-details .listings-main-left .listings-cta>li>a.button-legacy {
    background: #000;
    border-color: #000;
    color: #fff;
}
body #listings-details .listings-main-left .listings-cta>li>a.button-legacy:hover {
    background: var(--aios-ihf-template-global-page-secondary-color) !important;
    border-color: var(--aios-ihf-template-global-page-secondary-color) !important;
}
/* Testimonials Page */
body .ai-minimalist-testimonials-lists .ai-minimalist-testimonials-list:first-child a p,
body .ai-minimalist-testimonials-lists .ai-minimalist-testimonials-list a p {
    color: #000
}
body .ai-minimalist-testimonials-lists .ai-minimalist-testimonials-list a .ai-minimalist-testimonials-rating i,
body .aiosp-wrap div[class*=ai-minimalist-testimonials-results-popup-] .ai-minimalist-testimonials-rating i {
    color: var(--primary);
}
body .ai-minimalist-testimonials-lists .ai-minimalist-testimonials-list a .ai-classic-testimonials-image-holder {
    border-color: var(--primary);
}
body .ai-minimalist-testimonials-lists .ai-minimalist-testimonials-list a .ai-classic-testimonials-image-holder div,
body .aiosp-wrap div[class*=ai-minimalist-testimonials-results-popup-] .ai-classic-testimonials-image-holder div {
    background: var(--primary);
}
body .ai-minimalist-testimonials-pagination ul li {
    padding: 0 10px;
}
body .ai-minimalist-testimonials-pagination ul li a,
body .ai-minimalist-testimonials-pagination ul li span {
    display: block;
    padding: 10px 13px;
    background: transparent;
    color: #000 !important;
    border: 1px solid #000;
}
body .ai-minimalist-testimonials-pagination ul li .current,
body .ai-minimalist-testimonials-pagination ul li a.active,
body .ai-minimalist-testimonials-pagination ul li a:hover {
    background: #000;
    color: #fff !important;
}
body .ai-minimalist-testimonials-pagination ul li+li {
    border: 0;
}
body .ai-minimalist-testimonials-pagination ul li a:hover+a.ai-modern-testimonials-results-arrow {
    background: #000;
    color: #fff !important;
}
body .ai-minimalist-testimonials-pagination ul li.aios-testimonialsNext a:first-child,
body .ai-minimalist-testimonials-pagination ul li.aios-testimonialsPrev a:first-child {
    background: transparent;
}
body .ai-minimalist-testimonials-pagination .aios-testimonialsNext,
body .ai-minimalist-testimonials-pagination .aios-testimonialsPrev {
    margin: 0 10px;
}
/* SOcial Media Page */
body .aios-smf-theme-two .aios-smf-right #theme-content li.filter-feed a:hover,
body .aios-smf-theme-two .aios-smf-right #theme-content li.filter-feed a.filter-active {
    color: var(--primary) !important;
}
body .aios-smf-theme-two .aios-smf-right #theme-content li.filter-feed a::before {
    background: var(--primary);
}
/* Communities Page */
body #ai-modern-community-details .ai-modern-community-details-title h2 {
    font-weight: 500 !important;
}
.aios-smf-theme-two .aios-smf-left #theme-title ul li a:hover {
    background: #000000 !important;
    color: var(--primary) !important;
}
.aios-custom-ihomefinder-details-template .listings-seller-rep {
    display: none !important;
}
/*.post-page-communities #aios-modern-community-page section.amcp-content.amcp-content-flex > div:last-child{
    display: none;
}*/
body.home .qs-select .dropdown-menu .dropdown-menu.inner {
    max-height: 260px !important;
}
.ip-community-details-video {
    margin-left: -150px;
    margin-top: 50px;
}
.ip-community-details-video-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -8px;
    font-size: 0;
}
.ip-community-details-video-item {
    width: 33.33%;
    padding: 8px;
}
.ip-community-details-video-item a {
    display: block;
    position: relative;
}
/* .ip-community-details-video-image::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0.5;
    transition: all var(--default-transition);
}
.ip-community-details-video-item a:hover .ip-community-details-video-image::after {
    background: var(--primary);
} */
.ip-community-details-video-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    font-style: normal !important;
    color: #FF0000;
    z-index: 10;
    opacity: 0;
    transition: all var(--default-transition);
}
.ip-community-details-video-item a:hover .ip-community-details-video-image i {
    opacity: 1;
}
.ip-community-details-video-text {
    font-size: 14px;
    color: #000000;
    text-align: center;
    padding: 15px 10px;
}
.postid-387 #ai-modern-community-details .ai-modern-community-details-entry>.container {
    margin-bottom: 0;
}
#ihf-main-container.ihf-modal-container .modal .ihf-modal-submit .ihf-modal-form-response-output.output-error {
    display: none !important;
}
.hp-qs-field:nth-child(5)::after,
.hp-qs-field:nth-child(6)::after {
    display: none;
}
body.home .qs-select .dropdown-menu {
    z-index: 800;
}
.ln-wrap .slick-track {
    display: flex !important;
}
.ln-wrap .slick-slide {
    height: auto !important;
}
.ln-wrap .slick-slide, .ln-wrap .slick-slide > div, .ln-wrap .slick-slide > div > div{
    height: 100%;
}
#ihf-main-container .glyphicon-remove-circle,
#listings-results .listings-table .listings-table-body .listings-table-label{
    color: #fff !Important;
}
#ip-element-contact .aios-contact-info ul li a i {
    position: relative;
    top: -2px;
}
#listings-details .listings-form textarea {
    padding-right: 25px !important;
}
#listings-details .listings-form .wpcf7-not-valid-tip {
    padding: 2px;
    width: auto;
    right: 0;
    top: 12px;
    left: auto;
    font-size: 11px;
}
.error-page-cf-wrap .wpcf7-response-output {
    text-align: center;
}
#agents-results .agents-contact {
    justify-content: center;
}
.aiosp-wrap .aiosp-ref-\#agents-popup-form input[type=submit]:hover {
    color: #c09b58 !important;
}
.aiosp-wrap .aiosp-ref-\#agents-popup-form .wpcf7 form .wpcf7-response-output {
    text-align: center;
}
.aiosp-wrap .aiosp-ref-\#agents-popup-form .wpcf7 form .wpcf7-not-valid-tip {
    padding: 2px;
    width: auto;
    right: 0;
    left: auto;
    font-size: 11px;
}
.hp-qs-field button.btn.dropdown-toggle {
    background: transparent !important;
    color: #fff !Important;
    outline: none !important;
    box-shadow: none;
}

#agents-single .agents-left {
    padding-bottom: 50px;
}

#agents-single .agents-left {
    padding-bottom: 50px;
}
#agents-single ul.agents-contact li > div {        
    text-align: center !important;
}
#agents-single .agents-contact li > div > span {
    float: none !important;
}

.single-aios-rm-buyers .ip-community-details-video,
.single-aios-rm-sellers .ip-community-details-video{
    margin-left: 0;
}

/*Testimonials Page*/
.aiosp-wrap div[class*=ai-minimalist-testimonials-results-popup-] .aios-testimonials-video video{
    max-width: 100%;
    max-height: 60vh;
    margin: 0 auto;
}
/*Testimonials Page*/

.grecaptcha-badge {
    z-index: 1000;
}

.error404 .wpcf7 form {
    position: relative;
    font-family: var(--font-family-default);
}
.error-page-content-wrapper,
.error404 .error-page-content-wrapper .error-forms input[type="text"], 
.error404 .error-page-content-wrapper .error-forms input[type="email"], 
.error404 .error-page-content-wrapper .error-forms input[type="phone"],
.error404 .error-page-content-wrapper .error-forms textarea,
.error404 .error-page-content-wrapper .error-forms input[type="submit"] {
    font-family: var(--font-family-default);
}
.error404 .wpcf7 form.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    width: auto;
    font-size: 12px; 
    line-height: 1;
    padding: 0.25em; 
    right: 0.5em;
    left: auto;
    top: 0.5em;
}
.error404 .wpcf7 form .wpcf7-response-output {
    margin: 0;
    text-align: center;
    line-height: 1;
    font-size: 12px; 
    padding: 0.5em 0.1em; 
}
.error404 .wpcf7 form .wpcf7-spinner {
    position: absolute;
    right: 0%;
    top: 105%;
    margin: 0;
}
.page-id-19 .aios-contact-form .wpcf7 form .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 100%;
    margin: 0.5em -0.75em 0 0;
}
.ihf-details-template #listings-details .listings-form .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 100%;
    margin: 1em 0 0;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css 