/* Ohio-Child · custom styles (permanent home for site customisations) */

/* Mobile off-canvas menu: parent item (Services) + submenu inherited the dark desktop
   colour via -webkit-text-fill-color and were invisible on the dark panel. */
@media (max-width:1024px){
  .xpro-elementor-horizontal-navbar-nav li.menu-item-has-children > a{ color:#EDE8E0 !important; -webkit-text-fill-color:#EDE8E0 !important; }
  .xpro-elementor-horizontal-navbar-nav li.menu-item-has-children > a .xpro-dropdown-menu-toggle{ color:#EDE8E0 !important; -webkit-text-fill-color:#EDE8E0 !important; }
  .xpro-elementor-horizontal-navbar-nav .xpro-elementor-dropdown-menu li > a{ color:#211E1A !important; -webkit-text-fill-color:#211E1A !important; }
  .xpro-elementor-horizontal-navbar-nav li.menu-item-has-children > a:hover,
  .xpro-elementor-horizontal-navbar-nav .xpro-elementor-dropdown-menu li > a:hover{ color:#B19A7E !important; -webkit-text-fill-color:#B19A7E !important; }
}
