/*
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
-------------------------------------- */


/*	HEADER TRANSPARENTE	
.header-v4 {
    background-color: transparent !important;
}*/


/*TEXTOS EN COOKIES*/
.formularioportada .gdpr-text-wrap{
	color: #ffffff;
}


/*	IMÁGENES LISTADO INMUEBLES AL MISMO TAMAÑO	--17366 es la id de inicio-- */

@media (min-width: 768px) {
	.page-id-17366 .item-wrap {
		height: 90%;
	}

/* 	.page-id-17366 .item-header {
		height: 100%;
	}
	.page-id-17366 .listing-image-wrap {
		height: 100%;
	}
	.page-id-17366 .listing-gallery-wrap.houzez-show-gallery {
		height: 100%;
	}
	.page-id-17366 .houzez-listing-carousel.slick-initialized.slick-slider {
		height: 100%;
	}*/
	.page-id-17366 .slick-list.draggable {
		height: 366px;
		max-height: 366px;
	}
	/*.page-id-17366 .slick-track {
		height: 100%;
	}
	.page-id-17366 img.img-fluid {
		height: 100%;
	} */
}

/*menu hamburguesa*/
.toggle-button-left .houzez-theme .houzez-icon, .houzez-icon{
	font-weight: 900 !important;
	font-size: 1.3em;
}


/*	BOTÓN DE MENÚ MÓVIL MÁS GRANDE	*/
.header-mobile .toggle-button-left, .header-mobile .toggle-button-right {
    font-size: 28px;
}

/*	OCULTAR EL SEGUNDO PRECIO QUE SALE EN EL MÓVIL PORQUE TAPA LAS ETIQUETAS	*/
ul.item-price-wrap.d-sm-none.d-md-flex.flex-column.gap-2.align-items-end {
    display: none;
}


/*	ELIMINAR LA FECHA DE AÑADIDO DEL INMUEBLE EN MÓVIL	*/
.item-date.d-flex.align-items-center.gap-1 {
    display: none !important;
}

/*	BOTÓN FORMULARIO VALORACIÓN ANCHO 100%	*/
button.frm_button_submit {
    width: 100%;
}


.tcn-form{
    max-width: 640px;
    margin: 3rem auto;
    padding: 2.5rem;
    background: #ffff;
    border-radius: 1.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .65);
    color: #153048;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
}
.tcn-submit {
    display: inline-block;
    background: #FFA72A;
	color: #fff;
}
.tcn-privacy a {
    color: #153048 !important;
}
form.tcn-form .tcn-field {
    background: #efefef;
    border-radius: 19px;
    padding: 11px 20px 0 20px;
}
.tcn-field input::placeholder, .tcn-field textarea::placeholder {
    color: #000;
}

.tcn-form input, .tcn-form textarea{
	color: #000000;
}


/*	HACER VISIBLE LA FLECHA DEL MENU PARA MOVIL */
a.nav-link {
    background: transparent !important;
}
span.nav-mobile-trigger.dropdown-toggle {
    z-index: 1 !important;
}


