/*
 * Theme Name: Ferienspass Wil
 * Description: Theme for the new webpage of Jugendarbeit Wil for the handling of Ferienspass Wil (Thanks to Lara - https://github.com/laras126 - for the base - https://github.com/laras126/timber-starter-theme/tree/tackle-box)
 * Author: dishej
*/

/* Custom CSS, that needs to be included in SCSS */
.gform-field-label {
    color: #1d2327;
}
.gchoice_select_all, .gform_legacy_markup_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label, .gform_legacy_markup_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
    background-color: #1d2327;
    color: #fff;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

/* Custom CSS to prevent Safari Dropdown Bug for
 - class-selection in signup-form
 - course-selection in cancel-form
  => this should be moved to ferienspasswil-kurse plugin
 source: https://stackoverflow.com/questions/61985187/materialize-css-side-nav-dropdown-wrong-links-on-ios-safari */
.dropdown-content {
    transform: none !important;
}
