ul.show-listing {
    list-style: none;
    margin: 0 0 5rem 0;
    overflow: hidden;
}
.performance-page .page-header__page-title {
    padding-top:1.5rem;
}
.article-teaser__image:before {
    visibility: hidden;
}
ul.show-listing li a.show-img-frame {
    background-color: #000;
    display: block;
    height: 286px;
    overflow: hidden;
    position: relative;
    width: 190px;
}
ul.show-listing li a.show-img-frame img {
    display: block;
    position: absolute;
}
ul.show-listing li p {
    font-size: 15px;
    text-align: center;
    padding-top: 0;
    margin-bottom: 0;
}
ul.show-listing li p.show-title {
    font-size: 15px;
    text-align: center;
    margin: 0;
    font-style: normal;
}
.ticket-details {
    padding-top: 1rem;
    font-weight: bold;
    color: #333333;
}
.ticket-details-sidebar {
    text-align:center;
}
.one-column.simple {
    margin-bottom: 5rem;
}
.performance-header {
    padding-top: 2rem;
}
.featured-listing {
    background-color:#f7f7f7;
}
.featured-listing .article-teaser:first-child {
    margin-top: 1.875rem;
    padding-top: 0rem;
}
.no-listings {
    padding: 3.125rem 3.75vw;
}
.archive-listings {
    margin-top: 3rem;
}

.archive-anchors {
    margin-top: 2rem;
}

.archive-season {
    margin-bottom: 4rem;
}

.tb-show-tile {
    width: 30vw;
}

/*Playhouse Landing Page*/

.playhouse-landing .performance {
    margin-right: 1rem;
    margin-left: 1rem;
    cursor: inherit;
}
.playhouse-landing .performance-details {
     padding: 0 .4rem 0 .4rem;
     text-align:center;
}
.playhouse-landing .performance-details ul {
    list-style:none;
    margin-left: 0;
    margin-bottom:.15rem;
    font-size: 1rem;
}
.performance-details h3 {
    font-size: 1.2rem;
    margin-bottom:0;
    line-height: 1.6rem;
}
.cta-content {
    margin-bottom:2rem;
    padding: .5rem;
}
.performance-details span {
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: .9rem;
    color: #333333;
}
.performance .ticket-details {
    font-weight: 600;
    padding-top: 0;
}
.performance .date {
    font-weight: 700;
    color: #333333;
}
.performance li {
    margin: .15rem;
    padding: .2rem;
    line-height: inherit;
}
.performance-container .gallery-item:hover img {
    border: none;
}
.performance .thumbnail {
    margin-bottom: .2rem;
}
.performance .gallery-item:hover {
     text-decoration: none;
}
a {
    color: rgb(0, 126, 174);
    text-decoration: underline;
    cursor: pointer;
}
a:hover, a:focus {
    color: rgb(232, 164, 2);
}
.performace-placeholder {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0.8125vw;
    margin-bottom: 2.75rem;
    min-width: 15rem;
    margin-right: 1rem;
    margin-left: 1rem;
}
.playhouse-landing .button-group {
    font-size: 1rem;
}
.playhouse-landing {
    max-width: 85rem;
}
.performance-page .button-group .button {
    min-height:4rem;
}
.playhouse-landing .gallery__items.performance-container {
    margin-top: 2rem;
}
.playhouse-landing .button--tertiary.small {
    width:110px;
}

.playhouse-landing .gallery-item.performance {
    box-shadow: 0 0 0.25em 0.25em rgba(0, 0, 0, 0.10);
}
.playhouse-landing .performance {
     min-width: 15rem;
}
.playhouse-landing .performance-img {
    padding-right:1rem;
    padding-left:1rem;
    padding-top:1rem;
}
.playhouse-landing .performance-details ul {
    margin-bottom: 1.5rem;
}
.playhouse-landing .performance .performance-details {
 padding: 0 1rem 2rem 1rem;
}
.playhouse-landing .performance-details h3 {
    margin-bottom: .5rem;
}

@media only screen and (min-width:480px) {
.playhouse-landing .row.row-flex-wrapper::before,
.playhouse-landing .row.row-flex-wrapper::after {
	content: none !important;
}
.playhouse-landing .row.row-flex-wrapper::after {
	clear: none;
}
.playhouse-landing .row.row-flex-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
}
