<!-- start Simple Custom CSS and JS -->
<style type="text/css">
.page-id-17305 h1 {
  font-family: 'Playfair Display', serif!important;
  font-weight: 400;
  font-size: 60px;
  color: #fff!important;
  text-align: center!important;
  line-height: 1.1!important;
  margin: 10px 0;
  /* hack for mysterious misalignment */
  margin-top: -70px!important;
  
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .page-id-17305 h1 {
    font-size: 40px;
    margin: 10px 0!important;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  .page-id-17305 h1 {
    font-size: 50px;
    margin: 10px 0!important;
  }
}
@media only screen and (min-width: 1280px) {
  .page-id-17305 h1 {
    font-size: 62px;
    margin: 10px 0!important;
  }
}
.page-id-17305 h2,
#custom-footer 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) {
  .page-id-17305 h2,
  #custom-footer h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  .page-id-17305 h2,
  #custom-footer h2  {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-id-17305 h2,
  #custom-footer h2  {
    font-size: 30px;
  }
}
.page-id-17305 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) {
  .page-id-17305 h3 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  .page-id-17305 h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-id-17305 h3 {
    font-size: 18px;
  }
}
.page-id-17305 p,
#custom-footer 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) {
  .page-id-17305 p,
  #custom-footer p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  .page-id-17305 p,
  #custom-footer p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-id-17305 p,
  #custom-footer p {
    font-size: 22px;
  }
}
.page-id-17305 .eltd-content a {
  font-family: 'Poppins', sans-serif!important;
  font-weight: 600;
  font-size: 18px; 
  color: #ba2a43!important;
  text-transform: uppercase;
}
.page-id-17305 .eltd-content a:hover {
  border-bottom: 3px solid;
}

.page-id-17305 a.btn {
  font-size: 18px;
  padding: 25px 18px;
  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;
}
@media only screen and (min-width: 768px) {
  .page-id-17305 a.btn {
    padding: 25px 34px;
  }
}
.page-id-17305 a.btn:hover {
  background: #790016;
  color: #fff!important;
  text-decoration: none;
  border-bottom: none;
}
.page-id-17305 a.btn.red {
  background: #ba2a43;
  color: #ffffff!important;
}
.page-id-17305 a.btn.red:hover {
  background: #790016;
  text-decoration: none;
  border-bottom: none;
}
.page-id-17305 .white,
#custom-footer .white {
  color: #fff!important;
}
.page-id-17305 .black,
#custom-footer .black {
  color: #000!important;
}
.page-id-17305 .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 */
@media only screen and (max-width: 767px) {
  .page-id-17305 .hero-wrapper .wpb_content_element {
    height: 100%!important;
  }
  .page-id-17305 .hero-wrapper .wpb_content_element .wpb_wrapper>div {
    position: relative!important;
  }
}
.page-id-17305 .hero-container {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .page-id-17305 .hero-container {
    height: 660px;
  }  
}
.page-id-17305 .hero-container > div {
  height: 100%;
}
.page-id-17305 .hero-content p {
  color: #fff!important;
  text-align: center!important;
  margin-top: 32px!important;
  margin-bottom: 0;
}
.page-id-17305 .hero-content {
  z-index: 1;
  height: 100%;
  position: relative;
  padding: 0!important;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .page-id-17305 .hero-content {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  .page-id-17305 .hero-content {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-id-17305 .hero-content {
    padding: 0 52px;
  }
}
.page-id-17305 .hero-content > div {
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.page-id-17305 .hero-container>div>div {
  width: 100%;
  height: 100%;
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .page-id-17305 .hero-container>div>div {
    padding-top: 0;
  }  
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .page-id-17305 .hero-container > div > div {
    position: absolute;
    top: 0;
    left: 6%;
    width: 418px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  .page-id-17305 .hero-container > div > div {
    position: absolute;
    top: 0;
    left: 6%;
    width: 470px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .page-id-17305 .hero-container>div>div {
    position: absolute;
    top: 0;
    left: 6%;
    width: 530px;
    padding-top: 0;
  }
}
.page-id-17305 .hero-content-overlay {
  background-color: #ba2a43;
  width: 412px;
  height: 100%;
  z-index: 0;
  position: absolute!important;
  top: 0;
  padding-top: 0!important;
  opacity: 0.8!important;
}
@media only screen and (max-width: 767px) {
  .page-id-17305 .hero-content-overlay { 
    opacity: 1.0!important;
  }
}
.page-id-17305 .hero-wrapper {
  z-index: 0; 
}
.hero-2020-buckets {
  margin-top: 34px;
}
@media only screen and (max-width: 767px) {
  .hero-2020-buckets {
    display: flex; 
    margin-top: 18px;
  }
}
.hero-2020-buckets > div {
  text-align: center;
  font-family: 'Poppins', sans-serif!important;
  font-weight: 300!important;
  font-size: 12px!important;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
  line-height: 1.4;
  padding: 0 20px!important;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .hero-2020-buckets > div {
    font-size: 13px!important;
    display: block;
    margin-bottom: 2px;
    padding: 0!important;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  .hero-2020-buckets > div {
    font-size: 14px!important;
    display: block;
    margin-bottom: 2px;
    padding: 0!important;
  }
}
@media only screen and (min-width: 1280px) {
  .hero-2020-buckets > div {
    font-size: 16px!important;
    display: block;
    margin-bottom: 2px;
    padding: 0!important;
  }
}
.hero-2020-buckets > div strong {
  font-weight: 600!important;
}
.hero-2020-buckets img {
  width: 39px;
}
@media only screen and (max-width: 767px) {
  .hero-2020-buckets img {
    margin-bottom: 10px;
  }  
}
.hero-2020-price {
  font-family: 'Poppins', sans-serif!important;
  font-weight: 700!important;
  font-size: 50px!important; 
  color: #fff;
  text-align: center;
  margin-top: 20px;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .hero-2020-price {
    font-size: 50px!important; 
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  .hero-2020-price {
    font-size: 56px!important; 
  }
}
@media only screen and (min-width: 1280px) {
  .hero-2020-price {
    font-size: 66px!important; 
  }
}
.hero-2020-price sup {
	top: 0.56em!important;
}
.page-id-17305 .disclaimer {
  font-weight: 600!important;
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .page-id-17305 .hero-content .disclaimer {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
  }
  .hazelnut-pie {
    text-align: center!important;
  }
}
.hazelnut-pie-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .hazelnut-pie-container {
    top: 10px;
    left: 58%;
  } 
}
@media only screen and (max-width: 767px) {
  .hazelnut-pie-container {
    display: none;
  }  
}
.page-id-17305 .below-hero-container h2 {
  margin: 50px 0 18px;
}
.page-id-17305 .menu-container .wpb_column {
  margin-bottom: 20px;
}
.page-id-17305 .free-slice-of-pie {
  margin-top: 30px;
}
.page-id-17305 .free-slice-of-pie-img,
.page-id-17305 .free-slice-of-pie-content {
  height: 340px;
}
@media only screen and (min-width: 768px) {
  .page-id-17305 .free-slice-of-pie-img,
  .page-id-17305 .free-slice-of-pie-content {
    height: 500px;
  }
}
.page-id-17305 .free-slice-of-pie-content {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .page-id-17305 .free-slice-of-pie-content {
    margin-bottom: 0;
  }
}
.page-id-17305 .free-slice-of-pie-content h1 {
  margin-bottom: 25px;
}
.page-id-17305 .free-slice-of-pie-content p {
  margin-bottom: 25px;
}
.page-id-17305 .gift-card-locations-container img {
  width: 100%;
}
.page-id-17305 .gift-card-locations-container .wpb_wrapper {
  margin-bottom: 25px;
}
.page-id-17305 .community-container {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .page-id-17305 .community-container .eltd-section-inner-margin {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
}
.page-id-17305 .community-container img {
  width: 100%;
}
.page-id-17305 .community-container .wpb_content_element .wpb_wrapper {
  display: flex;
  flex-direction: column;
}
.page-id-17305 .social-container {
  margin-top: 50px;
}
.page-id-17305 .social-container h2 {
  margin-top: 50px;
}
.page-id-17305 .social-container p {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-id-17305 .free-slice-of-pie-content h1,
  .page-id-17305 .free-slice-of-pie-content p,
  .page-id-17305 .community-container h1,
  .page-id-17305 .community-container p {
    text-align: center;
  }
}
.page-id-17305 .eapps-instagram-feed-posts-grid-load-more-container { 
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #wp-image-16703 {
      max-height: 435px;
  }
  nav {
    width: 99%;
  }
}

/* HEADER */
header .eltd-main-menu ul li a {
  font-family: 'Poppins', sans-serif!important;
  font-weight: 600!important;
  font-size: 18px!important; 
  color: #ab3746!important;
  text-transform: uppercase!important;
}
header .eltd-main-menu ul li a .item_text:hover {
  color: #ab3746!important;
  border-bottom: 3px solid!important;
}
header #nav-menu-item-9856 a .item_text:hover,
header #nav-menu-item-9856 .inner ul li a .item_text:hover {
  color: #ab3746!important;
  border-bottom: 3px solid!important;
}
/* Elated Header */
.eltd-normal-logo {
  width: 150px;
  height: auto!important;
}
.eltd-position-right { 
  /*display: none;*/
}
.widget_eltd_woocommerce_dropdown_cart,
.widget_eltd_search_opener {
  display: none!important;
}
.eltd-page-header .eltd-menu-area,
.eltd-page-header .eltd-sticky-header {
  height: 75px!important;
}
header .eltd-logo-wrapper a {
  height: initial!important;
  display: flex;
  height: 100%!important;
  margin-top: 1px;
}
.eltd-vertical-align-containers .eltd-position-center {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .eltd-vertical-align-containers .eltd-position-center {
    float: right;
    width: 618px;
  }
}
@media only screen and (min-width: 1024px) {
  .eltd-vertical-align-containers .eltd-position-center {
    width: 650px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eltd-vertical-align-containers .eltd-position-center > div {
    width: 99%;
  }
}
.eltd-main-menu ul {
  list-style: none; 
  margin: 0; 
  padding: 0;
  display: flex;
  align-items: center;
}
.eltd-main-menu ul li {
  flex: 3;
  /* text-align: center; */
}

#menu-primary-menu > li:nth-child(5) {
  background: #ba2a43; 
  margin-left: 30px;
}
#menu-primary-menu > li:nth-child(5):hover {
  background: #790016; 
}
#menu-primary-menu > li:nth-child(5) .item_text {
  color: #fff!important;
}
#menu-primary-menu > li:nth-child(5) a {
  padding: 0 10px;
}
#menu-primary-menu-1 >  li:nth-child(5) {
  background: #ba2a43;
  margin-left: 30px;
}
#menu-primary-menu-1 >  li:nth-child(5):hover {
   background: #ba2a43; 
}
#menu-primary-menu-1 >  li:nth-child(5) a {
  color: #fff!important;
  padding: 0 10px;
}

header .second .item_text {
  font-size: 16px;
  font-weight: 300;
}
.free-slice-of-pie-img {
  cursor: pointer;
}

/* hide login link from desktop menu */
#menu-primary-menu > li:last-child,
#menu-primary-menu-1 > li:last-child {
  display: none;
}

/* header tweaks */
.eltd-header-standard .eltd-page-header .eltd-logo-wrapper a {
  height: initial!important;
  max-height: initial!important; 
}
.eltd-page-header .eltd-sticky-header.header-appear {
  background: #fff!important;
}
.eltd-page-header .eltd-sticky-header .eltd-sticky-holder {
  width: 1200px;
  margin: 0 auto;
  box-shadow: none;
}
.eltd-vertical-align-containers {
  padding: 0;
}

.hero-image-mobile div {
 padding: 0!important; 
}
.hero-image-mobile p {
 margin: 0!important; 
}
.hero-image-mobile img {
	width: 100%;
}
@media only screen and (min-width: 768px) {
  .hero-image-mobile {
    display: none; 
  }
}

</style>
<!-- end Simple Custom CSS and JS -->
