/*
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
-------------------------------------- */

/* LGI — Houzez 4.3.5: evita flash do placeholder duplicado da galeria */
.single-property #gallery-featured-placeholder {
    display: none !important;
}

/* LGI — Houzez 4.3.5: esconde o placeholder duplicado */
.single-property #gallery-featured-placeholder {
    display: none !important;
}

/* LGI — evita exibir a galeria antes do LightSlider terminar */
.single-property .top-gallery-section .listing-slider:not(.gallery-initialized) {
    visibility: hidden !important;
}

/* Exibe normalmente assim que o Houzez inicializa a galeria */
.single-property .top-gallery-section .listing-slider.gallery-initialized {
    visibility: visible !important;
}

/* Bloco editorial inferior dos hubs */
.lgi-taxonomy-content {
    width: 100%;
    max-width: 1170px;
    margin: 40px auto 0;
    padding: 0 15px 30px;
    box-sizing: border-box;
}

/**
 * LGI Tech SEO
 * Remove transition: all dos controles/efeitos dos cards Houzez.
 * Mantém somente propriedades apropriadas para animação.
 */

.houzez_compare,
.add-favorite-js,
.hz-show-lightbox-js,
.label-status,
.hz-label {
	transition-property:
		opacity,
		transform,
		color,
		background-color,
		border-color,
		box-shadow !important;
}

.listing-featured-thumb.hover-effect,
.hover-effect,
.hover-effect-flat {
	transition-property:
		opacity,
		transform,
		color,
		background-color,
		border-color,
		box-shadow !important;
}

.listing-featured-thumb.hover-effect::before,
.hover-effect::before,
.hover-effect-flat::before {
	transition-property:
		opacity,
		transform !important;
}

.listing-featured-thumb.hover-effect img,
.item-wrap-v10 .item-wrap .item-header-1 .item-v10-image img,
.item-wrap-v10 .item-wrap .item-header-2 .item-v10-image img {
	transition-property:
		opacity,
		transform !important;
}

/**
 * LGI Tech SEO
 * Remove transition: all dos títulos dos cards Houzez.
 */
.item-title a {
	transition-property: color !important;
}

/**
 * LGI Tech SEO
 * Estabiliza a altura dos campos da busca mobile
 * antes da inicialização do Bootstrap Select.
 */
@media (max-width: 767px) {

	.elementor-element-3a474c0
	.houzez-ele-search-form-wrapper
	> .elementor-field-group:not(.elementor-field-type-submit) {
		min-height: 67px;
	}

}

/**
 * LGI Tech SEO
 * Home — remove transition: all de componentes restantes.
 */

/* Cards da equipe */
body.home .agent-module.agents-grid .agent-grid-wrap.agent-item {
    transition-property:
        opacity,
        transform,
        background-color,
        border-color,
        box-shadow !important;
}

/* Links de taxonomia/localização */
body.home .widget-taxonomy-item
.widget-taxonomy-item-content > a {
    transition-property:
        color,
        background-color,
        border-color,
        opacity,
        transform !important;
}

/* Checkbox do formulário */
body.home .elementor-form .control__indicator {
    transition-property:
        opacity,
        transform,
        background-color,
        border-color,
        box-shadow !important;
}

/* =========================================================
 * LGI PERFORMANCE — Houzez icon font
 * Evita font-display:block do tema pai.
 * Mantém os mesmos glifos do Houzez.
 * ========================================================= */

@font-face {
    font-family: 'lgi-houzez-iconfont';
    src:
        url('../houzez/fonts/houzez-iconfont.woff?jd28ud') format('woff'),
        url('../houzez/fonts/houzez-iconfont.ttf?jd28ud') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html .houzez-icon,
html .houzez-theme .houzez-icon {
    font-family: 'lgi-houzez-iconfont' !important;
}

/* =========================================================
 * LGI PERFORMANCE — Houzez icon pseudo-elements
 * Substitui usos restantes da fonte antiga font-display:block
 * pela mesma icon font carregada com font-display:swap.
 * ========================================================= */

.nav-link.dropdown-toggle::after,
.nav-mobile-trigger.dropdown-toggle::after,
.breadcrumb-item::before,
.slick-prev::before,
.slick-next::before,
.btn.dropdown-toggle::after {
    font-family: 'lgi-houzez-iconfont' !important;
}

/* =========================================================
 * LGI PERFORMANCE V1 — Footer logo CLS
 * Reserva o espaço do logo antes do carregamento da imagem.
 * ========================================================= */
.footer_logo img {
    width: 150px;
    height: 50px;
    aspect-ratio: 3 / 1;
    display: block;
}