.elementor-kit-8{--e-global-color-primary:#303133;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#DFDFDF;--e-global-color-c2a7c75:#303133;--e-global-color-6a8c42d:#1D1E1F;--e-global-color-9507612:#DFDFDF;--e-global-color-c003574:#131212D9;--e-global-color-1845258:#FFFFFF;--e-global-color-2fe4c99:#B10303;--e-global-typography-primary-font-family:"Work Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Work Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Work Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Work Sans";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-1845258 );font-family:"Work Sans", Sans-serif;text-transform:none;}.elementor-kit-8 e-page-transition{background-color:var( --e-global-color-6a8c42d );}.elementor-kit-8 a{font-family:"Work Sans", Sans-serif;}.elementor-kit-8 h1{font-family:"Cormorant Infant", Sans-serif;}.elementor-kit-8 h2{font-family:"Work Sans", Sans-serif;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:"Work Sans", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.container {
    width: 80% !important; /* Set the width to 80% of the screen */
    margin: 50px auto 0 auto; /* Add margin-top of 50px, center horizontally */
    padding-left: 30px; /* Add padding to the left */
    padding-right: 30px; /* Add padding to the right */
    margin-left: 40px; /* Add space to the left */
    margin-right: 40px; /* Add space to the right */
    box-sizing: border-box; /* Ensure padding doesn't affect overall width */
}

@media (max-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 750px;
    }
}

/* Style for the search button */
.btn-search {
    background-color: black !important;
    border-color: black !important;
    color: white !important; /* Ensures text is visible */
}

/* Style for the save search button */
.save-search-btn {
    background-color: black !important;
    border-color: black !important;
    color: white !important; /* Ensures text is visible */
}
.half-map-wrap {
    display: flex;
    flex-direction: row-reverse; /* This swaps the positions */
}

.half-map-left-wrap {
    width: 50%; /* Adjust as needed */
}

.half-map-right-wrap {
    width: 50%; /* Adjust as needed */
}
.item-author,
.listing-author,
.agent-name {
    display: none !important;
}
.item-body.flex-grow-1 {
    display: flex;
    flex-direction: column;
}

.item-title {
    order: -1;
}

.item-title a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #1c1c1c;
    text-transform: uppercase;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    display: inline-block;
}




/* Only applies to half-map layout */
.half-map-wrap {
  display: flex;
  height: 100vh;
  overflow: hidden;
}

/* Map section */
.half-map-right-wrap {
  width: 50%;
  height: 100vh;
  position: relative;
  z-index: 1;
}

#houzez-properties-map,
#houzez-properties-map .leaflet-container {
  width: 100%;
  height: 100%;
}

/* Listings section */
.half-map-left-wrap {
  width: 50%;
  height: 100vh;
  overflow-y: auto;
  padding: 30px;
  box-sizing: border-box;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Work Sans';
	font-display: auto;
	src: url('https://agenziadomus.it/wp-content/uploads/2025/03/WorkSans-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Cormorant Infant';
	font-display: auto;
	src: url('https://agenziadomus.it/wp-content/uploads/2025/03/CormorantInfant-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */