/* 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 */
#tickets, #sponsorship, #contact_info, #billing {
font-family: Barlow !important;
}
.section_title {
font-family: Fira Sans !important;
}
#cc_fees_message > span {
font-size: 0px !important;
line-height: 0px !important;
}
#cc_fees_message > span::after {
font-size: 16px !important;
content: "Fee Description: By covering the processing fees, you ensure that Museo de las Américas receives the full amount of your donation. We appreciate your support.";
display: block;
padding-top: 0 !important;
line-height: normal !important;
}
#cc_fees_message > label {
font-size: 15px !important;
}
#cc_fees_message > label::after {
content: "If you choose not to cover the processing fees, a portion of your donation will go toward transaction costs. Your full support makes a bigger impact.";
font-style: italic !important;
display: block;
}
#contact_info > p > label::after {
content: "All fields are  mandatory.";
font-style: italic !important;
display: block;
padding-top: 10px !important;
}
/* checkout button */
.card_show_hide_link, .checkout-btn, #submitMe  {
  /* checkout buttons */
  background-color: #0100b8 !important;
}
#submitMe:hover {
  /* checkout button mouse hover */
  background-color: #020288 !important;
}
.subButton:hover, #stripe_submit, #click_tap_here, #card_submit {
    /* checkout button mouse hover */
  background-color: #020288 !important;
}
/* total amount */
#total {
  /* total amount text */
  color: #0100b8 !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: #0100b8 !important;
  border-color:#0100b8 #0100b8 #0100b8 !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 */
/*[onclick="checkNavScroll('#blockB')"] {
  display: none !important;
}*/

/* 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) {
  .event-title {
    font-size: 45px !important;
}
.event-sub {
    font-size: 20px !important;
}
.event-details {
    font-size: 24px !important;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .event-title {
    font-size: 45px !important;
}
.event-sub {
    font-size: 20px !important;
}
.event-details {
    font-size: 24px !important;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .event-title {
    font-size: 60px !important;
}
.event-sub {
    font-size: 24px !important;
}
.event-details {
    font-size: 30px !important;
}
  }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .event-title {
    font-size: 60px !important;
}
.event-sub {
    font-size: 24px !important;
}
.event-details {
    font-size: 30px !important;
}
  }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .event-title {
    font-size: 60px !important;
}
.event-sub {
    font-size: 24px !important;
}
.event-details {
    font-size: 30px !important;
}
  }


/* END - side-by-side responsive behavior (auto adjust for different screen sizes) */