/*
 * Primary Color 		= C8141B * Secondary Color 		= 454545 * Background Color  	= ffffff * Background Repeat  	= no-repeat * Background Image  	=  */


/* Globals */
body.event-page {
    background-color: #ffffff;
          background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed }

body#multi-ticket {
    background-color: #ffffff;
          background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed }

header.header--lds {
    background-color: #ffffff;
        background-size: cover;
    background-position: center center;
}

/* body#multi-ticket {  background-color: #C8141B; } */
/* body#multi-ticket {  background-color: #C8141B; } */


.mobile-ticket__button-icon svg path { fill: #C8141B; }
.mobile-ticket__button-icon svg path { fill: #C8141B; }

.mobile-ticket__page-header, .mobile-ticket__page-footer { background-color: #C8141B; }

#sub_foot,
.locale-options { background-color: #C8141B; }
.locale-options li a:hover { background-color: #C8141B; }
.locale-options:before { border-color: transparent transparent #b9050c transparent; }
a, a:link, a:visited, .button--link { color: #c8141b;  }
h1, h2, h3, h4 { color: #C8141B; }
/*h1 { background-color: #c8141b; }*/
.bottom_bar { background-color: #C8141B; }

#mobile-tabs {
  background-color: #ffffff;
        background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed}

#mobile-tabs ul li.active { background-color: #C8141B; }
.mobile-title { background-color: #C8141B; }

/* Event Info (Seller Homepage) */
.event_info a:link, .event_info a:hover, .event_info a:visited { color: #C8141B; }
.date_block { border: 1px solid #C8141B; }
.month_row { background-color: #C8141B; }
.day_row { color: #C8141B; }
#warn_about_clearing #cancel_request,
.receipt-print-commands .print_tickets,
#checkout #submit,
#coupon_box input[type=button],
.grand-total-total #submit_form,
.custom_button,
label.add-to-order,
a.print_tickets,
a.print_tickets:hover,
#submit_member,
.custom_dark_button,
.event-button-wrapper a { background: #C8141B !important; border-color: #b9050c  }
.event-button-wrapper a:target,
.event-button-wrapper a:active { background: #b9050c; border-color: #af0002 }
.event_icon, .event_icon_upsell { color: #C8141B; }

a.btn-primary,
.btn-primary {
    color: white;
    background-color: #C8141B;
    border-color: #b9050c;
}
.touch .btn-primary:hover,
.no-touch .btn-primary:hover {
    background-color: #af0002;
}

.btn-transparent {
  color: #C8141B;
}

/* Nav Buttons */
nav { background-color: #be0a11 !important;
    border-bottom: 1px solid #960000;
    border-top: 1px solid #; }
.nav_button, ul#order_stats_total strong { color: #C8141B; }

ul#order_stats_total,
#order_stats_buttons .checkout_btn { background-color:  #C8141B !important; }

/* Colorbox */
#cboxOverlay{ background: rgba(0,0,0,0.7) !important; }

/* Listing Page */
.whos_title,
#venue_info_header,
.purchasetitle,
.has_event_style1 { background-color: #C8141B !important; }
.subtotal-row { color: #C8141B; }
.grand-total h2 span,
.showtitle { color: #C8141B; }
#whereami-linefill { background: #C8141B; border: 1px solid #be0a11;}
.stepone #whereami-bubbleone .number,
.steptwo #whereami-bubbleone .number,
.steptwo #whereami-bubbletwo .number,
.stepthree #whereami-bubbleone .number,
.stepthree #whereami-bubbletwo .number,
.stepthree #whereami-bubblethree .number,
.stepfour #whereami-bubbleone .number,
.stepfour #whereami-bubbletwo .number,
.stepfour #whereami-bubblethree .number,
.stepfour #whereami-bubblefour .number,
.listing-block--header
{ background-color: #C8141B !important; }

/* Questions */
/* .questions_wrapper form#questions .showinfo input:focus,
.questions_wrapper form#questions .showinfo input:active,
.questions_wrapper form#questions .showinfo select:focus,
.questions_wrapper form#questions .showinfo select:active { border: 2px solid #C8141B; } */
.questions_wrapper form#questions .showinfo input[type=submit] { background: #C8141B; border-color: #b9050c }
.questions_wrapper form#questions .showinfo input[type=submit]:focus { border-width: 1px; }
.questions_wrapper form#questions .showinfo input[type=submit]:active { border-width: 1px; }
*/
/* Calendar */
.ui-datepicker-current-day { background-color: e#C8141B !important; }
.more-events a { background-color: #C8141B; }
table#calendar tbody tr td.today { background: #ffffff;  }
.has-events ul li a,
table#calendar caption { background-color: #C8141B;}

/* Checkout */
#checkout-page .countdown { color: #C8141B !important; }

/* Receipt Page */
.receipt .notice { background-color: #C8141B !important; color: white; }

/* Incentix */
.incentix-modal-body textarea:hover, .incentix-modal-body textarea:focus { border: 1px solid #C8141B !important;}
.incentix-modal-header a.post-username,
.incentix-modal-header a.tweet-username { color: #C8141B !important; }
.incentix-modal .incentix-modal-footer {
    padding: 0 15px 15px 15px; }
    .incentix-modal .incentix-modal-footer input {
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -k-border-radius: 5px;
      -o-border-radius: 5px;
      background-color: #C8141B;
      background-image: linear-gradient(top, #C8141B, #be0a11);
      background-image: -moz-linear-gradient(top, #C8141B, #be0a11);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C8141B), color-stop(1, #be0a11));
      background-image: -o-linear-gradient(top, #C8141B, #be0a11);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C8141B', endColorstr='#be0a11');
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C8141B', endColorstr='#be0a11')";
      -pie-background: linear-gradient(#C8141B, #be0a11);
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
      -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
      -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
      font-weight: bold;
      color: white;
      width: 100%;
      height: 40px;
      border: 1px solid #ddd;
      cursor: pointer;
      font-size: 14px; }
      .incentix-modal .incentix-modal-footer input:hover {
        background-color: #be0a11;
        background-image: linear-gradient(top, #be0a11, #be0a11);
        background-image: -moz-linear-gradient(top, #be0a11, #be0a11);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #be0a11), color-stop(1, #be0a11));
        background-image: -o-linear-gradient(top, #be0a11, #be0a11);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be0a11', endColorstr='#be0a11');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#be0a11', endColorstr='#be0a11')";
        -pie-background: linear-gradient(#be0a11, #be0a11); }
      .incentix-modal .incentix-modal-footer input:disabled {
          text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
            -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
            -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
        background-color: #f3f2f3;
        background-image: linear-gradient(top, #f3f2f3, #b1b1b1);
        background-image: -moz-linear-gradient(top, #f3f2f3, #b1b1b1);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f3f2f3), color-stop(1, #b1b1b1));
        background-image: -o-linear-gradient(top, #f3f2f3, #b1b1b1);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f2f3', endColorstr='#b1b1b1');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f2f3', endColorstr='#b1b1b1')";
        -pie-background: linear-gradient(#f3f2f3, #b1b1b1);
        color: #aaa;
        cursor: normal !important; }

.receipt .notice { background-color: #C8141B !important; color: white; }

.captcha_submit { background: #b9050c; border-color: #af0002 }

/* Upsell */
#upsell-table .upsell-table-table .upsell-event-footer strong { color: #C8141B; }
#upsell-table .upsell-table-table .upsell-event-teaser .event_icon_upsell, #upsell-table .upsell-table-table .upsell-event-footer .event_icon_upsell { background-color: #C8141B; color: white; }

.questions-event--lds .button--primary,
.btn-primary,
.btn-submit {
    background-color: #C8141B;
    border-color: #af0002;
}

.questions-event--lds .button--primary:hover,
.btn-primary:hover,
.btn-submit:hover {
    background-color: #b9050c;
    border-color: #9b0000;
}

div.flasher div.cookie {border-bottom-color: #e12d34;
  border-top-color: #f54148;
  background: #eb373e;
}
div.flasher div.cookie:after {
  background: #e12d34;
}
div.flasher div.cookie:after {
  border-color: #f54148;
}
div.flasher div.cookie a:link, div.flasher div.cookie a:visited, div.flasher div.cookie a:active {
  color:  #ffa0a7;
}
div.flasher div.cookie a:hover {
  color: #ffc8cf;
}
div.flasher div.cookie ul li {
  border-top: 1px solid #f54148;
  border-bottom: 1px solid #e12d34;
}
/* Custom CSS Blurb */
