/*
Theme Name: Lindsey Harn 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: 'Quicksand', sans-serif;
    --font-family-title: 'Italiana', serif;
    --font-size-default: 14px;
    --font-size-title: 48px;
    --font-color-default: #000000;
    /** Use for input, button, and any other element */
    --primary: #231f20;
    --secondary: #414042;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --default-transition: .3s cubic-bezier(.4, 0, .2, 1);
}


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


/* Sub Menu */

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

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: transparent;
    /* display: none; */
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 234px;
    left: 50%;
    padding-top: 17px;
    margin-left: -118px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#nav .sub-menu a {
    color: #414042;
    display: block;
    padding: 15px 10px;
    background: #fff;
}

#nav .sub-menu a:hover {
    font-family: var(--font-family-default);
    text-decoration: none;
}

#nav .sub-menu .sub-menu {
    margin-left: calc(100% + 2px);
    top: 0;
    left: 0;
    padding-top: 0 !important;
}

#nav li:hover > .sub-menu {
    /*display: block;*/
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

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

#nav .sub-menu li:last-child {
    border-bottom: none;
}


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

a,
a:hover,
a:visited,
a:focus,
input,
input:focus,
textarea,
textarea:focus,
select:focus,
select {
    outline: none !important;
    text-decoration: none !important;
}

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

.label-hide {
    display: none !important;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-margin {
    margin: 0;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

div#main-wrapper {
    overflow: hidden;
    position: relative;
}

div#main-wrapper::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 40px);
    min-height: 257px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 3;
    pointer-events: none;
}


/*fixed header*/

header.main-header.show-fixed {
    background: var(--primary);
    padding: 10px 15px;
    padding: 10px 30px;
}

header.main-header.show-fixed .hdr-logo a {
    max-width: 258px;
}


/*main header*/

header.main-header {
    z-index: 1001;
    position: fixed;
    padding: 31px 15px 15px;
    padding: 31px 30px 15px;
    background: transparent;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hdr-holder {
    position: relative;
    max-width: 1504px;
    margin: 0 auto;
}

.hdr-col2,
.hdr-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

.hdr-logo a {
    display: block;
    max-width: 288px;
    filter: invert(1) brightness(100);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*header contact*/

.hdr-contact {
    font-size: 0;
    /*    padding-left: 40px;*/
}

.hdr-contact i {
    display: none;
}

.hdr-contact span {
    display: inline-block;
    padding: 0 13px;
}

span.hdr-email {
    padding-right: 0;
}

.hdr-contact a {
    color: #fff;
    font-size: var(--font-size-default);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hdr-contact a:hover {
    opacity: .7;
}


/* hdr nav*/

nav.header-nav {
    position: relative;
    text-align: center;
    flex-grow: 1;
}

nav.header-nav ul#nav {
    font-size: 0;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-evenly;
}

nav.header-nav ul#nav > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

nav.header-nav ul#nav > li > a {
    font-size: var(--font-size-default);
    text-align: center;
    letter-spacing: .8px;
    color: #fff;
    font-weight: 400;
    display: block;
    position: relative;
    z-index: 5;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.header-nav ul#nav > li > a:hover {
    opacity: .7;
}

nav.header-nav ul#nav .sub-menu a {
    font-size: 14px;
    letter-spacing: .8px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.header-nav ul#nav > li:last-child a {
    margin-right: 0;
}

nav.header-nav ul#nav > li:first-child a {
    margin-left: 0;
}


/*slideshow*/

section.slideshow-area {
    padding: 20px;
}

.slideshow-area,
.slider-holder {
    position: relative;
}

.slider-holder .aios-slider-splide::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    z-index: 2;
    pointer-events: none;
}


/*slider tagline*/

.slider-content-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 5;
}

.slider-tagline {
    font-size: var(--font-size-title);
    font-weight: 400;
    font-family: var(--font-family-title);
    letter-spacing: 2.2px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    padding: 15px 20px;
}


/*quick search section*/

.quick-search-area {
    position: relative;
    padding: 66px 0 50px;
}

.quick-search-area .container {
    position: relative;
    z-index: 5;
}

.qs-holder .global-title {
    margin: 0 0 30px;
}

.qs-form form {
    position: relative;
    display: block;
    font-size: 0;
}

.qs-form select,
.qs-form input,
.quick-search-area button.btn.dropdown-toggle.btn-default {
    border-radius: 0;
    color: #151515;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    line-height: 1.2;
    width: 100%;
    height: 72px;
    text-align: left;
    resize: none;
    border: none;
    border-right: 1px solid #c2c2c2;
    padding: 0 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.qs-form select option {
    color: #000;
}

.qs-form select::-ms-expand {
    display: none;
}

.qs-form .qs-field {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.qs-field {
    /*padding: 0 3.5px;*/
}

.qs-form form > div:nth-child(7) input {
    border-right: none;
}

.btn-form.qs-field.qsbtn1 input {
    font-size: 14px;
    letter-spacing: 3px;
    border: none;
    color: var(--primary);
    width: 100%;
    height: 61px;
    padding: 0;
    text-align: center;
    background: transparent;
    border: 2px solid #cbcbcb;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-form.qs-field.qsbtn1 input:hover {
    background: var(--primary);
    color: #fff;
    border: 2px solid var(--primary);
}

.long-form1 {
    width: 16.506%;
}

.long-form2 {
    width: 16%;
}

.short-form {
    width: 12%;
}

.qsbtn1 {
    width: 11.755%;
}

.qs-field.qs-icon {
    width: 3%;
}

.qs-field.qs-icon2 {
    width: 4.739%;
}

.qs-field.qs-icon span {
    font-size: 34px;
    color: var(--primary);
    position: relative;
}

.qs-field.qs-icon2 span {
    font-size: 36px;
    color: var(--primary);
    position: relative;
    text-align: right;
    display: block;
}

.qs-form p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2.3px;
    padding: 34px 0 0;
    color: #151515;
}


/*global title*/

.global-title {
    font-size: 18px;
    font-family: var(--font-family-default);
    letter-spacing: 11px;
    text-align: center;
    text-transform: uppercase;
    color: #414042;
}

.global-title span {
    display: block;
    font-size: var(--font-size-title);
    font-family: var(--font-family-title);
    letter-spacing: 5px;
    color: var(--primary);
    margin: 10px 0 0;
}


/*global photo*/

.global-photo {
    position: relative;
}

.global-photo canvas {
    display: block;
    width: 100%;
}

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


/*global button/*/

.global-btn a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #1f1f1f;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 203px;
    height: 61px;
    border: 2px solid #cbcbcb;
    background: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.global-btn a:hover {
    background: var(--primary);
    color: #fff;
    border: 2px solid var(--primary)
}


/*featured properties section*/

section.featured-properties-area {
    position: relative;
    padding: 77px 15px 0;
}

.fp-holder {
    position: relative;
    z-index: 4;
    max-width: 1430px;
    margin: 0 auto;
}

.fp-inner .global-title {
    margin: 0 0 69px;
}

.fp-list-holder {
    position: relative;
    background: #fff;
    padding: 0 55px 57px;
}

.fp-list {
    padding: 0 15px;
    /*max-width: 424px;*/
}

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

.fp-photo.global-photo::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 155px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
}

.fp-photo.global-photo img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fp-list a:hover .fp-photo.global-photo img {
    filter: grayscale(1);
}

.fp-price {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 1;
    font-size: 24px;
    font-family: var(--font-family-title);
    letter-spacing: 3.5px;
    padding: 26px 15px;
}

.fp-content {
    text-align: center;
    padding: 33px 15px 15px;
    font-size: 18px;
    color: #414042;
}

.fp-address {
    margin: 0 0 23px;
}

.fp-specs {
    font-size: 0;
    margin: 0 0 33px;
}

.fp-specs span {
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
}

em.bed-icon {
    display: inline-block;
    width: 19px;
    height: 14px;
    background: url(images/bed-icon.png) no-repeat;
}

em.bath-icon {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(images/bath-icon.png) no-repeat;
}

em.sqft-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(images/sqft-icon.png) no-repeat;
}

.fp-specs em {
    margin-right: 10px;
}

.fp-view {
    font-size: 14px;
    text-transform: lowercase;
    letter-spacing: 0.7px;
    display: inline-block;
    padding: 0 0 14px 6px;
    border-bottom: 1px solid #414042;
}

.fp-view em {
    font-size: 14px;
    color: #000;
    position: relative;
    top: 2px;
    margin-left: 11px;
}

.fp-arrow {
    position: relative;
    padding: 60px 0 70px;
    max-width: 160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.fp-arrow span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 71px;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fp-arrow span:hover {
    background: var(--primary);
}

.fp-arrow em {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fp-arrow span:hover em {
    filter: invert(1);
}

em.prev-icon {
    display: block;
    width: 9px;
    height: 11px;
    background: url(images/prev.png) no-repeat;
}

em.next-icon {
    display: block;
    width: 9px;
    height: 11px;
    background: url(images/next.png) no-repeat;
}

.fp-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 784px;
    background: #231f20;
    pointer-events: none;
}

.fp-slick .slick-slide > div > div {
    display: block !important;
}

.fp-slick:not(.slick-initialize) > div:not(:first-child) {
    display: none;
}

.fp-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url(images/fp-bg.jpg) no-repeat; */
    background: url(https://cdn.agentimagehosting.com/NhHDoSzRGjmmUK617t4Kk/2023/11/testi-bg-a.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    filter: grayscale(1);
    pointer-events: none;
    opacity: .09;
}


/*featured communities section*/

section.featured-communities-area {
    position: relative;
    padding: 98px 0 0;
}

.fc-inner .global-title {
    margin: 0 0 53px;
}

.fc-list-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fc-list {
    width: calc(100% / 3);
}

.fc-list a {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fc-list a:hover {
    transform: scale(1.05);
    z-index: 5;
}

.fc-photo.global-photo canvas {
    background: #000;
}

.fc-photo.global-photo img {
    opacity: .8;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fc-list a:hover .fc-photo.global-photo img {
    filter: grayscale(1);
    opacity: .2;
}

.fc-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.fc-label {
    font-size: 24px;
    font-family: var(--font-family-title);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.2px;
}


/*welcome section*/

section.welcome-area {
    position: relative;
    padding: 120px 0 142px;
}

.wc-col1 {
    margin-left: -150px;
}

.wc-photo {
    position: relative;
    max-width: 516px;
}

.wc-vid a {
    display: block;
    position: relative;
    max-width: 484px;
    margin-left: auto;
    margin-right: 20px;
    margin-top: -227px;
}

.wc-vid-thumb.global-photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90px;
    height: 92px;
    background: url(images/plybtn.png) no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.wc-vid a:hover .wc-vid-thumb.global-photo::after {
    transform: scale(1.05);
}

.wc-content .global-title {
    text-align: left;
    margin: 0 0 37px;
}

.wc-content .global-title span {
    font-size: 59px;
    margin-left: -4px;
    letter-spacing: 6px;
    line-height: .85;
}

.wc-content .global-title span em {
    display: block;
    font-style: normal;
    font-size: 96px;
    color: #414042;
    margin-left: -3px;
    letter-spacing: 10px;
}

.wc-content .global-title p {
    font-family: var(--font-family-default);
    color: #1f1f1f;
    margin-left: -2px;
    letter-spacing: 1.8px;
    display: block;
    padding: 10px 0 0;
}

.wc-text p {
    font-size: 14px;
    color: #414042;
    letter-spacing: 0.5px;
    line-height: 2.1;
    display: block;
    margin: 0 0 20px;
    max-width: 536px;
}

.wc-text span {
    font-family: var(--font-family-default);
    font-size: 16px;
    color: #231f20;
    letter-spacing: 0.8px;
    display: block;
    margin: 0 0 6px;
}

.global-btn.wc-btn {
    padding: 48px 0 0;
}

.wc-vid-thumb.global-photo::before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 30px);
    min-height: 54px;
    background: url(https://cdn.agentimagehosting.com/NhHDoSzRGjmmUK617t4Kk/2023/11/vid-shadow.png) no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}


/*testimonials section*/

section.testimonials-area {
    position: relative;
    padding: 126px 15px 88px;
}

section.testimonials-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url(images/testi-bg.jpg) no-repeat; */
    background: url(https://cdn.agentimagehosting.com/NhHDoSzRGjmmUK617t4Kk/2023/11/testi-bg-a.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}

.testi-holder {
    position: relative;
    z-index: 5;
    max-width: 1284px;
    margin: 0 auto;
}

.testi-inner .global-title,
.testi-inner .global-title span {
    color: #fff;
}

.testi-inner .global-title {
    margin: 0 0 60px;
}

.testi-list-holder {
    position: relative;
    color: #fff;
    text-align: center;
    background: rgb(35 31 32 / 95%);
    padding: 79px 15px 62px;
}

.testi-text {
    font-size: 18px;
    font-style: italic;
    line-height: 1.4;
    display: block;
    max-width: 938px;
    margin: 0 auto 20px;
}

.testi-text span {
    font-family: var(--font-family-title);
    font-style: normal;
}

.testi-text p {
    display: block;
    margin: 0 0 22px;
}

em.testi-qoute {
    display: block;
    width: 39px;
    height: 35px;
    margin: 0 auto 32px;
    background: url(images/qoute-icon.png) no-repeat;
}

.testi-arrow {
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.testi-arrow span {
    cursor: pointer;
    pointer-events: auto;
    font-size: 52px;
    color: rgb(255 255 255 / 30%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.testi-arrow span:hover {
    color: #fff;
}

span.testi-prev {
    margin-left: 60px;
}

span.testi-next {
    margin-right: 60px;
}

.global-btn.testi-btn a {
    max-width: 344px;
    color: #fff;
    margin: 43px auto 0;
    border: 2px solid #fff;
}

.global-btn.testi-btn a:hover {
    border: 2px solid var(--primary);
}

section.testimonials-area::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 554px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
    pointer-events: none;
}

.testi-slick-slider .slick-slide > div > div {
    display: block !important;
}

.testi-slick-slider:not(.slick-initialize) > div:not(:first-child) {
    display: none;
}


/*social media setion*/

section.social-media-area {
    position: relative;
    padding: 107px 15px;
}

.sm-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}

.sm-holder {
    position: relative;
    max-width: 1265px;
    margin: 0 auto;
}

.sm-col1 {
    width: 50.808%;
}

.sm-col2 {
    width: 49.192%;
}

.sm-inner > div {
    padding: 0 18px;
}

.sm-inner .global-title {
    text-align: left;
    margin: 0 0 42px;
}

.sm-vid-list-holder {
    position: relative;
}

.sm-vid-list a {
    position: relative;
    display: block;
}

.sm-vid-thumb.global-photo canvas {
    background: #000;
}

.sm-vid-thumb.global-photo img {
    opacity: 0.7;
}

.sm-vid-thumb.global-photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90px;
    height: 92px;
    background: url(images/plybtn.png) no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sm-vid-list a:hover .sm-vid-thumb.global-photo::after {
    transform: scale(1.05);
}

.sm-vid-arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.sm-vid-arrow span {
    cursor: pointer;
    pointer-events: auto;
    font-size: 52px;
    color: rgb(255 255 255 / 50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sm-vid-arrow span:hover {
    color: #fff;
}

span.sm-vid-prev {
    margin-left: 20px;
}

span.sm-vid-next {
    margin-right: 20px;
}

.sm-ig-list-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.sm-ig-list {
    width: calc(100% / 3);
    padding: 0 6px;
    margin: 0 0 12px;
}

.sm-ig-list a {
    position: relative;
    display: block;
}

.sm-ig-list em.ai-font-instagram {
    position: absolute;
    top: 11px;
    right: 11px;
    color: #fff;
    font-size: 22px;
}

.sm-inner > div > span {
    font-size: 18px;
    text-align: center;
    display: block;
    letter-spacing: 1px;
}

.sm-inner > div > span em {
    margin-right: 14px;
    position: relative;
    font-size: 21px;
    vertical-align: bottom;
}

span.sm-yt {
    padding: 21px 0 0;
}

span.sm-ig {
    padding: 9px 0 0;
}


/*main footer*/

footer.main-footer {
    position: relative;
    padding: 0 0 35px;
}

.ftr-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 200px);
    /* background: url(images/ftr-bg.jpg) no-repeat; */
    background: url(https://cdn.agentimagehosting.com/NhHDoSzRGjmmUK617t4Kk/2023/11/ftr-bg-a.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
    z-index: -1;
}

.ftr-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.get-in-touch-area {
    position: relative;
    padding: 74px 0 133px;
}

.get-in-touch-area .container {
    position: relative;
    z-index: 5;
}

.gt-holder {
    position: relative;
    max-width: 892px;
    margin: 0 auto;
}

.gt-head {
    margin-bottom: 63px;
}

.gt-form form {
    position: relative;
    margin: 0 -6px;
    font-size: 0;
}

.gt-fields input,
.gt-fields textarea {
    font-size: 14px;
    letter-spacing: 1px;
    color: #464646;
    background: transparent;
    width: 100%;
    height: 67px;
    text-transform: uppercase;
    padding: 0 19px;
    border-radius: 0;
    border: solid 1px #a1a1a1;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: none;
}

.gt-form textarea {
    padding-top: 20px;
    height: 157px;
}

.gt-fields.gt-textarea {
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

.gt-fields {
    position: relative;
    width: calc(100% / 3);
    padding: 0 6px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.gt-form div.wpcf7 .ajax-loader {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -18px;
}

.gt-form span.wpcf7-not-valid-tip {
    font-size: 14px;
}

.gt-form span.wpcf7-form-control-wrap {
    display: block;
}

.gt-form div.wpcf7-response-output {
    margin: auto;
    position: absolute;
    width: 100%;
    font-size: 14px;
    color: #000;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: 5px;
}

.gt-form .wpcf7-spinner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.gt-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: auto;
    bottom: 5px;
    left: 0;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
    width: auto;
}

.gt-fields.gt-btn {
    position: absolute;
    bottom: 24px;
    right: 26px;
    width: 41px;
    height: 40px;
    padding: 0;
    margin: 0;
}

.gt-fields.gt-btn input {
    height: 40px;
    border: none;
    position: absolute;
    top: 0;
    font-size: 0;
    background: transparent;
}

.gt-fields.gt-btn .ai-font-paper-airplane-alt {
    font-size: 40px;
    color: #414042;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gt-fields.gt-btn:hover .ai-font-paper-airplane-alt {
    opacity: .7;
}

.gt-form .wpcf7-spinner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.gt-form span#buy-sell span {
    display: inline-block;
}

.gt-form span.wpcf7-list-item.first {
    padding-right: 35px;
}


/*.gt-form span.wpcf7-form-control-wrap {
                                                text-align: center;
                                                padding: 0 0 37px;
                                            }*/

.gt-radio-btn > p {
    font-size: 16px;
    font-family: var(--font-family-default);
    color: #414042;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    display: inline-block;
    margin-right: 23px;
}

.gt-radio-btn {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0 0 37px;
}

.gt-radio-btn span.wpcf7-not-valid-tip {
    bottom: -20px !important;
}


/*footer content*/

.main-footer-content {
    margin: 0 22px;
    background: rgb(35 31 32 / 95%);
    text-align: center;
    color: #fff;
    padding: 70px 0 50px;
}

.ftr-logo-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 43px;
}

.ftr-logo a {
    max-width: 302px;
    display: block;
    margin: 0 auto;
    filter: invert(1) brightness(100);
}

.ftr-broker img {
    margin: 0 auto;
}

.ftr-logo-holder > div {
    padding: 0 30px;
    position: relative;
}

.ftr-logo-holder > div:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 65px;
    background: #fff;
    opacity: .3;
}

.ftr-license span {
    display: inline-block;
    padding: 0 32px;
    font-size: 14px;
    letter-spacing: 1.3px;
}

.ftr-license {
    font-size: 0;
    padding: 0 0 37px;
}

.ftr-contact a {
    font-size: 14px;
    color: #fff;
    letter-spacing: 1.4px;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ftr-contact a:hover {
    opacity: .7;
}

.ftr-contact span {
    display: block;
    vertical-align: top;
    margin: 0 0 17px;
    text-align: left;
}

.ftr-contact {
    font-size: 0;
    max-width: 926px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.ftr-contact i {
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-right: 8px;
}

.ftr-contact em {
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
}

span.ftr-loc a {
    /* max-width: 250px; */
    display: flex;
    text-align: left;
    line-height: 1.5;
}

span.ftr-loc em {
    font-size: 20px;
    margin-right: 8px;
}

span.ftr-email em {
    font-size: 11px;
}

span.ftr-loc {
    margin-top: -4px;
}

.ftr-smi {
    font-size: 0;
    padding: 11px 0 26px;
}

.ftr-smi span {
    display: inline-block;
    padding: 0 21px;
}

.ftr-smi a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ftr-smi a:hover {
    opacity: .7;
}

.ftr-disclaimer p {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 1.6;
}

.ftr-disclaimer {
    margin: 0 0 24px;
}

ul.footernav {
    font-size: 0;
}

ul.footernav > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
}

ul.footernav > li > a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1.2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

ul.footernav > li > a:hover {
    opacity: .7;
}


/*copyright & mls*/

.footer-copyright,
.footer-copyright a {
    font-size: 12px;
    color: #fff;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-copyright a:hover {
    opacity: .7;
}

.footer-copyright a[href="https://www.agentimage.com"] {
    text-decoration: underline !important;
    color: #fff;
}

.footer-copyright a[href="https://www.agentimage.com"]:hover {
    opacity: .7;
}

.mls {
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.mls em {
    margin: 0 2px;
}

.ftr-nav {
    margin: 0 0 30px;
}


/* Customize the label (the container) */

.gt-form span.wpcf7-list-item label {
    display: block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    font-size: 16px;
    font-family: var(--font-family-default);
    text-transform: uppercase;
    color: #414042;
    letter-spacing: 0.7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.gt-form span.wpcf7-list-item label input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom radio button */

.gt-form span.wpcf7-list-item label span.wpcf7-list-item-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: rgb(65 64 66 / 30%);
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.gt-form span.wpcf7-list-item label:hover input ~ span.wpcf7-list-item-label::before {
    background-color: #fff;
    border: 4px solid #000;
}


/* When the radio button is checked, add a blue background */

.gt-form span.wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label::before {
    background-color: #fff;
    border: 4px solid #000;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.gt-form span.wpcf7-list-item label span.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    display: none !important;
}


/* Show the indicator (dot/circle) when checked */

.gt-form span.wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.gt-form span.wpcf7-list-item label span.wpcf7-list-item-label:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.gt-radio span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
    margin-right: 30px;
}


/*******************************************************
 *
 * 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) */

#content .entry-title,
#content .archive-title {
    font-size: 18px;
    font-family: var(--font-family-default);
    letter-spacing: 11px;
    text-align: center;
    text-transform: uppercase;
    color: #414042;
}

#content .entry-title span,
#content .archive-title span {
    display: block;
    font-size: var(--font-size-title);
    font-family: var(--font-family-title);
    letter-spacing: 5px;
    color: var(--primary);
    margin: 4px 0 0;
    line-height: 1;
}


/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle {}


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

.aios-mobile-header-wrapper {
    z-index: 1001 !important;
}

.ip-container div#main-wrapper::after {
    top: 0;
    width: 100%;
}

.quick-search-area span.filter-option.pull-left {
    color: #151515;
    font-size: 14px !important;
    font-weight: 400;
}

.quick-search-area button.btn.dropdown-toggle.btn-default:hover {
    background-color: unset !important;
}

.quick-search-area button.btn.dropdown-toggle.btn-default {
    background: unset;
    box-shadow: unset !important;
}


/* inner page css */

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

#content .community-featured-image {
    display: none !important;
}

.aios-custom-ihomefinder-results-template #content-full .entry-title {
    width: 100% !important;
    padding: 0 !important;
}

nav.header-nav ul#nav > li.active > a {
    font-weight: 700;
}

.ftr-links {
    margin: 0 auto 25px;
}

.ftr-links li {
    display: inline-block;
    margin: 0 20px;
}

.ftr-links li a {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 1.7;
    font-size: 13px;
    color: #fff !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ftr-links li a:hover {
    opacity: 0.7;
}

body.ihf-details-template #listings-details .listings-link-navigation-main:focus,
body.ihf-details-template #listings-details .listings-link-navigation-main:hover {
    background: var(--aios-ihf-template-global-page-secondary-color) !important;
    border-color: var(--aios-ihf-template-global-page-secondary-color) !important;
    color: #fff !important;
}

.ip-container.aios-custom-ihomefinder-printable-template div#main-wrapper::after {
    display: none;
}

.post-page-search-homes #inner-page-wrapper {
    z-index: unset;
}

.ftr-disclaimer a {
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ftr-disclaimer a:hover {
    opacity: .7;
}

.post-page-contact-us #ai-modern-contact .ai-modern-contact-info a:hover {
    opacity: .7;
}

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

.post-page-contact-us p#breadcrumbs {
    padding: 0 50px;
}

.qs-holder .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
}

#listings-results .listings-grid .listings-media li img {
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.75));
}


/*** Off Canvas ***/

.off-canvas-trigger {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 30px;
    margin: 0 0 0 30px;
    cursor: pointer;
}

.off-canvas-trigger i {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.off-canvas-trigger i:not(:last-child) {
    margin: 0 0 8px;
}

.off-canvas-backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

.off-canvas-backdrop.off-canvas-open {
    pointer-events: auto;
}

.off-canvas-backdrop::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.off-canvas-backdrop.off-canvas-open::before {
    opacity: 0.75;
}

.off-canvas {
    width: 100%;
    max-width: 971px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1002;
    overflow: hidden;
    overflow-y: auto;
    pointer-events: none;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background: #000;
    padding: 58px 59px 58px 81px;
}

.off-canvas.off-canvas-open {
    pointer-events: auto;
    transform: translateX(0);
    opacity: 1;
}

.off-canvas-inner {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    position: relative;
    padding: 0 50px 0 0;
}

.off-canvas-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.off-canvas-close i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.off-canvas-close:hover i {
    transform: rotate(90deg);
}

.off-canvas-logo {
    margin: 0 0 60px;
}

.off-canvas-logo img {
    max-width: 346px;
    filter: brightness(0) invert(1);
}

.off-canvas-navigation {}

.off-canvas-nav {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    max-height: 610px;
}

.off-canvas-nav > li {
    margin: 0 0 60px;
}

.off-canvas-nav > li > a {
    display: block;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.off-canvas-nav > li:hover > a {
    color: #fff;
}

.off-canvas-nav .sub-menu {
    padding: 10px 0 0;
}

.off-canvas-nav .sub-menu .sub-menu {
    padding: 4px 0 0;
}

.off-canvas-nav .sub-menu li {}

.off-canvas-nav .sub-menu li:not(:last-child) {
    margin: 0 0 4px;
}

.off-canvas-nav .sub-menu li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #676767;
    text-transform: uppercase;
}

.off-canvas-nav .sub-menu li:hover > a {
    color: #fff;
}

body.off-canvas-open {
    overflow: hidden;
}

.hdr-logo {
    margin: 0 13px 0 0;
}

.slider-ctas {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    position: relative;
    z-index: 1;
    margin: 60px -15px 0;
    pointer-events: auto;
}

.slider-cta {
    width: 50%;
    padding: 0 15px;
}

.slider-cta a {
    display: block;
    background: #fff;
    padding: 10px;
    
    transition: all 0.3s ease;
}

.slider-cta a:hover {
    background: #231f20;
}

.slider-cta a span {
    display: block;
    padding: 20px;
    border: 1px solid #231f20;
    font-size: 30px;
    font-family: var(--font-family-title);
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #231f20;
    transition: all 0.3s ease;
}

.slider-cta a:hover span {
    border-color: #fff;
    color: #fff;
}

.form-disclaimer {
    
    margin: 30px auto;
    text-align: center;
    clear: both;
    line-height: normal;
}

.form-disclaimer .wpcf7-list-item {
    margin: 0;
    padding: 0 !important;
}

.form-disclaimer .wpcf7-list-item label {
    display: block;
    padding: 0 !important;
}



.form-disclaimer input {
    position: relative;
    margin: 0 10px 0 0;
    top: 2px;
    width: auto;
    height: auto;
}

.form-disclaimer .wpcf7-list-item-label {
        font-size: 14px;
    letter-spacing: 1px;
    line-height: normal;
    color: #464646;
    text-transform: none;
}

.form-disclaimer .wpcf7-list-item-label::before {
    display: none;
}