Hey Yoav,
Looks like you’re using the old child theme system. Please add the code below in your functions.php
// Enqueue Parent Stylesheet
// =============================================================================
add_filter( 'x_enqueue_parent_stylesheet', '__return_true' );
Then, delete the @import
line in your style.css.
If that doesn’t help, please give us access to your WordPress admin.
Thanks.