/* landing page css */
#blockA_content h2{
    /* landing page remove title from Section A */
  display: none !important;
}
#blockB_content h2{
    /* landing page remove title from Section A */
  display: none !important;
}
#blockC_content h2{
    /* landing page remove title from Section A */
  display: none !important;
}
#df-toggle-donor-address {
  /* donor address button */
  background-color: #313236 !important;
     color: #ffffff !important;
}

#df-toggle-donor-address:hover {
  /* donor address button */
  background-color: #313236 !important;
     color: #ffffff !important;
}

#label-file-1 {
    /* tap to choose file button */
    background-color: #313236 !important;
   color: #ffffff !important;
}

#label-file-1:hover {
  /* tap to choose file button hover */
    background-color: #232429 !important;
     color: #ffffff !important;
}

#df_submit {
    /* submit donation button */
    background-color: #313236 !important;
     color: #ffffff !important;
}

#df_submit:hover {
  /* submit donation button hover */
    background-color: #232429 !important;
     color: #ffffff !important;
}
/* ticket page css */
/* BEGIN-TICKET PAGE BACKGROUND HEADER */
#blurry_bg {
background-image: url("https://d2y9d0ry7vx6k5.cloudfront.net/events/17059/images/block_d_TA74Pcb684.jpg") !important;
background-size: cover !important;
background-repeat: no-repeat !important;
}
/* END-TICKET PAGE BACKGROUND HEADER */
.card_show_hide_link, .checkout-btn, #submitMe  {
  /* checkout buttons */
  background-color: #313236 !important;
}
#submitMe:hover {
  /* checkout button mouse hover */
  background-color: #232429 !important;
}
#total {
  /* total amount text */
  color: #d15143 !important;
}
#donation_amount {
  /* ticket page donation section donation amount box */
  margin-top: 20px !important;
}
/* donation page css */
/* BEGIN – SUBMIT DONATION BUTTON COLOR */
#donation_submit.checkout-btn {
/* donation page: changes the default donation page ‘submit’ button color */
background: #313236 !important;
border-color:#313236 #313236 #313236 !important;
}
/* END – SUBMIT DONATION BUTTON COLOR */
#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 */
/* BEGIN – RESPONSIVE BEHAVIOR (AUTO ADJUST FOR DIFFERENT SCREEN SIZES) */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.sponsor-logo {
width: 100% !important;
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.sponsor-logo {
width: 100% !important;
}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.sponsor-logo {
width: 20% !important;
}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.sponsor-logo {
width: 20% !important;
}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.sponsor-logo {
width: 20% !important;
}
}
/* END - RESPONSIVE BEHAVIOR (AUTO ADJUST FOR DIFFERENT SCREEN SIZES)*/