/* Landing Page CSS */
.block_inner h2{
  /* landing page section A title */
	display: none !important;
}
/* Item Donation Form CSS */
#df-toggle-donor-address {
  /* donor address button */
  background-color: #daa847 !important;
}

#df-toggle-donor-address:hover {
  /* donor address button */
  background-color: #daa847 !important;
}

#label-file-1 {
    /* tap to choose file button */
    background-color: #daa847 !important;
}

#label-file-1:hover {
  /* tap to choose file button hover */
    background-color: #daa847 !important;
}

#df_submit {
    /* submit donation button */
    background-color: #daa847 !important;
}

#df_submit:hover {
  /* submit donation button hover */
    background-color: #daa847 !important;
}
/* Ticket Page CSS */
.section_title {
	/* ticket page section title */
  color: #FFFFFF !important;
}
#total {
  /* total amount text */
  color: #c164d8 !important;
}
.card_show_hide_link, .checkout-btn, #submitMe  {
  /* checkout buttons */
  background-color: #ec6408 !important;
}
#submitMe:hover {
  /* checkout button mouse hover */
  background-color: #d15704 !important;
}
.subButton:hover, #stripe_submit, #click_tap_here, #card_submit {
    /* checkout button mouse hover */
  background-color: #d15704 !important;
}
/* Donation Page CSS */
#bg_grad {
  /* donation page gradient */
  display: none !important;
  /* background-image: linear-gradient(to bottom, #eb6424 -50%, transparent 90%) !important; */
}

#og h1 {
  /* donation page h1 title */
    display: none !important;
}

#og {
     /* donation page text */
    text-shadow: none !important;
    color: #FFFFFF !important;
}

#donation_amount, #seating_request {
  /* ticket page donation section donation amount box */
  margin-top: 20px !important;
}

/* donation page css */
.donation_thank_you_text {
   /* donation page thank you text */ 
  color: #FFFFFF !important;
}
