/*
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
*/

@media screen and (max-width:640px) {
    #lfb_form .lfb_activeStep {
        margin-left: -30px !important;
        width: calc(100% + 60px) !important;
    }

    #lfb_form .lfb_activeStep .lfb_row .lfb_itemBloc .lfb_column{
        max-width:50%;
        min-width:50%!important;
        width:100%!important;
    }

    #lfb_form .lfb_activeStep .lfb_genContent > .lfb_row {
        margin-top:60px!important;
    }
}