/*
 Theme Name:   Blunor Child
 Theme URI:    https://demo.rstheme.com/wordpress/blunor
 Description:  Blunor Child
 Author:       RSTheme
 Author URI:   http://rstheme.com
 Template:     blunor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
.home-overlay {backdrop-filter: blur(15px);}
html:has(.home-overlay), body:has(.home-overlay) {overflow: hidden !important;}

body:has(.home-overlay) .hfe-canvas-content-wrap {
    display: none;
}
body .not-selectable img {
    pointer-events: none !important;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}