/* LANDING PAGE CSS */
.block_content h2 {
display: none !important;
}
/* BEGIN – EVENT SCHEDULE */
.event-schedule-row {
border-bottom: 1px solid #ffffff;
}
/* END – EVENT SCHEDULE */
/* BEGIN – ALTERNATE EVENT DATE STYLES – STYLE 1 */
td {
    border: 2px solid #ffffff !important;
    padding: 0.5em;
position: relative;
 color: #f3bf26 !important; 
}
/* controls appearance/length of border */
.schedule td div {
    background-color: #ffffff !important;
    position: absolute;
    left: 100%;
    top: 3px;
    bottom: 3px;
    width: 2px;
}
.schedule-tix td div {
    background-color: #03243d !important;
    position: absolute;
    left: 100%;
    top: 3px;
    bottom: 3px;
    width: 2px;
}
}
/* END – ALTERNATE EVENT DATE STYLES – STYLE 1 */

#bidder-login{
  /* add space under login info */
  padding-bottom: 100px !important;
}
/* TICKET PAGE CSS */
/* BEGIN - UNDERWRITING TEXT INSERT */
#underwriting::before {
content: "Underwriting helps support event expenses so more funds can go to the school. We will offer signage in thanks. You can underwrite on behalf of a family, business, or anonymous. For example: “Thank you Smith Family, Prize Wheel Underwriter!”";
font-weight: bold !important;
}
#underwriting > div {
margin-top: 10px !important;
}
/* END - UNDERWRITING TEXT INSERT */
/* checkout button */
.card_show_hide_link, .checkout-btn, #submitMe  {
  /* checkout buttons */
  background-color: #03243d !important;
}
#submitMe:hover {
  /* checkout button mouse hover */
  background-color: #011b2f !important;
}
.subButton:hover, #stripe_submit, #click_tap_here, #card_submit {
    /* checkout button mouse hover */
  background-color: #011b2f !important;
}
/* total amount */
#total {
  /* total amount text */
  color: #f3bf26 !important;
}
#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;
}
#donation_submit.checkout-btn {
  /* donation page submit button */
  background: #03243d !important;
  border-color:#03243d #03243d #03243d !important;
}
/* GUEST UPDATE LINK CSS */

/* GENERAL CSS */
a:-webkit-any-link {
/* all pages: changes all link colors to the same color */
/* color: #[HEX CODE-LINK COLOR-ALL PAGE LINKS] !important; */
/* all pages: removes underline from links on all pages */
/* text-decoration: none !important; */
}
/* BEGIN – RESPONSIVE BEHAVIOR (AUTO ADJUST FOR DIFFERENT SCREEN SIZES) */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.img-header {
width: 100% !important;
}
/* BEGIN – ALTERNATE EVENT DATE STYLES – STYLE 1 */
.event-txt {
font-size: 20px !important;
}
.event-txt-lg {
font-size: 36px !important;
}
/* END – ALTERNATE EVENT DATE STYLES – STYLE 1 */
/* BEGIN - RESPONSIVE BUTTON FONT */
.mobile-btn-txt {
font-size: 16px !important;
}
/* END - RESPONSIVE BUTTON FONT */
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.img-header {
width: 100% !important;
}
/* BEGIN – ALTERNATE EVENT DATE STYLES – STYLE 1 */
.event-txt {
font-size: 20px !important;
}
.event-txt-lg {
font-size: 36px !important;
}
/* END – ALTERNATE EVENT DATE STYLES – STYLE 1 */
/* BEGIN - RESPONSIVE BUTTON FONT */
.mobile-btn-txt {
font-size: 16px !important;
}
/* END - RESPONSIVE BUTTON FONT */
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.img-header {
width: 60% !important;
}
/* BEGIN – ALTERNATE EVENT DATE STYLES – STYLE 1 */
.event-txt {
font-size: 24px !important;
}
.event-txt-lg {
font-size: 48px !important;
}
/* END – ALTERNATE EVENT DATE STYLES – STYLE 1 */
/* BEGIN - RESPONSIVE BUTTON FONT */
.mobile-btn-txt {
font-size: 20px !important;
}
/* END - RESPONSIVE BUTTON FONT */
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.img-header {
width: 60% !important;
}
/* BEGIN – ALTERNATE EVENT DATE STYLES – STYLE 1 */
.event-txt {
font-size: 24px !important;
}
.event-txt-lg {
font-size: 48px !important;
}
/* END – ALTERNATE EVENT DATE STYLES – STYLE 1 */
/* BEGIN - RESPONSIVE BUTTON FONT */
.mobile-btn-txt {
font-size: 20px !important;
}
/* END - RESPONSIVE BUTTON FONT */
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.img-header {
width: 60% !important;
}
/* BEGIN – ALTERNATE EVENT DATE STYLES – STYLE 1 */
.event-txt {
font-size: 24px !important;
}
.event-txt-lg {
font-size: 48px !important;
}
/* END – ALTERNATE EVENT DATE STYLES – STYLE 1 */
/* BEGIN - RESPONSIVE BUTTON FONT */
.mobile-btn-txt {
font-size: 20px !important;
}
/* END - RESPONSIVE BUTTON FONT */
}
/* END - RESPONSIVE BEHAVIOR (AUTO ADJUST FOR DIFFERENT SCREEN SIZES)*/