/* 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: 50px !important;
}
/* ticket page css */
#sponsor_comment {
  display: none !important;
}
#blurry_bg {
  /* ticket page header background */
  background-image: url("https://d2y9d0ry7vx6k5.cloudfront.net/events/17564/images/block_b_d8IZXuExXn.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.card_show_hide_link, .checkout-btn, #submitMe  {
  /* checkout buttons */
  background-color: #1b355d !important;
}
#submitMe:hover {
  /* checkout button mouse hover */
  background-color: #102749 !important;
}
.subButton:hover, #stripe_submit, #click_tap_here, #card_submit {
    /* checkout button mouse hover */
  background-color: #102749 !important;
}
#total {
  /* total amount text */
  color: #1b355d !important;
}
.section_title {
	/* ticket page section title */
	color: #FFFFFF !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: #1b355d !important;
  border-color:#1b355d #1b355d #1b355d !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 */

/* BEGIN - side-by-side responsive behavior (auto adjust for different screen sizes) */

/* image sizing begin */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .flyer-img {
    /* ticket page event title image */
    width: 100% !important;
}
  .text-header {
    width: 60% !important;
  }
  .date-text {
    font-size: 24px !important;
  }
  .info-text {
    font-size: 20px !important;
  }
  .info-text-two {
    font-size: 18px !important;
  }
  .desc-text {
    font-size: 16px !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .flyer-img {
    /* ticket page event title image */
    width: 100% !important;
    padding: 0 0 50px 0  !important;
    margin: 0 0 0 0  !important;
}
  .text-header {
    width: 60% !important;
  }
    .date-text {
    font-size: 24px !important;
  }
  .info-text {
    font-size: 20px !important;
  }
  .info-text-two {
    font-size: 18px !important;
  }
  .desc-text {
    font-size: 16px !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .flyer-img {
    /* ticket page event title image */
    width: 100%  !important;
    padding: 0 0 50px 0  !important;
    margin: 0 0 0 0  !important;
}
  .text-header {
    width: 25% !important;
  }
    .date-text {
    font-size: 33px !important;
  }
  .info-text {
    font-size: 28px !important;
  }
  .info-text-two {
    font-size: 20px !important;
  }
  .desc-text {
    font-size: 18px !important;
  }
  }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /* ticket page event title image */
  .flyer-img {
    /* ticket page event title image */
    width: 40%  !important;
    padding: 50px 30px 50px 0  !important;
    margin: 0 0 0 0  !important;
}
  .text-header {
    width: 25% !important;
  }
    .date-text {
    font-size: 33px !important;
  }
  .info-text {
    font-size: 28px !important;
  }
  .info-text-two {
    font-size: 20px !important;
  }
  .desc-text {
    font-size: 18px !important;
  }
  }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .flyer-img {
    /* ticket page event title image */
    width: 40%  !important;
    padding: 50px 30px 50px 0  !important;
    margin: 0 0 0 0  !important;
}
  .text-header {
    width: 25% !important;
  }
  .date-text {
    font-size: 33px !important;
  }
  .info-text {
    font-size: 28px !important;
  }
  .info-text-two {
    font-size: 20px !important;
  }
  .desc-text {
    font-size: 18px !important;
  }
  }

/* image sizing end */

/* END - side-by-side responsive behavior (auto adjust for different screen sizes) */