article.moontower {
  margin-top: 35px;
}
.moontower-performer-img, .moontower-img {
  width:100%;
  margin: 0 auto 10px;
}
.moontower-performer-img {
  max-width:275px;
}
.moontower-performer-img img {
  border-radius: 50%;
}
.moontower-nav {
  text-align: center;
  margin: 20px 0 30px;
}
.moontower-nav .btn {
  display: inline-block;
  margin: 0px 15px 20px;
  min-width: 120px;
  background-color: #027c91;
  border-color: #027c91;
  transition: background-color 0.5s ease;
}
.moontower-nav .btn-default:active:focus {
  color: #fff;
  background-color: #014a59;
  border-color: #014a59;
}
.moontower-nav .btn-default:hover {
  background-color: #014a59;
  border-color: #014a59;
}
.moontower-cta {
  text-align: center;
}
.moontower-cta h2 {
  font-size: 24px;
  line-height: 1.25;
}
.moontower-cta ul {
  text-align: left;
}
.moontower-cta .btn {
  background-color: #027c91;
  border-color: #027c91;
  padding: 10px 15px;
  margin: 20px;
  transition: background-color 0.5s ease;
}
.moontower-cta .btn-default:active:focus {
  color: #fff;
  background-color: #014a59;
  border-color: #014a59;
}
.moontower-cta .btn:hover {
  background-color: #014a59;
  border-color: #014a59;
}
.performer-intro {
  text-align: center;
  margin: 20px 0;
  text-transform: none;
  font-size: 34px;
}
.moontower-performer {
  margin: 15px 0;
  text-align: center;
}
.moontower-performer h2 {
  display: inline-block;
  color: #fff;
  background-color: #027c91;
  border-color: #027c91;
  padding: 10px 15px;
  font-size: 22px;
  transition: background-color 0.5s ease;
}
.moontower-performer h2:hover {
  background-color: #014a59;
  border-color: #014a59;
}
.moontower-performer img {
  max-width: 80%;
  max-height: auto;
  border-radius: 50%;
  margin-bottom: 15px;
  display: block;
  margin: 0 auto 15px;
}
.showtimes {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  clear: both;
}
.showtimes li {
  margin-bottom: 15pxs;
}
.showtimes p {
  margin: 0;
}
.moontower-performers {
  margin-top: 7px;
}
.moontower-performers a:not(:last-child):after {
  content: ',';
}
.moontower .sidebar {
  text-align: center;
}
.moontower .sidebar img {
  width: 100%;
}
.moontower .sidebar h1 {
  color: #fff;
  margin-top: 10px;
  font-size: 26px;
  text-transform: uppercase;
  margin: 10px 0 20px;
  padding: 5px 15px;
  display: inline-block;
  color: #fff;
  background-color: #027c91;
  border-color: #027c91;
}
.showtimes a:link, .showtimes a:visited {
  font-weight: 500;
  text-decoration: none;
  color: #027c91;
}
.tickets {
  margin: 15px 0 20px;
}
.tickets i {
  margin-right: 7px;
  font-size: 1.25em;
}
.tickets a.ticket-link {
  margin-right: 40px;
}
.show-info, .show-info a:link, .show-info a:visited {
  font-size: 16px;
  font-weight: 700;
}
.show-info a:hover, .moontower-performers a:hover {
  text-decoration: underline;
}
.showtimes li:not(:last-child) {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.showtimes a:link.btn-default, .showtimes a:visited.btn-default, .showtimes span.btn-default {
  text-transform: none;
  padding: 5px 5px;
  color: #fff;
  display: inline-block;
  width: 150px;
  transition: background-color 0.5s ease;
}
.showtimes span.sold-out {
  background-color: #eee;
  color: #636363;
  margin-right: 40px;
  display: inline-block;
}
.moontower-partners {
  text-align: center;
}
.moontower-partners img {
  max-height: 120px;
  width: auto;
  margin: 20px auto;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
@media (max-width:660px) {
  .moontower-img {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
  }
}
@media (max-width:560px) {
  .moontower-performer-img {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
  }
}
@media (max-width:480px) {
  .showtimes a:link.btn-default, .showtimes a:visited.btn-default, .showtimes span.sold-out {
    display: block;
    width: 150px;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: center;
  }
}
