@charset "utf-8";

:root {

    --fontr:"Van Dijck MT W00 Regular", "Times New Roman", "serif"; 
    --fonti:"Van Dijck MT W00 Italic", "Times New Roman", "serif";

    --large_margin: 70px;
    --big_margin: 60px;
    --biggish_margin: 50px;
    --medium_margin: 40px;
    --small_margin: 20px;
    --smaller_margin: 16px;
    --tiny_margin: 10px;
    --footer_margin: 24px;
    --section-text-large-margin:70px;
    --section-text-medium-margin:50px;
    --section-text-small-margin:20px;
    --section-width-1:402px;
    --section-width-2:270px;
    
    --carmine:#60313f;
    --orange:#b85a38;
    --off-white:#f6f0eb;
    --pink:#ffdcd0;

}

/* CSS Document */

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=a33a3e77-3a0e-4755-9d2e-c73efdcf6680");
    @font-face{
        font-family:"Van Dijck MT W00 Regular";
        src:url("../webfonts/182b8016-9c8d-4de5-8c00-1ba4e5f0a6ec.woff2") format("woff2"),url("../webfonts/7abf8691-9774-4c4c-88e0-555840257f1c.woff") format("woff");
    }
    @font-face{
        font-family:"Van Dijck MT W00 Italic";
        src:url("../webfonts/fbbd4e71-8391-4c8d-b9f8-c91a4c9b1c41.woff2") format("woff2"),url("../webfonts/c8cddcc8-6394-461d-9bcf-4eeec720f6c6.woff") format("woff");
    }

.ai    {
    
    color:inherit;
    text-decoration: none;
    outline: none;
    
}

.ai:hover    {
    
    color:inherit;
    text-decoration: none;
    outline: none;
    
}

.au, .links-u a    {
    
    color:inherit;
    text-decoration: none;
    outline: none;
    
}

.au:hover, .links-u a:hover    {
    
    color:inherit;
    text-decoration: underline;
    outline: none;
    
}

.links-su a {
    
    color:inherit;
    text-decoration: underline;
    outline: none;    

}

.links-su a:hover {
    
    color:inherit;
    text-decoration: none;
    outline: none;    

}

em {
    
    font-family: var(--fonti);
    font-style: normal;
    
}

body {
 
    background-color:var(--off-white); 
    
}

.clr:after { 
	
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
	
}

#edible-treasures-logo, #edible-treasures-logo img    {
    
    width:256px;
    height:68px;
    overflow:hidden;
    
}

#edible-treasures-logo {
    
    margin: var(--big_margin) auto 0 auto;    
    
}

#footer {
 
    width: 100%;
    height:140px;
    background-color: var(--pink);
    color:var(--carmine);
    font-size: 12px;
    position: relative;

}

h1,h2,h3 {
    
    padding:0;
    margin:0;
    font-weight: normal;
    font-style: normal;
    
}

.hide {
    
    display:none;    
    
}

#left {
    
    width:378px;
    border-right: 2px solid var(--carmine);
    height: auto;
    float: left;
    
}

#left-inner {
    
    position: fixed;
    margin: 0 62px 0 62px;
    height: auto;
    
}

#main {
    
    width:100%;
    margin: 0 auto 0 auto;
    font-family: var(--fontr);
    color:var(--carmine);
    background-color:var(--off-white);
    max-width: 2000px;
    
}

#menu    {
    
    width:250px;
    height:286px;
    overflow:hidden;
    margin: 0 auto 0 auto;
    z-index: 1000;

}

.menu-spacer    {
 
    width:100%;
    height: calc(var(--large_margin) - 2px);
    
}

#menu-image	area:hover {
	
	outline:none;
	border:0;
	
}

#menu .area-map	{
	
	outline: 0;	
	
}

#page-cover{

    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 5000;
    background-color:var(--off-white);

}

p {
    
    margin:0;
    padding:0;
    
}

#right {
    
    width:calc(100% - 380px);
    float: left;
        
}

#sub-menu {
    
    width:256px;
    margin: var(--biggish_margin) auto 0 auto;  
    font-family: var(--fonti);
    color:var(--orange);
    font-size: 28px;
    line-height: 52px;
    text-align: center;

}

#sub-menu a {
 
    color:var(--orange);
    text-decoration: none;
    
}

#sub-menu a:hover {
 
    text-decoration: none;
    
}

#sub-menu .link-box {

    display:inline-block;
    height:44px;
    
}

#sub-menu .link-box:hover {
    
    border-bottom: 1px solid var(--orange);    
    
}

#mobile-sub-menu{
    
    width: 100%;
    background-color: var(--off-white);
    z-index: 1000;
    
}

#mobile-sub-menu-open    {
    
    width:100%;
    height:40px;
    position: fixed;
    top:80px;
    text-align: center;
    background-color: var(--off-white);
    z-index: 1000;
    display: none;
    
}

#mobile-sub-menu-open-button    {
    
    position: relative;
    top:12px;
    
}

#mobile-sub-menu h1 {
    
    color:var(--carmine);
    font-size: 18px;
    font-family: var(--fontr);
    margin-bottom: 4px;
    
}

#mobile-sub-menu h1 img {
    
    height:12px;    
    
}

@media only screen and (max-width: 1520px)	{

    #left {

        width:332px;

    } 
    
    #left-inner {

        margin: 0 42px 0 42px;

    }

    #right {

        width:calc(100% - 334px);

    }

}

@media only screen and (max-width: 1520px), screen and (max-height: 512px)	{
 
    #edible-treasures-logo, #edible-treasures-logo img    {

        width:190px;
        height:50px;
    }
    
    #edible-treasures-logo {

        margin-top: var(--medium_margin);    

    }
    
    .menu-spacer    {

        height: var(--medium_margin);

    }
    
    #sub-menu {

        width:254px;
        margin: var(--medium_margin) auto 0 auto;  
        font-size: 24px;
        line-height: 36px;

    }
    
    #sub-menu .link-box {

        display:inline-block;
        height:34px;

    }

}
@media only screen and (max-width: 850px), screen and (max-height: 480px) {	
/*@media only screen and (max-width: 999px), screen and (max-height: 512px) {	*/
 
    body {

        background-color:var(--off-white); 

    }
    
    #menu    {

        margin: var(--small_margin) auto var(--small_margin) auto;

    }
    
    #left {
        
        display:none;
 
    }
    
    #right {

        width:100%;

    }
    
    #sub-menu {

        width:100%;
        margin: var(--small_margin) auto var(--small_margin) auto;  
        font-size: 20px;
        line-height: 36px;

    }

}


/*cookie*/

.cc-window    {
    
    font-family:--fontr!important; 
    
    
    
}
.cc-compliance a {
 
    text-decoration: none!important;
    
}




