/**
Theme Name: TCPMAX Communications
Author: Martin Calzadilla
Author URI: http://wpastra.com/about/
Description: Astra Based theme, customized for your businnes
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tcpmax-communications
Template: astra
*/

/* Astra outputs .elementor-page .ast-menu-toggle{color:unset!important;background:unset!important}
   for Elementor-built pages, suppressing transparent-header toggle colouring.
   M365 Family lacks the elementor-page class (content renders via post_content, not Elementor).
   This applies the identical suppression to all transparent-header pages so behaviour is uniform. */
.ast-theme-transparent-header .ast-menu-toggle {
    color: unset !important;
    background: unset !important;
}

/* Hamburger (3-bar trigger) — white on transparent-header pages so it reads over the dark hero */
.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal,
.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu {
    color: #ffffff !important;
}
