/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/hello-theme/
 Description: Child theme for Hello Elementor
 Author: Saiful Islam
 Author URI: https://example.com
 Template: hello-elementor
 Version: 1.0.0
 License: GNU General Public License v3 or later
 License URI: https://www.gnu.org/licenses/gpl-3.0.html
 Text Domain: hello-elementor-child
*/

/* Import parent theme style */
@import url("../hello-elementor/style.css");

.logged-in.admin-bar .header-sticky {
    top: 32px!important;
}

.page-header {
    display: none!important;
}



