/* LANDING PAGE */
/* BEGIN - Remove header */
body > main > section:nth-child(1) > div {
display: none !important;
}
/* END - Remove header */
/* BEGIN - Change padding for Event Information section */
/* date */
#content-block-20213 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(3) {
margin: 0 !important;
padding: 10px 0 0 0 !important;
}
/* venue */
#content-block-20213 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(5) {
margin: 0 !important;
padding: 0 !important;
}
/* ticket prices */
#content-block-20213 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(9) {
margin: 0 !important;
padding: 10px 0 30px 0 !important;
}
/* GENERAL CSS */
/* BEGIN – RESPONSIVE BEHAVIOR (AUTO ADJUST FOR DIFFERENT SCREEN SIZES) */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
#content-block-20213 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(3) > strong > span {
font-size: 20px !important;
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
#content-block-20213 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(3) > strong > span {
font-size: 20px !important;
}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
#content-block-20213 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(3) > strong > span {
font-size: 24px !important;
}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
#content-block-20213 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(3) > strong > span {
font-size: 24px !important;
}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
#content-block-20213 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(3) > strong > span {
font-size: 24px !important;
}
}
/* END - RESPONSIVE BEHAVIOR (AUTO ADJUST FOR DIFFERENT SCREEN SIZES)*/