/*
=== just a good old css reset ===
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button:focus, a:focus {
    outline:0 !important;
}

/*
=== custom styling ===
*/
body{
    font-family: "Arial", sans-serif;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    line-height: 1.7;
}

#logo{
    display: none;
    position: absolute;
    right: 25px;
    top: 75px;
    z-index: 99;
}

#logo img{
    width: 75px;
    height: auto;
}

.elementor-slide-button{
    margin-bottom: 50px;
}

li{
    margin-left: 48px;
}

strong{
    font-weight: bold;
}

ul{
    margin: 16px 0;
}

.elementor-widget-video img{
    width: 250px !important;
    height: auto !important;
    margin: 0 auto!important;
}

.elementor-widget-wp-widget-polylang{
    text-align: center;
    margin-bottom: 16px;
}

.elementor-widget-wp-widget-polylang ul{
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-widget-wp-widget-polylang li{
    display: inline;
    padding: 0 16px;
    margin: 0;
}

.elementor-widget-wp-widget-polylang li a{
    font-size: 21px;
    color: #000;
    font-weight: bold;
}

.elementor-widget-video img{
    width: 250px !important;
    height: auto !important;
    margin: 0 auto!important;
}

#osk-container{
    z-index: 99999 !important;
    width: 90% !important;
    border-radius: 0 !important;
}

/*
=== archive with slick slider ===
*/
.archive .slider{
    display: none;
}

.slick-slider img{
    width: 300px !important;
    height: 600px !important;
} 

.archive .slick-initialized{
    display: block;
    margin-top: 650px;
}

.archive h3{
    display: block;
    font-size: 27px;
    line-height: 1.7;
    text-align: center;
    padding: 8px 24px;
    color: #FFFFFF;
    font-weight: 400 !important;
}

.filter-container{
    position: absolute;
    bottom: 100px;
    width: 100%;
}

.language_btn a{
    width: 250px !important;
}


.filter-btn, .filter-selector-btn{
    background-color: #000000;
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    padding: 20px;
    margin: 10px;
    font-family: "Arial", sans-serif;
}

#btn-reset{
    background-color: #ff0000;
}

.filter-selector-btn-activ{
    background-color: #666666;
}

.filter-group-flavour, .filter-group-occassion, .filter-group-spirit, .filter-group-mostwanted{
    margin-top: 25px;
    display: none;
    text-align: center;
}
/*
=== print page ===
*/
#bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

/*
=== print styling ===
*/
@media print {
    .screeny, #logo, #print-button2, #close-button{
        display: none;
    }

    body {
        margin-top: 1mm;
        margin-bottom: 1mm;
        margin-left: 1mm;
        margin-right: 1mm
    }

    ul{
        margin: 0;
    }

    li{
        margin-left: 24px;
    }

    h1{
        font-size: 18px !important;
        margin: 0;
        padding: 0;
    }

    li{
        font-size: 12px !important;
    }

    p{
        font-size: 12px !important;
        margin: 0 !important;
        padding: 0 0 10px 0 !important;
    }

    #voucher p{
        font-size: 24px !important;
        margin-top: 30px !important;
    }
}