/** Override variables **/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


:root {
    --theme-radius-xl: 10px;
    --theme-radius-lg: 10px;
    --theme-radius-md: 10px;
    --theme-radius-sm: 10px;
    --bs-card-inner-border-radius:15px;
    --theme-header-height-desktop: 87px;
    --theme-radius-base: 10px;
    --theme-menu-gap: 10px;
    --theme-input-height:40px;
}

 
.container {
    max-width: 1602px !important;
}


body.content-rounded .page-content{
    padding-top:0px !important;
}

@media(max-width:1919px) {
    .container {
        max-width: 1320px !important;
    }
    .e-con.e-flex>.e-con-inner{
        max-width:1240px !important;
    }
}

@media(max-width:1279px) {  
    .container {
        max-width: 1079px !important;
    } 
    .e-con.e-flex>.e-con-inner{
        max-width:999px !important;
    }
}



body {

    font-family: "Open Sans", Sans-serif;
    line-height: 1.42857143;
    background-color: #E7E7E7;
}

.rounded-4{
    border-radius: 25px !important;
}

.bg-primary{
    background: #700B00 !important;
}
.text-primary{
    color:#a20000 !important;
}
.text-grey {
    color:#777 !important;
}

.dropdown-menu {
    border:none;
    padding:0;
    border-radius: 0;
    a.dropdown-item {
        font-size:16px;
        font-weight: 400;
        padding:15px 10px;

        &:focus,
        &:focus:active{
            background:none;
        }
        &:hover{
            text-decoration:none;
            color:#a20000;
        }
        &.active,
        &.active:hover {
            color:#fff;
            background-color:#a20000;
        }
    }
}
.main-content{
    background-color: #e4e4e4 !important;
}

h1, h2, h3, h4, h5,.elementor-heading-title {
    font-family: 'Open Sans', "Arial", sans-serif;
    font-weight: 700;
}
.font-avangar, .font-avangar *{
    font-family: 'Open Sans', "Arial", sans-serif !important;
}

.main-content {
    border-radius: 0;
}


/** Buttons **/
.elementor-button:hover {
    text-decoration:none !important;
}
.btn-wrap {

    padding: 2px;
    display: inline-block;
    background: linear-gradient(0deg, rgba(223, 159, 40, 1) 0%, rgba(253, 224, 141, 1) 100%);
    border-radius: 10px;

    .btn {
        padding: 10px 15px !important;
        height: auto !important;
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: 600;
        transition: all .3s;
        border-radius: 10px;

        &:hover {
            opacity: 0.9;
        }
    }
}

.btn-xl {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding:15px 30px !important;
}

.btn-success {
    background-color:#15780B !important;
    border:none;
    color:#fff !important;
    &:hover,
    &:focus,
    &:focus:active {
        background-color:#15780B !important;
    }
 }
.btn-secondary {
    color:#777 !important;
    border:1px solid #777;
    background-color:transparent !important;
    &:hover,
    &:focus,
    &:focus:active {
       border-color:#000 !important;
        color:#000 !important;
    }
}

input.promo_code_input {
    height:auto !important;
    text-align: center;
    font-size: 25px !important;
    color:#A31000 !important;
    font-weight: 700;
    width:auto;
    min-width: 0px !important;
    padding:15px !important;
    border-radius: 0 !important;
    border:1px solid #A31000 !important;
    &:focus {
        border:1px solid #A31000 !important;
        box-shadow: none !important;
    outline: none !important;
    } @media (max-width: 575px) {
            font-size: 18px !important;
        padding:10px 5px !important;
    }
}

a.btn-outline-white {
    color:#fff;
    text-decoration: none !important;
    border:1px solid #fff;
    padding: 6px 10px;
    height: auto;
    &:hover,&:focus, &:focus:active {
        color:#000;
        text-decoration: none !important;
        background-color:#fff;
    }
}
.site-actions {
    .btn {
        font-size: 13px;
        img {
            margin-right: 5px;
        }
        &.btn-outline-white {
            border:none !important;
            &:hover,&:focus, &:focus:active {
                color:#fff;
                text-decoration: none !important;
                background-color:transparent;
            }
        }
    }
}
.btn-sm {
    height:auto !important;
    padding:12px 20px !important;
}
.btn-underline {
    background:none !important;
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    fill: #A31000;
    box-shadow: none;
    outline:none !important;
    color: #A31000 !important;
    border:none !important;
    border-bottom: 2px solid transparent !important;
    &.active{
        border-bottom: 2px solid #A31000 !important;
    }
    &:hover{
        color:#A31000;
    }
}


/** Sub-navigation **/
.site-header {

    @media(min-width:1025px) {
        height: 96px !important;
        .column.brand-column{
            gap:10px !important;
        }
    }

    .site-header-row .site-header-inner {
        gap:0.5rem;
    }

    .site-drawer,
    .site-brand {
        img {
            width: 178px;
            @media(min-width: 1025px) {
                margin-top: 8.5px;
                margin-left: 6px;
            }
        }
    }

    .site-menu > li > a:hover{
        text-decoration:none;
    }



    @media (min-width: 1025px) {
        .site-nav {
            margin-top: 28px;

            .site-menu > li > a {

                font-family: "Open Sans", Sans-serif;
                height: auto;
                border-radius: 99px;
                padding: 4px 15px;
                font-weight: 800;
            }
        }
    }
    @media (max-width: 1024px) {
        height: 62px;
        .site-drawer,
        .site-brand {

            position: absolute;
            left:1.5rem;
            margin-top: 4px;

            img {
                margin-left: -8px;
                width: 92px;
            }
        }

        .site-header-inner {
            .column:first-child {
                order: 99;
            }

            .brand-column {
                justify-content: start;
            }
        }

    }

    li:hover {
        a:hover{
            background-color:#00000026;
        }
    }
    #menu-item-2585 {
        a,a:hover {
            background-color: #700B00;
        }
    }

}

/** Footer **/
.site-footer {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);

    .footer-top {
        border-bottom: 1px solid #784d4e;
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .footer-socials {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;

        .fa-brands {
            font-size: 30px;
        }
    }

    .footer-payments {

        padding:36px 0;
        border-bottom: 1px solid #784d4e;

        .row {
            margin-left:-8px;
            margin-right:-8px;
            > div {
                padding:0 8px;
                margin-bottom: 16px;
            }
        }

        @media(min-width:768px) {
            .col-md-2 {
                /* width for 5 items per row */
                flex: 0 0 20%;
                max-width: 20%;
            }
        }

        .item {

            background-color: #4E1011;
            padding: 15px 0px 15px 0px;
            border-radius: 16px 16px 16px 16px;
            display:flex;
            align-items: center;
            justify-content: center;
            height:100%;

            img {

                filter: grayscale(100%) brightness(200%) contrast(250%);
                height:30px;

                @media(max-width:767px) {
                    height:20px;
                }
            }

            &:hover {
                img {
                    filter:none;
                }
            }
        }
    }

    .footer-top{
        h5 {
            color: #fff;
            margin: 0 0 12px 0;
        }
    }

    .footer-middle {
        border-bottom: 1px solid #784d4e;
        padding-top: 36px;
        padding-bottom: 36px;

        h5 {
            color: #fff;
            margin: 0 0 12px 0;
            font-weight: 700;
        }

        img.logo {
            max-width: 200px;
        }


    }

    .footer-bottom {
        padding-top: 36px;
        padding-bottom: 36px;
        font-size: 14px;
    }

    ul {
        list-style: none;
        padding: 0;
        margin: 0;

        li {
            margin-bottom: 1px;
        }
    }

    a {
        color: rgba(255, 255, 255, 0.7) !important;
        text-decoration: none;

        &:hover {
            text-decoration: underline;
        }
    }
}

/** Sub-navigation inline buttons (those not made with elementor) **/
.mb_subnav {
    display:flex;
    gap:20px;
    @media(max-width: 767px) {
        gap:10px;
    }
    .btn {
        border-radius:0 !important;
        padding: 19px 32px 19px 32px !important;
        font-size: 17px;
        box-shadow:none !important;
        @media(max-width: 767px) {
            font-size: 16px;
            padding:20px 10px 20px 10px !important;
        }
        &:hover {
            text-decoration: none;
        }
    }
}


.elementor-widget-fynode-home-slider {
    border-radius: 25px;
    overflow: hidden;

    .slick-nav {
        opacity: 1 !important;
    }
}

.site-slider .slick-nav {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
}

.bonus-main-slider {
    .e-con-inner {
        padding: 0 !important;
    }
}
/** Bonuses grid widget **/
.daily-bonus-slider .slick-slide {
    padding: 0 10px;
}
.daily-bonus-slider .yesterday {
    filter:grayscale(100%) !important; 
}
.daily-bonus-slider .slick-slide > div {
    width:100%;
}
.daily-bonus-slider .bonus-grid-item{
    @media(min-width:650px) {
        aspect-ratio: 8/3.5;
    }
}
.daily-bonus-slider .item.tomorrow {
    text-align: center;
    background: #D93231;
    background: radial-gradient(circle, rgba(217, 50, 49, 1) 0%, rgba(94, 8, 8, 1) 100%);
    img {
        height: 170px;
        margin:0 auto;
    }
    .title-small,
    .title-big{
        max-width: 100% !important;
    }
}
.daily-bonus-slider .item,
.bonus-grid-item {

    @media (min-width: 1200px) {
        .p-4{
            padding-left: 40px !important;
            padding-right: 40px !important;
        }
    }

    transition: all .3s;

    &:hover {
        /*
        transform: translateY(-8px);
        */
    }

    .title-small {
        color: #FDE08D;
        font-weight: 700;
        font-family: "Oswald", Sans-serif;
        font-size: 30px;
        max-width: 60%;
        @media (max-width: 767px) {
            font-size: 20px;    
        }
    }

    .title-big {
        color: #fff;
        font-family: "Oswald", Sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 40px;
        max-width: 60%;
        @media (max-width: 1024px) {
            font-size: 30px;
        }
        @media (max-width: 767px) {
            font-size: 28px;
        }
        @media(min-width:1920px) {
            max-width: 350px;
        }
    }

    .desc {
        max-width: 60%;
        font-size: 16px;
        font-family: "Oswald", Sans-serif;
    }

    .btn-wrap {
        .btn {
            color: #fff;
        }
    }


}

/** Bonuses slider **/
.slick-arrow {
    position: absolute;
    top:50%;
    width:30px;
    height:30px;
    margin-top: -20px;
    font-size:0;
    padding:0;
    border-radius: 999px;
    background-color:transparent !important;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 99;
    opacity: 0.5;
    transform:rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z'/%3E%3C/svg%3E");
}
.slick-next {
    right: -40px;
}
.slick-prev {
    left: -40px;
    transform:none;
}
.bonus-slider {

    border-radius: 25px;

    .item {
        border-radius:25px;
        padding:30px 15px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        aspect-ratio: 8/3.5;

        display: flex;
        align-items: center;


        @media(max-width: 991px) {
            max-width: 100%;
            aspect-ratio: auto;
        }

        @media(min-width: 1500px) {
            aspect-ratio:8/2.5;
        }

        > div {

            display: flex;
            flex-direction: column;
            gap: 12px;
        }


        @media(min-width:768px) {
            padding:20px 30px;
        }
        @media(min-width:1025px) {
            padding:40px;
        }
        @media(max-width: 767px) {
            border-radius: 0;
        }
        .small-title {
            font-size: 20px;
            color:#fde08d;
            font-weight: 700;
            letter-spacing:-1px;
            font-family: "Oswald", Sans-serif;
            @media(min-width:768px) {
                font-size:25px;
            }
            @media(min-width:1025px) {
                font-size:30px;
            }
        }
        .big-title {
            font-size: 40px;
            color:#fff;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing:-3px;
            pointer-events: none;
            line-height: 1.2;
            font-family: "Oswald", Sans-serif;
            @media(min-width:1025px) {
                font-size:60px;
            }
            @media(max-width: 575px) {
                font-size: 33px;
                letter-spacing: -1px;
            }

            > a { text-decoration:none; color:inherit; }
        }
    }
}

.site-header .site-header-row .site-header-inner .column.actions-column{
    display: block !important;
}

/** Bonuses banner slider **/
.banner-slider {
    margin: 0 -.25rem 0 -0.25rem;
    text-align: center !important;

    .slick-slide {
        padding: 0 .5rem;
    }




    .bonus-grid-item {
        .title-small,
        .title-big,
        .desc {
            max-width: 100% !important;
        }
        .h-100 {
            border-radius:1rem;
        }
    }

    @media (max-width: 767px) {
        .slick-list {
            padding: 0 20% 0 0 !important;

            .slick-slide:not(.slick-current) {
                opacity: 0.5;
            }
        }
    }

    .bonus-grid-item {
        &:hover {
            transform: none;
        }
    }

    .banner-filling-bg {
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        height: 300px;
        border-radius: 0 0 25px 25px;

        @media(max-width: 1024px) {
            height: 200px;
        }
    }
}

/** Main menu **/
.mb-subnav-scrollable {
    .mb_subnav,
    .e-con-inner {
        @media (max-width: 1024px) {

            display: flex;
            flex-wrap: nowrap !important;
            flex-direction: row;
            overflow-x: auto !important;
            overflow-y: hidden;
            -ms-overflow-style: none;
            scrollbar-width: none;
            -webkit-overflow-scrolling: touch;
            justify-content: start !important;
            ::-webkit-scrollbar {
                display: none;
            }

            > * {
                flex: 0 0 auto;
                width: auto;
            }
        }
    }
}
.custom-menu-wrap{
    position: relative;
    @media(max-width: 575px) {
        &:after {
            position: absolute;
            width: 20px;
            height:  100%;
            top:0px;
            right:0px;
            pointer-events: none;
            background: linear-gradient(-90deg,rgba(112, 11, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
            content: '';
        }
    }
}
.custom-menu {


    max-width: 1320px !important; 
    background: #700B00;
    display: flex;
    flex-direction: row;

    @media(max-width: 1024px) {
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;  /* IE/Edge */
        scrollbar-width: none;     /* Firefox */

        ::-webkit-scrollbar {
            display: none;             /* Chrome, Safari */
        }
    }

    .dropdown-toggle::after{
        margin-left: 8px;
    }

    .nav-item {

        &.dropdown {
            &:hover {
                .dropdown-menu {
                }
            }
        }

        font-weight: 300;
        font-size: 16px;
        position: relative;

        a.nav-link {
            padding: 10px 16px;
            color: #fff;
            text-decoration: none;

            white-space: nowrap;
            &.active {
                background-color:#0000002b;
            }
        }

        &.current-menu-item {
            &:after {
                width: 100%;
                content: '';
                background-color: #FDE08D;
                height: 2px;
                left: 0;
                bottom: 0;
                width: 100%;
            }

            a.nav-link {

            }
        }

    }

    .dropdown-menu {
        box-shadow:0 2px 4px rgba(0,0,0,.3);
        border:none;
        padding:0;
        @media(max-width: 1024px) {
            position: relative !important;
            top:auto !important;
            left:auto !important;
            margin:0 !important;
            transform:none !important;
            box-shadow:none !important;
        }
        li {
            a {
                background-color:#700B00;
                color:#fff;
                display:block;
                padding:8px 12px;
                &:focus, &:focus:active,
                &:hover {
                    background-color:#560a01;
                    color:#fff;
                }
            }
        }
    }

    /* submenu vpravo od rodiče */
    .dropdown-submenu {
        position: relative;
        .dropdown-toggle::after{
            transform: rotate(-90deg);
        }
        .dropdown-menu {
            position: absolute;
            top: 0;
            left: 100%;
            margin-left: .1rem;
            margin-right: .1rem;
        }
        &:hover > .dropdown-menu {
            display: block;
        }
    }

}


/** Elementor accordions **/
.e-n-accordion,
.e-n-accordion-item,
.e-n-accordion-item-title,
.e-con-inner,
.e-con {
    border:none;
}
.e-con-inner {
    padding-block-end:0 !important;
    padding-block-start: 0 !important;
}
@media screen and (min-width: 1280px) {
    .e-con-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.e-n-accordion-item{
    border-radius: 25px;
    background-color:#fff;
    margin-bottom:15px !important;
    @media(max-width: 767px) {
        border-radius: 15px;
    }
}
.e-n-accordion-item-title{
    position: relative;
    border:none;
    padding: 15px 40px !important;
    border-radius: 25px 25px 0 0;
    @media(max-width: 767px) {
        padding: 15px !important;
    }
    .e-n-accordion-item-title-header{
        max-width: calc(100% - 50px);
    }
    .e-n-accordion-item-title-icon{
        position: absolute;
        right: 20px;
        top: 0;
        height: 100%;
        width: 50px;
        padding: 0;
        display: block;
        background-size:45% auto;
        background-position: center center;
        background-repeat: no-repeat;
        opacity:0.75;
        svg {
            display:none;
        }
        @media(max-width: 767px) {
            width:40px;
            right:15px;
        }
    }
    .e-n-accordion-item-title-icon{
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='100px' height='57px' viewBox='0 0 100 57' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group' transform='translate(-0.000000, 0.820925)' fill='%23000000'%3E%3Cpath d='M1.53578462,9.1089957 C1.53578462,9.1089957 33.7143331,41.2661156 46.2428955,53.7875352 C47.2857519,54.8375345 48.6571795,55.3589627 50.0286071,55.3589627 C51.4000347,55.3589627 52.7714623,54.8375345 53.8143187,53.7875352 C66.3428812,41.2732584 98.4500011,9.18756707 98.4500011,9.18756707 C99.4785718,8.15899638 99.9928571,6.80185449 100,5.45185546 C100,4.07328501 99.4714289,2.69471457 98.4214297,1.63757247 C96.3285741,-0.45528318 92.950005,-0.462426032 90.8714351,1.60900106 L55.3857462,37.09469 L50,42.2947688 L44.6714681,37.09469 L9.10720778,1.53757254 C7.04292354,-0.5267117 3.67149738,-0.512425996 1.57864173,1.58042965 C0.52149963,2.63757175 -0.0070714214,4.0161422 0,5.39471264 C0,6.74471168 0.507213926,8.08756786 1.53578462,9.1089957 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }

    &[aria-expanded="true"]{
        .e-n-accordion-item-title-icon{
            transform:rotate(180deg);
        }
    }

}

#accordion-bank,
#accordion-card,
#accordion-others,
#accordion-wallet{
    .e-n-accordion-item-title {
        padding-left: 70px !important;
        background-size: 40px auto;
        background-position: 15px center;
        background-repeat: no-repeat;

        @media(min-width:768px) {
            background-size: auto 60%;
            padding-left: 90px !important;
            background-position: 40px center;
        }
    }
}

#accordion-bank {
    .e-n-accordion-item-title {
        background-image:url('/wp-content/uploads/2026/01/banks.png');
    }
}
#accordion-card {
    .e-n-accordion-item-title {
        background-image:url('/wp-content/uploads/2026/01/cards.png');
    }
}

#accordion-wallet {
    .e-n-accordion-item-title {
        background-image:url('/wp-content/uploads/2026/01/wallets.png');
    }
}
#accordion-others {
    .e-n-accordion-item-title {
        background-image:url('/wp-content/uploads/2026/01/others.png');
    }
}

.payments-accordion {
    .e-con-inner{
        gap:10px !important;
    }
    p {
        margin:0 !important;
    }
}


/** top wins **/
.top-win-post {
    .col-1 {
        max-width: 110px;
    }
    img {
        object-fit: cover;
        object-position: center;
        height:100%;
        aspect-ratio: 1/1;
        border-radius: 10px;
        @media(max-width: 575px) {
            max-width: 65px;
        }
    }
    .date {
        font-weight: 500;
    }
    .win {
        font-weight: 700;
        font-size: 1.5em;
        @media(max-width: 767px) {
            font-size: 1em;
        }
    }
    &:hover {
        background-color: rgba(0,0,0,0.05);
    }
    border-bottom:1px solid #ddd;
}

/** Posts archive grid **/
.mb-post-grid {

    .card {
        border-radius: 15px;
        transition: all .3s;
        &:hover {
            transform: translateY(-5px);
        }
    }

    .card,
    .card-footer {
        border:none;
    }
    .card-body {
        padding-bottom:0;
    }
    .card-img, .card-img-top{
        border-radius: 15px 15px 0 0;
    }
    .square{
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        object-position: center;
    }
    .card-title {
        font-size:20px;
        line-height: 1.1;
        @media(min-width:1200px) {
            font-size:28px;
        }
        a {
            color:#000;
            &:hover {
                text-decoration:underline !important;
            }
        }
    }

    .btn-wrap {
        .btn {
            background-color:#15780B;
            color:#fff;
            text-decoration:none !important;
        }
    }

    .highlighted-post {
        overflow: hidden;

        .highlighted-post-inner {
            display: flex;
            flex-direction: column;
        }

        .highlighted-post-img {
            overflow: hidden;
            aspect-ratio: 377/122;
            flex-shrink: 0;

            @media (min-width: 992px) {
                width: 100%;
                aspect-ratio: auto;
            }

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                display: block;
            }
        }

        .card-body {
            display: flex;
            flex-direction: column;

            .date {
                margin-top: auto;
            }

            @media (min-width: 992px) {
                display: none;
            }
        }
    }
}



.site-drawer,
.site-drawer-inner{
    transform:none !important;
}
.site-drawer{
    transform:translateY(calc(-1 * (100% + 65px))) !important;
    transition:all .4s !important;
}
.site-drawer.active {
    transform:none !important;
}

/** Post detail  **/

.post-single {

    border-radius: 25px;
    background-color:#fff;

    @media(min-width: 1200px) {
        h1.post-title {
            font-size:40px;
        }
    }

    a {
        color:#a41100;
        text-decoration: none;
    }

    .post-header,
    .post-content {
        &.post-header {
            padding-bottom:0px !important;
        }
        padding:0 15px 30px 15px;
        @media(min-width: 768px) {
            padding:0 25px 40px 25px;
        }
        @media(min-width: 1024px) {
            padding:0 40px 40px 40px;
        }
    }

    .post-thumbnail{
        border-radius: 25px 25px 0 0;
        img{
            width:100%;
            border-radius:0 !important;
        }
    }
    .post-content {
        font-size: 18px;
        line-height: 1.5;
    }

    .mb-post-grid {
        .card {
            border:1px solid #eee;
        }
    }

}

/** Breadcrumbs **/
.woocommerce-breadcrumb {
    ul {
        li {
            font-size:17px;
            color:#a41100;
            a {
                color:#444;
                margin-right:7px;
                &:hover {
                }
            }
        }
    }
}




/** Slick slider **/
.slick-dots{
    margin:10px 0;
    text-align: center;
    padding-left: 0 !important;
    list-style:none;
    li {
        display:inline-block;
        margin:0 5px;
        padding:0;
        button {
            font-size:0;
            border:none;
            border-radius: 10px;
            background-color:rgba(0,0,0,0.2);
            width:8px;
            height:8px !important;
            padding:0 !important;
        }

        &.slick-active {
            button {
                background-color:#A31000 !important;
            }
        }
    }
}

/** Elementor forms **/
.elementor-form .elementor-button.elementor-size-sm,
.elementor-form .elementor-button.elementor-size-md{
    height: auto;
}
.elementor-upload-field{
    border-radius: 0 !important;
}

/** Map - branches **/
#map {
    width: 100%;
    height: 400px;
}

.popup-title {
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 6px;
}

.leaflet-container a {
    color: #A31000 !important;
}
.popup-row {
    margin: 0 0 4px;
}

.badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 12px;
    background: #f2f2f2;
    margin-left: 6px;
    vertical-align: middle;
}

/* Accessible helper for hidden labels in case Bootstrap isn't loaded */
.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

a:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible{
    box-shadow: none !important;
}

.muted {
    color: #666;
    font-size: 12px;
}

/* Cluster overrides: snadné přepínání barvy */
.my-cluster-icon .custom-cluster {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; /* fallback text color */
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
}

.my-cluster-icon.small .custom-cluster {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    font-size: 12px;
}

.my-cluster-icon.medium .custom-cluster {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    font-size: 14px;
}

.my-cluster-icon.large .custom-cluster {
    width: 62px;
    height: 62px;
    border-radius: 31px;
    font-size: 16px;
}

/* Ensure default markercluster CSS doesn't override our colors */
.marker-cluster-small, .marker-cluster-medium, .marker-cluster-large,
.my-cluster-icon {
    background: transparent !important;
}

/* Make branch cards clickable */
.branch-card {
    cursor: pointer;

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: none;
        background-size: cover ;
        background-position: center center;
    }
    .open {
        position:absolute;
        top:5px;
        right:5px;
        background-size: 50% auto;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='100px' height='57px' viewBox='0 0 100 57' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group' transform='translate(-0.000000, 0.820925)' fill='%23000000'%3E%3Cpath d='M1.53578462,9.1089957 C1.53578462,9.1089957 33.7143331,41.2661156 46.2428955,53.7875352 C47.2857519,54.8375345 48.6571795,55.3589627 50.0286071,55.3589627 C51.4000347,55.3589627 52.7714623,54.8375345 53.8143187,53.7875352 C66.3428812,41.2732584 98.4500011,9.18756707 98.4500011,9.18756707 C99.4785718,8.15899638 99.9928571,6.80185449 100,5.45185546 C100,4.07328501 99.4714289,2.69471457 98.4214297,1.63757247 C96.3285741,-0.45528318 92.950005,-0.462426032 90.8714351,1.60900106 L55.3857462,37.09469 L50,42.2947688 L44.6714681,37.09469 L9.10720778,1.53757254 C7.04292354,-0.5267117 3.67149738,-0.512425996 1.57864173,1.58042965 C0.52149963,2.63757175 -0.0070714214,4.0161422 0,5.39471264 C0,6.74471168 0.507213926,8.08756786 1.53578462,9.1089957 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        width:32px;
        height:32px;
        z-index: 999;
    }
    &.active {
        .open {
            transform:rotate(180deg);background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='100px' height='57px' viewBox='0 0 100 57' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='%23fff' fill-rule='evenodd'%3E%3Cg id='Group' transform='translate(-0.000000, 0.820925)' fill='%23000000'%3E%3Cpath d='M1.53578462,9.1089957 C1.53578462,9.1089957 33.7143331,41.2661156 46.2428955,53.7875352 C47.2857519,54.8375345 48.6571795,55.3589627 50.0286071,55.3589627 C51.4000347,55.3589627 52.7714623,54.8375345 53.8143187,53.7875352 C66.3428812,41.2732584 98.4500011,9.18756707 98.4500011,9.18756707 C99.4785718,8.15899638 99.9928571,6.80185449 100,5.45185546 C100,4.07328501 99.4714289,2.69471457 98.4214297,1.63757247 C96.3285741,-0.45528318 92.950005,-0.462426032 90.8714351,1.60900106 L55.3857462,37.09469 L50,42.2947688 L44.6714681,37.09469 L9.10720778,1.53757254 C7.04292354,-0.5267117 3.67149738,-0.512425996 1.57864173,1.58042965 C0.52149963,2.63757175 -0.0070714214,4.0161422 0,5.39471264 C0,6.74471168 0.507213926,8.08756786 1.53578462,9.1089957 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");.
        }
        .overlay {
            display: flex;
            padding-bottom:20px;
            justify-content: center;
            align-items: flex-end;
        }
    }
}

.branch-card:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    transition: all .12s ease;
}

#branches-grid {
    margin-left: -10px;
    margin-right: -10px;
}

#branches-grid > * {
    padding: 0 10px;
    margin-bottom: 20px;
}

/* Filters card: rounded top corners, square bottom corners */
.filters-card {
    border:none;
    border-radius: .5rem .5rem 0 0 !important;
    overflow: visible;
}
.filters-card, .filters-card .card-body {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}


.mbet-articleDetail{
    .elementor-widget-container,
    .elementor-heading-title,
    .elementor-button-wrapper {
        margin-bottom: 15px;
    }
    h1 {
        color:#A31000 !important;
    }
}
.banner-filling-img{
    width: 100%;
    border-radius: 0 0 25px 25px !important;
}



/**
    Fix old articles content
 */
.gradient-bg-title{
    display: none !important;
}
.button-row-bg-2 {
    background-color:#a20000 !important;
    padding:15px;
    border:none !important;
    ul {
        margin:0;
    }
}
.post-year-2026.post-month-01,
.post-year-2026.post-month-02,
.post-year-2025,
.post-year-2024 {
    .elementor-button {
        border:none !important;
        background-color:#a20000 !important;
    }
    .elementor-button-link {
        color: #fff !important;
    }
    svg path  {
        fill: #fff !important;
    }
}

.contact-form-wrapper .wpcf7-form label{
    font-weight: 700;
    font-size: 16px;
    font-family: inherit;
}
.wpcf7-submit {
    background-color: #a31000 !important;
}
input[type="file"]{
    border-radius: 0 !important;
}

.wpcf7 form .wpcf7-response-output{
    padding: 10px 20px;
}
.wpcf7 form.sent .wpcf7-response-output{
    background-color: #effde1;
}

.grecaptcha-badge {
    visibility: hidden;
}

.site-drawer-overlay{
    background:none !important;
}


body.drawer-open {
    .menu-toggle {
        display: none !important;
    }
}

body:not(.drawer-open) {
    .menu-close {
        display: none !important;
    }
}

.menu-drawer{
    top:62px;
    height:auto;
    padding:0;
    .site-drawer-header{
        display: none !important;
    }
    .site-drawer-inner{
        border-radius: 0;
    }
    .menu-item-wrapper {
        padding:0 !important;
        position: relative;
    }
    .menu-item-has-children{
        margin-bottom: 10px;
    }
    .mb-menuFooterLink,
    .menu-item a {

        font-family: "Open Sans", Sans-serif;

        display: block;
        border-radius: 10px;
        border: 2px solid #e4e4e4;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0;
        min-height: 0 !important;
        padding: 15px;
        font-size: 16px !important;
        text-decoration: none !important;
        margin-bottom: 10px;
        position: relative;
        &:hover {
            background-color: #e4e4e4;
        }
    }
    .menu-item-has-children:hover .menu-item-wrapper > a {
        background-color: #e4e4e4;
    }
    .menu-item-2583 a,
    .menu-item-2584 a,
    .menu-item-2585 a {
        padding-left: 52px !important;
        &:before {
            content:'';
            width: 23px;
            height: 23px;
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            left:15px;
            top:50%;
            transform: translateY(-50%);
        }
    }
    .menu-item-2584 a {
        &:before {
            background-image:url('/wp-content/uploads/2026/02/zreby.svg');
        }
    }
    .menu-item-2585 .menu-item-wrapper > a {
        margin:0 !important;
        &:before {
            background-image:url('/wp-content/uploads/2026/02/info.svg');
        }
    }
    .menu-item-2583 .menu-item-wrapper > a {
        margin:0 !important;
        &:before {
            background-image:url('/wp-content/uploads/2026/02/casino.svg');
        }
    }
    .menu-item a {
        &:after {
            pointer-events: none;
            width:12px;
            height:14px;
            content:"";
            position: absolute;
            right: 22px;
            top: 50%;
            transform: translateY(-50%);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.33 24l-2.83-2.829 9.339-9.175-9.339-9.167 2.83-2.829 12.17 11.996z'/%3E%3C/svg%3E");
            background-size: contain;
            background-repeat: no-repeat;

        }
    }
    .menu-item-has-children a {
        &:after{
            width:0;
            visibility: hidden;
            display:none !important;
        }
    }
    .mb-menuFooterLink {
        padding:12px 15px;
        img {
            height: 28px;
        }
    }
    .site-drawer-inner {
        .site-drawer-body {
            padding: 10px;
        }
    }
    .menu-item-23527{
        display: none !important;
    }
    .dropdown-icon-wrapper {
        content:"";
        position: absolute;
        top:0;
        cursor:pointer;
        width: 100%;
        height: 100%;
        background-size: 12px auto;
        &:after{
            transition:all .3s;
            content:'';
            width:12px;
            height:14px;
            position: absolute;
            top:calc(50% - 7px);
            right:20px;
            background-position:center center;
            background-repeat: no-repeat;
            background-size: 100% auto;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.33 24l-2.83-2.829 9.339-9.175-9.339-9.167 2.83-2.829 12.17 11.996z'/%3E%3C/svg%3E");

        }
        svg {
            display:none !important;
        }
    }
    li.active {
        .dropdown-icon-wrapper{
            &:after {
                transform:rotate(90deg);
            }
        }
    }
    .menu-item.menu-item-has-children.active a {
        border-bottom:none;
        border-radius: 10px 10px 0 0;
    }
    li.menu-item-has-children > .sub-menu {
        padding:0 !important;
        border:2px solid #e4e4e4;
        border-top:none;
        border-radius:0 0 10px 10px;
        .menu-item a {
            border:none;
            border-radius:0;
            margin-bottom: 5px !important;
            font-weight: 400;
            font-size: 15px !important;
            padding:5px 5px 5px 20px;
            &:hover{
                color:#000;
                background-color:#e4e4e4 !important;
            }
        }
        .menu-item:last-child{
            a {
                margin-bottom:0 !important;
            }
        }
    }
    li.menu-item-has-children:not(.active) > .sub-menu{
        border:none !important;
    }
}


.mb-mobileMenuFooter{
    .row {
        margin-left: -4px;
        margin-right: -4px;
        > div {
            padding: 0 4px;
        }
    }
    .contact {
        a {
            text-decoration: none !important;
            color:#000 !important;
        }
    }
}
.mb-breadcrumb{
    font-size: 16px;
    .separator {
        opacity: 0.7;
    }
}


@media(min-width:1025px) {
    #menu-item-2583,
    #menu-item-2585{
        display:none !important;
    }
}
@media(max-width:1024px){
    .mbet-desktop-nav{
        display:none !important;
    }
    .menu-item-23707,
    .menu-item-23706{
        display:none !important;
    }   
}
