.main-menu-item a:hover {
border-bottom: 5px solid #00365F;
padding-bottom: 10px;
}
#bg-menu {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.4);
z-index: 1;
}
#bg-menu:not(.menu-open) {
display: none;
}
#avintia-menu {
position: sticky;
width: 100%;
background-color: #eee;
z-index: 2;
display: flex;
justify-content: space-around;
}
#avintia-menu:not(.menu-open) {
display: none;
}
.avintia-submenu {
display: none;
padding: 50px 0;
width: 100%;
max-width: 1000px;
}
.avintia-submenu.menu-open {
display: flex;
}
.avintia-submenu ul {
display: flex;
justify-content: left;
width: 100%;
max-width: 1000px;
flex-wrap: wrap;
}
.avintia-submenu ul li {
width: 25%;
display: flex;
padding: 20px 0px;
}
.avintia-submenu ul li a {
color: #646464;
}
.avintia-submenu ul li a:hover {
color: #00365F;
font-weight: bold;
}
#avintia-header-menu-row, #header-black-top-bar { z-index: 2; }