/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is een child theme van Hello Elementor, gebouwd door Swipe Media voor Sterker.
Author: Swipe Media
Author URI: https://swipemedia.nl/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/


/* =============================================================================
   TYPOGRAFIE / KOPPEN
   ============================================================================= */

/* Titel met punt of vraagteken erachter */
.titel-met-punt .elementor-heading-title::after {
  content: ".";
  color: #FABE3B;
  font-size: 1.3em;
  line-height: 0;
  margin-left: .05em;
}

.titel-met-vraag .elementor-heading-title::after {
  content: ".";
  color: #FABE3B;
  font-size: 1.2em;
  line-height: 0;
  margin-left: -0.42em;
  position: relative;
  top: 0.02em;
}

/* Koppen binnen item-tekst blokken */
.item-tekst h1, .item-tekst h2, .item-tekst h3,
.item-tekst h4, .item-tekst h5, .item-tekst h6 {
  color: #282828;
}
.item-tekst h1 { font-size: 24px; }
.item-tekst h2 { font-size: 21px; }
.item-tekst h3 { font-size: 18px; }
.item-tekst h4 { font-size: 16px; }
.item-tekst h5 { font-size: 14px; }
.item-tekst h6 { font-size: 12px; }
.item-tekst h2:first-of-type { color: #86CCA7; }


/* =============================================================================
   LIJSTEN
   ============================================================================= */

body ul {
  margin-bottom: 20px;
}

/* Custom lijst met checkmarks */
.custom-list ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.custom-list li {
  position: relative;
  margin: 0 0 3px 0;
  padding-left: 28px;
  font-size: 16px;
}
.custom-list li::before {
  content: "\f00c"; /* Font Awesome: check */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #8B90C8;
  transition: color 0.3s;
}

/* PDF-lijst */
.pdf_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pdf_list li {
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 28px;
  font-size: 16px;
}
.pdf_list li::before {
  content: "\f1c1"; /* Font Awesome: PDF-icoon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #86CCA7;
}


/* =============================================================================
   HEADER / NAVIGATIE
   ============================================================================= */

/* Sticky header achtergrond en schaduw */
header.sticky-header.elementor-sticky--effects {
  background-color: #ffffff !important;
  color: #000 !important;
  box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

/* Hoogte-overgang */
header.sticky-header > .elementor-container {
  min-height: var(--header-height);
  transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
  min-height: calc(var(--header-height) * var(--shrink-header-to));
}

/* Navigatiekleuren in sticky modus */
header.sticky-header.elementor-sticky--effects .elementor-item {
  color: #86CCA7 !important;
  transition: color 0.5s ease;
}
header.sticky-header.elementor-sticky--effects .elementor-item-active,
header.sticky-header.elementor-sticky--effects .elementor-item:hover {
  color: #FABE3B !important;
}


/* =============================================================================
   CARROUSEL / LOOPS
   ============================================================================= */

.carrousel .bg_a_loop {
  background-color: #F4FAF7 !important;
}
.carrousel .td-pill {
  background: #e3e9ef;
  color: #8b90c8;
}


/* =============================================================================
   CATEGORY PILLS
   ============================================================================= */

.td-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.td-pill {
  padding: 6px 6px;
  border-radius: 999px;
  background: #e9f7ef;
  color: #6bbf8f;
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
}
.gemeente-pills .td-pill {
  background: #e3e9ef;
}


/* =============================================================================
   OPENINGSTIJDEN
   ============================================================================= */

.openingstijden-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 10;
}
.openingstijden-dag {
  font-weight: 500;
  min-width: 75px;
  font-size: 13px;
}
.openingstijden-sep {
  color: #999;
  font-weight: 100;
}
.openingstijden-tijd {
  color: #9aa0a6;
  font-size: 13px;
}
.openingstijden-titel {
  margin-bottom: 5px;
  font-size: 15px !important;
  font-weight: 500;
  color: #86CCA7 !important;
}


/* =============================================================================
   FACETWP FILTERS
   ============================================================================= */

.facetwp-facet {
  margin-bottom: 20px !important;
}

/* Facet rij 2 */
.facet-row2 .facetwp-facet select,
.facet-row2 .facetwp-facet input[type="text"],
.facet-row2 .facetwp-facet input[type="search"],
.facet-row2 .facetwp-facet input[type="date"],
.facet-row2 .facetwp-facet .facetwp-date input {
  box-sizing: border-box;
  width: 275px;
  height: 40px;
  padding: 0 14px;
  font-size: 16px;
  border: 3px solid #86cca7;
  border-radius: 8px;
  background: #fcfcfc;
}

/* Facet rij 3 */
.facet-row3 .facetwp-facet select,
.facet-row3 .facetwp-facet input[type="text"],
.facet-row3 .facetwp-facet input[type="search"],
.facet-row3 .facetwp-facet input[type="date"],
.facet-row3 .facetwp-facet .facetwp-date input {
  box-sizing: border-box;
  width: 240px;
  height: 40px;
  padding: 0 14px;
  font-size: 16px;
  border: 3px solid #86CCA7;
  border-radius: 8px;
  background: #fcfcfc;
  margin-bottom: 0;
}
.facet-row3 .facetwp-facet {
  margin-bottom: 5px;
}


/* =============================================================================
   OVERIGE / DIVERSEN
   ============================================================================= */

/* SVG-afbeeldingen volledige breedte */
.elementor-widget-image a img[src$=".svg"] {
  width: 100% !important;
}

/* Lege icon-list items verbergen */
.elementor-icon-list-item:has(.elementor-icon-list-text:empty) {
  display: none !important;
}

/* Spreeksynthese-knop verbergen (RHT plugin) */
.rht_icon_speaker_wrapper {
  display: none !important;
}

/* Thema-iconen */
.thema-icoon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  vertical-align: middle;
  fill: currentColor;
}

/* Anchor scroll-ruimte voor sticky header */
html, body {
  scroll-padding-top: 140px;
}

/* Specifieke paginafix excerpt */
.page-id-288 .elementor-widget-theme-post-excerpt {
  margin-bottom: 10px !important;
}


/* =============================================================================
   TOEGANKELIJKHEID (WCAG)
   ============================================================================= */

:focus-visible {
  outline: 2px solid #000;
  box-shadow: 0 0 0 3px #442856;
  border-radius: 3px;
  background-color: #f9f5fc;
}