/* Generic color classes for the main accent color of each theme */
#order-title-area #event-name a {
  color: black;
}
.accent-color-1 {
  color: #D9112F;
}
.accent-bkgd-color-1 {
  background-color: #D9112F;
}
.accent-border-color-1 {
  border-color: #D9112F;
}
.access-code-tt,
.grid .ticket-type-item.access-code-tt {
  border-left-color: #D9112F;
}
.video-play-btn {
  position: relative;
  width: 10%;
  top: 45%;
  left: 45%;
  opacity: 100%;
  display: none;
}
.video:hover .video-play-btn {
  display: inline;
}
.btn,
.btn-input-subtract:hover,
.btn-input-add:hover,
.btn-input-subtract:active,
.btn-input-add:active,
#social-spotlight,
#event-when-where {
  background-color: #D9112F;
}
.daterangepicker .calendar-table td.active,
.daterangepicker .calendar-table td.active:hover {
  background-color: #D9112F !important;
}
.daterangepicker td.in-range,
.daterangepicker td.in-range:hover {
  background-color: #ffffff !important;
}
#hero .nav-social li a:hover,
#hero .nav-social li a:active,
.product .price,
.ticket-type-item .price,
.container span.header,
.inline-table-link a:link,
.inline-table-link a:visited,
.remove-check,
.activity-producer-links a,
#order-title-area .event-inpage-social-icon:hover,
#hero .nav-social .event-inpage-social-icon:hover,
.activity-producer-social-icon:hover,
#partner-branding-menu #header .help_links a:hover,
#order-title-area .event-date .date,
.btn-link,
#eventTitleLink {
  color: #D9112F !important;
}
.activityHeader a:link,
.activityHeader a:visited,
.btn-sm-rounded,
#datetime-location .fa {
  color: #D9112F;
}
#countdownTimer {
  background-color: #D9112F;
}
.btn-input-subtract,
.btn-input-add {
  color: #D9112F;
}
.orderTotal .value {
  color: #D9112F;
}
#order-title-area .event-date,
#event-when-where .inner-content,
#hero .cta a:link,
#hero .cta a:visited,
#hero .cta a:hover,
#hero .cta a:active,
.btn-input-subtract:hover,
.btn-input-add:hover {
  color: #ffffff !important;
}
#event-when-where .pure-menu-has-children > .pure-menu-link {
  color: #ffffff;
  border-color: #ffffff;
}
.product .price,
.ticket-type-item .price,
#order-title-area .event-date {
  color: #D9112F;
}
.content .header {
  color: #D9112F;
}
.insurance .btn.btn-outline {
  border: 2px solid #D9112F;
  color: #D9112F;
}
.insurance a .insurance-link {
  color: #D9112F;
}
/* adding for gratuities */
.gratuity-container {
  margin: 15px 0px;
  display: none;
  border-bottom: 2px solid #eee;
}
.gratuity-container h3.name {
  margin-top: 10px;
  margin-bottom: 10px;
}
.gratuity-option {
  display: inline-block;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0 5px 10px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid;
  padding: 8px 12px;
  position: relative;
  text-align: center;
  color: inherit;
  border-color: #DEDEDE;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.25s ease-out;
  line-height: 1.3;
  cursor: pointer;
  overflow: hidden;
}
.gratuity-option-value {
  font-size: 16px;
  cursor: pointer;
}
.gratuity-option-title {
  font-size: 16px;
  line-height: 2.23;
}
.gratuity-option-preview,
.gratuity-option-amount {
  display: block;
  font-size: 12px;
  opacity: 0.5;
}
#gratuityOptionsContainer {
  clear: both;
}
.pre-button {
  color: #333;
  font-weight: bold;
  box-shadow: none;
  pointer-events: none;
  line-height: 20px;
  padding: 9px;
  font-size: 16px;
  box-sizing: border-box;
  float: left;
}
.gratuity-selected {
  color: #D9112F;
  border-color: #D9112F;
  background-color: #D9112F;
  color: #ffffff !important;
}
.gratuity-option:hover {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  background-color: #fdecee;
}
.gratuity-selected:hover {
  color: #D9112F;
  border-color: #D9112F;
  background-color: #D9112F;
  color: #ffffff;
}
/* TODO: need to update the image when we have that built */
#event-name {
  font-family: 'Roboto', sans-serif;
}
