/*
 Theme Name:   Divi Child (ThemaTeam)
 Theme URI:    https://www.elegantthemes.com/gallery/divi/
 Description:  Divi Child Theme for themateam.nl
 Author:       Construo
 Author URI:   https://themateam.nl
 Template:     Divi
 Version:      1.0.0
*/

/*
 * FilterGrid popup: remove whitespace at the top that is normally used between the header and the content
 */
.dp-dfg-modal-content #page-container {
    padding-top: 0 !important;
}

/*
 * FilterGrid filters: force full width on mobile
 */
@media (max-width: 767px) {
    .dp-dfg-filter {
        width: 100% !important;
        text-align: center !important;
    }
}