/* landing page css */
#blockA_content h2, #blockB_content h2, #blockC_content h2, #blockD_content h2{
    /* landing page remove title from Section A */
  display: none !important;
}
#bidder-login{
  /* add space under login info */
  padding-bottom: 100px !important;
}
/* ticket page css */
#total {
  /* total amount text */
  color: #5e4a65 !important;
}
.card_show_hide_link, .checkout-btn, #submitMe  {
  /* checkout buttons */
  background-color: #5c3db3 !important;
}
#submitMe:hover {
  /* checkout button mouse hover */
  background-color: #482a9b !important;
}
.subButton:hover, #stripe_submit, #click_tap_here, #card_submit {
    /* checkout button mouse hover */
  background-color: #482a9b !important;
}
#donation_amount, #seating_request {
  /* ticket page donation section donation amount box */
  margin-top: 20px !important;
}
/* general css */
/* 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: #5c3db3 !important;
border-color:#5c3db3 #5c3db3 #5c3db3 !important;
}
/* END – SUBMIT DONATION BUTTON COLOR */