.elementor-kit-489{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Reddit Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Reddit Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Reddit Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Reddit Sans";--e-global-typography-accent-font-weight:500;font-family:"Reddit Sans", Sans-serif;}.elementor-kit-489 e-page-transition{background-color:#FFBC7D;}.elementor-kit-489 a{font-family:"Reddit Sans", Sans-serif;}.elementor-kit-489 h1{font-family:"Reddit Sans", Sans-serif;}.elementor-kit-489 h2{font-family:"Reddit Sans", Sans-serif;}.elementor-kit-489 h3{font-family:"Reddit Sans", Sans-serif;}.elementor-kit-489 h4{font-family:"Gill Sans MT", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:801px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:800px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Od 1080px do 937px – upravíme menu, aby se nerozpadalo */
@media (max-width: 1080px) and (min-width: 937px) {
    /* Zajistí, že menu zůstane v jedné řadě a nepřeskakuje */
    .elementor-nav-menu {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important; /* nebo space-around podle potřeby */
    }

    .elementor-nav-menu .elementor-item {
        padding: 0 10px !important; /* menší padding, aby se vešlo */
        white-space: nowrap; /* zabrání zalamování textu */
    }

    .elementor-nav-menu .elementor-item.has-submenu > .elementor-sub-menu {
        display: none !important; /* skryjeme podmenu při těchto rozměrech, aby se nerozbíjelo */
    }

    /* Pokud je logo duplikované */
    .elementor-widget-nav-menu .elementor-menu-toggle {
        display: none !important; /* schová hamburger ikonu, pokud není potřeba */
    }
}

/* Od 936px do 921px – přepnutí na tablet layout */
@media (max-width: 936px) and (min-width: 922px) {
    .elementor-nav-menu {
        display: flex !important;
        flex-wrap: wrap !important; /* povolíme zalamování, ale kontrolovaně */
        justify-content: center !important;
    }

    .elementor-nav-menu .elementor-item {
        width: 50% !important; /* nebo auto, podle počtu položek */
        text-align: center !important;
    }

    .elementor-widget-nav-menu .elementor-menu-toggle {
        display: block !important; /* zobraz hamburger menu */
    }

    .elementor-nav-menu--main {
        display: none !important; /* skryjeme původní menu, necháme mobilní */
    }
}/* End custom CSS */