.tour-date {
    padding: 20px 0 20px 0;
    float: left;
    width: 100%;
}


.gig-links {

}



.gigpress-tickets-link {
padding: 17px 27px 15px 27px;
    font-weight: 500 !important;
    text-transform: unset !important;
    font-size: 26px;
    background-color:#fff;
    width: auto;
    float: left;
    margin: 8px 15px 8px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    color:#000000 !important;
box-shadow: 5px 4px 15px 0 rgba(0,0,0,0.22);
border-radius: 6px;
    width:100%;
}


.gigpress-tickets-link:hover {
    background: -webkit-linear-gradient(left, hotPink 0%, orange 50%, transparent 50%);
    background-size: 200% 200%;
    color: white;
            box-shadow: inset 0 0 rgba(255, 255, 255, 100);
}