/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 23 2025 | 10:45:27 */
.navigation {
  --color: var(--wp--preset--color--primary);
}
header {
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
}
.navigation-items-item-link {
  font-weight: 200;
}
.menu-button .wp-element-button {
  padding: 8px 25px;
}
/* Mega menu */
.navigation-items-item-link.is-open, .navigation-items-item-link:hover, .navigation-items-item.is-active:not(.wp-block-button) > a {
  color: var(--wp--preset--color--contrast);
}
.sub-menu-wrapper.navigation-dropdown {
  background: #F7F7F7;
}
.mega-menu .mega-menu .vaccine-menu-grid {
  column-count: 2;
}
.mega-menu .destinationer-menu {
  column-count: 4;
  overflow: scroll;
  max-height: 450px;
}
@media only screen and (max-width: 777px) {
  .destinationer-menu {
    column-count: 2;
  }
}
@media (min-width: 777px) {
  .navigation-dropdown {
    top: calc(100% + 35px) !important;
  }
}
