@media (min-width: 768px) {
  .az-widget-custom-tour {
    overflow: hidden; } }
@media (min-width: 1000px) {
  .az-widget-custom-tour {
    overflow: visible; } }
.az-widget-custom-table {
  width: 100%; }
  .az-widget-custom-table p {
    margin-bottom: 0; }
.az_widget-custom-tr {
  border-bottom: 2px solid #d1d3d4; }
  @media (min-width: 768px) {
    .az-widget-container--side .az_widget-custom-tr {
      border-bottom-color: transparent; } }
.az-widget-custom-td {
  line-height: 1.4; }
  @media (max-width: 767px) {
    .az-widget-custom-td {
      display: block;
      text-align: center; } }
  @media (min-width: 768px) {
    .az-widget-custom-td {
      padding: 8px; } }
.az-widget-custom-td-date {
  position: relative;
  text-align: center;
  padding: 4px 5px 3px 5px; }
  @media (max-width: 767px) {
    .az-widget-custom-td-date {
      background-color: rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid #d1d3d4;
      font-family: "W-B", sans-serif; } }
  @media (min-width: 768px) {
    .az-widget-custom-td-date {
      line-height: 1;
      text-align: right;
      padding: 10px 4% 5px 0;
      width: 16.667%; }
      .az-widget-container--side .az-widget-custom-td-date {
        padding-right: 1%;
        padding-left: 0;
        width: auto; } }
  @media (min-width: 1000px) {
    .az-widget-custom-td-date {
      padding-right: 4%;
      width: 16.667%; }
      .az-widget-container--side .az-widget-custom-td-date {
        padding-right: 4%; } }
.az-widget-custom-weekday, .az-widget-custom-month, .az-widget-custom-day {
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .az-widget-custom-weekday, .az-widget-custom-month, .az-widget-custom-day {
      display: block; } }
@media (min-width: 768px) {
  .az-widget-custom-month {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold; } }
@media (min-width: 768px) {
  .az-widget-custom-day {
    display: block;
    font-family: "XD-CB", "Hoefler Text", "Baskerville old face", Garamond, "Times New Roman", serif;
    font-size: 42px;
    font-size: 2.625rem; } }
.az-widget-custom-td-venue-and-locality {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "W-B", sans-serif;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .az-widget-custom-td-venue-and-locality {
      width: 100%;
      padding: 8px 5px 0; } }
  .az-widget-custom-td-venue-and-locality p {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    .az-widget-custom-td-venue-and-locality p:nth-child(2) {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0; }
.az-widget-custom-narrow-locality {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  padding: 0.3125em 0; }
  @media (min-width: 768px) {
    .az-widget-container--side .az-widget-custom-narrow-locality {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media (min-width: 1000px) {
    .az-widget-container--side .az-widget-custom-narrow-locality {
      font-size: 32px;
      font-size: 2rem; } }
.az-widget-custom-narrow-notes {
  font-family: "XT", "Hoefler Text", "Baskerville old face", Garamond, "Times New Roman", serif;
  text-transform: none; }
.az-widget-custom-td-tickets {
  font-family: "W-B", sans-serif;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .az-widget-custom-td-tickets {
      padding: 0 5px 8px; } }
  @media (min-width: 768px) {
    .az-widget-custom-td-tickets {
      width: 16.667%; } }
  .az-widget-custom-td-tickets a {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0 0.25em;
    white-space: nowrap;
    -webkit-transition: background-color .2s;
            transition: background-color .2s; }
    .az-widget-custom-td-tickets a:focus, .az-widget-custom-td-tickets a:hover, .az-widget-custom-td-tickets a:active {
      background-color: rgba(255, 255, 255, 0.2); }
  @media (min-width: 768px) {
    .az-widget-container--side .az-widget-custom-td-tickets {
      display: none; } }

.az-widget-container--side {
  margin-bottom: 2.25em; }
  @media (min-width: 768px) {
    .az-widget-container--side {
      margin-bottom: 1em; } }

.az-widget-show-all-dates {
  display: none; }

.has-applauze--side {
  padding-top: 1.625em; }
  @media (min-width: 768px) {
    .has-applauze--side {
      padding-top: 0; } }
  .has-applauze--side h2 {
    padding-bottom: 0.625em;
    text-align: center; }
  .has-applauze--side .button {
    display: block;
    margin: 0 auto 2.25em;
    width: 85%; }
    @media (min-width: 768px) {
      .has-applauze--side .button {
        width: 100%; } }
