/* 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;
}
#event-details {
  padding: 20px 0 0 20px;
}
/* ticket page css */
#donation_amount, #seating_request {
  /* ticket page donation section donation amount box */
  margin-top: 20px !important;
}
/* donation page css */
#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;
}
.section_title {
	/* ticket page section title */
	color: #FFFFFF !important; /* font color */
    background-color: #b82322 !important; /* background color */
}
.card_show_hide_link, .checkout-btn, #submitMe  {
  /* checkout buttons */
  background-color: #b82322 !important;
}
#submitMe:hover {
  /* checkout button mouse hover */
  background-color: #a01312 !important;
}
.subButton:hover, #stripe_submit, #click_tap_here, #card_submit {
    /* checkout button mouse hover */
  background-color: #a01312 !important;
}
#total {
  /* total amount text */
  color: #a01312 !important;
}
/* 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: #b92422 !important; */
border-color:#b92422 #b92422 #b92422 !important; */
}
/* END – SUBMIT DONATION BUTTON COLOR */
/* general css */
/* BEGIN - side-by-side responsive behavior (auto adjust for different screen sizes) */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

  }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

  }

/* END - side-by-side responsive behavior (auto adjust for different screen sizes) */
