/* 
Theme Name: San Marco Gourmet Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: San Marco Gourmet 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: san-marco-gourmet-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
*/

/* Styles */


/* General */

strong {
    font-weight: 600 !important;
}

a, a:hover {
    color: unset;
}


/* Header */

.language-selector {
    margin-bottom: 5px !important;
}


/* Footer */

.copyright {
    font-size: 15px;
    font-weight: 300;
    color: white;
    text-align: center;
}

.copyright .privacy-cookie-policy {
    color: #B6D8D2 !important;
}

.copyright .signature {
    margin-top: 10px;
}


/* Breakpoints */

/* Desktop */
@media (min-width: 1025px) {
    
    .navigation-menu .menu-prenota-tavolo {
        display: none !important;
    }

    .navigation-menu .menu-eventi a {
        margin-right: 0px !important;
    }

}

/* Mobile + Tablet */
@media (max-width: 1024px) {

    .button-prenota-tavolo {
        display: none !important;
    }

    .container-button-languages {
        width: fit-content !important;
    }

    .paragraph-icon {
        width: fit-content !important;
    }

}