/**
* Theme Name: Rhye Child
* Description: This is a child theme of Rhye, generated by Merlin WP.
* Author: <a href="https://artemsemkin.com">Artem Semkin</a>
* Template: rhye
* Version: 1.0.0
*/

.lb_contactformulier .gform_fields input {
    background: transparent;
    color: white;
    border: none;
    border-bottom: 1px solid white;
}
.lb_contactformulier .gform_button {
    background-color: transparent !important;
    border: 1px solid white !important;
    color: white !important;
    border-radius: 64px !important;
}
.lb_circle_button .circle-button__label {
    color: black !important;
}

.lb_tekst_footer a {
    color: white !important;
    text-decoration: none;
}

.lb_video-school video {
    width: 100%;
    height: 300px;
}

/* BEGIN RESPONSIVE */

.lb_tekst_footer .split-text__line {
    text-align: center !important;
}

@media only screen and (max-width: 769px) {
    .lb_tekst_footer .split-text__line {
        text-align: center !important;
    }
}
/* END RESPONSIVE */