/* 
Theme Name: Montalcino Travel
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: Benedetto Forastiere
Author URI: https://bforastiere.it/
Template: hello-elementor
Version: 1.0.0
Text Domain: montalcinotravel
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
*/

body:not(.home) header {
    background-color: #315119;
}

/* Mobile */
@media screen and (max-width: 767px) {
    .elementor-button .elementor-button-content-wrapper {
        justify-content: space-between !important;
    }
}


/* Tablet */
@media screen and (max-width: 1024px) {
    #menu-mobile .elementor-menu-toggle {
        padding: 0;
    }

    #menu-mobile ul {
        display: flex;
        flex-direction: column;
    }

    #menu-mobile ul a {
        text-decoration: none;
        border-bottom: 1px solid #ffffff3d;
        padding: 20px;
    }

    #menu-mobile ul a.elementor-item-active {
        background-color: #fffceb2e;
    }

    li.wpml-ls-menu-item {
        display: flex !important;
        justify-content: center !important;
    }

    li.wpml-ls-menu-item .sub-arrow {
        display: none !important;
    }
}

/* Desktop */
header.is-sticky {
    background-color: #465c20;
}