/* E26 Header */
:root {
  --brand-orange: #000; /* #FF7017 */
}
.header-elevate {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  z-index: 100;
  padding: 0;
}
.secondary-header {
  padding-top: 72px;
}
.header-elevate{
  top: 0;
}
.e26-snack-bar + .header-elevate{
  top: 70px !important;
}
#menu-e26-location{
    padding-left: 32px;
    gap: 18px;
    margin: -4px 0 0 1px;
}
.admin-bar.page-template-e26-location .header-elevate.pulled-down,
.admin-bar.page-template-e26-pricing .header-elevate.pulled-down{
  top: 116px;
}
.admin-bar.page-template-e26-location .header-elevate,
.admin-bar.page-template-e26-pricing .header-elevate,
.admin-bar.secondary-header .header-elevate{
  top: 32px;
}
.scrolled-down .header-elevate{
  top: 0 !important;
}
.scrolled-down.page-template-e26-location.admin-bar .header-elevate,
.scrolled-down.page-template-e26-pricing.admin-bar .header-elevate,
.scrolled-down.secondary-header.admin-bar .header-elevate{
  top: 32px;
}
.header-elevate__container {
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  height: 72px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.secondary-header .header-elevate__container {
  padding: 0;
}
.header-elevate__cta:hover{
  text-decoration: none;
}
.main-nav--dark .header-elevate,
.main-nav--dark .header-elevate__container {
  background-color: #000;
}
.page-template-e25-homepage-live .main-nav--dark .header-elevate,
.page-template-e25-homepage-live-states .main-nav--dark .header-elevate,
.page-template-e25-homepage-live-states-with-raffle .main-nav--dark .header-elevate,
.page-template-e25-on-demand-library .main-nav--dark .header-elevate {
  border-radius: 0 0 24px 24px;
}
.header-elevate__container .header-left-hand{
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
}
@media (max-width: 1439px){
  .header-elevate__container .header-left-hand{
    gap: 0px;
  }
  .header-elevate__container {
    padding: 0 85px;
  }
  .menu > .menu-item a {
      font-size: 14px;
  }
}
@media (max-width: 1260px){
  .header-right-hand{
    margin: 0px 20px 0px 0px;
  }
  .menu-open .header-right-hand{
    display: none;
  }
}
.page-template-e25-homepage-live .header-elevate__container .header-left-hand,
.page-template-e25-homepage-live-states .header-elevate__container .header-left-hand,
.page-template-e25-homepage-live-states-with-raffle .header-elevate__container .header-left-hand,
.single-elevate_session_25  .header-elevate__container .header-left-hand, 
.single-elevate_session_24  .header-elevate__container .header-left-hand, 
.page-template-e25-day-of-event .header-elevate__container .header-left-hand{
  gap: 10px;
  width: fit-content;
}
.header-elevate #lottie {
  width: 85px;
  height: 85px;
}
.header-elevate #lottie svg {
  width: 100%;
  height: 100%;
  scale: 3;
  pointer-events: none;
}
.header-elevate #lottie-replacement{
  background: var(--blue);
  color: #fff;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 121%;
  letter-spacing: 0px;
  text-align: center;
  transition: border-radius 0.3s ease, background-color 0.3s ease;
}
.header-elevate #lottie-replacement:hover{
  text-decoration: none;
  border-radius: 100%;
  background-color: var(--green);
}
.header-elevate .container {
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  max-width: unset;
}
.secondary-header .header-elevate .container {
  max-width: 1280px !important;
}
@media (max-width: 1280px) {
  .secondary-header .header-elevate .container {
    max-width: 1110px !important;
  }
}
@media (min-width: 1281px) and (max-width: 1400px) {
  .secondary-header .header-elevate .container {
    max-width: none !important;
    padding: 0 80px;
  }
}
.page-template-e25-homepage-live .header-elevate .container,
.page-template-e25-homepage-live-states .header-elevate .container,
.page-template-e25-homepage-live-states-with-raffle .header-elevate .container,
.page-template-e25-day-of-event .header-elevate .container{
  background-color: #000;
}
@media (min-width: 992px){
  .page-template-e25-homepage-live .header-elevate .container,
  .page-template-e25-homepage-live-states .header-elevate .container,
  .page-template-e25-homepage-live-states-with-raffle .header-elevate .container,
  .page-template-e25-day-of-event .header-elevate .container{
    border-radius: 100px;
  }
}
.elevate-menu_wrap {
  position: relative;
  margin-left: auto;
}
.page-template-e26-location .elevate-menu_wrap,
.page-template-e26-sponsorship .elevate-menu_wrap,
.page-template-e26-pricing .elevate-menu_wrap,
.page-template-e26-faq .elevate-menu_wrap,
.page-template-e26-campaign .elevate-menu_wrap,
.page-template-e25-on-demand-library .elevate-menu_wrap{
  margin-left: 0;
}
.elevate-menu_wrap.a7n {
  margin-left: 0;
}

.single-elevate_session_25  .elevate-menu_wrap,
.single-elevate_session_24  .elevate-menu_wrap {
  margin-right: auto;
}

.menu {
  display: flex;
  align-items: center;
  align-content: center;
  margin: 0;
  padding-left: 40px;
  gap: 32px;
}
.secondary-header .menu {
  gap: 12px;
}
@media (max-width: 1280px){
  .menu {
    padding-left: 24px;
    gap: 24px;
  }
}
.menu-open .menu {
  gap: 0;
}

.menu > .menu-item a {
  position: relative;
  z-index: 1;
}

.menu-open .header-dropdown .menu-item-has-children.menu-item.menu-item-has-children a.opened::after{
  transform: rotate(180deg);
}

@media (max-width: 1260px){
  .menu-open .header-dropdown .menu-item-has-children.mobile-menu.menu-item.opened{
    border-radius: 60px;
  }
  .main-nav .header-dropdown .elevate-menu--mobile .sub-menu{
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, border-radius 0.3s ease-in-out, box-shadow 0.3s ease-in-out, padding 0.3s ease-in-out;
    margin-top: 0;
  }
  .main-nav .header-dropdown .elevate-menu--mobile .sub-menu.opened{
    display: block;
    opacity: 1;
    visibility: visible;
    padding: 0;
    z-index: 1;
    height: 78px;
    border-radius: 24px;
    box-shadow: none;
  }
  .main-nav .header-dropdown .menu-item .sub-menu .menu-item a {
    font-size: 16px;
    font-weight: 400;
  }
}
@media (max-width: 500px) {
  .main-nav .header-dropdown .elevate-menu--mobile .sub-menu.opened {
    margin-top: 13px;
  }
}

.event-sold-out .header-right-hand{
  display: none;
}

.menu a {
  color: #000;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.14px;
  transition: color 0.2s ease, background-color 0.2s ease;
  text-decoration: none;
  padding: 7px 0px 7px 0;
}
.main-nav--dark .menu a,
.main-nav--dark .menu .menu-item .sub-menu .menu-item a {
  color: #fff;
}
.main-nav--dark .hover-bg,
.main-nav--dark .sub-menu-hover-bg {
  background: #222;
}
.main-nav--dark .menu .menu-item .sub-menu {
  background-color: #000;
  color: #fff;
}
@media (max-width: 992px){
  .main-nav--dark .menu a,
  .main-nav--dark .menu .menu-item .sub-menu .menu-item a {
    color: #000;
  }
  .main-nav--dark .menu .menu-item .sub-menu {
    background-color: #fff;
    color: #000;
  }
}
@media (min-width: 992px){
  .menu a:not(.featured-menu-item a){
    padding: 4px 8px;
  }
}
@media (max-width: 1260px){
    .menu a:not(.featured-menu-item a) {
        padding: 32px 0;
    }
    .header-dropdown .menu a:not(.featured-menu-item a) {
      padding: 32px 0;
    }
}

@media (max-width: 490px) {
    .menu a:not(.featured-menu-item a) {
        padding: 20px 0;
    }
}
@media (max-width: 500px) {
    .header-dropdown .menu a:not(.featured-menu-item a) {
      padding: 20px 0;
    }
}

.featured-menu-item{
  background-color: #000;
  width: 148px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.menu .menu-item-has-children>a::after {
  content: "";
  background: url(../images/menu-arrow.svg);
  display: inline-block;
  width: 9px;
  height: 6px;
  margin-left: 6px;
  transition: transform 0.2s ease;
  margin-bottom: 2px;
}
.main-nav--dark .menu .menu-item-has-children>a::after {
  filter: invert();
}

.menu .menu-item-has-children:hover>a::after {
  transform: rotate(180deg);
}
.menu .menu-item.active a {
  font-weight: 600;
}

/* Second level */
.menu .menu-item .sub-menu {
  border-radius: 8px;
  display: none;
  position: absolute;
  left: auto;
  background-color: #fff;
  padding: 20px 0 12px;
  opacity: 0;
  margin-left: -7px;
  width: 170px;
  box-shadow: 0 17px 29px 0 rgba(117, 106, 130, 0.16);
  transition: opacity 0.3s ease;
}

.menu .menu-item:hover .sub-menu {

  display: block;
  opacity: 1;
}

.menu .menu-item .sub-menu .menu-item a {
  display: block;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
  border-radius: 8px;
  padding: 7px 16px 7px;
  white-space: nowrap;
  z-index: 2;
  position: relative;
}

.menu .sub-menu .menu-item{
  z-index: unset;
}

.hover-bg {
  position: absolute;
  top: -6px;
  left: 0;
  height: 30px;
  background: rgba(231, 236, 255, 1);
  border-radius: 4px;
  transition: left 0.3s ease, width 0.3s ease, top 0.3s ease;
  z-index: 0;
  pointer-events: none;
  width: 0;
}
.secondary-header .hover-bg {
  top: -2px;
}

.sub-menu-hover-bg{
  position: absolute;
  top: 0px;
  height: 35px;
  background: rgba(231, 236, 255, 1);
  border-radius: 4px;
  transition: left 0.3s ease, width 0.3s ease, opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
  width: 150px;
  margin-left: 42px;
  opacity: 0;
}
.secondary-header .sub-menu-hover-bg {
  margin-top: 3px;
  left: auto !important;
}

@media (max-width: 1280px) {
  .hover-bg {
    top: -8px;
  }
  .secondary-header .hover-bg {
    top: -3px;
  }
  .secondary-header .sub-menu-hover-bg {
    margin-left: 27px;
    margin-top: -1px;
  }
}

.featured-menu-item:hover{
  background-color: var(--blue);
}

.featured-menu-item a{
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 14.24px;
  letter-spacing: 0px;
  padding: 7px 15px;
}

.header-left-hand .white-logo {
  display: none;
}
.menu-open .header-elevate__container .header-left-hand {
  gap: 0px;
}
.menu-open .header-dropdown .menu-item.menu-item-has-children {
  border-radius: 60px;
}
.menu-open .header-dropdown .menu-item.menu-item-has-children.opened {
  border-radius: 24px;
}

/* Mobile menu */
.hamburger-menu {
  display: none;
  width: 28px;
  min-width: 28px;
  transform: rotate(0deg);
  cursor: pointer;
  z-index: 667;
  height: 21px;
  border: 0;
  background: none;
}

.hamburger-menu span {
  height: 2px;
  display: block;
  position: absolute;
  width: 100%;
  background-color: #000;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.2s ease-in-out, top 0.2s ease-in-out, width 0.2s ease-in-out, left 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out, width 0.2s ease-in-out, left 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.main-nav--dark .hamburger-menu span {
  background-color: #fff;
}

.menu-open .hamburger-menu span {
  background-color: #000;
}
.secondary-header.menu-open .hamburger-menu span {
  background-color: #000;
}

.hamburger-menu span:nth-child(1) {
  top: 0;
}

.hamburger-menu span:nth-child(2) {
  top: 10.5px;
}

.hamburger-menu span:nth-child(3) {
  top: 10.5px;
}

.hamburger-menu span:nth-child(4) {
  top: 20px;
}

.menu-open .hamburger-menu span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu-open .hamburger-menu span:nth-child(2) {
  transform: rotate(45deg);
}

.menu-open .hamburger-menu span:nth-child(3) {
  transform: rotate(-45deg);
}

.menu-open .hamburger-menu span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.header-dropdown {
  position: fixed;
  z-index: 555;
  top: -100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  transition: background 300ms ease, top 500ms cubic-bezier(0.18, 0.89, 0.32, 1.28), visibility 700ms ease, opacity 500ms ease;
  background: transparent;
  max-height: none;
  padding: 0 47px;
  text-align: center;
}
@media (max-width: 768px) {
  .header-dropdown {
    padding: 0 42px;
  }
}
@media (max-width: 500px) {
  .header-dropdown {
    padding: 0 24px;
  }
}

.header-dropdown .menu {
  margin: 0;
  padding: 0;
}

.header-dropdown .menu-item .sub-menu {
  position: relative;
  z-index: -1;
}

.header-dropdown .menu-item {
  width: 100%;
  background-color: #fff;
  border-radius: 109px;
  transition: border-radius 0.3s ease-out;
  margin-top: -1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
}

.header-dropdown .menu-item a {
  color: #000;
  display: inline-flex;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  padding: 22px;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.secondary-header .header-dropdown .menu-item a {
  font-size: 16px;
  font-weight: 400;
}

.header-dropdown .menu-item.current-menu-parent>a {
  color: var(--brand-orange);
}

.header-dropdown .sub-menu .current-menu-item>a {
  color: var(--brand-orange);
}

.header-dropdown .menu-item a:hover {
  text-decoration: none;
}

.header-dropdown .menu-item:not(.menu-item-has-children):hover>a {
  /* background-color: #d1dbff; */
  border-radius: 109px;
}

.header-dropdown .current-menu-item>a {
  background-color: transparent;
  color: var(--brand-orange);
  border-radius: 109px;
  pointer-events: none;
}

.header-dropdown .current-menu-parent,
.header-dropdown .current-menu-item {
  color: var(--brand-orange);
}

.header-dropdown__actions {
  margin-top: 0;
}

.header-dropdown__actions .btn {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding: 34px;
  font-size: 21px;
  line-height: 153%;
  border-radius: 109px;
  font-weight: 400;
  letter-spacing: -0.2px;
  border: 0;
  height: auto;
}

.admin-bar .header-elevate {
  top: 32px;
}
.admin-bar.has-top-banner .header-elevate {
  top: 79px;
}
.admin-bar.has-top-banner.scrolled-down .header-elevate {
  top: 32px !important;
}
.has-top-banner .header-elevate {
  top: 47px;
}
.has-top-banner.scrolled-down .header-elevate {
  top: 0 !important;
}

.header-location__indicator{
  display: none;
}
.header-dropdown .menu-item.menu-item-has-children{
  display: block;
}

/* TOP BANNER E25 */

.top-banner-container{
  border-radius: 0 0 12px 12px;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s ease, max-height 0.2s ease;
  padding: 16px 0;
}
.top-banner-container.banner-version-green{
  background: var(--green);
}
.top-banner-container.banner-version-purple{
  background: var(--blue);
}
.top-banner-container.banner-version-black{
  background-color: #000;
}
.top-banner__container-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.top-banner__container-text{
  font-weight: 400;
  font-size: 14px;
  line-height: 104%;
  letter-spacing: -1%;
  text-align: center;
  vertical-align: middle;
  
}
.banner-version-green .top-banner__container-text, .banner-version-green .top-banner__container-cta{
  color: #000;;
}
.banner-version-purple .top-banner__container-text, .banner-version-purple .top-banner__container-cta{
  color: #fff;;
}
.banner-version-black .top-banner__container-text, .banner-version-black .top-banner__container-cta{
  color: #fff;;
}
.top-banner__container-cta{
  font-weight: 600;
  font-size: 14px;
  line-height: 104%;
  letter-spacing: -1%;
  text-align: center;
  vertical-align: middle;
  text-decoration: underline;
  color:inherit;
}
.top-banner__close{
  position: absolute;
  right: 6px;
  width: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 1260px) {
  .admin-bar.has-top-banner.scrolled-down .header-elevate {
    top: 46px !important;
  }
  .top-banner-container{
    border-radius: 0;
    margin-top: -30px;
    padding: 6px 0 6px 20px;
    justify-content: flex-start;
  }
  .top-banner__container-inner{
    display: inline;
    width: 85vw;
  }
  .top-banner__container-text{
    text-align: left;
    display: inline;
    font-weight: 600;
    font-size: 14px;
    line-height: 124%;
    letter-spacing: -1%;
    vertical-align: middle;
  }
  .top-banner__container-cta{
    display: inline;
    font-weight: 600;
    font-size: 14px;
    line-height: 124%;
    letter-spacing: -1%;
    vertical-align: middle;
  }
  .top-banner__container-cta span{
    white-space: nowrap;
  }
  .top-banner__close{
    width: 58px;
    height: 58px;
    right: -2px;
  }
}

.admin-bar.menu-open .header-dropdown {
  top: 105px;
}

.dark-logo {
  display: block;
}

.main-nav--dark .dark-logo {
  display: none;
}
.main-nav--dark .white-logo {
  display: block;
}

.header-current-online {
  display: none;
}
.logo img{
  width: 216px;
  height: auto;
}

@media (max-width: 1260px) {
  .elevate-menu_wrap {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .hamburger-menu,
  .header-elevate__container {
    display: flex;
  }

  body.online .hamburger-menu {
    display: none;
    display: flex;
  }
  body.online .header-elevate__container {
    display: inline-flex;
    display: flex;
    width: 100%;
    margin-left: 0;
  }
  body.online.during-event .header-elevate__container {
    margin-left: 0;
  }

  .header-current-online {
    display: flex;
    font-size: 19px;
    font-weight: 500;
    margin-left: 15px;
    margin-right: 15px;
  }
  .menu-open .header-current-online {
    color: #fff;
  }

  @media (max-width: 991px) {
    .during-event .header-elevate .container {
      flex-wrap: wrap;
    }
  }

  @media (max-width: 365px) {
    .header-current-online {
      margin-right: 7px;
      font-size: 17px;
    }
  }

  @media (max-width: 330px) {
    .header-current-online {
      font-size: 14px;
      margin-left: 5px;
      margin-right: 5px;
    }
  }

  /* !!! hide online */

  .logo img {
    width: 216px;
    height: auto;
  }
}
@media (max-width: 1260px) {
  .header-dropdown .menu {
    flex-direction: column;
    padding-left: 0;
  }
}
/* @media (max-width: 1370px) {
  .secondary-header .header-elevate__container {
    width: 100%;
    max-width: 1110px!important;
  }
} */
@media (max-width: 1200px) {
  .secondary-header .header-elevate .container {
    max-width: none !important;
    padding: 0 47px;
    margin: 0 auto;
  }
  .secondary-header .header-elevate__container {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1279px) {
  .header-elevate__container {
    padding: 0 47px;
  }
  .secondary-header .header-elevate .container {
    max-width: 930px !important;
    padding: 0;
    margin: 0 47px;
  }
  .secondary-header .header-elevate__container {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1023px) {
  .header-elevate__container {
    padding: 0 42px;
  }
  .secondary-header .header-elevate .container {
    margin: 0 42px;
  }
}
@media (max-width: 767px) {
  .header-elevate__container {
    height: 52px;
    padding: 0 24px;
  }
  .secondary-header .header-elevate .container {
    margin: 0 24px;
  }
}

.wrapper {
  transition: padding 300ms ease, padding-top 300ms ease, background-color 300ms ease;
}

body.page-template-e24-day-of-event .wrapper {
  padding-top: 120px;
  background-color: #000;
}
body.page-template-e24-day-of-event .main {
  background-color: #fff;
}
body.page-template-e24-day-of-event .header__btn {
  display: none !important;
}
@media (max-width: 991px) {
  body.online.page-template-e24-day-of-event .header-elevate__container {
    margin-left: 0 !important;
  }
  .page-template-e24-day-of-event .header-elevate__container {
    width: 100%;
  }
  .page-template-e24-day-of-event .header-elevate__container,
  .page-template-e24-day-after-event .header-elevate__container,
  .single-elevate_session_24 .header-elevate__container {
    width: fit-content;
  }

  .page-template-e24-day-of-event .header-elevate__container button,
  .page-template-e24-day-after-event .header-elevate__container button,
  .single-elevate_session_24 .header-elevate__container button {
    display: none;
  }
}

.menu-open .header-elevate__container {
  background: transparent;
}

.menu-open .header-dropdown {
  top: 72px;
  opacity: 1;
  visibility: visible;
  padding: 33px 47px 42px;
  background: #000;
  border-radius: 0 0 24px 24px;
  overflow: scroll;
  z-index: 100000;
}

@media (max-width: 768px) {
  .menu-open .header-dropdown {
    padding: 33px 42px 42px;
  }
}

@media (max-width: 490px) {
  .menu-open .header-dropdown {
    top: 52px;
    padding: 33px 24px 42px;
  }
}

.menu-open .header-dropdown::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
}

.dropdown-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  z-index: -1;
  transition: background-color 0.23s ease-in-out, top 0.23s ease-in-out;
}

.menu-open .dropdown-overlay {
  z-index: 500;
  background: #00000080;
  top: 0;
}

.header-dropdown .menu-item:hover .sub-menu {
  visibility: hidden;
  opacity: 0;
  padding: 0;
}

.header-dropdown .menu-item .sub-menu {
  height: 0;
  transition: opacity 0.3s linear, height 0.3s ease-out;
}

.header-dropdown .menu-item.sub-menu--open .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  position: relative;
  padding: 0;
  background: transparent;
  transition: opacity 0.3s linear, height 0.3s ease-in;
  z-index: 5;
}

.header-dropdown .menu-item.sub-menu--open {
  border-radius: 64px;
  padding-bottom: 10px;
}

.header-dropdown .menu-item .sub-menu .menu-item {
  width: 100%;
  margin-top: 16px;
  background: transparent;
  transition: border-radius 0.3s ease-in;
}

.header-dropdown .menu-item .sub-menu .menu-item:first-child {
  margin-top: -16px;
}

.header-dropdown .menu-item .sub-menu .menu-item a {
  font-size: 21px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.21px;
  padding: 0;
  background: none;
}

.header-dropdown .menu-item-has-children>a::after {
  transform: rotate(0);
  width: 15px;
  height: 11px;
  background-size: cover;
}

.header-dropdown .menu-item-has-children>a::after {
  transform: rotate(0);
  width: 10px;
  height: 6px;
  background-size: cover;
  margin-left: 10px;
  background-image: url(../images/e26/mobile-menu-down-arrow.svg);
}

.header-dropdown .menu-item-has-children:hover>a::after {
  transform: rotate(0);
}

.header-dropdown .menu-item-has-children.sub-menu--open>a::after {
  transform: rotate(180deg);
}

@media (max-width:768px) {
  .header-dropdown .menu-item.sub-menu--open .sub-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header-dropdown .menu-item .sub-menu .menu-item a {
    line-height: 24px;
  }
  .header-dropdown__actions .btn {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 20.5px;
    font-size: 21px;
    line-height: 29px;
    border-radius: 109px;
    font-weight: 400;
    letter-spacing: -0.2px;
    border: 0;
    height: auto;
  }
}
@media (max-width:390px) {
  .header-dropdown__actions .btn {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 18px;
    font-size: 21px;
    line-height: 27px;
    border-radius: 109px;
    font-weight: 400;
    letter-spacing: -0.2px;
    border: 0;
    height: auto;
  }
}

.header__btn {
  border-radius: 24px;
  font-size: 16px;
  padding: 9px 31px 11px;
  margin-right: 50px;
  margin-top: 35px;
}
.header-elevate .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .header-elevate .container {
    max-width: 100%;
  }
}

.page-template-e24-day-of-event .header-elevate {
  position: relative;
  top: -120px;
  margin-bottom: -82px;
}

.page-template-e24-day-after-event .header-elevate {
  position: relative;
  top: 0px;
  margin-bottom: -82px;
}

.page-template-e24-day-of-event .admin-bar .header-elevate {
  top: 32px;
}

.page-template-e24-day-after-event .admin-bar .header-elevate {
  top: 32px;
}

/* E25 HOMEPAGE LIVE NOW */

.page-template-e25-homepage-live .header-right-hand,
.page-template-e25-homepage-live-states .header-right-hand,
.page-template-e25-homepage-live-states-with-raffle .header-right-hand,
.page-template-e25-day-of-event .header-right-hand,
.single-elevate_session_25 .header-right-hand{
  display: flex;
  align-items: center;
  gap: 20px;
  align-items: center;
}

.page-template-e25-homepage-live  .header-right-hand > a,
.page-template-e25-homepage-live-states  .header-right-hand > a,
.page-template-e25-homepage-live-states-with-raffle  .header-right-hand > a,
.single-elevate_session_25   .header-right-hand > a,
.single-elevate_session_24   .header-right-hand > a,
.page-template-e25-day-of-event .header-right-hand > a{
  height: 42px;
  padding: 0 20px;
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-radius 0.3s ease;
}
.page-template-e25-homepage-live  .header-right-hand > a:hover,
.page-template-e25-homepage-live-states  .header-right-hand > a:hover,
.page-template-e25-homepage-live-states-with-raffle  .header-right-hand > a:hover,
.single-elevate_session_25  .header-right-hand > a:hover,
.single-elevate_session_24  .header-right-hand > a:hover,
.page-template-e25-day-of-event .header-right-hand > a:hover{
  text-decoration: none;
  border-radius: 16px;
}

.page-template-e25-homepage-live .header-join-us-live,
.page-template-e25-homepage-live-states .header-join-us-live,
.page-template-e25-homepage-live-states-with-raffle .header-join-us-live,
.page-template-e25-day-of-event .header-join-us-live,
.single-elevate_session_25 .header-join-us-live{
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #000000;
  background: #FFFFFF;
  border-radius: 50px;
}
.page-template-e25-homepage-live .header-book-a-demo,
.page-template-e25-homepage-live-states .header-book-a-demo,
.page-template-e25-homepage-live-states-with-raffle .header-book-a-demo,
.single-elevate_session_25  .header-book-a-demo,
.single-elevate_session_24  .header-book-a-demo,
.page-template-e25-on-demand-library .header-book-a-demo,
.page-template-e25-day-of-event .header-book-a-demo{
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #000;
  border-radius: 50px;
  border: 1px solid;
}

@media (max-width: 992px){
  .page-template-e25-homepage-live .header-right-hand,
  .page-template-e25-homepage-live-states .header-right-hand,
  .page-template-e25-homepage-live-states-with-raffle .header-right-hand,
  .page-template-e25-day-of-event .header-right-hand,
  .single-elevate_session_25 .header-right-hand{
    display: none;
  }
  .page-template-e25-homepage-live  .header-elevate__container,
  .page-template-e25-homepage-live-states  .header-elevate__container,
  .page-template-e25-homepage-live-states-with-raffle  .header-elevate__container,
  .page-template-e25-day-of-event .header-elevate__container {
    height: 72px;
  }
  .page-template-e25-homepage-live  .header-elevate__container .header-left-hand,
  .page-template-e25-homepage-live-states  .header-elevate__container .header-left-hand,
  .page-template-e25-homepage-live-states-with-raffle  .header-elevate__container .header-left-hand,
  .page-template-e25-day-of-event .header-elevate__container .header-left-hand {
    margin-right: 0px;
  }
  .page-template-e25-homepage-live .jul-menu-item a,
  .page-template-e25-homepage-live-states .jul-menu-item a,
  .page-template-e25-homepage-live-states-with-raffle .jul-menu-item a,
  .page-template-e25-day-of-event .jul-menu-item a{
    color: #fff;
    background: var(--blue);
  }
  .page-template-e25-homepage-live .bad-menu-item a,
  .page-template-e25-homepage-live-states .bad-menu-item a,
  .page-template-e25-homepage-live-states-with-raffle .bad-menu-item a,
  .page-template-e25-day-of-event .bad-menu-item a{
    color: #fff;
    background: #000;
    border: 2px solid #fff;
    border-radius: 40px;
  }
  .page-template-e25-homepage-live .header-dropdown .menu-item,
  .page-template-e25-homepage-live-states .header-dropdown .menu-item,
  .page-template-e25-homepage-live-states-with-raffle .header-dropdown .menu-item,
  .page-template-e25-day-of-event .header-dropdown .menu-item {
    overflow: hidden;
  }
}

@media (max-width: 1260px) {
  .header-dropdown .menu-item.featured-menu-item{
    background-color: #000;
    height: unset;
  }
  .header-dropdown .menu-item.featured-menu-item a{
    color: #fff;
  }
  .header-location__indicator{
    display: none;
    font-weight: 600;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: -1%;
    text-transform: uppercase;
    color: #000;
  }
  .menu-open .header-location__indicator {
    filter: brightness(1) invert(1);
    margin-left: -7px;
  }
  .header-elevate__container .header-left-hand {
    gap: 15px;
  }
  .header-elevate {
    padding: 0;
  }
  .menu-open .header-elevate {
    background-color: #fff;
    z-index: 1000000;
    top: 0 !important;
  }
  .secondary-header.menu-open .header-elevate .container {
    /* background-color: #fff; */
    top: 0 !important;
  }
  .header-dropdown .mobile-menu-featured-link.menu-item{
    background-color: var(--blue);
  }
  .header-dropdown .mobile-menu-featured-link.menu-item a{
    color: #fff;
  }
  .header-dropdown .menu-item.menu-item-has-children{
    display: flex;
  }
}

@media (max-width: 768px){
  .admin-bar .header-elevate {
    top: 46px;
  }
}

@media (max-width: 490px){
  .header-elevate__container .header-right-hand{
    display: none;
  }
}

/* EVENT DRIVEN STYLES */

@media (min-width: 992px) {
  .header-join-us-live.status-live{
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transition:
      opacity 0.4s ease 0s,
      max-height 0.4s ease 0.4s;
      overflow:  0.4 s ease 0.4s;
  }

  body[event-status="live"] .header-join-us-live.status-live {
  opacity: 1;
  max-height: 580px; /* enough for content */
  pointer-events: auto;
  transition:
      opacity 0.4s ease 1.2s,
      max-height 0.4s ease 0.4s;
  }
}

@media (max-width: 992px) {
  .jul-menu-item  {
  opacity: 0 !important;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transition:
      opacity 0.4s ease 0s,
      max-height 0.4s ease 0.4s;
      overflow:  0.4 s ease 0.4s;
  }

  body[event-status="live"] .jul-menu-item{
  opacity: 1 !important;
  max-height: 580px; /* enough for content */
  pointer-events: auto;
  transition:
      opacity 0.4s ease 1.2s,
      max-height 0.4s ease 0.4s;
  }
}

#registration-loader{
    position: fixed;
    background: #000000dd;
    z-index: 10000000;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: none;
    top: 0;
}
#registration-loader.active{
    display: flex;
}
#registration-loader img{
    min-width: 300px;
}

/* E 26 */

.header-dropdown .e26-featured-menu-item{
    background: #6161ff;
}
.header-dropdown .e26-featured-menu-item a{
    color: #fff;
}

/* E26 SNACK BAR */

.e26-snack-bar{
  height: 70px;
  background-color: var(--bluish);
  display: flex;
  justify-content: center;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.e26-snack-bar-inner{
  display: flex;
  align-items: center;
  gap: 25px;
}
.e26-snack-bar-timer{
  display: flex;
  align-items: center;
  background-color: #e7ecff;
  border-radius: 6px;
  padding: 4px;
}
.e26-snack-bar-timer-item{
  background-color: #e7ecff;
  width: 63px;
  text-align: center;
}
.e26-snack-bar-timer-item:not(:first-child){
  border-left: 1px solid #7c7b7b;
}
.timer-digits{
font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 20px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: 0%;
}
.timer-text{
font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 12px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
}
.e26-snack-bar-text{
font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 20px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
}

@media (max-width: 1023px){
    .e26-snack-bar-text {
        font-size: 18px;
    }

    .timer-digits {
        font-size: 18px;
    }

    .e26-snack-bar-timer {
        padding: 2px;
    }

    .e26-snack-bar-timer-item {
        width: 54px;
    }

    .e26-snack-bar-inner {
        gap: 16px;
    }
}

@media (max-width: 769px){
  .admin-bar.page-template-e26-location .header-elevate.pulled-down,
  .admin-bar.page-template-e26-pricing .header-elevate.pulled-down  {
      top: 130px;
  }
  .scrolled-down.page-template-e26-location.admin-bar .header-elevate,
  .scrolled-down.page-template-e26-pricing.admin-bar .header-elevate {
      top: 46px;
  }

}

@media (max-width: 767px){
    .e26-snack-bar + .header-elevate {
        top: 85px !important;
    }

    .scrolled-down .header-elevate {
        top: 0 !important;
    }

    .menu-open .header-elevate {
        top: 0 !important;
    }

    .e26-snack-bar {
        height: 85px;
    }

    .e26-snack-bar-inner {
        flex-direction: column;
        gap: 10px;
        padding-top: 8px;
    }

    .e26-snack-bar-text {
        font-size: 14px;
    }

    .timer-digits {
        font-size: 16px;
    }

    .e26-snack-bar-timer-item {
        width: 47px;
    }
}

@media (min-width: 992px) {
  .menu a:not(.featured-menu-item a) {
    padding: 5px 8px;
  }
  .menu .menu-item .sub-menu {
    padding-top: 16px;
    margin-top: 3px;
  }
}
@media (max-width: 1440px) {
  .menu .menu-item .sub-menu {
    margin-top: 4px;
  }
}


@media (min-width: 1260px) and (max-width: 1280px) {
  .menu .menu-item .sub-menu {
    margin-top: 3px;
  }
}

@media (min-width: 1281px) and (max-width: 1400px) {
  .secondary-header .header-elevate .container {
    max-width: none !important;
    padding: 0 24px;
  }
}
@media (max-width: 1279px) {
  .secondary-header .header-elevate .container {
    max-width: 1110px !important;
    padding: 0;
    margin: 0 auto;
  }
}
/* @media (max-width: 1260px) {
  .header-elevate {
    padding: 0 24px;
  }
} */
@media (max-width: 1024px) {
  .secondary-header .header-elevate__container {
    max-width: 930px;
  }
}
@media (min-width: 851px) and (max-width: 1160px) {
  .secondary-header .header-elevate .container {
    padding: 0 24px;
  }
}
@media (max-width: 850px) {
  .secondary-header .header-elevate {
    padding: 0 42px;
  }
}
/* @media (max-width: 768px) {
  .header-elevate {
    padding: 0 42px;
  }
} */
@media (max-width: 767px) {
  .header-elevate__container {
    height: 72px;
  }
}
@media (max-width: 500px) {
  /* .header-elevate {
    padding: 0 24px;
  } */
  .secondary-header .header-elevate {
    padding: 0 24px;
  }
  .header-elevate__container {
    height: 52px;
  }
  .logo {
    position: relative;
    top: 3px;
  }
}
