/* ==============================================
   Life Horoscope - Site & WCPA Form Responsive
   ============================================== */

/* Kill stuck white full-screen page loader (browser Back / bfcache) */
#cws_page_loader_container {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: -1 !important;
}

/* Menu fadeOut left body invisible on Back — force visible */
html,
body {
    opacity: 1 !important;
    visibility: visible !important;
}

/* ---------- Global: prevent horizontal scroll ---------- */
html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

img,
video,
iframe,
embed,
object {
    max-width: 100%;
    height: auto;
}

/* ---------- WPBakery / page builder columns ---------- */
@media (max-width: 991px) {
    .vc_row,
    .wpb_row,
    .wpb_wrapper,
    .vc_column_container,
    .wpb_column {
        max-width: 100% !important;
    }

    .vc_row[data-vc-full-width="true"],
    .vc_row[data-vc-full-width="true"] > .wpb_column {
        left: 0 !important;
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 767px) {
    .vc_col-sm-1,
    .vc_col-sm-2,
    .vc_col-sm-3,
    .vc_col-sm-4,
    .vc_col-sm-5,
    .vc_col-sm-6,
    .vc_col-sm-7,
    .vc_col-sm-8,
    .vc_col-sm-9,
    .vc_col-sm-10,
    .vc_col-sm-11,
    .vc_col-sm-12,
    .vc_col-xs-1,
    .vc_col-xs-2,
    .vc_col-xs-3,
    .vc_col-xs-4,
    .vc_col-xs-5,
    .vc_col-xs-6,
    .vc_col-xs-7,
    .vc_col-xs-8,
    .vc_col-xs-9,
    .vc_col-xs-10,
    .vc_col-xs-11,
    .vc_col-xs-12 {
        width: 100% !important;
        float: none !important;
    }

    .site-content,
    .content-area,
    .main-content,
    #main,
    .container,
    .content {
        max-width: 100% !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        box-sizing: border-box !important;
    }
}

/* ---------- WooCommerce product page ---------- */
@media (max-width: 767px) {
    .woocommerce div.product,
    .woocommerce-page div.product,
    .woocommerce div.product .summary,
    .woocommerce div.product form.cart {
        width: 100% !important;
        float: none !important;
        max-width: 100% !important;
    }

    .woocommerce div.product form.cart .button,
    .woocommerce div.product form.cart .single_add_to_cart_button {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 12px !important;
    }

    .woocommerce table.shop_table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* ==============================================
   WCPA Product Addon Forms
   ============================================== */

.wcpa_form_outer {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
    box-sizing: border-box;
}

.wcpa_form_outer .wcpa_wrap {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 4px;
    box-sizing: border-box;
}

.wcpa_form_outer .wcpa_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* Neat field styling */
.wcpa_form_outer .wcpa_field_label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 6px;
    word-wrap: break-word;
}

.wcpa_form_outer input[type="text"],
.wcpa_form_outer input[type="email"],
.wcpa_form_outer input[type="tel"],
.wcpa_form_outer input[type="number"]:not(.cur-year),
.wcpa_form_outer input[type="url"],
.wcpa_form_outer input[type="password"],
.wcpa_form_outer input[type="date"],
.wcpa_form_outer input[type="time"],
.wcpa_form_outer input[type="datetime-local"],
.wcpa_form_outer select:not(.wcpa-fp-monthDropdown-months),
.wcpa_form_outer textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    min-height: 44px;
    font-size: 16px !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
}

.wcpa_form_outer textarea {
    min-height: 90px;
}

.wcpa_form_outer .wcpa_field_wrap {
    box-sizing: border-box;
    margin-bottom: 14px;
}

.wcpa_form_outer .wcpa_type_header h1,
.wcpa_form_outer .wcpa_type_header h2,
.wcpa_form_outer .wcpa_type_header h3,
.wcpa_form_outer .wcpa_type_header h4 {
    width: 100%;
    margin: 18px 0 10px;
    line-height: 1.3;
    word-wrap: break-word;
}

.wcpa_form_outer .wcpa_error_msg {
    font-size: 12px;
    margin-top: 4px;
}

/* Tablet: stack half-width columns */
@media (max-width: 991px) {
    .wcpa_form_outer .wcpa_wrap [class*="wcpa-col-"] {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .wcpa_form_outer .wcpa_field_wrap:first-child,
    .wcpa_form_outer .wcpa_field_wrap:last-child {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* Mobile: tighter spacing */
@media (max-width: 767px) {
    .wcpa_form_outer {
        margin: 0.75em 0 1.5em !important;
    }

    .wcpa_form_outer .wcpa_wrap {
        padding: 0 8px !important;
    }

    .wcpa_form_outer .wcpa_field_label {
        font-size: 13px !important;
    }

    .wcpa_form_outer .wcpa_type_header h1,
    .wcpa_form_outer .wcpa_type_header h2,
    .wcpa_form_outer .wcpa_type_header h3 {
        font-size: 16px !important;
        margin-top: 14px !important;
    }

    .wcpa_form_outer .wcpa_type_checkbox-group,
    .wcpa_form_outer .wcpa_type_checkbox {
        font-size: 14px;
    }
}

/* WCPA plugin responsive mode: also force col-1/col-2 to full width */
@media (max-width: 600px) {
    .wcpa_responsive .wcpa-col-1,
    .wcpa_responsive .wcpa-col-2,
    .wcpa_form_outer .wcpa-wrap .wcpa-col-1,
    .wcpa_form_outer .wcpa-wrap .wcpa-col-2,
    .wcpa_form_outer .wcpa_wrap .wcpa-col-1,
    .wcpa_form_outer .wcpa_wrap .wcpa-col-2 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* ---------- CF7 forms (extend custom-form.css) ---------- */
@media (max-width: 767px) {
    .wpcf7 {
        border-radius: 12px;
    }

    form.wpcf7-form {
        padding: 16px 16px 22px !important;
    }
}

/* ---------- Page content: buttons & text blocks ---------- */
@media (max-width: 767px) {
    .wpb_text_column p,
    .wpb_text_column li,
    .entry-content p,
    .entry-content li {
        line-height: 1.65;
        word-wrap: break-word;
    }

    .wpb_text_column .vc_btn3-container,
    .wpb_text_column .vc_general.vc_btn3,
    .wpb_text_column a.vc_btn3,
    .wpb_text_column input[type="button"],
    .wpb_text_column input[type="submit"],
    .wpb_text_column button {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 10px !important;
        box-sizing: border-box !important;
    }

    .wpb_text_column table {
        display: block;
        width: 100% !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* ---------- Main header / navigation (desktop) ---------- */
.header_wrapper_container .site_header .header_container {
    background-color: #ffffff;
}

.header_wrapper_container .header_logo_part .logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.header_wrapper_container .header_logo_part .logo img {
    display: block;
    width: auto;
    max-width: 180px;
    max-height: 56px;
    height: auto;
}

body:not(.cws_mobile) .header_wrapper_container .site_header:not(.sticky):not(.mobile_nav) .header_logo_part .logo img.logo_sticky,
body:not(.cws_mobile) .header_wrapper_container .site_header:not(.sticky):not(.mobile_nav) .header_logo_part .logo img.logo_mobile,
body:not(.cws_mobile) .sticky_header .site_header:not(.sticky_active) .header_logo_part .logo img.logo_sticky {
    display: none !important;
}

.sticky_header .main-nav-container .main-menu > .menu-item > a {
    color: #2b2b2b !important;
}

/* Desktop-only flex header — do not apply on mobile (breaks hamburger menu). */
@media (min-width: 992px) {
    .header_wrapper_container .site_header .menu_box .container,
    .sticky_header .site_header .menu_box .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        width: 100%;
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box;
    }

    .header_wrapper_container .site_header .menu_box .container.wide_container,
    .sticky_header .site_header .menu_box .container.wide_container {
        width: 100%;
        max-width: 1320px;
    }

    .header_wrapper_container .header_logo_part,
    .sticky_header .header_logo_part {
        flex: 0 0 auto;
        margin-right: 12px;
    }

    .header_wrapper_container .header_nav_part,
    .sticky_header .header_nav_part {
        flex: 1 1 auto;
        min-width: 0;
    }

    .header_wrapper_container .main-nav-container .main-menu,
    .sticky_header .main-nav-container .main-menu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        gap: 2px 6px;
    }

    .header_wrapper_container .main-nav-container .main-menu > .menu-item > a,
    .sticky_header .main-nav-container .main-menu > .menu-item > a {
        display: inline-block;
        padding: 10px 14px;
        color: #2b2b2b !important;
        font-size: 15px !important;
        font-weight: 600;
        line-height: 1.25;
        text-decoration: none;
        white-space: nowrap;
        position: relative !important;
        overflow: visible !important;
        background: transparent !important;
        background-color: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        transition: color 0.2s ease;
    }

    /*
     * Theme paints a solid color box on the LI (.menu-item:hover { background-color })
     * plus a pill outline on a::before. Kill both — keep only navy text + gold underline.
     */
    body .header_wrapper_container .main-nav-container .main-menu > .menu-item,
    body .header_wrapper_container .main-nav-container .main-menu > .menu-item:hover,
    body .header_wrapper_container .main-nav-container .main-menu > .menu-item.current-menu-item,
    body .header_wrapper_container .main-nav-container .main-menu > .menu-item.current-menu-ancestor,
    body .header_wrapper_container .main-nav-container .main-menu > .menu-item.current-menu-parent,
    body .sticky_header .main-nav-container .main-menu > .menu-item,
    body .sticky_header .main-nav-container .main-menu > .menu-item:hover,
    body .sticky_header .main-nav-container .main-menu > .menu-item.current-menu-item,
    body .sticky_header .main-nav-container .main-menu > .menu-item.current-menu-ancestor,
    body.aasana-new-layout .header_wrapper_container .main-nav-container .main-menu > .menu-item:hover,
    body.aasana-new-layout .main-nav-container > .main-menu > .menu-item:hover {
        background: transparent !important;
        background-color: transparent !important;
        border-color: transparent !important;
        box-shadow: none !important;
    }

    body .header_wrapper_container .main-nav-container .main-menu > .menu-item > a:before,
    body .header_wrapper_container .main-nav-container .main-menu > .menu-item > span:before,
    body .sticky_header .main-nav-container .main-menu > .menu-item > a:before,
    body .sticky_header .main-nav-container .main-menu > .menu-item > span:before,
    body .main-nav-container .main-menu > .menu-item:hover > a:before,
    body .main-nav-container .main-menu > .menu-item:hover > span:before,
    body .main-nav-container .main-menu > .menu-item.current-menu-item > a:before,
    body .main-nav-container .main-menu > .menu-item.current-menu-ancestor > a:before {
        content: none !important;
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        border: 0 !important;
        background: none !important;
        width: 0 !important;
        height: 0 !important;
        transform: none !important;
    }

    body .header_wrapper_container .main-nav-container .main-menu > .menu-item .svg_element,
    body .header_wrapper_container .main-nav-container .main-menu > .menu-item .shape,
    body .sticky_header .main-nav-container .main-menu > .menu-item .svg_element,
    body .sticky_header .main-nav-container .main-menu > .menu-item .shape {
        display: none !important;
    }

    body .header_wrapper_container .main-nav-container .main-menu > .menu-item > a::after,
    body .sticky_header .main-nav-container .main-menu > .menu-item > a::after {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        left: 14px !important;
        right: 14px !important;
        bottom: 5px !important;
        width: auto !important;
        height: 2px !important;
        border: 0 !important;
        border-radius: 2px !important;
        background: #c9a227 !important;
        background-color: #c9a227 !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: scaleX(0) !important;
        transform-origin: center !important;
        transition: transform 0.22s ease !important;
        pointer-events: none !important;
        z-index: 2 !important;
    }

    body .header_wrapper_container .main-nav-container .main-menu > .menu-item:hover > a,
    body .header_wrapper_container .main-nav-container .main-menu > .menu-item.current-menu-item > a,
    body .header_wrapper_container .main-nav-container .main-menu > .menu-item.current-menu-ancestor > a,
    body .header_wrapper_container .main-nav-container .main-menu > .menu-item.current-menu-parent > a,
    body .sticky_header .main-nav-container .main-menu > .menu-item:hover > a,
    body .sticky_header .main-nav-container .main-menu > .menu-item.current-menu-item > a,
    body .sticky_header .main-nav-container .main-menu > .menu-item.current-menu-ancestor > a,
    body.aasana-new-layout .main-nav-container > .main-menu > .menu-item:hover > a {
        color: #0b1f4d !important;
        background: transparent !important;
        background-color: transparent !important;
        box-shadow: none !important;
        border-color: transparent !important;
    }

    body .header_wrapper_container .main-nav-container .main-menu > .menu-item:hover > a::after,
    body .header_wrapper_container .main-nav-container .main-menu > .menu-item.current-menu-item > a::after,
    body .header_wrapper_container .main-nav-container .main-menu > .menu-item.current-menu-ancestor > a::after,
    body .header_wrapper_container .main-nav-container .main-menu > .menu-item.current-menu-parent > a::after,
    body .sticky_header .main-nav-container .main-menu > .menu-item:hover > a::after,
    body .sticky_header .main-nav-container .main-menu > .menu-item.current-menu-item > a::after,
    body .sticky_header .main-nav-container .main-menu > .menu-item.current-menu-ancestor > a::after {
        transform: scaleX(1) !important;
    }

    /* Services parent: hover opens submenu; click must not navigate / flash UI */
    .header_wrapper_container .main-nav-container .main-menu > .menu-item-has-children.lh-nav-services > a,
    .sticky_header .main-nav-container .main-menu > .menu-item-has-children.lh-nav-services > a {
        cursor: default;
    }

    .header_wrapper_container .header_container .menu_right_icons,
    .header_wrapper_container .header_container .menu_left_icons {
        display: flex;
        align-items: center;
        flex: 0 0 auto;
    }
}

/*
 * Mini-cart essentials (Woo CSS is dequeued off shop pages).
 * Without this, "No products in the cart" leaks into the mobile header.
 */
.header_wrapper_container .mini-cart {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.header_wrapper_container .mini-cart .woo_mini_cart,
.header_wrapper_container .mini-cart .widget_shopping_cart_content {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    right: 0;
    top: 100%;
    z-index: 100070;
    min-width: 260px;
    max-width: min(320px, calc(100vw - 24px));
    margin: 8px 0 0;
    padding: 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
}

@media (hover: hover) and (pointer: fine) {
    .header_wrapper_container .mini-cart:hover .woo_mini_cart,
    .header_wrapper_container .mini-cart:hover .widget_shopping_cart_content,
    .header_wrapper_container .mini-cart:focus-within .woo_mini_cart,
    .header_wrapper_container .mini-cart:focus-within .widget_shopping_cart_content {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}

/* Mini-cart line: name + qty × price only (no thumb / WCPA birth details) */
.header_wrapper_container .mini-cart .woocommerce-mini-cart-item,
.header_wrapper_container .mini-cart .mini_cart_item,
.sticky_header .mini-cart .woocommerce-mini-cart-item,
.sticky_header .mini-cart .mini_cart_item {
    display: block !important;
    padding: 10px 28px 10px 0 !important;
    margin: 0 0 8px !important;
    border-bottom: 1px solid rgba(11, 31, 77, 0.08);
    list-style: none !important;
    position: relative !important;
}

.header_wrapper_container .mini-cart .woocommerce-mini-cart-item:last-child,
.header_wrapper_container .mini-cart .mini_cart_item:last-child,
.sticky_header .mini-cart .woocommerce-mini-cart-item:last-child,
.sticky_header .mini-cart .mini_cart_item:last-child {
    margin-bottom: 0 !important;
    border-bottom: 0;
}

.header_wrapper_container .mini-cart .woocommerce-mini-cart-item a:not(.remove),
.header_wrapper_container .mini-cart .mini_cart_item a:not(.remove),
.sticky_header .mini-cart .woocommerce-mini-cart-item a:not(.remove),
.sticky_header .mini-cart .mini_cart_item a:not(.remove) {
    display: block !important;
    color: #0b1f4d !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
}

.header_wrapper_container .mini-cart .woocommerce-mini-cart-item img,
.header_wrapper_container .mini-cart .mini_cart_item img,
.header_wrapper_container .mini-cart .woocommerce-mini-cart-item .attachment-woocommerce_thumbnail,
.header_wrapper_container .mini-cart .mini_cart_item .attachment-woocommerce_thumbnail,
.header_wrapper_container .mini-cart .woocommerce-mini-cart-item dl.variation,
.header_wrapper_container .mini-cart .mini_cart_item dl.variation,
.header_wrapper_container .mini-cart .woocommerce-mini-cart-item .variation,
.header_wrapper_container .mini-cart .mini_cart_item .variation,
.header_wrapper_container .mini-cart .woocommerce-mini-cart-item .wcpa_cart_data,
.header_wrapper_container .mini-cart .mini_cart_item .wcpa_cart_data,
.header_wrapper_container .mini-cart .woocommerce-mini-cart-item .wcpa_cart,
.header_wrapper_container .mini-cart .mini_cart_item .wcpa_cart,
.sticky_header .mini-cart .woocommerce-mini-cart-item img,
.sticky_header .mini-cart .mini_cart_item img,
.sticky_header .mini-cart .woocommerce-mini-cart-item dl.variation,
.sticky_header .mini-cart .mini_cart_item dl.variation,
.sticky_header .mini-cart .woocommerce-mini-cart-item .variation,
.sticky_header .mini-cart .mini_cart_item .variation,
.sticky_header .mini-cart .woocommerce-mini-cart-item .wcpa_cart_data,
.sticky_header .mini-cart .mini_cart_item .wcpa_cart_data,
.sticky_header .mini-cart .woocommerce-mini-cart-item .wcpa_cart,
.sticky_header .mini-cart .mini_cart_item .wcpa_cart {
    display: none !important;
}

.header_wrapper_container .mini-cart .woocommerce-mini-cart-item .quantity,
.header_wrapper_container .mini-cart .mini_cart_item .quantity,
.sticky_header .mini-cart .woocommerce-mini-cart-item .quantity,
.sticky_header .mini-cart .mini_cart_item .quantity {
    display: block !important;
    margin-top: 4px !important;
    color: #66758f !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

.header_wrapper_container .mini-cart .woocommerce-mini-cart-item .remove,
.header_wrapper_container .mini-cart .mini_cart_item .remove,
.sticky_header .mini-cart .woocommerce-mini-cart-item .remove,
.sticky_header .mini-cart .mini_cart_item .remove {
    position: absolute !important;
    top: 8px !important;
    right: 0 !important;
    width: 22px !important;
    height: 22px !important;
    line-height: 20px !important;
    text-align: center !important;
    color: #66758f !important;
    font-size: 16px !important;
    text-decoration: none !important;
}

/* Sticky header mini-cart: same hide-by-default as main header (stops
   "No products in the cart" leaking into the sticky bar on scroll). */
.sticky_header .mini-cart {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.sticky_header .mini-cart .woo_mini_cart,
.sticky_header .mini-cart .widget_shopping_cart_content {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    right: 0;
    top: 100%;
    z-index: 100070;
    min-width: 260px;
    max-width: min(320px, calc(100vw - 24px));
    margin: 8px 0 0;
    padding: 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
}

@media (hover: hover) and (pointer: fine) {
    .sticky_header .mini-cart:hover .woo_mini_cart,
    .sticky_header .mini-cart:hover .widget_shopping_cart_content,
    .sticky_header .mini-cart:focus-within .woo_mini_cart,
    .sticky_header .mini-cart:focus-within .widget_shopping_cart_content {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}

/* On touch/mobile: never leave cart dropdown text sitting in the layout. */
@media (max-width: 991px) {
    .header_wrapper_container .mini-cart .woo_mini_cart,
    .header_wrapper_container .mini-cart .widget_shopping_cart_content,
    .header_wrapper_container .mini-cart .woocommerce-mini-cart__empty-message,
    .sticky_header .mini-cart .woo_mini_cart,
    .sticky_header .mini-cart .widget_shopping_cart_content,
    .sticky_header .mini-cart .woocommerce-mini-cart__empty-message {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        overflow: hidden !important;
        position: absolute !important;
        left: -9999px !important;
    }
}

/* ---------- Header / top bar mobile ---------- */
@media (max-width: 991px) {
    .header_wrapper_container .site_header .menu_box .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* =========================================================
   Fix: tablet band (769–991px) showed the wrapping desktop
   menu with no hamburger, because the theme only adds
   .cws_mobile at <=768px. Mirror that proven behaviour with
   CSS only (drawer already opens on click — no JS touched).

   Also covers .sticky_header (scroll clone) — same broken menu
   + cart text appeared there on scroll for mobile AND desktop.
   ========================================================= */
@media (max-width: 991px) {
    /* Hide the inline desktop menu — never the cloned drawer (.mobile_menu) */
    .header_wrapper_container .header_container .header_nav_part .main-menu:not(.mobile_menu),
    .header_wrapper_container .main-nav-container .main-menu:not(.mobile_menu),
    .sticky_header .header_container .header_nav_part .main-menu:not(.mobile_menu),
    .sticky_header .main-nav-container .main-menu:not(.mobile_menu) {
        display: none !important;
    }

    /* Compact header — kill large white gap above logo/hamburger */
    #site_top_panel {
        display: none !important;
    }

    .header_wrapper_container .site_header .header_cont,
    .header_wrapper_container .site_header .header_container,
    .header_wrapper_container .site_header .header_zone,
    .header_wrapper_container .site_header .menu_box,
    .sticky_header .site_header .header_cont,
    .sticky_header .site_header .header_container,
    .sticky_header .site_header .header_zone,
    .sticky_header .site_header .menu_box {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        min-height: 0 !important;
    }

    .header_wrapper_container .site_header .menu_box .container,
    .sticky_header .site_header .menu_box .container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        min-height: 56px !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        box-sizing: border-box !important;
    }

    .header_wrapper_container .site_header .header_logo_part,
    .sticky_header .site_header .header_logo_part {
        flex: 0 1 auto !important;
        padding: 0 !important;
        margin: 0 !important;
        line-height: 0 !important;
    }

    /* One logo only — hide sticky/mobile variants in the main header */
    .header_wrapper_container .header_logo_part .logo .logo_sticky,
    .header_wrapper_container .header_logo_part .logo .logo_mobile,
    .header_wrapper_container .header_logo_part .logo img.logo_sticky,
    .header_wrapper_container .header_logo_part .logo img.logo_mobile,
    .header_wrapper_container .header_logo_part .logo span.logo_sticky,
    .header_wrapper_container .header_logo_part .logo span.logo_mobile {
        display: none !important;
    }

    .header_wrapper_container .header_logo_part .logo > img:not(.logo_sticky):not(.logo_mobile) {
        display: block !important;
        max-height: 44px !important;
        width: auto !important;
        max-width: 150px !important;
    }

    /* Sticky (when active): only one logo */
    .sticky_header:not(.sticky_active) .header_logo_part {
        display: none !important;
    }

    .sticky_header.sticky_active .header_logo_part .logo img.logo_mobile,
    .sticky_header.sticky_active .header_logo_part .logo span.logo_mobile {
        display: none !important;
    }

    .sticky_header.sticky_active .header_logo_part .logo img.logo_sticky {
        display: block !important;
        max-height: 44px !important;
        width: auto !important;
        max-width: 150px !important;
    }

    .sticky_header.sticky_active .header_logo_part.custom_sticky_logo .logo > img:not(.logo_sticky),
    .sticky_header.sticky_active .header_logo_part.custom_sticky_logo .logo > *:not(.logo_sticky) {
        display: none !important;
    }

    .sticky_header.sticky_active .header_logo_part:not(.custom_sticky_logo) .logo > img:not(.logo_sticky):not(.logo_mobile) {
        display: block !important;
        max-height: 44px !important;
        width: auto !important;
        max-width: 150px !important;
    }

    .header_wrapper_container .header_logo_part .logo img,
    .sticky_header.sticky_active .header_logo_part .logo img {
        max-height: 44px !important;
        width: auto !important;
    }

    /* Empty desktop nav must not reserve vertical space */
    .header_wrapper_container .site_header .header_nav_part,
    .sticky_header .site_header .header_nav_part {
        flex: 0 0 0 !important;
        width: 0 !important;
        height: 0 !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
    }

    .header_wrapper_container .site_header .menu_right_icons,
    .sticky_header .site_header .menu_right_icons {
        margin-left: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        flex: 0 0 auto !important;
        gap: 0 !important;
        padding: 0 !important;
    }

    /* Live-style header: logo | cart bag | divider | hamburger
       Theme already draws the bag on .mini-cart:before (\f114).
       Do NOT also put a bag on .woo_mini-count — that caused the duplicate.
       IMPORTANT: never force visibility on .sticky_header children when sticky
       is inactive — visibility:visible on a child shows through a hidden parent. */
    .header_wrapper_container .menu_right_icons .search_menu,
    .sticky_header .menu_right_icons .search_menu {
        display: none !important;
    }

    .header_wrapper_container .menu_right_icons .mini-cart {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        width: auto !important;
        height: 44px !important;
        margin: 0 4px 0 0 !important;
        padding: 0 10px 0 0 !important;
        border-right: 1px solid #d0d0d0 !important;
        z-index: 100060 !important;
        font-size: 0 !important;
        line-height: 0 !important;
        text-align: center !important;
    }

    /* Theme bag glyph — keep only this one */
    .header_wrapper_container .menu_right_icons .mini-cart::before,
    .sticky_header.sticky_active .menu_right_icons .mini-cart::before {
        font-family: cwsicon !important;
        content: "\f114" !important;
        display: inline-block !important;
        font-size: 20px !important;
        line-height: 44px !important;
        color: #1a1a1a !important;
        opacity: 1 !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
        -webkit-transform: none !important;
        position: relative !important;
        speak: none;
        -webkit-font-smoothing: antialiased;
    }

    .header_wrapper_container .menu_right_icons .mini-cart::after,
    .sticky_header.sticky_active .menu_right_icons .mini-cart::after {
        /* Theme uses this for a vertical divider on siblings; our border-right
           already separates cart from hamburger — kill the extra line glyph. */
        content: none !important;
        display: none !important;
    }

    .sticky_header:not(.sticky_active) .mini-cart,
    .sticky_header:not(.sticky_active) .menu_right_icons,
    .sticky_header:not(.sticky_active) .header_logo_part,
    .sticky_header:not(.sticky_active) .mobile_menu_hamburger {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .sticky_header.sticky_active .menu_right_icons .mini-cart {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        width: auto !important;
        height: 44px !important;
        margin: 0 4px 0 0 !important;
        padding: 0 10px 0 0 !important;
        border-right: 1px solid #d0d0d0 !important;
        font-size: 0 !important;
        line-height: 0 !important;
    }

    /* Hit target over the ::before bag — icon itself must stay empty */
    .header_wrapper_container .menu_right_icons .mini-cart .woo_icon,
    .sticky_header.sticky_active .menu_right_icons .mini-cart .woo_icon {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 28px !important;
        height: 44px !important;
        color: transparent !important;
        text-decoration: none !important;
        line-height: 1 !important;
        z-index: 2 !important;
    }

    .header_wrapper_container .menu_right_icons .mini-cart .woo_mini-count,
    .sticky_header.sticky_active .menu_right_icons .mini-cart .woo_mini-count {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        font-size: 0 !important;
        line-height: 0 !important;
        color: transparent !important;
    }

    /* Kill flaticon / any second bag on the <i> */
    .header_wrapper_container .menu_right_icons .mini-cart .woo_mini-count::before,
    .header_wrapper_container .menu_right_icons .mini-cart .woo_mini-count::after,
    .sticky_header.sticky_active .menu_right_icons .mini-cart .woo_mini-count::before,
    .sticky_header.sticky_active .menu_right_icons .mini-cart .woo_mini-count::after {
        content: none !important;
        display: none !important;
        font-size: 0 !important;
        width: 0 !important;
        height: 0 !important;
        margin: 0 !important;
    }

    .header_wrapper_container .menu_right_icons .mini-cart .woo_mini-count > span,
    .sticky_header.sticky_active .menu_right_icons .mini-cart .woo_mini-count > span {
        position: absolute !important;
        top: 6px !important;
        right: -2px !important;
        min-width: 16px !important;
        height: 16px !important;
        padding: 0 4px !important;
        border-radius: 8px !important;
        background: #c62828 !important;
        color: #fff !important;
        font-size: 10px !important;
        font-weight: 700 !important;
        line-height: 16px !important;
        text-align: center !important;
        z-index: 3 !important;
    }

    /* Never show more than one cart in the main header row */
    .header_wrapper_container .menu_left_icons .mini-cart,
    .header_wrapper_container .header_nav_part .mini-cart,
    .header_wrapper_container .mobile_menu_wrapper .mini-cart {
        display: none !important;
    }

    /* Always expose the hamburger toggle (main + sticky) */
    .header_wrapper_container .site_header .menu_box .mobile_menu_hamburger,
    .header_wrapper_container .site_header .menu_right_icons .mobile_menu_hamburger,
    .header_wrapper_container .mobile_menu_switcher.mobile_menu_hamburger,
    .sticky_header .site_header .menu_box .mobile_menu_hamburger,
    .sticky_header .site_header .menu_right_icons .mobile_menu_hamburger,
    .sticky_header .mobile_menu_switcher.mobile_menu_hamburger {
        display: inline-block !important;
        position: relative !important;
        z-index: 100060 !important;
        pointer-events: auto !important;
        cursor: pointer !important;
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        opacity: 1 !important;
        visibility: visible !important;
        overflow: visible !important;
        background: transparent !important;
    }

    /*
     * Theme sets is-active / hover bars to white — invisible on white header.
     * Keep hamburger + X dark so they stay visible on mobile.
     */
    .header_wrapper_container .mobile_menu_hamburger span,
    .header_wrapper_container .mobile_menu_hamburger span::before,
    .header_wrapper_container .mobile_menu_hamburger span::after,
    .sticky_header .mobile_menu_hamburger span,
    .sticky_header .mobile_menu_hamburger span::before,
    .sticky_header .mobile_menu_hamburger span::after,
    .header_wrapper_container .mobile_menu_hamburger:hover span,
    .header_wrapper_container .mobile_menu_hamburger:hover span::before,
    .header_wrapper_container .mobile_menu_hamburger:hover span::after,
    .sticky_header .mobile_menu_hamburger:hover span,
    .sticky_header .mobile_menu_hamburger:hover span::before,
    .sticky_header .mobile_menu_hamburger:hover span::after,
    .header_wrapper_container .mobile_menu_hamburger.is-active span,
    .header_wrapper_container .mobile_menu_hamburger.is-active span::before,
    .header_wrapper_container .mobile_menu_hamburger.is-active span::after,
    .sticky_header .mobile_menu_hamburger.is-active span,
    .sticky_header .mobile_menu_hamburger.is-active span::before,
    .sticky_header .mobile_menu_hamburger.is-active span::after,
    .header_cont.lh-mobile-open .mobile_menu_hamburger span,
    .header_cont.lh-mobile-open .mobile_menu_hamburger span::before,
    .header_cont.lh-mobile-open .mobile_menu_hamburger span::after {
        background: #1a1a1a !important;
        background-color: #1a1a1a !important;
    }

    .header_wrapper_container .mobile_menu_hamburger.is-active span,
    .sticky_header .mobile_menu_hamburger.is-active span,
    .header_cont.lh-mobile-open .mobile_menu_hamburger span {
        background: transparent !important;
        background-color: transparent !important;
    }

    /* overflow-x:hidden on ancestors clips the absolute drawer — keep visible */
    .header_wrapper_container,
    .header_cont,
    .site_header,
    .header_container,
    .header_zone,
    .sticky_header,
    .sticky_header .header_cont,
    .sticky_header .site_header,
    .sticky_header .header_container,
    .sticky_header .header_zone {
        overflow: visible !important;
    }

    /* Mobile drawer panel across the whole mobile band */
    .header_zone > .mobile_menu_wrapper,
    .site_header .mobile_menu_wrapper,
    .sticky_header .mobile_menu_wrapper {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: 100% !important;
        width: 100% !important;
        max-width: 100vw !important;
        margin: 0 !important;
        z-index: 100080 !important;
        box-sizing: border-box !important;
        pointer-events: none;
    }

    .header_cont.lh-mobile-open .mobile_menu_wrapper,
    .mobile_menu_wrapper.lh-mobile-open {
        pointer-events: auto;
    }

    .mobile_menu_wrapper .mobile_menu_container,
    .header_zone > .mobile_menu_wrapper .mobile_menu_container,
    .sticky_header .mobile_menu_wrapper .mobile_menu_container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 4px 0 8px !important;
        background: #ffffff !important;
        border-radius: 0 0 8px 8px !important;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16) !important;
        box-sizing: border-box !important;
        position: relative !important;
        z-index: 100081 !important;
        border: 0 !important;
    }

    /* Forced open state from lh-nav.js */
    .header_cont.lh-mobile-open .mobile_menu_wrapper .mobile_menu_container,
    .mobile_menu_wrapper.lh-mobile-open .mobile_menu_container {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        max-height: min(70vh, 520px) !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    /* ---- Ordered mobile nav list (left-aligned, tight, consistent) ---- */
    .mobile_menu_container ul.mobile_menu {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        text-align: left !important;
    }

    .mobile_menu_container ul.mobile_menu > .menu-item {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        clear: both !important;
        line-height: 1.25 !important;
        border-bottom: 1px solid #eee !important;
        background: transparent !important;
    }

    .mobile_menu_container ul.mobile_menu > .menu-item:last-child {
        border-bottom: 0 !important;
    }

    /* Every top-level row uses the same flex layout */
    .mobile_menu_container ul.mobile_menu > .menu-item > .menu_row {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        text-align: left !important;
    }

    .mobile_menu_container ul.mobile_menu > .menu-item > .menu_row > a,
    .mobile_menu_container ul.mobile_menu > .menu-item > a {
        display: block !important;
        flex: 1 1 auto !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 11px 16px !important;
        line-height: 1.3 !important;
        text-align: left !important;
        white-space: normal !important;
        box-sizing: border-box !important;
        color: #1a1a1a !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        letter-spacing: 0.02em !important;
        text-transform: uppercase !important;
        background: transparent !important;
    }

    .mobile_menu_container ul.mobile_menu > .menu-item .button_open {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 44px !important;
        width: 44px !important;
        max-width: 44px !important;
        height: 44px !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1 !important;
        text-align: center !important;
        color: #483f2f !important;
        font-size: 16px !important;
        cursor: pointer !important;
    }

    .mobile_menu_container ul.mobile_menu .sub-menu {
        position: static !important;
        display: none;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
        box-shadow: none !important;
        background: #f7f7f9 !important;
        opacity: 1 !important;
        border: 0 !important;
    }

    .mobile_menu_container ul.mobile_menu .menu-item.active > .sub-menu,
    .mobile_menu_container ul.mobile_menu .menu-item.lh-sub-open > .sub-menu {
        display: block !important;
    }

    .mobile_menu_container ul.mobile_menu .sub-menu > .menu-item > .menu_row > a,
    .mobile_menu_container ul.mobile_menu .sub-menu > .menu-item > a {
        padding: 10px 16px 10px 28px !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        text-transform: none !important;
        color: #333 !important;
    }

    .header_wrapper_container,
    .header_cont,
    .site_header,
    .header_zone {
        position: relative;
        z-index: 100050 !important;
    }

    /*
     * Sticky must stay position:fixed + fully hidden when inactive.
     * Otherwise the clone sits in/over the layout → duplicate logo + cart.
     */
    .sticky_header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 100090 !important;
        transform: translateY(-120%) !important;
        -webkit-transform: translateY(-120%) !important;
        pointer-events: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
    }

    .sticky_header.sticky_active {
        transform: translateY(0) !important;
        -webkit-transform: translateY(0) !important;
        pointer-events: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        overflow: visible !important;
        background: #ffffff !important;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1) !important;
    }

    /* While sticky is active, hide the in-flow header so logo/cart never double */
    body:has(.sticky_header.sticky_active) .header_wrapper_container .site_header .menu_box .container > .header_logo_part,
    body:has(.sticky_header.sticky_active) .header_wrapper_container .site_header .menu_box .container > .menu_right_icons {
        visibility: hidden !important;
    }

    /* Keep logo + icon bar solid and readable while menu is open */
    .header_cont.lh-mobile-open .site_header .menu_box,
    .header_cont.lh-mobile-open .site_header .header_container {
        background: #ffffff !important;
    }

    .header_cont.lh-mobile-open .menu_right_icons {
        position: relative !important;
        z-index: 100085 !important;
    }

    body.admin-bar .sticky_header.sticky_active {
        top: 32px !important;
    }

    @media screen and (max-width: 782px) {
        body.admin-bar .sticky_header.sticky_active {
            top: 46px !important;
        }
    }
}

/* Header row layout only for the previously broken 769–991px band */
@media (min-width: 769px) and (max-width: 991px) {
    .header_wrapper_container .site_header .menu_box .container,
    .sticky_header .site_header .menu_box .container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
    }

    .header_wrapper_container .site_header .header_logo_part,
    .sticky_header .site_header .header_logo_part {
        flex: 0 1 auto !important;
    }

    .header_wrapper_container .site_header .menu_right_icons,
    .sticky_header .site_header .menu_right_icons {
        margin-left: auto !important;
        display: flex !important;
        align-items: center !important;
        flex: 0 0 auto !important;
    }
}

@media (max-width: 767px) {
    .header_zone,
    .header_cont {
        max-width: 100vw;
    }

    /* Keep overflow visible so the drawer is not clipped */
    .header_wrapper_container,
    .header_cont,
    .site_header,
    .header_zone {
        overflow: visible !important;
        position: relative;
        z-index: 100050 !important;
    }

    .header_wrapper_container .header_logo_part .logo img {
        max-width: 140px !important;
        max-height: 42px !important;
    }

    /* Desktop main menu stays hidden on mobile */
    .cws_mobile .header_container .header_nav_part .main-menu,
    .cws_mobile .header_wrapper_container .main-nav-container .main-menu {
        display: none !important;
    }

    .mobile_menu_switcher,
    .mobile_menu_hamburger,
    .header_container .mobile_menu_bar .mobile_menu_switcher {
        position: relative !important;
        z-index: 100060 !important;
        pointer-events: auto !important;
        cursor: pointer !important;
    }

    .cws_mobile .site_header .header_logo_part,
    .cws_mobile .site_header .menu_right_icons,
    .cws_mobile .site_header .menu_left_icons,
    .cws_mobile .site_header .mini-cart {
        position: relative;
        z-index: 1;
    }

    .header_nav_part.mobile_nav.opened,
    .site_header.mobile_nav .main-nav-container {
        z-index: 100056 !important;
        pointer-events: auto !important;
    }
}

/* Page title / header box — kill empty navy band above banners on mobile */
@media (max-width: 991px) {
    body:not(.home) .page_title.default_page_title {
        min-height: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin: 0 !important;
    }

    body:not(.home) .page_title.default_page_title .container {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    body:not(.home) .page_title.default_page_title .title h1 {
        font-size: 18px !important;
        margin: 0 !important;
        line-height: 1.3 !important;
    }

    /* If title area has no visible text, collapse it fully */
    body:not(.home) .page_title.default_page_title:not(:has(.title)):not(:has(.breadcrumbs)) {
        display: none !important;
    }
}

/* ---------- WCPA date/time picker popup ---------- */
@media (max-width: 767px) {
    .wcpa-fp-outer,
    .wcpa-fp-calendar {
        max-width: calc(100vw - 24px) !important;
        left: 12px !important;
        right: 12px !important;
    }
}

/* =========================================================
   Mobile width reset — kill theme 738/940/1170px containers
   and WPBakery full-width left offsets that shrink content
   ========================================================= */
@media screen and (max-width: 991px) {
    html,
    body {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    #page,
    .site,
    #main,
    .site-main,
    .page_content,
    .page_content > .container,
    .page_content > main,
    .page_content main,
    .wpb-content-wrapper,
    .cws-content,
    .page_content .container {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    .page_content > .container {
        display: block !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        justify-content: flex-start !important;
    }

    .page_content main,
    .page_content > .container > main {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        float: none !important;
        flex: none !important;
    }

    /* WPBakery stretch rows often set huge width + negative left */
    .vc_row[data-vc-full-width="true"],
    .vc_row[data-vc-full-width="true"].vc_hidden-xs,
    .vc_row.vc_row-fluid,
    .wpb_row.vc_row-fluid,
    .vc_section {
        left: 0 !important;
        right: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        transform: none !important;
        position: relative !important;
    }

    .vc_column_container,
    .wpb_column,
    .vc_column-inner,
    .wpb_wrapper {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        float: none !important;
        box-sizing: border-box !important;
    }

    body.parent-pageid-89720,
    body.parent-pageid-89720 {
        overflow-x: hidden !important;
    }

    body.parent-pageid-89720 .vc_custom_hub_tabs,
    body.parent-pageid-89720 .vc_tta.vc_tta-tabs,
    body.parent-pageid-89720 .vc_tta-container,
    body.parent-pageid-89720 .vc_tta-panels-container,
    body.parent-pageid-89720 .vc_tta-panel-body,
    body.parent-pageid-89720 .lh-tab-service-intro,
    body.parent-pageid-89720 .lh-tab-full-content,
    body.parent-pageid-89720 form.cart,
    body.parent-pageid-89720 form#cart {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    body.parent-pageid-89720 .vc_custom_hub_tabs,
    body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-panels-container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    body.parent-pageid-89720 .lh-tab-service-intro {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 18px 16px !important;
    }
}

@media screen and (max-width: 767px) {
    .page_content .container {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .page_content > main .grid_row,
    .page_content:not(.single_sidebar):not(.double_sidebar) .fw_row_content_wrapper {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .header_wrapper_container .site_header .menu_box .container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}
