/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/
Description: Child theme for Trancevorm (Hello Elementor)
Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
Version: 1.0.0
*/

/* ==========================================================================
   TRANCEVORM – CHILD THEME STYLESHEET
   ==========================================================================

   Let op:
   - Jet Mega Menu + hamburger styling staat in functions.php (wp_head, priority 999)
   - Hierdoor wint die CSS van Jet/Elementor en blijft je button correct.

   Gebruik dit bestand voor ALLE overige custom CSS op de site.
   ========================================================================== */


/* ==========================================================================
   1. GLOBAL BASE
   ========================================================================== */

/* Voorbeeld:
body { }
a { }
*/


/* ==========================================================================
   2. TYPOGRAPHY
   ========================================================================== */

/* Voorbeeld:
h1, h2, h3 { }
p { }
*/


/* ==========================================================================
   3. LAYOUT / SECTIONS
   ========================================================================== */

/* Voorbeeld:
.section-... { }
*/


/* ==========================================================================
   4. COMPONENTS
   ========================================================================== */

/* Voorbeeld:
.buttons, cards, forms, sliders, etc.
*/


/* ==========================================================================
   5. UTILITIES / FIXES
   ========================================================================== */

/* Kleine hacks/fixes die je later wilt terugvinden */


/* ==========================================================================
   6. RESPONSIVE
   ========================================================================== */

@media (max-width: 1024px) {
  /* tablet */
}

@media (max-width: 767px) {
  /* mobile */
}
