/* LANDING PAGE CSS */
#blockA_content h2, #blockB_content h2, #blockC_content h2, #blockD_content h2{
/* landing page: removes the default title from all sections */
display: none !important;
}
#bidder-login{
/* landing page: adds additional spacing under bidder login */
padding-bottom: 100px !important;
}
/* TICKET PAGE CSS */
/* BEGIN-INSERT UNDERWRITING DESCRIPTION */
#underwriting::before {
content: "Guests purchase beads for the lively Heads or Tails game during the event. The more beads you have, the more chances you get to stay in the game and win a prize. \A \A Limit of 3 beads total.";
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  color: #000000;
  font-style: italic;
  white-space: pre-wrap;
}
/* END-INSERT UNDERWRITING DESCRIPTION */
/* BEGIN-TICKET PAGE BACKGROUND HEADER */
#blurry_bg {
  background-image: url("https://d2y9d0ry7vx6k5.cloudfront.net/events/20063/images/donation_logo_zCyVFVbMm9.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
/* END-TICKET PAGE BACKGROUND HEADER */
#donation_amount, #seating_request {
/* ticket page: adds additional spacing above donation amount box */
margin-top: 20px !important;
}
/* BEGIN – CHECKOUT BUTTON COLOR */
.card_show_hide_link, .checkout-btn, #submitMe {
/* ticket page: changes the button color of the ‘submit button’ in checkout */
background-color: #991e65 !important;
}
#submitMe:hover {
/* ticket page: changes the hover color of the ‘submit button’ in checkout */
background-color: #8b1358 !important;
}
.subButton:hover, #stripe_submit, #click_tap_here, #card_submit {
/* ticket page: changes the hover color of the ‘add payment’ button (for credit cards) in checkout */
background-color: #8b1358 !important;
}
/* total amount */
#total {
/* ticket page: changes the font color of ‘total amount’ in checkout */
color: #b89562 !important;
}
/* END – CHECKOUT BUTTON COLOR */
/* DONATION PAGE CSS */
#og h1 {
/* donation page: removes the default title */
display: none !important;
}
#og {
/* donation page: removes default text shadow from text*/
text-shadow: none !important;
/* donation page: changes default text color for the text body */
color: #FFFFFF !important;
}
#bg_grad {
/* donation page: removes the default black linear gradient */
display: none !important;
/* donation page: replaces the black linear gradient with another color */
/* background-image: linear-gradient(to bottom, #[HEX CODE-GRADIENT COLOR-LINEAR GRADIENT] -50%, transparent 90%) !important; */
}
.donation_thank_you_text {
/* donation page: changes the default ‘thank you’ (after donation payment) text color */
color: #FFFFFF !important;
}
/* BEGIN – SUBMIT DONATION BUTTON COLOR */
#donation_submit.checkout-btn {
/* donation page: changes the default donation page ‘submit’ button color */
background: #991e65 !important;
border-color:#991e65 #991e65 #991e65 !important;
}
/* END – SUBMIT DONATION BUTTON COLOR */
/* GUEST UPDATE LINK CSS */
/* GENERAL CSS */
.nav-link-external {
text-transform: uppercase !important;
}
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) {
.txt-date{
font-size: 30px !important;
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.txt-date{
font-size: 30px !important;
}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.txt-date{
font-size: 36px !important;
}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.txt-date{
font-size: 36px !important;
}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.txt-date{
font-size: 36px !important;
}
}
/* END - RESPONSIVE BEHAVIOR (AUTO ADJUST FOR DIFFERENT SCREEN SIZES)*/