@import url(../../basetemplate/css/weboverrides.css);
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  --body-background-color: #fff;
  --section-background-color: #fff;
  --item-background-color: #f4f4f4;

  --body-font-size: 16px;
  --body-font-weight: 300;
  --body-font-color: #000;
  --heading-font-color: #000;
  --heading-masthead-font-color: #000;

  --primary-link-color: #c6a16a;
  --primary-link-color-hover: #c6a16a;
  --primary-button-text-color: #fff;
  --primary-button-font-size: 15px;
  --primary-link-color-reduced-med: #c6a16a;
  --primary-link-color-reduced-high: #c6a16a;
  --primary-link-color-reduced-max: #edd3ac;
  --disabled-button-background-color: #acacac;
}

/* Overrides */

html {
  scroll-behavior: smooth;
}

body {
  & a {
    color: var(--primary-link-color);
  }
  & p,
  & a,
  & button,
  & span {
    font-family: "Poppins" !important;
  }

  & .elementor-button-text {
    font-family: "poppins";
    font-weight: 600;
  }

  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6 {
    font-family: "Anton";
    font-weight: 600;
    letter-spacing: 2px;
  }
}

.g-button.primary {
  background-color: var(--primary-link-color);
  border: 0;
}

.g-button.large {
  padding: 1.15625rem 5rem 1.15625rem 2.5rem;
}

.g-driver-text {
  color: #000;
}

.g-blocklist.box .g-blocklist-link svg.g-icon {
  fill: var(--body-background-color) !important;
  color: var(--body-background-color) !important;
}

main .border {
  border: none !important;
}

.g-ui-box {
  background: var(--body-background-color);
  border: 0;
}

.g-ui-box.tight {
  padding: 1.875rem 1.5625rem;
}

.page-template-page-ticketsfest footer.pv-shared-event-list-footer {
  background-image: none;
  background-color: #fff;
}

.g-logo img {
  margin: auto;
}

.tight + .tight {
  margin: 1.875rem 0;
}

.v-venue-index {
  & .g-masthead {
    display: none;
  }
}

.v-event-eventdetails {
  & .g-masthead {
    display: block;

    & * {
      font-weight: 800;
      text-align: center;
    }
  }
}

#goog-map {
  display: none;
}

div.g-grey {
  background: transparent;
}

/*- Make tabs look pretty -*/

#offerPageHeading ul {
  margin: 0 0 0.9375rem;
  height: auto;
  padding: 0;
  border-bottom: none;

  li {
    display: inline-block;
    margin: 0 0 0.3125rem 0;
    border: 1px solid #dcdcdc;

    &.half-season-ticket {
      display: block;
      clear: both;
      max-width: 300px;
    }

    a {
      display: block;
      color: #1f1f1f;
    }

    a:hover {
      color: var(--primary-link-color-hover);
    }
  }

  li:last-child {
    width: auto;
    border-right: 1px solid #dcdcdc;
  }
}

/*- Make tabs look pretty on mobile -*/

@media only screen and (max-width: 767px) {
  #offerPageHeading ul {
    height: auto;
  }

  #offerPageHeading ul li:not(.current-offer-page) {
    display: block;
  }

  #offerPageHeading ul li.current-offer-page {
    background-color: #fff;
  }
}

.g-blocklist-link.view-order-link {
  background-color: var(--item-background-color);
}

p.link[data-showonclick=".faq"] {
  background-color: var(--primary-link-color);

  color: white !important;
  border-radius: 3px;
  text-decoration: none !important;
  padding: 5px;
  display: block;
}

.js-accordion-trigger {
  background: transparent;
  border-bottom: 1px solid var(--primary-link-color);
  color: var(--primary-link-color);
  font-weight: bold;

  & .g-icon.chevron-right {
    transition: transform 0.5s !important;
  }

  &.js-open {
    & .g-icon.chevron-right {
      transform: rotate(90deg);
    }
  }
}

.g-progress-nav-link {
  &:before {
    background-color: #000;
  }

  &.current:before {
    background-color: var(--primary-link-color);
  }
}

.form-field.inline input,
.formfields input,
input[type="text"],
input[type="search"],
select {
  /* border: 2px solid --body-font-color;
  border-radius: 0; */
  /* margin-top: 1rem; */

  &:focus {
    outline: 2px solid var(--primary-link-color);
  }
}

.event-title {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 24px;
}

.elementor-section.elementor-top-section.elementor-element.elementor-element-1888e611.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
  display: none;
}

.elementor-section.elementor-top-section.elementor-element.elementor-element-f886d0d.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
  display: none;
}

body.search,
body.v-venue-index {
  &
    .elementor-section.elementor-top-section.elementor-element.elementor-element-1888e611.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    display: block;
  }

  &
    .elementor-section.elementor-top-section.elementor-element.elementor-element-f886d0d.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    display: block;
  }
}

.elementor-button-link.elementor-button.elementor-size-md {
  background-color: var(--primary-link-color);
  font-weight: 700;
  position: relative;
}

.elementor-nav-menu__align-center .elementor-nav-menu {
  width: 90vw;
}

@media only screen and (max-width: 600px) {
  body.search {
    &
      .elementor-section.elementor-top-section.elementor-element.elementor-element-1888e611.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
      display: none;
    }

    &
      .elementor-section.elementor-top-section.elementor-element.elementor-element-f886d0d.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
      display: none;
    }
  }
}

.elementor-button-link.elementor-button.elementor-size-sm.no-transform {
  transform: none;
  bottom: 0;
  margin-left: 1rem;
  background-color: var(--primary-link-color);
}

.elementor-button-link.elementor-button.elementor-size-sm.no-transform:hover {
  transform: scale(0.94);
}

.list-toggle {
  margin-top: 2rem;
  margin-bottom: 0;
  display: none;
}

.v-venue-index .list-toggle,
.search .list-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 80rem;
  /* max-width: 95%; */
  margin-left: auto;
  margin-right: auto;
}

.search h1.border {
  display: none;
}

input#location {
  margin: 0;
}

.filter-buttons .reset {
  margin-top: 1rem;
  margin-left: 0;
}

.search .g-masthead.tight {
  padding: 0;
}

.g-outer.tight {
  margin-top: 0;
}

.pv-event-calendar-day.pv-calendar-day.day-has-shows {
  font-family: "poppins";

  & time {
    font-weight: 500;
  }
}

.elementor-136
  .elementor-element.elementor-element-feed8ac
  > .elementor-widget-container {
  padding-inline: 60px;
  font-size: 14px;
  & img {
    display: block;
    margin: 0 auto;
  }
}

.elementor-widget-container {
  & img {
    display: block;
    margin: 0 auto;
  }
}

.elementor-button span {
  font-weight: 700;
}

main.l-content {
  margin-top: 1rem;
}

.masthead-title-grid {
  display: flex;
  width: 100%;
  flex-direction: column;

  align-items: center;
  justify-content: center;
}

.v2-price-row__price h4 {
  font-weight: 500;
  font-size: 18px;
  font-family: "roboto", arial, sans-serif;
}

.v2-price-group h3 {
  background-color: var(--primary-link-color);
  color: #fff;
  padding: 1rem;
  font-family: "Anton";
  font-size: 20px;
  border-bottom: 0;
  margin-left: 0;
  border-radius: var(--default-border-radius);
}
