news-featured-list-featured-item/* WRITE YOUR CUSTOM CSS CODE. THIS WILL NOT BE DELETED ON UPDATE. */
.builder-row .c-form .container {
    padding: 0;
}

.module-image-w-auto img {
    width: auto !important;
    max-width: 100%;
}

.hide{
    display:none !important;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 95%;
    }

}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }

}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }

}

@media (min-width: 1440px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1400px;
    }

}
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }

}

@media (min-width: 1344px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1300px;
    }

}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1344px;
    }

}

@media (min-width: 1440px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1300px;
    }

}

@media (min-width: 1500px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1440px;
    }

}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-left: 1rem;
    padding-right: 1rem;
}

html {
    font-size: 16px;
}

body {
    background: #000;
    color: #fff;
}

#main-navbar .nav-link {
    position: relative;
    color: #fff;
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    padding: 1rem 0.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

#main-navbar .nav-link:after {
    background-color: #EF233C;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0.5rem;
    left: auto;
    height: 1px;
    width: 0px;
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#main-navbar .nav-link:hover:after,
#main-navbar .active.nav-link:after {
    width: calc(100% - 1rem);
    left: 0.5rem;
    right: auto;
}

.logo {
    max-height: 20px;
    transform: translateY(-4px);
}

.main-nav-item {
    margin-left: 2rem;
}

.navbar-brand {
    margin-right: 5vw;
}

button {
    box-shadow: none;
    outline: 0;
    background: 0;
    border: 0;
}

a {
    color: #EF233C;
    transition: 0.2s color;
}

a:hover {
    color: #cf0d24;
    text-decoration: none;
}

.btn {
    border-radius: 5px;
    padding: 0.6rem 1.5rem;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    min-width: 185px;
    box-shadow: none !important;
    outline: 0;
    transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn-sm {
    font-size: 14px;
}

.btn, .btn-primary {
    background-color: #EF233C;
    border-color: #EF233C;
    color: #fff;
}
.btn:hover, .btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle,
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .show > .btn.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle,
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .show > .btn.dropdown-toggle,
.btn-primary:focus, .btn-primary.focus,
.btn:focus, .btn.focus {
    background-color: #cf0d24;
    border-color: #cf0d24;
    color: #fff;
}

.btn-secondary {
    background-color: transparent;
    border-color: #EF233C;
    color: #fff;
}

.btn-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: 0 !important;
    border: 0 !important;
    color: #EF233C;
    letter-spacing: 2px;
    min-width: unset;
}

.btn-link:hover {
    color: #cf0d24;
    text-decoration: none;
}

header {
    position: fixed;
    z-index: 5000;
    width: 100%;
    left: 0;
    right: 0;
    transition: 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.scrolled-down header {
    background-color: #000;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.navbar-opened header {
    transition: none;
    background-color: #000;
}

#main-navbar-collapse {
    position: relative;
}

#main-navbar .main-nav {
    width: 100%;
}

.header-buttons {
    position: absolute;
    top: 7px;
    right: 0;
}

.header-buttons .btn {
    margin-right: 1rem;
    font-weight: 700;
}



.page-header-slide-inner {
    position: relative;
    height: 100vh;
}

.page-header-slide-inner > .container {
    display: flex;
    position: relative;
    height: 100%;
    align-items: center;
}

.page-header-slide-image-box {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}

.page-header-slide-image-box-left {
    left: 0;
}

.page-header-slide-image-box-right {
    right: 0;
}

.page-header-slide-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header-slide-content-box {
    position: relative;
    
}

.page-header-slider-images .page-header-content {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
}

.page-header-title-box h1,
.page-header-title-box h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 90px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.page-header-slide-content-box span:first-of-type {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.append-arrows {
    position: absolute;
    bottom: 2rem;
    z-index: 10;
}

.btn-slider-nav {
    box-shadow: 0;
    padding: 1em 2em;
    background: rgba(0,0,0,0.5);
    transition: 0.3s;
}
.btn-slider-nav:hover {
    background: rgba(0,0,0,0.35);
}


.btn-prev-slide {
    border-top-left-radius: 5px;
    border-right: 1px solid #EF233C;
}

.btn-next-slide {
    border-top-right-radius: 5px;
}

.btn-slider-nav svg,
.btn-slider-nav svg path {
    transition: 0.3s;
}

.btn-slider-nav svg path {
    opacity: 0.4;
}

.btn-slider-nav:hover svg path {
    opacity: 1;
}

.page-header-slider-images-inner {
    position: relative;
    min-height: 700px;
}
.page-header-slider-images-inner:after {
    position: absolute;
    background: rgba(0,0,0,0.9);
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    pointer-events: none;
}

.page-slide-image {
    height: calc(100vh - 260px);
    min-height: 700px;
}

.page-slide-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.child-slider {
    position: absolute;
    bottom: 2rem;
    right: 3rem;
    z-index: 25;
    width: 50%;
    max-width: 800px;
    background: #19191E;
    padding: 2rem 1rem 0 2rem;
    border-radius: 5px;
}

.child-slider-slick {
    max-height: 266px;
}

.child-slider .slick-list {
    overflow: visible;
}

.c-slide-inner {
    display: flex;
    justify-content: space-between;
}

.child-slider .c-slide-image {
    max-width: 350px;
}

.c-slide-title {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.child-slider .c-slide-image img {
    margin-top: -200px;
    height: 345px;
    width: 250px;
    object-fit: contain;
}

.child-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.child-slider-dots {
    position: absolute;
    left: 25%;
    bottom: 1rem;
    width: 50%;
    z-index: 5;
}

.child-slider-dots .slick-dots {
    position: relative;
    bottom: auto;
}

.child-slider-dots li button {
    font-size: 1rem;
    color: #fff;
}

.child-slider-dots li button:before {
    display: none;
}

.child-slider-dots li:nth-child(-n+9) button:before {
    display: inline;
    content: '0';
    font-family: inherit;
    font-size: 1rem;
    position: static;
    opacity: 1 !important;
    color: #fff !important;
}

.child-slider-dots li.slick-active button,
.child-slider-dots li.slick-active button::before {
    opacity: 1;
    color: #cf0d24 !important;
}


.c-slide-desc img {
    max-width: 100px;
    margin-bottom: 1rem;
}



.c-slide-desc .btn {
    min-width: unset;
}


.append-arrows-inner {
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    font-size: 0;
}

.append-arrows-inner .aa_before {
    display: block;
    content: '';
    background: #EF233C;
    opacity: 0.15;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    /* animation: sliderDelay 5s linear; */
    border-top-left-radius: 5px;
    pointer-events: none;
}

.append-arrows-inner button {
    font-size: 1rem;
}

@keyframes sliderDelay {
    100% {
        width: 100%;
    }
}

.row-banner img{
    min-height: 100px;
    object-fit: cover;
}

.vs-icon {
    position: absolute;
    top: calc(50% - 80px);
    left: calc(50% - 23px);
    height: 100px;
    width: 46px;
}

.fighter {
    position: relative;
    max-width: 400px;
}

.fighter-inner {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 300px;
}

.fighter .img-fighter {
    bottom: 0;
    position: absolute;
    height: 100%;
    width: auto;
}

.fighter1 .img-fighter {
    left: 0;
}

.fighter2 .img-fighter {
    right: 0;
}

.fighter1 {
    text-align: right;
}

.fighter1 .fighter-content {
    margin-left: auto;
}

.fighter2 {
    margin-left: auto;
}

.fighter-cta_1 {
    text-align: right;
}

.row-fight-card {
    align-items: flex-end;
}

.fighter-cta_1,
.fighter-cta_2 {
    margin-top: -146px;
    margin-bottom: 0;
}

.fighter-title {
    max-width: 220px;
}

.fighter-title, .ff-value {
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0.6em;
}

.ff-title {
    font-size: 16px;
    color: #585B63;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 0;

}

.module-fight {
    position: relative;
    /* padding-bottom: 100px; */
    padding-bottom: 0px;
    overflow: hidden;
    border-bottom: 1px solid #02cbff;
    margin-bottom: 30px;
}
.module-fight:last-child {
    margin-bottom: 0;
}


.fighter-cta_cumpara {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 30px;
    left: 0;
}


.fighter-cumpara {
    z-index: 10;
}

.col-fighter:first-child .fighter-cumpara {
    text-align: left;
}

.col-fighter:last-child .fighter-cumpara {
    text-align: right;
}


.section-title h1,.section-title h2,.section-title h3,.section-title h4,.section-title h5,.section-title h6,
.section-title .h1,.section-title .h2,.section-title .h3,.section-title .h4,.section-title .h5,.section-title .h6 {
    text-transform: uppercase;
    /* font-size: 60px; */
    font-size: 48px;
    letter-spacing: 1px;
}

.section-title-border h1,.section-title-border h2,.section-title-border h3,.section-title-border h4,.section-title-border h5,.section-title-border h6,
.section-title-border .h1,.section-title-border .h2,.section-title-border .h3,.section-title-border .h4,.section-title-border .h5,.section-title-border .h6 {
    display: inline-block;
    position: relative;
    border-bottom: 4px solid #EF233c;
}

.event-type-info p {
    font-size: 24px;
    color: #EF233C;
    text-transform: uppercase;
}

.event-type-info img {
    display: inline;
}

.btn-event-slider-nav {
    position: absolute;
    bottom: 50px;
    top: auto;
    width: 100px;
    height: 62px;
    background: #4d4d4d;
    z-index: 20;
    padding: 0;
    opacity: 0.4;
    transition: 0.2s;
}
.btn-event-slider-nav:hover {
    opacity: 1;
}

.btn-event-prev-slide {
    left: calc(50% - 100px);
}

.btn-event-next-slide {
    left: calc(50% - 0px);
    right: auto;
}

.col-membership-item .module-fickle {

    text-align: center;
}

.col-membership-item .module-fickle p.fickle-title {
    text-transform: uppercase;
}

.col-membership-item .module-fickle p.fickle-title > a {
    display: inline-block;
    background-color: #006888;
    color: #fff;
    border-radius: 5px;
    padding: 0.6rem 1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.2s;
}
.col-membership-item .module-fickle p.fickle-title > a:hover {
    background-color: #0ba7d7;
}

.event-type-info img {
    max-height: 30px;
}

.entertix-icon img {
    max-height: 40px;
    width: auto;
}

.card-icon img {
    max-height: 40px;
    width: auto;
}

.sms-icon img {
    max-height: 40px;
    width: auto;
}

.membership-section .row {
    justify-content: center;
}

.col-membership-item {
    max-width: 350px;
}

.col-membership-item .fickle-text-content p {
    margin: 0;
}

.col-membership-item .fickle-text-content {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.6rem 1.5rem;
}

.col-membership-item .fickle-image {
    margin-bottom: 2rem;
}

.news-featured-list-item {
    position: relative;
    margin-bottom: 2rem;
}

.news-featured-item-content {

    background: #222020;
    padding: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
}


.news-featured-item-title {
    font-size: 18px;
    letter-spacing: 2px;
}

.news-featured-item-category-title {
    font-size: 16px;
    color: #EF233C;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.luptator-list-item {
    text-align: center;
    padding-top: 125px;
}

.slider_mode .luptator-list-item {
    padding-top: 80px;
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.luptator-list-item-image {
    position: relative;
    background: rgba(255,255,255,0.5);
    border-radius: 5px;
    height: 250px;
    margin-bottom: 1rem;
}

.luptator-list-item-image img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 133%;
    object-fit: contain;
    object-position: top;
}

.luptator-list-item {
    margin-bottom: 6rem;
    margin-top: 3rem;
}

.luptator-list-item-title {
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.row-lista-luptatori.slider_mode .btn-slider-nav {
    position: absolute;
    top: 50%;
    margin-top: -54px;
    padding: 0.5em 1em;
    z-index: 10;
    background: #000;
    border-radius: 0;
}

.row-lista-luptatori.slider_mode .btn-slider-nav svg {
    width: 8px;
}

.row-lista-luptatori.slider_mode .btn-prev-slide {
    border-right: 0;
    left: -26px;
}

.row-lista-luptatori.slider_mode .btn-next-slide {
    right: -26px;
}

.post-list-item-image {
    margin-bottom: 1rem;
}

.post-list-item-title {
    font-size: 16px;
}

.post-list-item-title a,
.news-featured-item-title a {
    color: #fff;
}

.post-list-item-title a:hover,
.news-featured-item-title a:hover {
    color: #ddd;
}


footer {
    background: #000;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.row-five-cols > div {
    flex-basis: 20%;
    max-width: 20%;
}

.footer-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.footer-list-items li a {
    font-size: 16px;
    color: #585B63;
    letter-spacing: 2px;
}


.alert-danger {
    color: #ef233c;
    background-color: #000;
    border-color: #ef233c;
}



.page-header {
    position: relative;
    background-image: url(/uploads/site/bg-membership.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-header-inner > .container > .row {
    min-height: 500px;
}

.page-header-inner > .container > .row > div {
    align-self: center;
}





.post-featured-image {
    position: absolute;
    height: 80%;
    width: 40%;
    min-width: 200px;
    min-height: 150px;
    object-fit: cover;
    position: absolute;
    right: 15%;
    bottom: -2rem;
}

.post-page-header .page-description {
    max-width: 400px;
}

.page-header-stire {
    padding-top: 100px;
}


.header-stire-title {
    margin-bottom: 2rem;
}

.stire-featured-image {
    max-height: 350px;
    object-fit: contain;
}


.news-featured-list-featured-item .img-fluid {
    width: 100%;
}



@media (min-width: 992px) and (max-width: 1344px) {
    
    .fighter-cta_1, .fighter-cta_2 {
        margin-top: 0;
        border-top: 1px solid #2d2d30;
        padding-top: 2rem;
    }
}

@media (max-width: 1200px) {

    .fighter-inner .fighter-content {
        margin-top: -40px;
    }
    .fighter-cta_cumpara {
        bottom: 10px;
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {

    .btn {
        min-width: unset;
    }

    .row-five-cols > div {
        margin-bottom: 2rem;
    }

    .row-five-cols > div:nth-child(1) {
        flex-basis: 100%;
        max-width: 100%;
    }

    .row-five-cols > div:nth-child(2),
    .row-five-cols > div:nth-child(3),
    .row-five-cols > div:nth-child(4),
    .row-five-cols > div:nth-child(5) {
        flex-basis: 50%;
        max-width: 50%;
    }

    
    .row-banner img {
        min-height: 60px;
        object-fit: cover;
    }


    .navbar-toggler {
        top: 0;
        right: 0;
        outline: 0 !important;

    }

    .navbar-toggler .icon-bar {
        background: #fff;
    }

    .header-buttons {
        position: relative;
        top: auto;
    }

    .header-buttons .btn {
        margin-bottom: 1rem;
        font-size: 12px;
        min-width: unset;
    }
    .header-buttons .btn.btn-primary {
        color: #fff;
        background: #000;
    }

    ul.navbar-nav {
        padding-top: 4rem;
        padding-left: 0;
        margin-bottom: 1.5rem;
    }

    #main-navbar .nav-link::after {
        display: none;
    }

    .main-nav-item {
        margin-left: 0;
    }

    
    .page-header-title-box h1, .page-header-title-box h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .page-header-slider-images-inner::after {
        width: 100%;
        background: rgba(0,0,0,0.5)
    }

    .child-slider {
        display: none;
    }




    .fighter-cta_1, .fighter-cta_2 {
        margin-top: 0;
    }

    .vs-icon {
        display: none;
        /* height: 72px;
        width: auto; */
    }

    .fighter {
        overflow: hidden;
    }



    .fighter-inner {
        min-height: 200px;
    }
    .ff-title {
        font-size: 16px;
    }

    .fighter-title {
        max-width: 130px;
        min-height: 2em;
    }

    .fighter-title, .ff-value {
        font-size: 14px;
    }




    .fighter1 .img-fighter {
        left: -0px;
    }

    .fighter2 .img-fighter {
        right: -0px;
    }

    .fighter-cta_1 {
        text-align: left;
    }

    .fighter-cta_2 {
        text-align: right;
    }


    .fighter-cta_cumpara {
        bottom: 10px;
        margin-bottom: 0;
    }

    .fighter-cta_cumpara .btn {
        font-size: 12px;
        padding: 5px 15px;
    }


    .membership-section {
        text-align: center;
    }


    .section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6, .section-title .h1, .section-title .h2, .section-title .h3, .section-title .h4, .section-title .h5, .section-title .h6 {
        font-size: 30px;
    }

    .col-membership-item {
        max-width: 100%;
    }

    .col-membership-item .module-fickle {
        margin-bottom: 2rem;
    }

    .news-featured-list-item {
        margin-bottom: 2rem;
    }
    
    .news-featured-list-others .news-featured-list-item {
        margin-bottom: 0;
    }

    .luptator-list-item {
        margin-bottom: 3rem;
    }

    .post-featured-image {
        position: static;
        width: 100%;
        max-height: 200px;
        margin-bottom: 1rem;
    }

    .page-header {
        padding-top: 88px;
    }

    .page-header-inner > .container > .row {
        min-height: unset;
    }

    .page-header .page-description {
        margin-bottom: 1rem;
    }

    .page-description h1 {
        font-size: 32px;
    }
}


@media (max-width: 575px) {


    .fighter-inner {
        min-height: 175px;
    }
    .ff-title {
        font-size: 12px;
    }

    .fighter-title {
        max-width: 90px;
        min-height: 45px;
    }

    .fighter-title, .ff-value {
        font-size: 12px;
    }

    .fighter .img-fighter {
        height: 75%;
    }

    .news-featured-item-title {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .luptator-list-item-image img{
        height: 128%;
    }

    .luptator-list-item-title {
        font-size: 18px;
    }

}


.c-slide-desc .btn-sm {
    display: none;
}