@charset "UTF-8";
/* 12 column grid, $col = 8.33333% */
/* Colors */
/* Fonts */
/* Layout */
/* ----------------- ANIMATION --------------------- */
@-moz-keyframes slide-in {
  from {
    transform: translateY(80%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-in {
  from {
    transform: translateY(80%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slide-in {
  from {
    transform: translateY(80%);
  }
  to {
    transform: translateY(0);
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes shimmer {
  0% {
    background-position: top left;
  }
  20% {
    background-position: top right;
  }
  100% {
    background-position: top right;
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: -170% 0;
  }
  20% {
    background-position: 100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@-o-keyframes shimmer {
  0% {
    background-position: -170% 0;
  }
  20% {
    background-position: 100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes shimmer {
  0% {
    background-position: -170% 0;
  }
  20% {
    background-position: 100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

:root {
  --zcobbarColor: #30a88b;
}

.zcobbar-close.zcobbar-close {
  top: 100px;
}

.zcobbar-footer {
  padding-bottom: 80px;
}



/* --------- General Formatting --------- */
body {
  color: #252525;
  font-size: 16px;
  font-family: "lato", "helvetica", arial, sans-serif;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
.crp_related .crp_title,
h5 {
  clear: none;
}

h1,
h2,
h3 {
  font-family: "tablet-gothic-condensed", "helvetica", arial, sans-serif;
  color: #219e7e;
}

h1 {
  text-transform: uppercase;
  font-size: 4em;
  border-bottom: 3px solid #219e7e;
}

h2 {
  font-family: "adelle", georgia, serif;
}

h3 {
  color: #cb5220;
  text-transform: uppercase;
  font-weight: bold;
}

h4, .crp_related .crp_title {
  font-family: "tablet-gothic-condensed", "helvetica", arial, sans-serif;
  color: #cb5220;
  text-transform: uppercase;
  font-weight: bold;
}
footer h4, footer .crp_related .crp_title, .crp_related footer .crp_title {
  font-size: 2em;
}

.serif {
  font-family: "adelle", georgia, serif;
}

.lato {
  font-family: "lato", "helvetica", arial, sans-serif;
}

.header,
.narrow {
  font-family: "tablet-gothic-condensed", "helvetica", arial, sans-serif;
}

.teal {
  color: #219e7e;
}

.orange {
  color: #cb5220;
}

.capitalize {
  text-transform: uppercase;
}

.clear {
  clear: both;
}

.flex {
  display: flex;
}
.flex.center {
  justify-content: center;
}
.flex.align-baseline {
  align-items: baseline;
}
.flex.row {
  flex-direction: row;
}
.flex.wrap {
  flex-wrap: wrap;
}

a,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  color: #219e7e;
}

p {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

[contenteditable=true]:focus {
  outline: none;
}

.list.no-padding {
  padding-left: 1em;
}
.list.no-padding li {
  padding-bottom: 1em;
}

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

.breadcrumb {
  font-size: 14px;
  background-color: white;
  padding-left: 0;
}

.testimonial {
  font-size: 1em;
  font-family: "tablet-gothic-condensed", "helvetica", arial, sans-serif;
  font-style: italic;
  color: #666666;
}

.timeline_date {
  background-color: #cb5220;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 15px;
  float: left;
  margin-right: 20px;
  font-weight: bold;
}

/* --------- Master Layout --------- */
#page {
  width: 100%;
}

body {
  margin-top: 120px;
}
body header#masthead {
  top: 0;
}
body.home {
  margin-top: 0;
}
body.home footer {
  margin-top: 0;
}

header#masthead {
  width: 100%;
  margin: 0 auto;
  height: 120px;
  z-index: 10;
  background: rgba(37, 37, 37, 0.9);
  position: fixed;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header#masthead.shrink {
  height: 50px;
}
header#masthead.shrink .site-branding {
  top: 10px;
  height: 30px;
}
header#masthead.shrink .site-branding h1.site-title {
  font-size: 1.5em;
}
header#masthead.shrink nav {
  top: 12px;
}
header#masthead div.row.inner {
  margin: 0;
}
header#masthead .site-branding {
  background-image: url("../images/template/header-logo.svg");
  background-repeat: no-repeat;
  position: relative;
  top: 25px;
  left: 40px;
  height: 80px;
  width: 350px;
  background-size: contain;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header#masthead .site-branding h1.site-title,
header#masthead .site-branding span.site-title {
  text-indent: -3000px;
  border-bottom: none;
  margin: 0;
  font-size: 4em;
  transition: all 0.4s ease;
  display: block;
  height: 100%;
}
header#masthead nav {
  position: absolute;
  top: 52px;
  right: 55px;
  width: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header#masthead nav .menu.nav-menu {
  display: flex;
  align-items: center;
  gap: 16px;
}
header#masthead nav li {
  list-style: none;
}
header#masthead nav li.btn {
  min-width: unset;
}
header#masthead nav li.btn a {
  font-size: 90%;
}
header#masthead nav a {
  font-size: 1.2em;
  color: white;
  font-family: "tablet-gothic-condensed", "helvetica", arial, sans-serif;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
header#masthead nav li:not(.btn) a:hover, header#masthead nav li:not(.btn) a:focus {
  color: #219e7e;
}

header#masthead #mobile-menu-button {
  display: none;
}

.mobile-menu {
  display: block;
  position: fixed;
  max-width: calc(100vw-30px);
  background: rgba(33, 158, 126, 0.9);
  padding: 15px;
  margin: -10px -15px 0;
  z-index: 100;
  width: 100%;
}
.mobile-menu label {
  color: #ffffff;
}
.mobile-menu .menu-list {
  max-width: 80vw;
}

.art-filters-button {
  display: none;
}

.sidebar {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.sidebar li {
  list-style: none;
}
.sidebar .heading a {
  font-size: 1em;
  color: #cb5220;
}
.sidebar a {
  font-size: 1.1em;
  color: #252525;
}
.sidebar a:hover {
  color: #cb5220;
}
.sidebar .current_page_item a {
  font-weight: bold;
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#content {
  padding-top: 20px;
}

footer {
  background-image: url("../images/template/deli-floor.svg");
  background-repeat: repeat;
  background-size: 64px;
  display: block;
  padding: 40px;
  margin-top: 40px;
  text-align: center;
}
footer .inner {
  background: #ffffff;
  background-image: none;
}
footer .inner .footer-panel .social {
  padding-left: 0;
  list-style-type: none;
}
footer .inner .footer-panel .social li a {
  color: #252525;
}
footer body.home footer {
  margin-top: 0;
}
footer i.fa {
  font-size: 20px;
  padding-left: 10px;
  padding-bottom: 10px;
  color: #252525;
}

.zcob-footer {
  text-align: center;
  padding: 10px;
  background: #252525;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
}

/* --------- Images --------- */
.align-center {
  display: block;
  margin: 0 auto;
}

#preview {
  position: absolute;
  border: 4px solid #F97100;
  background: #FFF;
  padding: 5px;
  display: none;
  color: #fff;
  z-index: 9999;
}

/* --------- Homepage --------- */
.big-four .big-three {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  margin: 170px 3em 50px;
}
@media only screen and (max-width: 1430px) {
  .big-four .big-three {
    margin-top: 80px;
  }
}
.big-four .big-three a {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 1em;
  height: 100%;
  padding: 2em;
  color: #252525;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 80%;
  flex-basis: 31%;
}
.big-four .big-three a::before {
  content: "";
  height: 200px;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media only screen and (min-width: 1645px) {
  .big-four .big-three a {
    background-position: right;
    background-size: 85% 100%;
  }
  .big-four .big-three a::before {
    background-position: top;
  }
}
@media only screen and (min-width: 501px) and (max-width: 887px) {
  .big-four .big-three a {
    flex-basis: 100%;
    max-width: 480px;
    margin-top: 2em;
    background-position: right;
    background-size: 85% 100%;
  }
  .big-four .big-three a::before {
    background-position: top;
  }
}
@media only screen and (max-width: 500px) {
  .big-four .big-three a {
    min-width: 350px;
  }
}
.big-four .big-three a:nth-of-type(1) {
  background-image: url("../images/homepage/big3/bg1.svg");
}
.big-four .big-three a:nth-of-type(1):hover {
  background-image: url("../images/homepage/big3/bg1-hover.svg");
  color: #ffffff;
}
.big-four .big-three a:nth-of-type(1):hover .phone {
  color: #ffffff !important;
  text-decoration: underline;
}
.big-four .big-three a:nth-of-type(1):hover .btn {
  background-color: #cb5220;
}
.big-four .big-three a:nth-of-type(2) {
  background-image: url("../images/homepage/big3/bg2.svg");
}
.big-four .big-three a:nth-of-type(2):hover {
  background-image: url("../images/homepage/big3/bg2-hover.svg");
  color: #ffffff;
}
.big-four .big-three a:nth-of-type(2):hover .phone {
  color: #ffffff !important;
  text-decoration: underline;
}
.big-four .big-three a:nth-of-type(2):hover .btn {
  background-color: #cb5220;
}
.big-four .big-three a:nth-of-type(3) {
  background-image: url("../images/homepage/big3/bg3.svg");
}
.big-four .big-three a:nth-of-type(3):hover {
  background-image: url("../images/homepage/big3/bg3-hover.svg");
  color: #ffffff;
}
.big-four .big-three a:nth-of-type(3):hover .phone {
  color: #ffffff !important;
  text-decoration: underline;
}
.big-four .big-three a:nth-of-type(3):hover .btn {
  background-color: #cb5220;
}
.big-four .plus-four {
  margin: 0 5%;
  display: flex;
  place-content: center;
}
@media only screen and (min-width: 1645px) {
  .big-four .plus-four {
    margin: 0 20%;
  }
}
@media only screen and (max-width: 887px) {
  .big-four .plus-four {
    margin: 0 3em;
  }
}
.big-four .plus-four a {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2em;
  color: #252525;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 60%;
  background-image: url("../images/homepage/big3/bg4.svg");
  flex-basis: 80%;
}
.big-four .plus-four a::before {
  content: "";
  height: 200px;
  flex-basis: 15%;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 887px) {
  .big-four .plus-four a {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 1em;
    height: 100%;
    max-width: 480px;
    margin: 2em auto;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 85% 100%;
    background-image: url("../images/homepage/big3/bg1.svg");
  }
  .big-four .plus-four a::before {
    content: "";
    background-repeat: no-repeat;
    background-position: bottom;
  }
}
@media only screen and (max-width: 500px) {
  .big-four .plus-four a {
    min-width: 350px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 80%;
  }
}
.big-four .plus-four a:hover {
  background-image: url("../images/homepage/big3/bg4-hover.svg");
}
@media only screen and (max-width: 887px) {
  .big-four .plus-four a:hover {
    background-image: url("../images/homepage/big3/bg1-hover.svg");
  }
}
.big-four .plus-four a:hover .phone {
  color: #252525 !important;
  text-decoration: underline;
}
.big-four .plus-four a:hover .btn {
  background-color: #cb5220;
}
.big-four .plus-four a .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-basis: 80%;
}
@media only screen and (max-width: 887px) {
  .big-four .plus-four a .content {
    flex-direction: column;
  }
}
@media only screen and (min-width: 501px) and (max-width: 887px) {
  .big-four .plus-four a .content {
    grid-column: 2;
  }
}
.big-four .plus-four a .title {
  margin-top: 1.5em;
}
.big-four .plus-four a .title .heading img {
  height: 5em;
}
.big-four .plus-four a .body {
  margin-top: 1.5em;
}
.big-four .plus-four a .button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1.5em;
}
.big-four .heading {
  margin: 1.5em 0 0.5em;
}
.big-four .heading img {
  height: 2.5em;
}
.big-four .number img {
  height: 2em;
  width: auto;
}
.big-four .sandwiches::before {
  background-image: url("../images/homepage/big3/sandwich-basket.svg");
}
.big-four .groceries::before {
  background-image: url("../images/homepage/big3/grocery-items.svg");
}
.big-four .next-door::before {
  background-image: url("../images/homepage/big3/coffee-cake.svg");
}
.big-four .catering::before {
  background-image: url("../images/homepage/big3/catering.svg");
}
.big-four .content {
  flex-basis: 75%;
  margin-left: 1.5em;
}

.homepage-hero {
  background-color: #252525;
  position: relative;
}
.homepage-hero .carousel {
  height: 532px;
}
.homepage-hero .item img {
  height: 532px;
  object-fit: cover;
}
.homepage-hero .carousel-indicators {
  display: none;
}

.carousel-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
}

.carousel-caption-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 70vw;
  padding: 1em 3em;
  background-color: rgba(37, 37, 37, 0.9);
}
.carousel-caption-inner h2 {
  font-size: 2.5em;
  color: #219e7e;
}

.main-cta {
  max-width: 70vw;
  background-color: rgba(33, 158, 126, 0.9);
  color: #ffffff;
  padding: 20px 25px;
  font-family: "adelle", georgia, serif;
  text-align: center;
  line-height: 1em;
  transition: all 0.2s ease;
}
.main-cta::after {
  content: " »";
}
.main-cta:hover {
  color: #ffffff;
  background-color: #cb5220;
}

.bg-white {
  background-color: white;
}

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.homepage-cta-list {
  max-width: 1800px;
  margin: 0 auto;
  --auto-grid-min-size: 25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3rem;
}
@media only screen and (max-width: 1200px) {
  .homepage-cta-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}
@media only screen and (max-width: 414px) {
  .homepage-cta-list {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

a.homepage-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4em 1em 0.6em;
  margin: 10px 0;
  background-color: #252525;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
  font-family: "tablet-gothic-condensed", "helvetica", arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.3em;
  transition: all 0.2s ease;
}
a.homepage-cta span:nth-child(2) {
  font-size: 40px;
}
a.homepage-cta.red-cta {
  background-color: #9d2024;
}
a.homepage-cta.orange-cta {
  background-color: #C24F1E;
}
a.homepage-cta.orange-cta:hover {
  background-color: #252525;
}
a.homepage-cta.green-cta {
  background-color: #1C8269;
}
a.homepage-cta.blue-cta {
  background-color: #333399;
}
a.homepage-cta.black-cta {
  background-color: #252525;
}
a.homepage-cta:hover {
  background-color: #C24F1E;
  color: #ffffff;
}
a.homepage-cta:visited {
  color: #ffffff;
}

.homepage-feature-title {
  color: #ffffff;
  background-color: #219e7e;
  padding: 15px 20px;
  margin-bottom: 0;
}

.homepage-features {
  margin-top: 40px;
}
.homepage-features .homepage-feature {
  margin-bottom: 40px;
  padding: 0 20px;
}
.homepage-features .homepage-feature h2 {
  margin: 0 auto;
  color: #219e7e;
  font-size: 4em;
  text-transform: uppercase;
}
.homepage-features .homepage-feature img {
  margin: 10px 0;
}
.homepage-features .homepage-feature span {
  font-weight: bold;
  font-family: "adelle", georgia, serif;
  font-size: 1.2em;
}
.homepage-features .homepage-feature ul,
.homepage-features .homepage-feature ol,
.homepage-features .homepage-feature li {
  list-style: none;
  padding-left: 0;
}
.homepage-features .homepage-feature.homepage-events {
  border: 2px dotted #219e7e;
  border-top: none;
}
.homepage-features .homepage-feature.homepage-events ul {
  padding-left: 0;
  list-style: none;
}
.homepage-features .homepage-feature.homepage-events ul span {
  font-weight: normal;
  display: inline-block;
  width: 70%;
}
.homepage-features .homepage-feature.homepage-events ul span:first-child {
  width: 25%;
  vertical-align: top;
  font-weight: bold;
}
.homepage-features .homepage-feature.homepage-newsletter {
  border: 2px dotted #219e7e;
  border-top: none;
  padding: 10px 20px 0;
}

.homepage-description {
  background-color: #24ab88;
  background-image: url("../images/template/deli-floor-homepage.svg");
  background-repeat: repeat;
  background-size: 64px;
  color: #ffffff;
  text-align: center;
}
.homepage-description .inner > div {
  display: block;
  margin: 0;
  padding: 20px 20px 30px 20px;
  font-weight: normal;
}
.homepage-description .inner > div h2 {
  color: #ffffff;
  font-family: "tablet-gothic-condensed", "helvetica", arial, sans-serif;
  text-transform: uppercase;
  font-size: 2em;
}
.homepage-description .homepage-content {
  font-weight: bold !important;
}
.homepage-description .homepage-content a {
  color: white;
  text-decoration: underline;
}

#null-instagram-feed {
  padding-bottom: 0;
}
#null-instagram-feed .clear {
  display: none;
}

.sidebar_title {
  margin-top: 0;
  text-align: left;
  color: #fff;
  font-weight: initial;
  font-size: 1em;
}

.instagram-pics {
  padding-left: 0;
  list-style-type: none;
}
.instagram-pics li {
  float: left;
  width: 45%;
  margin: 5px;
}
.instagram-pics li img {
  border: 2px solid #fff;
}

.sbi_photo {
  border: 2px solid #fff;
}

.dino svg {
  margin-top: 52px;
  background-color: blue;
  padding: 15px;
}
.dino svg:hover #Dino, .dino svg:active #Dino, .dino svg:focus #Dino {
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  transform-origin: center;
}

#Dino {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}

/* ---------- Next Door Page ----------- */
.page-template-page_menu-next-door .nd-three {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.page-template-page_menu-next-door .nd-three > * {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  grid-gap: 1em;
  min-width: 200px;
  padding: 0 2em 2em;
  margin-bottom: 2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.page-template-page_menu-next-door .nd-three > *:hover .content p, .page-template-page_menu-next-door .nd-three > *:focus .content p {
  color: #ffffff;
}
.page-template-page_menu-next-door .nd-three > *:hover .btn, .page-template-page_menu-next-door .nd-three > *:focus .btn {
  background-color: #cb5220;
}
.page-template-page_menu-next-door .nd-three > *::before {
  content: "";
  height: 120px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.page-template-page_menu-next-door .nd-three > * .content {
  display: flex;
  flex-flow: column nowrap;
  place-items: center;
}
.page-template-page_menu-next-door .nd-three > * .content p {
  margin: 1em 0;
  color: #252525;
  text-align: center;
}
.page-template-page_menu-next-door .nd-three > * .heading {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page-template-page_menu-next-door .nd-three > * .heading > img {
  width: 100%;
}
.page-template-page_menu-next-door .nd-three .in-person {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNjMgMTg5Ij4KICA8cGF0aCBmaWxsPSIjRDhEOEQ4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01OCA0Yy0xNSAxLTI2LTEtNDEgNi0yMiA5LTE3IDk3LTE2IDExM2E1NjcgNTY3IDAgMDA3IDUzYzI0IDE5IDY4IDEyIDkxIDExIDEyIDAgMTYtMSAyNy0xMCA4LTYgMTUtMyAyMS0xMSAyNC0zMSAxOC0xMDUgMC0xNDJDMTM0LTEgODUgMCA2NiAwbC04IDR6Ii8+Cjwvc3ZnPgo=");
}
.page-template-page_menu-next-door .nd-three .in-person:hover, .page-template-page_menu-next-door .nd-three .in-person:focus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNjMgMTg5Ij4KICA8cGF0aCBmaWxsPSIjMjE5RTdFIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01OCA0Yy0xNSAxLTI2LTEtNDEgNi0yMiA5LTE3IDk3LTE2IDExM2E1NjcgNTY3IDAgMDA3IDUzYzI0IDE5IDY4IDEyIDkxIDExIDEyIDAgMTYtMSAyNy0xMCA4LTYgMTUtMyAyMS0xMSAyNC0zMSAxOC0xMDUgMC0xNDJDMTM0LTEgODUgMCA2NiAwbC04IDR6Ii8+Cjwvc3ZnPgo=");
}
.page-template-page_menu-next-door .nd-three .in-person::before {
  background-image: url("../images/next-door/in-person-img.svg");
}
.page-template-page_menu-next-door .nd-three .coffee {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNjggMjIxIj4KICA8cGF0aCBmaWxsPSIjRDhEOEQ4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00OCA1QzQ2IDUgMTAgNCA1IDIxYy03IDI2LTQgNzItMiA5OWExMTEzIDExMTMgMCAwMDkgNzNjOSAxOCAyNCAxNyAzOCAyMiAyMCA3IDcyIDYgODcgMiA0Mi0xMCAzMC02MSAyNy0xMTItMi0yNCAzLTU5LTgtODFDMTQwLTExIDc0IDIgNTcgM2wtOSAyeiIvPgo8L3N2Zz4K");
}
.page-template-page_menu-next-door .nd-three .coffee:hover, .page-template-page_menu-next-door .nd-three .coffee:focus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNjggMjIxIj4KICA8cGF0aCBmaWxsPSIjMjE5RTdFIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00OCA1QzQ2IDUgMTAgNCA1IDIxYy03IDI2LTQgNzItMiA5OWExMTEzIDExMTMgMCAwMDkgNzNjOSAxOCAyNCAxNyAzOCAyMiAyMCA3IDcyIDYgODcgMiA0Mi0xMCAzMC02MSAyNy0xMTItMi0yNCAzLTU5LTgtODFDMTQwLTExIDc0IDIgNTcgM2wtOSAyeiIvPgo8L3N2Zz4K");
}
.page-template-page_menu-next-door .nd-three .coffee::before {
  background-image: url("../images/next-door/coffee-img.svg");
}
.page-template-page_menu-next-door .nd-three .cakes {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNjMgMjE1Ij4KICA8cGF0aCBmaWxsPSIjRDhEOEQ4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01NyAwQzQ3IDQgMzIgOCAyNCAyMGMtMyA0LTEyIDI1LTE0IDM1LTE0IDU3LTE2IDEyMiAyMiAxNTQgMTIgMTEgMzAgMCA0My0xIDEwLTEgMjEtMiAzMi0xIDEyIDEgNDkgMTggNTMtMjJsMi0yOGMwLTMyIDItNjUgMC05OCAwLTktMy0xOC02LTI2LTctMjItMjYtMTUtMzctMTQtMzAgMi0zMC0zLTU1LTE0bC03LTV6Ii8+Cjwvc3ZnPgo=");
}
.page-template-page_menu-next-door .nd-three .cakes:hover, .page-template-page_menu-next-door .nd-three .cakes:focus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNjMgMjE1Ij4KICA8cGF0aCBmaWxsPSIjMjE5RTdFIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01NyAwQzQ3IDQgMzIgOCAyNCAyMGMtMyA0LTEyIDI1LTE0IDM1LTE0IDU3LTE2IDEyMiAyMiAxNTQgMTIgMTEgMzAgMCA0My0xIDEwLTEgMjEtMiAzMi0xIDEyIDEgNDkgMTggNTMtMjJsMi0yOGMwLTMyIDItNjUgMC05OCAwLTktMy0xOC02LTI2LTctMjItMjYtMTUtMzctMTQtMzAgMi0zMC0zLTU1LTE0bC03LTV6Ii8+Cjwvc3ZnPgo=");
}
.page-template-page_menu-next-door .nd-three .cakes::before {
  background-image: url("../images/next-door/cakes-img.svg");
}

/* -------- Buttons ---------*/
.btn {
  background-image: none;
  min-width: 200px;
  font-size: 1em;
  font-family: "tablet-gothic-condensed", "helvetica", arial, sans-serif;
  text-transform: uppercase;
  text-shadow: 0 1px 2px #252525;
  transition: transform 0.2s ease;
}
.btn:hover, .btn:active, .btn:focus {
  transform: scale(1.03);
  transition: transform 0.2s ease;
}
.btn-primary, .btn-mobile {
  background-color: #219e7e;
  border-color: #219e7e;
  color: #ffffff;
}
.btn-primary:hover, .btn-mobile:hover, .btn-primary:focus, .btn-mobile:focus, .btn-primary:active, .btn-mobile:active {
  background-color: #cb5220;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary:visited, .btn-mobile:visited {
  color: #ffffff;
}
.btn-secondary {
  border-color: #cb5220;
  color: #cb5220;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary.reverse {
  background-color: #cb5220;
  border-color: #cb5220;
  color: #ffffff;
}
.btn-reverse {
  background-color: #ffffff;
  border: 1px solid #219e7e;
  color: #219e7e;
}
.btn-reverse:hover, .btn-reverse:focus, .btn-reverse:active {
  background-color: #219e7e;
  color: #ffffff;
}
.btn-reverse:visited {
  color: #219e7e;
}

button,
button:hover {
  box-shadow: none;
}

/* --------- Forms --------- */
input[type=submit] {
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 10px;
  display: inline-block;
  background-image: none;
  color: #ffffff;
  border: 1px solid #219e7e;
  background-color: #219e7e;
}
input[type=submit] span {
  display: block;
  font-size: 12px;
  text-transform: none;
}

#mc_embed_signup {
  margin-bottom: 20px;
}
#mc_embed_signup input.email,
#mc_embed_signup #mce-EMAIL,
#mc_embed_signup #mc-embedded-subscribe {
  height: 40px;
  border-radius: 0px;
  display: inline-block;
  margin-bottom: 10px;
}

.mm-listview > li > span.heading {
  padding: 10px 0 10px 10px;
  font-weight: 700;
}

.search {
  padding: 0;
}
.search i {
  display: none;
}
.search input {
  margin: 0;
  border: none;
  box-shadow: none;
  text-shadow: none;
  vertical-align: bottom;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.search input.gsc-input {
  width: 80%;
  max-width: 400px;
}
.search input.gsc-search-button {
  display: none;
}
.search input[type=text] {
  padding: 0 6px 1px;
  border: 1px solid #9b9b9b;
  font-family: "tablet-gothic-condensed", "helvetica", arial, sans-serif;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.2s linear;
}
.search input[type=text]:focus, .search input[type=text]:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.search .gsc-clear-button {
  display: none;
}
.search-results--search .search {
  color: #252525;
  width: 100%;
  max-width: 450px;
  margin: 20px 20px 0;
}
.search-results--search .search input[type=text] {
  color: #252525;
}
#mobile-navigation .search {
  padding: 15px;
  font-size: 1.5em;
}
#mobile-navigation .search i {
  display: inline;
  float: left;
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  font-size: 0.9em;
}
#mobile-navigation .search input[type=text] {
  border-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 10px 10px 10px 40px;
}
#mobile-navigation .search input[type=text]:focus, #mobile-navigation .search input[type=text]:hover {
  border-color: #ffffff;
  color: #ffffff;
  outline: none;
}
#mobile-navigation .search ::placeholder {
  color: #cccccc;
}

#mc_embed_signup {
  background: #fff;
  clear: left;
}
#mc_embed_signup #mc-embedded-subscribe-form {
  padding: 0;
}
#mc_embed_signup .mc-field-group {
  width: 100%;
}
#mc_embed_signup .mc-field-group.input-group label {
  /*display: none;*/
  vertical-align: top;
  line-height: 2em;
  margin-left: 20px;
}
#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;
}
#mc_embed_signup .mc-field-group input#mce-EMAIL {
  display: inline-block;
  width: 215px;
}
#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: 0.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;
}
#mc_embed_signup .clear {
  clear: none;
}
#mc_embed_signup div.mce_inline_error {
  width: 215px;
}

.sidebar {
  padding-top: 20px;
}
.sidebar li,
.sidebar ul,
.sidebar ol {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 12px;
  font-weight: bold;
}
.sidebar li {
  padding: 5px 0;
  font-size: 1.2em;
}
.sidebar .heading,
.sidebar h4,
.sidebar .crp_related .crp_title,
.crp_related .sidebar .crp_title {
  font-weight: normal;
  font-size: 2em;
  color: #cb5220;
  font-family: "adelle", georgia, serif;
  margin-top: 30px;
  margin-bottom: 5px;
  text-transform: lowercase;
}

/* ------ LISTS ------ */
ol,
ul {
  margin-left: 0;
}

/* ------- Z-COB BAR OVERRIDES ---------*/
div#z-icon.zcobbar-ribbon {
  position: fixed;
}

/* ------- 404 Page -------- */
.error404 {
  padding-top: 30px;
}

/* ------- MENUS ------- */
.allmenus {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .allmenus {
    margin-top: 75px;
  }
}
.allmenus .menu-desc {
  font-size: 15px;
  text-align: center;
}
.allmenus .item {
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.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;
}
.allmenus .item span {
  color: #1aa8a5;
}
.allmenus .item .menu-item-title {
  font-family: "tablet-gothic-condensed", "helvetica", arial, sans-serif;
  font-size: 1.5em;
  line-height: 100%;
  text-transform: uppercase;
  color: #219e7e;
  margin: 5px 0;
}
.allmenus .item .menu-item-img {
  width: 300px;
  display: block;
}
.allmenus .itemw2 {
  width: 100%;
  clear: both;
}
.allmenus .attachment-post-thumbnail.wp-post-image {
  margin-bottom: 20px;
}

.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;
}

.allmenus .item .submenu-desc {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-style: italic;
  margin-top: 20px;
}

.allmenus .item .menu-item-price {
  font-weight: bold;
  color: #3d3d3f;
}

/* ------- KIDS COLORING CONTEST PAGE -------- */
.coloring-winners,
.coloring-pages {
  display: grid;
  grid-row-gap: 2em;
  list-style: none;
  padding-left: 0;
  text-align: center;
}

.coloring-winners {
  grid-template-columns: repeat(3, 1fr);
}

.coloring-pages {
  grid-template-columns: repeat(4, 1fr);
}

/* ------- ART FOR SALE PAGE ----------- */
.art-boxes > .col-sm-4 {
  padding-right: 10px;
  padding-left: 10px;
}

.art-boxes {
  margin-bottom: 15px;
}

.holder {
  padding: 20px;
}

.holder.left {
  margin-left: 0;
}

.holder.right {
  margin-right: 0;
}

.art-boxes h2,
.subscribe h2 {
  margin: 0;
  color: #fff;
}

.bg-rust {
  background-color: #cb5220;
}

.bg-green {
  background: #219e7e;
}

#subscribe-result {
  opacity: 0;
  transition: opacity 0.5s;
}

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

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #219e7e;
}

.woocommerce mark {
  background: none;
}

.facetwp-type-checkboxes {
  max-height: none;
}

/* ------- GROCERY FEATURES ---------- */
.page-template-page_grocery .featured-box,
.page-template-page_next-door .featured-box {
  border: 1px dotted #219e7e;
  padding: 10px;
  margin-top: 20px;
  overflow: auto;
}
.page-template-page_grocery .special-name,
.page-template-page_next-door .special-name {
  font-weight: bold;
  font-size: 1.2em;
  font-family: "adelle", georgia, serif;
  color: #252525;
}
.page-template-page_grocery .grocery-favorite-producers,
.page-template-page_next-door .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
*/
#mobile-navigation:not(.mm-menu) {
  display: none;
}

.dino-kids {
  width: 200px;
}

.homepage-buttons {
  margin-top: 125px;
}
@media only screen and (max-width: 1200px) {
  .homepage-buttons {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 414px) {
  .homepage-buttons {
    margin-top: 90px;
  }
}

.big-four .big-three {
  margin-top: 50px;
}

.post-edit-link {
  display: block;
  clear: both;
  width: 100%;
}

@media only screen and (max-width: 1320px) {
  /* Smartphone and Tablet */
  body {
    margin-top: 60px;
  }

  /* Homepage */
  /* ZCoB Bar */
  #toppanel {
    display: none;
  }

  .site-title {
    margin: 0;
    font-size: 3em;
  }

  header#masthead {
    height: 70px;
    margin-top: 0px;
    /* Menus */
  }
  header#masthead.shrink {
    height: 70px;
  }
  header#masthead.shrink .site-branding {
    top: 10px;
    height: 65px;
  }
  header#masthead #site-navigation,
header#masthead .social-media-nav {
    display: none;
  }
  header#masthead #mobile-menu-button {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 30px;
    height: 50px;
    color: #ffffff;
  }
  header#masthead #mobile-menu-button:hover, header#masthead #mobile-menu-button:active {
    text-decoration: none;
  }
  header#masthead .site-branding {
    background-size: contain;
    height: 65px;
    width: 230px;
    top: 10px;
    left: 25%;
  }

  .mm-menu {
    background: #219e7e;
    color: #ffffff;
  }

  /*
  #search {
    display: none;
  }
  */
  .art-filters-button {
    display: block;
  }

  .zcob-footer {
    display: none;
  }

  img.homepage-art {
    display: none;
  }

  footer #mc_embed_signup {
    margin-bottom: 40px;
  }

  .homepage-hero {
    background-color: transparent;
  }

  .homepage-feature {
    padding: 0;
  }

  .homepage-features .homepage-feature div {
    height: auto;
  }

  .dino svg {
    margin-top: 0;
  }

  /* Other pieces */
  .breadcrumb {
    display: none;
  }

  .page-template-page_menu .sidebar,
.page-template-page_sidebar .sidebar {
    padding: 20px;
  }

  .instagram-pics li {
    width: 45%;
  }

  .coloring-winners,
.coloring-pages {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 1em;
  }

  /*
    Added for wp admin menu on mobile
   */
  #wpadminbar {
    top: -46px;
  }
}
@media only screen and (max-width: 767px) {
  /* Smartphone */
  /* ------- ART FOR SALE PAGE ----------- */
  .art-boxes > .col-sm-4 {
    padding-top: 10px;
  }

  .homepage-hero .carousel {
    height: 350px;
  }
  .homepage-hero .item img {
    height: 350px;
    width: 100%;
  }
  .homepage-hero .item .carousel-caption {
    top: 60px;
  }
  .homepage-hero .item .carousel-caption-inner {
    padding: 0.5em 1.5em;
  }
  .homepage-hero .item h2 {
    font-size: 1.75em;
  }
  .homepage-hero .item .main-cta {
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1020px) {
  /* Tablet */
  .homepage-hero .item h2 {
    font-size: 2em;
  }
  .homepage-hero .item .main-cta {
    padding: 15px 20px;
  }

  .social-sidebar {
    width: 50%;
    float: left;
  }

  .dino {
    width: 50%;
    left: 0;
  }
  .dino svg {
    height: 250px;
    margin-top: 52px;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1300px) {
  /* smaller portable */
  header#masthead nav li {
    padding-left: 18px;
  }
}
/*created for sanity*/
.background-dark {
  color: #ffffff;
  background: #252525;
  margin-top: 10px;
}
.background-dark a {
  color: #ffffff;
}
.background-dark footer {
  background-image: none;
}

.ig-display {
  max-width: 150px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.logo-header {
  width: 200px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.flex-holder {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.green-stripe {
  background-color: #219e7e;
  color: #ffffff;
  font-family: "tablet-gothic-condensed", "helvetica", arial, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
}
.green-stripe .telephone,
.green-stripe .hours {
  text-align: center;
  margin: 10px;
  color: #ffffff;
}
.green-stripe .telephone a,
.green-stripe .hours a {
  color: #ffffff;
}

.btn-mobile {
  font-size: 22px;
  font-family: "tablet-gothic-condensed", "helvetica", arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background: #219e7e;
  width: 300px;
  align-items: center;
  margin: 8px auto;
  min-height: 40px;
}
.btn-mobile a {
  color: #ffffff;
}
.btn-mobile::hover {
  color: #ffffff;
  background-color: #cb5220;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}

.ig-item {
  position: relative;
  flex: 1 0 22rem;
  margin: 1rem;
  color: #fff;
  cursor: pointer;
}

.ig-images {
  height: 100%;
  width: 100%;
  margin: 5px;
  padding: 5px;
  object-fit: cover;
}

.ig-links {
  height: 150px;
}

.insta-container {
  max-width: 93.5rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}

.ig-footer-mobile {
  padding: 0;
  height: 60px;
}

.ig-icon-bar {
  width: 100%;
  background: #252525;
  overflow: auto;
  height: 60px;
}
.ig-icon-bar a {
  float: left;
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: #ffffff;
  font-size: 36px;
  height: 35px;
  width: 25%;
  padding: 12px 0;
  color: #219e7e;
}
.ig-icon-bar a :hover {
  background-color: #9b9b9b;
}
.ig-icon-bar a :active,
.ig-icon-bar a .active {
  background-color: #9b9b9b;
}

/* -------- BLOG --------- */
span.archive {
  padding: 3px 10px;
  font-size: 90%;
  text-transform: uppercase;
  font-family: "tablet-gothic-condensed", "helvetica", arial, sans-serif;
  color: #ffffff;
  background: #219e7e;
}
span.archive:hover, span.archive:focus, span.archive:visited {
  color: #ffffff;
}

.article__category {
  padding: 3px 10px;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-family: "tablet-gothic-condensed", "helvetica", arial, sans-serif;
  color: #ffffff;
  background: #219e7e;
}

body.single-post .post-meta,
body.archive .post-meta,
body.page-template-page-deli-dish .post-meta {
  display: flex;
  justify-content: space-between;
}
body.single-post .categories,
body.archive .categories,
body.page-template-page-deli-dish .categories {
  display: flex;
  flex-flow: row wrap;
  flex-basis: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.single-post .categories,
body.archive .categories,
body.page-template-page-deli-dish .categories {
    margin: 0 25px 1em;
  }
  body.single-post .categories a,
body.archive .categories a,
body.page-template-page-deli-dish .categories a {
    margin-bottom: 0.6em;
  }
}
body.single-post .categories .category,
body.archive .categories .category,
body.page-template-page-deli-dish .categories .category {
  margin-right: 0.5em;
}

body.page-template-page-deli-dish .categories,
body.archive .categories {
  margin-bottom: 1em;
}

body.page-template-page-deli-dish main .page-title,
body.page-template-page-latest-posts main .page-title,
body.archive main .page-title,
body.search-results main .page-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 1em;
  border-bottom: 3px solid #219e7e;
  clear: both;
}
@media only screen and (max-width: 768px) {
  body.page-template-page-deli-dish main .page-title,
body.page-template-page-latest-posts main .page-title,
body.archive main .page-title,
body.search-results main .page-title {
    margin-right: 0;
    margin-left: 0;
    flex-direction: column;
  }
}
body.page-template-page-deli-dish main .page-title .search,
body.page-template-page-latest-posts main .page-title .search,
body.archive main .page-title .search,
body.search-results main .page-title .search {
  margin-bottom: -3em;
}
body.page-template-page-deli-dish main .page-title .search input[type=search],
body.page-template-page-latest-posts main .page-title .search input[type=search],
body.archive main .page-title .search input[type=search],
body.search-results main .page-title .search input[type=search] {
  padding: 0 6px 1px;
  border: 1px solid #9b9b9b;
  font-family: "tablet-gothic-condensed", "helvetica", arial, sans-serif;
  font-weight: 500;
  color: #9b9b9b;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.2s linear;
}
body.page-template-page-deli-dish main .page-title .search input[type=search]:focus, body.page-template-page-deli-dish main .page-title .search input[type=search]:hover,
body.page-template-page-latest-posts main .page-title .search input[type=search]:focus,
body.page-template-page-latest-posts main .page-title .search input[type=search]:hover,
body.archive main .page-title .search input[type=search]:focus,
body.archive main .page-title .search input[type=search]:hover,
body.search-results main .page-title .search input[type=search]:focus,
body.search-results main .page-title .search input[type=search]:hover {
  color: #252525;
  border-color: #252525;
}
body.page-template-page-deli-dish main h1,
body.page-template-page-latest-posts main h1,
body.archive main h1,
body.search-results main h1 {
  margin-bottom: 0;
  border-bottom: unset;
}
body.page-template-page-deli-dish main .blog-categories,
body.page-template-page-latest-posts main .blog-categories,
body.archive main .blog-categories,
body.search-results main .blog-categories {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 10px;
  padding: 0;
  border-bottom: 1px solid #219e7e;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  body.page-template-page-deli-dish main .blog-categories,
body.page-template-page-latest-posts main .blog-categories,
body.archive main .blog-categories,
body.search-results main .blog-categories {
    margin-left: 25px;
    margin-right: 25px;
  }
}
body.page-template-page-deli-dish main .blog-categories li,
body.page-template-page-latest-posts main .blog-categories li,
body.archive main .blog-categories li,
body.search-results main .blog-categories li {
  margin-right: 1em;
}
@media only screen and (max-width: 768px) {
  body.page-template-page-deli-dish main .blog-categories li,
body.page-template-page-latest-posts main .blog-categories li,
body.archive main .blog-categories li,
body.search-results main .blog-categories li {
    margin-right: 0.5em;
  }
}
body.page-template-page-deli-dish main .blog-categories li:not(:first-of-type) h4, body.page-template-page-deli-dish main .blog-categories li:not(:first-of-type) .crp_related .crp_title, .crp_related body.page-template-page-deli-dish main .blog-categories li:not(:first-of-type) .crp_title,
body.page-template-page-latest-posts main .blog-categories li:not(:first-of-type) h4,
body.page-template-page-latest-posts main .blog-categories li:not(:first-of-type) .crp_related .crp_title,
.crp_related body.page-template-page-latest-posts main .blog-categories li:not(:first-of-type) .crp_title,
body.archive main .blog-categories li:not(:first-of-type) h4,
body.archive main .blog-categories li:not(:first-of-type) .crp_related .crp_title,
.crp_related body.archive main .blog-categories li:not(:first-of-type) .crp_title,
body.search-results main .blog-categories li:not(:first-of-type) h4,
body.search-results main .blog-categories li:not(:first-of-type) .crp_related .crp_title,
.crp_related body.search-results main .blog-categories li:not(:first-of-type) .crp_title {
  font-weight: normal;
  text-transform: uppercase;
  padding: 5px 15px;
  color: #ffffff;
  background-color: #219e7e;
}
body.page-template-page-deli-dish main .blog-categories li:first-of-type,
body.page-template-page-latest-posts main .blog-categories li:first-of-type,
body.archive main .blog-categories li:first-of-type,
body.search-results main .blog-categories li:first-of-type {
  margin-right: 0.5em;
}
body.page-template-page-deli-dish main .blog-categories li h4, body.page-template-page-deli-dish main .blog-categories li .crp_related .crp_title, .crp_related body.page-template-page-deli-dish main .blog-categories li .crp_title,
body.page-template-page-latest-posts main .blog-categories li h4,
body.page-template-page-latest-posts main .blog-categories li .crp_related .crp_title,
.crp_related body.page-template-page-latest-posts main .blog-categories li .crp_title,
body.archive main .blog-categories li h4,
body.archive main .blog-categories li .crp_related .crp_title,
.crp_related body.archive main .blog-categories li .crp_title,
body.search-results main .blog-categories li h4,
body.search-results main .blog-categories li .crp_related .crp_title,
.crp_related body.search-results main .blog-categories li .crp_title {
  margin: 0.5em 0;
}
@media only screen and (max-width: 768px) {
  body.page-template-page-deli-dish main .blog-categories li h4, body.page-template-page-deli-dish main .blog-categories li .crp_related .crp_title, .crp_related body.page-template-page-deli-dish main .blog-categories li .crp_title,
body.page-template-page-latest-posts main .blog-categories li h4,
body.page-template-page-latest-posts main .blog-categories li .crp_related .crp_title,
.crp_related body.page-template-page-latest-posts main .blog-categories li .crp_title,
body.archive main .blog-categories li h4,
body.archive main .blog-categories li .crp_related .crp_title,
.crp_related body.archive main .blog-categories li .crp_title,
body.search-results main .blog-categories li h4,
body.search-results main .blog-categories li .crp_related .crp_title,
.crp_related body.search-results main .blog-categories li .crp_title {
    margin: 0.2em 0;
  }
}
body.page-template-page-deli-dish .featured,
body.page-template-page-latest-posts .featured,
body.archive .featured,
body.search-results .featured {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 250px);
  grid-column-gap: 1em;
  grid-row-gap: 1.1em;
  grid-template-areas: "f f f f f f f s s s s s" "f f f f f f f t t t t t";
}
@media only screen and (max-width: 414px) {
  body.page-template-page-deli-dish .featured,
body.page-template-page-latest-posts .featured,
body.archive .featured,
body.search-results .featured {
    grid-template-columns: auto;
    grid-template-rows: 500px auto;
    grid-template-areas: "f" "s" "t";
  }
}
body.home .featured {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1em 1em;
  grid-template-areas: "f f" "s t";
}
@media only screen and (max-width: 414px) {
  body.home .featured {
    grid-template-columns: auto;
    grid-template-rows: 500px auto;
    grid-template-areas: "f" "s" "t";
  }
}
body.home .featured article {
  width: unset !important;
}

body.home .featured article, body.page-template-page-deli-dish .featured article,
body.page-template-page-latest-posts .featured article,
body.archive .featured article,
body.search-results .featured article {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 414px) {
  body.home .featured article, body.page-template-page-deli-dish .featured article,
body.page-template-page-latest-posts .featured article,
body.archive .featured article,
body.search-results .featured article {
    width: 100vw;
  }
}
body.home .featured article:first-of-type, body.page-template-page-deli-dish .featured article:first-of-type,
body.page-template-page-latest-posts .featured article:first-of-type,
body.archive .featured article:first-of-type,
body.search-results .featured article:first-of-type {
  grid-area: f;
}
body.home .featured article:first-of-type a, body.page-template-page-deli-dish .featured article:first-of-type a,
body.page-template-page-latest-posts .featured article:first-of-type a,
body.archive .featured article:first-of-type a,
body.search-results .featured article:first-of-type a {
  margin: 5em;
}
@media only screen and (max-width: 414px) {
  body.home .featured article:first-of-type a, body.page-template-page-deli-dish .featured article:first-of-type a,
body.page-template-page-latest-posts .featured article:first-of-type a,
body.archive .featured article:first-of-type a,
body.search-results .featured article:first-of-type a {
    margin: 0;
  }
}
body.home .featured article:first-of-type a .overlay, body.page-template-page-deli-dish .featured article:first-of-type a .overlay,
body.page-template-page-latest-posts .featured article:first-of-type a .overlay,
body.archive .featured article:first-of-type a .overlay,
body.search-results .featured article:first-of-type a .overlay {
  background-color: rgba(37, 37, 37, 0.9);
}
body.home .featured article:first-of-type a .overlay h2, body.page-template-page-deli-dish .featured article:first-of-type a .overlay h2,
body.page-template-page-latest-posts .featured article:first-of-type a .overlay h2,
body.archive .featured article:first-of-type a .overlay h2,
body.search-results .featured article:first-of-type a .overlay h2 {
  transition: all 0.2s ease-in;
}
body.home .featured article:nth-of-type(2), body.page-template-page-deli-dish .featured article:nth-of-type(2),
body.page-template-page-latest-posts .featured article:nth-of-type(2),
body.archive .featured article:nth-of-type(2),
body.search-results .featured article:nth-of-type(2) {
  grid-area: s;
}
body.home .featured article:nth-of-type(3), body.page-template-page-deli-dish .featured article:nth-of-type(3),
body.page-template-page-latest-posts .featured article:nth-of-type(3),
body.archive .featured article:nth-of-type(3),
body.search-results .featured article:nth-of-type(3) {
  grid-area: t;
}
body.home .featured article:not(:first-of-type) a, body.page-template-page-deli-dish .featured article:not(:first-of-type) a,
body.page-template-page-latest-posts .featured article:not(:first-of-type) a,
body.archive .featured article:not(:first-of-type) a,
body.search-results .featured article:not(:first-of-type) a {
  height: 100%;
  width: 100%;
}
body.home .featured article:not(:first-of-type) a .overlay, body.page-template-page-deli-dish .featured article:not(:first-of-type) a .overlay,
body.page-template-page-latest-posts .featured article:not(:first-of-type) a .overlay,
body.archive .featured article:not(:first-of-type) a .overlay,
body.search-results .featured article:not(:first-of-type) a .overlay {
  margin: 0;
  height: 100%;
  width: 100%;
}
body.home .featured article:not(:first-of-type) a .overlay h2, body.page-template-page-deli-dish .featured article:not(:first-of-type) a .overlay h2,
body.page-template-page-latest-posts .featured article:not(:first-of-type) a .overlay h2,
body.archive .featured article:not(:first-of-type) a .overlay h2,
body.search-results .featured article:not(:first-of-type) a .overlay h2 {
  color: #ffffff;
}
body.home .featured article .overlay, body.page-template-page-deli-dish .featured article .overlay,
body.page-template-page-latest-posts .featured article .overlay,
body.archive .featured article .overlay,
body.search-results .featured article .overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  background-color: rgba(37, 37, 37, 0.5);
  transition: all 0.2s ease;
}
@media only screen and (max-width: 768px) {
  body.home .featured article .overlay, body.page-template-page-deli-dish .featured article .overlay,
body.page-template-page-latest-posts .featured article .overlay,
body.archive .featured article .overlay,
body.search-results .featured article .overlay {
    margin: 25px;
  }
}
body.home .featured article .overlay h2, body.page-template-page-deli-dish .featured article .overlay h2,
body.page-template-page-latest-posts .featured article .overlay h2,
body.archive .featured article .overlay h2,
body.search-results .featured article .overlay h2 {
  text-align: center;
}
body.home .featured article .overlay:hover, body.page-template-page-deli-dish .featured article .overlay:hover,
body.page-template-page-latest-posts .featured article .overlay:hover,
body.archive .featured article .overlay:hover,
body.search-results .featured article .overlay:hover {
  background-color: #cb5220;
  transition: all 0.2s ease;
}
body.home .featured article .overlay:hover h2, body.page-template-page-deli-dish .featured article .overlay:hover h2,
body.page-template-page-latest-posts .featured article .overlay:hover h2,
body.archive .featured article .overlay:hover h2,
body.search-results .featured article .overlay:hover h2 {
  color: #ffffff;
}
body.home .featured article .overlay p, body.page-template-page-deli-dish .featured article .overlay p,
body.page-template-page-latest-posts .featured article .overlay p,
body.archive .featured article .overlay p,
body.search-results .featured article .overlay p {
  color: #ffffff;
}

body.page-template-page-deli-dish section,
body.page-template-page-latest-posts section,
body.archive section,
body.search-results section {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 768px) {
  body.page-template-page-deli-dish section,
body.page-template-page-latest-posts section,
body.archive section,
body.search-results section {
    margin-left: 0;
    margin-right: 0;
  }
}
body.page-template-page-deli-dish section .title,
body.page-template-page-latest-posts section .title,
body.archive section .title,
body.search-results section .title {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  border-bottom: 3px solid #219e7e;
}
@media only screen and (max-width: 768px) {
  body.page-template-page-deli-dish section .title,
body.page-template-page-latest-posts section .title,
body.archive section .title,
body.search-results section .title {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  body.page-template-page-deli-dish section .title h2,
body.page-template-page-latest-posts section .title h2,
body.archive section .title h2,
body.search-results section .title h2 {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 414px) {
  body.page-template-page-deli-dish section .title,
body.page-template-page-latest-posts section .title,
body.archive section .title,
body.search-results section .title {
    margin-right: 0;
  }
}
body.page-template-page-deli-dish section .title h4, body.page-template-page-deli-dish section .title .crp_related .crp_title, .crp_related body.page-template-page-deli-dish section .title .crp_title,
body.page-template-page-latest-posts section .title h4,
body.page-template-page-latest-posts section .title .crp_related .crp_title,
.crp_related body.page-template-page-latest-posts section .title .crp_title,
body.archive section .title h4,
body.archive section .title .crp_related .crp_title,
.crp_related body.archive section .title .crp_title,
body.search-results section .title h4,
body.search-results section .title .crp_related .crp_title,
.crp_related body.search-results section .title .crp_title {
  margin-left: 1em;
}
body.page-template-page-deli-dish .latest,
body.page-template-page-latest-posts .latest,
body.archive .latest,
body.search-results .latest {
  display: grid;
  grid-template-columns: 41.6666666667% 58.3333333333%;
  grid-template-rows: auto;
  grid-column-gap: 1em;
  grid-row-gap: 1.1em;
  grid-template-areas: "title title" "first second" "first third" "first fourth";
}
@media only screen and (max-width: 768px) {
  body.page-template-page-deli-dish .latest,
body.page-template-page-latest-posts .latest,
body.archive .latest,
body.search-results .latest {
    grid-template-columns: 58.3333333333% 41.6666666667%;
  }
}
@media only screen and (max-width: 414px) {
  body.page-template-page-deli-dish .latest,
body.page-template-page-latest-posts .latest,
body.archive .latest,
body.search-results .latest {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: "title" "first" "second" "third" "fourth";
  }
}
body.page-template-page-deli-dish .latest .title,
body.page-template-page-latest-posts .latest .title,
body.archive .latest .title,
body.search-results .latest .title {
  grid-area: title;
}
body.page-template-page-deli-dish .latest .latest-article article,
body.page-template-page-latest-posts .latest .latest-article article,
body.archive .latest .latest-article article,
body.search-results .latest .latest-article article {
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.page-template-page-deli-dish .latest .latest-article article,
body.page-template-page-latest-posts .latest .latest-article article,
body.archive .latest .latest-article article,
body.search-results .latest .latest-article article {
    margin: 0 1.5em;
    display: flex;
    flex-direction: column;
  }
}
body.page-template-page-deli-dish .latest .latest-article article h2,
body.page-template-page-latest-posts .latest .latest-article article h2,
body.archive .latest .latest-article article h2,
body.search-results .latest .latest-article article h2 {
  margin-top: 0;
  font-size: 2.5rem;
}
body.page-template-page-deli-dish .latest .latest-article article .date,
body.page-template-page-latest-posts .latest .latest-article article .date,
body.archive .latest .latest-article article .date,
body.search-results .latest .latest-article article .date {
  color: #252525;
}
body.page-template-page-deli-dish .latest .latest-article:hover h2,
body.page-template-page-latest-posts .latest .latest-article:hover h2,
body.archive .latest .latest-article:hover h2,
body.search-results .latest .latest-article:hover h2 {
  text-decoration: underline;
}
body.page-template-page-deli-dish .latest .latest-article:first-of-type,
body.page-template-page-latest-posts .latest .latest-article:first-of-type,
body.archive .latest .latest-article:first-of-type,
body.search-results .latest .latest-article:first-of-type {
  grid-area: first;
}
body.page-template-page-deli-dish .latest .latest-article:first-of-type article,
body.page-template-page-latest-posts .latest .latest-article:first-of-type article,
body.archive .latest .latest-article:first-of-type article,
body.search-results .latest .latest-article:first-of-type article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
}
@media only screen and (max-width: 414px) {
  body.page-template-page-deli-dish .latest .latest-article:first-of-type article,
body.page-template-page-latest-posts .latest .latest-article:first-of-type article,
body.archive .latest .latest-article:first-of-type article,
body.search-results .latest .latest-article:first-of-type article {
    border-bottom: 1px solid #219e7e;
  }
}
body.page-template-page-deli-dish .latest .latest-article:first-of-type article .article__category,
body.page-template-page-latest-posts .latest .latest-article:first-of-type article .article__category,
body.archive .latest .latest-article:first-of-type article .article__category,
body.search-results .latest .latest-article:first-of-type article .article__category {
  padding: 5px 15px;
}
body.page-template-page-deli-dish .latest .latest-article:first-of-type article img,
body.page-template-page-latest-posts .latest .latest-article:first-of-type article img,
body.archive .latest .latest-article:first-of-type article img,
body.search-results .latest .latest-article:first-of-type article img {
  max-height: 400px;
  object-fit: cover;
}
body.page-template-page-deli-dish .latest .latest-article:first-of-type article p,
body.page-template-page-latest-posts .latest .latest-article:first-of-type article p,
body.archive .latest .latest-article:first-of-type article p,
body.search-results .latest .latest-article:first-of-type article p {
  color: #252525;
}
@media only screen and (max-width: 414px) {
  body.page-template-page-deli-dish .latest .latest-article:first-of-type article p,
body.page-template-page-latest-posts .latest .latest-article:first-of-type article p,
body.archive .latest .latest-article:first-of-type article p,
body.search-results .latest .latest-article:first-of-type article p {
    display: none;
  }
}
body.page-template-page-deli-dish .latest .latest-article:nth-of-type(2),
body.page-template-page-latest-posts .latest .latest-article:nth-of-type(2),
body.archive .latest .latest-article:nth-of-type(2),
body.search-results .latest .latest-article:nth-of-type(2) {
  grid-area: second;
}
body.page-template-page-deli-dish .latest .latest-article:nth-of-type(3),
body.page-template-page-latest-posts .latest .latest-article:nth-of-type(3),
body.archive .latest .latest-article:nth-of-type(3),
body.search-results .latest .latest-article:nth-of-type(3) {
  grid-area: third;
}
body.page-template-page-deli-dish .latest .latest-article:nth-of-type(4),
body.page-template-page-latest-posts .latest .latest-article:nth-of-type(4),
body.archive .latest .latest-article:nth-of-type(4),
body.search-results .latest .latest-article:nth-of-type(4) {
  grid-area: fourth;
}
body.page-template-page-deli-dish .latest .latest-article:not(:first-of-type),
body.page-template-page-latest-posts .latest .latest-article:not(:first-of-type),
body.archive .latest .latest-article:not(:first-of-type),
body.search-results .latest .latest-article:not(:first-of-type) {
  border-bottom: 1px solid #219e7e;
}
body.page-template-page-deli-dish .latest .latest-article:not(:first-of-type) img,
body.page-template-page-latest-posts .latest .latest-article:not(:first-of-type) img,
body.archive .latest .latest-article:not(:first-of-type) img,
body.search-results .latest .latest-article:not(:first-of-type) img {
  float: left;
  width: 200px;
  height: 150px;
  margin-right: 1em;
  margin-bottom: 1em;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 768px) {
  body.page-template-page-deli-dish .latest .latest-article:not(:first-of-type) img,
body.page-template-page-latest-posts .latest .latest-article:not(:first-of-type) img,
body.archive .latest .latest-article:not(:first-of-type) img,
body.search-results .latest .latest-article:not(:first-of-type) img {
    float: none;
    height: 150px;
    width: auto;
    object-fit: cover;
    object-position: center;
  }
}
body.page-template-page-deli-dish .latest .latest-article:not(:first-of-type) .article__category,
body.page-template-page-latest-posts .latest .latest-article:not(:first-of-type) .article__category,
body.archive .latest .latest-article:not(:first-of-type) .article__category,
body.search-results .latest .latest-article:not(:first-of-type) .article__category {
  font-size: 80%;
}
body.page-template-page-deli-dish .recent .flex,
body.page-template-page-latest-posts .recent .flex,
body.archive .recent .flex,
body.search-results .recent .flex {
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 414px) {
  body.page-template-page-deli-dish .recent .flex,
body.page-template-page-latest-posts .recent .flex,
body.archive .recent .flex,
body.search-results .recent .flex {
    flex-direction: column;
  }
}
body.page-template-page-deli-dish .recent .flex a,
body.page-template-page-latest-posts .recent .flex a,
body.archive .recent .flex a,
body.search-results .recent .flex a {
  margin: 1.5em 0em;
  padding: 15px;
  flex-basis: 25%;
  transition: background-color 0.3s ease-out;
}
@media only screen and (max-width: 768px) {
  body.page-template-page-deli-dish .recent .flex a,
body.page-template-page-latest-posts .recent .flex a,
body.archive .recent .flex a,
body.search-results .recent .flex a {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 414px) {
  body.page-template-page-deli-dish .recent .flex a,
body.page-template-page-latest-posts .recent .flex a,
body.archive .recent .flex a,
body.search-results .recent .flex a {
    margin: 0.5em 1.5em;
    flex-basis: auto;
  }
}
body.page-template-page-deli-dish .recent .flex a article,
body.page-template-page-latest-posts .recent .flex a article,
body.archive .recent .flex a article,
body.search-results .recent .flex a article {
  position: relative;
}
body.page-template-page-deli-dish .recent .flex a article img,
body.page-template-page-latest-posts .recent .flex a article img,
body.archive .recent .flex a article img,
body.search-results .recent .flex a article img {
  min-height: 200px;
  height: 200px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 414px) {
  body.page-template-page-deli-dish .recent .flex a article img,
body.page-template-page-latest-posts .recent .flex a article img,
body.archive .recent .flex a article img,
body.search-results .recent .flex a article img {
    min-height: 40px;
  }
}
body.page-template-page-deli-dish .recent .flex a article h2,
body.page-template-page-latest-posts .recent .flex a article h2,
body.archive .recent .flex a article h2,
body.search-results .recent .flex a article h2 {
  margin-top: 0;
  font-size: 2.5rem;
}
body.page-template-page-deli-dish .recent .flex a article p,
body.page-template-page-latest-posts .recent .flex a article p,
body.archive .recent .flex a article p,
body.search-results .recent .flex a article p {
  margin-bottom: 0.2em;
  color: #252525;
}
body.page-template-page-deli-dish .recent .flex a:hover,
body.page-template-page-latest-posts .recent .flex a:hover,
body.archive .recent .flex a:hover,
body.search-results .recent .flex a:hover {
  background-color: #e8e8e8;
  transition: background-color 0.2s ease-in;
}
body.page-template-page-deli-dish .recent .flex a:hover article h2,
body.page-template-page-latest-posts .recent .flex a:hover article h2,
body.archive .recent .flex a:hover article h2,
body.search-results .recent .flex a:hover article h2 {
  text-decoration: underline;
}
body.page-template-page-deli-dish .recent .flex a:first-of-type,
body.page-template-page-latest-posts .recent .flex a:first-of-type,
body.archive .recent .flex a:first-of-type,
body.search-results .recent .flex a:first-of-type {
  margin-left: 0;
}
@media only screen and (max-width: 414px) {
  body.page-template-page-deli-dish .recent .flex a:first-of-type,
body.page-template-page-latest-posts .recent .flex a:first-of-type,
body.archive .recent .flex a:first-of-type,
body.search-results .recent .flex a:first-of-type {
    margin-left: 25px;
  }
}
body.page-template-page-deli-dish .recent .flex a:last-of-type,
body.page-template-page-latest-posts .recent .flex a:last-of-type,
body.archive .recent .flex a:last-of-type,
body.search-results .recent .flex a:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 414px) {
  body.page-template-page-deli-dish .recent .flex a:last-of-type,
body.page-template-page-latest-posts .recent .flex a:last-of-type,
body.archive .recent .flex a:last-of-type,
body.search-results .recent .flex a:last-of-type {
    margin-right: 25px;
  }
}
body.page-template-page-deli-dish .recent nav.pagination,
body.page-template-page-latest-posts .recent nav.pagination,
body.archive .recent nav.pagination,
body.search-results .recent nav.pagination {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
}
body.page-template-page-deli-dish .recent nav.pagination ul,
body.page-template-page-latest-posts .recent nav.pagination ul,
body.archive .recent nav.pagination ul,
body.search-results .recent nav.pagination ul {
  display: flex;
  list-style: none;
}
body.page-template-page-deli-dish .recent nav.pagination ul li a,
body.page-template-page-deli-dish .recent nav.pagination ul li span,
body.page-template-page-latest-posts .recent nav.pagination ul li a,
body.page-template-page-latest-posts .recent nav.pagination ul li span,
body.archive .recent nav.pagination ul li a,
body.archive .recent nav.pagination ul li span,
body.search-results .recent nav.pagination ul li a,
body.search-results .recent nav.pagination ul li span {
  min-width: 2em;
  min-height: 2em;
  margin-right: 0.5em;
  background-color: #e8e8e8;
  color: #219e7e;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-template-page-deli-dish .recent nav.pagination ul li a.current,
body.page-template-page-deli-dish .recent nav.pagination ul li span.current,
body.page-template-page-latest-posts .recent nav.pagination ul li a.current,
body.page-template-page-latest-posts .recent nav.pagination ul li span.current,
body.archive .recent nav.pagination ul li a.current,
body.archive .recent nav.pagination ul li span.current,
body.search-results .recent nav.pagination ul li a.current,
body.search-results .recent nav.pagination ul li span.current {
  background-color: #219e7e;
  color: #ffffff;
}
body.page-template-page-deli-dish .recent nav.pagination ul li a:hover,
body.page-template-page-deli-dish .recent nav.pagination ul li span:hover,
body.page-template-page-latest-posts .recent nav.pagination ul li a:hover,
body.page-template-page-latest-posts .recent nav.pagination ul li span:hover,
body.archive .recent nav.pagination ul li a:hover,
body.archive .recent nav.pagination ul li span:hover,
body.search-results .recent nav.pagination ul li a:hover,
body.search-results .recent nav.pagination ul li span:hover {
  background-color: #9b9b9b;
  color: #ffffff;
}
body.page-template-page-deli-dish .recent nav.pagination a.next,
body.page-template-page-deli-dish .recent nav.pagination a.prev,
body.page-template-page-latest-posts .recent nav.pagination a.next,
body.page-template-page-latest-posts .recent nav.pagination a.prev,
body.archive .recent nav.pagination a.next,
body.archive .recent nav.pagination a.prev,
body.search-results .recent nav.pagination a.next,
body.search-results .recent nav.pagination a.prev {
  padding-left: 10px;
  padding-right: 10px;
  background-color: transparent;
}
body.page-template-page-deli-dish .recent nav.pagination a.next:hover,
body.page-template-page-deli-dish .recent nav.pagination a.prev:hover,
body.page-template-page-latest-posts .recent nav.pagination a.next:hover,
body.page-template-page-latest-posts .recent nav.pagination a.prev:hover,
body.archive .recent nav.pagination a.next:hover,
body.archive .recent nav.pagination a.prev:hover,
body.search-results .recent nav.pagination a.next:hover,
body.search-results .recent nav.pagination a.prev:hover {
  text-decoration: underline;
  background-color: transparent;
  color: #219e7e;
}
body.page-template-page-deli-dish .full-screen,
body.page-template-page-latest-posts .full-screen,
body.archive .full-screen,
body.search-results .full-screen {
  display: flex;
  justify-content: center;
  margin-top: 2em;
  background: #219e7e;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  body.page-template-page-deli-dish .full-screen,
body.page-template-page-latest-posts .full-screen,
body.archive .full-screen,
body.search-results .full-screen {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
body.page-template-page-deli-dish .enews-subscribe,
body.page-template-page-latest-posts .enews-subscribe,
body.archive .enews-subscribe,
body.search-results .enews-subscribe {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 150px;
}
@media only screen and (max-width: 768px) {
  body.page-template-page-deli-dish .enews-subscribe,
body.page-template-page-latest-posts .enews-subscribe,
body.archive .enews-subscribe,
body.search-results .enews-subscribe {
    flex-direction: column;
    justify-content: start;
    width: auto;
    height: unset;
  }
}
body.page-template-page-deli-dish .enews-subscribe img,
body.page-template-page-latest-posts .enews-subscribe img,
body.archive .enews-subscribe img,
body.search-results .enews-subscribe img {
  height: 160%;
  transform: translateY(-13%);
}
@media only screen and (max-width: 768px) {
  body.page-template-page-deli-dish .enews-subscribe img,
body.page-template-page-latest-posts .enews-subscribe img,
body.archive .enews-subscribe img,
body.search-results .enews-subscribe img {
    transform: translateY(-33%);
  }
}
@media only screen and (max-width: 768px) {
  body.page-template-page-deli-dish .enews-subscribe .message,
body.page-template-page-latest-posts .enews-subscribe .message,
body.archive .enews-subscribe .message,
body.search-results .enews-subscribe .message {
    transform: translateY(-33%);
  }
}
body.page-template-page-deli-dish .enews-subscribe h2,
body.page-template-page-latest-posts .enews-subscribe h2,
body.archive .enews-subscribe h2,
body.search-results .enews-subscribe h2 {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  body.page-template-page-deli-dish .enews-subscribe h2,
body.page-template-page-latest-posts .enews-subscribe h2,
body.archive .enews-subscribe h2,
body.search-results .enews-subscribe h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  body.page-template-page-deli-dish .enews-subscribe p,
body.page-template-page-latest-posts .enews-subscribe p,
body.archive .enews-subscribe p,
body.search-results .enews-subscribe p {
    text-align: center;
  }
}
body.page-template-page-deli-dish .enews-subscribe .btn,
body.page-template-page-latest-posts .enews-subscribe .btn,
body.archive .enews-subscribe .btn,
body.search-results .enews-subscribe .btn {
  font-family: "tablet-gothic-condensed", "helvetica", arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background: #0f4a3b;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  body.page-template-page-deli-dish .enews-subscribe .btn,
body.page-template-page-latest-posts .enews-subscribe .btn,
body.archive .enews-subscribe .btn,
body.search-results .enews-subscribe .btn {
    transform: translateY(-70%);
  }
}

body.search-results main .recent .title {
  border-bottom: none;
}

.category-dropdown {
  margin-bottom: -3em;
  margin-left: auto;
  margin-right: 1em;
}

.crp_related {
  padding-bottom: 20px;
  clear: both;
}
.crp_related .crp_header {
  text-transform: initial;
  padding: 15px 0;
}
.crp_related ul {
  padding: 0;
  list-style: none;
}
.crp_related ul li {
  list-style: none;
}
.crp_related .crp_title,
.crp_related .crp_date {
  padding: 5px 10px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.crp_related .crp_date {
  font-size: 0.9em;
}
.crp_related img.crp_thumb {
  height: 150px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}

/* ---------- EVENT LIST ------------- */
.events-row {
  margin-bottom: 30px;
}

/* ---------- TRIBE EVENTS OVERRIDE --------- */
div.tribe-events-loop.vcalendar {
  max-width: initial;
}

div.tribe-events-list .type-tribe_events:first-of-type {
  margin-top: 0;
}

h2.tribe-events-list-event-title.entry-title.summary {
  margin-top: 0;
}

div.tribe-events-list-event-description.tribe-events-content.description.entry-summary {
  margin-top: 10px;
}

a.event-cta {
  background: #cb5220;
  color: white;
  display: inline-block;
  padding: 7px 12px 9px 14px;
  margin: 10px 0;
  color: white;
  text-transform: uppercase;
  text-align: left;
  font-family: "tablet-gothic-condensed", "helvetica";
  font-size: 1.45em;
  line-height: 1.3em;
  transition: all 0.2s ease;
}
a.event-cta:hover {
  background: #a73b11;
}

.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
  max-width: inherit;
}

#tribe-events-bar .tribe-bar-filters {
  background: #AAECDB;
}
#tribe-events-bar .tribe-bar-submit input[type=submit] {
  font-family: "tablet-gothic-condensed", "helvetica", arial, sans-serif;
  font-weight: normal;
  font-size: 1.25em;
  margin-left: 4px;
  padding: 1px 14px 4px;
  border-radius: 2px;
  background: #219e7e;
}
#tribe-events-bar .tribe-bar-views-inner {
  background: #219e7e;
}
#tribe-events-bar .tribe-bar-views-toggle {
  background: #AAECDB;
  border-radius: 0;
}

#tribe-events header .header-image {
  display: flex;
  justify-content: center;
}
#tribe-events .tribe-events-button {
  background-color: #219e7e;
}
#tribe-events #tribe-events-content:not(.tribe-events-day) .tribe-events-loop {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4em 2em;
}
@media only screen and (min-width: 769px) {
  #tribe-events #tribe-events-content:not(.tribe-events-day) .tribe-events-loop {
    grid-template-columns: repeat(2, 1fr);
  }
}
#tribe-events #tribe-events-content:not(.tribe-events-day) .tribe-events-loop .tribe-events-list-separator-month {
  width: 100%;
  clear: both;
}
#tribe-events #tribe-events-content:not(.tribe-events-day) .tribe-events-loop .tribe-events-list-separator-month:after {
  border-bottom: 1px solid #c2c2c2;
}
@media only screen and (min-width: 769px) {
  #tribe-events #tribe-events-content:not(.tribe-events-day) .tribe-events-loop .tribe-events-list-separator-month {
    grid-column: span 2;
  }
}
#tribe-events #tribe-events-content:not(.tribe-events-day) .tribe-events-loop .tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
  padding-top: 0;
}
#tribe-events #tribe-events-content:not(.tribe-events-day) .tribe-events-loop .tribe-events-list-separator-month span {
  color: #ffffff;
  background: #219e7e;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: normal;
}
#tribe-events-content ul.tribe-events-sub-nav {
  display: flex;
  justify-content: space-between;
  text-align: initial;
  padding: 0;
}
#tribe-events-content ul.tribe-events-sub-nav .tribe-events-nav-previous {
  margin-right: 0;
}
.single-tribe_events #tribe-events-footer li {
  width: unset;
}

span.ticket-cost,
.tribe-events-cost {
  width: max-content;
  height: 4.5rem;
  order: 1;
  display: flex;
  justify-content: center;
  font-size: 1.75em !important;
  font-weight: initial;
  border: 0;
  padding: 8px 12px;
  background: #cb5220;
  color: #ffffff;
  font-family: "adelle", georgia, serif;
  font-weight: normal;
}

.events-list .tribe-events-event-cost {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 1200px) {
  .events-list .tribe-events-event-cost {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.events-list .tribe-events-event-cost .tribe-tickets-left {
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  width: max-content;
  height: 4.5rem;
  font-size: 1em;
  font-weight: initial;
  border: 0;
  padding: 8px 12px;
  background: #cb5220;
  color: #ffffff;
  font-family: "tablet-gothic-condensed", "helvetica", arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
.events-list .tribe-common {
  order: 3;
}
.events-list .tribe-common .tribe-common-c-btn {
  width: auto;
  font-family: "tablet-gothic-condensed", "helvetica", arial, sans-serif;
  font-weight: normal;
  font-size: 1.5em;
  margin-left: 4px;
  padding: 1px 14px 4px;
  border-radius: 2px;
}

.single-tribe_events .tribe-events-schedule {
  display: flex;
  flex-direction: column;
  background: initial;
  border: none;
  margin: 1em 0 1.5em;
  padding: 0;
}
.single-tribe_events .tribe-events-schedule h2 {
  margin-top: 0;
  margin-bottom: inherit;
  font-family: "adelle", georgia, serif;
  font-weight: normal;
  font-size: 2.5rem;
  color: #252525;
}
.single-tribe_events .tribe-events-content {
  padding: 0 10px;
}
.single-tribe_events h2.tribe-events-single-section-title, .single-tribe_events h2.tribe-tickets__title {
  font-family: "tablet-gothic-condensed", "helvetica", arial, sans-serif;
  font-weight: normal;
  font-size: 1.875em;
  color: #cb5220;
  text-transform: uppercase;
}
.single-tribe_events .type-tribe_events {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "content" "image" "tickets" "wcwl" "meta" "venue" "links";
}
@media only screen and (min-width: 768px) {
  .single-tribe_events .type-tribe_events {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "content image" "tickets tickets" "wcwl    ." "meta    meta" "venue   venue" "links   .";
  }
}
@media only screen and (min-width: 1200px) {
  .single-tribe_events .type-tribe_events {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "content image" "tickets wcwl" "meta    meta" "venue   venue" "links   .";
  }
}
.single-tribe_events .type-tribe_events .tribe-events-content {
  grid-area: content;
}
.single-tribe_events .type-tribe_events .tribe-events-event-image {
  grid-area: image;
}
.single-tribe_events .type-tribe_events .tribe-events-cal-links {
  grid-area: links;
}
.single-tribe_events .type-tribe_events .tribe-events-event-meta {
  background-color: #f7f7f7;
  border-radius: 4px;
  margin: 20px 0;
  color: #252525;
  font-size: 16px;
}
.single-tribe_events .type-tribe_events .tribe-events-event-meta.primary {
  grid-area: meta;
}
.single-tribe_events .type-tribe_events .tribe-events-event-meta.secondary {
  grid-area: venue;
}
.single-tribe_events .type-tribe_events .tribe-tickets {
  grid-area: tickets;
  background-color: #f7f7f7;
}
.single-tribe_events .type-tribe_events .wcwl_elements {
  grid-area: wcwl;
  margin: 24px 0;
  padding: 24px 24px 20px;
}
.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-gcal:hover,
.single-tribe_events a.tribe-events-ical,
.single-tribe_events a.tribe-events-ical:hover {
  color: #219e7e;
}
.single-tribe_events dl {
  display: inline-block;
}
.single-tribe_events .tribe-events-single-event-title {
  font-family: "adelle", georgia, serif;
  font-size: 2.5em;
  border: none;
}

.woocommerce a.checkout-button.alt:hover {
  background-color: rgba(203, 82, 32, 0.8);
}

.tribe-checkout-backlink {
  margin-right: 1em;
}

body.page-tribe-attendee-registration .tribe-common.tribe-tickets__registration .tribe-tickets__mini-cart {
  margin-top: 0;
}
body.page-tribe-attendee-registration .tribe-common.tribe-tickets__registration .tribe-tickets__registration__footer {
  max-width: unset;
}
.tribe-common a.tribe-common-c-btn--small,
.tribe-common button.tribe-common-c-btn--small,
.tribe-common input[type=button].tribe-common-c-btn--small,
.tribe-common input[type=submit].tribe-common-c-btn--small {
  background-color: #219e7e;
  box-shadow: none;
}
.tribe-common a.tribe-common-c-btn--small:hover,
.tribe-common button.tribe-common-c-btn--small:hover,
.tribe-common input[type=button].tribe-common-c-btn--small:hover,
.tribe-common input[type=submit].tribe-common-c-btn--small:hover {
  background-color: rgba(33, 158, 126, 0.8) !important;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn,
.entry .entry-content .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn,
.entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn,
.tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn,
.tribe-common .tribe-tickets__buy.tribe-common-c-btn {
  background-color: #219e7e !important;
  color: #ffffff;
  text-shadow: unset;
  border: 0;
}
.tribe-common .tribe-common-c-btn:disabled,
.tribe-common a.tribe-common-c-btn:disabled,
.entry .entry-content .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled,
.entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled,
.tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled,
.tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled {
  background-color: #219e7e !important;
}
.tribe-common .tribe-common-c-btn:hover, .tribe-common .tribe-common-c-btn:active, .tribe-common .tribe-common-c-btn:focus,
.tribe-common a.tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:active,
.tribe-common a.tribe-common-c-btn:focus,
.entry .entry-content .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:hover,
.entry .entry-content .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:active,
.entry .entry-content .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:focus,
.entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn:hover,
.entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn:active,
.entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn:focus,
.tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:hover,
.tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:active,
.tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:focus,
.tribe-common .tribe-tickets__buy.tribe-common-c-btn:hover,
.tribe-common .tribe-tickets__buy.tribe-common-c-btn:active,
.tribe-common .tribe-tickets__buy.tribe-common-c-btn:focus {
  background-color: rgba(33, 158, 126, 0.8) !important;
}

.entry .entry-content .tribe-common .tribe-tickets__item__attendee__fields .tribe-ticket.tribe-ticket-item__has-focus::after,
.entry .entry-content .tribe-common .tribe-tickets__item__attendee__fields .tribe-ticket.tribe-ticket-item__has-focus::before,
.tribe-common .tribe-tickets__item__attendee__fields .tribe-ticket.tribe-ticket-item__has-focus::after,
.tribe-common .tribe-tickets__item__attendee__fields .tribe-ticket.tribe-ticket-item__has-focus::before {
  background: #219e7e;
}

.entry .entry-content .tribe-common .tribe-tickets__item__attendee__fields .tribe-ticket.tribe-ticket-item__has-focus,
.tribe-common .tribe-tickets__item__attendee__fields .tribe-ticket.tribe-ticket-item__has-focus {
  border-left-color: #219e7e;
}

.tribe-common button.tribe-common-c-btn-link,
.tribe-common input[type=button].tribe-common-c-btn-link,
.tribe-common input[type=submit].tribe-common-c-btn-link,
.tribe-common a.tribe-common-c-btn-link {
  color: #219e7e;
  background-color: transparent;
}
.tribe-common button.tribe-common-c-btn-link:hover, .tribe-common button.tribe-common-c-btn-link:focus, .tribe-common button.tribe-common-c-btn-link:active,
.tribe-common input[type=button].tribe-common-c-btn-link:hover,
.tribe-common input[type=button].tribe-common-c-btn-link:focus,
.tribe-common input[type=button].tribe-common-c-btn-link:active,
.tribe-common input[type=submit].tribe-common-c-btn-link:hover,
.tribe-common input[type=submit].tribe-common-c-btn-link:focus,
.tribe-common input[type=submit].tribe-common-c-btn-link:active,
.tribe-common a.tribe-common-c-btn-link:hover,
.tribe-common a.tribe-common-c-btn-link:focus,
.tribe-common a.tribe-common-c-btn-link:active {
  color: rgba(33, 158, 126, 0.8);
  background-color: transparent !important;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn,
.entry .entry-content .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn,
.entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn,
.tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn,
.tribe-common .tribe-tickets__buy.tribe-common-c-btn {
  background-color: #219e7e;
}
.tribe-common .tribe-common-c-btn:hover, .tribe-common .tribe-common-c-btn:active, .tribe-common .tribe-common-c-btn:focus,
.tribe-common a.tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:active,
.tribe-common a.tribe-common-c-btn:focus,
.entry .entry-content .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:hover,
.entry .entry-content .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:active,
.entry .entry-content .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:focus,
.entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn:hover,
.entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn:active,
.entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn:focus,
.tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:hover,
.tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:active,
.tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:focus,
.tribe-common .tribe-tickets__buy.tribe-common-c-btn:hover,
.tribe-common .tribe-tickets__buy.tribe-common-c-btn:active,
.tribe-common .tribe-tickets__buy.tribe-common-c-btn:focus {
  background-color: rgba(33, 158, 126, 0.8);
}
.tribe-common .tribe-common-c-btn:disabled,
.tribe-common a.tribe-common-c-btn:disabled,
.entry .entry-content .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled,
.entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled,
.tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled,
.tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled {
  background-color: #219e7e;
}

body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__title a:active,
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__title a:focus,
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__title a:hover {
  box-shadow: none !important;
}

.tribe-common .tribe-common-h4 {
  font-family: "tablet-gothic-condensed", "helvetica", arial, sans-serif;
  color: #219e7e;
}
.tribe-common .tribe-common-c-btn {
  background-color: #219e7e;
  text-transform: uppercase;
  box-shadow: none;
}
.tribe-common .tribe-common-c-btn:hover {
  background-color: #18745c;
}
.tribe-common .tribe-common-c-btn:focus {
  background-color: #18745c;
}
.tribe-common .tribe-common-anchor-thin-alt {
  border-bottom: 1px solid #219e7e;
}
.tribe-common .tribe-common-anchor-thin-alt:hover, .tribe-common .tribe-common-anchor-thin-alt:focus, .tribe-common .tribe-common-anchor-thin-alt:active {
  color: #219e7e;
  border-bottom: 1px solid #219e7e;
}
.tribe-common a {
  color: #219e7e;
}
.tribe-common a :focus,
.tribe-common a :hover,
.tribe-common a :active {
  color: #18745c;
}
.tribe-common a :visited {
  color: #219e7e;
}
.tribe-common .tribe-common-svgicon--featured,
.tribe-common svg,
.tribe-common .tribe-common-svgicon--month,
.tribe-common .tribe-common-svgicon--list,
.tribe-common .tribe-common-svgicon--day {
  filter: invert(55%) sepia(9%) saturate(3610%) hue-rotate(114deg) brightness(80%) contrast(93%);
}
.tribe-common button {
  box-shadow: none;
  background: none;
}
.tribe-common .tribe-events-ical,
.tribe-common .tribe-events-gcal {
  border: 1px solid #219e7e;
  color: #219e7e;
}
.tribe-common .tribe-events-ical:hover,
.tribe-common .tribe-events-gcal:hover {
  background-color: #219e7e;
}
.tribe-common .tribe-events-ical:hover::before,
.tribe-common .tribe-events-gcal:hover::before {
  filter: initial;
}
.tribe-common .tribe-events-ical::before,
.tribe-common .tribe-events-gcal::before {
  filter: invert(55%) sepia(9%) saturate(3610%) hue-rotate(114deg) brightness(80%) contrast(93%);
}

.tribe-events {
  font-family: "lato", "helvetica", arial, sans-serif;
}
.tribe-events .tribe-common-svgicon--featured,
.tribe-events .tribe-events-calendar-month__mobile-events-icon--featured,
.tribe-events .tribe-events-c-messages__message--notice::before,
.tribe-events .tribe-events-c-events-bar__search-button-icon,
.tribe-events .tribe-events-c-top-bar__datepicker-button::after {
  filter: invert(55%) sepia(9%) saturate(3610%) hue-rotate(114deg) brightness(80%) contrast(93%);
}
.tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input {
  filter: invert(55%) sepia(9%) saturate(3610%) hue-rotate(114deg) brightness(80%) contrast(93%);
  background-size: 16px;
}
.tribe-events .tribe-events-calendar-month__day:hover::after,
.tribe-events .tribe-events-c-view-selector__button::before {
  background-color: #219e7e;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link,
.tribe-events .tribe-events-calendar-month__calendar-event-details {
  color: #ffffff;
}
.tribe-events .tribe-events-calendar-month__mobile-events-icon {
  fill: #219e7e;
  color: #219e7e;
}
.tribe-events .tribe-events-calendar-month__day-date {
  color: #219e7e;
}
.tribe-events .tribe-events-calendar-month__day--current {
  background-color: #cb5220;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__calendar-event-datetime {
  color: #ffffff;
  font-weight: bold;
}
.tribe-events .tribe-events-calendar-month__day--current a {
  color: #ffffff;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-common-svgicon--featured {
  filter: invert(100%) hue-rotate(180deg) brightness(160%);
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__calendar-event--featured::before {
  background-color: #ffffff;
}
.tribe-events .tribe-events-calendar-month__day-date-link,
.tribe-events .tribe-events-calendar-month__header-column-title {
  color: #cb5220;
}
.tribe-events .tribe-events-calendar-month__calendar-event-title {
  text-transform: capitalize;
}
.tribe-events .tribe-event-calendar-month__calendar-event-tooltip-title {
  text-transform: capitalize;
  line-height: 1;
}
.tribe-events .tribe-events-calendar-month__calendar-event--featured::before,
.tribe-events .tribe-events-calendar-day__event--featured::after,
.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime::after {
  background-color: #219e7e;
}
.tribe-events .tribe-events-c-view-selector__list-item-text,
.tribe-events .tribe-events-c-view-selector__list-item-link {
  color: #219e7e;
}
.tribe-events .datepicker .day.active {
  background: #219e7e;
}
.tribe-events .datepicker .day.active:hover {
  background: #cb5220;
}
.tribe-events .datepicker .day.current {
  background: #caf4e9;
  color: #252525;
}
.tribe-events .datepicker .day.current:hover {
  background: #fcf2ee;
  color: #252525;
}

.datepicker table tr td span.active.active,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
  background-color: #219e7e;
}

.datepicker .month.active,
.tribe-events .datepicker .month.active.focused,
.datepicker .day.active {
  background: #219e7e;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
  background-color: #cb5220;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-datetime-featured-text {
  color: #219e7e;
}

@media only screen and (max-width: 798px) {
  .tribe-common,
.tribe-events,
.tribe-events-view {
    font-family: "lato", "helvetica", arial, sans-serif;
  }

  .tribe-events-sub-nav li a {
    background: #219e7e;
  }

  .tribe-events .tribe-events-calendar-month__day-cell--selected,
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover,
.tribe-events .tribe-events-calendar-month__mobile-events-icon--event,
.tribe-events .tribe-events-calendar-month__day-cell--selected {
    background-color: #219e7e;
  }
  .tribe-events .tribe-events-calendar-month__mobile-events-icon--featured,
.tribe-events .tribe-events-calendar-month__mobile-events-icon {
    filter: hue-rotate(10deg) brightness(100%);
  }
  .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime-featured-text {
    color: #219e7e;
  }

  .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-cell,
.tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-cell--mobile:focus,
.tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-cell--mobile:hover {
    background-color: #cb5220;
  }
  .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-cell--selected {
    background-color: #219e7e;
  }
  .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: #cb5220;
  }
  .tribe-events-calendar-month__day--current .tribe-events-calendar-month__mobile-events-icon--featured {
    filter: hue-rotate(5deg) brightness(400%);
  }
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fefefe;
  background-clip: border-box;
  border-radius: 0.5em;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}
.card .card-img, .tribe-events-list .tribe-events-loop .card .tribe-events-event-image,
.card .card-img-bottom,
.card .card-img-top {
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  float: unset;
}
.card .card-body {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-start;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 2em;
}
@media only screen and (min-width: 768px) {
  .card .card-body {
    padding: 2em 4em;
  }
}
.tribe-events-list .tribe-events-loop .card .tribe-events-event-image img {
  width: 100%;
  height: auto;
  max-height: none;
}

.card .card-text {
  font-family: "lato", "helvetica", arial, sans-serif;
}
.card .card-title {
  margin-bottom: 0.75rem;
  font-family: "adelle", georgia, serif;
  font-weight: normal;
  font-size: 1.875em !important;
}
.card .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fefefe;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card .card-header :first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card .tribe-event-schedule-details {
  font-family: "adelle", georgia, serif;
  font-weight: normal;
  font-size: 1.875em;
}
.card .btn-primary, .card .btn-mobile {
  color: #ffffff;
  background-color: #219e7e;
  border-color: #219e7e;
}
.card .btn {
  display: inline-block;
  font-weight: 400;
  color: #252525;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.tribe-events-list-event-title .card-title {
  color: #219e7e;
  font-family: "adelle", georgia, serif;
}

.tribe-events-tooltip h4, .tribe-events-tooltip .crp_related .crp_title, .crp_related .tribe-events-tooltip .crp_title {
  font-size: 18px;
}
.tribe-events-tooltip .tribe-events-event-body {
  font-size: 14px;
}
.tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb {
  float: unset;
}
.tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb img {
  max-height: 100%;
  max-width: 100%;
}
.tribe-events-tooltip .duration {
  font-size: 12px;
}

.tribe-events-calendar .tribe-events-has-events::after {
  background-color: #219e7e;
}
.tribe-events-calendar .tribe-events-past.tribe-events-has-events::after {
  background-color: #9b9b9b;
}

#tribe-events-content .tribe-calendar-events td {
  color: #252525;
}
#tribe-events-content .tribe-events-nav-previous a,
#tribe-events-content .tribe-events-nav-next a {
  color: #ffffff;
}

.flexbox-fill {
  flex-basis: calc(1 / 3 * 100% - (1 - 1 / 3) * 10px);
  max-width: calc(1 / 3 * 100% - (1 - 1 / 3) * 10px);
  height: 0;
}

#promos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: space-between;
}
#promos .promo {
  flex-basis: calc(1 / 3 * 100%);
  max-width: calc(1 / 3 * 100%);
  padding: 10px;
  transition: all 0.2s ease;
  opacity: 0.8;
}
#promos .promo:hover {
  padding: 0;
  transition: all 0.2s ease;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #promos .promo {
    flex-basis: 100%;
    max-width: 100%;
  }
}
#promos .promo img {
  width: 100%;
  height: auto;
}

.btn-popup {
  position: fixed;
  right: 3vw;
  bottom: 5vh;
  z-index: 20;
  padding: 10px 40px 10px 10px;
  background: #AAECDB;
  border: none;
  box-shadow: 0 1.9px 2.2px rgba(0, 0, 0, 0.02), 0 4.8px 5.3px rgba(0, 0, 0, 0.028), 0 10.5px 10px rgba(0, 0, 0, 0.035), 0 22.2px 17.9px rgba(0, 0, 0, 0.042), 0 49px 33.4px rgba(0, 0, 0, 0.05), 0 177px 80px rgba(0, 0, 0, 0.07);
}
.btn-popup .cta {
  margin-bottom: 0;
  margin-top: -4px;
  text-transform: uppercase;
  color: rgba(33, 158, 126, 0.1);
  background: linear-gradient(73deg, #219e7e 0%, #ffffff 20%, #219e7e 40%, #219e7e 100%);
  -webkit-background-size: 200px 100%;
  -moz-background-size: 200px 100%;
  background-size: 170% 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-animation-name: shimmer;
  -moz-animation-name: shimmer;
  animation-name: shimmer;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #219e7e;
  text-shadow: none;
}
.btn-popup.slide-in {
  animation-name: slide-in, fade-in;
  animation-duration: 0.3s, 0.1s;
  animation-timing-function: cubic-bezier(0, 1.29, 0.53, 1.67), ease-out;
  z-index: 200;
}
.btn-popup:hover .cta {
  color: white;
}
.btn-popup::after {
  content: "";
  background-image: url("../images/template/pickle-guy-excited.svg");
  background-repeat: no-repeat;
  position: absolute;
  height: 63px;
  width: 50px;
  background-size: 50px 63px;
  bottom: -7px;
  right: 0;
}

/*# sourceMappingURL=main.css.map */
