/* 
Theme Name: Hello Child
Theme URI:
Description:
Author: Elementor Site
Author URI:
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

 #site-preloader {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FCFCFF;
    z-index: 999999;
}

body.loaded #site-preloader {
    opacity: 0;
    pointer-events: none;
    transition: .4s ease;
}

#site-preloader img {
    width: 200px;
}
