.sbc_button a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    border: 1px solid;
    transition: .2s linear;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
}

.sbc_button.sbc_button-default a {
    line-height: 19px;
    font-weight: 400;
    padding: 8px 43px;
    height: 40px;
}

.sbc_button.sbc_button-default-venue a {
    font-weight: 400;
    height: 40px;
    width: 180px;
    padding: 0;
}

.sbc_button.sbc_button-championship a {
    padding: 19px 15px;
    font-weight: 700;
}

.sbc_button.sbc_button-championship-venue a {
    font-size: 15px;
    padding: 12px 15px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .sbc_button.sbc_button-default-venue,
    .sbc_button.sbc_button-default-venue a {
        width: 100%;
    }
    .sbc_button.sbc_button-championship a {
        padding: 12px 15px;
        width: 100%;
        text-align: center;
    }
    .sbc_button.sbc_button-championship-venue,
    .sbc_button.sbc_button-championship-venue a {
        width: 100%;
        text-align: center;
    }
}

.btn-with-icon-gradient img {
    height: 20px;
    padding-right: 10px;
}

.btn-with-icon-gradient {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 180px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: .375rem .75rem;
    font-size: 19px;
    line-height: 1.5;
    border-radius: 60px;
    color: #fff!important;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(207, 38, 57, 1)), to(rgba(35, 55, 112, 1)));
    background-image: -o-linear-gradient(left, rgba(207, 38, 57, 1) 0%, rgba(35, 55, 112, 1) 100%);
    background-image: linear-gradient(90deg, rgba(207, 38, 57, 1) 0%, rgba(35, 55, 112, 1) 100%);
}