<!-- start Simple Custom CSS and JS -->
<style type="text/css">
h1 {
  font-family: 'Playfair Display', serif!important;
  font-weight: 400;
  font-size: 60px;
  color: #fff!important;
  text-align: left;
  line-height: 1;
  margin: 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  h1 {
    font-size: 75px;
  }
}
h2 {
  font-family: 'Playfair Display', serif!important;
  font-weight: 400;
  color: #fff!important;
  text-align: left;
  margin: 0;
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  h2 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1280px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-family: 'Poppins', sans-serif!important;
  font-weight: 600;
  text-align: left;
  margin: 0;
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  h3 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  h3 {
    font-size: 18px;
  }
}
p {
  font-family: 'Poppins', sans-serif!important;
  font-weight: 300;
  font-size: 20px;
  text-align: left;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  p {
    font-size: 22px;
  }
}
a {
  font-family: 'Poppins', sans-serif!important;
  font-weight: 600;
  font-size: 18px; 
  color: #ba2a43;
  text-transform: uppercase;
}
a:hover {
  text-decoration: underline;
}
a.btn {
  font-size: 18px;
  padding: 25px 34px;
  background: #fff;
  color: #ba2a43;
  font-family: 'Poppins', sans-serif!important;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 0.25s,color 0.25s;
  display: inline-block;
}
a.btn:hover {
  background: #790016;
  color: #ffffff!important;
  text-decoration: none;
}
a.btn.red {
  background: #ba2a43;
  color: #ffffff!important;
}
a.btn.red:hover {
  background: #790016;
  text-decoration: none;
}
.white {
  color: #fff!important;
}
.black {
  color: #000!important;
}
.image-tag {
  font-family: 'Poppins', sans-serif!important;
  font-weight: 600;
  position: absolute;
  top: 38px;
  left: 15px;
  background-color: #f9b7ab;
  color: #ba2a43;
  width: 200px;
  height: 35px;
  text-align: center;
  padding-top: 15px;
}
.hero-container {
  height: 616px;
  position: relative;
}
.hero-container > div {
  height: 100%;
  padding: 0!important;
}
.hero-container > div > div {
  position: absolute;
  top: 0;
  left: 4%;
  width: 380px;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .hero-container > div > div {
    width: 360px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  .hero-container > div > div {
    width: 390px;
  }
}
@media only screen and (min-width: 1280px) {
  .hero-container > div > div {
    width: 412px;
  }
}
.hero-content p {
  color: #fff!important;
}
.hero-content {
  z-index: 1;
  height: 100%;
  position: relative;
  padding: 0 52px;
}
.hero-content > div {
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-content-overlay {
  background-color: #ba2a43;
  width: 412px;
  height: 100%;
  opacity: 0.7;
  z-index: 0;
}
a.holiday-hours-view {
  background: url('https://s3-us-west-2.amazonaws.com/cdn-sharis/wp-content/uploads/2019/11/12102227/holiday_hours.png?id=16659') no-repeat;
  padding: 60px;
  background-size: contain;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  margin: -96px auto -30px;
  width: 25px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  a.holiday-hours-view {
    padding: 70px;
    position: absolute;
    bottom: 66px;
    right: 10%;
    margin: 0;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  a.holiday-hours-view {
    position: absolute;
    bottom: 66px;
    right: 10%;
    padding: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  a.holiday-hours-view {
    position: absolute;
    bottom: 50px;
    right: 10%;
    padding: 88px;
  }
}

.below-hero-container h2 {
  margin: 50px 0 18px;
}
.menu-container .wpb_column {
  margin-bottom: 20px;
}
.free-slice-of-pie {
  margin-top: 30px;
}
.free-slice-of-pie-img,
.free-slice-of-pie-content {
  height: 340px;
}
@media only screen and (min-width: 768px) {
  .free-slice-of-pie-img,
  .free-slice-of-pie-content {
    height: 500px;
  }
}
.free-slice-of-pie-content {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .free-slice-of-pie-content {
    margin-bottom: 0;
  }
}
.free-slice-of-pie-content h1 {
  margin-bottom: 25px;
}
.free-slice-of-pie-content p {
  margin-bottom: 25px;
}
.gift-card-locations-container img {
  width: 100%;
}
.gift-card-locations-container .wpb_wrapper {
  margin-bottom: 25px;
}
.community-container {
  margin-top: 50px;
}
.community-container img {
  width: 100%;
}
.community-container .wpb_content_element .wpb_wrapper {
  display: flex;
  flex-direction: column;
}
.social-container {
  margin-top: 50px;
}
.social-container h2 {
  margin-top: 50px;
}
.social-container p {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .free-slice-of-pie-content h1,
  .free-slice-of-pie-content p,
  .community-container h1,
  .community-container p {
    text-align: center;
  }
}
.top-bar {
  background-color: #f9b7ab;
  width: 100%;
  height: 50px;
  color: #ba2a43;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins', sans-serif!important;
  font-weight: 600;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.top-bar-inner {
  position: relative;
  height: 100%;
  width: 85%;
}
.top-bar-inner img {
  width: 25px;
}
@media only screen and (min-width: 1300px) {
  .top-bar-inner {
    width: 1200px;
  }
}
.top-bar .top-bar-account,
.top-bar .top-bar-cart {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}
.top-bar .top-bar-account a,
.top-bar .top-bar-cart span {
  color: #ba2a43;
  text-transform: lowercase;
  font-size: 14px;
  font-weight: 400;
  z-index: 9;
}
.top-bar .top-bar-account a {
  cursor: pointer;
}
.top-bar .top-bar-account {
  left: 0; 
}
.top-bar .top-bar-cart {
  right: 0;
}
.top-bar .top-bar-cart a {
  display: flex;
}
.top-bar-message {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-bar-message a {
  font-size: 13px;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  .top-bar-message a {
    font-size: 18px;
  }
}
#custom-header {
  background-color: #fff;
  width: 85%;
  height: 75px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
@media only screen and (min-width: 1300px) {
  #custom-header {
    width: 1200px;
  }
}
#custom-header .custom-logo {
  width: 148px;
  padding-top: 4px;
  float: left;
}
#custom-header .custom-nav-container {
  float: right;
  width: 592px;
}
#custom-header .custom-nav-container ul {
  list-style: none; 
  margin: 0; 
  padding: 0; 
  display: flex;
  align-items: center;
}
#custom-header .custom-nav-container ul li {
  flex: 3;
  text-align: center;
}
#custom-header .custom-nav-container ul li .btn {
  margin-left: 22px;
}
.eapps-instagram-feed-posts-grid-load-more-container { 
  display: none;
}
#custom-footer {
  background: #f4f4f4;
  width: 100%;
  margin-top: 50px;
  position: relative;
  z-index: 20;
}
#custom-footer .footer-inner {
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 56px 0;
}
@media only screen and (min-width: 1300px) {
  #custom-footer .footer-inner {
    width: 1200px;
  }
}
#custom-footer .footer-copy {
  width: 40%;
}
#custom-footer .footer-copy h2 {
  margin-bottom: 15px;
}
#custom-footer .footer-copy p {
  font-size: 18px;
}
#custom-footer .contact-info {
  display: flex;
  justify-content: space-between;
  font-family: 'Poppins',sans-serif!important;
  font-weight: 600;
  font-size: 18px;
  margin-right: 20%;
}
#custom-footer .footer-info {
  margin-left: 108px;
  width: 30%;
}
#custom-footer .footer-info ul {
  list-style: none;
}
#custom-footer .footer-info ul li a {
  color: #000!important;
  font-weight: 300;
}
#custom-footer .footer-rewards {
  width: 30%;
}
#custom-footer .footer-rewards ul {
  list-style: none;
  display: flex;
}
#custom-footer .footer-rewards h2 {
  margin-bottom: 15px;
}
#custom-footer .footer-rewards .connect {
  margin-top: 22px;
}
#custom-footer .footer-rewards p {
  font-size: 18px;
  margin-bottom: 15px;
}
#custom-footer .footer-rewards li {
  margin-right: 10px;
}
#custom-footer .footer-rewards ul li a {
  display: block;
  width: 44px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
}
#custom-footer .footer-rewards .facebook {
  background-image: url('https://s3-us-west-2.amazonaws.com/cdn-sharis/wp-content/uploads/2019/11/14192734/icon_facebook.png');
}
#custom-footer .footer-rewards .twitter {
  background-image: url('https://s3-us-west-2.amazonaws.com/cdn-sharis/wp-content/uploads/2019/11/14192735/icon_twitter.png');
}
#custom-footer .footer-rewards .instagram {
  background-image: url('https://s3-us-west-2.amazonaws.com/cdn-sharis/wp-content/uploads/2019/11/14192734/icon_instagram.png');
}</style>
<!-- end Simple Custom CSS and JS -->
