/* [ -- Master Stylesheet -- ] */
/* ##################################################


################################################## */
/* ##### Index of Stylesheet #####

:: 1.0 Import Fonts
:: 2.0 Import All CSS
:: 3.0 Base CSS
:: 4.0 Preloader Area CSS
:: 5.0 Scroll Up Area CSS
:: 6.0 Section Heading Area CSS
:: 7.0 South Button CSS
:: 8.0 Header Area CSS
:: 9.0 Welcome Area CSS
:: 10.0 Advanced Search Area
:: 11.0 Single Property Area CSS
:: 12.0 Testimonials Area CSS
:: 13.0 Editor Area CSS
:: 14.0 Call to Action CSS
:: 15.0 Footer Area CSS
:: 16.0 Breadcumb Area CSS
:: 17.0 About Us Area CSS
:: 18.0 Team Member Area CSS
:: 19.0 Listings Area CSS
:: 20.0 Blog Area CSS
:: 21.0 Contact Area CSS
:: 22.0 Shortcode Area CSS

##### Index of Stylesheet ##### /*

/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/owl.carousel.css);
@import url(css/classy-nav.min.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/themify-icons.css);
@import url(css/nice-select.css);
@import url(css/jquery-ui.min.css);

/* :: 3.0 Base CSS */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Overpass", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #722b78;
    font-family: "Overpass", sans-serif;
}

p {
    color: #7d7d7d;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

a {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
}

a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
}

ul,
ol {
    margin: 0;
}

ul li,
ol li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-transparent {
    background-color: transparent;
}

.bg-transparent-dark {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-transparent-light {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

.section-padding-100 {
    padding: 100px 0;
}

.section-padding-50 {
    padding: 50px 0;
}

.section-padding-50-0 {
    padding: 50px 0 0 0;
}

.section-padding-100-70 {
    padding: 100px 0 70px;
}

.section-padding-100-50 {
    padding: 50px 0 50px;
}

.section-padding-100-0 {
    padding: 100px 0 0;
}

.section-padding-0-100 {
    padding: 0 0 100px;
}

.section-padding-100-20 {
    padding: 100px 0 20px 0;
}

.bg-fixed {
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #947054;
    opacity: 0.7;
    content: "";
}

.bg-overlay-black {
    position: relative;
    z-index: 1;
}

.bg-overlay-white {
    position: relative;
    z-index: -1;
}

.bg-overlay-white::after {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(230, 241, 255, 0.5);
    content: "";
}

.gradient-background-overlay:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: #702876;
}

.bg-gray {
    background-color: #f5f7f9;
}

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

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
}

.gradient-background-overlay {
    position: relative;
    z-index: 3;
}

/* :: 4.0 Preloader Area CSS */
#preloader {
    overflow: hidden;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    background-color: #ffffff;
}

.south-load {
    -webkit-animation: 1500ms linear 0s normal none infinite running south-load;
    animation: 1500ms linear 0s normal none infinite running south-load;
    background: transparent;
    border-color: #ffffff;
    border-top-color: #96c93c;
    border-left-color: #96c93c;
    border-right-color: #96c93c;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 50px;
    left: calc(50% - 25px);
    position: relative;
    top: calc(50% - 25px);
    width: 50px;
    z-index: 9;
}

@-webkit-keyframes south-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes south-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* :: 5.0 Scroll Up Area CSS */
#scrollUp {
    background-color: #702876;
    border-radius: 50%;
    bottom: 13px;
    left: 40px;
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 24px;
    height: 50px;
    text-align: center;
    width: 50px;
    line-height: 46px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#scrollUp:hover {
    background-color: #000000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #scrollUp {
        bottom: 30px;
        right: 30px;
        height: 50px;
        width: 50px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        bottom: 30px;
        right: 30px;
        height: 50px;
        width: 50px;
        line-height: 46px;
    }
}

/* :: 6.0 Section Heading Area CSS */
.section-heading {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.section-heading img {
    margin-bottom: 10px;
}

.section-heading h2 {
    font-size: 36px;
    margin-bottom: 5px;
    color: black;
    font-weight: 900;
}
.section-heading h2 span {
    color: #722b78;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-heading h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 24px;
    }
}

.section-heading p {
    color: black;
    font-size: 16px;
    margin-bottom: 0;
    font-style: italic;
}

/* :: 7.0 South Button CSS */
.south-btn {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 38px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background-color: #702a77;
    border-radius: 0;
    line-height: 1.5;
    padding: 0 30px;
    text-transform: uppercase;
}

.south-btn.active,
.south-btn:hover,
.south-btn:focus {
    color: #ffffff;
    background-color: #000000;
}

.south-btn.btn-2 {
    border: 2px solid #947054;
    background-color: transparent;
    color: #947054;
    line-height: 46px;
}

.south-btn.btn-2:hover,
.south-btn.btn-2:focus {
    color: #ffffff;
    background-color: #947054;
}

.south-btn.btn-3 {
    border: 2px solid #000000;
    background-color: transparent;
    color: #000000;
    line-height: 46px;
}

.south-btn.btn-3:hover,
.south-btn.btn-3:focus {
    color: #ffffff;
    background-color: #000000;
}

/* :: 8.0 Header Area CSS */
.dark .classynav ul li .dropdown,
.dark.classy-nav-container,
.dark .classynav ul li .megamenu,
.dark.breakpoint-on .classynav > ul > li > a,
.dark.breakpoint-on .classy-navbar .classy-menu {
    background-color: #000000;
}

.header-area {
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: auto;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.top-header-area {
    position: relative;
    z-index: 1;
    height: 45px;
    background-color: #000000;
}

@media only screen and (max-width: 767px) {
    .top-header-area {
        height: auto;
    }
}

.top-header-area .email-address {
    padding-left: 60px;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .top-header-area .email-address {
        padding: 15px 30px;
    }
}

.top-header-area .email-address a {
    color: #808080;
    font-size: 12px;
    position: relative;
    z-index: 1;
    top: -2px;
}

.top-header-area .email-address a:hover,
.top-header-area .email-address a:focus {
    color: #ffffff;
}

.top-header-area .phone-number {
    line-height: 1;
    background-color: #947054;
    height: 45px;
    margin-bottom: 0;
}

.top-header-area .phone-number .icon {
    background-color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
}

.top-header-area .phone-number .icon img {
    padding: 16px 0;
    max-width: 15px;
}

.top-header-area .phone-number .number a {
    padding: 0 60px;
    color: #ffffff;
    line-height: 45px;
    font-size: 12px;
}

.main-header-area {
    width: 100%;
    height: 120px;
    position: relative;
    z-index: 1;
    background-color: rgba(112, 40, 118, 0.75);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.is-sticky .main-header-area {
    background-color: rgba(112, 40, 118, 0.99) !important;
    height: 90px;
}

.is-sticky .main-header-area .classy-navbar {
    max-height: 90px;
}

.main-header-area .nav-brand img {
    max-height: 120px;
}
.is-sticky .main-header-area .nav-brand img {
    max-height: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-area {
        height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .main-header-area {
        height: 70px;
    }
}

.main-header-area .classy-nav-container {
    background-color: transparent;
}

.classy-nav-container a.btn-social {
    background: #95c73e;
    border: none;
    font-size: 16px;
    margin-left: 10px;
    color: white;
}
.classy-nav-container a.btn-social:hover,
.classy-nav-container a.btn-social:active,
.classy-nav-container a.btn-social:focus {
    background: white;
    border: none;
    font-size: 16px;
    margin-left: 10px;
    color: #702a77;
}

.main-header-area .classy-navbar {
    height: 120px;
    padding: 0.5em 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-area .classy-navbar {
        height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .main-header-area .classy-navbar {
        height: 70px;
        padding: 0.5em 30px;
    }
}

.main-header-area .classynav ul li a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}
.main-header-area .classynav ul li a:hover,
.main-header-area .classynav ul li a:active,
.main-header-area .classynav ul li a:focus {
    color: #96c93c;
}

.main-header-area .nav-brand {
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header-area .nav-brand {
        margin-right: 0;
    }
}

.main-header-area .classynav ul {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.main-header-area .heart {
    margin-left: 30px;
    background-color: #95c73e;
    text-align: center;
    float: right;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.main-header-area .heart i {
    color: white;
}

.main-header-area .heart:hover {
    background-color: white;
    color: #702876;
}
.main-header-area .heart:hover i {
    color: #702876;
}

.main-header-area .south-search-form {
    position: relative;
    z-index: 1;
    display: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header-area .south-search-form input {
        width: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-area .south-search-form input {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .main-header-area .south-search-form input {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
}

.main-header-area .south-search-form button {
    position: absolute;
    top: 0;
    right: 15px;
    height: 50px;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    width: 50px;
    outline: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.main-header-area .south-search-form button:hover {
    color: #ffffff;
}

.search-close .searchbtn {
    background-color: #947054;
}

.search-close .classynav ul {
    display: none;
}

.search-close .south-search-form {
    display: block;
}

.is-sticky .main-header-area {
    width: 100%;
    z-index: 10000 !important;
    height: 90px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #000000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .is-sticky .main-header-area {
        height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .is-sticky .main-header-area {
        height: 70px;
    }
}

/* :: 9.0 Welcome Area CSS */
.single-hero-slide {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 650px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide {
        height: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
        height: 650px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slide {
        height: 550px;
    }
}

.hero-slides-content {
    text-align: center;
}

.hero-slides-content h2 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5;
    display: inline-block;
}
.hero-slides-content h2 span {
    font-weight: 900;
}
.hero-slides-content p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5;
    display: inline-block;
}

.hero-area .owl-prev,
.hero-area .owl-next {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    left: 70px;
    margin-top: -19px;
    opacity: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #6f2875;
    font-size: 16px;
    border-radius: 50px;
}
.hero-area .owl-prev {
    right: 70px;
    left: auto;
    top: 60%;
}

@media only screen and (max-width: 767px) {
    .hero-area .owl-prev,
    .hero-area .owl-next {
        left: 30px;
        top: 50%;
    }
}

.hero-area .owl-prev:hover,
.hero-area .owl-next:hover {
    background-color: #000000;
}

.hero-area .owl-next {
    left: auto;
    right: 70px;
}

@media only screen and (max-width: 767px) {
    .hero-area .owl-next {
        left: auto;
        right: 30px;
    }
}

.hero-area:hover .owl-prev,
.hero-area:hover .owl-next {
    opacity: 1;
}

.hero-area .owl-dots {
    width: 1110px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-area .owl-dots {
        width: calc(100% - 6%);
        left: 5%;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .owl-dots {
        width: calc(100% - 6%);
        left: 5%;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .owl-dots {
        width: calc(100% - 30px);
        left: 20px;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.hero-area .owl-dot {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #947054;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
    display: none;
}

.hero-area .owl-dot.active {
    background-color: #000000;
}

/* :: 10.0 Advanced Search Area */
.form-control {
    background-color: transparent;
    width: 100%;
    height: 38px;
    border-radius: 0;
    font-size: 16px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 500;
    padding: 0 15px;
    border: 1px solid #e1dddd;
}

.form-control:hover,
.form-control:focus {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #e1dddd;
}

.nice-select {
    line-height: 34px;
}

.nice-select .list {
    left: 0 !important;
    right: 0 !important;
    border-radius: 0;
}

.south-search-area {
    position: relative;
    z-index: 1;
}

.south-search-area .advanced-search-form {
    position: absolute;
    background-color: white;
    z-index: 1;
    padding: 30px 50px 0px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
    top: -200px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .south-search-area .advanced-search-form {
        padding: 30px 20px;
    }
}

.south-search-area .advanced-search-form .search-title {
    position: absolute;
    width: 100%;
    height: 45px;
    top: -31px;
    left: 47%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 40px;
    text-align: center;
}
.fade.in.active {
    opacity: 1;
}

.search-title .nav-tabs li a {
    background-color: #702a77;
    color: #ffffff;
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px 10px 0px 0px;
}

.search-title .nav-tabs li.active a {
    background-color: white;
    color: black;
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px 10px 0px 0px;
}
.search-title .nav-tabs li a.active {
    background-color: white;
    color: black;
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px 10px 0px 0px;
}

.search-title .nav-tabs {
    border-bottom: 0;
    margin-left: -6px;
}

.south-search-area .advanced-search-form .search-title p {
    margin-bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: 600;
}

.south-search-area .advanced-search-form .slider-range {
    flex: 0 0 50%;
    min-width: 50%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .south-search-area .advanced-search-form .slider-range {
        margin-bottom: 50px;
    }
}

.south-search-area .advanced-search-form .slider-range:first-child {
    padding-right: 15px;
}

.south-search-area .advanced-search-form .slider-range:last-child {
    padding-left: 15px;
}

.south-search-area .advanced-search-form .ui-widget.ui-widget-content {
    border: none;
    height: 4px;
}

.south-search-area .advanced-search-form .ui-widget-content {
    background: #947054;
}

.south-search-area .advanced-search-form .ui-slider-horizontal {
    height: 4px;
    background: #947054;
}

.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-bottom,
.south-search-area .advanced-search-form .ui-corner-right,
.south-search-area .advanced-search-form .ui-corner-br {
    border-bottom-right-radius: 0;
}

.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-bottom,
.south-search-area .advanced-search-form .ui-corner-left,
.south-search-area .advanced-search-form .ui-corner-bl {
    border-bottom-left-radius: 0;
}

.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-top,
.south-search-area .advanced-search-form .ui-corner-right,
.south-search-area .advanced-search-form .ui-corner-tr {
    border-top-right-radius: 0;
}

.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-top,
.south-search-area .advanced-search-form .ui-corner-left,
.south-search-area .advanced-search-form .ui-corner-tl {
    border-top-left-radius: 0;
}

.south-search-area .advanced-search-form .ui-state-default,
.south-search-area .advanced-search-form .ui-widget-content .ui-state-default,
.south-search-area .advanced-search-form .ui-widget-header .ui-state-default,
.south-search-area .advanced-search-form .ui-button,
.south-search-area
    .advanced-search-form
    html
    .ui-button.ui-state-disabled:hover,
.south-search-area
    .advanced-search-form
    html
    .ui-button.ui-state-disabled:active {
    border: none;
    background: #947054;
    margin-top: -3px;
}

.south-search-area .advanced-search-form .range {
    font-size: 12px;
    margin-top: 15px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .south-search-area .advanced-search-form .range {
        font-size: 10px;
    }
}

.south-search-area .advanced-search-form .more-filter a {
    text-transform: uppercase;
    font-size: 12px;
    color: #323232;
}

.south-search-area .advanced-search-form .more-filter a:hover {
    color: #947054;
}

.south-search-area .advanced-search-form .search-form-second-steps {
    display: none;
}

/* :: 11.0 Single Property Area CSS */
.single-featured-property {
    position: relative;
    z-index: 1;
    border: 1px solid #e1dddd;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow: hidden;
}

.single-featured-property .property-thumb {
    position: relative;
    z-index: 1;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .single-featured-property .property-thumb img {
        height: 453px;
        object-fit: cover;
        object-position: center;
    }
}
@media only screen and (max-width: 767px) {
    .single-featured-property .property-thumb img {
        height: 453px;
        object-fit: cover;
        object-position: center;
    }
}

.single-featured-property .property-thumb .tag span {
    height: 35px;
    padding: 0 20px;
    background-color: #947054;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    line-height: 35px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-featured-property .property-thumb .list-price p {
    background-color: #ffffff;
    padding: 10px 20px;
    color: black;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 20px;
    z-index: 10;
    margin-bottom: 0;
    line-height: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 15px 15px 0px 0px;
}

.single-featured-property .property-content {
    padding: 30px;
    border-top: 1px solid #e1dddd;
}

.single-featured-property .property-content h5 {
    font-size: 18px;
    color: black;
    margin-bottom: 0;
}

.single-featured-property .property-content p {
    margin-bottom: 30px;
    line-height: 1.5;
}

.single-featured-property .property-content .location {
    color: black;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
}

.single-featured-property .property-content .location img {
    margin-right: 10px;
    display: inline-block !important;
    width: auto !important;
}

.single-featured-property .property-content .property-meta-data span {
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
    color: #838383;
}

.single-featured-property .property-content .property-meta-data img {
    margin-right: 10px;
    display: inline-block !important;
    width: auto !important;
}

@media only screen and (max-width: 767px) {
    .single-featured-property .property-content .property-meta-data img {
        margin-right: 0;
    }
}

.single-featured-property:hover,
.single-featured-property:focus {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.single-featured-property:hover .tag span,
.single-featured-property:focus .tag span {
    background-color: #000000;
    color: #ffffff;
}

.single-featured-property:hover .list-price p,
.single-featured-property:focus .list-price p {
    background-color: #702876;
    color: #ffffff;
}

/* :: 12.0 Testimonials Area CSS */
.testimonials-slides {
    position: relative;
    z-index: 1;
}

.testimonials-slides .single-testimonial-slide {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.testimonials-slides .single-testimonial-slide h5 {
    margin-bottom: 60px;
    color: #7d7d7d;
}

.testimonials-slides .single-testimonial-slide .testimonial-author-info {
    margin-top: 50px;
}

.testimonials-slides .single-testimonial-slide .testimonial-author-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.testimonials-slides .single-testimonial-slide .testimonial-author-info p {
    margin-bottom: 0;
    color: #323232;
}

.testimonials-slides .single-testimonial-slide .testimonial-author-info p span {
    color: #947054;
}

.testimonials-slides .center .single-testimonial-slide {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.testimonials-slides .center .single-testimonial-slide h5 {
    color: #000000;
}

.testimonials-slides .owl-prev,
.testimonials-slides .owl-next {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    left: -19px;
    margin-top: -19px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #dadada;
    font-size: 12px;
}

.testimonials-slides .owl-prev:hover,
.testimonials-slides .owl-next:hover {
    background-color: #947054;
}

@media only screen and (max-width: 767px) {
    .testimonials-slides .owl-prev,
    .testimonials-slides .owl-next {
        left: 0;
    }
}

.testimonials-slides .owl-next {
    left: auto;
    right: -19px;
}

@media only screen and (max-width: 767px) {
    .testimonials-slides .owl-next {
        left: auto;
        right: 0;
    }
}

/* :: 13.0 Editor Area CSS */
.south-editor-area {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .south-editor-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    .south-editor-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.south-editor-area .editor-content-area,
.south-editor-area .editor-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    padding: 5% 0%;
}
.south-editor-area .editor-content-area .south-btn {
    position: relative;
    z-index: 1;
    width: auto;
    height: 38px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background-color: #702a77;
    border-radius: 0;
    line-height: 3;
    padding: 0 30px;
    text-transform: uppercase;
    margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .south-editor-area .editor-content-area,
    .south-editor-area .editor-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .south-editor-area .editor-content-area,
    .south-editor-area .editor-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }
}

.south-editor-area .editor-content-area {
    position: relative;
    z-index: 1;
    padding: 50px 5%;
}

.south-editor-area .editor-content-area .section-heading {
    text-align: left;
    margin-bottom: 50px;
}

.south-editor-area .editor-content-area .address {
    margin-top: 30px;
}

.south-editor-area .editor-content-area .address h6 {
    margin-bottom: 15px;
    font-size: 16px;
}

.south-editor-area .editor-content-area .address h6:last-of-type {
    margin-bottom: 0;
}

.south-editor-area .editor-content-area .address h6 img {
    margin-right: 10px;
}

/* :: 14.0 Call to Action CSS */
.call-to-action-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    padding: 5% 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-area {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action-area {
        height: 500px;
    }
}

.call-to-action-area .cta-content h2 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 0px;
    font-weight: 900;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-area .cta-content h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-area .cta-content h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action-area .cta-content h2 {
        font-size: 24px;
    }
}

.call-to-action-area .cta-content h6 {
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
}

.call-to-action-area .cta-content .south-btn {
    width: auto;
    line-height: 2.5;
    border: 1px solid white;
    margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-area .cta-content h6 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-area .cta-content h6 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action-area .cta-content h6 {
        font-size: 16px;
    }
}

/* :: 15.0 Footer Area CSS */
.footer-area {
    position: relative;
    z-index: 1;
    background: #702876;
}

.footer-area .copywrite-text {
    width: 100%;
    height: 60px;
    background-color: #501c54;
    padding: 0 15px;
}

.footer-area .copywrite-text p {
    margin-bottom: 0;
    font-size: 12px;
    color: #7d7d7d;
}

.footer-area .copywrite-text p a {
    font-size: 12px;
    color: #7d7d7d;
}

.footer-widget-area ::placeholder {
    color: white !important;
}

.footer-widget-area .widget-title h6 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.5;
    display: inline-block;
}

.footer-widget-area p {
    color: white;
    margin-bottom: 0;
    font-weight: 400;
}

.footer-widget-area .weekly-office-hours ul li {
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #7d7d7d;
}

.footer-widget-area .weekly-office-hours ul li span {
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 400;
}

.footer-widget-area .weekly-office-hours ul li:first-of-type {
    padding-top: 0;
}

.footer-widget-area .address {
    margin-top: 40px;
}

.footer-widget-area .address h6 {
    position: relative;
    z-index: 1;
    color: white;
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.footer-widget-area .address h6 img {
    position: absolute;
    top: 4px;
    z-index: 10;
    left: 0;
}

.footer-widget-area .useful-links-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-widget-area .useful-links-nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
}

.footer-widget-area .useful-links-nav li a {
    padding: 15px 0;
    display: block;
    color: #7d7d7d;
    font-weight: 400;
}

.footer-widget-area .useful-links-nav li a:first-child,
.footer-widget-area .useful-links-nav li a:nth-child(2) {
    padding-top: 0;
}

.footer-widget-area .useful-links-nav li a:hover,
.footer-widget-area .useful-links-nav li a:focus {
    color: #947054;
}

.footer-widget-area .featured-properties-slides {
    position: relative;
    z-index: 1;
}

.footer-widget-area .featured-properties-slides .owl-prev,
.footer-widget-area .featured-properties-slides .owl-next {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    left: -19px;
    opacity: 0;
    visibility: hidden;
    margin-top: -19px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #947054;
    font-size: 13px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
}

.footer-widget-area .featured-properties-slides .owl-prev:hover,
.footer-widget-area .featured-properties-slides .owl-next:hover {
    background-color: #000000;
}

.footer-widget-area .featured-properties-slides .owl-next {
    left: auto;
    right: -19px;
}

.footer-widget-area .featured-properties-slides:hover .owl-prev,
.footer-widget-area .featured-properties-slides:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

/* :: 16.0 Breadcumb Area CSS */
.breadcumb-area {
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 1;
    padding-top: 130px;
    text-align: center;
}

.breadcumb-area .breadcumb-title {
    font-size: 60px;
    margin-bottom: 0;
    background-color: #000000;
    padding: 5px 20px 7px;
    line-height: 1;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcumb-area .breadcumb-title {
        font-size: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcumb-area .breadcumb-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcumb-area .breadcumb-title {
        font-size: 30px;
    }
}

/* :: 17.0 About Us Area CSS */
.about-content-wrapper {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content-wrapper .about-content {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .about-content-wrapper .about-content {
        margin-bottom: 100px;
    }
}

.about-content-wrapper .about-content img {
    margin-bottom: 40px;
}

.about-content-wrapper .featured-properties-slides {
    position: relative;
    z-index: 1;
}

.about-content-wrapper .featured-properties-slides .owl-prev,
.about-content-wrapper .featured-properties-slides .owl-next {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    left: -19px;
    opacity: 0;
    visibility: hidden;
    margin-top: -19px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #947054;
    font-size: 13px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
}

.about-content-wrapper .featured-properties-slides .owl-prev:hover,
.about-content-wrapper .featured-properties-slides .owl-next:hover {
    background-color: #000000;
}

.about-content-wrapper .featured-properties-slides .owl-next {
    left: auto;
    right: -19px;
}

.about-content-wrapper .featured-properties-slides:hover .owl-prev,
.about-content-wrapper .featured-properties-slides:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

/* :: 18.0 Team Member Area CSS */
.single-team-member {
    position: relative;
    z-index: 1;
}

.single-team-member .team-member-thumb {
    margin-bottom: 40px;
}

.single-team-member .team-member-thumb img {
    width: 100%;
}

.single-team-member .team-member-info {
    text-align: center;
}

.single-team-member .team-member-info .section-heading {
    margin-bottom: 40px;
}

.single-team-member .team-member-info .address h6 {
    margin-bottom: 15px;
    font-size: 16px;
}

.single-team-member .team-member-info .address h6:last-of-type {
    margin-bottom: 0;
}

.single-team-member .team-member-info .address h6 img {
    margin-right: 10px;
}

/* :: 19.0 Listings Area CSS */
.listings-content-wrapper {
    overflow-x: hidden;
}

.listings-top-meta {
    position: relative;
    z-index: 100;
}

.listings-top-meta .nice-select {
    float: right;
    height: 34px;
    line-height: 34px;
    position: relative;
    z-index: 100;
}

.listings-top-meta .nice-select .list {
    position: absolute;
    z-index: 500;
}

.listings-top-meta .nice-select .option {
    min-height: 34px;
    line-height: 34px;
}

.listings-top-meta span {
    color: #323232;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .listings-top-meta span {
        font-size: 11px;
    }
}

.listings-top-meta .grid_view a {
    color: #323232;
    line-height: 1;
    font-size: 18px;
}

.listings-top-meta .grid_view a.active {
    color: #947054;
}

.listings-top-meta .list_view a {
    color: #323232;
    line-height: 1;
    font-size: 18px;
}

.listings-top-meta .list_view a.active {
    color: #947054;
}

.single-listings-sliders {
    position: relative;
    z-index: 1;
}

.single-listings-sliders .owl-prev,
.single-listings-sliders .owl-next {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    left: -19px;
    opacity: 0;
    visibility: hidden;
    margin-top: -19px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #947054;
    font-size: 13px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
}

.single-listings-sliders .owl-prev:hover,
.single-listings-sliders .owl-next:hover {
    background-color: #000000;
}

.single-listings-sliders .owl-next {
    left: auto;
    right: -19px;
}

.single-listings-sliders:hover .owl-prev,
.single-listings-sliders:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

.listings-content {
    margin-top: 70px;
}

.listings-content .list-price p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    color: #947054;
}

.listings-content h5 {
    font-size: 30px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .listings-content h5 {
        font-size: 20px;
    }
}

.listings-content .location {
    margin-bottom: 40px;
}

.listings-content .location img {
    margin-right: 15px;
}

.listings-content p {
    margin-bottom: 40px;
}

.listings-content .property-meta-data div {
    margin-right: 15px;
}

.listings-content .property-meta-data span {
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
    color: #838383;
}

.listings-content .property-meta-data img {
    margin-right: 10px;
    display: inline-block !important;
    width: auto !important;
}

@media only screen and (max-width: 767px) {
    .listings-content .property-meta-data img {
        margin-right: 0;
    }
}

.listings-content .listings-core-features {
    padding: 70px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.listings-content .listings-core-features li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    min-width: 33.3333333%;
    color: #323232;
    font-size: 15px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .listings-content .listings-core-features li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }
}

.listings-content .listings-core-features li i {
    width: 27px;
    height: 27px;
    background-color: #947054;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    font-size: 12px;
    margin-right: 10px;
}

.listings-content .listings-btn-groups a:first-child {
    margin-bottom: 15px;
}

.listings-content .listings-btn-groups .south-btn {
    min-width: 285px;
    width: 285px;
    display: block;
}

.contact-realtor-wrapper {
    background-color: #f5f5f5;
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

.contact-realtor-wrapper .realtor-info > img {
    width: 100%;
}

.contact-realtor-wrapper .realtor---info {
    padding: 20px 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-realtor-wrapper .realtor---info {
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-realtor-wrapper .realtor---info {
        padding: 40px 30px;
    }
}

.contact-realtor-wrapper .realtor---info h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.contact-realtor-wrapper .realtor---info p {
    font-style: italic;
    color: #947054;
}

.contact-realtor-wrapper .realtor---info h6 {
    font-size: 16px;
}

.contact-realtor-wrapper .realtor---info h6 img {
    margin-right: 15px;
}

.contact-realtor-wrapper .realtor--contact-form {
    padding: 0 45px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-realtor-wrapper .realtor--contact-form {
        padding: 0 30px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-realtor-wrapper .realtor--contact-form {
        padding: 0 30px 40px;
    }
}

.contact-realtor-wrapper .realtor--contact-form .form-group {
    margin-bottom: 15px;
}

.contact-realtor-wrapper .realtor--contact-form .form-control {
    border: 1px solid #e1dddd;
    height: 45px;
    background-color: #ffffff;
    border-radius: 0;
    font-style: italic;
    font-size: 12px;
    margin-bottom: 15px;
}

.contact-realtor-wrapper .realtor--contact-form textarea.form-control {
    height: 100px;
    padding: 15px;
}

.listings-maps {
    position: relative;
    z-index: 1;
}

.listings-maps #googleMap {
    width: 100%;
    height: 540px;
}

/* :: 20.0 Blog Area CSS */
.single-blog-area {
    position: relative;
    z-index: 1;
}

.single-blog-area .blog-post-thumbnail {
    position: relative;
    z-index: 1;
}

.single-blog-area .post-content {
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

.single-blog-area .post-content .post-date a {
    font-size: 16px;
    color: #947054;
    margin-bottom: 10px;
    display: block;
}

.single-blog-area .post-content .headline {
    font-size: 30px;
    color: #323232;
    display: block;
}

.single-blog-area .post-content .post-meta {
    position: relative;
    margin-bottom: 30px;
}

.single-blog-area .post-content .post-meta p {
    color: #aaa8a8;
    font-size: 12px;
}

.single-blog-area .post-content .post-meta p a {
    font-size: 12px;
    color: #aaa8a8;
    display: inline-block;
}

.single-blog-area .post-content p {
    margin-bottom: 50px;
}

.search-widget-area form {
    position: relative;
    z-index: 1;
}

.search-widget-area input[type="search"] {
    width: 100%;
    height: 43px;
    border: 1px solid #e1dddd;
    font-size: 12px;
    font-style: italic;
    padding: 0 30px;
}

.search-widget-area button[type="submit"] {
    width: 50px;
    height: 43px;
    background-color: transparent;
    border: none;
    font-size: 16px;
    color: #7e7e7e;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.south-catagories-card h5 {
    margin-bottom: 30px;
    font-size: 16px;
}

.south-catagories-card ul li a {
    display: block;
    padding: 8px 0;
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 400;
}

.south-catagories-card ul li a:hover,
.south-catagories-card ul li a:focus {
    color: #947054;
}

.south-blog-area {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

.blog-sidebar-area .featured-properties-slides {
    position: relative;
    z-index: 1;
}

.blog-sidebar-area .featured-properties-slides .owl-prev,
.blog-sidebar-area .featured-properties-slides .owl-next {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    left: -19px;
    opacity: 0;
    visibility: hidden;
    margin-top: -19px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #947054;
    font-size: 13px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
}

.blog-sidebar-area .featured-properties-slides .owl-prev:hover,
.blog-sidebar-area .featured-properties-slides .owl-next:hover {
    background-color: #000000;
}

.blog-sidebar-area .featured-properties-slides .owl-next {
    left: auto;
    right: -19px;
}

.blog-sidebar-area .featured-properties-slides:hover .owl-prev,
.blog-sidebar-area .featured-properties-slides:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

.pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #323232;
}

.pagination .page-link {
    padding: 0;
    margin-left: 3px;
    line-height: 20px;
    color: #323232;
    border: none;
    width: 20px;
    height: 20px;
    background-color: #947054;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
}

.pagination .page-link.active {
    background-color: #000000;
}

.pagination .page-link:focus,
.pagination .page-link:hover {
    color: #ffffff;
    background-color: #000000;
}

.comments-area h5 {
    margin-bottom: 50px;
}

.single_comment_area {
    margin-bottom: 50px;
}

.single_comment_area .comment-wrapper .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    min-width: 60px;
    border-radius: 50%;
    margin-right: 30px;
}

.single_comment_area .comment-wrapper .comment-author img {
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .single_comment_area .comment-wrapper .comment-author {
        margin-right: 10px;
    }
}

.single_comment_area .comment-wrapper .comment-content .comment-meta a {
    display: inline-block;
    color: #323232;
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.single_comment_area .comment-wrapper .comment-content .comment-meta a:hover {
    color: #947054;
}

.single_comment_area .comment-wrapper .comment-content p {
    font-size: 13px;
    margin-bottom: 0;
}

.single_comment_area .children {
    margin-top: 50px;
    padding-left: 90px;
}

@media only screen and (max-width: 767px) {
    .single_comment_area .children {
        padding-left: 30px;
    }
}

.leave-comment-area .comment-form h5,
.leave-comment-area .contact-form h5,
.south-contact-area .comment-form h5,
.south-contact-area .contact-form h5 {
    margin-bottom: 50px;
}

.leave-comment-area .comment-form .form-group,
.leave-comment-area .contact-form .form-group,
.south-contact-area .comment-form .form-group,
.south-contact-area .contact-form .form-group {
    margin-bottom: 10px;
}

.leave-comment-area .comment-form .form-control,
.leave-comment-area .contact-form .form-control,
.south-contact-area .comment-form .form-control,
.south-contact-area .contact-form .form-control {
    width: 100%;
    height: 43px;
    background-color: transparent;
    padding: 15px;
    border: 1px solid #e1dddd;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0 !important;
}

.leave-comment-area .comment-form textarea.form-control,
.leave-comment-area .contact-form textarea.form-control,
.south-contact-area .comment-form textarea.form-control,
.south-contact-area .contact-form textarea.form-control {
    height: 200px !important;
}

.leave-comment-area .comment-form button[type="submit"],
.leave-comment-area .contact-form button[type="submit"],
.south-contact-area .comment-form button[type="submit"],
.south-contact-area .contact-form button[type="submit"] {
    margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .leave-comment-area .comment-form,
    .leave-comment-area .contact-form,
    .south-contact-area .comment-form,
    .south-contact-area .contact-form {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .leave-comment-area .comment-form,
    .leave-comment-area .contact-form,
    .south-contact-area .comment-form,
    .south-contact-area .contact-form {
        margin-bottom: 100px;
    }
}

/* :: 21.0 Contact Area CSS */
.contact-heading {
    margin-bottom: 90px;
}

.contact-heading h6 {
    border-bottom: 2px solid #947054;
    display: inline-block;
    padding: 5px 0;
    text-transform: uppercase;
}

.content-sidebar .weekly-office-hours ul li {
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #f8f7f7;
}

.content-sidebar .weekly-office-hours ul li span {
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 400;
}

.content-sidebar .weekly-office-hours ul li:first-of-type {
    padding-top: 0;
}

.content-sidebar .address {
    margin-top: 40px;
}

.content-sidebar .address h6 {
    position: relative;
    z-index: 1;
    color: #7d7d7d;
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
    padding-left: 40px;
    line-height: 1.8;
}

.content-sidebar .address h6 img {
    position: absolute;
    top: 4px;
    z-index: 10;
    left: 0;
}

.googleMap {
    width: 100%;
    height: 540px;
}

/* :: 22.0 Shortcode Area CSS */
.elements-title h2 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 100px;
}

/* Accordians */
.single-accordion.panel {
    background-color: #ffffff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px;
}

.single-accordion:last-of-type {
    margin-bottom: 0;
}

.single-accordion h6 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.single-accordion h6 a {
    background-color: #947054;
    border-radius: 0;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 15px 60px 15px 15px;
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    border: 2px solid transparent;
}

.single-accordion h6 a span {
    font-size: 10px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 18px;
}

.single-accordion h6 a span.accor-open {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.single-accordion h6 a.collapsed {
    border: 2px solid #947054;
    background-color: transparent;
    color: #000000;
}

.single-accordion h6 a.collapsed span.accor-close {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.single-accordion h6 a.collapsed span.accor-open {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
}

.single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0;
}

/* Tabs CSS*/
.south-tabs-content {
    position: relative;
    z-index: 1;
}

.south-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px;
}

.south-tabs-content .nav-tabs .nav-link {
    border: 2px solid #947054;
    padding: 0 30px;
    height: 45px;
    line-height: 41px;
    color: #000000;
    margin: 0 2px;
    border-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .south-tabs-content .nav-tabs .nav-link {
        padding: 0 10px;
    }
}

.south-tabs-content .nav-tabs .nav-link.active {
    background-color: #947054;
    color: #ffffff;
}

.south-tabs-content .tab-content h6 {
    font-size: 18px;
}

/* Loaders CSS */
.single-pie-bar {
    position: relative;
    z-index: 1;
}

.single-pie-bar h5 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0;
}

/* Cool Facts CSS */
.single-cool-fact-area h2 {
    font-size: 60px;
    margin: 15px 0;
    color: #947054;
}

.single-cool-fact-area h6 {
    margin-bottom: 0;
    color: #7d7d7d;
}

/*# sourceMappingURL=style.css.map */

/*Agregados leandra*/

.single-featured-property .property-thumb .featured-properties-slides {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
}

.single-featured-property .property-thumb .featured-properties-slides .owl-prev,
.single-featured-property
    .property-thumb
    .featured-properties-slides
    .owl-next {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    margin-top: -19px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #947054;
    font-size: 13px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
}

.single-featured-property
    .property-thumb
    .featured-properties-slides
    .owl-prev:hover,
.single-featured-property
    .property-thumb
    .featured-properties-slides
    .owl-next:hover {
    background-color: #000000;
}

.single-featured-property
    .property-thumb
    .featured-properties-slides
    .owl-next {
    left: auto;
    right: 0px;
}

.single-featured-property
    .property-thumb
    .featured-properties-slides:hover
    .owl-prev,
.single-featured-property
    .property-thumb
    .featured-properties-slides:hover
    .owl-next {
    opacity: 1;
    visibility: visible;
}

.bg-recurso1 {
    background-image: url("imagenes/recurso1.png");
    height: 100%;
    background-attachment: fixed;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.bg-recurso2 {
    background-image: url("imagenes/recurso2.png");
    height: 100%;
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.operaciones {
    display: inline-flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.operaciones li {
    margin-right: 10px;
}
.operaciones li a {
    color: #702876;
}
.operaciones li a.active,
.operaciones li a:active,
.operaciones li a:hover,
.operaciones li a:focus {
    color: #96c93c;
}

.single-featured-property .property-thumb .tag.venta span {
    background-color: #96c93c;
}
.single-featured-property .property-thumb .tag.alquiler span {
    background-color: #702876;
}
.single-featured-property .property-thumb .tag.temporario span {
    background-color: black;
}

.single-featured-property .property-thumb .taguet.heart span {
    height: 35px;
    padding: 0 20px;
    background-color: #702876;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    line-height: 35px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    cursor: pointer;
}

.single-featured-property .property-thumb .code p {
    height: 35px;
    padding: 0 20px;
    background-color: transparent;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    line-height: 35px;
    position: absolute;
    bottom: -17px;
    right: 20px;
    z-index: 10;
    border: 1px solid white;
    transition-duration: 500ms;
    cursor: pointer;
    border-radius: 15px 15px 0px 0px;
}

.single-featured-property .property-content P.price {
    font-size: 18px;
    color: #95c73e;
    font-weight: 900;
    margin-bottom: 0px;
}

.property-meta-data .new-tag,
.property-meta-data .bathroom,
.property-meta-data .space,
.property-meta-data .pool,
.property-meta-data .car {
    color: black;
    font-size: 28px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.mas p {
    margin: 0px !important;
}
.mas p a {
    height: 35px;
    background-color: #702876;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    cursor: pointer;
    padding: 8px 15px;
}

.staff {
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.staff div {
    text-align: center;
    flex: 1;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.position-relative {
    position: relative !important;
}
.footer .form-control {
    border-color: rgba(255, 255, 255, 0.5);
}
.bg-transparent {
    background-color: rgba(0, 0, 0, 0) !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.pe-5 {
    padding-right: 3rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.w-100 {
    width: 100% !important;
}
footer .btn.btn-primary,
footer .btn.btn-secondary {
    color: #ffffff;
    cursor: pointer;
    transition: 0.5s;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.end-0 {
    right: 0 !important;
}
.top-0 {
    top: 0 !important;
}

.position-absolute {
    position: absolute !important;
}
footer .btn-primary {
    color: #000;
    background-color: #95c73e;
    border-color: #95c73e;
}
footer .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.3;
    border-top: 0;
    text-align: center;
    vertical-align: middle;
    top: -7px !important;
    user-select: none;
    background-color: transparent;
    right: -9px !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-left: 1px solid white;
    border-bottom: 0;
    border-right: 0;
}
footer .btn:hover,
footer .btn:active,
footer .btn:focus {
    color: white;
    background-color: #95c73e;
    border-color: #95c73e;
}
::-webkit-input-placeholder {
    color: white !important;
}

:-ms-input-placeholder {
    color: white !important;
}

::-ms-input-placeholder {
    color: white !important;
}

::placeholder {
    color: white !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.btn-outline-light {
    font-size: 18px;
    padding: 13px;
    border: 1px solid white;
    margin-right: 10px;
    border-radius: 50px;
    background: white;
    color: #702876;
    height: 50px;
    width: 50px;
    text-align: center;
}
.btn-outline-light:hover,
.btn-outline-light:active,
.btn-outline-light:focus {
    font-size: 18px;
    padding: 13px;
    background: #96c93c;
    color: white;
    border-color: #96c93c;
}
.footer-logo img {
    max-width: 218px;
    position: absolute;
    top: -15px;
}

/**********************
Ws botón redondo con tooltip ws-tooltip
***********************/
#chat-ws-redondo.ws.tooltip {
    position: fixed;
    bottom: 13px;
    right: 40px;
    width: 60px;
    height: 60px;
    border-radius: 50% !important;
    cursor: pointer;
    display: block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(91, 91, 91, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(91, 91, 91, 0.5);
    z-index: 999;
    background: #1ca550;
    padding: 8px 11px;
    opacity: 1;
}

#chat-ws-redondo.ws.tooltip img {
    padding-left: 0px;
    padding-top: 0px;
    width: 100%;
}

#chat-ws-redondo.ws.tooltip i {
    font-size: 44px;
    color: white;
}

.ws.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #1ca550;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.ws.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #1ca550 transparent transparent transparent;
}

.ws.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.internas {
    padding-top: 140px !important;
}

.pagination .page-link {
    background-color: #702a77 !important;
}
a:hover,
a:focus,
a:active,
.form-control:focus,
.form-control:active,
.form-control:hover,
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled),
.btn-success.focus,
.btn-success:focus,
button:hover,
button:active,
button:focus,
.btn-success,
.btn,
[type="button"],
[type="reset"],
[type="submit"],
button,
.btn:hover,
.btn:active,
.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
.single-listings-sliders .owl-prev,
.single-listings-sliders .owl-next {
    background-color: #702a77 !important;
}

.ficha .row.larow {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.ficha .column {
    flex: 33.33%;
    max-width: 33.33%;
    padding: 0 4px;
}

.ficha .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .ficha .column {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .ficha .column {
        flex: 100%;
        max-width: 100%;
    }
}

.listings-content .list-price p {
    font-size: 18px;
    color: #95c73e;
    font-weight: 900;
    margin-bottom: 0px;
}
.listings-content h5 {
    color: black;
    text-transform: uppercase;
}
.listings-content .location {
    color: black;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
}

.listings-content .listings-core-features li i {
    background-color: #702a77;
}

.listings-content .listings-btn-groups .south-btn {
    line-height: 3;
}
.ficha .listings-content {
    margin-top: 30px;
}

/* Galeria */
/* #grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-auto-rows: 350px;
    gap: 5px;
    height: 100vh;
    overflow-y: hidden;
    padding-right: 10px;
    grid-auto-flow: dense;
} */

#grid::-webkit-scrollbar {
    background-color: #dedede;
    width: 10px;
}

#grid::-webkit-scrollbar-thumb {
    background-color: #757575;
}

.grid-item {
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease;
}

#nature-2,
#nature-7,
#nature-16 {
    grid-column: span 2;
}

#nature-4,
#nature-5,
#nature-10 {
    grid-row: span 2;
}

#nature-13 {
    grid-column: span 2;
    grid-row: span 2;
}

.grid-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.2s ease;
}

.grid-item:hover {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    z-index: 2; /*bug correction */
}

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

#popup-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

#popup-bg.active {
    display: flex;
}

#popup-content {
    max-width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#popup-img {
    width: 100%;
    height: auto;
}

#popup-close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

#popup-close:hover {
    background-color: orange;
}

/* zonaprop */

.imageGrid-module__gridDesktop___1nqpQ {
    grid-template-columns: repeat(4, 1fr);
    height: 448px;
}
.imageGrid-module__grid____uuKd {
    position: relative;
    display: grid;
    width: 100%;
    gap: 8px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    aspect-ratio: 4 / 2;
    border-radius: 12px;
    overflow: hidden;
}
.imageGrid-module__grid-1___1K3-v {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}
.imageGrid-module__item___2QGLN {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.imageGrid-module__imgProperty___KJ-2G.imageGrid-module__id1___3zqZr:not(
        .imageGrid-module__status___3HQc1
    ) {
    position: relative;
}
.imageGrid-module__imgProperty___KJ-2G.imageGrid-module__id1___3zqZr {
    object-fit: cover;
    width: 726px;
    height: 499px;
}
.imageGrid-module__imgProperty___KJ-2G {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imageGrid-module__grid-2___38dAM {
    grid-column: 3 / span 1;
    grid-row: 1 / span 1;
}
.imageGrid-module__item___2QGLN {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.imageGrid-module__imgProperty___KJ-2G {
    display: flex;
    min-width: 100%;
    background-size: cover;
    cursor: pointer;
}
.imageGrid-module__grid-3___uLHaL {
    grid-column: 3 / span 1;
    grid-row: 2 / span 1;
}
.imageGrid-module__item___2QGLN {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.imageGrid-module__imgProperty___KJ-2G {
    display: flex;
    min-width: 100%;
    background-size: cover;
    cursor: pointer;
}
.imageGrid-module__grid-4___1bQbr {
    grid-column: 4 / span 1;
    grid-row: 1 / span 1;
}
.imageGrid-module__item___2QGLN {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.imageGrid-module__imgProperty___KJ-2G {
    display: flex;
    min-width: 100%;
    background-size: cover;
    cursor: pointer;
}
.imageGrid-module__grid-5___2NI9t {
    grid-column: 4 / span 1;
    grid-row: 2 / span 1;
}
.imageGrid-module__item___2QGLN {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.imageGrid-module__imgProperty___KJ-2G {
    display: flex;
    min-width: 100%;
    background-size: cover;
    cursor: pointer;
}

/**********************
Responsive
***********************/

@media (max-width: 1024px) {
    .south-search-area .advanced-search-form {
        top: -176px;
    }
    .main-header-area .nav-brand img {
        max-height: 61px;
    }
}

@media (max-width: 820px) {
    .south-search-area .advanced-search-form .search-title {
        left: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
    .is-sticky .main-header-area .nav-brand img {
        max-height: 63px;
    }
    .main-header-area .nav-brand img {
        max-height: 63px;
    }
    .main-header-area .heart {
        float: left;
    }
    .south-search-area .advanced-search-form {
        position: relative;
        top: 0;
    }
    .south-search-area .advanced-search-form .search-title {
        left: 45%;
        top: -31px;
        padding: 0px;
    }
    .search-title .nav-tabs li a {
        padding: 5px;
        font-size: 18px;
        margin-right: 5px;
    }
    .section-padding-100-50 {
        padding: 50px 0 50px;
    }
    .footer-logo img {
        max-width: 218px;
        position: relative;
        top: auto;
    }
    .hero-slides-content h2 {
        font-size: 28px;
    }
    /* #grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-auto-rows: 150px;
    gap: 5px;
    height: 50vh;
    overflow-y: hidden;
    padding-right: 10px;
    grid-auto-flow: dense;
  } */
    #grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        grid-auto-rows: 150px;
        gap: 5px;
        height: 18vh;
        overflow-y: hidden;
        padding-right: 10px;
        grid-auto-flow: dense;
    }
    .imageGrid-module__imgProperty___KJ-2G.imageGrid-module__id1___3zqZr {
        display: flex;
        min-width: 100%;
        background-size: cover;
        cursor: pointer;
        height: 150px;
    }
    .imageGrid-module__item___2QGLN {
        grid-column: auto;
    }
    .listings-btn-groups {
        flex-direction: column;
    }
    .listings-content .listings-btn-groups .south-btn {
        min-width: 100%;
    }
}

@media (max-width: 540px) {
    #grid {
        height: 30vh;
    }
    .single-hero-slide {
        height: 420px;
    }
    .hero-slides-content h2 {
        font-size: 18px;
    }
    .hero-slides-content p {
        font-size: 16px;
    }
    .search-title .nav-tabs {
        margin-left: -1px;
    }
    .search-title .nav-tabs li {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .south-search-area .advanced-search-form {
        position: absolute;
        top: -275px;
        width: 90%;
    }
    .hero-slides-content {
        text-align: center;
        top: -156px;
        position: absolute;
        z-index: 99;
        width: 90%;
    }
    .hero-slides-content h2,
    .hero-slides-content p {
        display: none !important;
    }
}
@media (max-width: 480px) {
    .south-search-area .advanced-search-form .search-title {
        top: -27px !important;
    }
    .search-title .nav-tabs li a {
        font-size: 12px !important;
    }
}

.cortado {
    max-height: 100%;
    overflow: hidden;
}
.cortado p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 4.5em;
}
.property-content .property-meta-data {
    margin-top: 15px;
    position: absolute;
    bottom: 0px;
    width: 75%;
}

/* Imagenes de la ficha */
.image-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
    width: 100%;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
}

.grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.grid-item.large {
    grid-column: span 3;
    grid-row: span 2;
}

/* 🔸 Responsive (móvil): una columna */
@media (max-width: 768px) {
    .image-grid {
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .internas {
        padding-top: 90px !important;
    }

    .grid-item,
    .grid-item.large {
        height: 200px;
    }
    .grid-item {
        display: none !important;
    }
    .grid-item.large {
        display: block !important;
    }
}

.condominium_fee {
    color: #7d7d7d;
    font-size: 16px;
    line-height: 1.5;
}

::-webkit-input-placeholder {
    color: black !important;
}

:-ms-input-placeholder {
    color: black !important;
}

::-ms-input-placeholder {
    color: black !important;
}

::placeholder {
    color: black !important;
}

.layout-container {
    width: 100%;
    position: relative;
    display: block;
    margin: 20px 20px 0px;
    padding: 0 15px;
    z-index: 1;
}
.layout-container .button-container {
    position: relative;
    display: inline-block;
}
.layout-container .button-container .heart {
    margin-right: 30px;
    background-color: #702876;
    text-align: center;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.layout-container .button-container .heart i {
    color: white;
}

.layout-container .button-container .heart:hover {
    background-color: #702876;
    color: white;
}
.layout-container .button-container .heart:hover i {
    color: white;
}

.layout-container .button-container .dropdown-menu.show {
    border-radius: 25px;
}

.layout-container .button-container .btn.share {
    background: #722b78;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
}

.layout-container .button-container .dropdown-item {
    color: #722b78;
    background-color: transparent !important;
}

.layout-container .button-container .dropdown-item:hover,
.layout-container .button-container .dropdown-item:active,
.layout-container .button-container .dropdown-item:focus {
    color: #722b78;
    background-color: transparent !important;
}
