/* Colors */
/* --------- General Formatting --------- */
/* line 19, ../scss/custom.scss */
body {
  color: #252525;
  font-size: 16px;
  font-family: "lato", "helvetica";
  line-height: 1.5em;
}

/* line 25, ../scss/custom.scss */
h1, h2, h3, h4, h5 {
  clear: none;
}

/* line 28, ../scss/custom.scss */
h1, h2, h3 {
  font-family: "tablet-gothic-condensed", "helvetica";
  color: #219e7e;
}

/* line 33, ../scss/custom.scss */
h1 {
  text-transform: uppercase;
  font-size: 4em;
  border-bottom: 3px solid #219e7e;
}

/* line 39, ../scss/custom.scss */
h2 {
  font-family: "adelle";
}

/* line 43, ../scss/custom.scss */
h3 {
  color: #cb5220;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 49, ../scss/custom.scss */
h4 {
  font-family: "tablet-gothic-condensed", "helvetica";
  color: #cb5220;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 55, ../scss/custom.scss */
footer h4 {
  font-size: 2em;
}

/* line 60, ../scss/custom.scss */
.clear {
  clear: both;
}

/* line 64, ../scss/custom.scss */
a, a:active, a:visited, a:hover {
  text-decoration: none;
  color: inherit;
  color: #219e7e;
}

/* line 69, ../scss/custom.scss */
p {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* --------- Classes for Formatting --------- */
/* line 78, ../scss/custom.scss */
.note {
  font-size: 11px;
  font-family: "tablet-gothic-condensed", "helvetica";
  text-transform: uppercase;
  font-weight: bold;
  color: #666666;
}

/* line 86, ../scss/custom.scss */
.breadcrumb {
  font-size: 14px;
  background-color: white;
  padding-left: 0;
}

/* line 92, ../scss/custom.scss */
.testimonial {
  font-size: 1em;
  font-family: "tablet-gothic-condensed", "helvetica";
  font-style: italic;
  color: #666666;
}

/* line 99, ../scss/custom.scss */
.timeline_date {
  background-color: #cb5220;
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  float: left;
  margin-right: 20px;
  font-weight: bold;
}

/* --------- Master Layout --------- */
/* line 114, ../scss/custom.scss */
#page {
  width: 100%;
}

/* line 118, ../scss/custom.scss */
header#masthead {
  width: 100%;
  margin: 0 auto;
  height: 120px;
  z-index: 10;
  background: #252525;
  position: relative;
}
/* line 126, ../scss/custom.scss */
header#masthead .site-branding {
  background-image: url("../images/template/header-logo.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 35px;
  left: 40px;
  height: 80px;
  // background-size: cover;
  width: 300px;
}
/* line 135, ../scss/custom.scss */
header#masthead .site-branding h1 {
  text-indent: -3000px;
  border-bottom: none;
}
/* line 142, ../scss/custom.scss */
header#masthead nav {
  position: absolute;
  top: 52px;
  right: 55px;
  width: auto;
  background: #252525;
}
/* line 148, ../scss/custom.scss */
header#masthead nav li {
  padding-left: 35px;
  list-style: none;
}
/* line 152, ../scss/custom.scss */
header#masthead nav a {
  font-size: 1.2em;
  color: white;
  font-family: "tablet-gothic-condensed", "helvetica";
  text-transform: uppercase;
}
/* line 160, ../scss/custom.scss */
header#masthead #mobile-menu-button {
  display: none;
}

/* line 166, ../scss/custom.scss */
.sidebar {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 170, ../scss/custom.scss */
.sidebar li {
  list-style: none;
}
/* line 173, ../scss/custom.scss */
.sidebar a {
  font-size: 1.1em;
  color: #252525;
}
/* line 176, ../scss/custom.scss */
.sidebar a:hover {
  color: #cb5220;
}
/* line 180, ../scss/custom.scss */
.sidebar .current_page_item a {
  font-weight: bold;
}

/* line 185, ../scss/custom.scss */
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 191, ../scss/custom.scss */
.lead-image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 196, ../scss/custom.scss */
.home .lead-image {
  background-image: url("../images/homepage/home-temp-image.png");
  height: 400px;
  display: block;
}

/* line 203, ../scss/custom.scss */
#content {
  padding-top: 20px;
}

/* line 207, ../scss/custom.scss */
footer {
  background-image: url("../images/template/deli-floor-pattern.png");
  background-repeat: repeat-x repeat-y;
  display: block;
  padding: 40px;
  margin-top: 40px;
  text-align: center;
}
/* line 214, ../scss/custom.scss */
footer .inner {
  background: white;
  background-image: none;
}
/* line 217, ../scss/custom.scss */
footer .inner .footer-panel {
  padding: 40px 0;
}
/* line 222, ../scss/custom.scss */
footer i.fa {
  font-size: 40px;
  padding: 20px 10px;
  color: #252525;
}

/* line 229, ../scss/custom.scss */
.zcob-footer {
  text-align: center;
  padding: 10px;
  background: #252525;
  color: white;
  margin-bottom: 0;
  font-size: 14px;
}

/* --------- Images --------- */
/* line 240, ../scss/custom.scss */
.align-center {
  display: block;
  margin: 0 auto;
}

/* line 245, ../scss/custom.scss */
#preview {
  position: absolute;
  border: 4px solid #F97100;
  background: #FFF;
  padding: 0;
  display: none;
  color: #fff;
  z-index: 9999;
}

/* --------- Homepage --------- */
/* line 260, ../scss/custom.scss */
.homepage-hero {
  background: #252525;
}
/* line 262, ../scss/custom.scss */
.homepage-hero .inner {
  max-width: none;
}

/* line 267, ../scss/custom.scss */
.homepage-description {
  background: #219e7e;
  background-image: url("../images/template/deli-floor-pattern-homepage.png");
  background-repeat: repeat-x repeat-y;
  color: white;
  text-align: center;
}
/* line 273, ../scss/custom.scss */
.homepage-description .inner div {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  padding: 20px 20px 30px 20px;
  font-weight: normal;
}
/* line 280, ../scss/custom.scss */
.homepage-description .inner div h2 {
  color: white;
  font-family: "tablet-gothic-condensed", "helvetica";
  text-transform: uppercase;
  font-size: 2em;
}

/* line 289, ../scss/custom.scss */
.homepage-cta-list {
  max-width: 1100px;
  margin: 0 auto;
}

/* line 293, ../scss/custom.scss */
.homepage-cta {
  display: block;
  border: 2px solid #cb5220;
  padding: 5px 10px;
  margin: 10px 0;
  width: 100%;
  color: white;
  text-transform: uppercase;
  text-align: left;
  font-family: "tablet-gothic-condensed", "helvetica";
  font-size: 1.45em;
  line-height: 1.3em;
  height: 80px;
}
/* line 306, ../scss/custom.scss */
.homepage-cta span:first-child {
  display: block;
  width: 80%;
  float: left;
  height: 40px;
}
/* line 312, ../scss/custom.scss */
.homepage-cta span:nth-child(2) {
  display: block;
  width: 20%;
  float: right;
  text-align: right;
  padding-top: 10px;
  font-size: 40px;
}
/* line 320, ../scss/custom.scss */
.homepage-cta:hover {
  background: #cb5220;
  color: white;
}

/* line 326, ../scss/custom.scss */
.homepage-features {
  margin-top: 40px;
}
/* line 328, ../scss/custom.scss */
.homepage-features .homepage-feature {
  margin-bottom: 40px;
  padding: 0 20px;
}
/* line 332, ../scss/custom.scss */
.homepage-features .homepage-feature h2 {
  margin: 0 auto;
  color: #219e7e;
  font-size: 4em;
  text-transform: uppercase;
}
/* line 338, ../scss/custom.scss */
.homepage-features .homepage-feature img {
  margin: 10px 0;
}
/* line 342, ../scss/custom.scss */
.homepage-features .homepage-feature span {
  font-weight: bold;
  font-family: "adelle";
  font-size: 1.2em;
}
/* line 348, ../scss/custom.scss */
.homepage-features .homepage-feature ul, .homepage-features .homepage-feature ol, .homepage-features .homepage-feature li {
  list-style: none;
  padding-left: 0;
}
/* line 353, ../scss/custom.scss */
.homepage-features .homepage-feature.homepage-events {
  border: 2px dotted #219e7e;
}
/* line 355, ../scss/custom.scss */
.homepage-features .homepage-feature.homepage-events ul {
  padding-left: 0;
  list-style: none;
}
/* line 358, ../scss/custom.scss */
.homepage-features .homepage-feature.homepage-events ul span {
  font-weight: normal;
  display: inline-block;
  width: 70%;
}
/* line 362, ../scss/custom.scss */
.homepage-features .homepage-feature.homepage-events ul span:first-child {
  width: 25%;
  vertical-align: top;
  font-weight: bold;
}
/* line 372, ../scss/custom.scss */
.homepage-features .homepage-feature.homepage-newsletter {
  border: 2px dotted #219e7e;
  padding: 0 20px;
}

/* --------- Forms --------- */
/* line 385, ../scss/custom.scss */
input[type=submit] {
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 10px;
  display: inline-block;
  background-image: none;
  color: #fff;
  border: 1px solid #219e7e;
  background-color: #219e7e;
}
/* line 397, ../scss/custom.scss */
input[type=submit] span {
  display: block;
  font-size: 12px;
  text-transform: none;
}
/* line 403, ../scss/custom.scss */
input[type=submit].btn-primary {
  background-image: none;
  background-color: #fff;
  border: 1px solid #219e7e;
  color: #219e7e;
  min-width: 200px;
}
/* line 410, ../scss/custom.scss */
input[type=submit].btn-primary:hover {
  background-color: #219e7e;
  color: #fff;
  border: 1px solid #219e7e;
}

/* line 418, ../scss/custom.scss */
#mc_embed_signup {
  margin-bottom: 20px;
}
/* line 423, ../scss/custom.scss */
#mc_embed_signup input.email,
#mc_embed_signup #mce-EMAIL,
#mc_embed_signup #mc-embedded-subscribe {
  height: 40px;
  border-radius: 0px;
  display: inline-block;
}

/* line 431, ../scss/custom.scss */
#search, #searchform {
  padding: 20px 0 0 0;
}
/* line 433, ../scss/custom.scss */
#search input, #searchform input {
  margin: 0;
  border: 1px solid #cb5220;
  border-radius: 0;
  -webkit-border-radius: 0;
  height: 50px;
  box-shadow: none;
  text-shadow: none;
  vertical-align: bottom;
}
/* line 442, ../scss/custom.scss */
#search input.gsc-input, #searchform input.gsc-input {
  width: 80%;
  max-width: 400px;
}
/* line 447, ../scss/custom.scss */
#search input.gsc-search-button, #search input#searchsubmit, #searchform input.gsc-search-button, #searchform input#searchsubmit {
  background: #cb5220;
  color: white;
  width: 150px;
  font-size: 20px;
  text-transform: uppercase;
}
/* line 455, ../scss/custom.scss */
#search .gsc-clear-button, #searchform .gsc-clear-button {
  display: none;
}

/* line 461, ../scss/custom.scss */
#mc_embed_signup {
  background: #fff;
  clear: left;
}
/* line 466, ../scss/custom.scss */
#mc_embed_signup #mc-embedded-subscribe-form {
  padding: 0;
}
/* line 470, ../scss/custom.scss */
#mc_embed_signup .mc-field-group {
  width: 100%;
}
/* line 474, ../scss/custom.scss */
#mc_embed_signup .mc-field-group.input-group label {
  /*display: none;*/
  vertical-align: top;
  line-height: 2em;
  margin-left: 20px;
}
/* line 481, ../scss/custom.scss */
#mc_embed_signup .mc-field-group input {
  display: inline-block;
  margin: 0;
  border: 1px solid #252525;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  height: 30px;
  padding: 0;
}
/* line 491, ../scss/custom.scss */
#mc_embed_signup .mc-field-group input#mce-EMAIL {
  display: inline-block;
  width: 215px;
}
/* line 499, ../scss/custom.scss */
#mc_embed_signup input[type=submit] {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 0;
  left: auto;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
}
/* line 523, ../scss/custom.scss */
#mc_embed_signup .clear {
  clear: none;
}
/* line 527, ../scss/custom.scss */
#mc_embed_signup div.mce_inline_error {
  width: 215px;
}

/* line 537, ../scss/custom.scss */
.sidebar {
  padding-top: 20px;
}
/* line 543, ../scss/custom.scss */
.sidebar li,
.sidebar ul,
.sidebar ol {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 12px;
  font-weight: bold;
}
/* line 551, ../scss/custom.scss */
.sidebar li {
  padding: 5px 0;
  font-size: 1.2em;
}
/* line 556, ../scss/custom.scss */
.sidebar h4 {
  font-weight: normal;
  font-size: 1.4em;
  color: #cb5220;
  font-family: "adelle";
  margin-top: 30px;
  margin-bottom: 5px;
  text-transform: lowercase;
}

/* ------ LISTS ------ */
/* line 571, ../scss/custom.scss */
ol, ul {
  margin-left: 0;
}

/* ------- MENUS ------- */
/* line 588, ../scss/custom.scss */
.menu-list {
  display: none;
}

/* line 592, ../scss/custom.scss */
.allmenus {
  width: 100%;
  margin: 0 auto;
}
/* line 596, ../scss/custom.scss */
.allmenus .menu-desc {
  font-size: 15px;
  text-align: center;
}
/* line 601, ../scss/custom.scss */
.allmenus .item {
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 606, ../scss/custom.scss */
.allmenus .item h2 {
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  font-style: normal;
  line-height: 1.2em;
  margin: 10px 0 10px 0;
  text-align: left;
  color: #219e7e;
  border-bottom: 2px solid #219e7e;
}
/* line 619, ../scss/custom.scss */
.allmenus .item span {
  color: #1aa8a5;
}
/* line 623, ../scss/custom.scss */
.allmenus .item .menu-item-title {
  font-family: "tablet-gothic-condensed", "helvetica";
  font-size: 1.5em;
  line-height: 100%;
  text-transform: uppercase;
  color: #219e7e;
  margin: 5px 0;
}
/* line 633, ../scss/custom.scss */
.allmenus .item .menu-item-img {
  width: 300px;
  display: block;
}
/* line 640, ../scss/custom.scss */
.allmenus .itemw2 {
  width: 100%;
}
/* line 644, ../scss/custom.scss */
.allmenus .attachment-post-thumbnail.wp-post-image {
  margin-bottom: 20px;
}

/* line 653, ../scss/custom.scss */
.allmenus .item .allmenus .item,
.allmenus .item span,
.allmenus .item p {
  text-align: left;
  font-family: Verdana,Arial,Sans-Serif;
  font-size: 14px;
  line-height: 1.5em;
  color: #3d3d3f;
  margin: 5px 0;
}

/* line 661, ../scss/custom.scss */
.allmenus .item .submenu-desc {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-style: italic;
  margin-top: 20px;
}

/* line 668, ../scss/custom.scss */
.allmenus .item .menu-item-price {
  font-weight: bold;
  color: #3d3d3f;
}

/* ------- WOOCOMMERCE OVERRIDES ---------- */
/* line 676, ../scss/custom.scss */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #cb5220;
}

/* line 679, ../scss/custom.scss */
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #219e7e;
}

/* line 682, ../scss/custom.scss */
.woocommerce mark {
  background: none;
}

/* line 686, ../scss/custom.scss */
.facetwp-type-checkboxes {
  max-height: none !important;
}

/* ------- EVENTS CALENDAR OVERRIDES ---------- */
/* line 692, ../scss/custom.scss */
#tribe-events-pg-template {
  max-width: none;
}

/* ------- GROCERY FEATURES ---------- */
/* line 699, ../scss/custom.scss */
.page-template-page_grocery .featured-box {
  border: 1px dotted #219e7e;
  padding: 10px;
  margin-top: 20px;
}
/* line 704, ../scss/custom.scss */
.page-template-page_grocery .special-name {
  font-weight: bold;
  font-size: 1.2em;
  font-family: "adelle";
  color: #252525;
}
/* line 711, ../scss/custom.scss */
.page-template-page_grocery .grocery-favorite-producers {
  font-size: 0.8em;
  line-height: 1.2em;
}

/*
  Added for fousc fix on mmenu
  @see http://mmenu.frebsite.nl/support/tips-and-tricks.html
*/
/* line 723, ../scss/custom.scss */
#mobile-navigation:not(.mm-menu) {
  display: none;
}

/* -------- HOMEPAGE -------- */
/* line 730, ../scss/custom.scss */
.page-template-home_new .homepage-moving-art {
  max-height: 560px;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

/* line 736, ../scss/custom.scss */
.page-template-home_new .homepage-hero-image {
  display: none;
}

@media only screen and (max-width: 1080px) {
  /* Smartphone and Tablet */
  /* Homepage */
  /* line 7, ../scss/responsive.scss */
  .page-template-home_new .homepage-moving-art {
    display: none;
  }

  /* line 10, ../scss/responsive.scss */
  .page-template-home_new .homepage-hero-image {
    display: block;
  }

  /* ZCoB Bar */
  /* line 16, ../scss/responsive.scss */
  #toppanel {
    display: none;
  }

  /* line 20, ../scss/responsive.scss */
  header#masthead {
    height: 70px;
    margin-top: 0px;
    /* Menus */
  }
  /* line 26, ../scss/responsive.scss */
  header#masthead #site-navigation,
  header#masthead .social-media-nav {
    display: none;
  }
  /* line 30, ../scss/responsive.scss */
  header#masthead #mobile-menu-button {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 30px;
    height: 50px;
    color: white;
  }
  /* line 38, ../scss/responsive.scss */
  header#masthead #mobile-menu-button:hover, header#masthead #mobile-menu-button:active {
    text-decoration: none;
  }
  /* line 43, ../scss/responsive.scss */
  header#masthead .site-branding {
    background-size: cover;
    height: 65px;
    width: 230px;
    top: 5px;
    left: 25%;
  }

  /* line 53, ../scss/responsive.scss */
  .mm-menu {
    background: #219e7e;
    color: white;
  }

  /*
  #search {
    display: none;
  }
  */
  /* line 64, ../scss/responsive.scss */
  .zcob-footer {
    display: none;
  }

  /* line 68, ../scss/responsive.scss */
  img.homepage-art {
    display: none;
  }

  /* line 72, ../scss/responsive.scss */
  .row {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 77, ../scss/responsive.scss */
  .sidebar {
    display: none;
    /*
    display: block;
    padding: 20px;
    */
  }

  /* line 87, ../scss/responsive.scss */
  footer .inner .footer-panel {
    padding: 0px 20px;
    width: 100%;
  }
  /* line 93, ../scss/responsive.scss */
  footer #mc_embed_signup {
    margin-bottom: 40px;
  }

  /* line 100, ../scss/responsive.scss */
  .homepage-features .homepage-feature div {
    height: auto;
  }

  /* line 104, ../scss/responsive.scss */
  .menu-list {
    display: block;
  }

  /* Other pieces */
  /* line 111, ../scss/responsive.scss */
  .breadcrumb {
    display: none;
  }

  /*
  Added for wp admin menu on mobile
  */
  /* line 118, ../scss/responsive.scss */
  #wpadminbar {
    top: -46px;
  }
}
@media only screen and (max-width: 767px) {
  /* Smartphone */
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* Tablet */
}
@media only screen and (min-width: 1080px) and (max-width: 1300px) {
  /* Desktop */
  /* line 137, ../scss/responsive.scss */
  header#masthead nav li {
    padding-left: 20px;
  }
}
