/*
Theme Name: LNW Polska
Template: kadence
Author: LNW Polska
Description: LNW Polska
Version: 1.0
*/

/* baner góra */
.top-banner-mobile {
    display: none !important;
}

.top-banner-desktop {
    display: flex !important;
}

@media (max-width:768px) {
    .top-banner-desktop {
        display: none !important;
    }

    .top-banner-mobile {
        display: flex !important;
        height: 500px !important;
        max-height: 500px !important;
        min-height: 500px !important;
    }
}

/* kontenery full-width */
.lnw-container {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
}

/* Czerwone Boxy - Home */
.why-box {
    gap: 20px;
}

.why-box .box-info {
    box-shadow: 5px 5px 5px #919191;
}

@media (max-width:768px) {
    .why-box {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

.single-content .wp-block-group {
    margin-bottom: 0 !important;
}

/* Revers zdjęć na mobilnych - home page */
@media (max-width:768px) {
    .wrap-revers {
        flex-direction: column-reverse;
    }
}

/* menu mobilne */
#mobile-drawer .drawer-inner {
    min-width: 100%;
}

/* film sauna */
.film-sauna {
    max-width: 500px;
}