/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#gform_wrapper_2.gform_wrapper.gravity-theme .gfield.gf_list_5col .gfield_radio{
	grid-column-gap: 2rem;
	display: grid;
	grid-template-columns: repeat(2,1fr);
}

#gform_2 #field_2_23 .gchoice{
	width: 100%;
	margin-bottom: 32px;
}

#gform_2 #field_2_23 .gchoice input{
	display: none;
}

#gform_2 #field_2_23 .gchoice label,
#gform_2 #field_2_23 .gchoice label img{
	width: 100%;
	max-width: 100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#gform_2 #field_2_23 .gchoice label:hover{
	cursor: pointer;
}

#gform_2 #field_2_23 .gchoice label:hover,
#gform_2 #field_2_23 .gchoice input:checked ~ label{
	opacity: 0.8;
}

@media screen and (min-width: 800px){
	
	#gform_wrapper_2.gform_wrapper.gravity-theme .gfield.gf_list_5col .gfield_radio{
		grid-template-columns: repeat(4,1fr);
	}
}

@media screen and (min-width: 1024px){
	
	#gform_wrapper_2.gform_wrapper.gravity-theme .gfield.gf_list_5col .gfield_radio{
		grid-template-columns: repeat(6,1fr);
	}
}