body {
    padding: 0; margin: 0;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Gothic', sans-serif;
    color: #fff;
    background-color: #000;
    line-height: 1.4em;
}
main {
    position: relative;
    padding-top: 75px;
    background-image: url('/img/grain_bg_new.png');
}

.main-padding {

}
.main-padding > .container {
    padding-top: 50px;
    padding-bottom: 30px;
    /*background: rgba(100,100,100, 0.2);*/
}

a {
    text-decoration: none;
    color: #ff3000;
}
h1 { font-size: 3em; font-weight: bold; line-height: 1.2em;}

.btn-primary {
    background: #e24927;
    background: -moz-linear-gradient(top, #ff3000 0%, #c52700 100%);
    background: -webkit-linear-gradient(top, #ff3000 0%,#c52700 100%);
    background: linear-gradient(to bottom, #ff3000 0%,#c52700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3000', endColorstr='#c52700',GradientType=0 );
    border: 1px solid rgba(255,255,255,0.5);
}
header {
    background-color: #05060A;
    height: 75px;
    position: fixed;
    width: 100%;
    z-index: 999;
}

header > .container {
    position: relative;
    z-index: 999;
}

header .line-element {
    position: absolute;
    top: 67px;
    width: 100%;
    background-color: #4d4d4d;
    height: 3px;
}

header .shopping-cart-container {
    position: absolute;
    top:0; right:0;
    height: 35px;
    padding-top: 10px;
    color: #ff3000;
    z-index: 99;
}

a.logo {
    font-family: 'Coolvetica', sans-serif;
    color: #fff;
    font-size: 36px;
    border-bottom: 1px solid #4d4d4d;
    line-height: 1.1em;
}
a.logo > span {
    font-family: 'Mistral', sans-serif;
    font-weight: bold;
    color: #f26522;
}
header .logo-container {

    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top:0px; left: 0px;
    padding: 10px 30px;
    height: 100px;
    background-color: #1e1e1e;
    border: 2px solid #4d4d4d;
    border-top: none;
    box-shadow: 8px 8px 27px 0px rgba(0,0,0,0.4);
}
header .logo-container .dot {
    position: absolute;
    width:14px; height: 14px; border-radius: 7px;
    background-color: #4d4d4d;
    top: 62px;
    left: 0; right: 0; margin: auto;
}

.flash-wrapper {
    background: #05060A url("/img/title_header.jpg") bottom no-repeat;
    background-size: cover;
    height: 715px;
    border-top: 1px solid #4d4d4d;

}
.flash-wrapper > .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
}
.flash-wrapper > .container > .flash {
    position: relative;
    height: 300px;
    width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #fff;
}
.flash-wrapper > .container > .flash .main-line {
    font-size: 75px;
    font-weight: bold;
}
.flash-wrapper > .container > .flash .sub-line {
    font-size: 31px;
    font-weight: bold;
    margin-top: 30px;
}
.flash-wrapper > .container > .flash .btn-container {
    position: absolute;
    bottom: -30px;
}
.flash-wrapper > .container > .flash .btn-container > .btn {
    height: 60px;
    padding: 0 10px;
    line-height: 60px;
    font-weight: bold;
}

.category-wrapper {
    /* background: #282828; */
    background: #111;
    /*background-image: url('/img/grain_bg_new.png');*/
    border-top: 1px solid #4d4d4d;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}
.category-wrapper:after {
    background: inherit;
    bottom: 0;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(2.5deg);
    transform-origin: 0%;
    z-index: -1;
   /* border-bottom: 1px solid #4d4d4d; */
}
.category-wrapper > .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.category-wrapper .category-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    margin-top: 30px;
    border: 2px solid #4d4d4d;
}
.category-wrapper .category-header .main-line {
    color: #ff3000;
    font-size: 30px;
    font-weight: bold;
}
.category-wrapper .category-header .sub-line {
    position: absolute;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
    bottom: -15px;
    color: #fff;
}
.category-wrapper .category-text {
    font-size: 14px;
    padding: 30px;
    border: 2px solid #4d4d4d;
    border-radius: 5px;
    margin-top: 30px;
}
.category-wrapper .categories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.category-wrapper .categories .element {
    position: relative;
    border: 1px solid #4d4d4d;
    border-radius: 5px;
    margin-top: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.category-wrapper .categories .element img {
    position: absolute;
    top: -50px;
    height: 100px;
}
.category-wrapper .categories .element img[src$="icon_specials.svg"] {
    width: 250px;
    height: 240px;
    top: -135px;
    margin-left: 45px;
}

.category-wrapper .categories .element span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 60px;
}
.category-wrapper .categories .element p {
    color: #888;
    padding: 20px;
    line-height: 1.5em;
}

.detail-wrapper {
    background-color: #050505;
    background-image: url('/img/grain_bg_new.png');
    position: relative;
    z-index: 1;
    margin-top: 60px;
    padding-bottom: 30px;
}
.detail-wrapper:after, .detail-wrapper:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;

}
.detail-wrapper:before {
    /*top: -60px;*/
    /*transform: skewY(2.5deg);*/
    /*transform-origin: 0%;*/
}
.detail-wrapper:after {
    bottom: 0;
    transform: skewY(-2.5deg);
    transform-origin: 100%;
}
.detail-wrapper > .container {

}
.detail-wrapper > .container > .element {
    padding: 40px 0 20px 0;
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 150px auto 300px;
    grid-template-areas:
            'symbol headline headline'
            'symbol content image';
}
.detail-wrapper > .container > .element  > .symbol { grid-area: symbol; }
.detail-wrapper > .container > .element  > .symbol > img { width: 95%;}
.detail-wrapper > .container > .element  > .headline { grid-area: headline; }
.detail-wrapper > .container > .element  > .content { grid-area: content; border-right: 2px solid #4d4d4d; border-bottom: 2px solid #4d4d4d; }
.detail-wrapper > .container > .element  > .content p { padding: 0 10px 10px 0; }
.detail-wrapper > .container > .element  > .content a { color: #2680A3; font-weight: bold; }
.detail-wrapper > .container > .element  > .image { grid-area: image; }
.detail-wrapper > .container > .element  > .image > img {  padding: 20px; width: 100%; max-height: none; }

.detail-wrapper > .container > .element-blue  > .content a { color: #2680A3; }
.detail-wrapper > .container > .element-red  > .content a { color: #ff3000; }

.h1 { border-bottom: 2px solid #4d4d4d; }
.h1 > div { font-size: 30px; padding: 0 20px; margin: 10px 0; border-left: 2px solid #4d4d4d; font-weight: bold; line-height: 1.3em;}

.gallery-wrapper {
    background: #111;
    /* background-image: url('/img/grain_bg_g.png'); */
    position: relative;
    z-index: 1;
    margin-top: 60px;
    padding-bottom: 30px;
}
.gallery-wrapper:after, .gallery-wrapper:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;

}
.gallery-wrapper:before {
    top: -60px;
    transform: skewY(-2.5deg);
    transform-origin: 100%;
}
.gallery-wrapper:after {
    bottom: 0;
    transform: skewY(2.5deg);
    transform-origin: 0;
}
.gallery-wrapper > .container {
    padding: 40px 0 20px 0;
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 150px auto;
    grid-template-areas:
            'symbol headline'
            'symbol images';
}
.gallery-wrapper > .container > .symbol { grid-area: symbol; }
.gallery-wrapper > .container > .symbol > img {width: 95%;}
.gallery-wrapper > .container > .headline { grid-area: headline; }
.gallery-wrapper > .container > .images {
    grid-area: images;
    display: grid;
    padding: 30px 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gallery-wrapper > .container > .images > .img {
    border: 1px solid #4d4d4d;
    min-height: 150px;
    padding: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery-wrapper > .container > .images > .img img {
    max-height: none;
    text-align: center;
}
.news-wrapper {
    background-color: #05060A;
    background-image: url('/img/grain_bg_b.png');
    position: relative;
    z-index: 1;
    margin-top: 60px;
    padding-bottom: 30px;
}
.news-wrapper:after, .news-wrapper:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;

}
.news-wrapper:before {
    top: -60px;
    transform: skewY(2.5deg);
    transform-origin: 0%;
}
.news-wrapper:after {
    bottom: 0;
    transform: skewY(-2.5deg);
    transform-origin: 100%;
}

.news-wrapper > .container {
    padding: 40px 0 20px 0;
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 150px auto;
    grid-template-areas:
            'symbol headline'
            'symbol news'
            'symbol footer';
}
.news-wrapper > .container > .symbol { grid-area: symbol; }
.news-wrapper > .container > .symbol > img {width: 95%;}
.news-wrapper > .container > .headline { grid-area: headline; }
.news-wrapper > .container > .news {
    grid-area: news;
    display: grid;
    padding: 30px 0;
    grid-template-columns: 1fr 1fr 1fr;
}
.news-wrapper > .container > .footer {
    border-top: 1px solid #4d4d4d;
    padding: 20px 0;
    grid-area: footer;
    text-align: right;
}

.hero-wrapper {
    background-color: #05060A;
    /*background-image: url('/img/grain_bg_b.png');*/
    position: relative;
    z-index: 1;
    margin-top: 60px;
    padding-bottom: 30px;
}
.hero-wrapper:after, .hero-wrapper:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;

}
.hero-wrapper:before {
    top: -60px;
    transform: skewY(-2.5deg);
    transform-origin: 100%;
    border-top: 1px solid #4d4d4d;
}
.hero-wrapper:after {
    bottom: 0;
    transform: skewY(2.5deg);
    transform-origin: 0;
}

.hero-wrapper > .container {
    padding: 40px 0 20px 0;
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
            'symbol content content';
}
.hero-wrapper > .container > .symbol { grid-area: symbol; }
.hero-wrapper > .container > .symbol > img {width: 70%;}

.hero-wrapper > .container > .content {

    grid-area: content;
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.calendar-wrapper {
    background: #282828;
    background-image: url('/img/grain_bg_g.png');
    position: relative;
    z-index: 1;
    margin-top: 60px;
    padding-bottom: 30px;
}
.calendar-wrapper:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;

}
.calendar-wrapper:before {
    top: -60px;
    transform: skewY(2.5deg);
    transform-origin: 0%;
}


.error404 {
    background-color: #05060A;
    background-image: url('/img/grain_bg_b.png');
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 50px;
}

footer {
    background-color: #2B2B2B;
    color: #888;

}
footer > * {
    padding: 30px 0;
}
footer > .wrapper-top {
    background-color: #000;
    background-image: url('/img/grain_bg_new.png');

}
footer .contact-slogan {
    font-size: 30px;
    color: #fff;
    line-height: 1.3em;
}
footer .contact-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .contact-button > a {
    width: 100%;
    padding: 20px 10px;
    font-weight: bold;
}
footer .contact {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

footer .footer {
    margin-top: 20px;
    font-size: 18px;
    display: grid;
    grid-template-columns: 1fr 2fr;
}
footer .footer .logo {
    font-size: 22px;
}
.footer .nav ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 10px;
}
.footer .nav ul li a {
    color: #666;
}
footer > .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
footer > .container .legal-nav {
    text-align: right;
}

.cms-component.wysiwyg {
    position: relative;
    padding-left: 20px;
    padding-bottom: 5px;
    margin-bottom: 40px;
    border-top: 1px solid #444;
    border-left: 1px solid #444;

}

.cms-component.wysiwyg:before {
    content: '⬤';
    font-size: 40px;
    color: #444;
    position:absolute;
    bottom: -20px;
    left: -20px;
}


.cms-component.wysiwyg p {
    color: #888;
    font-size: 1.2em;
    line-height: 1.3em;
    text-align: justify-all;
}

#cookie-popup {
    text-align: center;
    background: #000;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 9999;
    font-size:1.1em;
    line-height:1.3em;
    padding: 20px;

}

#cookie-popup.hidden {
    display: none;
}

@media (max-width: 992px) { /*Tablet*/
    header {
        position: sticky;
        position: -webkit-sticky;
    }
    header .container {
        max-width: 100%;
    }
    header .shopping-cart-container {
        top: 85px;
        right: 20px;
        padding: 5px 10px;
        border: 1px solid #4d4d4d;
        background-color: #2e2e2e;
    }

    header .logo-container {
        position: relative;
        display: block;
        max-width: 100%;
        min-height: 130px;
        right: 0;
    }
    header .logo-container a {
        text-align: center;
        display: block;
        max-width: 100%;
        font-size: 3.4em;
        max-height: 100px;
    }

    .main-padding > .container {
        padding-top: 0;
    }

    .flash-wrapper > .container > .flash .main-line { font-size: 3em; }
    .flash-wrapper > .container > .flash .sub-line { font-size: 1.8em; text-align: center; line-height: 1em;}

    .category-wrapper .categories {
        grid-template-columns: 1fr;
    }
    .category-wrapper .category-header .main-line {
        font-size: 2em; text-align: center; line-height: 1em;
    }
    .category-wrapper .category-header .sub-line {
        font-size: 1.4em;
    }

    .detail-wrapper > .container > .element {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas:
        'image image symbol'
        'headline headline headline'
        'content content content';
    }

    .gallery-wrapper > .container .symbol { display: none; }
    .gallery-wrapper > .container {
        grid-template-columns: 1fr;
        grid-template-areas:
        'headline'
        'images';
    }
    .gallery-wrapper > .container > .images {
        grid-template-columns: 1fr 1fr;
    }
    .gallery-wrapper > .container > .images  .img { min-height: 250px; }

    footer .contact {
        grid-template-columns: 1fr;
    }
    footer .footer {
        grid-template-columns: 1fr;
    }
    footer .footer .address{
        text-align: center;
    }
    .footer .nav ul {
        grid-template-columns: 1fr;
    }
    footer > .container {
        grid-template-columns: 1fr;
        padding: 25px;
    }
    footer > .container .copyright, footer > .container .legal-nav {
        text-align: center;
    }

    h1 {
        font-size: 2.5em;
    }



}

@media (max-width: 688px) {
    /*Handy*/
    .gallery-wrapper > .container > .images {
        grid-template-columns: 1fr;
    }

    header .logo-container a {
        font-size: 2.5em;
    }

    .flash-wrapper > .container > .flash .main-line {
        font-size: 2em;
    }


}