/* Add-on buy page style fixes */
body.page-template-template-pricing-blade .hero-image {
  background-image: url('/wp-content/themes/bb2017/assets/images/bb_mt_bp_banner.jpg');
  background-size: cover;
}
body.page-template-template-pricing-blade .hero-image .image--inner {
  visibility: hidden;
}

body.page-template-template-pricing-blade .mariana-product-buy-list-binding h1,
body.page-template-template-pricing-blade
  .mariana-product-buy-list-binding
  label {
  color: black;
}
body.page-template-template-schedule-blade .container {
  width: 100%;
}

.MT_location-buy-page__addons .MT_product-card__subtext {
  color: red;
  font-size: 12px;
  display: block;
  height: 42px;
  overflow: scroll;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.MT_location-buy-page__addons .MT_product-card__info {
  width: 176px !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.MT_location-buy-page__addons .MT_product-card__title {
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  font-size: 20px;
}

.MT_location-buy-page__addons .MT_product-card__price {
  font-size: 16px;
}

/* MT Embed overrides for studio pricing pages  */
.MT_product-comparison-list header:after {
  display: block;
  /* width: 50%; */
  max-width: 500px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.25rem;
  font-family: 'antenna';
  line-height: 1.8;
}

.MT_product-comparison-list .MT_product-list:after {
  display: block;
  max-width: 75%;
  /* margin: 1rem auto 0; */
  margin-top: 1rem;
  margin-bottom: 0;
  color: #fff;
  font-size: 0.75rem;
  font-family: antenna;
  letter-spacing: normal;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .MT_product-comparison-list header:after {
    width: 90%;
    font-size: 1rem;
  }
}

/* Reservation Confirmation fix widths */
.MT_schedule-week__flow-class-register .MT_register-flow--step-confirmed {
  max-width: none;
}

.MT_schedule-week__flow-class-register
  .MT_register-flow--step-payment-selection {
  max-width: none;
}

.MT_schedule-week__flow-class-register .MT_layout-three-column__main {
  text-align: center;
}

.MT_schedule-week__flow-class-register .MT_class-register__heading {
  width: 100%;
}

.MT_schedule-week__flow-class-register .MT_selected-spot {
  height: 90px;
  width: 90px;
}

.MT_schedule-week__flow-class-register .MT_selected-spot__cancel-button {
  min-height: auto;
  height: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

.MT_schedule-week__flow-class-register
  .MT_class-register__show-addons-button:before {
  margin: 0 auto 2px;
  display: block;
  position: static;
}

/* Restyle room maps */
.MT_schedule-week__flow-class-register .MT_layout-grid__container {
  max-width: 100% !important;
}

/* Hide "Class Type" and "Room" Filters from the class schedule page */
.MT_schedule-week .MT_schedule-filters__section:nth-child(2n) {
  display: none;
}

/* Make sure red is consistent. */
.studio-actions a:not(.disabled) {
  background-color: #eb0b0b !important;
  color: #fff;
  border-color: #eb0b0b !important;
}

.MT_schedule__register-button {
  background-color: #eb0b0b !important;
  border-color: #eb0b0b !important;
}

.MT_class-register__view-more-classes-button {
  color: #333 !important;
  background: #f6f5f6 !important;
}

.MT_type--note {
  font-size: 8px !important;
}

/* hide "login|signup" when user authenticated  */
.MT_authenticated .menu-log-in-sign-up {
  display: none !important;
}

/* hide "my account" when user not authenticated  */
/* .MT_unauthenticated .menu-my-account { */
.MT_unauthenticated .menu-my-account {
  display: none !important;
}
