/* Pamex Apparel - site-specific overrides (loaded after the theme CSS) */

/* The quote popup markup sits at the end of <body> until the popup script
   moves it into the modal; keep it hidden until then. */
body > .elementor-location-popup {
    display: none;
}

/* Brand logo. The header sits on white, so the normal artwork is used there.
   The footer sits on black and uses the light version of the file, so neither
   one needs a plate behind it. */
.elementor-location-header img[src*="pamex-apparel-logo"] {
    max-height: 84px;
    width: auto;
    max-width: 100%;
}
.elementor-location-footer img[src*="pamex-apparel-logo"] {
    max-height: 128px;
    width: auto;
    max-width: 100%;
}

/* An empty fixed-position widget is left where the floating WhatsApp button
   was; make sure it can never sit on top of the page. */
.elementor-widget-social-icons .elementor-social-icons-wrapper:empty {
    display: none;
}
