<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* Jan 2020 LP */

.page-id-17345 header {
  display: none!important;
}
/* remove top bar */
.page-id-17345 .top-bar {
  display: none;
}
.page-id-17345 h1 {
  font-family: 'Playfair Display', serif!important;
  font-weight: 400;
  font-size: 60px;
  color: #fff!important;
  text-align: center;
  line-height: 1;
  margin: 40px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .page-id-17345 h1 {
    font-size: 50px;
    text-align: left;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  .page-id-17345 h1 {
    font-size: 60px;
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .page-id-17345 h1 {
    font-size: 75px;
    text-align: left;
  }
}

.page-id-17345 h2 {
  font-family: 'Playfair Display', serif!important;
  font-weight: 400;
  color: #fff!important;
  text-align: left;
  margin: 0;
  font-size: 41px;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .page-id-17345 h2 {
    font-size: 41px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  .page-id-17345 h2  {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-id-17345 h2  {
    font-size: 51px;
  }
}
.page-id-17345 h3 {
  font-family: 'Playfair Display', serif!important;
  font-weight: 400;
  text-align: left!important;
  margin: 0 0 18px 0;
  font-size: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .page-id-17345 h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  .page-id-17345 h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-id-17345 h3 {
    font-size: 30px;
  }
}
.page-id-17345 h3.until {
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .page-id-17345 h3.until {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  .page-id-17345 h3.until {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-id-17345 h3.until {
    font-size: 24px;
  }
}

.page-id-17345 p,
.page-id-17345 .price {
  font-family: 'Poppins', sans-serif!important;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .page-id-17345 p,
  .page-id-17345 .price {
    font-size: 16px;
    text-align: left;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  .page-id-17345 p,
  .page-id-17345 .price {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-id-17345 p,
  .page-id-17345 .price {
    font-size: 18px;
  }
}
/* hero */
.page-id-17345 .hero-content p {
  color: #fff!important;
  font-family: 'Poppins', sans-serif!important;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  margin: 12px 20px 10px 0;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .page-id-17345 .hero-content p {
    font-size: 18px;
    text-align: left;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  .page-id-17345 .hero-content p {
    font-size: 20px;
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .page-id-17345 .hero-content p {
    font-size: 22px;
    text-align: left;
  }
}
.page-id-17345 .eltd-content a {
  font-family: 'Poppins', sans-serif!important;
  font-weight: 600;
  font-size: 18px; 
  color: #ba2a43!important;
  text-transform: uppercase;
}
.page-id-17345 .eltd-content a:hover {
  text-decoration: underline;
}

.page-id-17345 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 .25s , color .25s;
  display: inline-block;
}
.page-id-17345 a.btn.white {
  background-color: #fff!important;
  color: #ba2a43!important;
}
.page-id-17345 a.btn.white {
  padding: 25px 34px;
}
.page-id-17345 a.btn:hover {
  background: #790016;
  color: #ffffff!important;
  text-decoration: none;
}
.page-id-17345 a.btn.white:hover {
  background: #790016!important;
  color: #ffffff!important;
}
.page-id-17345 a.btn.red {
  background: #ba2a43;
  color: #ffffff!important;
}
.page-id-17345 a.btn.red:hover {
  background: #790016;
  text-decoration: none;
}
.page-id-17345 .white,
#custom-footer .white {
  color: #fff!important;
}
.page-id-17345 .black,
#custom-footer .black {
  color: #000!important;
}
.page-id-17345 .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;
}
@media only screen and (max-width: 480px) {
  .page-id-17345 a.btn.white {
    padding: 15px 25px;
  }
  .page-id-17345 .disclaimer {
    padding: 0 44px!important;
  }
  .page-id-17345 .hero-container .hero-content-overlay {
    opacity: 1;
    width: 100%;
    left: 0;
  }
}
/* HERO */
.page-id-17345 .hero-container {
  height: 600px;
  position: relative;
}
@media only screen and (min-width: 380px) {
  .page-id-17345 .hero-container {
    height: 640px;
  }  
}
.page-id-17345 .hero-container .hero-mobile-view {
  display: block;
}

.page-id-17345 .hero-container .hero-desktop-view {
  display: none;
}
@media only screen and (min-width: 480px) {
  .page-id-17345 .hero-container {
    height: 575px;
  } 
  .page-id-17345 .hero-container .hero-mobile-view {
    display: none;
  }
  .page-id-17345 .hero-container .hero-desktop-view {
    display: block;
  }
  .page-id-17345 .hero-container .hero-content-overlay {
    opacity: .7;
  }
}
.page-id-17345 .hero-container > div {
  height: 100%;
  padding: 0!important;
}
.page-id-17345 .hero-container > div > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 480px) and (max-width: 999px) {
  .page-id-17345 .hero-container > div > div {
    width: 418px;
    left: 9.5%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  .page-id-17345 .hero-container > div > div {
    width: 470px;
    left: 9.5%;
  }
}
@media only screen and (min-width: 1280px) {
  .page-id-17345 .hero-container > div > div {
    width: 530px;
    left: 9.5%;
  }
}
.page-id-17345 .hero-content .wpb_wrapper p:first-child {
  margin: 28px 0 10px;
}
.page-id-17345 .hero-content {
  z-index: 1;
  height: 100%;
  position: relative;
  padding: 0 35px;
}
@media only screen and (min-width: 1000px) {
  .page-id-17345 .hero-content {
    padding: 0 52px;
  }  
}
.page-id-17345 .hero-content > div {
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-id-17345 .hero-content-overlay {
  background-color: #ba2a43;
  width: 412px;
  height: 100%;
  opacity: 0.7;
  z-index: 0;
}
@media only screen and (max-width: 480px) {
  .page-id-17345 .hero-content * {
    text-align: center!important;
  }
  .page-id-17345 .hero-content {
     padding: 0;
  }
  .page-id-17345 .hero-content h1 {
     margin-top: 5px;
     font-size: 56px;
  }
  .page-id-17345 .hero-content p {
   	font-size: 16px; 
  }
}
.page-id-17345 a.holiday-hours-view {
  
}
.our-holiday-meals img {
  width: 100%;
}
.our-holiday-meals p {
  line-height: 1.3;
  margin-bottom: 16px;
}
.our-holiday-meals .price {
  /*font-size: 1.2rem;*/
  line-height: 1;
  color: #BA2A43;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .add-pie div {
    height: 600px;
  }
}
.pie-shake-copy .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pie-shake-image .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pie-shake-image img {
  height: 590px;
  width: auto!important;
}
@media only screen and (min-width: 768px) {
  .add-pie h1,
  .add-pie p {
    text-align: left!important;
  }  
}
.add-pie p {
  margin-top: 22px;
}
.add-pie img {
  width: 100%;
}
.add-pie .price {
  /*font-size: 2rem;*/
  line-height: 1;
  color: #BA2A43;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.get-started .wpb_content_element {
  padding: 40px!important;
}
.get-started .wpb_content_element h2 {
  margin-bottom: 40px;
}
.get-started  .vc_column-inner {
  padding: 0!important;
}
#big-table-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
#big-table-form input {
  width: 450px;
  height: 48px;
  outline: none!important;
  border: none!important;
  border-radius: 0!important;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  #big-table-form input {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1100px) {
  #big-table-form input {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1300px) {
  #big-table-form input {
    font-size: 17px;
  }
}

#big-table-form input::placeholder {
  padding-left: 10px;
}
.get-started-container .wpb_wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.get-started-container .wpb_wrapper h1 {
  margin: 0 0 14px 0!important;
}
.get-started .wpb_content_element h2 {
  margin-bottom: 0;
}
.page-id-17345 .disclaimer {
  font-family: 'Poppins', sans-serif!important;
  font-weight: 300;
  font-size: 12px!important;
  line-height: 1.4;
  /*padding: 24% 10px 0;*/
  padding: 20% 10px 0;
}
@media only screen and (min-width: 1280px) {
  .page-id-17345 .disclaimer {
    padding: 10% 10px 0;
  } 
}
@media only screen and (max-width: 767px) {
  .page-id-17345 .hero-content-overlay {
      /*opacity: 1.0!important;*/
  }
}
.delivery-lp-meals {
  margin-bottom: 50px!important;
}
.delivery-lp-meals p {
  text-align: left;
  margin-bottom: 16px;
}

.delivery-lp-copy-wrapper {
  height: auto;
}
@media only screen and (max-width: 799px) and (min-width: 768px) {
  .delivery-lp-copy-wrapper {
    height: 220px;
  }  
}
@media only screen and (max-width: 899px) and (min-width: 800px) {
  .delivery-lp-copy-wrapper {
    height: 180px;
  }  
}
@media only screen and (max-width: 1079px) and (min-width: 900px) {
  .delivery-lp-copy-wrapper {
    height: 174px;
  }  
}
@media only screen and (max-width: 1279px) and (min-width: 1080px) {
  .delivery-lp-copy-wrapper {
    height: 160px;
  }
}
@media only screen and (min-width: 1280px) {
  .delivery-lp-copy-wrapper {
    height: 144px;
  }
}
.pie-shake-copy h1 {
  font-size: 55px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  .pie-shake-copy h1 {
	font-size: 38px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1000px) {
  .pie-shake-copy h1 {
	font-size: 53px;
  }
}

@media only screen and (max-width: 767px) {
  .delivery-lp-meals {
    margin-bottom: 0!important;
  }
  .delivery-lp-meals h3,
  .delivery-lp-meals p {
    text-align: center!important;
  }
  .delivery-lp-meals .wpb_content_element .wpb_wrapper {
    margin-bottom: 40px;
  }
}
.lp-img-container {
  margin: 0!important;
}

.pie-image-container {
  position: relative;
  padding: 0;
  margin: 0;
}
.pie-badge {
  position: absolute;
  width: 100px;
  height: auto;
  top: 5px;
  right: 5px;
  display: none!important;
}</style>
<!-- end Simple Custom CSS and JS -->
