@import url(../../basetemplate/css/weboverrides.css);

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: #222a55;
  --heading-masthead-font-color: #222a55;
  --primary-link-color: #222a55;
  --primary-link-color-hover: #222a55;
  --primary-button-text-color: #fff;
  --primary-button-font-size: 15px;
  --primary-link-color-reduced-med: #222a55;
  --primary-link-color-reduced-high: #3f487d;
  --primary-link-color-reduced-max: #656ea4;
  --disabled-button-background-color: #acacac;
  --small-font-size: 14px;
  --default-border-style: 1px solid rgba(96, 128, 159, 0.14);
  --default-border-radius: 12px;
  --list-divider-color: #ccc;
  --price-label-color: ##000;

  --form-label-color: #000;
}
.border {
  border: 0;
}

body {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
}

.l-masthead {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  margin: 0 auto;
}

.l-masthead .g-logo {
  display: none;
}

main.l-content {
  margin: 0;
  margin-top: 2rem;
  padding-top: 0;
}

main.l-content .g-masthead {
  padding-block: 2rem;
  margin-bottom: 2rem;
}

.v2-price-list-container,
.v2-price-row {
  transition: border 0.1s;
}

.g-blocklist.box .g-blocklist-link {
  background-color: transparent;
  background: transparent;
}

.g-blocklist-action .g-button.primary {
  text-transform: uppercase;
  background-color: var(--primary-link-color);
  color: #fff;
}

.g-blocklist-action .g-button.primary svg {
  fill: transparent;
  stroke: #fff;
}

.g-event-narratives {
  font-size: 16px;
  line-height: 20px;
}

.logo-header {
  min-height: 300px;
  display: flex;
}

.logo-header a {
  margin: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.logo-header img {
  max-width: 100%;
  width: 380px;
  margin: 0 auto;
}

.g-grey {
  background: transparent;
}

footer a {
  color: #000;
}

#poweredByEventimSee {
  display: flex;
  gap: 1rem;
}

input,
input[type],
select,
textarea {
  border-radius: 5px;
  background-color: #fff;
}

.g-button.primary {
  margin-top: 1rem;
  border-radius: 5px;
}

main ~ section.bg-white.overflow-hidden {
  padding: 60px 0;
}

#scroller-inner {
  gap: 6.5rem;
}

.container {
  margin: 0 auto !important;
}

.b-left {
  border-left: 1px solid black;
}

a:focus {
  outline: 0;
}

.socials {
  display: flex;
  gap: 1rem;
  margin-inline: 1rem;
  margin-bottom: 0;
}

.midline {
  margin-inline: 6rem;
}

@media (max-width: 768px) {
  .midline {
    display: none;
  }
}
.ticket {
  font-weight: 700;
}

.offer-code-entered.success-imp {
  background-color: rgba(34, 42, 85, 0.1333333333);
  color: #000;
  border-radius: 5px;
}

.g-button.secondary.offerCodeButton {
  border-radius: 5px;
  background-color: #222a55;
  color: #fff;
  border: 0;
}

/* .g-blocklist.box .g-blocklist-link {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.0666666667);
  border-radius: 3px;
  overflow-x: hidden;
} */

.c-cards-con {
  display: flex;
}

.poster {
  max-width: 1000px;
  width: 95%;
  margin: 2rem auto;
  display: block;
}

.logo-header a,
span.dates {
  font-family: var(--body-font-family);
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
