@charset "UTF-8";
/* 1. GENERAL SITE STYLING */
ol, ul {
  -webkit-margin-after: .9rem;
          margin-block-end: .9rem;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.elementor-menu-cart__toggle_button.elementor-button {
    background-color: initial !important;
    border: initial !important;
}

.elementor-menu-cart__toggle_button.elementor-button:hover, .elementor-menu-cart__toggle_button.elementor-button:focus {
    background-color: initial !important;
    border: initial !important;
}

.elementor-widget-woocommerce-cart .woocommerce {
    font-family: "Prelo", sans-serif !important; 
}

/* WOOCOMMERCE MY ACCOUNT */
.woocommerce-account-custom-tab-container {
  padding: 40px;
  background-color: #ffffff;
  border-radius: 8px;
}

.awards-credits-count-message {
    margin-bottom: 20px !important;
}

.account-registration-tab {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 8px;
}

.my-account-login-ctrls {
    display: flex;
    flex-direction: row;
    gap: 60px;
    justify-content: center;
    margin: 40px;
}

.my-account-login-ctrls .control h2 {
    font-weight: 700 !important;
    color: #4B4C4F !important;
    font-size: 2.6rem;
    margin-bottom: 0 !important;
}

.my-account-login-ctrls .control.active h2 {
    color: #F26329 !important;
    border-bottom: 4px solid;
}

.my-account-login-ctrls .control:focus h2, .my-account-login-ctrls .control:hover h2 {
    color: #F26329 !important;
}

.my-account-login-ctrls .control {
    cursor: pointer;
}

#customer_login [data-panel="register"] {
    display: none;
}

#customer_login.is-register [data-panel="login"] {
    display: none;
}

#customer_login.is-register [data-panel="register"] {
    display: block;
}

.my-account-login-ctrls .control,
.my-account-login-ctrls .control * {
    -webkit-user-select: none; /* Safari/Chrome */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* old Edge */
    user-select: none;
}

.my-account-login-ctrls .control {
    -webkit-tap-highlight-color: transparent;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row label {
    color: #4B4C4F !important;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button {
    color: #ffffff !important;
    background-color: #F26329 !important;
    border-color: #F26329 !important;
    font-size: 1.1rem;
    line-height: 1.4em;
    font-weight: 700;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    font-family: "Prelo", sans-serif !important;
    border-radius: 8px !important;
    padding: 12px 24px !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row .input-text, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row select {
    font-size: 15px !important;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px !important;
    border: 1px solid #E6E6E7 !important;
    border-radius: 8px !important;
    background-color: #F9F9F9 !important;
    font-family: "Prelo", sans-serif !important;
    color: #4B4C4F !important;
    line-height: 1.5;
}

.manage-site-location-ctrls {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

/* 2. GRAVITY FORMS */
.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}

/* HTML BUTTON STYLES */
.btn {
    color: #ffffff !important;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F26329;
    border-radius: 8px 8px 8px 8px;
    font-weight: 700;
    background-color: #F26329;
    font-family: "Prelo", Sans-serif;
    font-size: 1.1rem;
    line-height: 1.4em;
    cursor: pointer;
    padding: .5rem 1rem;
}

/* 3. ELEMENTOR BUTTONS */

body .btn-style-outline .elementor-button {
  color: #F26329;
  background-color: transparent;
  border-color: #F26329;
}

body .btn-style-outline .elementor-button:hover, body .btn-style-outline .elementor-button:focus {
  color: #E24114;
  background-color: transparent;
  border-color: #E24114;
}

body .btn-style-minimal .elementor-button {
  color: #F26329;
  fill: #F26329;
  background-color: transparent;
  border-color: transparent;
  padding: 4px 0px;
  border-width: 0px 0px 2px 0px;
  border-radius: 0px;
}

body .btn-style-minimal .elementor-button:hover, body .btn-style-minimal .elementor-button:focus {
  color: #E24114;
  fill: #E24114;
  background-color: transparent;
  border-color: #E24114;
}

body .btn-style-white-outline .elementor-button {
  color: #FFFFFF;
  fill: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}

body .btn-style-white-outline .elementor-button:hover, body .btn-style-white-outline .elementor-button:focus {
  color: #FFFFFF;
  fill: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}

body .btn-style-white-minimal .elementor-button {
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
  padding: 4px 0px;
  border-width: 0 0 2px 0;
  border-radius: 0px;
}

body .btn-style-white-minimal .elementor-button:hover, body .btn-style-white-minimal .elementor-button:focus {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}

body .btn-style-tas .elementor-button {
  color: #ffffff;
  background-color: #2141AA;
  border-color: #2141AA;
  border-radius:0px;
}

body .btn-style-tas .elementor-button:hover, body .btn-style-tas .elementor-button:focus {
  color: #ffffff;
  background-color: #0E1A4C;
  border-color: #0E1A4C;
  border-radius:0px;	
}

/* 4. FORMS */
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  border: 1px solid #E6E6E7;
  border-radius: 8px;
  background-color: #F9F9F9;
  color: #4B4C4F;
  font-size: 1.1rem;
  font-family: prelo;
  padding: 8px;
}

label, .gform-field-label {
  color: #4B4C4F;
  font-size: 1.1rem;
  font-family: prelo;
  font-weight: bold;
}

/* 5. EVENTS CALENDAR */
#tribe-events-pg-template {
  max-width: initial;
  margin: initial;
  padding: initial;
}

.tribe-events .tribe-common-g-row.tribe-events-calendar-list__event-row {
  background-color: #ffffff;
  padding: 32px 0;
  border-radius: 12px;
}

.tribe-events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
  margin: 32px 0 !important;
}

.tribe-events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row > .tribe-common-g-col {
  padding-left: 32px;
  padding-right: 32px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description, .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description p {
  display: none !important;
  margin-top: 0 !important;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tribe-events .tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
  font-family: "Prelo", sans-serif !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 140% !important;
}

.tribe-events .tribe-common .tribe-common-h5 {
  color: #444446 !important;
}

.tribe-events .tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
  color: #F26329 !important;
}

.tribe-events .tribe-events-calendar-list__event-title-link:visited {
  color: inherit !important;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  font-family: "Prelo", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 150% !important;
  color: #444446 !important;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium {
  font-size: 48px !important;
}

.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus ~ .tribe-events-c-search__input-control-icon-svg path, .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input ~ .tribe-events-c-search__input-control-icon-svg path, .tribe-events .tribe-events-c-search__input-control--location .tribe-events-c-search__input:focus ~ .tribe-events-c-search__input-control-icon-svg path, .tribe-events .tribe-events-c-search__input-control--location-focus .tribe-events-c-search__input ~ .tribe-events-c-search__input-control-icon-svg path, .tribe-events .tribe-events-c-search__input-control-icon-svg path {
  fill: #F26329 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
  border-radius: 8px !important;
}

.tribe-events .tribe-events-c-events-bar__search-container {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.tribe-common-c-btn.tribe-events-c-search__button {
  border-radius: 8px 8px 8px 8px !important;
  border-color: #F26329 !important;
  background-color: #F26329 !important;
  border-style: solid !important;
  border-width: 2px 2px 2px 2px !important;
  padding: 12px 24px !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  font-family: "Prelo", sans-serif !important;
}

.tribe-common-c-btn.tribe-events-c-search__button:hover, .tribe-common-c-btn.tribe-events-c-search__button:focus, .tribe-common-c-btn.tribe-events-c-search__button:focus-visible {
  background-color: #E24114 !important;
  border-color: #E24114 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* Subscribe to calendar dropdown button – brand orange. */
.tribe-events .tribe-events-c-subscribe-dropdown__button {
  border-color: #F26329 !important;
  color: #F26329 !important;
  outline-color: #F26329;
  background-color: transparent !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-text {
  color: #F26329 !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-text:focus, .tribe-events .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-text:focus-visible {
  background-color: transparent !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: inherit;
}

.tribe-events .tribe-events-c-subscribe-dropdown__button:hover .tribe-events-c-subscribe-dropdown__button-text,
.tribe-events .tribe-events-c-subscribe-dropdown__button:focus-within .tribe-events-c-subscribe-dropdown__button-text {
  color: #E24114 !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown__button .tribe-common-c-svgicon__svg-fill {
  fill: #F26329 !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown__button:hover .tribe-common-c-svgicon__svg-fill,
.tribe-events .tribe-events-c-subscribe-dropdown__button:focus-within .tribe-common-c-svgicon__svg-fill {
  fill: #E24114 !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown__button:focus-within {
  border-color: #E24114 !important;
  color: #E24114 !important;
  background-color: transparent !important;
}

/* Event cost Get Tickets link (small CTA) – brand orange, darken on hover. */
.tribe-events .tribe-events-calendar-list__event-cost .tribe-events-c-small-cta__link {
  color: #F26329 !important;
  border-bottom: none !important;
}

.tribe-events .tribe-events-calendar-list__event-cost .tribe-events-c-small-cta__link:hover, .tribe-events .tribe-events-calendar-list__event-cost .tribe-events-c-small-cta__link:focus, .tribe-events .tribe-events-calendar-list__event-cost .tribe-events-c-small-cta__link:focus-visible {
  color: #E24114 !important;
  border-bottom: 1px solid #E24114 !important;
}

/* 6. GET TICKETS WIDGET */
#tribe-tickets__tickets-form #tribe-tickets__tickets-submit[disabled] {
  /* Get Tickets button when disabled (quantity 0). */
  background-color: #F26329 !important;
  border-color: #F26329 !important;
  font-size: 1.1rem !important;
  color: #fff !important;
  font-family: "Prelo", sans-serif !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
}

#tribe-tickets__tickets-form #tribe-tickets__tickets-submit {
  /* Get Tickets button when enabled (user has selected at least one ticket). */
  background-color: #F26329 !important;
  border-color: #F26329 !important;
  font-size: 1.1rem !important;
  color: #ffffff !important;
  font-family: "Prelo", sans-serif !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
}

#tribe-tickets__tickets-form #tribe-tickets__tickets-submit:hover {
  background-color: #E24114 !important;
}

#tribe-tickets__tickets-form .tribe-tickets__tickets-footer .tribe-common-b2 {
  /* Footer row: Quantity label, quantity number, Total label, total price. */
  font-size: 1rem !important;
  color: #4B4C4F !important;
  font-family: "Prelo", sans-serif !important;
}

#tribe-tickets__tickets-form .tribe-tickets__tickets-title {
  /* Widget heading (e.g. "Tickets"). */
  font-size: 1.25rem !important;
  color: #4B4C4F !important;
  font-family: "Prelo", sans-serif !important;
  font-weight: 700 !important;
}

#tribe-tickets__tickets-form .tribe-tickets__notice .tribe-tickets-notice__content {
  /* Notice bar (e.g. "tickets already in your cart..."). */
  font-size: 0.95rem !important;
  color: #4B4C4F !important;
  font-family: "Prelo", sans-serif !important;
}

#tribe-tickets__tickets-form .tribe-tickets__tickets-item-content-title {
  /* Ticket type name (e.g. "2025 Awards Early Bird Member Ticket"). */
  font-size: 1.1rem !important;
  color: #4B4C4F !important;
  font-family: "Prelo", sans-serif !important;
  font-weight: 700 !important;
}

#tribe-tickets__tickets-form .tribe-tickets__tickets-sale-price,
#tribe-tickets__tickets-form .tribe-tickets__tickets-sale-price .tribe-amount {
  /* Ticket price (e.g. £160.00). */
  font-size: 1rem !important;
  color: #4B4C4F !important;
  font-family: "Prelo", sans-serif !important;
}

#tribe-tickets__tickets-form .tribe-tickets__tickets-sale-price-suffix .woocommerce-price-suffix {
  /* Price suffix (e.g. "excluding VAT"). */
  font-size: 0.875rem !important;
  color: #4B4C4F !important;
  font-family: "Prelo", sans-serif !important;
}

#tribe-tickets__tickets-form .tribe-tickets__tickets-item-extra-available {
  /* "X available" text (e.g. "898 available"). */
  font-size: 0.9rem !important;
  color: #4B4C4F !important;
  font-family: "Prelo", sans-serif !important;
}

/* 7. ATTENDEE REGISTRATION CHECKOUT WIDGET */
.tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-dialog__title.tribe-modal__title {
  /* Modal title (e.g. "ukactive Awards 2026 Tickets"). */
  font-size: 1.25rem !important;
  color: #4B4C4F !important;
  font-family: "Prelo", sans-serif !important;
  font-weight: 700 !important;
}

.tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-dialog__close-button.tribe-modal__close-button {
  /* Close button – no orange border/ring. */
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: transparent !important;
}

.tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-dialog__close-button.tribe-modal__close-button:hover, .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-dialog__close-button.tribe-modal__close-button:focus {
  color: #F26329 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: transparent !important;
}

/* Close button in any Tribe dialog – no orange border/ring. */
.tribe-dialog__close-button.tribe-modal__close-button,
.tribe-dialog__close-button.tribe-modal__close-button:focus,
.tribe-dialog__close-button.tribe-modal__close-button:focus-visible {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: transparent !important;
}

.tribe-dialog__wrapper.tribe-modal__wrapper--ar #tribe-modal__cart .tribe-tickets__tickets-item-content-title {
  /* Cart block: ticket type name. */
  font-size: 1.1rem !important;
  color: #4B4C4F !important;
  font-family: "Prelo", sans-serif !important;
  font-weight: 700 !important;
}

.tribe-dialog__wrapper.tribe-modal__wrapper--ar #tribe-modal__cart .tribe-tickets__tickets-sale-price,
.tribe-dialog__wrapper.tribe-modal__wrapper--ar #tribe-modal__cart .tribe-tickets__tickets-sale-price .tribe-amount {
  /* Cart block: ticket price. */
  font-size: 1rem !important;
  color: #4B4C4F !important;
  font-family: "Prelo", sans-serif !important;
}

.tribe-dialog__wrapper.tribe-modal__wrapper--ar #tribe-modal__cart .tribe-tickets__tickets-sale-price-suffix .woocommerce-price-suffix {
  /* Cart block: price suffix (e.g. "excluding VAT"). */
  font-size: 0.875rem !important;
  color: #4B4C4F !important;
  font-family: "Prelo", sans-serif !important;
}

.tribe-dialog__wrapper.tribe-modal__wrapper--ar #tribe-modal__cart .tribe-tickets__tickets-item-extra-available {
  /* Cart block: "X available" text. */
  font-size: 0.9rem !important;
  color: #4B4C4F !important;
  font-family: "Prelo", sans-serif !important;
}

.tribe-dialog__wrapper.tribe-modal__wrapper--ar #tribe-modal__cart .tribe-tickets__tickets-footer .tribe-common-b2 {
  /* Cart block: footer quantity and total. */
  font-size: 1rem !important;
  color: #4B4C4F !important;
  font-family: "Prelo", sans-serif !important;
}

.tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-title {
  /* Attendee Details heading. */
  font-size: 1.25rem !important;
  color: #4B4C4F !important;
  font-family: "Prelo", sans-serif !important;
  font-weight: 700 !important;
}

.tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__notice--error .tribe-tickets-notice__content {
  /* Validation notice (e.g. field requires information). */
  font-size: 0.95rem !important;
  color: #4B4C4F !important;
  font-family: "Prelo", sans-serif !important;
}

.tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-ticket__tickets-heading {
  /* Ticket-type headings in attendee section. */
  font-size: 1.1rem !important;
  color: #4B4C4F !important;
  font-family: "Prelo", sans-serif !important;
  font-weight: 700 !important;
}

.tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item-title {
  /* Attendee item title (e.g. "Attendee 1"). */
  font-size: 1.1rem !important;
  color: #4B4C4F !important;
  font-family: "Prelo", sans-serif !important;
  font-weight: 700 !important;
}

.tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__form-field-label {
  /* Form field labels. */
  font-size: 1.1rem !important;
  color: #4B4C4F !important;
  font-family: "Prelo", sans-serif !important;
  font-weight: 700 !important;
}

.tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__form-field-input.tribe-common-form-control-text__input,
.tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__form-field-input-wrapper .tribe-common-form-control-text__input {
  /* Form inputs in attendee section. */
  border: 1px solid #E6E6E7 !important;
  border-radius: 8px !important;
  background-color: #F9F9F9 !important;
  color: #4B4C4F !important;
  font-size: 1.1rem !important;
  font-family: "Prelo", sans-serif !important;
  padding: 8px !important;
}

.tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__iac-email-disclaimer {
  /* Email disclaimer text. */
  font-size: 0.95rem !important;
  color: #4B4C4F !important;
  font-family: "Prelo", sans-serif !important;
}

.tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-footer-cart-button {
  /* "Save and View Cart" link button. */
  color: #F26329 !important;
  font-family: "Prelo", sans-serif !important;
  font-weight: 700 !important;
}

.tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-footer-cart-button:hover, .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-footer-cart-button:focus {
  color: #E24114 !important;
}

.tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-footer-divider {
  /* "or" divider between buttons. */
  font-size: 1rem !important;
  color: #4B4C4F !important;
  font-family: "Prelo", sans-serif !important;
}

.tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-footer-checkout-button {
  /* "Checkout Now" primary button. */
  background-color: #F26329 !important;
  border-color: #F26329 !important;
  font-size: 1.1rem !important;
  color: #ffffff !important;
  font-family: "Prelo", sans-serif !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
}

.tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-footer-checkout-button:hover, .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-footer-checkout-button:focus {
  background-color: #E24114 !important;
  border-color: #E24114 !important;
  color: #ffffff !important;
}

/* Ticket/attendee form input focus – orange border (replaces default blue). */
.tribe-tickets__form .tribe-tickets__form-field-input.tribe-common-form-control-text__input:focus, .tribe-tickets__form .tribe-tickets__form-field-input.tribe-common-form-control-text__input:focus-visible,
.tribe-tickets__form .tribe-tickets__form-field-input-wrapper .tribe-common-form-control-text__input:focus,
.tribe-tickets__form .tribe-tickets__form-field-input-wrapper .tribe-common-form-control-text__input:focus-visible {
  border-color: #F26329 !important;
  outline: none !important;
  -webkit-box-shadow: 0 0 0 1px #F26329;
          box-shadow: 0 0 0 1px #F26329;
}

/* Container orange left border when any input inside is focused. */
.tribe-tickets__form.tribe-tickets__attendee-tickets-item {
  border-left: 4px solid transparent;
}

.tribe-tickets__form.tribe-tickets__attendee-tickets-item:focus-within {
  border-left-color: #F26329;
}

.woocommerce-order {
    border-radius: 8px;
    background-color: #ffffff;
    padding: 40px;
    font-family: "Prelo", sans-serif;
    font-size: 1.1rem !important;
}

.woocommerce ul.order_details {
    margin: 30px 0 !important;
    padding: 0 !important;
}

.woocommerce-orders-table {
    font-family: 'Prelo', sans-serif;
    font-size: 1.1rem !important;
}

.woocommerce-orders-table a {
    color: #F26329 !important;
}

/* WooCommerce error list – white rounded container; red text on list items. */
.woocommerce-error {
    font-weight: bold;
    padding: 20px;
}

.woocommerce-error li {
    position: relative;
    color: #b32d2e;
}

.woocommerce-error::before {
    color: #b32d2e !important;
}

.woocommerce-info {
    border-top-color: #F26329;;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #ffffff;
    border-radius: 0 0 8px 8px;
    margin: 0;
    padding: 1em 2em 1em 3.5em;
    margin-bottom: 1rem;
    font-weight: bold;
}

.woocommerce-info::before {
    color: #515151 !important;
}

.return-to-shop {
    display: none;
}


/* 8. EVENTS CALENDAR – TOP BAR */
.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border[data-js="tribe-events-events-bar"] form.tribe-events-c-search.tribe-events-c-events-bar__search-form button.tribe-common-c-btn.tribe-events-c-search__button[type="submit"][name="submit-bar"] {
  /* Find Events submit button (keyword search). */
  padding: 10px 20px !important;
  margin: 0 4px !important;
}

.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border[data-js="tribe-events-events-bar"] li.tribe-events-c-view-selector__list-item.tribe-events-c-view-selector__list-item--list a.tribe-events-c-view-selector__list-item-link[data-js="tribe-events-view-link"] {
  /* List view option in the view selector dropdown. */
  width: 5rem !important;
  text-align: center !important;
}

.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border[data-js="tribe-events-events-bar"] li.tribe-events-c-view-selector__list-item.tribe-events-c-view-selector__list-item--month a.tribe-events-c-view-selector__list-item-link[data-js="tribe-events-view-link"] {
  /* Month view option in the view selector dropdown. */
  width: 5rem !important;
  text-align: center !important;
}

/* Top bar datepicker button – clear style: no orange hover, black underline only. */
.tribe-events-c-top-bar__datepicker button.tribe-events-c-top-bar__datepicker-button {
  background-color: transparent !important;
  color: #141827 !important;
  border: none !important;
  text-decoration: none !important;
  font-size: 28px !important;
  FONT-FAMILY: "Prelo", sans-serif !important;
}

.tribe-events-c-top-bar__datepicker button.tribe-events-c-top-bar__datepicker-button:hover, .tribe-events-c-top-bar__datepicker button.tribe-events-c-top-bar__datepicker-button:focus {
  background-color: transparent !important;
  text-decoration: underline !important;
  opacity: 0.5;
}

/* Top bar Today button – match orange primary. */
.tribe-events .tribe-events-c-top-bar.tribe-events-header__top-bar a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button {
  background-color: transparent !important;
  color: #141827 !important;
  border: none !important;
  text-decoration: none !important;
  font-size: 28px !important;
  FONT-FAMILY: "Prelo", sans-serif !important;
}

.tribe-events .tribe-events-c-top-bar.tribe-events-header__top-bar a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button:hover, .tribe-events .tribe-events-c-top-bar.tribe-events-header__top-bar a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button:focus {
  background-color: transparent !important;
  text-decoration: underline !important;
  opacity: 0.5;
}

/* 9. EVENTS CALENDAR DATE PICKER */
.datepicker.datepicker-dropdown.dropdown-menu .datepicker-days .table-condensed button,
.datepicker.datepicker-dropdown.dropdown-menu .datepicker-months .table-condensed button,
.datepicker.datepicker-dropdown.dropdown-menu .datepicker-years .table-condensed button,
.datepicker.datepicker-dropdown.dropdown-menu .datepicker-decades .table-condensed button,
.datepicker.datepicker-dropdown.dropdown-menu .datepicker-centuries .table-condensed button {
  /* All datepicker buttons (base reset for day, month, year, decade, century views). */
  background-color: transparent !important;
}

.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr:nth-child(2) {
  /* Spacing so day grid is not squashed under month header. */
  padding-bottom: 14px;
}

.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr:nth-child(2) button.prev,
.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr:nth-child(2) button.datepicker-switch,
.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr:nth-child(2) button.next {
  /* Day view header: prev, month title, next – no background. */
  background-color: transparent !important;
}

.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr:nth-child(2) button.datepicker-switch {
  border: 2px solid transparent;
}

.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr:nth-child(2) button.datepicker-switch:focus, .datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr:nth-child(2) button.datepicker-switch:active {
  border-color: transparent;
  background-color: transparent !important;
}

.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr:nth-child(2) button.prev:hover,
.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr:nth-child(2) button.prev:focus,
.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr:nth-child(2) button.next:hover,
.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr:nth-child(2) button.next:focus {
  /* Arrow buttons stay transparent on hover/focus. */
  background-color: transparent !important;
}

.datepicker.datepicker-dropdown .datepicker-days .table-condensed tbody button.day.active,
.datepicker.datepicker-dropdown .datepicker-days .table-condensed tbody button.day.active.current,
.datepicker.datepicker-dropdown .datepicker-days .table-condensed tbody button.day.today {
  /* Currently selected / today – use theme orange. */
  background-color: #F26329 !important;
  color: #ffffff !important;
  border-color: transparent !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.datepicker.datepicker-dropdown .datepicker-days .table-condensed tbody button.day {
  /* Default day cells – explicit text color so library cannot override to white. */
  color: #4B4C4F !important;
}

.datepicker.datepicker-dropdown .datepicker-days .table-condensed tbody button.day:hover, .datepicker.datepicker-dropdown .datepicker-days .table-condensed tbody button.day:focus, .datepicker.datepicker-dropdown .datepicker-days .table-condensed tbody button.day.focused, .datepicker.datepicker-dropdown .datepicker-days .table-condensed tbody button.day:focus-visible {
  /* Day cell hover and focus – keep transparent, no focus ring. */
  background-color: transparent !important;
  color: #4B4C4F !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.datepicker.datepicker-dropdown .datepicker-months .datepicker-grid button.month,
.datepicker.datepicker-dropdown .datepicker-years .datepicker-grid button.year,
.datepicker.datepicker-dropdown .datepicker-decades .datepicker-grid button.decade {
  /* Month / year / decade grid buttons (when not in day view) – no background. */
  background-color: transparent !important;
  color: #4B4C4F !important;
  border: 2px solid transparent !important;
}

/* Striped rows for months (match days view); exclude .active so selected stays orange. */
.datepicker.datepicker-dropdown .datepicker-months .datepicker-grid button.month:nth-child(n+5):nth-child(-n+8):not(.active) {
  background-color: rgba(0, 0, 0, 0.04) !important;
}

.datepicker.datepicker-dropdown .datepicker-years .datepicker-grid button.year:nth-child(n+5):nth-child(-n+8):not(.active) {
  background-color: rgba(0, 0, 0, 0.04) !important;
}

.datepicker.datepicker-dropdown .datepicker-decades .datepicker-grid button.decade:nth-child(n+5):nth-child(-n+8):not(.active) {
  background-color: rgba(0, 0, 0, 0.04) !important;
}

.datepicker.datepicker-dropdown .datepicker-months .datepicker-grid button.month:hover,
.datepicker.datepicker-dropdown .datepicker-months .datepicker-grid button.month:focus,
.datepicker.datepicker-dropdown .datepicker-months .datepicker-grid button.month.focused,
.datepicker.datepicker-dropdown .datepicker-months .datepicker-grid button.month:focus-visible,
.datepicker.datepicker-dropdown .datepicker-years .datepicker-grid button.year:hover,
.datepicker.datepicker-dropdown .datepicker-years .datepicker-grid button.year:focus,
.datepicker.datepicker-dropdown .datepicker-years .datepicker-grid button.year.focused,
.datepicker.datepicker-dropdown .datepicker-years .datepicker-grid button.year:focus-visible,
.datepicker.datepicker-dropdown .datepicker-decades .datepicker-grid button.decade:hover,
.datepicker.datepicker-dropdown .datepicker-decades .datepicker-grid button.decade:focus,
.datepicker.datepicker-dropdown .datepicker-decades .datepicker-grid button.decade.focused,
.datepicker.datepicker-dropdown .datepicker-decades .datepicker-grid button.decade:focus-visible {
  background-color: transparent !important;
  color: #4B4C4F !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: transparent !important;
}

.datepicker.datepicker-dropdown .datepicker-months .datepicker-grid button.month.active,
.datepicker.datepicker-dropdown .datepicker-months .datepicker-grid button.month.active.current,
.datepicker.datepicker-dropdown .datepicker-years .datepicker-grid button.year.active,
.datepicker.datepicker-dropdown .datepicker-years .datepicker-grid button.year.active.current,
.datepicker.datepicker-dropdown .datepicker-decades .datepicker-grid button.decade.active,
.datepicker.datepicker-dropdown .datepicker-decades .datepicker-grid button.decade.active.current {
  background-color: #F26329 !important;
  color: #ffffff !important;
  border-color: transparent !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* Remove library focus ring drawn via ::before/::after box-shadow. */
.datepicker.datepicker-dropdown .datepicker-days .table-condensed tbody button.day::before,
.datepicker.datepicker-dropdown .datepicker-days .table-condensed tbody button.day::after,
.datepicker.datepicker-dropdown .datepicker-months .datepicker-grid button.month::before,
.datepicker.datepicker-dropdown .datepicker-months .datepicker-grid button.month::after,
.datepicker.datepicker-dropdown .datepicker-years .datepicker-grid button.year::before,
.datepicker.datepicker-dropdown .datepicker-years .datepicker-grid button.year::after,
.datepicker.datepicker-dropdown .datepicker-decades .datepicker-grid button.decade::before,
.datepicker.datepicker-dropdown .datepicker-decades .datepicker-grid button.decade::after {
  display: none !important;
}

/* RESOURCES */
.resources-downloads-table {
  padding: 40px;
  border-radius: 20px;
  background-color: #f5f5f6;
}

.resources-downloads-table h3 {
  font-size: 2rem;
  line-height: 1rem;
  font-family: "Prelo", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 700;
  margin-bottom: 20px;
}

.resources-downloads-table .resources-downloads-table-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.resources-downloads-table span.download-link-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.resources-downloads-table .resources-downloads-table-list a {
  color: #F26329;
  fill: #F26329;
  border-width: 0px 0px 2px 0px;
  border-style: solid;
  border-radius: 0;
  display: inline-block;
  border-color: transparent;
  padding: 4px 0px;
}

.resources-downloads-table .resources-downloads-table-list a:hover, .resources-downloads-table .resources-downloads-table-list a:focus {
  border-color: #F26329 !important;
}

.resources-downloads-table span.download-link-text {
  font-size: 1.1rem;
  font-weight: 700;
}

.resources-downloads-table span.download-link-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.resources-downloads-table span.download-link-icon svg {
  height: 1em;
}

/* TABLET (and down) */
@media (max-width: 1024px) {
    .woocommerce-order {
        padding: 20px;
    }
}

/* MOBILE (and down) */
@media (max-width: 767px) {
    
}




/*# sourceMappingURL=styles.css.map */