/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 1.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


/* CF7 column */
.cf7-half {
    margin-bottom: -30px;
}
.wpcf7 .custom-margin {
    margin-top: 20px;
}
.cf7-tekst, .wpcf7-list-item-label, .wpcf7 select {
    font-weight: normal;
}
.wpcf7 p.vereist {
    margin: -20px 0 30px 0;
}
/* Hide recaptcha badge */
.grecaptcha-badge {
    display: none;
}
/* Back to top */
#footer .back-to-top {
    bottom: 70px;
    right: 17px;
}

@media only screen and (min-width: 48em) {
/********** ADD TABLET/DESKTOP ONLY CSS HERE  **********/

    .hide-desktop {
        display: none !important;
    }
    /* Footer custom col width */
    footer #custom_html-2 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
    footer #custom_html-4 {
        max-width: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }
    footer #custom_html-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
    footer #nav_menu-2 {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

    .hide-mobile {
        display: none !important;
    }
    /* Back to top */
    #footer .back-to-top {
        right: 19px;
    }

}