@charset "utf-8";
/* CSS Document */
.noshow {
  display: none;
  visibility: hidden;
}

p {
  font-size: 0.9em;
}
:root {
 --gradientHeaderValue: 0.80;
 --gradientContentValue: 0.30;
 --navLinkColor: #94cc66;
}
.flex-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
#mainWrapper {
  height: 100vh;
}
.header {
  order: 0;
  flex: 0 1 auto;
  align-self: stretch;
  background-color: hsla(0, 0%, 0%, 0.70);
  background-color: hsla(0, 0%, 0%, var(--gradientHeaderValue, 0.7));
  
}
.content {
  order: 0;
  flex: 1 1 auto;
  align-self: stretch;
  /*--flex--*/
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  background-color: hsla(0, 0%, 0%, 0.3));
  background-color: hsla(0, 0%, 0%, var(--gradientContentValue, 0.3));
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transition-property: justify-content;
  transition-property: justify-content;
  overflow-y: auto;
  overflow-x: hidden;
}
.footer {
  order: 0;
  flex: 0 1 auto;
  align-self: flex-end;
  background-color: hsla(0, 0%, 0%, 0.7);
  background-color: hsla(0, 0%, 0%, var(--gradientHeaderValue, 0.7));
  text-align: center;
  font-size: .75em;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  min-height: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
}
.flex-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
  max-width: 1366px;
}
/*
    .accolades {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-end;
      align-content: center;
      align-items: flex-end;
      position: absolute;
      bottom: 0;
      width: 100vw;
      max-width: 1366px;
    }
    
    .footer-accolades {
      order: 0;
      flex: 0 1 auto;
      align-self: auto;
      padding: 20px 20px 20px 0px;
    }
    */
    
,  img.accoladeLink,  img.socialLink {
 -webkit-transform: perspective(1px) translateZ(0);
 transform: perspective(1px) translateZ(0);
 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
 -webkit-transition-duration: 1.5s;
 transition-duration: 1.5s;
 -webkit-transition-property: transform;
 transition-property: transform;
}
img.accoladeLink:hover,  img.socialLink:hover,  img.accoladeLink:focus,  img.socialLink:focus,  img.accoladeLink:active,  img.socialLink:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.footer-text {
  order: 0;
  flex: 3;
  align-self: flex-end;
}
.footer p:nth-child(1) {
  color: var(--navLinkColor);
  font-size: 10pt;
  font-weight: 300;
}
.footer p:nth-child(2) {
  color: #fff;
  font-weight: 300;
  font-size: 8pt;
}
.wrapper {
  order: 0;
  flex: 0 1 auto;
  align-self: center;
  max-width: 1366px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
}
.footer-wrapper {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  max-width: 1366px;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-bottom: 0.75em;
}
.flex-social {
  order: 0;
  flex: 1;
  align-self: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.social {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  padding: 1em;
}
.flex-accolades {
  order: 0;
  flex: 1;
  align-self: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  margin-left: auto;
}
.accolade {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  padding: 1em;
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.logo-pri {
  order: 1;
  flex: 0 1 auto;
  align-self: center;
  padding-right: 0px;
  text-align: center;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.logo-pri:hover,  .logo-pri:focus,  .logo-pri:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.logo-pri a {
  color: white;
  text-decoration: none;
}
.logo-pri a:visited {
 color:;
}
.logo-sec {
  order: 2;
  flex: 0 1 auto;
  align-self: center;
  margin-right: auto;
  min-width: 80px;
  padding-right: 0px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.logo-sec:hover,  .logo-sec:focus,  .logo-sec:active {
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;

}
.logo-sec:hover+ .logo-pri {
  -webkit-transform: scale(.2);
  transform: scale(.2);
}
.menu {
  order: 3;
  flex: 3 1 auto;
  align-self: center;
}
span.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.logo {
  width: auto;
  height: auto;
  min-width: 100px;
  max-width: 125px;
}
.logo-secondary {
  width: auto;
  height: auto;
  min-width: 50px;
  max-width: 10px;
}
.chili {
  width: 30px;
}
 . .navstack li {
 padding: 0.25em;
}
/*-- menu system --*/
    
.menu__toggle {
  display: none;
}
#content-wrapper {
  order: 0;
  flex: 0 1 auto;
  align-self: center;
  justify-content: flex-start;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  transition: all 700ms;
  
}


.specials {
  /*order: 0;
  flex: 0 1 auto;
  align-self: center;
  /*position: absolute;*/
  /*min-height: 430px;
  max-width: 840px;
  margin:20px;
  width: 100vw;
  background-color: #000;
  -webkit-box-shadow: 5px 6px 5px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 6px 5px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 6px 5px 1px rgba(0, 0, 0, 0.75);
  background-image: url(../images/food-tacos01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;*/
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  transition: all 700ms;
}
.specials-item:nth-child(1) {
  order: 0;
  flex: 0 1 auto;
  align-self: flex-start;
  padding: 1.5em;
  padding-left: 3em;
  text-align: left;
}
.specials-item:nth-child(2) {
  order: 0;
  flex: 0 1 auto;
  align-self: stretch;
  background-color: hsla(0, 0%, 0%, 0.7);
  background-color: hsla(0, 0%, 0%, var(--gradientHeaderValue, 0.7));
  padding-right: 2em;
  padding-left: 2em;
  padding-top: 1em;
  padding-bottom: 0.75em;
  color: white;
  text-align: center;
}
.specials-item:nth-child(3) {
  order: 0;
  flex: 0 1 auto;
  align-self: flex-end;
  padding: 1em;
}
.specials-item h2 {
  font-family: 'Flavors', cursive;
  font-size: 4em;
  font-weight: normal;
  color: #ee7623;
  padding-bottom: 1em;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.7);
}
.specials p {
  line-height: normal;
}
p.fineprint {
  line-height: 1em;
  font-size: 0.75em;
  margin-bottom: 1em;
  color: gray;
}

.pageContent {
  padding-left: 5em;
  padding-right: 5em;
  padding-top: 2em;
  padding-bottom: 4em;
  margin-left: 5em;
  margin-right: 5em;
  margin-bottom:20px;
  margin-top:20px;
  overflow: auto;
  max-width: 1366px;
  scroll-behavior: smooth;
  background: hsla(70,12%,91%,0.80);
  font-weight: normal;
   -webkit-box-shadow: 5px 6px 5px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 6px 5px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 6px 5px 1px rgba(0, 0, 0, 0.75);
  transition: all 700ms;
}

.bg-cc-light {
  background: hsla(70,12%,91%,0.80);
}

.pageContent h1 {
  font-family: 'Flavors', cursive;
  margin-bottom: 1em;
  color: #36335e;
}

.pageContent img {
  float: left;
  margin-right:1em;
  margin-bottom:1em;
  -webkit-box-shadow: 4px 5px 6px 0px rgba(0,0,0,0.43); 
  box-shadow: 4px 5px 6px 0px rgba(0,0,0,0.43);
  max-width: 240px;
  width:50%;
  height: auto;
}

.pageContent p {
  line-height: normal;
  margin:0;
  padding:0;
  margin-bottom:1em;
}

/* HOME ROTATOR */
#banners {
  height: 450px;
  overflow: hidden;
  position: relative;
  width: 100vw;
  max-width: 800px;

  -webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.47);
-moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.47);
box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.47);
margin:1em;
}
#banners .banner {
  animation: bannerOne 20s cubic-bezier(0.68, -0.6, 0.32, 1.6) infinite;
  height: 450px;
  position: absolute;
  width: 100%;
}
#banners .banner.one {
  background:url("../images/food-tacos01.jpg") no-repeat center center fixed;
}
#banners .banner.two {
  animation-name: bannerTwo;
  background:url("../images/woodbg.jpg")no-repeat center center fixed;
}
#banners .banner.three {
  animation-name: bannerThree;
  background: green;
}
@keyframes bannerOne {
0% {
left:0;
}
40% {
left:0;
}
50% {
left:-100%;
}
90% {
left:100%;
}
100% {
left:0;
}
}
@keyframes bannerTwo {
0% {
left:100%;
}
40% {
left:100%;
}
50% {
left:0;
}
90% {
left:0;
}
100% {
left:-100%;
}
}
@keyframes bannerThree {
0% {
left:100%;
}
100% {
left:100%;
}
}
/*
@keyframes bannerOne {
  0% {
    left: 0;
  }
  31% {
    left: 0;
  }
  34% {
    left: -100%;
  }
  97% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@keyframes bannerTwo {
  0% {
    left: 100%;
  }
  31% {
    left: 100%;
  }
  34% {
    left: 0;
  }
  64% {
    left: 0;
  }
  67% {
    left: -100%;
  }
  100% {
    left: -100%;
  }
}
@keyframes bannerThree {
  0% {
    left: 100%;
  }
  64% {
    left: 100%;
  }
  67% {
    left: 0;
  }
  97% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
*/

.flex-container1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 450px;
  
}
.flex-item1:nth-child(1) {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  padding: 1em;
  padding-left: 2em;
  color:#76a258;
}
.flex-item1:nth-child(2) {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  padding: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: hsla(0,0%,0%,0.80);
  text-align: center;
  color: #fff;
}
.flex-item1:nth-child(3) {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
  padding: 2em;
}

/*
    Legacy Firefox implementation treats all flex containers
    as inline-block elements.
*/

@-moz-document url-prefix() {
.flex-container1 {
width: 100%;
-moz-box-sizing: border-box;
}
}
/* END HOME ROTATOR */

@media (max-width: 882px) {
.content {
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.specials {
}
.accolades {
  display: none;
}
.logo-sec {
  flex: 0 1 auto;
}
  .pageContent {
    margin-top:0;
    margin-bottom:3em;
    margin-right:1em;
    margin-left: 1em;
    padding-left:2em;
    padding-right:2em;
    
  }
  /* CONTACT PAGE - MOBILE */
  .container {
      margin-top: 0;
      margin-bottom: 0;
    }
    .container h2 {
      margin-top: 0em;
      transition: all 700ms;
    }
    form {
      margin-top: 1em;
      margin-bottom: 5em;
    }
}

 @media (max-width: 1100px) {
    .spacer:before {
      white-space: pre;
      content: '\A';
    }
  }
