/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/
/*# sourceMappingURL=maps/custom.css.map */
.header__primary {
    background-color: #ca398d !important;
}

.header__top-bar {
    background-color: #000000 !important;

}


.card__header::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #ca398d !important;
    border-radius: 3px 0 0 0;

}

.main-nav__list > li.active > a {
    color: #010101 !important;
    text-decoration: none;
    background-color: transparent;
}

.main-nav__list > li > a:hover {
    color: #010101 !important;
    background-color: transparent;
    text-decoration: none;
}

.tournament-bracket__champ-icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border-width: 4px;
    border-color: #ca398d !important;
}

.btn-primary-inverse:hover {
    color: #fff;
    background-color: #ca398d !important;
    border-color: transparent;
}

.btn-primary-inverse {
    color: #fff;
    background-color: #ca398d !important;
    border-color: transparent;
}

a:hover, a:focus {
    color: #ca398d !important;
    text-decoration: none;
    outline: none;
}

.info-block__heading a{
    font-size: 9px;
    line-height: 1.2em;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    .footer-secondary__inner {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .nav-account .nav-account__item > a .highlight {
        color: #ca398d !important;
    }
}

.social-links--top-bar .social-links__link:hover i {
    opacity: 1;
    color: #ca398d !important;
}

.header--layout-3 .header__primary::after {
    background-color: #ca398d !important;

}

@media (min-width: 992px) {
    .header--layout-3 .header__primary-inner {
        background-color: #ca398d !important;
    }
}

.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus {
    background-color: #ca398d !important;
    border-color: #ca398d !important;
    color: #fff;
}

