/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ==========================================================================
   WMM mobile header fit (2026-07-10)
   The Astra mobile header packs logo + menu + PM/cart + search + account into
   ONE bar. On phones that overflowed — the right-side icons got cropped off the
   edge — and the 190px logo + Astra's generous per-element padding made the bar
   tall. Below: shrink the logo and the round header icons, trim the padding, and
   clip stray horizontal overflow so the cluster fits one compact row. Pure size
   reductions, scoped to Astra's mobile breakpoint; the desktop header is
   untouched.
   ========================================================================== */
@media (max-width: 921px) {
  /* Logo: smaller on phones, and let its section shrink instead of pushing icons off. */
  .ast-mobile-header-wrap [data-section="title_tagline"] { min-width: 0; }
  .ast-mobile-header-wrap .custom-logo { max-width: 120px !important; height: auto !important; }

  /* Trim Astra's per-element mobile padding (was 15px 20px) that inflated the bar. */
  .ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element) {
    padding: 6px 5px !important;
  }

  /* Compact the round header icons (PM / cart / account) + their gaps. */
  .ast-mobile-header-wrap .cfs-pm-icon,
  .ast-mobile-header-wrap .cfs-cart-icon,
  .ast-mobile-header-wrap .cua-ha-usericon { width: 32px !important; height: 32px !important; }
  .ast-mobile-header-wrap .cfs-pm-icon svg,
  .ast-mobile-header-wrap .cua-ha-usericon svg { width: 17px !important; height: 17px !important; }
  .ast-mobile-header-wrap .header-widget-area p:has(.cfs-pm-icon) { gap: 6px !important; margin: 0 !important; }
  .ast-mobile-header-wrap .header-widget-area { margin: 0 !important; padding-left: 4px !important; padding-right: 4px !important; }

  /* NOTE: do NOT add overflow-x:clip/hidden on #masthead or the mobile header wrap —
     the Max Mega Menu panel renders inside it, and clipping made the menu show only
     "Files" until fully open. The size reductions above already keep the bar in-bounds. */
}