/*
Theme Name: RealHomes Child
Template: realhomes
Author: HomeBased
Version: 1.1
Text Domain: realhomes-child
*/

/* --- Menu header leggibile su hero trasparente: testo bianco bordato nero --- */
.rh_header .main-menu > ul > li > a,
.rh_header .rh_menu__responsive > li > a,
.rh_header .main-menu .rh_menu__responsive > li > a {
    color: #ffffff !important;
    -webkit-text-stroke: 0.6px #000;
    text-shadow:
        -1px -1px 0 #000, 1px -1px 0 #000,
        -1px  1px 0 #000, 1px  1px 0 #000,
         0 1px 4px rgba(0,0,0,.65) !important;
    font-weight: 600;
}
.rh_header .rh_menu__responsive > li > a:hover,
.rh_header .main-menu > ul > li > a:hover {
    color: #ffffff !important;
    opacity: .85;
}
/* i sottomenu (dropdown) hanno sfondo solido: testo normale scuro, niente bordo */
.rh_header .sub-menu li a {
    color: #1a1a1a !important;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
    font-weight: 400;
}
