#blank-page .vc_row.sbcawards-categories-row {
    margin-left: -8px;
    margin-right: -8px;
 }

 #blank-page .vc_row.sbcawards-categories-row .vc_column-inner {
    padding-left: 8px;
    padding-right: 8px;
 }
 
 .awards-shortlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(215, 170, 64, 0.4);
    background-color: #1A1A1A;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    margin: 8px 0;
    padding: 30px 15px 25px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
}

.awards-shortlist .awards-shortlist__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.awards-shortlist .awards-shortlist__title {
    color: #d7aa40;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    margin-bottom: 25px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.awards-shortlist .awards-shortlist__separator {
    height: 1px;
    width: 80%;
    max-width: 100%;
    background-color: rgba(215, 170, 64, 0.4);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.awards-shortlist .awards-shortlist__subtitle {
    color: #828282;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.awards-shortlist .awards-shortlist__content {
    color: #828282;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
}

.awards-shortlist .awards-shortlist__content p {
    margin-bottom: 10px;
}

.awards-shortlist__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff !important;
    background-color: #d7aa40;
    background-color: var(--main-event-color);
    border: 1px solid #d7aa40;
    border-color: var(--main-event-color);
    width: 180px;
    padding: 0 20px;
    height: 40px;
    padding: 10px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 auto 20px;
}

.awards-shortlist__btn:hover {
    background-color: #a9802b;
    background-color: var(--main-event-color-hover);
    border: 1px solid #a9802b;
    border-color: var(--main-event-color-hover);
}

.awards-shortlist__bottom {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.awards-shortlist__sponsor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    height: 30px;
}

.awards-shortlist__sponsor span {
    font-size: 12px;
    line-height: 2;
    color: #828282;
    margin-right: 5px;
}

.awards-shortlist__sponsor img {
    max-height: 30px;
    max-width: 80px;
}


@media only screen and (max-width: 767px) {
    .awards-shortlist {
        padding-top: 23px;
        margin: 8px 0;
    }
    
    .awards-shortlist .awards-shortlist__title {
        font-size: 16px;
        margin-bottom: 20px;
        height: auto;
    }
    
    .awards-shortlist .awards-shortlist__separator {
        margin-bottom: 11px;
    }
    
    .awards-shortlist .awards-shortlist__subtitle {
        font-size: 16px;
        margin-bottom: 16px;
    }
    
    .awards-shortlist .awards-shortlist__content {
        font-size: 14px;
    }
}