If you receive an error from your child theme related to an undefined method, please check your custom template and replace:
<?php Avada()->layout->add_style( 'content_style' ); ?>
With the new code of:
style="<?php esc_attr_e( apply_filters( 'awb_content_tag_style', '' ) ); ?>"