.isFocused{
	outline:2px dashed #f29f22!important;
	outline-offset:2px;
}

.elementor-nav-menu--main .menu-visible .sub-menu {
    opacity: 1;
    visibility: unset;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: black;
  font-size: 18px;
  padding: 8px 16px;
  z-index: 1000;
  text-decoration: none;
  background-color: white;
}

a.skip-link {
  color: black;
  text-decoration: none;
}

.skip-link:focus {
  top: 0;
  border: 2px dashed #f29f22;
}