/*
Theme Name: RealHomes Child Theme
Theme URI: http://themeforest.net/item/real-homes-wordpress-real-estate-theme/5373914
Description: Child theme for Real Homes.
Author: Inspiry Themes
Author URI: https://www.inspirythemes.com/
Template: realhomes
Version: 1.4.2
*/


.rh_banner, .inspiry_mod_header_variation_two.inspiry_mod_search_form_default .rh_banner__image, .inspiry_mod_header_variation_three .rh_banner__image {  
height: 150px;
display: none;
}

.rh_prop_search__form {
    margin-top: -4.75rem;
    flex-wrap: nowrap;
    padding: 10rem;
}

.rh_prop_search__form {
    margin-top: 0;
    /* flex-wrap: nowrap; */
    padding: 0;
}

.rh_prop_search__form {
    padding: 0 1rem;
    margin-top: 1rem;
		margin-bottom: -1px;
    position: relative;
    left: 0;
    right: 0;
}

    .rh_prop_search {
        padding-bottom: 10px;
        padding-top: 13px;
				background-color: #e9d9bd;
				position: unset;

   }



/* icono en el menu*/
.menu-icon-pueblos > a::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  display: inline-block;
}

.menu-icon-agenda > a::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  display: inline-block;
}

.menu-icon-comer > a::before {
  content: "\f2e7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  display: inline-block;
}

.menu-icon-dormir > a::before {
  content: "\f236";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  display: inline-block;
}

.menu-icon-senderismo > a::before {
  content: "\f6ec";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  display: inline-block;
}

.menu-icon-contacta > a::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  display: inline-block;
}
/* Estilos para el menú de navegación principal del tema Rhea */
.rhea-menu-container ul.rhea-elementor-nav-menu > li > a {
  font-size: 14px; /* Cambia este valor al tamaño que prefieras */
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  
}

/* Selecciona todos los enlaces dentro de los submenús */
.rhea-elementor-nav-menu .sub-menu a {
    font-size: 13px; /* Reemplaza '14px' por el tamaño de fuente deseado */
}




