/**
 * Theme Name:     GeneratePress Child
 * Author:         Tom Usborne
 * Template:       generatepress
 * Text Domain:	   generatepress-child
 * Description:    GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
 */

label.directorist-search-field__label[for="listing_title"] {
  color: white !important;
  font-size: 18px !important; /* Ajusta el tamaño de la fuente aquí */
  white-space: nowrap; /* Evita que el texto se baje a la siguiente línea */
}
.select2-selection__placeholder {
  color: white !important;
	 font-size: 18px !important; /* Ajusta el tamaño de la fuente aquí */
	 white-space: nowrap;
}
h5.__web-inspector-hide-shortcut__ {
  display: none !important;
}

h5.__web-inspector-hide-shortcut__ {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}
button.directorist-btn-reset-js {
  display: none !important;
}

/* filtro de busqueda de la home */


.directorist-advanced-filter__basic {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; /* Cambialo a nowrap si no querés que se bajen */
  gap: 1rem; /* Espacio entre campos */
  align-items: center;
  justify-content: flex-start;
}

.directorist-advanced-filter__basic__element {
  flex: 1 1 auto;
  min-width: 200px; /* Asegura que tengan un mínimo de ancho */
}

/* boton del formulario de búsqueda de la home */
.directorist-advanced-filter__action .directorist-btn-submit {
    background-color: #D6891C !important;
    color: black !important;
	
}

<button type="submit" class="directorist-btn directorist-btn-sm directorist-btn-submit">Buscar alquiler</button>

#cookieyes-banner {
  min-height: 50px;
}

