/*
Theme Name: Houzez Child Swith Map issue solved 
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Prata&display=swap");
@import url("../houzez/style.css");

/* Your CSS code goes here
-------------------------------------- */

body {
    --primary: #9a8b64;
    --primary-light: #c2ac74;
    --text: #535353;
    --gray: #ececec;
    --gray-dark: #818181;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: var(--text);
}

@media screen and (max-width: 786px) {
    .bootstrap-select.bs-container {
        position: initial;
    }

    .bootstrap-select.bs-container .dropdown-menu {
        z-index: 99999;
    }
}

.white-space-normal {
    white-space: normal !important;
}



.labels-left a {
    margin-left: 10px;
}

.labels-bottom-left {
    bottom: 17px;
    top: auto !important;
    right: auto !important;
    left: 20px;
}

.labels-bottom-left .label {
    color: black;
    background-color: rgba(255, 255, 255);
}

.property-form {
    margin-top: 0px;
}

.sidebar-wrap .property-form-wrap {
    padding: 0 30px;

    background-color: #fff;
}

.map-on-right .half-map-left-wrap {
    height: calc(100vh - 202px);
}

.map-on-left .half-map-left-wrap {
    height: calc(100vh - 202px);
}

.mobile-map-switch {
    width: 80%;
    margin: 0 10%;
    bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
    opacity: 0.1;
}

@media (min-width: 1601px) {
    .half-map-left-wrap {
        width: calc(100% - 1000px);
    }

    .half-map-right-wrap {
        height: calc(100vh - 202px);

        width: 1000px;
    }
}

/* Theme CSS */

:root {
    --primary: #9a8b64;
    --primary-light: #c2ac74;
    --text: #535353;
    --gray: #ececec;
    --gray-dark: #818181;
}

.ire_theme {
}

.ire_theme h1,
.ire_theme h2,
.ire_theme h3,
.ire_theme h4,
.ire_theme h5,
.ire_theme h6 {
    font-family: "Prata", Arial;
    font-weight: 400 !important;
}

.ire_theme a {
    display: inline-block;
    vertical-align: top;
}

.ire_theme img {
    display: block;
    max-width: 100%;
    height: auto;
}
/*
section img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
*/
section .ratio_auto img,
.elementor-location-footer section img{
	aspect-ratio: auto;
}
section button img {
  width: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
.elementor-location-footer section img{
	width: auto;
}
@media (max-width:1199px){
    /*section img {
         aspect-ratio: 3 / 2;
    }*/
    .elementor-location-footer section img,
	section .ratio_auto img,
	section button img{
        aspect-ratio: auto;
    }
}
body .btn {border-radius: 0 !important;}
.ire_theme .btn,
.ire_theme .elementor-button,
.ire_form .houzez_agent_property_form_custom {
    /*
background: var(--primary) !important;
border: 0 !important;
color: #fff !important;
*/
	 background:  transparent !important;
  border: 1.5px solid var(--primary) !important;
  color: var(--primary) !important;
    font-family: "Inter", Arial !important;
   
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    padding: 15px !important;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 0 !important;
    letter-spacing: 1px !important;
   
    min-width: 170px;
    box-shadow: none;
}

.ire_theme .btn:hover,
.ire_theme .elementor-button:hover,
.banner-caption .btn-search:hover {
    background: var(--primary-light) !important;
}
.ire_theme .btn.dropdown-toggle.btn-light {
    color: #000 !important;
    background: #fff !important;
    font-size: 14px !important;
    padding: 10px !important;
    min-width: inherit !important;
	border: 0 !important
}
.banner-caption {
    padding: 20px !important;
}

.ire_theme .btn.btn-secondary,
.ire_theme .btn.btn-primary-outlined,
.ire_theme .elementor-button-info .elementor-button {
    /*background: var(--gray) !important;
    color: var(--primary) !important;*/
	 background:  transparent !important;
  border: 1.5px solid var(--primary) !important;
  color: var(--primary) !important;
}

.ire_theme .btn.btn-secondary:hover,
.ire_theme .btn.btn-primary-outlined:hover,
.ire_theme .elementor-button-info .elementor-button:hover {
    background: var(--primary) !important;
    color: #fff !important;
}

.ire_theme .elementor-button-info.btn-white .elementor-button {
    background: #fff !important;
    color: var(--primary) !important;
}

.ire_theme .elementor-button-info.btn-white .elementor-button:hover {
    background: var(--primary) !important;
    color: #fff !important;
}

.ire_theme .agent-details {
    display: none !important;
}

.ire_theme a {
    color: var(--primary);
    text-decoration: none;
}

.ire_theme a:hover {
    color: var(--primary-light);
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    /*font-family: "Prata", Times, serif !important;*/
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    line-height: 1.2;
}

.ire_theme.text-center,
.ire_theme.text-center .section-title-module {
    text-align: center;
}

.ire_theme .section-title-module {
    text-align: left;
    margin: 0 0 30px !important;
}

.section-title-module {
    font-family: "Prata", Times, serif !important;
}

.section-title-module .houzez_section_subtitle {
    font-size: 138%;
}

.ire_serif {
    font-family: "Prata", Times, serif !important;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child,
body .item-title:last-child {
    margin-bottom: 0 !important;
}

.ire_theme p:last-child {
    margin-bottom: 0 !important;
}

.ire_theme {
    font-size: 16px;
    color: var(--text);
    line-height: 1.5;
}

.ire_theme .houzez_section_title_wrap {
    margin: 0 0 15px !important;
    text-align: left !important;
}

.ire_theme .houzez_section_title_wrap * {
    text-align: left !important;
}

.ire_theme h2.houzez_section_title {
    font-size: 34px;
    line-height: 1.2;

    margin: 0 0 20px;
}

.ire_theme.title-center .houzez_section_title_wrap,
.ire_theme.title-center .houzez_section_title_wrap * {
    text-align: center !important;
}

.ire_theme h2 strong {
    font-weight: 600;
}
.elementor-widget-houzez_elementor_section_title:not(:last-child) {
    margin-bottom: 10px !important;
}

.ire_theme.ire-title-border h2.houzez_section_title {
    padding: 0 0 15px;
    border-bottom: 1px solid var(--gray);
}

@media (max-width: 1023px) {
    .ire_theme h2.houzez_section_title {
        font-size: 24px;
    }
}

.ire_properties #properties_module_section .item-wrap-v1 {
    border: 1px solid var(--gray);
}

.ire_properties .labels-wrap {
    display: none !important;
}

.ire_properties #properties_module_section h2.item-title {
    font-family: "Inter", sans-serif !important;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.ire_properties #properties_module_section address {
    font-size: 12px;
}

.ire_properties #properties_module_section .item-amenities {
    padding: 20px 0 0 !important;
    margin: 0 -10px !important;
}

.ire_properties #properties_module_section .item-amenities li {
    margin: 0 !important;
    padding: 0 10px;
    border-right: 1px solid #eceeec;
}

.ire_properties #properties_module_section .item-amenities li.h-area {
    border: 0;
}

.ire_properties #properties_module_section .item-amenities .h-type {
    display: none;
}

.ire_properties #properties_module_section .item-footer {
    display: none !important;
}

.ire_properties #properties_module_section #fave-pagination-loadmore {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.ire_properties #properties_module_section .slick-prev {
    left: 0;
}
.ire_properties #properties_module_section .slick-next {
    right: 0;
}
@media (min-width: 1260px) {
    .ire_properties .slick-next {
        right: -40px;
    }

    .ire_properties .slick-prev {
        left: -40px;
    }
}

.ire_locations .taxonomy-item-card {
    position: relative;
}

.ire_locations .taxonomy-item-card .taxonomy-item-card-image img {
    height: 450px;
    width: 100%;
    display: block;
    object-fit: cover;
}
@media (min-width:1601px) {
    .ire_locations .taxonomy-item-card .taxonomy-item-card-image img {
        height: 750px;
    }
}
.ire_locations .taxonomy-item-card-content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
    width: 100%;
}

.ire_locations .taxonomy-item-card-content dl {
    width: 100%;
}

.ire_locations .taxonomy-item-card-content dt {
    text-align: left;
    color: #fff;
    font-family: "Prata", Times, serif !important;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
}

.ire_locations .taxonomy-item-card-content dt a {
    color: inherit;
}

.ire_locations .taxonomy-item-card-content dd {
    display: none !important;
}

.service-box {
    position: relative;
}

.service-box .img-holder {
    margin: 0 !important;
}

.service-box .img-holder img {
    height: 350px;
    object-fit: cover;
    display: block;
    width: 100%;
}

.service-box .caption {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    pointer-events: none;
    text-align: center;
}

.service-box .caption h2 {
}

@media (max-width: 1023px) {
    .service-box .img-holder img {
        height: 280px;
    }
}

.ire_property .text-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ire_property .text-frame > div {
    width: 100%;
}

.ire_properties .slick-track {
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    overflow: hidden;
}

.ire_properties .slick-track:before,
.ire_properties .slick-track:after {
    display: none !important;
}

.ire_properties .item-listing-wrap {
    display: flex;
    float: none !important;
    height: auto !important;
    flex-basis: auto !important;
    min-height: inherit !important;
}

.ire_properties .item-listing-wrap > div {
    width: 100% !important;
    position: relative;
    overflow: hidden;
}

.ire_properties .slick-initialized .slick-slide {
    display: flex;
}

.ire_properties .item-listing-wrap .btn.btn-primary.btn-item {
    display: none !important;
}

.ire_properties .item-wrap-v1 {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.banner-main {
    position: relative;
    overflow: hidden;
}

.search-banner-wrap > div > div:first-child {
    flex-shrink: 0 !important;
    min-width: 220px !important;
    width: auto !important;
    flex-basis: 0 !important;
}

.horizontal-search-wrap .search-banner-wrap {
    padding: 0 !important;
}

.banner-main .img-over {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.banner-main .img-over img {
    width: 100%;
    height: 100%;
    opacity: 0 !important;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
}

.banner-main .caption-holder {
    display: flex !important;
    align-items: center !important;
    min-height: 400px;
    position: relative;
    z-index: 5;
    text-align: center;
    color: #fff;
}

.banner-main .caption-holder > div {
    width: 100% !important;
}

.banner-main .houzez_section_title {
    color: var(--primary);
    font-size: 34px !important;
    font-weight: 400 !important;
}

.banner-main .houzez_section_title_wrap * {
    text-align: center !important;
}

.banner-main .houzez_section_subtitle {
    color: #fff;
    font-size: 30px !important;
}

.banner-main .houzez_section_title_wrap {
    text-align: center !important;
    margin: 0 !important;
}

.ire_contact-form .houzez-submit-button {
    width: 100% !important;
    background: var(--primary) !important;
    color: #fff !important;
    display: block !important;
}

.ire_contact-form .location-content {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ire_contact-form .location-content li {
    margin: 0 0 20px;
}

.ire_contact-form .location-content h4 {
    margin: 0 0 15px;
    color: var(--primary);
}

.ire_contact-form .location-content .text-holder {
    display: flex;
    align-items: flex-start;
    margin: 0 0 10px;
}

.ire_contact-form .location-content .text-holder:last-child {
    margin: 0;
}

.ire_contact-form .location-content .text-holder i {
    flex-shrink: 0;
    width: 25px;
    text-align: center;
    margin: 2px 15px 0 0;
    color: var(--primary);
}

.ire_contact-form .location-content .text-box {
    flex-grow: 1;
    overflow: hidden;
}

.ire_contact-form .location-content p {
    margin: 0;
}

.ire_form .hzele-form-wrap .property-form-wrap {
    padding: 0 !important;
    background: none !important;
}

.ire_form .houzez_agent_property_form_custom.btn.btn-secondary {
    /*
background: var(--primary) !important;
border: 0 !important;
color: #fff !important;
*/
	 background:  transparent !important;
  border: 1.5px solid var(--primary) !important;
  color: var(--primary) !important;
    font-family: "Inter", Arial !important;
    
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    padding: 15px !important;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 0 !important;
    letter-spacing: 1px !important;
    
    box-shadow: none;
}

@media (max-width: 767px) {
    .horizontal-search-wrap .search-banner-wrap {
        border-radius: 0 !important;
    }
}

.search-banner-wrap {
    background: none !important;
}

.search-banner-wrap * {
    border-radius: 0 !important;
}

.search-banner-wrap .houzez-keyword-autocomplete.form-control {
    border: 0 !important;
}

.ire_banner-over {
    position: relative;
    color: #fff;
}

.ire_banner-over .img-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.ire_banner-over .img-bg img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 100%;
}

.ire_banner-over .caption-overlay {
    position: relative;
    z-index: 40;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 600px;
    /*background: rgba(0, 0, 0, .7);*/
}

.ire_banner-over .caption-overlay > div {
    width: 100%;
    max-width: 500px !important;
}

.ire_banner-over h2 {
    color: inherit;
}
.ire_banner-over.ire_banner-over2 .caption-overlay > div {
    max-width: 800px !important;
}

.article-page-wrap {
    margin: 0 !important;
}

.elementor-382248
    .elementor-element.elementor-element-2a84313c
    .houzez-nav-menu-main-desktop-wrap
    .houzez-nav-menu-main
    .nav-link,
.elementor-382248
    .elementor-element.elementor-element-2a84313c
    .houzez-nav-menu-main-desktop-wrap
    .dropdown-menu
    .dropdown-item,
.elementor-382248
    .elementor-element.elementor-element-2a84313c
    .houzez-nav-menu-main-mobile-wrap
    .mobile-navbar-nav
    a,
.houzez-nav-menu-main-desktop-wrap .houzez-nav-menu-main .nav-link,
.elementor-382369
    .elementor-element.elementor-element-46aefdac
    .houzez-nav-menu-main-desktop-wrap
    .dropdown-menu
    .dropdown-item {
    font-size: 14px;
    font-weight: 400 !important;
}

.houzez-nav-menu-main-mobile-wrap.nav-mobile .main-nav {
    margin-top: 21px !important;
}

.ire_twocolumn .btn-list {
    margin: -20px -10px 0;
    padding: 15px 0 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
}

.ire_twocolumn .btn-list li {
    padding: 20px 10px 0;
    width: 25%;
    display: flex;
}
@media(max-width:767.98px){
	.ire_twocolumn .btn-list li {
		width: 50%;
	}
}
@media(max-width:575.98px){
	.ire_twocolumn .btn-list li {
		width: 100%;
	}
}
.ire_twocolumn .btn-list li a {
    display: block;
    background: #fff;
    border: 1px solid var(--text);
    padding: 10px 20px;
    color: var(--text);
    pointer-events: none;
    text-align: center;
    width: 100%;
    font-weight: 600;
}
.ire_dealers .img-holder {
    text-align: center;
}
.ire_dealers .img-holder img {
    display: block;
    height: 310px;
    object-fit: cover;
    object-position: 50% 0;
    max-width: 100%;
    margin: 0 auto;
}
.ire_dealers h4 {
    font-size: 17px;
    margin: 0 0 10px;
}
.ire_column-blocks {
    font-size: 15px;
}
.ire_column-blocks .column-block {
    margin-bottom: 20px;
}
.ire_column-blocks .column-block > .elementor-column-gap-default {
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 20px 15px;
}
.ire_column-blocks .section-title-module {
    margin: 0 !important;
    text-align: left;
}
.ire_column-blocks .section-title-module .houzez_section_subtitle {
    color: #b09681;
    color: var(--primary);
    text-align: left !important;
}
@media (max-width: 767px) {
    .ire_dealers .text-holder {
        text-align: center !important;
    }
}
.checklist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.checklist ul li {
    margin: 0 0 10px;
    display: flex;
    align-items: flex-start;
}
.checklist ul li i {
    flex-shrink: 0;
    font-size: 150%;
    margin: 0 20px 0 0;
}
.checklist ul li span {
    display: block;
    overflow: hidden;
}
.blog-banner * {
    padding: 0 !important;
}
.blog-banner .banner-image-module {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.blog-banner img {
    display: block;
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.blog-posts .blog-post-item {
    align-items: center;
}
.blog-posts .blog-post-item .blog-post-thumb {
    max-width: 300px !important;
    width: 100%;
    border-radius: 0;
    flex-shrink: 0;
    border-radius: 0 !important;
}
.blog-posts .blog-post-item .blog-post-thumb a img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0 !important;
}
.blog-posts .blog-post-item .blog-post-title {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.blog-posts .blog-post-item .blog-post-title h3 {
    font-size: 19px !important;
    line-height: 1.5 !important;
    margin: 0;
}
.blog-posts .blog-post-item .blog-post-title h3 a {
    color: #535353;
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-sidebar .widget-blog-posts {
    padding-top: 0 !important;
}
.blog-sidebar .widget-header {
    margin: 0 0 30px;
}
.blog-post-item-widget .blog-post-image-widget {
    width: 105px !important;
    flex-shrink: 0;
}
.blog-post-item-widget .blog-post-image-widget img {
    border-radius: 0 !important;
    width: 100%;
    height: 70px !important;
}
.blog-post-item-widget > div {
    align-items: center;
}
.blog-post-item-widget h4 a {
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .blog-banner img {
        height: 420px;
    }
}
@media (max-width: 899px) {
    .blog-banner img {
        height: 300px;
    }
    .blog-posts .blog-post-item {
        display: block !important;
    }
    .blog-posts .blog-post-item .blog-post-thumb {
        margin: 0 auto 20px;
    }
}
.advanced-search-v1 .form-control[name="min-area"],
.advanced-search-v1 .form-control[name="max-area"] {
    height: 60px !important;
    background: #fff !important;
    color: #000 !important;
    text-transform: uppercase !important;
    border: 0 !important;
}
.property-banner-main > .elementor-element-populated {
    padding: 0 !important;
}
.property-banner img {
    width: 100%;
}
.hz-ele-price .item-price {
    font-size: 35px;
    font-weight: 500;
    color: var(--primary);
    font-family: "Prata";
    letter-spacing: 1.5px;
}
.banner-inner:before,
.video-background:before {
    opacity: 0 !important;
}
.no-hover-effect .hover-effect:before,
.no-hover-effect .item-tools{ display:none}


/* Country Selector Styles */
/* Bootstrap 4 compatible CSS */
.country-flag {
    font-size: 1.3em;
    line-height: 1;
    display: inline-block;
    min-width: 1.5em;
    text-align: center;
}

.dropdown-item {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.dropdown-item.active {
    background-color: #f8f9fa !important;
}

.dropdown-item .country-name {
    flex-grow: 1;
    margin: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.country-search {
    margin-bottom: 8px;
}

.dropdown-list {
    min-height: 100px;
}

/* Input group adjustments */
.input-group > .dropdown-toggle {
    z-index: 0;
    min-width: 120px;
    height:42px;
}
/* Keep the rest of your existing dropdown styles */
@media screen and (max-width: 767px) {
    .grid-view .item-listing-wrap {
        width: 100% !important;
        margin-bottom: 30px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}