﻿



/**********************************************************/
/*                                                        */
/* Tags for named divs                                    */
/*                                                        */
/**********************************************************/
nav[role="nav"] {
    grid-area: nav;
    background-color: var(--primary-body-color);
    padding: 0;
    top: 129px;
    z-index: 10;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    height: 62px;
}



header[role="banner"] {
    grid-area: header;
    background-color: var(--secondary-body-color);
    padding: 15px;
    height: 129px;
    top: 0;
    z-index: 10;
    position: -webkit-sticky; /* Safari */
    position: sticky;
}


foodgallery[role="foodgallery"] {
    grid-area: foodgallery;
    background-color: var(--primary-body-color);
    padding: 0;
    align-self: center;
}

foodgallery2[role="foodgallery2"] {
    grid-area: foodgallery2;
    background-color: var(--primary-body-color);
    padding: 0;
}



hero[role="banner"] {
    grid-area: hero;
    padding: 0;
    background-color: var(--primary-body-color);
}

main[role="main"] {
    grid-area: main;
    //background-color: var(--primary-body-color) !important;
    color: var(--primary-dark-stroke);
    font-family: 'Sanchez', serif;
    padding: 0;
}

aside[role="complementary"] {
    grid-area: aside;
    background-color: #efefef;
    background-image: url('images/chalkbaord.jpg');
    background-size: 100% 100%;
    color: var(--primary-light-stroke);
    border-radius: 0px;
    padding: 20px;
    margin: 10;
    border: 0px solid #83350f;
    font-family: 'Caveat';
}

footer[role="footer"] {
    grid-area: footer;
    background-color: var(--primary-body-color);
}

#SignInHeadline {
    color: black;
    font-family: 'Sanchez', serif;
    font-size: 50px;
    align: right;
}


.mini-header {
    background-color: #ffffff;
    color: var(--primary-dark-stroke);
    height: 70px;
    width: 100%;
    padding: 0px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    border-radius: 7px;
}

#joinlink{
    color: #ffffff;
}

/**********************************************************/
/*                                                        */
/* Define Grids for Mobil First                           */
/*                                                        */
/**********************************************************/
#extra-panel {
    display: normal;
}

#kb-cart-width{
    width: 100%;
}
#replace-panel {
    display: normal;
}

.hero-product-outer {
    position: relative;
    height: 500px;
    overflow: hidden;
}
.hero-product-image {
    position: relative;
    overflow: hidden;
   
}
.hero-product-copy-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 500px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.80);
}
.hero-product-headline {
    font-size: 40pt;
    line-height: 40pt;
}
.hero-product-ad-copy {
    padding: 50px;
}
.hero-product-start-order-button {
    margin: 0 auto;
    background-color: #ffffff;
    stroke: #ff0000;
     
}

.pano-image {

    top: -100%;

    bottom: -100%;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}

.content-topic-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    top: 0;
    left: 0;
}

.grid,
.subgrid,
.header-subgrid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: minmax(min-content, max-content);
}
.store-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
 
   
    margin-top: 20px;
}
.store-nav-grid {

    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
   
    
}
.store-checkout-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;

    
}

.showcase-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-gap: 10px;
}


.store-grid-item {
    width: 100%;
    border-style: none;
    border-width: 0px;
    border-color: rgba(0, 0, 0, 0.10);
    padding: 10px;

}

.store-nav-grid-item {
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.10);
}


.store-button {
    border-color: var(--primary-dark-stroke);
    border-width: 2px;
    border-radius: 20px;
    width: 150px;
    height: 40px;
    background-color: #a62408;
    color: var(--primary-light-stroke);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14pt;
    transition: background-color .25s, color .25s;
}

.store-button:hover{
    background-color: #a62408;
    color: #ffffff;
}

.price-display {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24pt;
    
}


.price-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 3px;
}

.corner-delete{
    position: absolute;
    right: 0px;
    top: -20px;
    width: 25px;
    height: 30px;
    opacity: .5;
    cursor: pointer;

}

.merch-lightbox-back {
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 15000;
    display: block;
    transition: visibility .25s;
}

.confirm-lightbox-back {
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    z-index: 15000;
    display: block;
    transition: visibility backdrop-filter .5s;
    backdrop-filter: blur(5px);
}

#kb-store {
    padding-left: 30px;
    max-width: calc(100% - 50px);
    padding-right: 20px;
}

.light-box {
    height: 450px;
    width: 450px;
    margin: auto auto;
    z-index: 15001;
    display: none;

    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.item-confirm-box {
    height: 120px;
    width: 400px;
    margin: auto auto;
    z-index: 15001;
    display: none;
    position: absolute;
    border: solid;
    border-width: 2px;
    border-color: #a62408;
    background-color: #b78e79;
    color: #000000;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px;
    text-align: center;
}



.item-name {
    color: var(--primary-dark-stroke);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18pt;
    font-weight: bold;
}

.store-primary-image {
    max-width: 80%;
    max-height: 100%;
    display: block; /* remove extra space below image */
}
.store-image {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}
.limited-edition {
    position: absolute;
    margin: 5px;
    width: 100%;
    left: -20px;
    z-index: 100;
    cursor: pointer;
}
.cart-header-font {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18pt;
    font-weight: bold;
    color: var(--primary-dark-stroke);
}

.cart-description-font {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: var(--primary-dark-stroke);
    line-height: 10px;
}

.cart-item-font {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14pt;
    font-weight: normal;
    color: var(--primary-dark-stroke);
}


.cart-price-font {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: var(--primary-dark-stroke);
}


.store-alternate-image {
    box-shadow: rgba(0, 0, 0, 0.10) 4px 4px none;
    max-width: 100%;
    max-height: 100%;
    display: block; /* remove extra space below image */
    cursor: pointer;
}
.light-box-image {
    display: block;
    visibility: visible;
    cursor: pointer;
    width: 100%;
    border-radius: 25px;
    transition: visibility 1s;
    box-shadow: rgba(0,0,0,.4), 10px, 10px, inset);
}

.item-description {
    color: var(--primary-dark-stroke);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12pt;
    line-height: 12pt;
}
.item-img {

}
.content-subgrid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: minmax(min-content, max-content);
    position: relative;
}

.inner-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: minmax(min-content, max-content);
    height: 350px;
    position: absolute;
    z-index: 100;
    overflow: hidden;
}

.inner-grid-item {
    display: none;
    height: min(370px);
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 40px;
    text-align: left;
    right: 0;
    top: 0;
    z-index: 100;
}

.highlite-headline {
    font-size: 30pt;
}


.inner-grid-item-trans {
    background-color: rgba(77, 28, 4, 0.70);
    height: 310px;
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 40px;
    text-align: left;
    right: 0;
    top: 0;
    z-index: 100;
}

.content-subgrid-item {
    height: max(350px);

}

.inner-item {
    padding: 0;
    border-radius: 10px;
    height: 200px;
    margin: 10px;
    background-color: #a62408;
}
#inner-one {

    color: var(--primary-light-stroke);

}

#inner-two {
    color: var(--primary-light-stroke);
}

.hero-one {
    position: absolute;
    height: 350px;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    margin: auto;
    width: 100%;
}
.hero-two {
    position: absolute;
    height: 350px;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}

.hero-three {
    position: absolute;
    height: 355px;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}
.hero-four {
    position: absolute;
    height: 350px;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}
.hero-five {
    position: absolute;
    height: 350px;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}
/* this hero is the main marqui photo */
.hero-image {
    bottom: 0;
    right: 0;
    min-width: 100%;
    margin: 0 auto;
    overflow: hidden;

}
/* this hero is used in content*/
.lesser-hero-image-right {
    display: block;
    bottom: 0;
    float: right;
    right: 0;
    height: min(370px);
    margin: 0 auto;
    overflow-y: hidden;
    transition: transform 4s;
}
.lesser-hero-image-left {
    display: block;
    bottom: 0;
    float: left;
    height: min(370px);
    margin: 0 auto;
    overflow-y: hidden;
    transition: transform 4s;
}

.grid {
    grid-template-areas: 'header' 'nav' 'main' 'aside' 'hero' 'footer';
    width: 100%;
}

.subgrid {
    width: calc(100% + 2rem);
    margin: 0 -1rem;
    align-items: center;
}

.content-subgrid {
    width: calc(100%);
    margin: 0 auto;
    align-items: center;
    height: auto;
}


.header-subgrid {
    width: calc(100% );
    margin: 0 -1rem;
    margin-bottom: 1rem;
    align-items: center;
    padding: 30px;
}

.footer-grid {
    display: grid;
    width: calc(100% + 1rem);
    margin: 0 -1rem;
    align-items: center;
}

.header-grid {
    display: grid;
    width: calc(100% + 1rem);
    margin: 0 -1rem;
    align-items: center;
}








/**********************************************************/
/*                                                        */
/* Define Grids Items for Mobil First                     */
/*                                                        */
/**********************************************************/


.check-out-container{
    width: 100% !important;
}

.variable-font-size {
    font-size: 22px;
    line-height: normal;
}

.content-topic-grid-item {
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.content-topic-grid-item-panel {
    background-color: var(--primary-body-color);
    color: var(--primary-light-stroke);
    margin: 0;
    opacity: 0.9;
    z-index: 9;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40%;
}

.grid-item,
.subgrid-item {
    padding: 0;
    border-radius: 0px;
    height: 100%;

}

.content-subgrid-item {
    padding: 0;
    border-radius: 0px;

    max-height: 350px;
}


.footer-grid-item {
    border-radius: 0px;
    height: 100%;
}

.sign-in-grid-item {
    border-radius: 0px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}


.header-grid-item {
    border-radius: 0px;
    height: 100%;
}
/**********************************************************/
/*                                                        */
/* Make Changes for Individual Grid Items BY ID           */
/*                                                        */
/**********************************************************/
#footer-subgrid {
    padding: 0px;
    background-color: var(--primary-body-color);
    color: #ffffff;
}

#header-subgrid {
    padding: 0px;
    background-color: var(--secondary-body-color);
    height: 40px;
}


#logo {
    background-color: transparent;
    padding: 0px;
}

#cta {
    background-color: transparent;
    padding: 10px;
    color: var(--primary-light-stroke);
    font-size: 14px;
    text-align: left;
    line-height: normal;
    display: none;
}
.makedark {
    color: var(--primary-dark-stroke);
}
#search-div {
    background-color: transparent;
    padding: 10px;
    color: var(--primary-dark-stroke);
    font-size: 14px;
    text-align: right;
    line-height: normal;
    display: none;
}


.hero-image {
    /*position: absolute;*/
}

.hero-headline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'BioRhyme', serif;
    font-size: 3vw;
    text-shadow: 3px 3px 3px var(--primary-dark-stroke);
    margin: 0 0;
}

.badge {
    //width: 70vw;
    left: 39%;
    top: 170px;
    position: absolute;
    display: none;
    z-index: 6;
}



/**********************************************************/
/*                                                        */
/* M E D I A    Q U E R R Y                               */
/* Make Changes for TABLETS                               */
/*                                                        */
/**********************************************************/
@media all and (min-width: 576px) {
    /* these changes will take effect when the viewport is larger than 576px */
    #extra-panel{
        display: normal;
    }

    .header-telephone {
        font-size: 14pt;
    }
    .footer-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }

    .header-subgrid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
        margin-bottom: 1rem;
    }

    .header-subgrid-item {
        padding-bottom: 1.25rem;
    }

    .subgrid-item {
        padding-bottom: 0.25rem;
    }
    .content-subgrid-item {
        
    }
    #cta {
        font-size: 14px;
        display: block;
    }

    #search-div {
        display: block;
    }

    .linebreak {
        display: none;
    }

    .variable-font-size {
        font-size: 18px;
        line-height: normal;
    }
}


/**********************************************************/
/*                                                        */
/* M E D I A    Q U E R R Y                               */
/* Make Changes for DESK TOPS                             */
/*                                                        */
/**********************************************************/

@media all and (min-width: 992px) {
    .container{
        width: 100% !important;
    }
    .hero-image {
        width: 1080px;
    }

    .inner-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-auto-rows: minmax(min-content, max-content);
        width: 100%;
    }
    .highlite-headline {
        font-size: 2.5vw;
    }
    .inner-grid-item {
        display: inline-block;
        min-height: 310px;
        padding-left: 75px;
        padding-right: 75px;
        padding-top: 40px;
        text-align: left;
        right: 0;
        top: 0;
        z-index: 100;
    }
    .inner-grid-item-trans {
        background-color: rgba(77, 28, 4, 0.70);
        min-height: 310px;
        padding-left: 75px;
        padding-right: 75px;
        padding-top: 40px;
        text-align: left;
        right: 0;
        top: 0;
        z-index: 100;
    }
    .inner-grid-item-trans-lite {
        background-color: rgba(0, 0, 0, 0.10);
        min-height: 310px;
        padding-left: 75px;
        padding-right: 75px;
        padding-top: 40px;
        text-align: left;
        right: 0;
        top: 0;
        z-index: 100;
    }
    #extra-panel {
        display: normal;
    }

    .grid {
        grid-template-areas: 'header header header' 'nav nav nav' 'hero hero hero' 'main main aside' 'footer footer footer';
        /*grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);*/
        grid-template-columns: 1fr 1fr 1fr;
    }

    .header-telephone {
        font-size: 18pt;
    }



    .badge {
        display: inline;
    }

    .hero-headline {
        display: inline;
        z-index: 7;
    }

    #cta {
        display: block;
    }

    #search-div {
        display: block;
    }
}





@media all and (min-width: 1100px) {

    .container {
        width: 100% !important;
    }



    #extra-panel {
        display: normal;
    }

    .sign-in-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 80px) minmax(0, 1fr);
        margin-bottom: 1rem;
        
        display: table;
    }

    #spacer {
        min-height: 150px;
    }
}





    @media all and (min-width: 1400px) {
        .container {
            width: 100% !important;
        }

        #extra-panel {
            display: normal;
        }

        .content-topic-grid-item-panel {
            top: 0;
            left: 0;
            width: 30%;
            height: 100%;
        }

        .subgrid {
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        }

        .content-subgrid {
            grid-template-columns: minmax(0, 1fr);
        }
    }


@media all and (min-width: 1200px) {
    .container {
        width: 100% !important;
    }

    .store-grid {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
     
        
    }


    .store-nav-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
       
        
    }
    .store-checkout-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
      
        
    }

}






    @media all and (min-width: 1500px) {
        .container {
            width: 100% !important;
        }


        #extra-panel {
            display: none;
        }

        #replace-panel {
            display: normal;
        }
    }








