/* ===========================================================================
   Header menu dropdown - tighten the gap between a top-level item and its
   submenu. The header is tall/transparent so the theme's `top: 100%` left a
   large empty gap between "Services" and its dropdown. Desktop only.
   =========================================================================== */
@media (min-width: 1025px) {
    .pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > .sub-menu,
    .pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > .children {
        top: calc(50% + 20px) !important;
        padding-top: 8px !important;
    }
}
