/*
 Theme Name:  HTR Automatisering
 Theme URI:    https://www.htr.nl
 Description:  Child Theme for Website HTR Automatisering to house custom coding which modifies the Divi parent theme by Elegant Themes.
 Author:       Thomas Regtien
 Author URI:   https://www.htr.nl
 Template:     Divi
 Version:      5.6.4
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
*/

/*****Add any custom CSS below this line*****/

/* =========================================
   🔹 HTR – Secundaire Topbar layout & icon styling
   ========================================= */
/* Iconen consistent houden */
#et-secondary-nav .et-pb-icon {
  font-family: "ETmodules" !important;
  font-size: 1em !important;        /* volgt huidige tekstgrootte */
  line-height: 1;
  position: relative;
  top: 0.1em;                       /* subtiel gecentreerd */
  margin-right: 0.4em;              /* afstand naar tekst */
  display: inline-block;
}
/* Nummerbadge schaalt automatisch met tekstgrootte */
.htr-number-badge {
  font-family: "Open Sans", Arial, sans-serif !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;                     /* past zich aan de tekstgrootte aan */
  height: 1.5em;
  margin-right: 0.4em;
  border-radius: 50%;
  background: #fff;
  color: #0062ad;
  font-size: 0.65em;                /* verhouding t.o.v. menu-font */
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
  top: -0.1em;                      /* centrering fine-tune */
}
