/* LANDING PAGE CSS */
/* BEGIN - Nav bar */
/* nav bar color */
/* body > nav.top-menu.lg\:p-\[30px\].lg\:py-\[30px\], body > nav.top-menu.lg\:p-\[30px\].py-3 {*/
/*background-color: #000000 !important;*/
/*}*/
/* font color */
/* body > nav.top-menu.lg\:p-\[30px\].lg\:py-\[30px\] > div > div.align-children-middle > h1 a, body > nav.top-menu.lg\:p-\[30px\].py-3 > div > div.align-children-middle > h1 a {*/
/*color: #f9f8f4 !important;*/
/*}*/
/*.flex.shrink-0.items-center.gap-5 a {*/
/*  color: #f9f8f4 !important;*/
/*}*/
/* Uppercase text */
body > nav.top-menu.lg\:p-\[30px\].lg\:py-\[30px\] > div > div.flex.shrink-0.items-center.gap-5 > div > div a {
text-transform: uppercase;
}
/* END - Nav bar */
/* BEGIN - Action bar */
.action-bar-link > .bg-black {
    opacity: 0;
}
body > main > section.bg-brand-primary > div > a:nth-child(1), body > main > section.bg-brand-primary > div > a:nth-child(2) {
border: 1px solid #000000 !important;
}
body > main > section.bg-brand-primary > div > a:nth-child(1) > div.relative.flex.h-full.flex-grow.items-center.rounded-e.p-4 > p > span, body > main > section.bg-brand-primary > div > a:nth-child(1) > div.relative.z-\[1\].flex.aspect-square.h-full.items-center.justify-center.rounded-s.bg-brand-primary\/\[43\%\].px-1 > span > i.fa-light.fa-ticket.fa-stack-1x.action-bar-link-icon.text-white, body > main > section.bg-brand-primary > div > a:nth-child(2) > div.relative.flex.h-full.flex-grow.items-center.rounded-e.p-4 > p > span, body > main > section.bg-brand-primary > div > a:nth-child(2) > div.relative.z-\[1\].flex.aspect-square.h-full.items-center.justify-center.rounded-s.bg-brand-primary\/\[43\%\].px-1 > span > i.fa-light.fa-box-heart.fa-stack-1x.action-bar-link-icon.text-white {
color: #000000 !important;
}
/* END - Action bar */
/* BEGIN - Hide hero banner text */
body > main > section:nth-child(1) > div {
display: none !important;
}
/* END - Hide hero banner text */
/* BEGIN - Text Padding */
#content-block-27280 > div > div > p:nth-child(2),#content-block-27280 > div > div > p:nth-child(3) {
padding-top: 0px !important;
margin-top: 30px !important;
}

/* END - Text Padding */
/* TICKET PAGE CSS */
/* header text */
body > main > div > div.ticket-page.relative.order-2.w-full.bg-white.before\:absolute.before\:-right-\[50vw\].before\:z-\[-1\].before\:h-full.before\:w-\[150vw\].before\:bg-white.lg\:order-1.lg\:w-8\/12.lg\:pe-32.before\:lg\:right-0 > section.page.lg\:py-16.py-12.individual > header > h1 {
font-weight: 900 !important;
}
/* header background color */
body > main > div > div.ticket-page.relative.order-2.w-full.bg-white.before\:absolute.before\:-right-\[50vw\].before\:z-\[-1\].before\:h-full.before\:w-\[150vw\].before\:bg-white.lg\:order-1.lg\:w-8\/12.lg\:pe-32.before\:lg\:right-0 > section.page.lg\:py-16.py-12.individual > header,body > main > div > div.ticket-page.relative.order-2.w-full.bg-white.before\:absolute.before\:-right-\[50vw\].before\:z-\[-1\].before\:h-full.before\:w-\[150vw\].before\:bg-white.lg\:order-1.lg\:w-8\/12.lg\:pe-32.before\:lg\:right-0 > section.page.lg\:py-16.py-12.payment > header {
background-color: #553982 !important;
color: #FFFFFF !important;
text-transform: uppercase;
}
body > main > div > div.ticket-page.relative.order-2.w-full.bg-white.before\:absolute.before\:-right-\[50vw\].before\:z-\[-1\].before\:h-full.before\:w-\[150vw\].before\:bg-white.lg\:order-1.lg\:w-8\/12.lg\:pe-32.before\:lg\:right-0 > section.page.lg\:py-16.py-12.individual > header > div, body > main > div > div.ticket-page.relative.order-2.w-full.bg-white.before\:absolute.before\:-right-\[50vw\].before\:z-\[-1\].before\:h-full.before\:w-\[150vw\].before\:bg-white.lg\:order-1.lg\:w-8\/12.lg\:pe-32.before\:lg\:right-0 > section.page.lg\:py-16.py-12.payment > header > div {
background-color: #D0AD67 !important;
}
/* GENERAL CSS */
a:-webkit-any-link {
/* all pages: changes all link colors to the same color */
/* color: #[HEX CODE-LINK COLOR-ALL PAGE LINKS] !important; */
/* all pages: removes underline from links on all pages */
/* text-decoration: none !important; */
}
/* BEGIN – RESPONSIVE BEHAVIOR (AUTO ADJUST FOR DIFFERENT SCREEN SIZES) */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}
/* END - RESPONSIVE BEHAVIOR (AUTO ADJUST FOR DIFFERENT SCREEN SIZES)*/