/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1788093821
Updated: 2026-08-30 12:43:41

*/

.data-ora-oggi {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Poppins', sans-serif;
    color: #172b4d;
}

.data-ora-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 82px;
    line-height: 1;
}

.data-ora-info .giorno {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: "Neue Kaine", sans-serif;
}

.data-ora-info .data {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;

}


.data-ora-oggi .ora {
    font-size: 54px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: -2.5px;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
}

.navbar-container {
    position: relative !important;
}

.navbar-container::after {
    content: "" !important;
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    width: 2px !important;
    height: calc(100% - 30px) !important;
    background: var(--e-global-color-accent);
}

button.availability.e-button-base {
    border: 1px solid var(--e-global-color-3fd3ed7) !important;
    border-radius: 8px !important;
    background-color: var(--e-global-color-f74fa19) !important;
    text-transform: uppercase;
    font-family: "Neue Kaine", sans-serif;
    font-weight: 600;
    color: var(--e-global-color-secondary);
    position: relative;
    padding-left: 40px;
}

button.availability.e-button-base::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 24px;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    transform: translateY(-50%);
    background: var(--e-global-color-6b1553b);
}