:root {
  --upcommingcolor: #eb0000;
}

.tours_widget {
	width: 100%;
	font-size: 17px;
	text-transform: uppercase;
}
.tour_row_header,.music_row_header{
	color: var(--upcommingcolor);
	display: table;
	clear: both;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.tours_widget .column_one {
	width: 10%;
	float: left;
}
.tours_widget .column_two,.music_widget .column_two {
	width: 70px;
	float: left;
}
.tours_widget .column_three {
	width: calc(30% - 70px);
	float: left;
}
.tours_widget .column_four {
	width: 20%;
	float: left;
}
.tours_widget .column_five {
	width: 20%;
	float: left;
}
.tours_widget .column_six {
	width: 20%;
	float: left;
}
.tour_row, .music_row {
	display: table;
	clear: both;
	width: 100%;
	border-top: 1px solid #343434;
	border-bottom: 0px solid #f1f1f1;
	padding-bottom: 1px;
}
.tour_row:last-child, .music_row:last-child { border-bottom: 1px solid #343434; }
.tour_row:hover {
	border-color: var(--upcommingcolor);
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 0;
}
.tour_row .column_one, .tour_row .column_three, .tour_row .column_four, .tour_row .column_five {
	padding-top: 28px;
	padding-bottom: 24px;
}

.tour_row .column_two,.music_row .column_two {
	padding-top: 15px;
	padding-bottom: 10px;
}
.tour_row .column_six,.music_row .column_eight {
	padding-top: 18px;
	padding-bottom: 17px;
}
.tour_row .column_two img,.music_row .column_two img {
	width: 53px;
	height: 53px;
}
.btn_buy_ticket {
	background: #fafafa;
	color: #222222;
	padding: 14px 0;
	text-align: center;
	width: 100%;
	border-radius: 0;
}
.btn_buy_ticket a {
	color: #222222;
}
.btn_buy_ticket:hover a {
	color: #fff;
}
.btn_buy_ticket:hover {
	background: var(--upcommingcolor);
	color: #fff;
}
.btn_buy_ticket span {
 color: var(--upcommingcolor);
 font-size:24px; 
 margin-right: 5px;
}
.sold_out, .sold_out:hover {
	background: #ffae00;
	color: #fff;
	cursor: not-allowed;
}
.btn_buy_ticket:hover span{
	color: #fff;
}
@media (max-width: 767px){
.tours_widget .column_four, .tours_widget .column_five {
  display: none;
}
.tours_widget .column_one {
	width: 20%;
}
.tours_widget .column_three {
	width: calc(55% - 70px);
}
.tours_widget .column_six {
	width: 25%;
}
}
@media (max-width: 600px) {
.tours_widget .column_two, .tour_row_header {
  display: none;
}
.tours_widget .column_one {
	width: 130px;
}
.tours_widget .column_three {
	width: calc(70% - 130px);
}
.tours_widget .column_six {
	width: 30%;
}
}
.column_six p{
	margin-bottom: 0px
}