/* 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 */
#underwriting-4754 {
  display: none !important;
}
[for="underwriting-4754"].h3 {
  display: none !important;
}
.sponsor-bullets h3{
  font-size: 18px !important;
  margin: 0 !important;
  padding: 2 !important;
}
.sponsor-bullets {
  margin: 0 !important;
  padding: 0 !important;
}
#donation_amount, #seating_request {
  /* ticket page donation section donation amount box */
  margin-top: 20px !important;
}
#blurry_bg {
  /* ticket page header background */
  background-image: url("https://cboimages.com/ClickBidImages/7867/block_a_765310.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
#total {
  /* total amount text */
  color: #150a70 !important;
}
.card_show_hide_link, .checkout-btn, #submitMe  {
  /* checkout buttons */
  background-color: #150a70 !important;
}
#submitMe:hover {
  /* checkout button mouse hover */
  background-color: #15063d !important;
}
.subButton:hover, #stripe_submit, #click_tap_here, #card_submit {
    /* checkout button mouse hover */
  background-color: #15063d !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 */
  background-image: linear-gradient(to bottom, #000000 -50%, transparent 98%) !important;
}
.donation_thank_you_text {
   /* donation page thank you text */ 
  color: #FFFFFF !important;
}
#donation_submit.checkout-btn {
  /* donation page submit button */
  background: #15063d !important;
  border-color:#15063d #15063d #15063d !important;
}
/* general css */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .bullet-details {
    margin: 0 !important;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .bullet-details {
    margin: 0 !important;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .bullet-details {
     margin: 0px 0px 2px 150px !important; 
}
  }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .bullet-details {
     margin: 0px 0px 2px 150px !important; 
}
  .text-adjust::before {
    content: "\A" !important; 
  }
  }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .bullet-details { 
    margin: 0px 0px 2px 150px !important; 
}
  .text-adjust::before {
    content: "\A" !important; 
  }
  }