@charset "utf-8";

:root {
  --font-family-serif: "Freight Text Pro", "FreightText Pro", "freight-text-pro",
    serif;
  --font-family-sans: "Freight Sans Pro", "FreightSans Pro", "freight-sans-pro",
    "Avenir Next", sans-serif;
  --font-family-accent: "Freight Sans Condensed Pro",
    "freight-sans-condensed-pro", "Avenir Next Condensed", sans-serif;

  --border-radius: 5px;

  --light-pink: #f87f8e;
  --pink: #d64d5d;
  --dark-pink: #ca364b;
  --orange: #e98225;
  --lime: #b2d30b;
  --green: #799e3f;
  --beige: #f7f2e7;
  --cream: #eee5d3;
  --light-brown: #a87a5c;
  --brown: #784e31;
}

* {
  box-sizing: border-box;
}

/* additional resets */
img,
object,
embed,
video {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Firefox dotted outline removal */
a:focus,
a:active {
  outline: none;
}

a::-moz-focus-inner {
  border: 0;
}

/* Mobile Plus Layout: 0px and up. */

body {
  position: relative;
  overflow-x: hidden;
}

/* text */
body,
input,
select,
textarea {
  font-family: var(--font-family-serif);
  font-weight: 400;
  font-size: 1.3em;
  color: #000;
  line-height: 1.5;
  color: var(--brown);
}

.font-family-accent,
.PreHead,
.PinkBtn,
.nav-previous a,
.nav-next a,
input[type="submit"],
h1,
.PrimaryMenu2Frame,
h3#comments,
h3#reply-title,
.reply,
.woocommerce h3 {
  font-family: var(--font-family-accent);
  font-weight: 600;
  letter-spacing: 0.05em;
}

.FreightSansPro,
.header-bio h3,
h4 {
  font-family: var(--font-family-sans);
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h6 {
  font-weight: normal;
}

h1 {
  font-size: 2.2em;
  line-height: 1.1;
  font-weight: 400;
  color: var(--pink);
  letter-spacing: 0;
  margin: 0.25em auto 0.5em;
  text-align: center;
}

h2 {
  font-size: 1.7em;
  line-height: 1.5;
}

.WYSIWYG h2 {
  margin-top: 1em;
  margin-bottom: 0.25em;
}

h3 {
  font-size: 1.5em;
  line-height: 1.3;
  margin: 1em 0 0.5em;
  color: var(--green);
}

h4 {
  font-size: 1.3em;
  line-height: 1.4;
  color: var(--orange);
  margin-bottom: 0.5rem;
  margin-top: 3rem;
}

h5 {
  font-size: 1.2em;
  line-height: 1.3;
  font-weight: bold;
}

h4,
h5,
.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

h6 {
  font-size: 0.9em;
  line-height: 150%;
  font-weight: bold;
  font-style: italic;
}

p {
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}

:first-child {
  margin-top: 0;
}

blockquote {
  color: var(--pink);
  border-left: 2px solid #c3b69e;
  padding-left: 10px;
}

.WYSIWYG ul,
.WYSIWYG ol {
  margin: 1em 0 1em 42px;
}

/* text highlight color */
::-moz-selection {
  background: var(--green);
  color: #fff;
}

::selection {
  background: var(--green);
  color: #fff;
}

/* links */
a,
a:visited {
  text-decoration: none;
  transition: color 0.5s;
  color: var(--pink);
}

a:hover,
a:active,
a:focus {
  color: var(--green);
}

a[href$="jpg"],
a[href$="jpeg"],
a[href$="jpe"],
a[href$="png"],
a[href$="gif"] {
  border: none;
}

.LinkWhite a {
  color: #fff;
  text-decoration: none;
}

.LinkWhite a:hover,
.LinkWhite a:active {
  color: var(--beige);
}

.LinkBig a,
.LinkBig a:link,
.LinkBig a:visited {
  /* PreHead and main nav links */
  font-size: 0.85em;
  vertical-align: text-bottom;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.overflow-hidden {
  overflow: hidden;
}

.text-center {
  text-align: center;
}

.text-muted {
  color: var(--light-brown);
}

.rounded {
  border-radius: var(--border-radius) !important;
}

/* forms */
input:not([type="button"]):not([type="reset"]):not([type="submit"]),
textarea {
  padding: 5px 10px;
}

input:not([type="button"]):not([type="reset"]):not([type="submit"]),
select,
textarea {
  border: 2px solid var(--dark-pink);
  border-radius: var(--border-radius);
  max-width: 100%;
}

/* search form */
.search-form .search-field {
  border-radius: var(--border-radius) 0 0 var(--border-radius) !important;
}

.search-form .search-submit {
  border-radius: 0 var(--border-radius) var(--border-radius) 0 !important;
}

.search-form input {
  color: #fff;
  border: none !important;
  font-size: 0.85em;
  line-height: 100%;
}

.search-form input[type="image"] {
  padding: 0 !important;
}

.search-form input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #fff;
}

.search-form input::-moz-placeholder {
  text-transform: uppercase;
  color: #fff;
}

.search-form input:-ms-input-placeholder {
  text-transform: uppercase;
  color: #fff;
}

.search-form input:-moz-placeholder {
  text-transform: uppercase;
  color: #fff;
}

/* Gravity Forms */

/* buttons */
.button,
.btn,
button,
input[type="submit"],
.PinkBtn,
.nav-previous a,
.nav-next a,
.woocommerce #submit,
.woocommerce .button,
.tcb-button-link,
.wprm-recipe-print-wide-button {
  text-decoration: none;
  color: #fff !important;
  font-family: var(--font-family-accent);
  background-color: var(--pink);
  padding: 5px 15px;
  font-weight: bold;
  text-transform: uppercase;
  transition: background 0.5s !important;
  border-radius: var(--border-radius);
}

.PinkBtn:hover,
.nav-previous a:hover,
.nav-next a:hover {
  background-color: var(--green);
}

/* images */
.WYSIWYG img {
  height: auto;
}

/* lists */
.ListStyleNone {
  list-style: none;
}

.WYSIWYG li {
  margin-bottom: 0.5em;
}

/* frames */
.PreHead {
  background: url(../../../../../../../themes/pe-custom/img/top-pink-banner.svg);
  background-size: auto 100%;
}

.header-bio {
  padding-top: 50px;
  padding-bottom: 1em;
  font-size: 0.85em;
  line-height: 150%;
}

.header-bio-image {
  text-align: center;
}

.sidebar-col {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sidebar-col {
    flex-basis: 330px;
  }
}

.sidebar-col .widget {
  margin: 30px auto;
}

.sidebar-col .dpe-flexible-posts {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
  align-items: stretch;
}

.sidebar-col .dpe-flexible-posts li {
  flex-basis: calc(50% - 15px);
  margin: 0 7.5px;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .sidebar-col .dpe-flexible-posts li {
    flex-basis: calc(25% - 15px);
  }
}

.sidebar-col .dpe-flexible-posts .title,
.archive-thumbnail-title {
  line-height: 1.2;
  font-size: 0.9rem;
  padding: 10px;
  background: var(--beige);
  color: var(--light-brown);
  font-family: var(--font-family-accent);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
  flex-grow: 1;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.sidebar-col .dpe-flexible-posts img,
.archive-thumbnail {
  margin: 15px 0 0;
  width: 100%;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.sidebar-col .dpe-flexible-posts a {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}

.sidebar-col .widget img {
  display: block;
}

#TopLogo {
  margin: 0 5%;
}

.bg-pink {
  background-color: var(--pink);
}

.bg-green {
  background-color: var(--green);
}

.FooterCatsFrame {
  background-color: var(--green);
  background-image: url(../../../../../../../themes/pe-custom/img/bottom-green-banner.svg);
  background-size: 1600px;
  background-position: center top;
  font-size: 0.85em;
  font-weight: bold;
  background-repeat: no-repeat;
}

.FooterCats {
  -webkit-columns: 2;
  /* Chrome, Safari, Opera */
  -moz-columns: 2;
  /* Firefox */
  columns: 2;
}

#FooterMenu {
  list-style: none;
}

/* menus */
#SecondaryMenu1 {
  list-style: none;
}

.SecondaryMenu1Frame {
  display: none;
  flex-grow: 1;
}

#SecondaryMenu1 li {
  display: inline-block;
  margin-right: 10px;
}

#SecondaryMenu1 .current_page_item a {
  color: #ffd2aa;
}

#SecondaryMenu1 a:hover {
  color: #f7ecd6;
}

/* search form */

.search-form label,
.search-field {
  float: left;
  width: 202px;
}

.search-field {
  height: 28px;
  background: var(--light-pink);
  color: #fff;
}

.search-field::-webkit-input-placeholder {
  color: #fff;
}

.search-field::-moz-placeholder {
  color: #fff;
}

.search-field:-ms-input-placeholder {
  color: #fff;
}

.search-field:-moz-placeholder {
  color: #fff;
}

.search-submit {
  width: 28px;
  height: 28px;
  float: right;
}

/* Featured Press */
.FeaturedPressBar {
  background: #f4ebdd;
  padding: 1rem 5%;
  overflow: hidden;
}

.FeaturedPressBar,
.FeaturedPressList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.FeaturedPressBar span {
  line-height: 1;
}

.FeaturedPressBar .FeaturedPressList img {
  max-width: 100px;
  max-height: 35px;
  width: auto;
  height: auto;
  padding: 0.25em 0.75em 0;
  mix-blend-mode: multiply;
  filter: sepia(0.5);
  opacity: 0.7;
  display: inline-block;
}

.FeaturedPressList .press-title {
  letter-spacing: 0.025em;
  font-style: italic;
  padding: 5px;
  white-space: nowrap;
}

.FeaturedPressEmbed .press-title {
  flex-basis: 100%;
  text-align: center;
  font-size: 1.3em;
  color: var(--light-brown);
}

/* Featured Press (in page) */

.FeaturedPressEmbed {
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--green);
  background-image: url(../../../../../../../themes/pe-custom/img/apples.svg);
  background-size: 600px;
  background-repeat: no-repeat;
  background-position: bottom -100px right -100px;
}

.FeaturedPressEmbed .FeaturedPressList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem;
  border: 3px solid var(--brown);
  background: rgba(255, 255, 255, 0.9);
}

.FeaturedPressEmbed .FeaturedPressList .press-image-wrapper {
  flex-basis: 25%;
  text-align: center;
}

.FeaturedPressEmbed .FeaturedPressList .press-image-wrapper img {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 50px;
  padding: 10px;
  mix-blend-mode: multiply;
}

#MainNavBtn {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 1.8em;
  background: var(--pink);
  height: 60px;
  line-height: 60px;
}

#PrimaryMenu1 {
  display: none;
  list-style: none;
  border-top: 1px solid #bb2839;
  padding-top: 0.5em;
  font-size: 1.2em;
}

#PrimaryMenu1 .sub-menu {
  font-family: var(--font-family-serif);
  font-weight: 400;
  list-style: none;
  font-size: 0.75em;
  font-style: italic;
}

#PrimaryMenu1 .sub-menu li {
  line-height: 160%;
}

#PrimaryMenu1 a {
  color: #fff;
}

#PrimaryMenu1 .sub-menu a {
  text-transform: lowercase !important;
}

#PrimaryMenu1 a:hover {
  color: var(--cream);
}

/* social frame */
.SocialFrame {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding-top: 10px;
  box-sizing: border-box;
  background: var(--beige);
  text-align: center;
  z-index: 900;
}

.SocialList li {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.SocialTopBtnFrame {
  height: 40px;
  text-align: center;
  padding: 5px 10px;
  background-color: var(--orange);
  cursor: pointer;
}

.SocialTopBtnFrame img {
  height: 30px;
}

.FollowWindowBtn {
  cursor: pointer;
}

/* Tag Icons  */

.tag-icons {
  font-weight: bold;
}

a.tag-icon {
  font-family: var(--font-family-accent);
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  background: var(--accent-color, var(--brown));
}

a.tag-icon:hover {
  color: rgba(255, 255, 255, 0.8);
}

.tag-icon-vegetarian {
  --accent-color: var(--green);
}

.tag-icon-vegan {
  --accent-color: var(--lime);
}

.tag-icon-gf {
  --accent-color: var(--brown);
}

/* pagination */
.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

/* footer */

.FootBtmPink {
  color: #fff;
  position: relative;
}

#FooterLogo {
  width: 80%;
  max-width: 500px;
}

#FollowApples {
  position: absolute;
  top: -60px;
  left: calc(50% - 100px);
  width: 200px;
}

#PrimaryMenu2,
#SecondaryMenu2 {
  list-style: none;
}

#PrimaryMenu2 .sub-menu,
#SecondaryMenu2 {
  display: none;
}

#SecondaryMenu2 li {
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}

/* subscribe window */

.formkit-header * {
  font-family: var(--font-family-accent) !important;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--orange) !important;
}

/* clearfix */
.cf:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.TagsFrame a {
  font-weight: 400;
  letter-spacing: 0;
}

#zlrecipe-container .heading-one,
#zlrecipe-container .h-1 {
  font-size: 1.7em !important;
}

/* Comments & Post Meta */
.single .cat-meta .cat-description {
  font-style: italic;
}

.single .cat-meta .cat-description p {
  display: inline;
}

.single .cat-meta-list {
  font-size: 0.8em;
  line-height: 1.25;
  color: var(--brown);
}

.single .cat-meta-list a {
  color: var(--light-brown);
  font-weight: bold;
}

.single .cat-meta .tag-icons {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

h3#comments,
h3#reply-title,
h3#cat-meta-title {
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
}

#reply-title {
  margin-top: 0;
}

#comments + .navigation .alignleft:empty,
#comments + .navigation .alignright:empty {
  margin-top: 0;
  margin-bottom: 0;
}

.navigation:after {
  clear: both !important;
  content: "";
  display: table;
}

.commentlist {
  list-style: none;
}

.commentlist li {
  margin-bottom: 1.5em;
}

.commentlist .children {
  list-style: none;
  margin-left: 10%;
}

.comment-metadata {
  /* date/time */
  display: none;
}

.comment-author.vcard {
  display: flex;
  align-items: center;
}

.comment-author.vcard .fn {
  margin-right: 5px;
}

.comment .reply {
  text-transform: uppercase;
  font-size: 0.85em;
  margin-top: 0.5rem;
}

.comment.bypostauthor > article {
  background: var(--beige);
  border-radius: var(--border-radius);
  overflow: hidden;
}

.comment.bypostauthor > article .comment-content {
  padding: 10px 15px;
}

.comment.bypostauthor > article .comment-meta {
  padding: 10px 15px;
  background: var(--pink);
  color: #fff;
  background-image: url(../../../../../../../themes/pe-custom/img/top-pink-banner.svg);
  background-size: auto 70px;
  margin-bottom: 0;
}

.comment.bypostauthor > article .comment-author.vcard a {
  color: #fff;
}

.comment .children {
  margin-top: 1.5rem;
}

.comment-meta {
  font-family: var(--font-family-accent);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.comment-author.vcard .avatar {
  border-radius: 50%;
  margin-right: 10px;
}

.comment.bypostauthor .reply {
  background: rgba(0, 0, 0, 0.025);
  padding: 5px 15px;
}

.comment.bypostauthor .avatar {
  border: 2px solid #fff;
}

.comment-form label {
  min-width: 100px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: var(--font-family-accent);
}

.comment-form label[for="comment"] {
  display: none;
}

textarea#comment {
  width: 100%;
}

/* Archive/Category Pages */

.archive-thumbnail-wrapper {
  height: 250px;
}

.archive-thumbnail {
  height: 100%;
  object-fit: cover;
}

/* shop page */

.woocommerce .woocommerce-loop-product__title {
  background-color: var(--beige);
  margin-top: -20px !important;
  font-family: var(--font-family-accent) !important;
  font-size: 0.75em !important;
  padding: 8px 10px !important;
  line-height: 130% !important;
  font-weight: bold !important;
}

.woocommerce ul.products li.product .price {
  background-color: var(--beige);
  font-family: var(--font-family-accent) !important;
  font-size: 0.75em !important;
  color: var(--pink) !important;
  font-weight: bold !important;
  padding: 0 8px 10px !important;
  line-height: 130% !important;
}

.woocommerce .products ul,
.woocommerce ul.products {
  padding-top: 20px;
}

.woocommerce ul.products li.product .button {
  width: 125px;
  text-align: center;
  margin-top: 0.5em !important;
}

.woocommerce ul.products li.product .button:hover {
  background-color: var(--green);
}

.woocommerce .product p.price,
.woocommerce .product span.price {
  color: var(--pink);
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  font-size: 1em !important;
  border: 2px solid var(--beige) !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px !important;
}

.select2-container--default .select2-selection--single {
  border: 2px solid var(--beige);
  height: 45px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 41px !important;
  color: var(--brown);
}

/* product page */

.woocommerce .product .cart .button {
  text-align: center;
  float: none !important;
  margin-top: 10px !important;
}

.woocommerce .product .cart .button:hover {
  background-color: var(--green) !important;
}

.woocommerce .cart .quantity {
  float: none !important;
}

/* add to cart popup */

.woocommerce #submit,
.woocommerce .button {
  text-align: center;
}

.wc-forward {
  font-weight: 500 !important;
}

.wc-forward:hover {
  background-color: var(--green) !important;
  color: white !important;
}

/* Cart page */

.woocommerce-cart .cart td,
.woocommerce-cart .cart th,
.woocommerce-checkout .cart td,
.woocommerce-checkout .cart th {
  font-size: 0.85em !important;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  font-size: 0.85em !important;
  height: 43px !important;
}

.woocommerce .cart input.button:hover {
  background-color: var(--green) !important;
  color: white !important;
}

.wc-proceed-to-checkout .checkout-button {
  font-size: 0.85em !important;
  font-weight: bold !important;
}

.checkout #customer_details {
  display: none;
}

/* Misc */

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

/* CTA Panels */

.theme-pomegranate {
  --accent-color: #d64c5d;
  --accent-color-dark: #7d2e36;
  --bgImage: url(../../../../../../../themes/pe-custom/img/pomegranates.svg);
  --bgPosition: bottom -30px right -45px;
  --bgSize: 250px;
}

.theme-lime {
  --accent-color: #799e3e;
  --accent-color-dark: #4b5a2d;
  --bgImage: url(../../../../../../../themes/pe-custom/img/limes.svg);
  --bgPosition: bottom -70px center;
  --bgSize: 280px;
}

.theme-onion {
  --accent-color: #ea8225;
  --accent-color-dark: #885223;
  --bgImage: url(../../../../../../../themes/pe-custom/img/onions.svg);
  --bgPosition: bottom -30px left -115px;
  --bgSize: 350px;
}

.cta-panel {
  border-radius: var(--border-radius);
  padding: 25px;
  background-color: var(--accent-color);
  background-image: var(--bgImage);
  background-position: var(--bgPosition);
  background-size: var(--bgSize);
  background-repeat: no-repeat;
}

.cta-panel .content,
.cta-panel h3 {
  transition: all 0.1s ease-in-out;
}

.cta-panel .content {
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 15px 20px;
  border: 3px solid var(--accent-color-dark);
  border-radius: var(--border-radius);
}

.cta-panel:hover .content {
  box-shadow: 0 0 10px var(--brown);
  background: rgba(255, 255, 255, 0.95);
}

.cta-panel h3 {
  color: var(--accent-color);
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 0.5em;
}

.cta-panel:hover h3 {
  color: var(--accent-color-dark);
}

.cta-preheader {
  color: var(--light-brown);
  font-weight: bold;
  font-family: var(--font-family-serif);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.85em;
}

.cta-panel hr {
  border-color: #fff;
  border-width: 3px;
  width: 40%;
  margin: 0.5rem auto;
}

.cta-panel p {
  font-family: var(--font-family-serif);
  font-style: italic;
  color: var(--light-brown);
  font-weight: bold;
  font-size: 0.925em;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .widget .cta-panel {
    padding: 15px;
  }

  .widget .cta-panel h3 {
    font-size: 1.75rem;
  }

  .widget .cta-panel p {
    font-size: 1rem;
  }
}

/* Home */

.content-col article:nth-of-type(n + 2) {
  border-top: 1px solid var(--cream);
}

/* Tag Panel */

.tag-panels a {
  height: 100%;
}

.tag-panel-headline {
  color: #fff;
  line-height: 1;
}

.tag-panel-image-wrapper {
  background: var(--light-brown);
}

.tag-panel-image {
  display: block;
  object-fit: cover;
  height: 200px;
  width: 100%;
  transition: all 0.2s ease-in-out;
}

a:hover img.tag-panel-image {
  opacity: 0.5;
}

.footer-image-berry {
  --bgImage: url(../../../../../../../themes/pe-custom/img/panel-backgrounds/berry.svg);
  --bgSize: 200%;
}

.footer-image-pea {
  --bgImage: url(../../../../../../../themes/pe-custom/img/panel-backgrounds/pea.svg);
  --bgSize: 160%;
  --bgPosition: 80% 55%;
}

.footer-image-tomato {
  --bgImage: url(../../../../../../../themes/pe-custom/img/panel-backgrounds/tomato.svg);
  --bgSize: 130%;
}

.tag-panel-footer {
  background-color: var(--light-brown);
  background-repeat: no-repeat;
  background-image: var(--bgImage);
  background-position: var(--bgPosition, center);
  background-size: var(--bgSize, cover);
  flex-grow: 1;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .tag-panel-headline {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .tag-panel-footer {
    --bgSize: cover;
  }
}

@media only screen and (min-width: 481px) {
  .FooterCats {
    -webkit-columns: 3;
    /* Chrome, Safari, Opera */
    -moz-columns: 3;
    /* Firefox */
    columns: 3;
  }
}

/* pre/red head */
@media only screen and (min-width: 680px) {
  .header-bio {
    padding-top: 20px;
  }
}

/* Desktop Layout: 769px to a max of 1140px */

@media only screen and (min-width: 769px) {
  .SocialFrame {
    width: 60px;
    top: 20%;
    right: 0;
    bottom: auto;
    left: auto;
    padding: 0;
  }

  .SocialList {
    padding: 10px;
  }

  .SocialList li {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 5px;
  }

  .SocialList li:last-child {
    margin-bottom: 0;
  }

  .SocialTopBtnFrame {
    height: 60px;
    padding: 10px;
    background-color: var(--orange);
  }

  .SocialTopBtnFrame img {
    height: 40px;
  }

  #TopLogo {
    margin: 0.5em 10% 0 10%;
  }

  /* footer */
  .FooterCats {
    -webkit-columns: 4;
    /* Chrome, Safari, Opera */
    -moz-columns: 4;
    /* Firefox */
    columns: 4;
  }

  #FollowApples {
    left: auto;
    right: 5%;
  }

  #FooterLogo {
    width: 60%;
  }

  .PrimaryMenu2Frame li {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.2em;
  }

  .PrimaryMenu2Frame li:last-child {
    margin: 0;
  }
}

@media only screen and (max-width: 1039px) {
  .SecondaryMenu1Frame {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    background: var(--dark-pink);
    z-index: 10;
  }

  #SecondaryMenu1 ul,
  #SecondaryMenu1 li,
  #SecondaryMenu1 a {
    display: block;
  }

  #SecondaryMenu1 a {
    transition: all 0.1s ease-in-out;
    cursor: pointer;
    padding: 0.3em 1.75rem;
  }

  #SecondaryMenu1 a:hover {
    background-color: rgba(215, 76, 92, 0.5);
  }
}

@media only screen and (min-width: 1040px) {
  #MainNavBtn,
  #PreHeadHamburger {
    display: none;
  }

  .PrimaryMenu1Frame {
    background: var(--beige);
  }

  #PrimaryMenu1 {
    padding: 0;
    border: none;
    display: block !important;
  }

  #PrimaryMenu1 > li {
    display: inline-block;
    position: relative;
  }

  #PrimaryMenu1 > li:last-child {
    margin: 0;
  }

  #PrimaryMenu1 > li > a {
    padding: 0.5em;
    display: block;
  }

  #PrimaryMenu1 .sub-menu {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.25s linear;
    position: absolute;
    line-height: 190%;
    padding: 0 0.75em;
    background: var(--beige);
    z-index: 1000;
    text-align: left;
    min-width: 100%;
    white-space: nowrap;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
  }

  #PrimaryMenu1 li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }

  #PrimaryMenu1 a {
    color: var(--pink) !important;
  }

  #PrimaryMenu1 .sub-menu a:hover {
    color: var(--green) !important;
  }

  .SecondaryMenu1Frame {
    display: block !important;
  }
}

/* Hamburger Icon */

.nav-icon {
  width: 50px;
  padding: 2px 10px;
  background: var(--light-pink);
  box-shadow: 0 1px 1px 2px var(--dark-pink);
  cursor: pointer;
  border: 0;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #fff;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  content: "";
  display: block;
  height: 3px;
  margin: 4px 0;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Emphasized Quotes */

.emphasized-quote {
  margin: 1rem 0 2rem;
  line-height: 1.6;
}

.emphasized-quote strong {
  color: var(--pink);
}

.emphasized-quote > br:first-child {
  display: none;
}

.emphasized-quote cite {
  text-align: right;
  display: block;
  margin-top: 0.5rem;
  font-size: 0.8em;
  line-height: 1.6;
  font-family: var(--font-family-sans);
  color: var(--light-brown);
}

/* WooCommerce */

.woocommerce .product .flex-control-thumbs,
.woocommerce .product .woocommerce-product-gallery__trigger:before,
.woocommerce .product .woocommerce-product-gallery__trigger:after,
.wc-tabs,
.summary .product_meta,
.summary .cart,
.woocommerce-Tabs-panel h2,
.cart-subtotal,
.woocommerce-info::before,
.woocommerce .payment_box::before,
label[for="payment_method_braintree_paypal"] img,
.woocommerce .product-remove {
  display: none !important;
}

.flex-viewport {
  z-index: -1;
}

.woocommerce .product .images img {
  margin: 0;
}

.woocommerce .product .woocommerce-product-gallery__trigger {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.woocommerce .content-col h1 {
  margin-bottom: 2rem;
}

.woocommerce-product-details__short-description strong {
  font-weight: normal;
  font-size: 1.2em;
}

.woocommerce .price:before {
  content: "Purchase for only ";
}

.woocommerce .price {
  font-feature-settings: "tnum";
  font-family: var(--font-family-sans);
}

.woocommerce-Price-amount.amount {
  font-weight: bold;
}

.product-quantity input {
  padding: 0 0 4px !important;
  line-height: 1;
  border-color: transparent !important;
  transition: all 0.1s ease-in-out;
}

.product-quantity input:hover,
.product-quantity input:focus,
.product-quantity input:active {
  border-color: var(--pink) !important;
}

.woocommerce-info {
  background: var(--beige);
  border-top: 0;
  padding: 1rem 2rem;
  text-align: center;
}

.woocommerce-checkout #payment {
  background: transparent;
}

.woocommerce-checkout #payment ul {
  padding: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: 0;
}

label[for="payment_method_braintree_paypal"]:before {
  content: "Check out with ";
}

label[for="payment_method_braintree_paypal"] {
  /* Copy of h3 style */
  font-size: 1.5em;
  line-height: 1.3;
  margin: 1em 0 0.5em;
  color: var(--green);
  font-family: var(--font-family-accent);
  display: block;
}

.woocommerce .payment_box {
  background: var(--beige);
}

.woocommerce .payment_box .form-row {
  margin-bottom: 0;
}

.woocommerce #payment .form-row {
  padding: 0;
  font-size: 0.8em;
  line-height: 1.5;
  font-style: italic;
  font-family: var(--font-family-sans);
}

#order_review .opc_cart_item .product-name {
  padding-left: 12px !important;
}

.woocommerce-message {
  border: 0;
  background: #f2f6ed;
}

.woocommerce-error,
.woocommerce-message {
  line-height: 1.4;
  padding-left: 5rem;
}

.woocommerce-error::before,
.woocommerce-message::before {
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  left: 1.2rem;
}

.woocommerce-message::before {
  color: var(--green);
}

/* WP Recipe Manager Comments */

.wprm-comment-rating {
  height: 24px !important;
  width: auto;
  opacity: 0.6;
  filter: sepia(1) contrast(0.5) saturate(100) hue-rotate(25deg);
  order: 5;
  margin: 0.5rem 0 !important;
}

/* Popup Ally Embed */

.single article div[id^="popup-embedded"] {
  box-shadow: 0 5px 28px rgba(137, 84, 38, 0.25),
    0 5px 10px rgba(137, 84, 38, 0.125) !important;
  margin: 2rem 0;
  overflow: hidden;
  border-radius: 3px;
}

/* Gallery CSS */

.aligncenter,
.wp-post-image {
  display: block;
  margin: 1em auto;
}

.wp-post-image {
  width: 100%;
}

figure.aligncenter,
figure.wp-block-image {
  width: 100%;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.alignright {
  float: right;
  margin: 1em 0 1em 2em;
}

.alignleft,
img.wp-post-image.attachment-thumb {
  float: left;
  margin: 1em 1em 2em 0;
}

.wp-block-image.w-auto img {
  width: auto !important;
}

figure {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}

figure img,
img.aligncenter {
  width: 100%;
}

p img.alignright,
p img.alignleft {
  margin-top: 0;
}

.wp-block-gallery {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Breadcrumbs */

.breadcrumb-header-bar {
  background: #f9f3e9;
  font-size: 0.9rem;
  color: var(--light-brown);
}

.breadcrumb-header-bar a {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--brown);
}

.breadcrumb-header-bar a:hover {
  color: var(--dark-pink);
}

@media (max-width: 767px) {
  .alignright,
  .alignleft,
  img.wp-post-image.attachment-thumb {
    display: block;
    margin: 1em auto;
    float: none;
  }

  .FeaturedPressList {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
  }

  #tags-cuisine {
    padding-bottom: 80px;
  }
}

/* Formik */

.formkit-slide-in {
  z-index: 9999;
}

button.formkit-close {
  margin-top: 60px;
  margin-right: 10px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75) !important;
  border-radius: 50%;
}

@media (max-width: 600px) {
  .formkit-slide-in {
    display: none !important;
  }
}

.formkit-slide-in {
  left: 40px;
}

.formkit-guarantee {
  display: none;
}

.formkit-form[data-uid="758c4b5601"] * {
  font-family: var(--font-family-sans) !important;
}

.formkit-form[data-uid="758c4b5601"] h1 {
  font-weight: bolder !important;
  letter-spacing: 0.05em;
  font-size: 1.25rem !important;
}

.formkit-form[data-uid="758c4b5601"] .formkit-submit,
.formkit-form[data-uid="758c4b5601"] .formkit-submit span {
  width: 100% !important;
  font-family: var(--font-family-accent) !important;
  font-weight: bolder !important;
}
