/*
 Theme Name: Paragon Child Theme
 Theme URI: https://paragon.axiomthemes.com/
 Description: Paragon Child Theme
 Author: AxiomThemes
 Author URI: https://axiomthemes.com/
 Template: paragon
 Version: 1.0
 Tested up to: 6.6
 Requires at least: 5.0
 Requires PHP: 7.0
 Tags: flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  paragon
*/


/* =Theme customization starts here
------------------------------------------------------------ */
/* CF7: submit button */
.wpcf7 input.wpcf7-submit {
  background-color: #1E4A3E !important;
  border-color: #1E4A3E !important;
  color: #FFFFFF !important;
}

.wpcf7 input.wpcf7-submit:hover {
  background-color: #163A30 !important;
  border-color: #163A30 !important;
}
/* Mobile menu: actieve pagina zichtbaar houden */
.menu_mobile li.current-menu-item > a,
.menu_mobile li.current_page_item > a,
.menu_mobile li.current-menu-ancestor > a,
.menu_mobile li.current-menu-parent > a,
.sc_layouts_menu_mobile li.current-menu-item > a,
.sc_layouts_menu_mobile li.current_page_item > a,
.sc_layouts_menu_mobile li.current-menu-ancestor > a,
.sc_layouts_menu_mobile li.current-menu-parent > a {
  color: #FFFFFF !important;
  opacity: 1 !important;
}
/* CF7 privacy/acceptance tekst zichtbaar */
.wpcf7 .wpcf7-acceptance,
.wpcf7 .wpcf7-acceptance span,
.wpcf7 .wpcf7-list-item-label { color:#FFFFFF !important; ... }
...
.wpcf7 .form-style-3 .style-line:before { color:#FFFFFF !important; }

.wpcf7 .wpcf7-acceptance,
.wpcf7 .wpcf7-acceptance span,
.wpcf7 .wpcf7-list-item-label { color:#FFFFFF !important; ... }
...
.wpcf7 .form-style-3 .style-line:before { color:#FFFFFF !important; }

/* CF7 privacy checkbox: zichtbaar + netjes uitgelijnd */
.wpcf7 form .wpcf7-acceptance .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* Checkbox uiterlijk */
.wpcf7 form .wpcf7-acceptance input[type="checkbox"]{
  appearance: auto;              /* reset theme overrides */
  -webkit-appearance: checkbox;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #1E4A3E;         /* moderne browsers */
}
.wpcf7 form .wpcf7-acceptance input[type="checkbox"]{
  background: #FFFFFF !important;
  border: 1px solid #000000 !important;
}
/* CF7 feedbackmelding (succes / algemeen) */
.wpcf7 form .wpcf7-response-output{
  color:#000000 !important;
}

/* CF7 validatie tips */
.wpcf7 form .wpcf7-not-valid-tip{
  color:#000000 !important;
}
