/*   
Theme Name: Jtheme Jello Child
Theme URI: https://elementor.com
Description: Simple and lightweight Jezweb theme
Author: Jezweb
Author URI: https://www.jezweb.com.au/
Template: elementor-hello-theme-master
Text Domain: elementor-hello-theme-child
Version: 1.0
*/

.gform_required_legend {
	display: none !important;
}
@media screen and (min-width: 768px) {
	.gform_wrapper .gfield.threecol .ginput_container_image_choice .gfield_radio {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 20px !important;
		justify-items: center !important;
	}
    .gform_wrapper.gravity-theme .gfield.onecol .ginput_container_image_choice .gfield_radio {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        justify-items: center !important;
    }
}


