/*
 Theme Name:   ELAN42 Child Theme
 Theme URI:    https://elan42.com
 Description:  ELAN42 Child Theme based on Elementor
 Author:       ELAN42 Web + Comunicazione
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  child-theme-elan
*/

.menu-button a {
    background-color: var( --e-global-color-secondary ) !important;
    color: #fff !important;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 14px;
    letter-spacing: 1px;
}

.menu-button a:hover {
    background-color: #fff !important;
    color:  var( --e-global-color-secondary ) !important;
    border-color: var( --e-global-color-secondary ) !important;
}

.menu-button a:hover::before,
.menu-button a:hover::after {
    display:none;
}