/* landing page css */

#blockA_content h2, #blockB_content h2, #blockC_content h2, #blockD_content h2{
	/* removes title from all sections */
  display: none !important;
}
#bidder-login{
	/* add space under login info */
  padding-bottom: 100px !important;
}
/* ticket page css */
/* checkout button */
.card_show_hide_link, .checkout-btn, #submitMe  {
  /* checkout buttons */
  background-color: #10294b !important;
}
#submitMe:hover {
  /* checkout button mouse hover */
  background-color: #051831 !important;
}
.subButton:hover, #stripe_submit, #click_tap_here, #card_submit {
    /* checkout button mouse hover */
  background-color: #051831 !important;
}
/* total amount */
#total {
  /* total amount text */
  color: #c2a55c !important;
}
#donation_amount, #seating_request {
	/* donation section - add margin above donation amount box */
  margin-top: 20px !important;
}
/* donation page css */
#donation_submit.checkout-btn {
  /* donation page submit button */
  background: #10294b !important;
  border-color:#10294b #10294b #10294b !important;
}
#og h1 {
	/* removes standard h1 title */
    display: none !important;
}
#og {
	/* removes text shadow from text*/
    text-shadow: none !important;
	/* changes text color to white*/
    color: #FFFFFF !important;
}
#bg_grad {
	/* removes black linear gradient */
  display: none !important;
	/* changes black linear gradient to another color */
	/* background-image: linear-gradient(to bottom, #eb6424 -50%, transparent 90%) !important; */
}
.donation_thank_you_text {
	/* changes thank you (after donation payment) text color */ 
  color: #FFFFFF !important;
}
/* general css */
/* a:-webkit-any-link { */
	/* changes all link colors on all pages */ 
/*  color: #6eceb2 !important; */
	/* removes underline from links on all pages */ 
/*  text-decoration: none !important; */
/* } */
/* Default table layout */
.responsive-table {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.responsive-table td {
  vertical-align: top;
  padding: 15px;
  text-align: center;
}

/* Desktop image size adjustment */
.responsive-table .image-cell {
  width: 35%;
}

.responsive-table .content-cell {
  width: 65%;
}

/* Mobile view adjustments */
@media (max-width: 768px) {
  .responsive-table {
    display: block;
  }

  .responsive-table td {
    display: block;
    width: 100%;
    text-align: center;
  }

  .responsive-table img {
    width: 100%;
    max-width: 316px;
    height: auto;
    margin: 0 auto;
  }
  .responsive-table .image-cell {
  width: 100%;
}

.responsive-table .content-cell {
  width: 100%;
}
}