.small-12.medium-4.column {
	margin-left:13%; 
	width:32%
}

.privateLander .ticketPusher {
  border-bottom: 0;
}

.row.homepage.paper.privateLander {
    padding: 0 2rem 0 4rem;
}

.ticketPusher .more-shows-btn,
.mysteryParties_form form .btn {
  display: table;
  text-transform: uppercase;
}

.ticketPusher .buy-tickets-btn {
  font-size: 1.25rem;
  font-weight: 700;
  width: auto;
  padding: 0 min(10%, 2rem);
  margin: 0;
}

.ticketPusher .more-shows-btn {
  font-size: 1rem;
  line-height: 2;
  margin: 1rem auto 0;
}

.ticketPusher .callout {
  background: transparent;
  border: 0;
  padding: 0;
}

.ticketPusher .callout h2 {
  background-color: #d90000;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  padding: 0.5rem min(10%, 2rem);
  margin: 0;
}

.ticketPusher .callout .themeHolder .accordion-title {
  padding: 0.5rem 2rem 0.65rem 1rem;
}

.ticketPusher span.off_sale {
  margin-right: 0.5rem;
}

.ticketPusher .hamsterslapper .input-group-label {
  display: flex;
  flex-direction: var(--flex-col);
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.5rem 1.5rem 0.65rem 1rem;
}

.ticketPusher .hamsterslapper .input-group-label .ticketInfo {
  display: none;
}

.ticketPusher .hamsterslapper .input-group-label .show_date {
  display: flex;
  flex-direction: column;
  align-self: center;
}

.ticketPusher .themeLister label ~ label ~ label ~ label,
.ticketPusher
  .themeLister
  .hamsterslapper
  ~ .hamsterslapper
  ~ .hamsterslapper
  ~ .hamsterslapper {
  display: none;
}

.mysteryParties_form form {
  background-color: rgba(170, 166, 166, 0.2);
  padding: 0;
}

.mysteryParties_form form .row {
  margin-left: 0 !important;
}

.mysteryParties_form form .btn {
  --border-color: #fff;
  background-color: #d90000;
  color: #fff;
  border-radius: 30px;
  border: 3px solid;
  border-color: var(--border-color) !important;
  font-weight: 700;
  min-height: 3rem;
  text-wrap: auto;
  max-width: 100%;
  padding: 0 0.5rem;
  margin: 0 auto 0.5rem;
}

.mysteryParties_form form .btn:hover,
.mysteryParties_form form .btn:focus {
  --border-color: #d90000;
  background-color: #fff;
  color: #d90000;
}

@media screen and (min-width: 782px) {
  :root {
    --flex-col: row;
  }

  .ticketPusher .hamsterslapper .input-group-label {
    text-align: left;
  }

  .mysteryParties_form form {
    padding: 1rem 1.5rem;
  }

  .mysteryParties_form form .btn {
    padding: 0 min(10%, 2rem);
  }
}

@media screen and (max-width:1024px) {
    .small-12.medium-4.column {
		margin-left: 9%;
		width: 40%;
		margin-right: 3%;
	}
}