/*
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
*/

.acf-fields > .acf-field{
	border: 0px !important;
    padding: 10px 10px 10px 0px !important;
}

@media only screen and (max-width: 600px) {
  .acf-fields > .acf-field{
	width: 100% !important;
}
}