/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.14.1762442884
Updated: 2025-11-06 15:28:04

*/

/* test git */

/* ===========================================
   Map Z-Index Fix
   Prevent Leaflet maps from overlapping header
=========================================== */
.avsops-hq-map,
.avsops-state-map,
.avsops-local-map,
.avsops-state-orgs-map-container,
.avsops-events-map-container,
.fb-events-map-container,
.county-map,
#county-map-canvas,
#avsops-hq-leaflet-map,
#avsops-state-leaflet-map,
#avsops-local-leaflet-map,
#state-orgs-map,
#state-events-map,
#events-map {
    position: relative;
    z-index: 1;
}

/* Ensure Leaflet controls stay within map stacking context */
.leaflet-top,
.leaflet-bottom {
    z-index: 10 !important;
}

.leaflet-control {
    z-index: 10 !important;
}

/* Keep popup pane clickable - needs higher z-index within map */
.leaflet-popup-pane {
    z-index: 700 !important;
}

.leaflet-popup {
    z-index: 700 !important;
}

/* Reset other panes to lower values within the map container */
.leaflet-tile-pane {
    z-index: 200 !important;
}

.leaflet-overlay-pane {
    z-index: 400 !important;
}

.leaflet-marker-pane {
    z-index: 600 !important;
}

.leaflet-tooltip-pane {
    z-index: 650 !important;
}