﻿.concert-cat {
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    font-weight: 400;
    color: #e80b15;
    margin: 10px 0 15px;
    border-bottom: 1px solid;
    padding: 0 0 5px;
    font-size: 24px
}

.list-concert-img {
    width: 100%
}

.soldOut {
    top: -6px;
    left: 6px;
    position: absolute
}

.detail-list-concert {
    color: #fff;
    text-align: center;
    padding: 5px
}

.title-concert {
    margin: 3px 0;
    color: #de0c16;
    text-shadow: 0 1px 1px #272727;
    font-size: 16px
}

    .title-concert::after {
        content: " ";
        display: block;
        right: 0;
        left: 0;
        bottom: 0;
        height: 1px;
        background: linear-gradient(90deg,transparent,#d9d9d9,transparent);
        z-index: 10;
        margin-top: 2px
    }

.endTime {
    background: #cacaca;
    font-size: 13px;
    padding: 3px;
    margin: 5px 0;
    color: #d10202;
    text-align: center;
    display: block
}

.div-off {
    padding: 5px 0;
    display: inline-block
}

.sale-off {
    border-radius: 5pc;
    background: #ef5661;
    padding: 2px 6px 0;
    display: inherit;
    margin-top: 1px;
    color: #fff
}

.comming-soon-Rate {
    font-size: 16px;
    margin-top: 5px;
    padding: 3px;
    color: #2ea268;
    border-right: 3px solid #1c963c;
    font-weight: 700;
    display: inline-block
}

.concertEvent:hover {
    text-decoration: none
}

.concertEvent .thumbnail {
    background: #383838
}

.concertEvent {
    padding-right: 7px;
    padding-left: 7px
}

.disable-block {
    cursor: not-allowed
}

.f-13 {
    font-size: 13px
}

@media(max-width:768px) {
    .title-concert {
        font-size: 12px !important
    }

    .endTime {
        font-size: 10px !important;
        padding: 1px
    }

    .f-13 {
        font-size: 9px
    }
}
