@import url(//fonts.googleapis.com/css?family=Montserrat:500,500);@import url(//fonts.googleapis.com/css?family=Cantarell);
.event-line-node { 
	font-family: Montserrat;
	font-weight: 500;
	font-size: 16px;
	color: rgba(255, 250, 253, 0.99);
}
.event-line-wrap:hover .event-line-node { 
	color: rgb(255, 255, 255);
}
.event-line-wrap { 
	background-color: rgb(149, 57, 255);
	padding-top: 60px;
	padding-bottom: 60px;
}
.event-line-wrap:hover { 
	background-color: rgb(249, 171, 45);
}
.event-line-wrap .artists { 
	color: rgb(149, 57, 255);
}
.countdown-block { 
	font-family: Cantarell;
	font-size: 18px;
	color: rgb(255, 255, 255);
	letter-spacing: 2px;
}
.event-line-wrap .event-line-countdown-wrap { 
	background-color: rgb(165, 214, 30);
}
ul.concerts-list { 
	border-top-color: rgb(233, 235, 224);
}
ul.concerts-list li { 
	border-bottom-color: rgb(233, 235, 224);
}
.events-bar { 
	border-top-color: rgb(233, 235, 224);
	background-color: rgb(240, 240, 240);
}
span.events-bar-title, span.events-bar-artists select { 
	font-family: Montserrat;
	font-weight: 500;
	font-size: 15px;
	color: rgb(255, 0, 96);
	letter-spacing: 0px;
}
.event-line-wrap .artists{ background-color:rgba(255, 250, 253, 0.99)}