@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/apy2qyv.css");
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&display=swap');


:root {
  --darkColor: #3a0000;
  --midColor: #872900;
  --brightColor: #f35511;
  --lightColor: #ffe6db;
  --badgeColor: #000000;
  --headerColor: #f35511;
  --headerfont: "Domaine Text", "Domine", Times New Roman, Times, serif;
  --bodyfont: "Maven Pro", Helvetica Neue, Helvetica, Arial, sans-serif;
--offerHeader = #3a0000;
--offerHeaderColor = #ffffff;
}

/* start QMT */
@media (max-width: 639px) {
  .header {
    position: absolute;
    background: transparent;
  }

  .header .mobile-logo {
    transition: color 0.2s ease;
  }

  .header .header-button.open,
  .header .mobile-logo.open {
    color: #f35511;
  }
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.5rem;
}

.header-inner .logo {
  flex: none;
}

.header-inner .menu {
  flex: none;
  margin-left: auto;
}

.header-inner .header-button {
  border: none;
  background: transparent;
  color: currentColor;
  padding: 0;
  transition: color 0.2s ease;
}

.header-inner .header-button > svg {
  width: 1.25rem;
  height: 1.25rem;
}

.header-inner .header-button svg.open-icon {
  display: inline-block;
}

.header-inner .header-button.open svg.open-icon,
.header-inner .header-button svg.close-icon {
  display: none;
}

.header-inner .header-button.open svg.close-icon {
  display: inline-block;
}

@media (max-width: 959px) {
  .header-inner {
    height: 4rem;
  }

  .header-inner .header-button,
  .header-inner .mobile-logo {
    z-index: 1250;
  }
}

.logo {
  display: block;
  width: 2rem;
  height: 2rem;
}

.logo svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.desktop-logo {
  height: 93vh;
  max-height: 940px;
}

.desktop-logo svg {
  height: 100%;
  width: auto;
}

#small-desktop-logo svg {
    width: 240px;
    height: auto;
}

.position-relative,
.relative {
  position: relative;
}
.z-index-super-high {
  z-index: 1299;
}
.width-100 {
  width: 100%;
}
.position-top-left {
  top: 0;
  left: 0;
}
.fixed,
.position-fixed {
  position: fixed;
}
.pointer-events-none {
  pointer-events: none;
}
.height-100 {
  height: 100%;
}
.position-top-left {
  top: 0;
  left: 0;
}
.absolute,
.position-absolute {
  position: absolute;
}
.pointer-events-auto {
  pointer-events: auto;
}
.padding-left-m {
  padding-left: 1.5rem;
}
.padding-vertical-m {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.padding-right-xl {
  padding-right: 3rem;
}

/* end QMT */

body {
  font-family: "Maven Pro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #f35511;
  color: var(--brightColor);
  height: 100vh;
  min-height: 100%;
  background-color: #3a0000;
  background-color: var(--darkColor);
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

section {
  width: 100%;
  box-sizing: border-box;
}

span,
div,
p,
input,
a,
table,
ul {
  font-family: "Maven Pro", Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

p > a,
p > a:link,
p > a:active,
p > a:visited,
p > a:hover,
a,
a:active,
a:visited {
  color: #000000;
  font-size: inherit;
}

.page p,
.page a,
.page p a,
#content p,
#content td,
p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  background: transparent !important;
}

#content > div > #event-details-section p{
color: var(--darkColor);
}

#content > div > #event-details-section p a{
color: var(--midColor);
}


strong a{font-size: inherit!important;
color:inherit!important;
font-weight:inherit!important;
font-family:inherit!important;}


div,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Maven Pro", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  color: currentColor;
}

hr {
  border-top: 1px solid #000000 !important;
}

h1.titlebar,
h1.titlebar > a,
h2.titlebar,
h2.titlebar > a,
.separatorline h2 {
  background: none;
  color: currentColor;
  font-weight: 300 !important;
  font-size: 2.625rem;
  font-style: normal;
  color: #000;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1;
  margin-bottom: 20px;
  padding: 0px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 0px solid currentColor;
  border-radius: 0px;
}

#content > #progress-bar + section.moduleseparator,
#content
  > #progress-bar
  + section.moduleseparator
  > .titlebar_container
  > .titlebar {
  margin-bottom: 0px;
}

.event-title span {
  font-family: "Maven Pro", Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.popup {
  width: 600px;
  max-width: 100%;
  top: 50%;
  left: 50%;
  margin-left: unset;
  margin-top: unset;
  transform: translate(-50%, -50%);
  color: #000000;
}

.popup_content{
  max-height: 80vh;
}

.overlay {
  z-index: 9999;
}

.badge {
  padding: 0.4rem 0.75rem;
  font-size: 0.75rem;
  border-radius: 5rem;
  display: inline-block;
  margin: 0 0.5rem 0.25rem 0;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-family: "Maven Pro", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  letter-spacing: 1;
  background-color: currentColor !important;
}

.badge-text {
  color: var(--badgeColor);
}


/* Remove event thumbnail */
.page_headleftimage,
#event-summary-block * img,
#order-basket-image,
#order-basket-vouchers-image,
.order-basket-image-container {
  display: none;
}

/* Remove cropping on event thumbnail */
.page_headleftimage {
  width: auto;
  height: auto;
}

.small-image-holder {
  max-width: 140px;
}

#order-basket-image,
#order-basket-vouchers-image {
  padding-bottom: 0px !important;
  margin-bottom: 8px;
}

#order-basket-info-title {
  font-weight: bold !important;
}

#order-basket-info {
  margin-bottom: 10px;
}

/* Modal popup/dialog */
.popup,
.ui-dialog {
  width: 600px !important;
  max-width: 100% !important;
  top: 50% !important;
  left: 50% !important;
  margin-left: unset !important;
  margin-top: unset !important;
  transform: translate(-50%, -50%) !important;
}

/* Login page responsive behaviour */
#login-section .sub_col {
  //width: 100% !important;
  padding-right: 0% !important;
}

#login-section #guest-login {
  padding-right: 0px !important;
}

#login-section .facebook-login-with-guest {
  width: 100% !important;
  padding-right: 0px !important;
}

#login-form .loginUnderline {
  color: currentColor !important;
}

#sectionRegisterNewCustomer section div div.sub_col {
  width: 100% !important;
  padding-right: 0% !important;
}

#sectionRegisterNewCustomer section div div.sub_col:last-child {
  padding-right: 0px !important;
}

#col_main_mobile * #order-basket-info-table {
  width: auto;
}

#col_main_mobile * #order-basket-image {
  margin-right: 15px;
}

#footer-order-amount-text {
  padding-left: 10px;
  padding-right: 10px;
}

.ticket-type-total-row td {
  color: #fff !important;
}

#footer-notes {
  width: auto !important;
  padding-right: 20px;
}

.event-ticket-type .ticket-type-total {
  color: #000000 !important;
  font-weight: normal !important;
}

/* Header */

header {
  width: 100%;
  border: 0px solid #fff !important;
  height: auto !important;
  display: block;
  //background-color:currentColor;
  margin-bottom: 35px;
    z-index: 0;
color: var(--headerColor);
}

header .header {
  width: 100%;
  background-color: transparent;
  z-index: 1250;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

header .header-bar {
  display: table;
  max-width: 1120px;
  width: 100%;
  margin: 0px auto;
  height: 5.5rem;
}

.header-bar div {
  display: table-cell;
  padding: 0 0px;
  text-align: left;
}

.header-bar a {
  color: #fff;
  text-transform: none;
  font-weight: 900;
  text-decoration: none;
  font-size: 15px;
}

.header-bar #logo {
  width: auto;
  height: calc(60px - 1rem);
}
.header-bar #logo-desktop {
  padding: 0.5rem 0;
  width: auto;
  height: calc(60px - 1rem);
}
.header-bar #nav {
  text-align: right;
}

#nav a {
  padding: 10px 10px;
  transition-property: background-color, box-shadow, border, color, opacity,
    transform;
  transition-duration: 0.3s;
  border-bottom: 4px solid #000;
}

#nav a:hover {
  color: currentColor;
}

.sub-header {
  border-top: solid 1px currentColor;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1120px;
  width: 100%;
  margin: 0px auto;
}

.sub-header-left {
  text-align: left;
max-width:70%;
}

.sub-header-right {
  color: currentColor;
  font-family: var(--headerfont) !important;
  font-size: 1.375rem !important;
  display: block;
  line-height: 1.15;
  text-align: right;
}

#header-venue {
  color: currentColor;
  font-family: "Maven Pro", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size: 1.375rem !important;
  display: block;
  text-transform: uppercase;
  line-height: 1.15;
}

.sub-header .badge {
  margin-top: 1.5rem;
  padding: 0.325rem 0.625rem !important;
}

.sub-header .badge .badge-text {
  font-size: 0.85rem !important;
}

/* TOUR BANNER */

#header-image-wrapper {
  max-height: 70vh;
  overflow: hidden;
  background-color: #3a0000;
  background-color: var(--darkColor);
}

header .header-banner {
  width: 100%;
  margin: 0px auto;
  padding-bottom: 0px;
  line-height: 1;
  height: 70vh;
}

header .header-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Moshtix Navigation */
#header > nav,
header#mobile-nav {
  display: none;
}

#navpanel_container {
  display: none;
}

/* remove the selector that hides the support button */
a[href*="tixsupport.moshtix.co"] {
  display: inline-block;
}

/* Footer */
footer {
  text-align: center;
  width: 100%;
  background-color: #3a0000;
  background-color: var(--darkColor);
  margin: 0px auto;
  border: 0px solid #fff !important;
  padding-top: 0px !important;
  margin-top: 20px !important;
}

footer img,
footer svg {
  padding: 15px 0px;
}

footer .footer {
  max-width: 1120px;
  margin: 0px auto;
  width: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
}

.QLD-Gov-Logo {
  color: #ffffff;
}

a.Moshtix-Logo,
a.Moshtix-Logo:hover {
  color: currentColor !important;
  text-align: right;
}

/* Navigation */

.nav {
  width: 100%;
  color: currentColor;

  text-decoration: none;
  font-size: 15px;
}

.nav a {
  color: currentColor;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: 1;
  opacity: 0.75;
  transition-property: background-color, box-shadow, border, color, opacity,
    transform;
  transition-duration: 0.3s;
}

.nav ul {
  text-align: left;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -moz-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  color: currentColor !important;
  height: 5.5rem;
}

.nav ul li {
  display: inline-block;
  padding: 1.25rem;
  text-align: center;
}

.nav ul li:hover {
  background-color: transparent;
}

.nav a:hover {
  opacity: 1;
}

#header-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

header#mobile-nav {
}

header > nav > ul > li > a,
header > nav > ul > li > a:active,
header > nav > ul > li > a:visited {
  display: block;
  height: 22px;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  font-family: "Maven Pro", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  font-weight: bold;
  color: currentColor;
  vertical-align: middle;

  text-decoration: none;
  text-transform: none;
  letter-spacing: 1;
}

#nav_login {
}
#nav_support::before {
  content: "Contact ";
}

#mobile-nav {
  display: none;
}

header > nav > ul > li.menu-item-medium {
  width: fit-content;
}

/* Hamburger */

#mobile-hamburger {
  display: none;
  position: absolute;
  padding: 0px;
  top: 0.65rem;
  right: 42px;
  z-index: 8;
}

#menuToggle {
  display: block;
  position: relative;
  top: 22px;
  left: 22px;

  z-index: 10;

  -webkit-user-select: none;
  user-select: none;
  padding: 0px;
}

#menuToggle li a {
  text-decoration: none;
  color: currentColor;
  font-size: 2rem !important;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

#menuToggle li:hover {
  background: #000;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  color: currentColor;
  cursor: pointer;

  opacity: 0; /* hide this */
  z-index: 11; /* and place it over the hamburger */

  -webkit-touch-callout: none;
}

#logo-mobile a {
  max-width: 200px;
  width: 100%;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  border-radius: 1px;
  height: 1px;
  width: 20px;
  margin-bottom: 5px;
  position: relative;

  background: currentColor;

  z-index: 9;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
  width: 10px;
  margin-left: 10px;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  width: 24px;
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: currentColor;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
  width: 24px;
  margin-left: 0px;
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  height: 100vh;
  max-width: 100vw;
  position: fixed;
  width: 100vw;
  margin: -120px 0 0 calc(-100vw + 40px);
  padding: 66px 0px 20px 4px;
  color: currentColor;
  backgroud: #872900;
  background: var(--midColor);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  transform-origin: 0% 0%;
  transform: translate(-100%, 0);

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  text-align: left;
  padding: 10px 0px;

  margin: 0px 15px;
  background: transparent;
  border-top: 1px solid currentColor;
  max-width: 100%;
  color: currentColor;
  box-sizing: border-box;
  font-size: 14px;
  text-transform: capitalize;
}
#menu #logo-hamburger {
  background: none !important;
  text-align: left;
  border-top: 0px solid currentColor;

  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.5rem;
}

#menu #logo-hamburger a img {
  max-width: 200px;
  width: 100%;
  height: auto;
}
/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: none;
}

/* Button */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button_orange,
.button_orange:active,
.button_orange:visited {
  padding: 0.5rem 1rem !important;
  max-height: 40px !important;
font-size:15px;
  text-align: center;
  letter-spacing: 1;
  transition: all 0.15s linear;
  zoom: 1;
  bordercolor: #f35511;
  border-color: var(--brightColor) !important;
  background-color: #f35511;
  background-color: var(--brightColor) !important;
  text-transform: capitalize;
  font-weight: 400 !important;
  border-style: solid !important;
  border-width: 2px !important;
  border-radius: 1.375rem !important;
  background: #f35511;
  background: var(--brightColor) !important;
  color: #3a0000;
  color: var(--darkColor) !important;
}

#event-buy-tickets, #event-buy-tickets:active,
#event-buy-tickets:visited{
max-height: fit-content !important;
  border-color: var(--midColor) !important;
  background-color: var(--midColor) !important;
  text-transform: capitalize;
  font-weight: 400 !important;
  border-style: solid !important;
  border-width: 2px !important;
  background: #f35511;
  background: var(--midColor) !important;
  color: #3a0000;
  color: var(--lightColor) !important;

    min-width: fit-content !important;
    border-radius: 1.5rem !important;
    padding: calc(0.9375rem - 1px) 1.5em !important;
    min-width: 3rem !important;
    height: 3rem !important;
    font-family: inherit !important;
    line-height: .95 !important;
    font-size: 1.125rem !important;
    letter-spacing: 1 !important;
    text-align: center !important;
    text-transform: none !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-shadow: none !important;
    transition: all .2s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  opacity: 0.8;
}

button.button-zippay, button.button-zippay:active{
    display: flex !important;
    text-transform: initial !important;
    border-radius: 8px !important;
    background: #361155 !important;
    color: #FFF !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    width: 100% !important;
    text-align: center !important;
    display: inline-block !important;
    height: 53px !important;
    padding-top: initial !important;
border:none !important;
letter-spacing: initial!important;

}

/* LAYOUT STYLING */
#wrapper {
  padding: 0px;
}

#wrapper > #container {
  width: 100%;
  max-width: unset !important;
  padding: 0px;
  background: #ffffff;
}

#container > #content {
  margin: auto;
  max-width: 1120px;
  width: auto;
  background: #ffffff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
}

#col_main_mobile {
  width: 100%;
  padding: 0px 15px;
}

[data-is-mobile="true"] > #wrapper > #container > #content {
  padding-left: 15px;
}

#content > div {
  width: 100%;
  box-sizing: content-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-direction: row;
}

#content > #progress-bar,
#progress-bar {
  display: block;
  width: 100%;
  box-sizing: unset;
  //color:#ffffff!important;
}
#progress-bar span {
  color: initial;
}

#progress-bar div.current {
  background-color: #872900;
  background-color: var(--midColor);
}

#progress-bar div.previous {
  background-color: var(--brightColor);
}

/* Header event title */
#header-event-title {
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  display: -ms-flexbox;
  display: -moz-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  align-items: flex-end;
  background: linear-gradient(0deg, var(--darkColor), transparent)
      no-repeat 0 100%/100% 50%,
    linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent) no-repeat 0 0/100%
      51% !important;
  height: 70vh;
}

#header-event-title > h1 {
  color: currentColor;
  text-align: right;
  padding-top: 5.5rem;
  font-size: 6.875rem;
  font-weight: 400;
  margin: 0.25em auto;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1;
  //max-width: 60rem;
  max-width: 1120px;
  width: 100%;
  padding-left: 15px;
  padding-right: 1rem;
}

#header-event-title > h2 {
  color: #fff;
  padding: 0 1.5rem 0 0;
  text-align: right;
  font-weight: 400;
}

/* Breadcrumbs */
.breadcrumb-container {
  margin: auto;
  max-width: 100%;
  width: auto;
  padding: 0px;
  background: currentColor;
  padding: 0px 15px;
}

#breadcrumbs p,
#breadcrumblabel {
  display: none !important;
}

.breadcrumb {
  background-color: transparent;
  list-style: none;
  border-radius: 4px;
  padding: 0;
  margin: 15px 0 25px;
  display: block;
}

.breadcrumb > li {
  display: inline;
}

.breadcrumb > li a,
.breadcrumb > li span {
  font-size: 15px;
  color: #000;
  font-family: "Maven Pro", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  text-decoration: none;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #fff;
  content: "/\00a0";
}

/*zip pay */
.parentDiv {padding-bottom:20px;}

/* Event page content ordering and display (in order of code on page) */

/* Related event */
#content > div > #status-linked-section {
  order: 0;
  flex: 1 100%;
}

#linked-event {
  background-color: var(--midColor);
}


#linked-event > a,
#linked-event p {
  font-size: 16px;
  font-weight: bold;
color: var(--darkColor);
}

.linked-event-details p {
  font-weight: 400 !important;
  font-size: 15px !important;
}

#linked-event img{
border-radius: 3px;
padding-right:0px;
margin-right:1rem;
}

/* Event info and thumbnail */
#content > div > #event-summary-section {
  width: 33.33333%;
  //padding: 0 15px 0 0;
  order: 5;
    border: 1px solid var(--darkColor);
    padding: 1rem;
    border-radius: 0.35em;
}

#event-summary-block {
  padding: 0px !important;
  margin: 12px 0px;
  border-top: 1px solid #000 !important;
}

#event-summary-block * {
  font-family: "Maven Pro", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  color: var(--darkColor) !important;
  font-size: 16px;
  text-align: left;
}

#event-summary-section > .event-date-venue-info {
  font-size: 16px !important;
  width: 100%;
}

.page_headtitle_withleftimage {
  position: static;
  float: none;
  min-height: unset;
  display: inline-block;
}

.page_headtitle_withleftimage {
  min-height: unset !important;
  width: 100% !important;
  min-width: 150px;
  min-width: unset !important;
}

#event-summary-block .event-date-venue-info,
#event-summary-info {
  position: static;
  bottom: auto;
  left: auto;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  padding: 10px 0px 0px 0px;
}

#event-summary-block .event-date,
#event-summary-date {
  font-size: initial !important;
  font-weight: 400 !important;
}

.page_headtitle p {
  margin-bottom: 0px;
}

.event-venue,
#event-summary-date > strong {
  padding: 0px 0px 00px 0px;
  font-size: 16px !important;
}

.event-venue::before,
#event-summary-date > strong::before {
  content: "LOCATION";
  display: block;
  font-family: inherit;
  font-weight: 500;
  font-size: 0.875rem;
  font-style: normal;
  color: inherit;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 1;
  padding: 15px 0px;
  border-top: 1px solid #d2d2d2 !important;
}

#event-summary-date::before {
  content: "DATE";
  display: block;
  font-family: inherit;
  font-weight: 500;
  font-size: 0.875rem;
  font-style: normal;
  color: inherit;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 1;
  padding: 15px 0px;
}

#event-summary-time::before {
  content: "TIME";
  display: block;
  font-family: inherit;
  font-weight: 500;
  font-size: 0.875rem;
  font-style: normal;
  color: inherit;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 1;
  padding: 15px 0px;
  border-top: 1px solid #d2d2d2 !important;
}

#accessibility-info-url,#accessibility-info-url-mobile{
  display: block;
padding: 25px 0px 10px 0px;
text-decoration:none;
}

#accessibility-info-url::before,#accessibility-info-url-mobile::before {
  content: "ACCESSIBILITY";
  display: block;
  font-family: inherit;
  font-weight: 500;
  font-size: 0.875rem;
  font-style: normal;
  color: inherit;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 1;
  padding: 15px 0px;
  border-top: 1px solid #d2d2d2 !important;
}

#accessibility-info-url img,#accessibility-info-url-mobile img{display:block;}



#event-summary-venue {
  font-weight: normal;
}

#event-summary-block .event-venue-name,
#event-summary-venue {
  font-size: 16px !important;
  font-weight: 400 !important;
}

/* Waitlist */
#content > div > #waitlist-section {
  order: 2;
  flex: 1 100%;
  padding: 0px 0px;
}

#waitlist {
  margin-bottom: 25px !important;
}

#waitlist-submit {
  height: auto !important;
  color: var(--brightColor) !important;
  border-color: var(--brightColor) !important;
background:transparent !important;
font-weight:bold !important;
}

/* Tickets section */
#content > div > #event-tickets-section {
  padding: 0px 0px;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* Event Details */
#content > div > #event-details-section {
  order: 6;
  flex: 1 66%;
  padding: 0px 0px 35px 0px;
    padding-left: 3rem;
}

#content > div > #event-details-section > .titlebar_container > h2.titlebar {
  display: none;
}

/*#event-details-section > .page p:nth-of-type(2),*/ .teaser {
  margin: 0.5em 0 !important;
  font-weight: 300 !important;
  font-size: 2.8rem !important;
  font-style: normal !important;
  color: var(--midColor) !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: 1 !important;
  font-family: var(--headerfont) !important;
}

/* Nesting withing Tickets section for presenting, event title, tickets and event details */

#event-tickets-section > #event-summary-presenting {
  order: 1;
  width: 100%;
  line-height: 1.25 !important;
  padding-bottom: 20px;
}

#event-summary-presenting > em {
  color: var(--darkColor) !important;
  font-weight: 500;
  font-size: 0.875rem;
  font-style: normal;
  color: inherit;
  line-height: 1.25 !important;
  text-transform: uppercase;
  letter-spacing: 1;
}

#event-tickets-section > #event-summary-title {
  order: 2;
  background: none;
  color: #000;
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: none;
  font-weight: 400 !important;
  font-family: "Maven Pro", Helvetica Neue, Helvetica, Arial, sans-serif !important;

  width: 100%;
  line-height: 1.2;
}

span.last-word {
  //letter-spacing: 1;
  //font-family: var(--headerfont) !important;
  display: block;
}

#event-tickets-section > #event-tickets-content {
  order: 3;
  width: 100%;
}

#event-tickets-section > #event-details-section {
  order: 6;
}

/* Checkout flow */

#booking-frame {
  color: #000000;
}

#content > #col_main {
  flex: 2 0px;
  order: 2;
  padding: 0px;
}

#content > #col_context {
  flex: 1 0px;
  order: 1;
  width: 25%;
  padding: 0px 15px 15px 15px;
  margin-bottom: 35px;
}

#order-basket {
  width: 100% !important;
  border: 0px solid #eaecee;
  background-color: #fff;
  border-radius: 0px;
  padding: 15px;
  box-sizing: border-box;
}

[data-is-mobile="true"] * #order-basket {
  padding: 15px 0px;
}

.form_radiogroup label {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

#order-table td {
  border: none !important;
}

#order-table-total {
  margin-top: 0px !important;
  border-radius: 0 0 3px 3px;
}

.form label {
  color: currentColor !important;
  font-size: 15px;
  font-weight: bold;
}

.form_radiogroup_col_alternate label {
  font-weight: 400;
}

.subtle-text {
  padding-bottom: 15px;
}

#payment-selection {
  background-color: #f0f0f0;
}

.button-latitudepay {
  background-color: #006aff !important;
  color: #fff !important;
  border: 0px solid #006aff !important;
}

.paypal-button {
  border: 0px solid #ffc439 !important;
padding: initial !important;
}

.giftvoucher_input {
  background-color: #fafafa !important;
}

#order-basket > div > div.zippay-banner.zippay-banner-small {
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Attendees */
#book-enter-attendees .ticket-type {
  color: currentColor !important;
}

form {
  width: 100%;
}

tr.attendee-row td {
  width: 50% !important;
}

[data-is-mobile="true"] * tr.attendee-row td {
  width: 100% !important;
}

/* Confirmation Page */

#confirmation-thanks {
  align-content: center;
  display: flex;
  flex-flow: column;
  margin-top: 10px;
}

#confirmation-success {
  margin-top: 0px;
  color: #000;
}

#confirmation-thanks a {
  font-size: inherit !important;
}

#order-info-header {
  background-color: #f35511;
  background-color: var(--brightColor) !important;
  color: #3a0000;
  color: var(--darkColor);
}

#event-summary-block
  .event-name-confirmation-page.event-name-confirmation-page {
  font-weight: 300;
  font-size: 2.8rem;
  font-style: normal;
  color: #872900 !important;
  color: var(--midColor) !important;
  line-height: 1;
  text-transform: uppercase !important;
  letter-spacing: 1;
  font-family: var(--headerfont) !important;
}

/* Artist page */
#event-details {
  padding: 0px 0px;
}

#list-view {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr !important;
  grid-gap: 1rem !important;
  justify-content: space-between !important;
  width: 100%;
}

#list-view #event-ids,
#list-view #valid-event-ids {
  display: none;
}

section.separatorline,
div.separatorline {
  border-bottom: 0px solid #d0d0d0;
}

#list-view-button,
#calendar-view-button {
  top: -63px;
}

.searchresult {
  border: 0 solid currentColor !important;
  width: 100% !important;
  box-shadow: 0 3px 18px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  text-align: left !important;
  border-radius: 0.35em;
  padding-top: 0;
  padding-bottom: 30px;
  background-color: #3a0000;
  background-color: var(--darkColor);
  padding: 0px !important;
}

.searchresult:hover {
  background-color: #3a0000;
  background-color: var(--darkColor);
}

.searchresult_image {
  height: auto;
}

.searchresult_image,
.searchresult_image a img {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0px auto !important;
  border-radius: 0.35em 0.35em 0 0 !important;
  border: 0 solid var(--brightColor) !important;
}

.searchresult .searchresult_content {
  max-width: 100%;
  margin-left: 0px !important;
  padding: 1.5rem;
}

.main-event-header a {
  font-size: 2rem !important;
  line-height: 1.1 !important;
  font-weight: 300 !important;
  color: #000 !important;
}

.searchresult_content * {
  color: currentColor !important;
}

.searchresult_content * a:hover,
.searchresult_content * a:visited {
  color: currentColor !important;
}

.searchresult .searchresult_content h2 a {
  color: currentColor !important;
}

.searchresult_content p span {
  display: block;
}

#list-view hr {
  display: none;
}

[data-is-mobile="true"] * #list-view a {
  color: currentColor !important;
}

.main-artist-event-header {
  margin-top: 1.5rem;
  font-family: var(--headerfont) !important;
  font-size: 1rem !important;
  font-weight: lighter !important;
  text-transform: uppercase !important;
}

.main-artist-event-header a {
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

[data-is-mobile="true"] *.searchresult .searchresult_content h1,
[data-is-mobile="true"] *.searchresult .searchresult_content h1 a {
  font-size: 2rem !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  line-height: 1 !important;
}

[data-is-mobile="true"] *.searchresult .searchresult_content h2,
[data-is-mobile="true"] *.searchresult .searchresult_content h2 a {
  margin-top: 1.5rem;
  font-size: 1rem !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  line-height: 1 !important;
  font-family: var(--headerfont) !important;
}

.searchresult .button_orange,
.searchresult .button_orange:visited {
  color: currentColor !important;
  border: 1px solid currentColor !important;
  padding: 0.4rem 0.75rem !important;
  font-size: 0.75rem !important;
  border-radius: 5rem !important;
  display: inline-block !important;
  margin: 0.5rem 0.5rem 0.25rem 0 !important;
  line-height: 1 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-family: "Maven Pro", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  letter-spacing: 1 !important;
  background-color: transparent !important;
}

#list-view,
#calendar-view {
  margin-bottom: 35px;
}

#list-view-button,
#calendar-view-button {
  top: -42px;
  filter: grayscale(1);
}

.mobile-search-results-arrow {
  filter: invert(1);
}

.mobile-seperator {
  margin-left: 0px;
  margin-right: 0px;
}

.fc-event-skin {
  border: 0;
  background-color: currentColor !important;
  color: currentColor !important;
  border-radius: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}

.fc-event-skin span {
  color: #3a0000;
  color: var(--darkColor) !important;
}

td.fc-sat .fc-day-number,
td.fc-sun .fc-day-number {
  color: currentColor;
}

/* Info bar */
.alertbox_error a,
.panel_error,
.panel_info,
.panel_success {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 35px;
  border-radius: 6px;
  z-index: 999;
}

/* Info bar */
[data-is-mobile="true"]
  > #wrapper
  > #container
  > #content
  > div
  > #event-tickets-section
  > .alertbox_error
  a,
[data-is-mobile="true"]
  > #wrapper
  > #container
  > #content
  > div
  > #event-tickets-section
  > .panel_error,
[data-is-mobile="true"]
  > #wrapper
  > #container
  > #content
  > div
  > #event-tickets-section
  > .panel_info,
[data-is-mobile="true"]
  > #wrapper
  > #container
  > #content
  > div
  > #event-tickets-section
  > .panel_success {
  z-index: 999999;
}

#col_main_mobile #event-tickets-section .alertbox_error a,
#col_main_mobile #event-tickets-section .panel_error,
#col_main_mobile #event-tickets-section .panel_info,
#col_main_mobile #event-tickets-section .panel_success {
  border-radius: 0px;
}

.panel_error > p > a,
.panel_info > p > a,
.panel_success > p > a,
.panel_error p,
.panel_info p,
.panel_success p {
  color: #fff !important;
}

.panel_info {
  background-color: rgb(0, 130, 198);
}

.panel_error {
  background-color: rgb(236, 28, 36);
}

.panel_success {
  background-color: rgb(155, 202, 59);
}

/* linked event and waitlist */
#status-linked-section,
#waitlist-section {
  margin-left: 0px;
  margin-right: 0px;
}

/* Buy Tickets Section */

.event-ticket-type,
.event-display-group-header {
  padding-bottom: 13px !important;
}

.event-display-group-header .display-group-subtitle {
  font-size: 15px !important;
  font-weight: 400 !important;
  color: var(--darkColor) !important;
}

/* Ticket Types */
.event-ticket-type,
.event-ticket-type:nth-child(odd) {
  background-color: transparent !important;
}

.event-ticket-type-list {
  background-color: var(--lightColor) !important;
  border: solid 0px #eaeaea !important;
  overflow: hidden;
}

#event-tickets-section
  #event-tickets-content
  #event-tickets-form
  ul
  li
  ul
  .event-ticket-type {
  border: 0px solid #eee !important;
padding: 20px 16px;
}

.ticket-type-name-and-dates span,
.ticket-type-name-and-dates input {
  font-size: 15px !important;
  color: currentColor !important;
  font-weight: 500 !important;
}

.ticket-type-name-and-dates .ticket-type-dates {
  font-weight: 400 !important;
  font-size: 15px !important;
}

.event-ticket-type .ticket-type-name{
  color: var(--midColor) !important;
}

.event-ticket-type .ticket-type-dates {
  color: var(--darkColor) !important;
}
.event-ticket-type .ticket-type-quantity span {
  font-size: 15px;
}

.event-ticket-type > div {
  display: inline-block;
}

/* Ticket type header (if present) */
.event-tickettypetable .ticket-type-heading {
  font-size: 20px;
  background-color: currentColor !important;
  border: 0;
}

.event-display-group-header .display-group-quantity {
  max-width: 45%;
min-width: 60px !important;
  font-size: 15px !important;
margin-left:0px !important;
}

/* Display groups */
.event-display-group-container > .event-display-group-header {
  border: 1px solid var(--brightColor) !important;
background-color: var(--brightColor) !important;
}

.event-display-group-container
  > .event-display-group-header.event-offercodeapplied {
  background-color: var(--offerHeader) !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.event-display-group-container.collapsed-container
  > .event-display-group-header.event-offercodeapplied {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.event-ticket-type.event-offercodeapplied, .event-child-display-group.collapsed-container.container-offercodeapplied{background-color: var(--brightColor) !important;
    margin: 0px !important;
    border: 0px solid var(--brightColor) !important;
border-top: 2px solid var(--brightColor) !important;;
}


.event-display-group-header.event-offercodeapplied .icon-expand, .event-display-group-header.event-offercodeapplied .display-group-lock-icon {
filter:invert(1);}

.event-offercodeapplied .ticket-type-name{
color: var(--offerHeader) !important;
}

.event-offercodeapplied * a.details-title{
filter: brightness(100)!important;
}

/* hidden groups */
.event-display-group-container.collapsed-container
  .event-ticket-type-list
  .event-ticket-type,
.event-display-group-container.collapsed-container
  .event-ticket-type-list
  .event-child-display-group {
  background-color: #eee !important;

}

.event-display-group-container .event-ticket-type-list {
  transition: max-height 400ms cubic-bezier(1, 0, 0, 1), margin 400ms,
    background 0ms;

}
.event-child-display-group .event-ticket-type-list{
margin:0!important;}

.event-child-display-group .display-group-descriptors .display-group-name {
  font-family: "Maven Pro", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size: 1.5rem !important;
}

.event-child-display-group .event-ticket-type:first-child, .event-ticket-type:first-child {
border-radius: 0px!important;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
}



.event-child-display-group .group-dependencies-label {

}

/* Internal headers */
.display-group-descriptors .display-group-name {
  font-weight: 300 !important;
  font-size: 2rem !important;
  font-style: normal !important;
  color: #872900;
  color: var(--darkColor) !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  letter-spacing: 1 !important;
  font-family: var(--headerfont) !important;
}


.event-child-display-group(:last-child):after {

  border-bottom: 0px solid #eee !important;
}

.event-child-display-group {
    border-top: solid 2px var(--brightColor)!important;
}

.event-ticket-type .discount-message{
	color: var(--darkColor)!important;
}

.event-display-group-header {
  border-bottom: 0px solid #eee !important;
}

.hidden-container .display-group-name,
.hidden-container .display-group-subtitle,
.hidden-container .ticket-type-name,
.hidden-container .ticket-type-costs-and-quantity,
.hidden-container .ticket-type-dates {
  opacity: 0.58;
}

#event-tickettype-agequalifier h2,
#event-tickettype-agequalifier span {
  font-weight: 400 !important;
  color: #636870 !important;
  text-transform: none;
}

/* Offer Codes */
.offercode-apply-button {
  background-color: var(--midColor) !important;
  border: 2px solid var(--midColor) !important;
  color: var(--lightColor)!important;
  font-size: 15px !important;
  font-weight: 300;
  width: auto;
  height: auto;
  padding: 10px !important;
  text-transform: capitalize;
  border-radius: 0 1.375rem 1.375rem 0 !important;
}

.offercode-apply-button:hover {
    opacity: 0.8;
}

.offercode-applied-button {
  height: 40px;
  border: 0;
  background-color: var(--darkColor);
  border-radius: 0 1.375rem 1.375rem 0 !important;
}

#event-offercode-textbox:disabled,
#voucher-offercode-textbox:disabled {
  background-color: #fff;
  border: 1px solid var(--darkColor);
}

.offer-code-container input,
#event-offercode-textbox {
  border: 1px solid var(--midColor);
  padding: 10px;
  border-radius: 1.375rem 0 0 1.375rem !important;
}

.offer-code-container span {
  display: none;
}

#event-offercode-textbox,
#voucher-offercode-textbox {
  max-width: 150px;
  height: auto;
  width: auto;
}

.container-offercodeapplied {
  border: 0px solid var(--darkColor);
  //border-radius: 0.35em;
}

.event-display-group-container .container-offercodeapplied {
  border: 0px solid var(--darkColor);
  border-radius: 0px;
background-color: var(--brightColor);
}

.event-display-group-container
  .container-offercodeapplied
  .event-ticket-type-list {
  padding-left: 0px;
  padding-right: 0px;
}

.container-offercodeapplied * .event-display-group-header,
li.event-ticket-type.event-offercodeapplied,
.container-offercodeapplied .event-ticket-type-list li.event-ticket-type {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.event-display-group-header.event-offercodeapplied * span {
  color: var(--offerHeaderColor) !important;
}

.container-offercodeapplied. event-ticket-type.event-offercodeapplied {
  padding: 20px 0px !important;
  border-radius: 0px;
  background-color: var(--brightColor);
}

.event-ticket-type.event-offercodeapplied:nth-child(odd) {
  background-color: var(--brightColor) !important;
}

.event-ticket-type.event-offercodeapplied:nth-child(even) {
  background-color: var(--brightColor) !important;
}

.event-display-group-header.event-offercodeapplied {
  background-color: var(--offerHeader) !important;
  border: 0px solid var(--offerHeader) !important;
  padding: 13px 15px 15px 15px !important;
}

.event-offercodeapplied:nth-child(odd) {
  background-color: var(--offerHeader) !important;
}

.event-offercodeapplied:nth-child(even) {
  background-color: var(--offerHeader) !important;
}

.collapsed-container .event-offercodeapplied+.event-ticket-type-list{
  background-color: var(--brightColor) !important;
}

/* Packages */
.package-options-button-configure {
    color: #fff;
    background: var(--midColor)!important;
    }

.package-options-container{
    border-color: var(--brightColor)!Important;
}


.package-options .tickettypegroup-options-container-info-box, .tickettypegroup-options-container {
    background: var(--brightColor)!Important;
}

.tickettypegroup-group-selection-status-incomplete{color: #000!important;}

.tickettypegroup-tickettypes-container{border-radius: 4px;}

.package-options-button-done {
    background: var(--midColor) !important;
    border-radius: 100px !important;
    color: var(--lightColor) !important;
}

#content > #col_context > div {
  z-index: 0 !important;
}

.landing-page {
  //justify-content: space-evenly!important;
  display: grid !important; /* 1 */
  grid-template-columns: 1fr 1fr !important; /* 2 */
  grid-gap: 1rem !important; /* 3 */
  justify-content: space-between !important; /* 4 */
}

.carryquerystrings {
  border-radius: 0px !important;
  color: currentColor !important;
}

.landing-page-event-tile {
  width: 100% !important;
  box-shadow: 0 3px 18px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  text-align: left !important;
  border-radius: 0.35em;
}

.landing-page-button {
  color: #000000 !important;
  border: 1px solid #000000 !important;
  padding: 0.4rem 0.75rem !important;
  font-size: 0.75rem !important;
  border-radius: 5rem !important;
  display: inline-block !important;
  margin: 0 0.5rem 0.25rem 0 !important;
  line-height: 1 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-family: "Maven Pro", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  letter-spacing: 1 !important;
}

.landing-page-thumbnail {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0px auto !important;
  border-radius: 0.35em 0.35em 0 0 !important;
}

.landing-page-heading,
.landing-page-description-wrapper,
.landing-page-button-wrapper ,.event-info-tabs{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.landing-page-heading ,.event-info-tabs{
  padding-top: 1.5rem !important;
  line-height: 1 !important;
}


.landing-page-event-tab {
  padding: 0.4rem 0.75rem!important;
  font-size: 0.75rem!important;
  border-radius: 5rem!important;
  display: inline-block!important;
  margin: 0 0.5rem 0.25rem 0!important;
  line-height: 1!important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
font-weight: normal!important;
  text-transform: uppercase;
  font-family: "Maven Pro", Helvetica Neue, Helvetica, Arial, sans-serif !important;
  letter-spacing: 1;
  background-color: var(--brightColor) !important;
color:#000!important;
}


.landing-page-heading a {
  font-family: var(--headerfont) !important;
  font-size: 1rem !important;
  font-weight: lighter !important;
  text-transform: uppercase !important;
}

.landing-page-heading a,.landing-page-heading {
  display: block;
  font-size: 1.375rem !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 1 !important;
  line-height: 1.15 !important;
hyphens: auto;
overflow-wrap: anywhere;
}

.landing-page-subheading a,.landing-page-subheading {
  display: block;
  //font-size: 1.375rem !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 1 !important;
  line-height: 1.15 !important;
}

.landing-page-description {
  padding: 0px 0px 1.5rem 0px !important;
}

#mobile-logo {
  display: none;
}

/* Zip Pay */

.zippay-banner, .zippay-banner > div {
    background-color: #EDE6FF;
color:initial!important;
    display: block;
    font-family: 'Sharp Grotesk Book 25'!important;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.06em;}

#3{order:7;}

/* RESPONSIVE CODE */

@media (max-width: 1120px) {
  #content > #col_context > div {
    width: 100%;
  }

  #login-section .sub_col {
    width: 100% !important;
    padding-right: 0% !important;
  }

  #login-section #guest-login {
    padding-right: 0px !important;
  }

  #login-section .facebook-login-with-guest {
    width: 100% !important;
    padding-right: 0px !important;
  }

  /* Modal popup/dialog */
  .popup,
  .ui-dialog {
    width: 85% !important;
  }


}


/* End 1120px media query */


@media (max-width: 1000px) {
  .landing-page,
  #list-view {
    grid-template-columns: 1fr 1fr !important;
  }

}
/* End 1000px media query */


@media (max-width: 900px) {

#header-event-title > h1 {
   font-size: 5.25rem;
}
}
/* End 900px media query */

@media (max-width: 800px) {
  #wrapper > #container {
    width: 100%;
  }
  #container > #content {
    padding: 0 15px !important;
  }

  footer .footer {
    padding-left: 15px !important;
    padding-right: 15px;
  }

  [data-is-mobile="true"]
    > #wrapper
    > #container
    > #content
    > div
    > #event-details-section {
    order: 6;
    flex: 1 100%;
    padding: 0px 0px;
  }

  header .header {
    background-color: transparent;
  }
  header .header-banner img {
    min-height: 0px;
  }

  #header-event-title > h1 {
    padding-left: 1rem;
    font-size: 5.25rem;
  }

  .desktop-logo {
    display: none;
  }

  #desktop-nav {
    display: none;
  }

  #mobile-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: currentColor !important;
    height: 5.5rem;
  }

  #header-wrapper {
    padding-left: 15px;
  }

  .header-bar div {
    text-align: center;
  }

  #mobile-logo {
    display: block;
    padding: 1.25rem 0;
  }

  /* Hamburger */

  #mobile-hamburger {
    display: block;
  }

  .page_headtitle_withleftimage {
    padding: 10px 0px;
    min-height: unset !important;
    width: 100% !important;
    min-width: unset !important;
  }

  /* Event Details Section */
  #content > div > #event-summary-section {
    flex: 1 100%;
    //padding: 0px 0px;
margin-bottom: 2em;
  }

  #content > div > #waitlist-section {
    padding: 0px 0px;
  }

  /* Tickets section */
  #content > div > #event-tickets-section {
    flex: 1 100%;
    padding: 0px 0px;
  }

  .event-display-group-header .display-group-quantity {
    width: 100% !important;
  }

  #content > div > #event-details-section {
    padding: 0px;
  }

  /* Checkout flow */

  #content > #col_main {
    flex: 1 100%;
    padding: 0px 0px;
  }

  #content > #col_context {
    flex: 1 100%;
    padding: 15px 0px;
  }
  #order-basket {
    padding: 15px 0px;
  }

  #event-summary-block .event-date-venue-info {
    position: static;
  }

  .small-image-holder {
    max-width: unset;
  }

  #login-section .sub_col {
    width: 100% !important;
    padding-right: 0px !important;
    box-sizing: border-box;
  }

  #login-section #guest-login {
    padding-right: 0px !important;
  }

  #col_main_mobile #status-linked-section,
  #col_main_mobile #waitlist-section {
    margin-left: 0px;
    margin-right: 0px;
  }
.searchresult .searchresult_content .main-event-header, .searchresult .searchresult_content .main-event-header a {
    font-size: 1.375rem !important;}

}
/* End 800px media query */

@media (max-width: 500px) {
  [data-is-mobile="true"] > #wrapper > #container > #content {
    padding: 0px !important;
  }

  #header-event-title > h1 {
    padding-left: 1rem;
    font-size: 3.25rem;
  }

  .ticket-links * .button_orange {
    width: 100% !important;
    margin-right: 0px !important;
  }

  #event-summary-block .event-date-venue-info {
    display: block;
  }

  .landing-page,
  #list-view {
    grid-template-columns: 1fr !important;
  }

/* Display groups */
.event-display-group-header {
    flex-direction: column;
}

.event-display-group-header .display-group-quantity{
    text-align: left;
    width: fit-content!important;
    padding-top: 15px;
padding-bottom: 5px;
    display: flex;
    flex-direction: row-reverse;
}

.collapsed-container .display-group-quantity-label{
padding-top: 2px;
}

}
/* End 500px media query */

@media (max-width: 400px) {
  /* Reduce padding on mobile so they don't flow onto two lines */
  #mobile-nav > nav > ul > li > #nav_support,
  #mobile-nav > nav > ul > li > #nav_login {
    padding: 7px 10px 5px 10px;
    margin-right: 0px;
  }

  footer * svg {
    max-width: 80%;
    max-height: 80%;
  }

  .QMF-logo {
    flex: 1 1 0px;
    text-align: left;
  }

  .QLD-Gov-Logo {
    text-align: center;
    flex: 2 1 0px;
  }

  .QLD-Gov-Logo svg {
    max-width: 60%;
    max-height: 60%;
  }

  a.Moshtix-Logo,
  a.Moshtix-Logo:hover {
    flex: 1 1 0px;
    padding-light: 10px;
  }

}
/* End 400px media query */

/* Landscape Tablet */

@media screen and (orientation: landscape) {
  #header-event-title > h1 {
    padding-left: 1rem;
    font-size: 6.25rem;
  }
}

/* Greenroom */
#tickets-live > div:nth-child(2) > div:nth-child(1) {
  max-height: 290px;
}
#tickets-live > div:nth-child(2) > div.hidden-xs {
  max-height: 200px;
}

.col-lg-12 #header {
  background-image: url(https://static.moshtix.com.au/directory/uploads/images/QMF23_Header.png);
  background-color: transparent;
  background-size: contain;
  background-position: center;
  height: auto;
  max-height: 440px;
  max-width: 1000px;
  aspect-ratio: 2.272727272727273;
}