/* Elementor JS appends a second .sub-arrow span to nav items that already have one in the captured HTML. Hide the duplicate. */
.sub-arrow + .sub-arrow {
  display: none !important;
}

/* css3-animate-it: .animated stays opacity:0 + transform-shifted without JS adding .go */
.animated {
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}
