/*
Theme Name: Enfold Child
Description: Child theme for Kernels by Chrissie (kbcpopcorn.com). Customizations are maintained here so parent Enfold theme updates do not overwrite site-specific changes.
Version: 1.2
Author: TTL
Template: enfold
*/

/* Add child-theme-specific styles here. Site-wide custom styles live in kbc-core/kbc-styles.css. */

/* Mobile nav overlay z-index fix.
   The overlay is appended inside #header (.avia-menu), so its z-index is constrained
   by the header's stacking context. When the overlay is active, raise #header above all
   page content so the overlay inside it can appear on top. */
html.av-burger-overlay-active #header,
html.av-burger-overlay-active-delayed #header {
    z-index: 999999 !important;
}

/* Footer subscribe form — Enfold's inline dynamic CSS sets footer input backgrounds to
   the footer color (#005490) via --enfold-footer-color-bg2. Override with !important. */
#top #footer .av-mailchimp-widget input.text_input,
#top .footer_color .av-mailchimp-widget input[type="email"],
#top .footer_color .av-mailchimp-widget input[type="text"] {
    background-color: #ffffff !important;
    color: #333333 !important;
    border-color: #cccccc !important;
    border-style: solid !important;
    border-width: 1px !important;
}
