/*
Theme Name: TSV Erbach
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: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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
*/

/* Add your custom styles here */


.jet-menu-icon svg path,
.jet-mega-menu-item__icon svg path{
  fill: #ffffff !important;
}
.jet-mega-menu-list>.jet-mega-menu-item>.jet-mega-menu-item__inner>.jet-mega-menu-item__link:hover .jet-mega-menu-item__label,
.jet-mega-menu-item.current_page_item .jet-mega-menu-item__link .jet-mega-menu-item__label{
    text-decoration: underline;
    text-underline-offset: 3.15px;
}
.jet-mega-menu-sub-menu__list{
    padding: 10px !important;
    background-color:rgb(237, 28, 37) !important;
}
/*
.jet-menu-icon svg  {
 //filter: brightness(0) invert(1);
}*/