/* GigPress */
.gigpress-listing, .gigpress-table {
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase; 
    font-size: 16px;
}

span.gigpress-sidebar-date {
    font-weight: normal;
    display: inline;
}

a.gigpress-tickets-link {
    font-weight: normal;
    background: #6e2177;
    padding: 0px 10px 0px 10px;
}

a.gigpress-tickets-link:hover {
    color: #000;  
}

a.gigpress-external-link {
    font-weight: normal;
    background: #0471d6;
    padding: 0px 10px 0px 10px;
}

a.gigpress-external-link:hover {
    color: #000;
}

.gigpress-table {
    border-top: none;
}

tr.gigpress-info td.description {
    color: #fff;
}

span.gigpress-info-label {
    color: #0a6dcc;
}

.gigpress-row td {
    border-bottom: none;
}

.gigpress-links {
    width: 111px;
}

.gigpress-sidebar-links {
    display: inline;
    float: right;
}

.gigpress-sidebar-link, .gigpress-link {
    display: inline-block;
    width: 45px;
}

tr.gigpress-tour td {
    background: none;
}

th.gigpress-heading {
    background: none;
    color: #0a6dcc;
}

.past .gigpress-info-item {
    display: none;
}

@media (max-width: 768px) {
    .gigpress-listing {
        font-size: 12px;
    }  
}