/*
Theme Name: Houzez Child
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("../houzez/style.css");

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

.nf-form-fields-required {
    display: none;
}

/*modifiche pagina singolo immobile*/
/*immagine in evidenza*/
.property-banner .tab-pane{
	height: 62vh;
}


/*modifica posizione backtotop*/

.back-to-top-wrap{
	bottom: 110px;
}


/*modifica pulsante card immobile*/

.elementor-2558 .elementor-element.elementor-element-6d93fa98 .btn-item{
	border-radius: 2px !important;
	height: 45px;
}


/*altezza menu mobile tablet*/

nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.elementor-nav-menu__align-end .elementor-nav-menu {
    margin-inline-start: 0px !important;
}

/*search and filter*/

.search-filter-base.search-filter-field.search-filter-field--id-10.search-filter-field--type-control.search-filter-field--control-type-reset.search-filter-style--id-2.search-filter-style--control-reset {
    margin-bottom: 30px;
}
.container_sf_custom {
    margin-bottom: 20px;
}

button.search-filter-input-button.search-filter-field__input {
    color: #fdfdfd;
    background-color: #B52C1F;
    padding: 10px 20px;
    width: 100%;
	    font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    line-height: var(--e-global-typography-accent-line-height) !important;
}

.search-filter-input-button:hover:not(.is-disabled):not(.search-filter-input-button--is-selected){
	color: #B52C1F !important;
    background-color: #fff !important;
    border-color: #B52C1F !important;
}

.search-filter-label {
    font-weight: 500;
}

/* 
 * Card v7 style 
*/
#module_properties .item-wrap .item-body { /* Contenitore principale */
	background-color: var(--e-global-color-secondary);
	border: none;
}

#module_properties .item-wrap .item-header .item-tools li span { /* Icone funzioni dentro immagine (anteprima, compare, preferiti...) */
    background-color: var(--e-global-color-c41497d);
    color: var(--e-global-color-text);
}

#module_properties .item-wrap .item-header .item-tools li span.item-tool-favorite { /* Cancelliamo icona preferiti */
	display: none;
}

#module_properties .item-wrap .item-body > .item-amenities li span { /* Tipologia contratto immobile */
    font-family: var(--e-global-typography-9e6b4b3-font-family), Sans-serif;
    font-size: var(--e-global-typography-9e6b4b3-font-size);
    text-transform: var(--e-global-typography-9e6b4b3-text-transform);
    line-height: var(--e-global-typography-9e6b4b3-line-height);
    color: var(--e-global-color-text);
}

#module_properties .item-wrap .item-body .item-v5-price { /* Prezzo */
    font-family: "Inter", Sans-serif;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.2em;
    color: var(--e-global-color-accent);
}

#module_properties .item-wrap .item-body h6 { /* Titolo */
    font-size: 1.2em !important;
    font-family: var(--e-global-typography-f7980e1-font-family), Sans-serif;
    font-weight: var(--e-global-typography-f7980e1-font-weight);
    line-height: var(--e-global-typography-f7980e1-line-height);
    color: var(--e-global-color-945fe66);
}

#module_properties .item-wrap .item-body h6 a:hover { /* Titolo hover */
    color: #B52C1F;
}

#module_properties .item-wrap .item-body .item-address span { /* Indirizzo */
	font-family: var(--e-global-typography-ba54357-font-family), Sans-serif;
    font-size: var(--e-global-typography-ba54357-font-size);
    font-weight: var(--e-global-typography-ba54357-font-weight);
    line-height: var(--e-global-typography-ba54357-line-height);
    color: var(--e-global-color-text);
}

#module_properties .item-wrap .item-body ul li .houzez-icon { /* Icone sotto indirizzo */
    font-size: 18px;
    color: var(--e-global-color-945fe66);	
}

#module_properties .item-wrap .item-body ul li .hz-figure { /* Testo icone sotto indirizzo */
	font-family: var(--e-global-typography-848a1c5-font-family), Sans-serif;
    font-size: var(--e-global-typography-848a1c5-font-size);
    color: var(--e-global-color-text);
}

#module_properties .item-wrap .item-footer { /* Card Footer */
	padding: 10px 20px 20px 20px;
	background-color: var(--e-global-color-secondary);
	border: none;
}

#module_properties .item-wrap .item-footer .item-buttons-wrap a { /* Pulsante CTA */
    font-family: var(--e-global-typography-ee94875-font-family), Sans-serif;
    font-size: var(--e-global-typography-ee94875-font-size);
    font-weight: var(--e-global-typography-ee94875-font-weight);
    text-transform: var(--e-global-typography-ee94875-text-transform);
    line-height: var(--e-global-typography-ee94875-line-height);
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-c41497d);
    border-color: var(--e-global-color-c41497d);
    border-radius: 30px 30px 30px 30px;
    border-radius: 2px !important;
    height: 45px;
}

#module_properties .item-wrap .item-footer .item-buttons-wrap a:hover { /* Pulsante CTA hover */
	color: var(--e-global-color-c41497d);
    background-color: var(--e-global-color-945fe66);
}

/* Paginazione search and filter */
.hz-pagination.pagination {
	margin-top: 3rem;
}
.hz-pagination a, 
.hz-pagination span 
{
	cursor: pointer !important; /* Forza il cursore */
    padding: 8px 14px;
    margin: 0 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}
.hz-pagination a:hover, 
.hz-pagination span:hover
{
	cursor: pointer;
    color: #B52C1F !important;
}
.hz-pagination .current {
    background-color: #B52C1F;
    color: #fff;
    border-color: #B52C1F;
    font-weight: bold !important;
}
.hz-pagination .current:hover {
    color: white !important;
}


/*cambio pin mappa*/
.leaflet-marker-pane img.leaflet-marker-icon {
    content: url('https://pescebalbo.seppiastaging.it/wp-content/uploads/2026/07/imgi_16_pin-singolo-immobile.webp') !important;
    width: 44px !important;
    height: 56px !important;
}

/* Per risolvere problema mobile altezza mappa */
.houzez-elementor-map-wrap {
    min-height: 37vh;
}

/* ###########
Header trasparente - bianco inizio 
########### */

/* Transizione morbida tra trasparente e bianco */
.flp-header-fade {
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

/* Stato dopo lo scroll */
.flp-header-fade.scrolled {
  background-color: #ffffff !important;
}

.scrolled * {
    color: black !important;
}
a.elementor-item.elementor-item-active {
    color: #B52C1F !important; 
}
a.elementor-item:hover {
    color: #B52C1F !important;
}

/* Classe per quando siamo nel singolo immboile e ha un classe sua perchè non c'è l'animazione di scroll */
.flp-header-fade.singlePropertyHeader {
    background-color: white !important;
}
.flp-header-fade.singlePropertyHeader * {
    color: black !important;
}

/* Custom search and filter */
.search-filter-component-combobox-base__listbox-option--selected {
    background: #B52C1F !important;
    color: white !important;
	font-weight: bold !important;
}
.search-filter-component-combobox-base__listbox-option--active {
	background: #B52C1F !important;
    color: white !important;
	font-weight: bold !important;
}