.event-line-node { 
	font-family: Josefin Sans;
	font-size: 15px;
	color: rgb(205, 165, 0);
}
.event-line-wrap:hover .event-line-node { 
	color: rgb(185, 145, 0);
}
.event-line-wrap { 
	background-color: rgba(255, 255, 255, 0);
	padding-top: 20px;
	padding-bottom: 20px;
}
.event-line-wrap:hover { 
	background-color: rgba(225, 185, 0, 0.6);
}
.event-line-wrap .artists { 
	color: rgba(255, 255, 255, 0);
}
.countdown-block { 
	font-family: Josefin Sans;
	font-size: 15px;
	color: rgb(255, 255, 255);
	letter-spacing: 4px;
}
.event-line-wrap .event-line-countdown-wrap { 
	background-color: rgb(205, 165, 0);
}
ul.concerts-list { 
	border-top-color: rgb(185, 145, 0);
}
ul.concerts-list li { 
	border-bottom-color: rgb(185, 145, 0);
}
.events-bar { 
	border-top-color: rgb(185, 145, 0);
	background-color: rgba(255, 255, 255, 0);
}
span.events-bar-title, span.events-bar-artists select { 
	font-family: Josefin Sans;
	font-size: 15px;
	color: rgb(185, 145, 0);
	letter-spacing: 4px;
}
.event-line-wrap .artists{ background-color:rgb(205, 165, 0)}