/*
Theme Name: LuckySeatz
Theme URI: https://luckyseatz.com
Author: LuckySeatz
Description: Custom theme for LuckySeatz - Sportief, energiek en modern platform voor stadium seat lotteries.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: Proprietary
Text Domain: luckyseatz
Tags: custom-logo, full-width-template, custom-menu
*/

/* ================================================
   Photo & hero section — image reset
   Prevents white boxes from PNG files without
   transparency or WordPress/Elementor wrappers
   ================================================ */
.ls-hero-section img,
.ls-photo-section img,
.ls-photo-section figure,
.ls-photo-section .wp-block-image,
[class*="photo"] figure,
[class*="hero"] figure {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Photo banner logo container — ensure no white box */
.lz-photo-banner__logo,
.lz-photo-banner__logo img {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* ================================================
   Polylang / language switcher
   Hide lang-items that appear outside the nav
   ================================================ */
.pll-parent-menu-item,
.lang-item {
    display: none !important;
}

/* Override: keep the nav language switcher visible */
.lz-nav__lang .lang-item {
    display: list-item !important;
}

/* ================================================
   Hide broken / empty images globally
   ================================================ */
img:not([src]),
img[src=""] {
    display: none !important;
}

/* ================================================
   Global typography — Avenir Next Condensed
   System font on Mac/iOS; Nunito Sans as web fallback.
   ================================================ */
* {
    font-family: 'Avenir Next Condensed', 'Avenir Next', 'Avenir', 'Nunito Sans', sans-serif;
}

body, p, li, td, th, span, div {
    font-family: 'Avenir Next Condensed', 'Avenir Next', 'Avenir', 'Nunito Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Avenir Next Condensed', 'Avenir Next', 'Avenir', 'Nunito Sans', sans-serif;
}

/* Footer logo text fallback */
.ls-footer-logo-text {
    font-family: 'Avenir Next Condensed', 'Avenir Next', 'Avenir', 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-size: 24px;
    font-style: italic;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}

/* ================================================
   Hoe werkt het — verwijder witte rand/achtergrond
   van play-your-seat afbeelding
   ================================================ */
.lz-howItWorks__image {
    background: #F8F8F8 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.lz-howItWorks__image img {
    display: block !important;
    background: transparent !important;
    mix-blend-mode: multiply !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: 100% !important;
}

/* ================================================
   Elementor frontend — suppress on custom pages
   ================================================ */
.elementor-widget-image .widget-image-caption { display: none; }
.elementor-background-overlay { display: none !important; }
.e-page-transition { display: none !important; }
