header nav .has-submenu .sub-menu { top: 43px; margin: 0; }
header nav .has-submenu .sub-menu a { color: white; }
@media only screen and (max-width: 800px) {
.pushy-submenu-closed ul {
    max-height: 100%;
    overflow: visible
}
}