/* BUTTONS */

.checkbox__input:checked+.checkbox__wrapper .checkbox__box,
.event-map__marker,
.ticket-deck__ticket:before,
.radio-button-group__input:checked+.radio-button-group__wrapper,
.ticket__incrementer-buttons,
.purchase-progress__step.is-current::after,
.ticket::before,
.gradient-button,
.responsive-gradient-button,
.reveal__gradient-wrapper--pink-purple,
.reveal__gradient-section--pink-purple,
.hamburger-menu__link.active:before,
.ticket-info:before,
.wallet-event__cashless-banner,
.ticket-card__ticket-info:after,
.ticket-card__section--gradient,
.turbolinks-progress-bar,
.btn,
.event-hero {
      background: #FFA70A;
}
.btn.btn--muted,
.btn.btn--inverse {
  background: #fff;
}
.event-map__marker::after {
  border-top-color: #FFA70A;
}


/* LINKS */

.responsive-gradient-button.secondary,
.event-line-up__more-button,
.responsive-gradient-button.secondary:hover,
.event-line-up__more-button:hover,
.topup-selection__list-item.is-selected,
.topup-selection__input,
.btn.btn--inverse,
.ticket-cart-drawer__view,
.text-link {
    color: #FFA70A;
}
.text-link:after {
  border-bottom-color: #FFA70A;
}

.ticket-cart-drawer__counter,
.event-ticket:before,
.sub-nav__tab.active:before,
.nav__link.active:before,
.no-touchevents .hamburger__icon:not(.open):hover .hamburger__icon-bar {
  background: #FFA70A;
}
.payment-option__icon svg,
.payment-option--secondary .payment-option__icon svg,
.event-ticket__qr-code svg,
.event-line-up__more-button svg,
.icon--color-primary-vertical-gradient svg,
.no-touchevents .payment-option button:not([disabled]):hover .payment-option__arrow svg {
  fill: #FFA70A;
}

.event-section {
  display: none;
}

.bg-blur {
  opacity: 0;
}

/* FAVOURITE ARTIST LABELS HIDING AND CHANGE */

[data-question-instance-id="89092"] label {
  font-size: 0;
}
[data-question-instance-id="89092"] label:after {
  font-size: 0.9375rem;
}
[data-question-instance-id="89092"] label:before {
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.6;
  content: "List your top 3 South African artists (any genre / band or DJ):";
}
[data-question-instance-id="89091"] label,
[data-question-instance-id="89090"] label {
  display: none;
}
[data-question-instance-id="89091"].question-list__item, 
[data-question-instance-id="89090"].question-list__item {
  padding-top: 0;
  border-top: none;
}

[data-question-instance-id="89097"] label {
  font-size: 0;
}
[data-question-instance-id="89097"] label:after {
  font-size: 0.9375rem;
}
[data-question-instance-id="89097"] label:before {
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.6;
  content: "List your top 3 International artists (any genre / band or DJ):";
}
[data-question-instance-id="89096"] label,
[data-question-instance-id="89095"] label {
  display: none;
}
[data-question-instance-id="89096"].question-list__item, 
[data-question-instance-id="89095"].question-list__item {
  padding-top: 0;
  border-top: none;
}
