/*
 Theme Name: Jupiter Child
 Template: jupiter
 Version: 1.0.0
 Description: Child theme for A2B Trailers Jupiter customisations
*/
@import url('../jupiter/style.css');

/* ============================================================
   iPad Landscape Fix — 1021px to 1194px, landscape orientation
   Targets: standard iPad (1024px), iPad Air (1180px)
   ============================================================ */
@media only screen and (min-width: 1021px) and (max-width: 1194px) and (orientation: landscape) {

    /* Keep desktop nav visible */
    .mk-header .mk-header-nav-container,
    .mk-header-nav-container {
        display: block !important;
    }

    /* Hide hamburger */
    .mk-nav-responsive-link {
        display: none !important;
    }

    /* Float nav text upward — out of the blue band, into the white area above */
    .header-style-1 .menu-hover-style-1 .main-navigation-ul > li > a,
    .main-navigation-ul > li.menu-item > a.menu-item-link {
        height: 74px !important;
        line-height: 20px !important;
        padding-top: 8px !important;
        padding-bottom: 0 !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
        font-size: 13px !important;
        letter-spacing: 0 !important;
        vertical-align: top !important;
        display: inline-flex !important;
        align-items: flex-start !important;
    }
}
