/*
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
-------------------------------------- */
/* evitar el scroll horizontal por desbordamiento en versión movil */
html, body {
	width: 100% !important;
	overflow-x: hidden !important;
}

/* Texto menu en mayusculas */
.main-nav {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.bootstrap-select .bs-actionsbox {
    padding: 15px 3px 10px;
}

/* En home slider display de propiedades, ocultar el agente para que no vaya a pagina de agentes */

.item-author, .item-date, .item-author a {
    visibility: hidden;
}

/* estrechar verticalmente el footer */
.footer-top-wrap {
    padding: 25px 0 0px;
} 

/* * SOLUCIÓN CSS PARA PROBLEMAS DE VISUALIZACIÓN DE ICONOS DE FORMULARIO <- creo no funciona
 * Añadir esto en Apariencia -> Personalizar -> CSS Adicional.
 */

/* Este selector intenta apuntar a los elementos de los formularios de Houzez (como el inquiry form) */
.form-media-wrap .icon-set i:before,
.form-media-wrap .icon-set i {
    /* Fuerza el uso de la familia de fuentes de Font Awesome (o la del tema) */
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Pro', 'houzez-icons', sans-serif !important;
    font-weight: 900 !important; /* Asegura que se cargue el estilo sólido si es necesario */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Si los iconos aparecen como cuadrados, esto podría solucionarlo */
/* Intentar reemplazar el font-family si Houzez usa otra fuente de iconos */
/* Ejemplo: Si Houzez usa su propia fuente: font-family: 'houzez-icons' !important; */

/* campos de home buscador color de place holder */
.elementor-19256 .elementor-element.elementor-element-3a474c0 .elementor-field-group .elementor-select-wrapper button:not(.actions-btn) {
    color: #333;
    background-color: #FFFFFF;
    border-color: #dce0e0;
}



