/* Fonts
--------------------------------------------- */

@font-face {
	font-display: swap;
    font-family: 'Noe Display';
    src: url('fonts/NoeDisplay-Bold.woff2') format('woff2'),
        url('fonts/NoeDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* Alignment
---------------------------------------------*/

.full-width-content .entry-content > .alignfull,
.block-editor-block-list__layout.is-root-container > [data-align="full"] {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	width: unset;
}

.full-width-content .entry-content > .alignwide {
	margin-left: calc(-1200px / 2 + 100% / 2);
	margin-right: calc(-1200px / 2 + 100% / 2);
	max-width: 1200px;
	width: unset;
}

.content-sidebar .site-container .alignfull,
.sidebar-content .site-container .alignfull {
	margin: 0 0 30px;
	width: 100%;
}

.wp-block-image.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

/* Lists
--------------------------------------------- */

ol li::marker {
	color: var(--wp--preset--color--primary);
	font-weight: var(--wp--custom--font-weight--bold);
}

ul li::marker {
	color: var(--wp--preset--color--primary);
	font-size: 110%;
	line-height: 1;
}

.has-foreground-background-color ul li::marker,
.has-primary-background-color ul li::marker {
	color: var(--wp--preset--color--primary-light);
}

ul.is-style-checkmarks > li {
	list-style-type: none;
	position: relative;
}

ul.is-style-checkmarks li::before {
	content: url(images/icon-check.svg);
	left: -24px;
	position: absolute;
	top: -2px;
}

/* Author Block
--------------------------------------------- */

.is-style-author-block {
  background-color: var(--wp--preset--color--quaternary);
  padding: 75px 15px 30px;
}

.home .is-style-author-block {
  background-color: var(--wp--preset--color--background);
  box-shadow: 0 0 20px rgb(0 0 0 / 7%);
}

.is-style-author-image {
  margin-bottom: -60px;
}

.is-style-author-image img {
  border: 2px solid var(--wp--preset--color--background);
  border-radius: 9999px !important;
  opacity: 1 !important;
  position: relative;
  transition: transform 0.3s ease;
  z-index: 9;
}

.is-style-author-image a {
  box-shadow: none !important;
}

.is-style-author-image img:focus,
.is-style-author-image img:hover {
  transform: rotate(5deg);
}

.wp-block-social-links {
  font-size: var(--wp--preset--font-size--large) !important;
  gap: 15px !important;
}

.wp-block-social-link {
  background-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--background) !important;
}

ul.wp-block-social-links {
  margin-bottom: 0;
}

/* Block Styles
--------------------------------------------- */

.is-style-boxshadow {
  background-color: var(--wp--preset--color--background);
	box-shadow: 0 0 20px rgb(0 0 0 / 7%);
  padding: 20px;
}

.home .is-style-boxshadow {
  padding: 40.5px 20px;
}

.is-style-full-height {
	align-items: center;
	display: grid;
	min-height: 100vh;
}

.is-style-kicker {
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--x-small);
	font-weight: var(--wp--custom--font-weight--bold);
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.is-style-kicker a {
  font-weight: var(--wp--custom--font-weight--bold);
}

.is-style-kicker.has-background {
	display: table;
	padding: 2px 8px;
}

p.is-style-no-margin,
.is-style-no-margin,
.wp-block-column.is-style-no-margin,
.wp-block-image.is-style-no-margin {
	margin: 0;
}

ol.is-style-no-margin,
ul.is-style-no-margin,
.is-style-no-margin ul,
.wp-block-query.is-style-no-margin ul {
	margin-bottom: 0;
}

.is-style-less-padding-bottom {
	padding-bottom: 15px !important;
}

.is-style-no-padding {
	padding: 0 !important;
}

.is-style-no-padding-bottom {
	padding-bottom: 0 !important;
}

/* Buttons
--------------------------------------------- */

.wp-block-button__link {
	-webkit-appearance: none;
  box-shadow: none !important;
	cursor: pointer;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

.wp-block-button__link:focus,
.wp-block-button__link:hover {
	background-color: var(--wp--preset--color--primary-light);
	color: var(--wp--preset--color--primary);
	text-decoration: none;
}

.has-secondary-background-color .wp-block-button__link:focus,
.has-secondary-background-color .wp-block-button__link:hover {
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
	border: 1px solid var(--wp--preset--color--primary);
	color: var(--wp--preset--color--primary);
	padding: 11px 18px;
}

.is-style-outline>.wp-block-button__link:not(.has-text-color):focus,
.is-style-outline>.wp-block-button__link:not(.has-text-color):hover,
.wp-block-button__link.is-style-outline:not(.has-text-color):focus,
.wp-block-button__link.is-style-outline:not(.has-text-color):hover {
	background-color: var(--wp--preset--color--primary-light);
	border: 1px solid var(--wp--preset--color--primary-light);
	color: var(--wp--preset--color--primary);
}

/* Caption
--------------------------------------------- */

figcaption,
.gallery-caption,
.wp-caption-text {
	background-color: var(--wp--preset--color--quaternary);
	font-size: var(--wp--preset--font-size--x-small);
	margin: 0 !important;
	padding: 10px;
	text-align: center;
}

/* Columns
--------------------------------------------- */

.wp-block-columns.alignfull {
	padding: 0 20px;
}

.wp-block-columns {
	gap: 30px !important;
}

@media (min-width: 600px) and (max-width: 780px) {

	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
		flex-basis: unset !important;
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}

}

@media only screen and (min-width: 860px) {

	.wp-block-columns {
		gap: 20px !important;
	}

  .wp-block-columns.is-style-gap-50 {
		gap: 50px !important;
	}

}

/* Cover
---------------------------------------------*/

.wp-block-cover {
	padding-right: 10px;
	padding-left: 10px;
}

@media only screen and (min-width: 360px) {

	.wp-block-cover {
		padding-right: 20px;
		padding-left: 20px;
	}

}

/* Custom Call Out Block Styles
--------------------------------------------- */

div[class*=" is-style-call-out-"].wp-block-group {
  background-color: var(--wp--preset--color--quaternary);
  border: 0;
	border-left: 2px solid var(--wp--preset--color--primary);
  margin-bottom: 30px;
  overflow: unset;
  padding: 20px !important;
  position: relative;
}

div[class*=" is-style-call-out-"].wp-block-group > *:last-child,
div[class*=" is-style-call-out-"].wp-block-group.ek-linked-block > p {
	margin-bottom: 0 !important;
}

div[class*=" is-style-call-out-"]::before {
  background-size: contain;
  border: 2px solid var(--wp--preset--color--background);
  border-radius: 50%;
  box-sizing: inherit;
  content: '';
  height: 26px;
  left: -13px;
  position: absolute;
  top: 21px;
  width: 26px;
}

.home div[class*=" is-style-call-out-"].wp-block-group {
  box-shadow: 0 0 20px rgb(0 0 0 / 7%);
}

.is-style-call-out-faq::before {
  background: url('images/icon-faq.svg');
}

.is-style-call-out-fall-favorites::before {
  background: url('images/icon-fall-favorites.svg');
}

.is-style-call-out-favorite-dinners::before {
  background: url('images/icon-favorite-dinners.svg');
}

.is-style-call-out-healthy-recipes::before {
  background: url('images/icon-healthy-recipes.svg');
}

.is-style-call-out-note::before {
  background: url('images/icon-note.svg');
}

.is-style-call-out-product::before {
  background: url('images/icon-product.svg');
}

.is-style-call-out-recipe-search::before {
  background: url('images/icon-recipe-search.svg');
}

.is-style-call-out-serving::before {
  background: url('images/icon-serving.svg');
}

.is-style-call-out-swap::before {
  background: url('images/icon-swap.svg');
}

.is-style-call-out-tip::before {
  background: url('images/icon-tip.svg');
}

@media only screen and (min-width: 360px) {

  div[class*=" is-style-call-out-"].wp-block-group {
    padding: 25px !important;
  }

  div[class*=" is-style-call-out-"]::before {
    height: 32px;
    left: -16px;
    top: 22px;
    width: 32px;
  }

}

@media (min-width: 411px) {

  div[class*=" is-style-call-out-"].wp-block-group {
    padding: 30px !important;
  }

  div[class*=" is-style-call-out-"]::before {
    height: 36px;
    left: -18px;
    top: 25px;
    width: 36px;
  }

}

@media only screen and (min-width: 1280px) {

  div[class*=" is-style-call-out-"].wp-block-group {
    padding: 30px 30px 30px 35px !important;
  }

  div[class*=" is-style-call-out-"]::before {
    height: 48px;
    left: -24px;
    top: 20px;
    width: 48px;
  }

}

/* Headings
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  font-family: var(--wp--preset--font-family--secondary);
  font-weight: var(--wp--custom--font-weight--bold);
  line-height: var(--wp--custom--line-height--heading);
  margin-top: 0px;
  margin-bottom: 20px;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 20px 25px;
}

h2.is-style-arrow {
  position: relative;
}

.is-style-arrow::after {
  background: url('images/icon-arrow-right.svg');
  background-size: contain;
  box-sizing: inherit;
  content: '';
  height: 20px;
  right: 0;
  position: absolute;
  top: 3px;
  width: 11px;
}

@media only screen and (min-width: 768px) {

  .is-style-arrow::after {
    top: 5px;
  }

}

/* Links
--------------------------------------------- */

.has-foreground-background-color a,
.has-primary-background-color a {
	color: var(--wp--preset--color--background);
}

.has-foreground-background-color a:focus-visible,
.has-primary-background-color a:focus-visible {
	outline-color: #fff;
}

/* Paragraphs & Groups
--------------------------------------------- */

.wp-block-group.alignfull {
	padding-left: 10px;
	padding-right: 10px;
}

p.is-style-boxshadow,
p.has-background,
.wp-block-group.has-background:not(.alignfull,.alignwide) {
	padding: 20px;
}

.wp-block-group.has-background:not(.alignfull,.alignwide) {
	margin-bottom: 30px;
}

.wp-block-column > *:last-child,
.wp-block-group.has-background > *:last-child,
.wp-block-group.is-style-boxshadow > *:last-child {
	margin-bottom: 0 !important;
}

@media only screen and (min-width: 360px) {

	.wp-block-group.alignfull {
		padding-left: 20px;
		padding-right: 20px;
	}

  p.is-style-boxshadow,
  p.has-background,
  .wp-block-group.has-background:not(.alignfull,.alignwide) {
  	padding: 25px;
  }

}

@media only screen and (min-width: 768px) {

	p.is-style-boxshadow,
	p.has-background,
	.wp-block-group.has-background:not(.alignfull,.alignwide) {
		padding: 30px;
	}

}

/* Query Loop
--------------------------------------------- */

.wp-block-query ul {
	flex-grow: 1;
	margin-bottom: 0;
	padding-left: 0;
}

.wp-block-query ul > li {
	list-style-type: none;
	margin: 0;
}

.wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
	flex-grow: 1;
	gap: 20px;
	justify-content: space-between;
}

.wp-block-query .wp-block-post-featured-image {
	margin-bottom: 8px;
}

.wp-block-query .wp-block-post-title {
	font-size: var(--wp--preset--font-size--large);
	margin-bottom: 10px;
}

.wp-block-query .wp-block-post-title a {
  box-shadow: none;
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
}

.wp-block-query .wp-block-post-title a:focus,
.wp-block-query .wp-block-post-title a:hover {
	color: var(--wp--preset--color--primary);
	text-decoration: underline;
}

.wp-block-post-excerpt__excerpt {
	margin-bottom: 25px;
}

.wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
	width: calc(50% - 10px);
}

@media (max-width: 600px) {

  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
      grid-template-columns: 1fr 1fr;
  }

}

@media (max-width: 780px) {

	.wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li,
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
		width: calc(50% - 10px);
	}

}

@media (min-width: 781px) {

	.wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
		width: calc(25% - 15px);
	}

}

/* Quotes
--------------------------------------------- */

blockquote,
.wp-block-quote,
.wp-block-quote.is-style-plain {
  background-color: var(--wp--preset--color--quaternary);
  border: 0;
	border-left: 2px solid var(--wp--preset--color--primary);
	margin-bottom: 30px;
	padding: 20px;
  position: relative;
}

blockquote::before,
.wp-block-quote::before {
  background: url('images/icon-quote.svg');
  background-size: contain;
  border: 2px solid var(--wp--preset--color--background);
  border-radius: 50%;
  box-sizing: inherit;
  content: '';
  height: 26px;
  left: -13px;
  position: absolute;
  top: 21px;
  width: 26px;
}

@media (min-width: 360px) {

  blockquote,
  .wp-block-quote,
  .wp-block-quote.is-style-plain {
    padding: 25px;
  }

  blockquote::before,
  .wp-block-quote::before {
    height: 32px;
    left: -16px;
    top: 22px;
    width: 32px;
  }

}

@media (min-width: 411px) {

  blockquote,
  .wp-block-quote,
  .wp-block-quote.is-style-plain {
    padding: 30px;
  }

  blockquote::before,
  .wp-block-quote::before {
    height: 36px;
    left: -18px;
    top: 25px;
    width: 36px;
  }

}

.wp-block-quote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-pullquote blockquote {
  border: 0;
  margin: 0;
}

.wp-block-pullquote blockquote::before,
.wp-block-quote.is-style-plain::before {
  background: none;
  content: none;
}

.wp-block-pullquote cite,
.wp-block-quote cite {
	display: block;
	font-size: var(--wp--preset--font-size--small);
	margin-top: 15px;
	opacity: 0.8;
	text-align: inherit;
}

/* Separator
--------------------------------------------- */

.wp-block-separator {
	border-bottom: 1px solid;
	opacity: 1;
}

/* Text & Media
--------------------------------------------- */

.wp-block-media-text {
  gap: 1.5em;
  margin-bottom: 1em;
}

.wp-block-media-text>.wp-block-media-text__content {
  padding: 0;
}

.wp-block-media-text__content>p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 600px) {

  .wp-block-media-text {
    gap: 0.5em;
    grid-template-columns: auto 40%;
  }

}