.brewery__bottom:after,
.downloads__media:after,
.extraliga__winners:after,
.header .menu-hlavni-menu-container:after,
.header .menu-menu-boj-o-vodu-container:after,
.header .menu-main-menu-container:after,
.header:after,
.history__bottom:after,
.news-detail:after,
.news-detail__others:after,
.news-detail__top:after,
.news__past:after,
.simple-page:after {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/radegast/build/img/png/bg-pattern.png) repeat 0 0;
}

@media only print, only screen and (max-width: 1023px) {
    .header .menu-hlavni-menu-container,
    .header .menu-menu-boj-o-vodu-container,
    .header .menu-main-menu-container {
        right: -100%;
        transition: 0.5s ease-in-out;
        display: block;
        position: absolute;
        width: 100%;
        height: calc(100vh - 70px);
        background: #14161a;
        top: 70px;
        overflow: hidden;
    }
    .header .menu-hlavni-menu-container:before,
    .header .menu-menu-boj-o-vodu-container:before,
    .header .menu-main-menu-container:before {
        display: block;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 247px;
        height: 413px;
        background: url(/wp-content/themes/radegast/build/img/png/menu-bg.png) no-repeat 0 100%;
        background-size: 100% 100%;
    }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2),
    only screen and (max-width: 1023px) and (min-device-pixel-ratio: 1.5),
    only screen and (max-width: 1023px) and (min-resolution: 2dppx),
    only screen and (max-width: 1023px) and (min-resolution: 192dpi) {
    .header .menu-hlavni-menu-container:before,
    .header .menu-menu-boj-o-vodu-container:before,
    .header .menu-main-menu-container:before {
        background-image: url(/wp-content/themes/radegast/build/img/png/menu-bg@2x.png);
    }
}
@media only print, only screen and (min-width: 1024px) {
    .header .menu-hlavni-menu-container,
    .header .menu-menu-boj-o-vodu-container,
    .header .menu-main-menu-container {
        display: block;
    }
    .header .menu-hlavni-menu-container:after,
    .header .menu-menu-boj-o-vodu-container:after,
    .header .menu-main-menu-container:after {
        display: none;
    }
}

@media only print, only screen and (max-width: 1023px) {
    .header .mobile-menu-toggle {
        display: block;
        position: absolute;
        top: 25px;
        right: 25px;
    }
    .header .mobile-menu-toggle.open + .menu-hlavni-menu-container,
    .header .mobile-menu-toggle.open + .menu-menu-boj-o-vodu-container,
    .header .mobile-menu-toggle.open + .menu-main-menu-container {
        right: 0;
    }
}

#menu-hlavni-menu li,
#menu-menu-boj-o-vodu li {
    text-shadow: 1px 1px 14px #656464;
}




@media only print, only screen and (min-width: 1024px) {
    /* FB icon */
    .header.header--bojovodu .menu li:nth-child(2) {
        font-size: 0;
    }
    .header.header--bojovodu .menu li:nth-child(2) a {
        width: 20px;
        height: 20px;
    }
    .header.header--bojovodu .menu li:nth-child(2) a:before {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(/wp-content/themes/radegast/bojovodu25/assets/images/social/fb.svg?v=3);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .header.header--bojovodu .menu li:nth-child(2):hover a:before {
        background-image: url(/wp-content/themes/radegast/bojovodu25/assets/images/social/fb-hover.svg?v=3);
    }

    /* IC icon */
    .header.header--bojovodu .menu li:nth-child(3) {
        font-size: 0;
    }
    .header.header--bojovodu .menu li:nth-child(3) a {
        width: 20px;
        height: 20px;
    }
    .header.header--bojovodu .menu li:nth-child(3) a:before {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(/wp-content/themes/radegast/bojovodu25/assets/images/social/ig.svg?v=3);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .header.header--bojovodu .menu li:nth-child(3):hover a:before {
        background-image: url(/wp-content/themes/radegast/bojovodu25/assets/images/social/ig-hover.svg?v=3);
    }
}