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

/* Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background-color: #F9F9F9;
}
::-webkit-scrollbar-thumb {
    background-color: #69603D;
    border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #B5A04D;
}

/* Header Sticky */
.global_header {
    height: 110px;
    margin-bottom: -110px;
    background: transparent;

    transition: 
        background 0.5s ease,
        backdrop-filter 0.5s ease,
        height 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.global_header.elementor-sticky--effects {
    height: 90px;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.h3_eventi h3 {
	margin-bottom:0;
}

.riga_form {
    margin:0px !important;
    gap:10px !important;
}