.now-playing-events{
	padding-top: 15px;
}

.flex {
    display: flex;
	flex-wrap: wrap;
}

.row_now_playing{
	width:100%;
	position: relative;
    max-width: 1080px;
    margin: auto;
}

.one-fourth {
	width:23%;
	margin-right:2%;
}

.one-fourth:last-child {
	width:24%;
	margin-right:0;
}

.one-sixth {
	width:14.6667%;
	margin-right: 2%;
}

.one-sixth:last-child {
	width:14.6667%;
	margin-right:0;
}

.events-list {
	display: none;
}

.events-list-coming-soon {
	display: flex;
}

.events-list.active {
	display: flex;
}

.date-nav {
	cursor:pointer;
	opacity:0.5;
}
.date-nav:hover, .date-nav.active {
	opacity:1;
	text-decoration:underline;
}

a.date-nav {
	font-weight:400;
	text-decoration: none;
}

@media (max-width:770px) {
	.one-fourth {
		width:48%;
		margin-right:2%;
		margin-bottom:2%
	}
	.one-fourth:last-child {
		width:48%;
		margin-right:2%;
		margin-bottom:2%
	}
	.one-sixth {
		width:31.3%;
		margin-right:2%;
		margin-bottom:2%
	}
	.one-sixth:last-child {
		width:31.3%;
		margin-right:2%;
		margin-bottom:2%
	}
}
@media (max-width:480px) {
	.one-fourth {
		width:100%;
		margin-bottom:1%
	}
	.one-fourth:last-child {
		width:100%;
	}
	.one-sixth {
		width:100%;
		margin-bottom:2%;
	}
	.one-sixth:last-child {
		width:100%;
		margin-right:2%;
	}
}

.now-playing-events h3{
	padding-bottom: 0;
}


 /** Live at the westdale **/

#live-westdale-row{
	background-color: #80808012;
	width:100%;
	margin-bottom: 30px;
	padding: 0;
}

#live-westdale-body p{
	line-height: 1.4em;
	font-size: 17px;
}

#live-westdale-body {
	padding: 30px 50px;
}

#live-westdale-body h5{
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
}

#live-westdale-cta{
	background-color: #cb569c;
	padding: 30px;
}

#live-westdale-cta h4{
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	text-align: center;
}


.image-col{
	width:23%;
}

.event-details-col{
	width: 54%;
}

.event-date-col{
	width:23%;
}

.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 

@media (max-width:770px) {
	.image-col{
	width:40%;
	}

	.event-details-col{
	width: 60%;
	}

	.event-date-col{
	width:100%;
	}
	
	#live-westdale-cta h4{
		padding:0;
	}
	#live-westdale-cta{
	background-color: #cb569c;
	padding: 20px;
}
}

@media (max-width:480px) {
	.image-col{
		width:100%;
	
	}

	.event-details-col{
	width:100%;
	}

	.event-date-col{
	width:100%;
	}
}

.box {
  float: left;
  width: 12px;
  height: 12px;
  margin: 5px;
  border: 0px solid rgba(0, 0, 0, .2);
}

.purple {
  background: #cb569c;
}

#live-westdale{
	text-transform: inherit!important;
}