/**
 * IB Editorial Theme 1.0.39
 * Native WordPress Menu Locations & Navigation Routing.
 */

/* The drawer can use a dedicated desktop menu and a dedicated mobile menu.
   Only the matching navigation tree is exposed at each viewport width. */
body.ib-et .ib-fashion-drawer__nav--desktop{display:block}
body.ib-et .ib-fashion-drawer__nav--mobile{display:none}

/* WordPress current-menu classes remain the single source of active state. */
body.ib-et :is(.ib-menu,.ib-drawer-menu,.ib-footer-menu) :is(
  .current-menu-item,
  .current-menu-parent,
  .current-menu-ancestor,
  .current_page_item,
  .current_page_parent,
  .current_page_ancestor
)>a{
  color:inherit;
}

/* Core-generated submenus must inherit the theme's established visual system. */
body.ib-et :is(.ib-menu,.ib-drawer-menu,.ib-footer-menu) .sub-menu{
  list-style:none;
}

@media (max-width: 700px){
  body.ib-et .ib-fashion-drawer__nav--desktop{display:none}
  body.ib-et .ib-fashion-drawer__nav--mobile{display:block}
}
