

.vc-sponsors-title {
    color: #000;
    font-family: Roboto, serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
}

.sponsor-image {
    max-height: 115px;
    width: 200px;
    object-fit: scale-down;
}

.sponsors-tabs {
    text-align: center;
    margin: 30px auto 0;
    width: 80%;
}

.sponsors-tabs ul.tabs {
    list-style: none;
}

.sponsors-tabs ul.tabs li {
    color: #9e9e9e;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    border: solid 2px;
    font-family: Roboto, serif;
    font-weight: bold;
    font-size: 14px;
    width: 190px;
    height: 45px;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
}

.sponsors-tabs ul.tabs li.current {
    color: #222;
}

.sponsors-tabs .tab-content {
    display: none;
    padding: 15px;
}

.sponsors-tabs .tab-content.current {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 0 0;
    flex-wrap: wrap;
}

.sponsors-tabs .tab-hover:hover {
    color: #595959;
}

.tab-content.current a.modal-fade {
    width: 20%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal a.close-modal[class*="icon-close"] {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    background: #900;
    border: 2px solid #fff;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    -ms-border-radius: 26px;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.modal[class*="sponsor-modal"] {
    border-radius: 0;
    min-height: 260px;
    max-width: 650px;
}

.modal .sponsor-modal-close {
    font-size: 25px;
    margin: 100%;
}

.modal .sponsor-modal-info-col {
}

.modal .sponsor-modal-image {
}

.modal .sponsor-modal-info {
    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;
    background: #812562;
}

.modal .sponsor-modal-description {
    padding: 4px;
    font-family: Lato, serif;
    font-weight: 600;
    font-size: 14px;
    margin-top: 5px;
}

.sponsors-tabs .vc-sponsors-button {
    color: white;
    background-color: black;
    display: inline-block;
    padding: 11px;
    cursor: pointer;
    font-family: Roboto, serif;
    font-weight: bold;
    font-size: 14px;
    width: 230px;
    height: 48px;
    text-transform: uppercase;
    margin-top: 4%;
    text-align: center;
    border-radius: 3px;
}

.vc-sponsors-button .btn-fix {
    margin-left: -10px;
}

.sponsors-tabs .vc-sponsors-button-icon {
    padding: 0 10px;
    font-size: 2em;
    vertical-align: middle;
}

.sponsors-tabs .vc-sponsors-button:hover {
    background-color: #2f2f2f;
}

@media (max-width: 575px) {
    .sponsor-image {
        max-height: 85px !important;
        width: 140px !important;
    }

    .tab-content.current a.modal-fade {
        width: 50%;
    }
}



/* SBCEVENTS */
.sbcevents.sponsors-tabs {
    text-align: center;
    margin: 30px auto 0;
    width: 100%;
}
.sbcevents.sponsors-tabs .sponsor-category-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -20px;
}
.sbcevents.sponsors-tabs .sponsor-category-content .sponsor-category-title {
    width: 100%;   
    flex: 1 1 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 26px;
}
.sbcevents.sponsors-tabs .sponsor-category-content .modal-fade {
    border: 1px solid #e6e6e6;
    height: 152px;
    width: 160px;
    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;
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .sbcevents.sponsors-tabs .sponsor-category-content .modal-fade {
        height: 133px;
        width: 140px;
        margin-bottom: 8px;
        margin-right: 4px;
        margin-left: 4px;
    }
}

.sponsors-tabs.small-logos {
    width: 100%;
}

.sponsors-tabs.small-logos .sponsor-image {
    width: 100px;
}

.sponsors-tabs.small-logos .tab-content.current a.modal-fade {
    width: auto;
    margin: 0;
}