@import url('https://fonts.googleapis.com/css?family=Nanum+Pen+Script|Nothing+You+Could+Do|Permanent+Marker|Yellowtail');

@font-face	{
	font-family: wyld;
	src: url("../fonts/wyld.TTF") format("truetype");
	}
	
:root	{
	--mflightgreen: rgba(145,202,111,1.0);
	--mfgreen: #694;
	--mfdarkgreen: rgba(102,152,68,1.0);
	}
	
body {
	background-color: #000 /*#694*/;
	background-image: url(../img/background/background_pac-choi-seedlings.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 12px;
	font-family: wyld, arial, helvetica;
	color: #000;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	}
	
.elbox	{
	flex: 1;
	}
	
.logoheader	{
	margin: 0;
	margin-bottom: 1.5em;
	}
	
#ordernav	{
	background-color: #694;
	}
	
#ordernav:hover	{
	background-color:#472;
	}
	
#panel2	{
	border: .4em solid #8c5;
	margin-top: 2em;
	background-color: rgba(255,255,255,0.9);
	}
	
#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

#clockdiv > h1{
  color: #4e2d02; /*#396;*/
  font-weight: 100;
  font-size: 40px;
  margin: 40px 0px 20px;
}

#clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	background: #c37918; /*#00BF96;*/
	display: inline-block;
	margin-bottom: 10%;
}

#clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	background: #7b4907; /*#00816A;*/
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 16px;
}
	
.clock-box	{
	background-color: rgba(255,255,255,0.5);
	border: 2px solid #aaa;
	margin: 10%, 0px;
	}

.clock-block	{
	background-color: blue;
	text-align: center;
	padding: 0px;
	}
	
.digits	{
	background-color: #f00;
	text-align: center;
	font-size: xx-large;
	color: white;
	}
	
.green	{
	background-color: var(--mfgreen);
	}

.green:hover,
.lightgreen:hover	{
	background-color: var(--mfdarkgreen);
	}
	
.lightgreen	{
	background-color: var(--mflightgreen);
	}
	
.accordion-navigation > a	{
	background-color: rgba(102,152,68,0.6) !important;
	font-weight: bold;
	margin-top: .5em;
	}
	
/*.accordion-navigation > h4	{
	float:left;
	}
	
.accordion-navigation > h4:after {
	content: '\02795';
	font-size: 13px;
	color: #777;
	float: right;
	margin-right: 5px;
	}

.active:after {
	content: "\2796";
	}
*/	
.accordion-navigation > a:hover	{
	background-color: rgba(66,99,33,0.5) !important;
	}
	
.accordion-product > a	{
	background-color: rgba(0,0,0,0) !important;
	font-weight: bold;
	margin: 0;
	padding: 0 !important;
	}
	
.accordion-product > a:hover	{
	background-color: rgba(0,0,0,0) !important;
	}
	
.dkgreen	{
	background-color: rgba(102,152,68,0.6);
	}
	
.transparent	{
	background-color: rgba(255,255,255,0) !important;
	}

.mfbutton	{
	background-color: #D8E8C8;
	color: #000;
	border-radius:.5em;
	padding: 1em;
	text-align: center;
	display: flex;
	justify-content: center;
	/*font-family: 'Permanent Marker';*/
	font-size: 1.5em;
	border: 2px solid #91ca6f;
	margin-bottom: 1em;
	}
	
.mfbutton:hover	{
	background-color: #91CA6F;
	color: #fff;
	}
	
.breadcrumbs {
	display: block;
	padding: 0.5625rem 0.875rem 0.5625rem;
	overflow: hidden;
	margin-left: 0;
	list-style: none;
	border-style: solid;
	border-width: 1px;
	background-color: rgba(255,255,255,0)/*#f5f5f5*/;
	border-color: black/*#dddddd*/;
	border-radius: 3px;
}

.breadcrumbs>* {
	margin: 0;
	float: left;
	font-size: 0.6875rem;
	line-height: 1rem;
	text-transform: uppercase;
	color: #00d/*#2ba6cb*/;
}

.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
	text-decoration: underline;
}

.breadcrumbs > * a {
	color: #080/*#2ba6cb*/;
}

.breadcrumbs > *.current {
	cursor: default;
	color: #333333;
}

.breadcrumbs > *.current a {
	cursor: default;
	color: #333333;
}

.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
	text-decoration: none;
}

.breadcrumbs > *.unavailable {
	color: #999999;
}

.breadcrumbs > *.unavailable a {
	color: #999999;
}

.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, .breadcrumbs > *.unavailable a:focus {
	text-decoration: none;
	color: #999999;
	cursor: default;
}

.breadcrumbs > *:before {
	content: "//";
	color: #aaaaaa;
	margin: 0 0.75rem;
	position: relative;
	top: 1px;
}

.breadcrumbs > *:first-child:before {
	content: " ";
	margin: 0;
}

.item-wrapper {
  padding: 20px;
  border: 2px solid #ccc /*efefef*/;
  border-radius: 7px;
  margin-top: 40px;
  background-color: white;
}

.item-wrapper:hover .img-wrapper img {
  -webkit-filter: grayscale(1);
}

.item-wrapper:hover .img-wrapper .add-to-cart {
  bottom: 0;
}


.item-wrapper .button	{
	background-color: var(--mfgreen);
	min-width: 100%;
	margin-bottom: 0;
	}
	
.item-wrapper .button:hover	{
	background-color: #472;
	}

.item-wrapper .invert	{
	background-color: transparent;
	color: #694;
	font-weight: bold;
	border: solid 1px #694;
	min-width: 100%;
	margin-top: 1em;
	}


.img-wrapper {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.img-wrapper .add-to-cart {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #333;
  padding: 16px 8px;
  bottom: -50px;
  position: absolute;
  z-index: 2;
  color: #fff;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}

.img-wrapper .add-to-cart:hover {
  background-color: #91ca6f;
}

.img-wrapper .out-of-stock:hover	{
	background-color: #f33;
	}

.img-wrapper img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-filter: grayscale(0);
  width: 100%;
}

.item-wrapper h3 {
  font-size: 22px;
  text-align: center;
}

.item-wrapper h5 {
  font-weight: bold;
}

.item-wrapper p {
  color: #555;
  font-size: 13px;
  margin-bottom: 0;
}

.product img	{
	object-fit:cover;
	width:400px;
	height:400px;
	}

@media only screen and (max-width: 640px)	{
.redred{
	position: relative !important;
	width: 100% !important;
	}
.redred a	{
	font-size: 1em !important;
	}
}

.single-item	{
	margin-bottom: 1.25em;
	}
	
.single-item .item img{
	display: block;
	width: 100%;
	height: auto;
}

.single-item .redred	{
background-color: rgba(20, 20, 20, 0.7);
position: absolute;
width: 100%;
color: #8c5;
bottom: 0;
padding: 1.2em;
font-size: 1.5em;
}

.single-item .redred a	{
	color: white;
	font-size: 1.5em;
	text-decoration: none;
	}
	
.single-item .redred a:hover	{
	color: #fe4;
	}

.panel-white {
	color: black;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.25em;
    padding: 1em;
    border-radius: 5px;
    }
    
.panel-dark {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    margin-bottom: 1.25em;
    padding: 1em;
    border-radius: 5px;
    }

.footer	{
	background-color: rgba(0, 0, 0, 0.6);
	color: gray;
	}

.footer h6	{
	color: lightgray;
	}

.panel-white h1,
.panel-white h2,
.panel-white h3,
.panel-white h4,
.panel-white h5,
.panel-white h6	{
	font-family: 'Wyld';
	color: black;
	}
	
.panel-dark h1,
.panel-dark h2,
.panel-dark h3,
.panel-dark h4,
.panel-dark h5,
.panel-dark h6	{
	font-family: 'Wyld';
	color: white;
	}

.headlogo	{
	max-height: 3.7em;
	position: absolute;
	top: 0; 
	left:0;
	}
	
@media only screen and (max-width: 270px)
	{
	.headlogo	{
		display:none;
		}
	}

.gallery	{
	padding: 0.9375rem;
	}

.chalkboard	{
	background-color: rgba(33, 33, 33, 1.0);
	font-family: 'Permanent Marker';
	border: .3em inset tan;
	outline: .5em solid tan;
	box-shadow: 0.2em 0.2em 0.5em grey;
	}
	
.chalkboard h3	{
	color: lightyellow;
	}	

.chalkboard ul	{
	list-style: none;
	}

.chalkboard li, h5	{
	color: #ccc;
	text-align: right;
	}
	
li > .price	{
	color: pink;
	text-align: left;
	}
	
.updated	{
	color: aliceblue !important;
	text-align: right;
	size: -1;
	}

/*Begin dropout buttons*/

input[type='checkbox'] {
  display: none;
}

.lbl-toggle {
  display: block;
  margin: 0 !important;
}

.lbl-toggle:hover {
  color: #7C5A0B;
}

.lbl-toggle::before {
  content: ' ';
}

.collapsible-content .content-inner {
  /*
  background: rgba(250, 224, 66, .2);
  border-bottom: 1px solid rgba(250, 224, 66, .45);

  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: .5rem 1rem;
  */
  
  border-top: 1px solid gray;
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;

  transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 100vh;
}

.toggle:checked + .lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}

.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/*end dropout buttons*/

.easter-item{
	display:block;
}
.easter-item:before{
    content: '';
    background:url('../img/icons/easter-item.png');
    background-size:cover;
        position:absolute;
    width:30px;
    height:30px;
    margin-top:-30px;
    margin-left:-30px;
    z-index: 2;
}

.soldout{
	display:block;
}
.soldout:before{
	font-family:wyld;	
	font-weight: bold;
	color: #DC6704;
    content: 'SOLD OUT';
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 3em; 
    text-align: center;   
    z-index: 2;
    height: 1em;
}

.reveal-modal .button	{
	background-color: #694;
	min-width: 100%;
	margin-bottom: 0;
	}
	
.close-reveal-modal	{
	font-family: arial !important;
	}
	
.more	{
	background-color: #B78808;
	min-width: 100%;
	margin-bottom: 0;
	}

.countdown	{
	text-align:center;
	font-size: 2em;
	}

.meal-menu	h5 {
		text-align: center !important;
	}
