/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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
*/

/* Add your custom styles here */
/* Hide elements by drop state. Attach sb-only-* classes to Elementor
   sections/widgets to gate them. */
body.sb-drop-dormant     .sb-only-reservation,
body.sb-drop-dormant     .sb-only-live,
body.sb-drop-reservation .sb-only-dormant,
body.sb-drop-reservation .sb-only-live,
body.sb-drop-live        .sb-only-dormant,
body.sb-drop-live        .sb-only-reservation { display: none !important; }
/* Hidden until the hero is scrolled past */
.site-header.scroll-header-initial {
  opacity: 0;
  pointer-events: none;
  transition: opacity .45s ease;
}

/* Faded in */
.site-header.scroll-header-visible {
  opacity: 1;
  pointer-events: auto;
}

/* Solid background once past the trigger (optional) */
.site-header.scroll-header-with-bg {
  background: #262626; /* Yakisugi */
  transition: opacity .45s ease, background .35s ease;
}
/* The container holding the menu + credo: let pointer events fall through to the shader */
.sb-nav-content {
  pointer-events: none;
}

/* But re-enable pointer events on the things that must stay clickable */
.sb-nav-content a,
.sb-nav-content .menu-item,
.sb-nav-content button {
  pointer-events: auto;
}
