/**
 * These styles are loaded directly to override any Viral Loops styles
 */

/* Generic fixes for any Viral Loops embedded widgets and modal */
.vl-modal-ctn,
.vl-popup-ctn,
.vl-embedded-ctn,
.vl-header-menu,
.vl-modal-container,
div[id*="viral-loops"],
div[id*="vl-"],
div[class*="vl-"] {
  z-index: 50 !important;
  position: relative !important;
}

/* Make sure the fixed header is always on top */
header.fixed {
  z-index: 10000 !important;
}