/*
 Theme Name: Centrum Quadraat
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.1
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
.gform-theme--api,.gform-theme--foundation {
    --gf-form-gap-y:20px;
}



/* Gravity Forms
------------------------ */
.gform-theme--framework .gfield--type-image_choice .gchoice {
    inline-size: 100%;
    max-inline-size: none;
}
@media ( min-width:520px) {
    .gform-theme--framework .gfield--type-image_choice .gchoice {
        inline-size: calc(25% - 9px);
        max-inline-size: none;
    }
}