/* Replaces Divi/Mad Menu JS: keep layout, drop the libraries. */
.vm_animated {
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}
.vm_gallery_grid .vm_gallery_item {
  display: block !important;
}
header.vm-l--header {
  position: sticky;
  top: 0;
  z-index: 99999;
  background: #fff;
}
.vm_section_parallax {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.vm-parallax-wrapper,
.vm-parallax-background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.vm_scroll_top {
  display: none !important;
}
.vmnav_mobile__menu.open .vmnav_mobile_menu_wrapper {
  display: flex;
}
.vmnav_mobile__menu.open .vmnav_menu {
  display: flex;
}
.vm_toggle_title {
  cursor: pointer;
}
