/*
Theme Name: Lemon
Theme URI: https://example.com/lemon
Author: IJsselStudio
Author URI: https://example.com
Description: Een ultra-licht, blanc WordPress theme dat bedoeld is om samen te werken met de Divi Builder plugin (incl. Theme Builder). Geen fratsen, maximale snelheid.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lemon
Tags: one-column, custom-logo, editor-style, featured-images, translation-ready
*/

/* Blanc: geen styling hier. Gebruik je builder (Divi) of eigen CSS. */


/* ====== Minimal reset: voorkomt standaard browser-marges (ruimte boven/links/rechts) ====== */
html, body { margin: 0; padding: 0; }


/* ====== Divi plugin + blanc theme: voorkom 'boxed' containers ======
   Sommige setups (plugins/customizer/old CSS) zetten een max-width op wrappers.
   Deze regels houden de basis volledig full-width.
*/
#page, #page-container, #content, #primary, #main, .site, .site-content, .content-area, .wrap, .container {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Divi Builder containers */
.et-boc, .et-l, .et_builder_inner_content {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* ====== WP Admin Bar: voorkom extra 'wit' vlak boven je eerste sectie (ingelogd) ======
   WordPress zet standaard: html { margin-top: 32px !important; } als de admin bar aan staat.
   Wil je dat je eerste sectie strak tegen de bovenkant zit (zoals jij wilt), dan overrulen we dit.
   Let op: de admin bar ligt dan OVER je content heen (handig voor full-bleed headers).
*/
body.admin-bar,
html { margin-top: 0 !important; }
#wpadminbar { position: fixed !important; top: 0; left: 0; right: 0; }
