/* =========================================================
   ROUTES (Custom Components)
========================================================= */

/* Hide route content by default */
.route-content{
  display:none !important;
}

/* Vertical line between waypoints */
.route-item-line::before {
  content: "" !important;
  position: absolute !important;
  left: 47% !important;
  top: 1vh !important;
  width: 3px !important;
  height: 120% !important;
  background: var(--e-global-color-2cb4b1b) !important;
}

/* =========================================================
   LAYOUT UTILITIES
========================================================= */

/* Sticky element */
.sticky-element {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 130px !important; /* Top space */
  z-index: 1 !important;
}