.landing-header {
  padding: 5rem 1rem 0;
}
.landing-header h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.landing-header p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.bullet li {
	margin-left: 1em;
	list-style: disc;
}

/* store-locator page  */
.page-template-locator-page .main-nav .slide-panel-wrapper {
  display: none;
}
.page-template-locator-page .locator-section {
  margin-top: 32px;   
}
.page-template-locator-page footer {
  padding-top: 2rem;
}

@media only screen and (min-width: 769px) {
  .page-template-locator-page .locator-section {
    margin-top: 64px;   
  }
}
@media only screen and (min-width: 1172px) {
  .page-template-locator-page .locator-section {
    margin-top: 128px;   
  }
}
#modal-wineFinder-content .shopFormWrapper {
  display: flex;
  flex-direction: column;
}
.locator-a11y {
  background: #fff;
  padding: 0 .5rem;
  font-size: .75em;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  column-gap: 2em;
}
.locator-section .locator-a11y {
  margin-top: -1rem;
  padding: 1.5em 1em;
}
.locator-a11y  h4 {
  font-size: 1rem;
  margin: 0.125em 0 .5em;
}
.locator-a11y p {
  font-size: .75rem;
  line-height: 1.4;
  max-width: 74em;
}
.locator-a11y p a {
  text-decoration: underline;
}
@media screen and (min-width: 1700px) {
  .locator-a11y  h4 {
    font-size: .818rem;
  }
  .locator-a11y p {
    font-size: .614rem;
    letter-spacing: normal;
  }
}
/* store-locator page end */

/* pages */

.site-main.page-main .entry-content {
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .site-main.page-main {
    /* font-size: 16px; */
  }
}
@media screen and (min-width: 1700px) {
  .site-main.page-main {
    /* font-size: 18px; */
  }
}

/* turn off varietals navigation */
@media screen and (min-width: 1200px) {
  .modal #fullpage-nav {
    display: none;
  }
}
.modal .slick-next,
.modal .slick-prev {
  display: none !important;
}
.modal .fullpage-wine .section.rose, .modal .fullpage-wine .section.can-rose {
  display: none;
}


/* page hero section */
.site-main.page-main .entry-header {
  background-color: #d8df79;
  background-size: cover;
  padding: 6em 1em 1em;
}
.site-main.page-main .entry-header.entry-header-image {
  padding: 8em 1em 3em;


}
.site-main.page-main .entry-header-content {
  text-align: center;
}
.site-main.page-main .entry-content {
  clear: both;
}
.site-main.page-main h1 {
  font-size: 3.5rem;
  text-transform: uppercase;
}
.site-main.page-main h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin: .5em 0;
}
.site-main.page-main p {
  font-size: 1rem;
}
.site-main.page-main p a {
  text-decoration: underline;
}
.site-main.page-main .entry-content img {
  width: 100%;
  max-width: 100%;
}

.site-main.page-main .entry-header-content p {
  font-size: 1.25rem;
}
.site-main.page-main .entry-header-content p:last-of-type {
  margin-bottom: 0;
}

.site-main.page-main .image-text {
  padding: 2em 1em;
}
.site-main.page-main .entry-content-wrap {
  max-width: 70em;
  margin: 0 auto;
}
.site-main.page-main .entry-content:nth-of-type(odd){
  background: #fff;
}
.site-main.page-main .image-text .entry-content-text p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 38em) {
  .image-text .entry-content-wrap {
    display: flex;
    justify-content: space-between;
  }
  .image-text:nth-of-type(even)  .entry-content-wrap{
    flex-direction: row-reverse;
  }
  .image-text .entry-content-image,
  .image-text .entry-content-text {
    width: 47.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .image-text .entry-content-text > h2 {
    margin-top: 0;
  }

}
@media screen and (min-width: 57em) {
  .image-text .entry-content-image {
    width: 35%;
  }
  .image-text .entry-content-text {
    width: 55%;
    margin: 0 5%
  }
  .image-text .narrow-image .entry-content-image {
    width: 25%;
  }
  .image-text .narrow-image .entry-content-text {
    width: 65%;
  }
  .image-text .wide-image .entry-content-image,
  .image-text .wide-image .entry-content-text {
      width: 45%;
  }
  .image-text {
    padding: 4em 1em;
  }
}

/* rose all day page */
.rose-all-day .site-main.page-main .entry-header {
  background-color: #f3a893;
}
.rose-all-day .site-main.page-main .entry-header.entry-header-image { 
  background-position: 65%;
  padding-bottom: 7em;
}
.rose-all-day .entry-header-content {
  padding: 1em;
  background: rgba(255,255,255,.75);
  border-radius: 1em;
  max-width: 40em;
  margin: 0 auto;
}
.rose-all-day h1,
.rose-all-day h2,
.rose-all-day .entry-content p a,
.rose-social-last .entry-content-wrap p {
  color: #f3a893;
}
.rose-all-day .entry-content p a:active, 
.rose-all-day .entry-content p a:focus, 
.rose-all-day .entry-content p a:hover {
  color: #323232 !important;
}
.rose-all-day .entry-header-content p.hashtag {
  font-size: 1.5rem;
}
.site-main.page-main .entry-content.rose-social-intro {
  padding: 0;
  margin-top: -64px;
  background: transparent;
}
.rose-social-icons {
  text-align: center;
  line-height: 0;
  padding-bottom: 32px;
}
.rose-social-icons a {
  transition: all .3s ease-out;
}
.rose-social-icons a + a {
  margin-left: 1em;
}
.rose-social-icons a:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.rose-social-icons a:active, 
.rose-social-icons a:focus, 
.rose-social-icons a:hover {
  opacity: 0.7;
}
.rose-social-icons a.instagram:before {
  background-image: url(/wp-content/themes/pomelo-custom/assets/icons/instagram-64.png);
}
.rose-social-icons a.facebook:before {
  background-image: url(/wp-content/themes/pomelo-custom/assets/icons/facebook-64.png);
}
.rose-social-icons a.pinterest:before {
  background-image: url(/wp-content/themes/pomelo-custom/assets/icons/pinterest-64.png);
}
.site-main.page-main .entry-content .rose-bottle img {
  max-width: 30%;
  margin-right: 5%;
}
.rose-bottle {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rose-bottle ul.drink-stats li  {
  margin-top: 2em;
  font-size: 1.25rem;
  line-height: 2;
  margin-left: 4em;
  position: relative;
  display: flex;
  align-items: center;
}
.rose-bottle ul.drink-stats li:before  {
  content: "";
  width: 3.5em;
  height: 3.5em;
  position: absolute;
  left: -4em;
  background-size: cover;
}
li.drink-type:before {
  background-image: url(/wp-content/uploads/2018/03/drinktype_rose.png);
}
li.drink-origin:before {
  background-image: url(/wp-content/uploads/2018/03/drinkorigin_rose.png);
}
li.drink-content:before {
  background-image: url(/wp-content/uploads/2018/03/drinkcontent_rose.png);
}
a.bold-text-link {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: "Stymie Com Medium";
}
.rose-sip,
.rose-social-last {
  text-align: center;
}
.rose-sip .entry-content-wrap p,
.rose-social-last .entry-content-wrap p {
  font-size: 1.25rem;
}
.rose-social-last .entry-content-wrap p {
  margin: 1em 0;
}  
@media screen and (min-width: 38em) {
  .rose-intro .entry-content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .rose-text,
  .rose-bottle {
    width: 47.5%;
  }
  .rose-bottle ul.drink-stats li  {
    font-size: 1rem;
  }
}
/* px measurement to match main theme styles */
@media screen and (min-width: 768px) { 
  .site-main.page-main .entry-content.rose-social-intro {
    margin-top: -80px;
  }
}
@media screen and (min-width: 57em) {
  .rose-text {
    width: 50%;
  }
  .rose-bottle {
    width: 45%;
  }
  .rose-sip .entry-content-wrap p,
  .rose-social-last .entry-content-wrap p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 66em) {
  .rose-text {
    width: 55%;
  }
  .rose-bottle {
    width: 40%;
  }
}

/* rose all day homepage section */
.section.full-img.rose-home {
  padding: 4rem 0;
  text-align: center;
  margin-bottom: 0;
  background-color: #fff;
}
.section.full-img.rose-home h3 {
  color: #f3a893;
  margin: 0 0 .5rem;
}
.section.full-img.rose-home a.underline-button {
  margin: 0;
}

/* recipes page */
.site-main.recipes-main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.site-main.recipes-main .page-header {
  border-bottom: 0;
}
.site-main.recipes-main .page-header li {
  text-align: center;

}
.site-main.recipes-main .page-header button {
  text-transform: uppercase;
  font-family: "Stymie Com Medium";
  font-size: 28px;
  font-size: 2rem;
  font-weight: 400;
  margin: 0 auto;
  padding-bottom: 0;
  border: none;
  background: none;
  text-align: center;
}
.site-main.recipes-main .page-header .active {
  display: inline-block;
  min-width: 160px;
  background-position: 50% 100%;
  background-image: url(/wp-content/uploads/2018/03/button_underline.png);
  background-repeat: no-repeat;
  background-size: 100%;
  /* margin-bottom: 10px; */
  cursor: default;
  pointer-events: none;
}
.site-main.recipes-main .page-header .active:active,
.site-main.recipes-main .page-header .active:hover,
.site-main.recipes-main .page-header .active:focus {
  color: #323232;
}
.recipe-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.recipe-cards article {
  margin: 20px;
  display: inline-block;
  text-align: center;
  max-width: 400px;
}

.recipe-card-title,
.recipe-title {
  font-size: 22px;
  font-size: 1.5em;
  margin-bottom: 8px;
  margin-bottom: .5em;
}
.recipe-card-text p,
.recipe-card-link,
.recipe-text h2,
.recipe-text p,
.recipe-text ul,
.recipe-link-wine {
  font-family: "Gotham Book", sans-serif;
  font-size: 1.2em;
  line-height: 1.4;
}
.recipe-text h1 {
  font-size: 2.5em;
}
.recipe-text h2 {
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: .75em;
}
.recipe-text a {
  text-decoration: underline;
}
.recipe-card-image,
.recipe-image {
  height: 0;
  padding-bottom: 100%;
  background-color: #d8df79;
}
.recipe-card-image img,
.recipe-image img {
  max-width: 100%;
  height: auto;
}
.recipe-card-link {
  text-transform: uppercase;
  text-decoration: underline;
}
.recipe-link-all {
  text-transform: uppercase;
  padding: 2em 0 4em;
  font-size: 1.4em;
  text-align: center;
  padding: 1em;
  background-color: #d8df79;
}
.recipe-link-all:hover {
  color: #fff !important;
} 

/* recipes page card layout */
.site-main.recipes-main {
  display: flex; 
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.site-main.recipes-main header {
  width: 100%;
}
.site-main.recipes-main article {
  flex: 1 0 250px;
}
@media screen and (min-width: 768px) {
  .site-main.single-recipe-main {
    font-size: 16px;
  }
}
@media screen and (min-width: 1700px) {
  .recipe-card-text,
  .site-main.single-recipe-main {
    font-size: 18px;
  }
}
/* recipe page */
.site-main.recipes-main .page-header {
  margin: 84px 0 0;
}
.site-main.recipes-main .page-header ul {
  display: flex;
  justify-content: center;
  column-gap: 1em;
  flex-wrap: wrap;
}
.site-main.recipes-main .page-header li {
  width: 100%;
}
.single-recipe-main article.recipes {
  max-width: 1400px;
  max-width: 75rem;
  margin: 0 auto;
}
.recipe-text,
.recipe-link-wine {
  padding: 0 20px;
}
.recipe-link-wine {
  margin-bottom: 20px;
}
.recipe-link-wine a {
  text-decoration: underline;
}
.recipe-link {
  padding: 3rem 20px 0;
  text-align: center;
}

@media (min-width: 43em) {
  .site-main.recipes-main .page-header {
    margin: 96px 0 20px;
  }
  .single-recipe-main article.recipes {
    padding: 5rem 20px 0;
  }
  article.recipes::after {
    content: "";
    display: table;
    clear: both;
  }
  .recipe-image,
  .recipe-text,
  .recipe-link {
    width: 47.5%;
    width: calc(50% - 20px);
  }
  .recipe-image,
  .recipe-link {
    float: left;
  }
  .recipe-text {
    float: right;
    padding: 0;
  }
  .recipe-image {
    padding-bottom: 47.5%;
    padding-bottom: calc(50% - 20px);
    margin-bottom: 44px;
  }
  .recipe-link,
  .recipe-link-wine {
    padding: 0;
  }
  .recipe-link {
    text-align: right;
    clear: left;
  }
  .recipe-link-wine {
    margin-bottom: 40px;
  }
  .recipe-text h1 {
    margin-top: 0;
  }
}
@media (min-width: 37.25em) {
  .site-main.recipes-main .page-header li {
    width: auto;
    min-width: 11.5rem;
  }
}
@media (min-width: 63em) {
  .single-recipe-main article.recipes {
    padding: 5rem 40px 0;
  }
}
/* recipes end */


.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px); 
  height: 1px; 
  width: 1px; 
  overflow: hidden; 
  position: absolute !important;
}

.main-nav .slide-panel-wrapper #slide-panel .menu-list-container li .nh-nav-link {
  font-size: 24px;
  font-size: 1.75rem;
  color: #323232;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-family: "Stymie Com Medium";
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .main-nav .slide-panel-wrapper #slide-panel .menu-list-container li .nh-nav-link {
    font-size: 28px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 1700px) {
  .main-nav .slide-panel-wrapper #slide-panel .menu-list-container li .nav-link,
  .main-nav .slide-panel-wrapper #slide-panel .menu-list-container li .nh-nav-link {
      font-size: 1.5rem;
  }
  .site-main.recipes-main {
      max-width: 1600px;
  }
  .site-main.recipes-main article {
    flex-basis: 340px;
    margin: 30px;
  }
}

/* homepage recipes section  */

.section.recipes {
  position: relative;
  /* margin-top: -5rem; */
  /* background: #fff; */
}
.section.recipes::after {
  content: "";
  display: table;
  clear: both;
}
.section.recipes .recipes-text {
  width: 100%;
  position: absolute;
  top: 30%;
  text-align: center;
}
.section.recipes h2,
.section.recipes a {
  color: #323232;
  text-shadow: 6px 6px 10px #fff;
}
.section.recipes .recipes-image {
  width: 100%;
}
.section.recipes h2 {
  font-size: 28px;
  font-size: 2rem;
  margin-bottom: 5px;
}
.section.recipes a {
  padding-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Gotham Bold";
  background-position: 50% 100%;
  background-image: url(/wp-content/uploads/2018/03/button_underline.png);
  background-repeat: no-repeat;
  background-size: 80%;
}
.overflow-wrapper {
  padding-top: 4rem;
}
@media screen and (min-width: 43em) {
  .section.recipes .recipes-image {
    position: relative;
    float: right;
    right: 10%;
    width: 35%;
    padding: 0;
    margin: 0 0 40px;
    box-shadow: -10px 10px 10px rgb(0 0 0 / .2);
  }
  .section.recipes .recipes-text {
    position: absolute;
    width: 90%;
    margin: 0 5%;
    top: 15%;
    background-image: url(/wp-content/uploads/2020/07/wine_bg_recipes_wide.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .section.recipes .recipes-text .recipes-text-wrap {
    padding: 40px 0 40px 40px;
    width: 50%;
  }
  .section.recipes .recipes-text h2,
  .section.recipes .recipes-text a {
    text-shadow: none;
  }
  .section.recipes h2 {
    margin-top: -10px;
  }
  .section.recipes a {
    position: relative;
    margin-left: 0;
    left: 0;
    background-size: 7em;
  }
}
@media screen and (min-width: 850px) {
  .section.recipes .recipes-text h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .section.recipes .recipes-text h2 {
    font-size: 50px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .section.recipes .recipes-image {
    width: 35%;
  }
  .section.recipes .recipes-text {
    top: 18%;
  }
  .section.recipes .recipes-text .recipes-text-wrap {
    width: 55%;
  }
  .section.recipes .recipes-text h2 {
    font-size: 62px;
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .section.recipes .recipes-text h2 {
    font-size: 104px;
    font-size: 4.75rem;
  }
}
@media screen and (min-width: 1700px) {
  .section.recipes .recipes-text {
    top: 20%;
  }
}

/* nav font size fixes  */
.main-nav .slide-panel-wrapper #slide-panel .menu-list-container li .nav-link,
.main-nav .slide-panel-wrapper #slide-panel .menu-list-container li .nh-nav-link {
	font-size: 24px;
	font-size: 1.75rem;
}
@media screen and (min-width: 600px) {
  .main-nav .slide-panel-wrapper #slide-panel .menu-list-container li .nav-link,
  .main-nav .slide-panel-wrapper #slide-panel .menu-list-container li .nh-nav-link {
	  font-size: 28px; 
	  font-size: 2rem; 
	}
}
@media screen and (max-width: 1199px) and (orientation: landscape) {
	.main-nav .slide-panel-wrapper #slide-panel .menu-list-container li {
    display: block;
	}
}
@media screen and (min-width: 1200px) {
  .main-nav .slide-panel-wrapper #slide-panel .menu-list-container li {
    margin: 0;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .main-nav .slide-panel-wrapper #slide-panel .menu-list-container li .nav-link,
  .main-nav .slide-panel-wrapper #slide-panel .menu-list-container li .nh-nav-link {
	  font-size: 33px; 
	  font-size: 1.5rem; 
	}
}

/* nav scroll fix  */
.main-nav .slide-panel-wrapper #slide-panel {
  height: 100%;
  overflow-y: scroll;
}

/* homepage image update */
#i-1 {
  background-image: url(/wp-content/uploads/2021/02/social1-2021.jpg);
}
#i-2 {
  background-image: url(/wp-content/uploads/2023/02/social2-2023.jpg);
}
#i-3 {
  background-image: url(/wp-content/uploads/2023/02/social3-2023.jpg);
}
#i-4 {
  background-image: url(/wp-content/uploads/2023/02/social4-2023.jpg);
}
#i-5 {
  background-image: url(/wp-content/uploads/2021/02/social5-2021.jpg);
}
#i-6 {
  background-image: url(/wp-content/uploads/2021/02/social6-2021.jpg);
}

.section.shop-online {
  background-image: url(/wp-content/uploads/2023/02/shop-online-2023.jpg);
}

/* agegate */
.tfe-agegate-image img {
	max-width: 100%;
	height: auto;
}
.tfe-enter {
	color: inherit;
	transition: color .3s ease-in-out;
	margin: 0;
}
.tfe-enter:active, .tfe-enter:focus, .tfe-enter:hover {
	color: #d8df79;
  background: none;
  background-position: 50% 100%;
  background-image: url(/wp-content/uploads/2018/03/button_underline.png);
  background-repeat: no-repeat;
  background-size: 80%;
}