/* landing page css */
#split-column {
  /* side-by-side column for event info */
  padding: 50px 30px 0 45px;
}
#blockA_content h2, #blockB_content h2, #blockC_content h2, #blockD_content h2{
    /* landing page remove title from Section A */
  display: none !important;
}
/* ticket page css */
#paymethod > h3::after {
content: "All sales are final and no refunds will be issued.";
display: block; 
padding-top: 5px !important;
font-style: italic;
}
#donation_amount, #seating_request {
  /* ticket page donation section donation amount box */
  margin-top: 20px !important;
}
#total {
  /* total amount text */
  color: #b28b48 !important;
}
.card_show_hide_link, .checkout-btn, #submitMe  {
  /* checkout buttons */
  background-color: #b28b48 !important;
  color: #FFFFFF !important;
}
#submitMe:hover {
  /* checkout button mouse hover */
  background-color: #a07834 !important;
  color: #FFFFFF !important;
}
.section_title {
	/* ticket page section title */
	color: #FFFFFF !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_submit.checkout-btn {
  /* donation page submit button */
  background: #6a4496 !important;
  border-color:#6a4496 #6a4496 #6a4496 !important;
}
.incs_button {
  /* donation page recurring donation buttons */
  background: #6a4496 !important;
}
.recurring-donation-frequency:checked + label {
  /* donation page recurring donation box shadow */
  box-shadow: 0 0 2px 3px #6a4496 !important;
}
.donation_thank_you_text {
   /* donation page thank you text */ 
  color: #FFFFFF !important;
}
/* general css */
/* BEGIN – SUBMIT DONATION BUTTON COLOR */
#donation_submit.checkout-btn {
/* donation page: changes the default donation page ‘submit’ button color */
background: #b28b48 !important;
border-color:#b28b48 #b28b48 #b28b48 !important;
}
/* END – SUBMIT DONATION BUTTON COLOR */
/* 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;
}
.font-details {
font-size: 30px !important;
}
.font-info {
font-size: 18px !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;
}
.font-details {
font-size: 30px !important;
}
.font-info {
font-size: 18px !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;
}
.font-details {
font-size: 36px !important;
}
.font-info {
font-size: 24px !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: 100%  !important;
}
.font-details {
font-size: 36px !important;
}
.font-info {
font-size: 24px !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: 100%  !important;
}
.font-details {
font-size: 36px !important;
}
.font-info {
font-size: 24px !important;
}
  }

/* image sizing end */