/*
Theme Name: Child Theme
Author: IFRA
Author URI: https://ifra.nl/
Description: Make all of your modifications in this child theme.
Version: 3.8.4
Template: enfold
*/

/* Toon scroll naar boven button op mobiel */
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link { display: block !important;}
.av_minimal_header #header_main { height: 10%; }
}


.fullsize .content {
    margin: -115px;
    border: none;
}

.visual-form-builder fieldset {
    background-color: #FBFBFB;
}

@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header {
    position: relative;
    width: 100%;
    float: none;
    height: 10%;
    margin: 0 !important;
    opacity: 1;
}
}