/* 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 */
#sponsor_comment {
display: none !important;
}
/* checkout button */
.card_show_hide_link, .checkout-btn, #submitMe  {
  /* checkout buttons */
  background-color: #000000 !important;
}
#submitMe:hover {
  /* checkout button mouse hover */
  background-color: #000000 !important;
}
.subButton:hover, #stripe_submit, #click_tap_here, #card_submit {
    /* checkout button mouse hover */
  background-color: #000000 !important;
}
/* total amount */
#total {
  /* total amount text */
  color: #5f6661 !important;
}
.section_title {
	/* ticket page section title */
	/* color: #f1eae3 !important; */ /* font color */
	/* background: #[HEX CODE] !important; *//* background color */
}
#blurry_bg {
  /* ticket page header background */
  background-image: url("https://d2y9d0ry7vx6k5.cloudfront.net/events/17962/images/block_a_vgZy80LnBX.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

#donation_amount, #seating_request {
/* donation section - add margin above donation amount box */
margin-top: 20px !important;
}
/* donation page css */
#og h1 {
/* removes standard h1 title */
display: none !important;
}
#og {
/* removes text shadow from text*/
text-shadow: none !important;
/* changes text color*/
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: #000000 !important;
/* removes underline from links on all pages */
/* text-decoration: none !important; */
}
#footer {
color: #000000 !important;
}
/* BEGIN – SUBMIT DONATION BUTTON COLOR */
#donation_submit.checkout-btn {
/* donation page: changes the default donation page ‘submit’ button color */
background: #000000 !important;
border-color:#000000 #000000 #000000 !important;
}
/* END – SUBMIT DONATION BUTTON COLOR */
/* 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) {
.event-date {
font-size: 16px !important;
}
.event-txt {
font-size: 16px !important;
}
.event-btn {
font-size: 15px !important;
}
.event-header {
font-size: 36px !important;
}
.event-logo {
width: 150px !important;
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.event-date {
font-size: 16px !important;
}
.event-txt {
font-size: 16px !important;
}
.event-btn {
font-size: 15px !important;
}
.event-header {
font-size: 36px !important;
}
.event-logo {
width: 150px !important;
}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.event-date {
font-size: 24px !important;
}
.event-txt {
font-size: 20px !important;
}
.event-btn {
font-size: 20px !important;
}
.event-header {
font-size: 48px !important;
}
.event-logo {
width: 211px !important;
}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.event-date {
font-size: 24px !important;
}
.event-txt {
font-size: 20px !important;
}
.event-btn {
font-size: 20px !important;
}
.event-header {
font-size: 48px !important;
}
.event-logo {
width: 211px !important;
}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.event-date {
font-size: 24px !important;
}
.event-txt {
font-size: 20px !important;
}
.event-btn {
font-size: 20px !important;
}
.event-header {
font-size: 48px !important;
}
.event-logo {
width: 211px !important;
}
}
/* END - RESPONSIVE BEHAVIOR (AUTO ADJUST FOR DIFFERENT SCREEN SIZES)*/