* {
  cursor: none;
}

*:hover {
  cursor: none;
}

@font-face {
  font-family: "henripfr";
  src: url("font/HenriPFR-Stuyck-Sans.ttf");
  src: url("font/HenriPFR-Stuyck-Sans.otf");
  src: url("font/HenriPFR-Stuyck-Sans.woff") format("woff");
  src: url("font/HenriPFR-Stuyck-Sans.woff2") format("woff2");
}

.bit-date-wrapper {
  padding: 1rem 1rem;
  font-size: 1.5rem;
  font-family: henripfr;
  background-color: white;
  color: #0f0f0f;
  min-width: 230px !important;
  display: flex;
  justify-content: center;
  letter-spacing: 1px;
  margin-right: 2rem !important;
}

.bit-widget.bit-layout-desktop .bit-details {
  margin: 0 !important;
}

.bit-venue {
  font-size: 1rem;
  width: 100% !important;
  line-height: 1.5rem;
}

.bit-titleWrapper {
  order: 2;
  width: 50%;
}

.bit-details {
  margin-right: 2rem;

  padding: 0;
  width: auto;
}

.bit-event {
  line-height: 32px !important;
}

.bit-event:hover {
  cursor: none;
}

.bit-widget.bit-layout-desktop .bit-event {
  padding: 0;
}

.bit-details-inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bit-event-buttons {
  margin-right: 0;
}

.bit-offers {
  margin-left: 2rem !important;
}

.bit-upcoming-events {
  margin: 0 !important;
  cursor: none;
}

.bit-upcoming-events:hover {
  cursor: none;
}

.bit-location-under-tablet {
  width: 200px;
  text-align: right !important;
  line-height: 1.5rem;
  order: 3;
}

.bit-rsvp-container {
  color: #0f0f0f;
  background-color: white;
  border-radius: 0;
  margin-left: 2rem !important;
}

.bit-past-events {
  margin: 0px !important;
}

.bit-widget.bit-layout-desktop .bit-event .bit-button {
  border: none !important;
  color: #0f0f0f;
}

/* ALL FOR MOBILE */

@media screen and (max-width: 980px) {
  .bit-location-under-mobile {
    line-height: 1.5rem;
  }

  .bit-details {
    margin: 0 !important;
  }

  .bit-widget.bit-layout-ipad .bit-event {
    padding: 2rem 0 !important;
  }

  .bit-mobile-date-and-share-wrapper {
    background-color: white;
    color: #0f0f0f;
    font-family: HenriPFR;
    font-size: 1.5rem !important;
    padding: 0.5rem 1rem;
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 1rem;
  }

  .bit-details-inner-wrapper {
    width: 100%;
    margin-bottom: 1rem;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .bit-titleWrapper {
    width: 100% !important;
  }

  .bit-mobile-date {
    width: 100%;
  }

  .bit-widget.bit-layout-ipad .bit-event .bit-event-buttons {
    width: 100%;
  }

  .bit-widget .bit-offers-inner-wrapper {
    width: 100%;
  }

  .bit-offers-container {
    display: flex;
    justify-content: center;
  }

  .bit-widget .bit-event .bit-button {
    margin: 0 !important;
  }

  .bit-rsvp-container {
    margin: 0 !important;
    background-color: #0f0f0f !important;
    display: flex;
    justify-content: center;
  }
  .bit-widget.bit-layout-ipad .bit-event .bit-button {
    border-radius: 0;
    border: none;
  }
}

/* WEIRD ZONE between 981 & 1100 */

@media all and (min-width: 981px) and (max-width: 1319px) {
  .bit-widget.bit-layout-ipad .bit-event {
    flex-direction: row !important;
    justify-content: space-between;
    padding: 0.5rem !important;
  }

  .bit-mobile-date {
    background-color: white;
    padding: 1rem;
    color: #0f0f0f !important;
    font-family: henripfr;
    font-size: 1.5rem;
  }

  .bit-nav-bar {
    justify-content: flex-start !important;
  }

  .bit-widget.bit-layout-ipad .bit-event .bit-event-buttons {
    margin: 0 !important;
  }

  .bit-widget.bit-layout-ipad .bit-date-wrapper {
    background-color: white !important;
    color: #0f0f0f;
    padding: 1rem;
    font-family: HenriPFR !important;
    font-size: 1.5rem !important;
  }

  .bit-location-under-tablet {
    text-align: center !important;
  }

  .bit-date-wrapper {
    margin-right: 2rem !important;
    padding: 1rem 0rem !important;
  }

  .bit-details {
    margin: 0;
  }

  .bit-date-wrapper {
    box-sizing: content-box;
  }

  .bit-titleWrapper {
    width: auto;
  }
}
