Shows

⚡️ by BOS App

//Style settings for show feed widget from Back On Stage

div#bookings_container {
width: 100%;
max-width: 795px;
}
img.showPoster {
margin-bottom: 16px;
width: 100%;
}
.showWrapper {
padding: 8px;
border: 1px solid #842382;
margin-bottom: 16px;
}

.col-sm-12.showLocation {
margin: 8px 0;
width: 100%;
border-bottom: 1px solid gainsboro;
padding-bottom: 16px;
margin-bottom: 16px;
padding-top: 8px;
text-align: center!important;
}

.showLocation strong {
display: none;
}

.showBottomRow.row {
display: flex;
flex-wrap: wrap;
align-content: space-around;
justify-content: space-between;
}

.showTicketLink a {
background: #842382;
color: #fff;
padding: 12px!important;
font-weight: 600;
width: 100%;
display: block;
text-transform: uppercase;
text-align: center;
}

.col-sm-12.showTicketLink {
margin: 16px 0;
width: 100%;
border-top: 1px solid gainsboro;
padding-top: 16px;
}
.col-sm-12.showDescription {
text-align: left;
width: 100%;
}
.showDescription p {
background: gainsboro;
color: black;
padding: 8px;
white-space: pre-wrap;
}
.showTitle h4 {
margin-bottom: 0;
text-transform: uppercase;
font-weight: 600;
text-align: center!important;
}
.showTitle {
background: #842382;
color: white;
padding: 10px 0;
width: 100%;
}

.showDescription strong {
display: none;
}