.TourWrapper {
	max-width: 928px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 0;
}

.tour-header {
	font-size: 45px;
	color: #fff;
	padding: 20px 0;
	text-transform: uppercase;
}

.tour-content .songkick-container .event_location>div {
	display: inline-block;
}

.tour-content .songkick-container .event_location .venue.plain_text {
	display: block;
	font-size: 16px;
}

.tour-content .songkick-container .event_location .location.plain_text {
	padding-left: 0;
	font-size: 12px;
}

.tour-content .songkick-container a.ticket_link.link_text.link_background {
	background: #fff !important;
	max-width: 125px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	margin-right: 2%;
	font-family: "Windsor W01 Light";
	font-size: 16px;
	color: #0A0317 !important;
}

.tour-content .songkick-container a.ticket_link.link_text.link_background:hover {
	background: #fff !important;
	color: #0A0317 !important;
	opacity: 0.7;
}

.tour-content .songkick-container a.additional_link.link_text.link_background {
	border: 1px solid #fff;
	max-width: 125px;
	height: 28px;
	line-height: 28px;
	font-family: "Windsor W01 Light";
	font-size: 16px;
	color: #fff;
}

.tour-content .songkick-container .featuring-artists.plain_text {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	text-transform: uppercase;
	margin-left: 0;
	font-size: 12px;
	width: 47%;
	font-family: "Windsor W01 Light";
}

.tour-content .songkick-container .widget_row .event_links {
	width: 30%;
	text-align: right;
}
.tour-content .songkick-container .event_location>div:empty {
    display: none;
}

.tour-content .songkick-container .event_location .venue.plain_text.new {
    display: none;
}

.tour-content .songkick-container .event_location {
	font-family: "Windsor W01 Light";
	font-size: 16px;
	color: #fff;
	text-align: left;
	line-height: 22px;
	text-transform: uppercase;
	width: 100%;
	margin-top: -2px;
}

.tour-content .songkick-container .event_date {
	text-align: left;
	font-family: "Windsor W01 Light";
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	width: 17%;
}

.tour-content .songkick-container .widget_row {
	border-bottom: none;
	padding: 2% 0;
}

.tour-content .songkick-container .widget_row .event_links {
	width: 39%;
}

.tour-content .songkick-container .event_links a {
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	body .tour-content .songkick-container .event_date {
		padding-bottom: 15px;
	}
	.tour-content .songkick-container .event_location .location.plain_text {
		padding-left: 0;
		font-size: 12px;
		padding: 2px 0;
	}
	.tour-content .songkick-container .event_location .venue.plain_text.new {
		font-size: 12px;
	}
	.tour-content .songkick-container .widget_row .event_links {
		width: 100%;
		display: block;
		position: relative;
		transform: none;
		padding: 0;
		text-align: left;
	}
	.tour-content .songkick-container .event_date {
		width: 100%;
	}
	body .tour-content .songkick-container .widget_row {
		border-bottom: none;
		padding: 10px 0;
		display: block;
	}
	.TourWrapper {
		max-width: 310px;
		margin: 0 auto;
		text-align: center;
		padding-bottom: 40px;
		width: 85%;
	}
	.TourWrapper .widget_row>div {
		width: 100%;
	}
	.tour-content .songkick-container .event_location {
		width: 100%;
		padding: 0;
		margin-top: 0;
	}
	.tour-content .songkick-container a.ticket_link.link_text.link_background {
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		max-width: 110px;
	}
	.tour-content .songkick-container a.additional_link.link_text.link_background {
		font-size: 12px;
		height: 22px;
		line-height: 22px;
		max-width: 95px;
	}
	.location.plain_text {
		font-size: 12px;
		padding: 1px 0 8px 0;
	}
	.tour-header {
		font-size: 30px;
		padding-top: 50px;
	}
	.tour-content .songkick-container .featuring-artists.plain_text {
		display: block;
		padding: 0;
		padding-bottom: 17px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	body .tour-content .songkick-container .event_location .location.plain_text {
		padding-left: 0;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.TourWrapper {
		max-width: 85%;
	}
	body .tour-content .songkick-container .event_location {
		padding-left: 6%;
	}
}

.songkick-container .widget_row.nodates {
	align-items: center;
	justify-content: center;
}

.widget_row>div.no-dates {
	font-family: "Windsor W01 Light";
	padding-left: 0;
	text-transform: uppercase;
}

body a.view_more {
	background-color: #fff !important;
	color: #0A0317 !important;
	-webkit-text-fill-color: #0A0317;
	padding: 15px 50px;
	font-family: "Windsor W01 Light";
	font-size: 16px;
}

body a.view_more:hover {
	opacity: 0.7;
}