/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  10: 1Col_Fixed
  ------------------------------------------------
*/
html {
  position: relative;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #000000;
  margin: 0px;
  padding: 0;
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(180deg, #030, #105101);
  background-color: #030;
  height: 100%;
}
#masthead {
  padding: 0px;
  margin: 0;
}
#masthead img {
  border: 0;
  z-index: 3;
  position: relative;
  margin-top: -35.1px;
  margin-left: 5px;
}
#center #slider li {
  margin-left: 0;
}
.phone, .address {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: 230px;
  padding: 5px;
  font-size: .8em;
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(180deg, rgba(186, 186, 186, 1), rgba(229, 229, 229, 1));
  background-color: rgba(229, 229, 229, 1);
  color: #333;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.6), inset 0 4px 2px -2px rgba(0, 0, 0, 1);
  /* Rounded Corners */
  border: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  transition: width .5s;
  -webkit-transition: all .5s;
}
.phone {
  margin-left: 110px;
}
.phone:hover, .address:hover {
  background-image: linear-gradient(180deg, rgba(186, 186, 186, 1), rgba(114, 114, 114, 1));
  background-color: rgba(114, 114, 114, 1);
}
#wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 0 50px;
}
#nav {
  width: 100%;
  min-width: 1100px;
  background: url(../images/_structure/images/Ribbon_02.png) repeat-x;
  height: 75px;
  margin-top: 5px;
}
#nav .iLeft {
  float: left;
  background-image: url(../images/_structure/images/Ribbon_01.jpg);
  height: 75px;
  width: 16px;
}
#nav .iRight {
  float: right;
  background-image: url(../images/_structure/images/Ribbon_03.png);
  height: 75px;
  width: 17px;
}
#nav .content {
  width: 1000px;
  margin: auto;
  padding: 0 50px;
}
#nav .apple {
  margin-left: 7px;
}
#slider {
  margin-left: -24px !important;
    height: 280px;
}
#hours {
  width: 380px;
  float: right;
  padding: 5px;
  position: relative;
}
#hours h2 {
  font-family: 'Roboto', Verdana, Geneva, sans-serif;
  margin: 0px;
  font-weight: bold;
  color: #102B16;
  font-size: 18px;
}
#hours p {
  margin-top: 3px;
  font-size: .9em;
}
#center {
  width: 1000px;
  background-color: #E5E5E5;
  border: 2px solid #2E563C;
  margin-top: 32px;
  /* Rounded Corners */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  min-height: 750px;
}
#center .content {
  padding: 20px 24px;
  line-height: 1.65em;
}
#sheild {
  background: url(../images/_structure/SheildBottom.png) bottom center no-repeat;
  height: 50px;
}
#footer .content {
  padding: 12px 20px;
  text-align: center;
}
#footer {
  color: #999;
  padding: 0px;
  margin: 0;
  font-size: 0.7em;
}
.menulist {
  margin: 6px 0 12px 0;
  padding: 0;
  list-style-type: none;
}
#center a:link, #center a:visited {
  color: #881730;
}
#center a:hover {
  color: #000000;
}
#footer a:link, #footer a:visited {
  color: #AAAAAA;
}
#footer a:hover {
  color: #FFFFFF;
}
.ctct-popup-inner {
  position: absolute;
  top: 400px;
}
h1 {
  font-size: 1.8em;
  margin: 0;
  font-family: 'Roboto', Verdana, Geneva, sans-serif;
  color: #003300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}
h2 {
  font-size: 1.6em;
  margin: 30px 0 0 0;
  font-family: 'Roboto', Verdana, Geneva, sans-serif;
  color: #003300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}
.toph2 {
  margin-top: 0;
  font-size: 20px;
}
h3 {
  font-size: 1.25em;
  margin: 30px 0 0 0;
  font-family: 'Roboto', Verdana, Geneva, sans-serif;
  color: #003300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}
h4 {
  font-size: 2.2em;
  margin: 20px 0 0 0;
  font-family: 'Roboto', Verdana, Geneva, sans-serif;
  color: #222;
  text-align: center;
}
.subhead {
  font-size: .8em;
  color: rgba(136, 23, 48, 1.00);
  line-height: 1em;
}
.nomargintop {
  margin-top: 0;
}
.content p {
  margin: 12px 0;
}
.button a {
  background-color: #089901;
  padding: 7px 15px;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto', Verdana, Geneva, sans-serif;
  color: #FFF !important;
  transition: width .2s;
  -webkit-transition: all .2s;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.button a:hover {
  background-color: #065202;
  -webkit-box-shadow:
    0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:
    0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  box-shadow:
    0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}
#center li {
  list-style-type: disc !important;
  list-style-position: outside;
  margin-left: 20px;
}
#center .rslides li {
  list-style-type: none !important;
}
/*---IMAGE STYLES ---*/
.afloatright {
  position: relative;
  float: right;
  text-align: center;
  margin: 10px 0 10px 15px;
  padding: 5px;
  background-color: #FFF;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}
.afloatleft {
  position: relative;
  float: left;
  margin: 10px 15px 10px 0px;
  text-align: center;
  padding: 5px;
  background-color: #FFF;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}
.foodtruckcontent h3 {
  padding-top: 40px;
  margin-bottom: 20px;
  display: block;
  border-top: 2px dashed rgba(136, 23, 48, 0.46);
}
.foodtruckcontent h3.firstone {
  padding-top: 0px !important;
  border-top: 0px !important;
}
.foodtrucks {
  width: 250px;
}
.foodtrucks img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.noimagestyles {
  background: none !important;
  /*No Outer Shadow*/
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.clear {
  clear: both;
  padding-top: 10px;
}
.clearright {
  clear: right;
  padding-top: 10px;
}
.clearleft {
  clear: left;
  padding-top: 10px;
}
.form {
  margin-left: -80px;
}
.contact {
  float: right;
}
.CSAForm {
  margin-top: -22px;
  width: 400px;
  min-height: 400px;
  float: right;
  text-align: center;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  /*
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(180deg, #FFF, #E5E5E5);
*/
  background-color: #FFF;
}
.CSAForm h2 {
  margin-top: 0;
  display: block;
  background-color: #003300;
  color: #fff;
  padding: 10px;
}
.CSAForm iframe {
  display: block;
  margin: 0 auto;
}
.ctct-popup-inner {
  top: 12% !important;
}
.textcenter {
  text-align: center;
}
.colthirds {
  width: 32.3%;
  margin: 0 .5%;
  float: left;
}
.inventory h3 {
  text-align: center;
  padding: 15px 0;
  background: rgba(17, 76, 16, 1.00);
  color: #fff;
  display: block;
  clear: both;
}
.inventory ul {
  -webkit-columns: 2 200px;
  -moz-columns: 2 200px;
  columns: 2 200px;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
}
.inventory ul.twocolumns {
  -webkit-columns: 2 200px;
  -moz-columns: 2 200px;
  columns: 2 200px;
}
#center .inventory ul li {
  list-style-type: none !important;
  padding-left: 1em;
  font-size: .9em;
  line-height: 2.5em;
  background: rgba(193, 193, 193, 1.00);
}
#center .inventory ul li:nth-child(odd) {
  background: rgba(193, 193, 193, .20);
}
.small {
  font-size: .7em;
}
.colhalves {
  padding: 30px 1%;
  width: 48%;
  float: left;
}
.colhalves:nth-child(even) {
  clear: left;
}
.curbside {
  margin: 10px 0 20px -48px;
  width: 100%;
  padding: 14px 48px 24px;
  background: rgba(158, 176, 156, 1.00);
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.curbside a {
  background-color: rgba(0, 64, 0, 1.00);
}
.listcolumns {
  -webkit-columns: 3 300px;
  -moz-columns: 3 300px;
  columns: 3 300px;
}
.listcolumns li {
  padding-left: 1em;
  text-indent: -1em;
}
#social-sidebar {
  position: sticky;
  top: 50%;
  left: 0;
  width: 48px;
  height: 0;
  transform: translateY(-50%);
  color: #fff;
  display: flex;
  flex-direction: column;
}
#social-sidebar a {
  color: #fff;
  text-decoration: none !important;
  padding: 10px;
  transition: .3s;
  font-size: 1.1em;
  position: relative;
  z-index: 1;
  background-color: #881730;
}
#social-sidebar a:hover {
  background: #4b0010;
}
#social-sidebar a span {
  transition: .3s;
  z-index: -2;
  width: auto;
  background: #881730;
  padding: 0 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 4px;
  display: flex;
  text-align: center;
  align-content: center;
  flex-wrap: wrap;
}
#social-sidebar a:hover span {
  left: 55px;
}
#social-sidebar ul {
  margin: 0;
  padding: 0;
  background: #881730;
  border-radius: 0 10px 10px 0;
}
#social-sidebar li {
  list-style: none;
  position: relative;
  padding: 10px 0;
}
#social-sidebar li:first-child a {
  border-radius: 0 10px 0 0;
}
#social-sidebar li:last-child a {
  border-radius: 0 0 10px 0;
}
#social-sidebar span {
  position: absolute;
  left: -400px;
}
#social-sidebar [class^="icon-"]:before, #social-sidebar [class*=" icon-"]:before {
  top: 0;
}