/*
 Theme Name:   KORA SLOVAKIA
 Theme URI:    https://skladova-technika.com
 Description:  Téma na mieru pre spoločnosť KORA SLOVAKIA
 Author:       Ján Knapik
 Template:     generatepress
 Version:      0.1
*/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.page-header {
    color: #ffffff;
    /*clip-path: polygon(0% 0%, 100% 0%, 100% 87%, 0% 100%);*/
    background: linear-gradient(to bottom right, color(srgb 0.9984 0.4589 0.0078), color(srgb 0.9998 0.5763 0));
}
.page-header a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
}
.grid-container {
    max-width: 1400px;
}
body {
    background-color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
p {
    font-size: 17px;
}
.wp-block-heading {
    color: color(srgb 0.9977 0.4681 0.0033);
    font-weight: bold;
}
.entry-content {
    margin-top: 25px;
    padding: 0 50px;
}
.alert-box {
    background-color: color(display-p3 0.93 0.498 0.191 / 0.32);
    border: 1px solid color(srgb 0.9977 0.4681 0.0033);
    border-radius: 15px;
    padding: 20px;
}

.redesigned-page .no-border img{
    border-radius: 0;
}
.main-navigation .main-nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 500;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #ff6600;
}
.wp-block-gallery.owl-carousel img {
    width: 100%;
    height: 300px; /* Pevná výška, prispôsob podľa potreby */
    object-fit: cover; /* Orezanie na správny pomer */
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.inside-header {
    padding: 10px 0;
}
.main-navigation:not(.toggled) ul li:hover>ul {
    min-width: 350px;
}

@media (max-width:768px) {
    .inside-header {
        padding: 10px 30px;
    }
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.col-33 {
    width: 33.33%;
    text-align: left;
}

.img-fluid {
    max-width: 100%;
}

.custom-footer {
    background: #393939;
    color: #ffffff;
    margin: 0 auto;
}

.custom-footer a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}

.custom-footer a:hover {
    text-decoration: underline;
}

.footer-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 2rem 1rem;
    text-align: center;
    margin-top: 2rem;
}

.footer-copy {
    text-align: center;
    padding-bottom: 1rem;
}
.custom-footer {
    p {
        margin-bottom: 10px;
    }
}


.p-1 {
    padding: 1rem;
}

.p-2 {
    padding: 2rem;
}

.p-3 {
    padding: 3rem;
}

.p-4 {
    padding: 4rem;
}

.p-5 {
    padding: 5rem;
}

.mb-0 {
    margin-bottom: 0;
}

.category-box {
    background-color: color(srgb 0.2235 0.2235 0.2236);
    color: white;
    padding: 20px;
    border-radius: 15px;
}
.category-box p {
    margin-bottom: 0;
}
.category-box a {
    color: white;
    text-decoration: none;
}
.category-box button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background) {
    margin-top: 15px;
}
@media (max-width: 768px) {
    h2 {
        font-size: 30px;
        line-height: 1.2em;
        font-weight: 400;
        text-transform: none;
    }

    .mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled {
        background-color: #ffffff;
    }
    .d-flex {
        display: block;
    }

    .col-33 {
        width: 100%;
        text-align: left;
    }

    .custom-footer {
        p {
            margin-bottom: 5px;
        }
    }

    .entry-content {
        margin-top: 25px;
        padding: 0 25px;
    }
    .custom-footer .p-2 {
        padding: 15px;
    }
}