/*Plugin Ticketplate*/

.tp-date-box-month {
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	line-height: 14px;
}


.tp-date-box-day {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}

.tp-date-box {
    width: 10%;
    height: 60px;
    float: left;
    clear: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tp-info-box {
    /* height: 60px; */
    float: left;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tp-info-box-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding: 5px 10px 0px 10px;
}

.tp-info-box-venue {
    padding: 0 10px;
    font-size: 16px;
	line-height: 18px;
	font-weight: 700;
}

.tp-ticket-box {
    width: 40%;
    float: left;
    clear: right;
    display: block;
    height: 60px;
    position: relative;
}

.tp-box {
	padding: 10px 0px;
    display: flex;
    border-bottom: 1px solid #f3f3f3;
    max-width: 1080px;
    margin: auto;
}
a.tp-ticket-url {
	display: flex;
    text-align: center;
    color: #fff;
    text-transform: lowercase;
    height: 25px;
    font-size: 18px;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 10px 10px;
	max-width: 130px;
	margin-left: auto;
}
@media (max-width: 600px) {
	.tp-box {
    display: inline-block;
    border-bottom: none;
    max-width: 1080px;
	}
	.tp-date-box {
    width: 20%;
    display: block;
    padding-top: 15px;
	}
	.tp-info-box {
    width: 80%;
    display: block;
	}
	.tp-ticket-box {
    width: 100%;
    display: block;
    border-bottom: 1px #ececec solid;
    padding-bottom: 10px;
	}
}