/*
Theme Name: Maxcoach Child
Theme URI: http://maxcoach.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: maxcoach
Text Domain:  maxcoach-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
/* Cambia sfondo menu mobile da viola a bianco */
/* --- MOBILE ONLY --- */
@media (max-width: 991px) {

  /* 1) Sfondo overlay del menu mobile -> bianco */
  .page-mobile-main-menu {
    background: #ffffff !important; /* era rgba(0,0,0,0.7) */
  }

  /* 2) Pannello interno: resta bianco per sicurezza */
  .page-mobile-main-menu > .inner {
    background: #ffffff !important;
  }

  /* 3) Tondino toggle dei sottomenu: togli riflessi colorati */
  .page-mobile-main-menu .toggle-sub-menu,
  .page-mobile-main-menu .toggle-sub-menu:hover {
    background: #ffffff !important;   /* era un bianco semitrasparente */
    color: #111 !important;
    box-shadow: none !important;
  }

  /* 4) Se usi Mega Menu (Elementor): titoli scuri su fondo bianco */
  .mobile-menu .mega-menu .elementor-heading-title {
    color: #111111 !important; /* era forzato #fff */
  }

  /* 5) Breadcrumb/Title bar: elimina l’overlay scuro sopra */
  .page-title-bar-bg:before {
    background: rgba(255,255,255,0) !important; /* da rgba(0,0,0,0.4) */
  }
}
/* Voci di menu mobile: colore grigio scuro */
@media (max-width: 991px) {
  .page-mobile-main-menu a,
  .page-mobile-main-menu .menu-item > a,
  .page-mobile-main-menu .toggle-sub-menu {
    color: #3F3A64 !important;  /* grigio molto scuro */
  }

  /* Se ci sono sottovoci del menu (dropdown) */
  .page-mobile-main-menu .sub-menu a {
    color: #3F3A64 !important;
  }
}