/**
 * Theme Name:     Locanda delle Roase
 * Author:         BBTop
 * Template:       hello-elementor
 * Text Domain:	   locanda-delle-roase
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
 

.home header .elementor-sticky--active:not(.elementor-sticky--effects) {background-color:transparent!important;}
.home header .elementor-sticky--active:not(.elementor-sticky--effects) .elementor-widget-theme-site-logo,
footer .elementor-widget-theme-site-logo {filter: brightness(100);}

.home header .elementor-sticky--active:not(.elementor-sticky--effects) nav.elementor-nav-menu--main .elementor-nav-menu li > a {color: #fff;fill: #fff;}
.home header .elementor-sticky--active:not(.elementor-sticky--effects) nav.elementor-nav-menu--main .elementor-nav-menu li > a:hover {color: inherit;}

@keyframes bounceY {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(8px); }
}

.scroll-indicator {position: absolute!important;bottom: 32px;left: 50%;transform: translateX(-50%);}
.anim-fade-in {animation: fadeIn 1s ease-out forwards;}
.scroll-mouse {width: 24px; height: 40px; border: 2px solid rgba(255, 255, 255, 0.4); border-radius: 12px; display: flex; justify-content: center; padding-top: 8px; animation: bounceY 2s infinite;}
.scroll-dot {width: 4px;height: 8px;background: rgba(255, 255, 255, 0.6);border-radius: 2px;}


.widthparity > .elementor-widget-icon-box {flex: 1;}

.flex50 > div,
.flex50 .sm-vertical > li {flex: 45%;} 
.flex50 .sm-vertical {display: flex;flex-direction: row;flex-wrap: wrap;}