I found a problem with the child theme – it does not use the new style.css in the child folder until you change:
wp_enqueue_style( 'regina-lite-style', get_template_directory_uri() . '/style.css' );
on
wp_enqueue_style( 'regina-lite-style', get_stylesheet_uri() );
in function.php. I think this may affect other files too.