/*homepage-css*/
.row.body-shows.no-gutters {
    max-width: 90%;
    margin: auto;
    border: 1px solid;
}

.row.body-shows.no-gutters .list-title {
    text-align: left !important;
    padding-left:20px;
}

section.shows .body-shows .shows-list .list-body .list-item .event-title a {
    color:#434343 !important;
}

section.shows .body-shows .shows-list .list-body .list-item {
    border-bottom: 1px solid #d41c53 !important;
}

.wrapper-right svg {
    width: 40px;
}

section.shows .body-shows .shows-list .list-body{
	border-right:0px;
}

section.shows .body-shows .shows-list .list-more{
	background-color:white;
	text-align:left;
}
section.shows .body-shows .shows-list .list-more a {
    color: #343434;
    padding-left: 20px;
    text-decoration: underline;
    text-decoration-color: #d41c53;
}

section.shows .body-shows .featured-show {
    padding: 0;
    background-color: white;
    color: #343434;
	height:auto;
}

section.shows .body-shows .featured-show .background-image{
	position:static;
	height:50%;
}

section.shows .body-shows .col-md-7 {
    border-right: 1px solid;
}

.event-info {
    padding: 30px;
}

.event-info span.label {
    margin-bottom: 0px;
}

section.shows .body-shows .featured-show header {
    margin-bottom: 5px;
}

section.shows .body-shows .featured-show .show-details {
    font-size: 24px;
}

.venu-wrap {
    margin-top: 20px;
}

.more svg{
	width:20px;
}

section.shows .body-shows .featured-show a.more{
	display:inline;

}

section.shows .body-shows .featured-show a.more.btn.bordered-button.btn-outline-primary{
    display: inline-block;
    height:52px;
}

span.headline-normal {
    font-family: BebasNeueLight;
}

.card-body.d-flex.flex-column {
    padding: 1.25rem 0;
    text-align: left;
    display: block !important;
}

p.blog-overview-date {
    margin-bottom: .5rem;
}

h5.card-title {
    color: #343434;
}

@media(max-width:980px){
    section.shows .body-shows .featured-show{
        height:auto;
    }
}

@media(max-width: 450px){
    section.blurb div.container div#blurb-header p{
        font-size:28px;
    }
}

@media(max-width:438px){
    section.shows .body-shows .featured-show a.more.btn.bordered-button.btn-outline-primary{
        margin-top:20px;
    }
}
