/* 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 */
/* BEGIN – STANDARD SECTION HEADING FONT COLOR AND BACKGROUND */
.section_title {
/* ticket page section title */
color: #ffffff !important; /* font color */
background: #000000 !important; /* background color */
}
/* END – STANDARD SECTION HEADING FONT COLOR AND BACKGROUND */
/* checkout button */
.card_show_hide_link, .checkout-btn, #submitMe  {
  /* checkout buttons */
  background-color: #000000 !important;
}
#submitMe:hover {
  /* checkout button mouse hover */
  background-color: #000000 !important;
}
.subButton:hover, #stripe_submit, #click_tap_here, #card_submit {
    /* checkout button mouse hover */
  background-color: #000000 !important;
}
/* total amount */
#total {
  /* total amount text */
  color: #2c335e !important;
}
#donation_amount, #seating_request {
  /* ticket page donation section donation amount box */
  margin-top: 20px !important;
}
/* donation page css */
#donation_submit.checkout-btn {
  /* donation page submit button */
  background: #000000 !important;
  border-color:#d1ab60 #d1ab60 #d1ab60 !important;
}
.incs_button {
  /* donation page recurring donation buttons */
  background: #000000 !important;
}
.recurring-donation-frequency:checked + label {
  /* donation page recurring donation box shadow */
  box-shadow: 0 0 2px 3px #000000 !important;
}
#og h1 {
  /* donation page h1 title */
    display: none !important;
}
#og {
     /* donation page text */
    text-shadow: none !important;
    color: #FFFFFF !important;
}
#bg_grad {
  /* donation page gradient */
  display: none !important;
  /* background-image: linear-gradient(to bottom, #eb6424 -50%, transparent 90%) !important; */
}
.donation_thank_you_text {
   /* donation page thank you text */ 
  color: #FFFFFF !important;
}
/* general css */
a:-webkit-any-link {
  /*color: #afafd4 !important;*/
  text-decoration: none !important;
}