/********************************/
/* CSS for tour_dates shortcode */
/********************************/

.tour-dates {
	padding-top: 30px;
}
.no-dates {
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
}
.tour-date-wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
	overflow: hidden;
}
.tour-date {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}
.tour-date p {
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: 700;
}
.tour-date-info {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}
p.town {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
}
p.tour-name {
	margin-top: 0;
	margin-bottom: 0;
}
p.venue {
	margin-top: 0;
	margin-bottom: 0;
}
p.original-date {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
}
p.new-date {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
}
p.on-sale-date {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
}
p.meta-info {
	margin-top: 0;
	margin-bottom: 0;
}
.tour-date-status {
	text-align: center;
	padding-top: 10px;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}
p.on-sale-soon {
	font-weight: 700;
}
p.sold-out {
	font-weight: 700;
}
p.buy-tickets {
	font-weight: 700;
}
