/* LANDING PAGE CSS */
/* BEGIN - Hide hero banner text */
body > main > section:nth-child(1) > div {
display: none !important;
}
/* END - Hide hero banner text */
/* BEGIN - Nav bar */
/* Nav bar color change */
body > nav.top-menu.lg\:p-\[30px\].lg\:py-\[30px\], body > nav.top-menu.lg\:p-\[30px\].py-3 {
background-color: #1d435d !important;
}
/* Font color change */
body > nav.top-menu.lg\:p-\[30px\].lg\:py-\[30px\] > div > div.align-children-middle > h1, body > nav.top-menu.lg\:p-\[30px\].py-3 > div > div.align-children-middle > h1 {
color: #FFFFFF !important;
}
.flex.shrink-0.items-center.gap-5 a {
  color: #ffffff !important; /* replace with your color */
}
/* END - Nav bar */
/* BEGIN - Event info */
/* text padding */
#content-block-25182 > div > div > p:nth-child(2), #content-block-25182 > div > div > p:nth-child(4), #content-block-25182 > div > div > p:nth-child(6) {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
#content-block-25182 > div > div > p:nth-child(8) {
padding-bottom: 20px !important;
}
/* END - Event info */
/* TICKET PAGE 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) {
}
/* 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) {
/* Logo size */
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.event-details > div.mb-12.relative > img {
width: 300px !important;
}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
/* Logo size */
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.event-details > div.mb-12.relative > img {
width: 300px !important;
}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
/* Logo size */
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.event-details > div.mb-12.relative > img {
width: 300px !important;
}
}
/* END - RESPONSIVE BEHAVIOR (AUTO ADJUST FOR DIFFERENT SCREEN SIZES)*/