/* LANDING PAGE CSS */
/* BEGIN - HIDES HERO 1 TEXT - Remove this section if you want the text above the hero 1 banner or for all other hero banners to show */
#hero-container > div.hero-bg-color.flex.flex-col.items-center.gap-8.py-8.md\:py-16.contrast-background.light-background {
display: none !important;
}
/* END - HIDES HERO 1 TEXT - Remove this section if you want the text above the hero 1 banner or for all other hero banners to show */
/* BEGIN – ALTERNATE EVENT DATE STYLES – STYLE 3 */
.event-date {
text-align: center;
color: #FFFFFF; /* Date and time font color */
font-weight: bold;
}
.horizontal-container {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.with-lines {
position: relative;
padding: 0 20px;
}
.with-lines::before,
.with-lines::after {
background-color: #D6AF67; /* Line decor color */
}
/* END – ALTERNATE EVENT DATE STYLES – STYLE 3 */
#content-block-101363 > div > div > div {
background-color: #c2371d !important;
}

/* TICKET PAGE CSS */
/* BEGIN - COLOR CHANGES */
#main-content > 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,#main-content > 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.sponsor > header > div,#main-content > 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,#main-content > 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.guest-details > header > div {
background-color: #C2371D !important;
}
/* END - COLOR CHANGES */
/* DONATION PAGE CSS */
body > main > div > article > div.info-container.relative.bg-white.p-4.lg\:row-span-2 > div > div > p > a{
text-decoration-line: none !important;
}

/* GUEST UPDATE LINK CSS */
/* 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) {
/* BEGIN – ALTERNATE EVENT DATE STYLES – STYLE 3 */
.with-lines::before,
.with-lines::after {
content: '';
position: absolute;
height: 2px;
width: 110px;
}
.text.with-lines::before {
top: -10px; /* Adjust this value to position the line above */
left: 0px; /* Extend more on the left */
right: 0px;
margin: auto;
}
.time.with-lines::before {
top: -10px; /* Adjust this value to position the line above */
left: 0px;
right: 0px; /* Extend more on the right */
margin: auto;
}
.text.with-lines::after {
bottom: -10px; /* Adjust this value to position the line below */
left: 0px; /* Extend more on the left */
right: 0px;
margin: auto;
}
.time.with-lines::after {
bottom: -10px; /* Adjust this value to position the line below */
left: 0px;
right: 0px; /* Extend more on the left */
margin: auto;
}
.text {
font-size: 12px;
letter-spacing: 3px;
}
.number {
font-size: 48px;
}
.time {
font-size: 12px;
letter-spacing: 3px;
  white-space: nowrap;
}
.month {
font-size: 20px;
display: block;
margin-top: -8px; /* Adjust this value to make the ‘month’ text closer to the line */
padding-bottom: 5px; /* Add some padding if needed for spacing */
}
.month-tix {
font-size: 25px;
display: block;
margin-top: 30px; /* Adjust this value to make the ‘month’ text closer to the line */
padding-bottom: 5px; /* Add some padding if needed for spacing */
}
/* END – ALTERNATE EVENT DATE STYLES – STYLE 3 */
/* BEGIN – LOGO IMAGE SIZING ON TICKET PAGE */
.logo-img {
width: 50% !important;
}
/* END – LOGO IMAGE SIZING ON TICKET PAGE */
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
/* BEGIN – ALTERNATE EVENT DATE STYLES – STYLE 3 */
.with-lines::before,
.with-lines::after {
content: '';
position: absolute;
height: 2px;
width: 180px;
}
.text.with-lines::before {
top: -10px; /* Adjust this value to position the line above */
left: -70px; /* Extend more on the left */
right: 0px;
margin: auto;
}
.time.with-lines::before {
top: -10px; /* Adjust this value to position the line above */
left: 0px;
right: -70px; /* Extend more on the right */
margin: auto;
}
.text.with-lines::after {
bottom: -10px; /* Adjust this value to position the line below */
left: -70px; /* Extend more on the left */
right: 0px;
margin: auto;
}
.time.with-lines::after {
bottom: -10px; /* Adjust this value to position the line below */
left: 0px;
right: -70px; /* Extend more on the left */
margin: auto;
}
.text {
font-size: 15px;
letter-spacing: 3px;
}
.number {
font-size: 50px;
}
.time {
font-size: 15px;
letter-spacing: 3px;
  white-space: nowrap;
}
.month {
font-size: 25px;
display: block;
margin-top: -8px; /* Adjust this value to make the ‘month’ text closer to the line */
padding-bottom: 5px; /* Add some padding if needed for spacing */
}
.month-tix {
font-size: 25px;
display: block;
margin-top: 30px; /* Adjust this value to make the ‘month’ text closer to the line */
padding-bottom: 5px; /* Add some padding if needed for spacing */
}
/* END – ALTERNATE EVENT DATE STYLES – STYLE 3 */
/* BEGIN – LOGO IMAGE SIZING ON TICKET PAGE */
.logo-img {
width: 50% !important;
}
/* END – LOGO IMAGE SIZING ON TICKET PAGE */
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
/* BEGIN – ALTERNATE EVENT DATE STYLES – STYLE 3 */
.with-lines::before,
.with-lines::after {
content: '';
position: absolute;
height: 2px;
width: 250px;
}
.text.with-lines::before {
top: -10px; /* Adjust this value to position the line above */
left: -50px; /* Extend more on the left */
right: 0;
margin: auto;
}
.time.with-lines::before {
top: -10px; /* Adjust this value to position the line above */
left: 0;
right: -50px; /* Extend more on the right */
margin: auto;
}
.text.with-lines::after {
bottom: -10px; /* Adjust this value to position the line below */
left: -50px; /* Extend more on the left */
right: 0;
margin: auto;
}
.time.with-lines::after {
bottom: -10px; /* Adjust this value to position the line below */
left: 0;
right: -50px; /* Extend more on the left */
margin: auto;
}
.text {
font-size: 28px;
letter-spacing: 3px;
}
.number {
font-size: 98px;
}
.time {
font-size: 28px;
letter-spacing: 3px;
  white-space: nowrap;
}
.month {
font-size: 35px;
display: block;
margin-top: -8px; /* Adjust this value to make [EVENT MONTH] closer to the line */
padding-bottom: 5px; /* Add some padding if needed for spacing */
}
.month-tix {
font-size: 35px;
display: block;
margin-top: 30px; /* Adjust this value to make [EVENT MONTH] closer to the line */
padding-bottom: 5px; /* Add some padding if needed for spacing */
}
/* END – ALTERNATE EVENT DATE STYLES – STYLE 3 */
/* BEGIN – LOGO IMAGE SIZING ON TICKET PAGE */
.logo-img {
width: 30% !important;
}
/* END – LOGO IMAGE SIZING ON TICKET PAGE */
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
/* BEGIN – ALTERNATE EVENT DATE STYLES – STYLE 3 */
.with-lines::before,
.with-lines::after {
content: '';
position: absolute;
height: 2px;
width: 250px;
}
.text.with-lines::before {
top: -10px; /* Adjust this value to position the line above */
left: -50px; /* Extend more on the left */
right: 0;
margin: auto;
}
.time.with-lines::before {
top: -10px; /* Adjust this value to position the line above */
left: 0;
right: -50px; /* Extend more on the right */
margin: auto;
}
.text.with-lines::after {
bottom: -10px; /* Adjust this value to position the line below */
left: -50px; /* Extend more on the left */
right: 0;
margin: auto;
}
.time.with-lines::after {
bottom: -10px; /* Adjust this value to position the line below */
left: 0;
right: -50px; /* Extend more on the left */
margin: auto;
}
.text {
font-size: 28px;
letter-spacing: 3px;
  white-space: nowrap;
}
.number {
font-size: 90px;
}
.time {
font-size: 28px;
letter-spacing: 3px;
}
.month {
font-size: 35px;
display: block;
margin-top: -8px; /* Adjust this value to make [EVENT MONTH] closer to the line */
padding-bottom: 5px; /* Add some padding if needed for spacing */
}
.month-tix {
font-size: 35px;
display: block;
margin-top: 30px; /* Adjust this value to make [EVENT MONTH] closer to the line */
padding-bottom: 5px; /* Add some padding if needed for spacing */
}
/* END – ALTERNATE EVENT DATE STYLES – STYLE 3 */
/* BEGIN – LOGO IMAGE SIZING ON TICKET PAGE */
.logo-img {
width: 30% !important;
}
/* END – LOGO IMAGE SIZING ON TICKET PAGE */
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
/* BEGIN – ALTERNATE EVENT DATE STYLES – STYLE 3 */
.with-lines::before,
.with-lines::after {
content: '';
position: absolute;
height: 2px;
width: 250px;
}
.text.with-lines::before {
top: -10px; /* Adjust this value to position the line above */
left: -50px; /* Extend more on the left */
right: 0;
margin: auto;
g
}
.time.with-lines::before {
top: -10px; /* Adjust this value to position the line above */
left: 0;
right: -50px; /* Extend more on the right */
margin: auto;
}
.text.with-lines::after {
bottom: -10px; /* Adjust this value to position the line below */
left: -50px; /* Extend more on the left */
right: 0;
margin: auto;
}
.time.with-lines::after {
bottom: -10px; /* Adjust this value to position the line below */
left: 0;
right: -50px; /* Extend more on the left */
margin: auto;
}
.text {
font-size: 28px;
letter-spacing: 3px;
}
.number {
font-size: 90px;
}
.time {
font-size: 28px;
letter-spacing: 3px;
  white-space: nowrap;
}
.month {
font-size: 35px;
display: block;
margin-top: -8px; /* Adjust this value to make [EVENT MONTH] closer to the line */
padding-bottom: 5px; /* Add some padding if needed for spacing */
}
.month-tix {
font-size: 35px;
display: block;
margin-top: 30px; /* Adjust this value to make [EVENT MONTH] closer to the line */
padding-bottom: 5px; /* Add some padding if needed for spacing */
}
/* END – ALTERNATE EVENT DATE STYLES – STYLE 3 */
/* BEGIN – LOGO IMAGE SIZING ON TICKET PAGE */
.logo-img {
width: 30% !important;
}
/* END – LOGO IMAGE SIZING ON TICKET PAGE */
}
/* END - RESPONSIVE BEHAVIOR (AUTO ADJUST FOR DIFFERENT SCREEN SIZES)*/