/* Open Sans - Regular */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans/opensans-regular.woff2") format("woff2");
  font-display: swap;
}
/* Open Sans - Bold */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans/opensans-bold.woff2") format("woff2");
  font-display: swap;
}
/* Arvo - Regular */
@font-face {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/arvo/Arvo-Regular.woff2") format("woff2");
  font-display: swap;
}
/* Arvo - Bold */
@font-face {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/arvo/Arvo-Bold.woff2") format("woff2");
  font-display: swap;
}
/* Fallback font */
@font-face {
  font-family: "Fallback";
  src: local("Arial");
  size-adjust: 100%;
  ascent-override: 100%;
  descent-override: 25%;
  line-gap-override: 0%;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #000000;
  background-color: #ffffff;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-family: "Arvo", Georgia, "Times New Roman", serif !important;
  font-weight: 700;
  line-height: 1.2;
  color: #0F302D;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

a, a:link, a:visited {
  color: #2B6733;
  text-decoration: none;
  background-color: transparent;
  transition: color 0.3s ease;
}
a:hover, a:focus, a:active, a:link:hover, a:link:focus, a:link:active, a:visited:hover, a:visited:focus, a:visited:active {
  color: #2CA045;
  text-decoration: underline;
  background-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

input, button, select, optgroup, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.print-only, .print-only-image {
  display: none !important;
}

@media print {
  .print-only, .print-only-image {
    display: block !important;
  }
  .no-print {
    display: none !important;
  }
}
.comte-highlight {
  color: #2CA045 !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0.2rem;
  border-radius: 3px;
  background-color: transparent;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin: 0.7rem 0 0.5rem !important;
  font-weight: 700 !important;
  line-height: 1.2;
  font-family: "Arvo", Georgia, "Times New Roman", serif;
}

a, a:link {
  color: #2B6733;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:hover, a:link:hover {
  color: #2CA045;
}

.introText {
  color: #2CA045;
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
}
.introText .chef-name {
  color: #2B6733;
  font-weight: 600;
}

.lefty {
  text-align: left !important;
}

.cartouche {
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: rotate(-2deg);
  width: 60%;
  text-align: center;
  margin: 1rem auto;
  transform-origin: center center;
  padding: 2rem;
}
.cartouche b, .cartouche strong {
  font-weight: 600;
  font-family: "Arvo", Georgia, "Times New Roman", serif !important;
}

h2.cartouche {
  display: block;
  transform: rotate(-5deg);
}

h3.cartouche {
  display: block;
  padding: 1.5rem;
  transform: rotate(2deg);
}

.advgb-counter-number {
  font-weight: bold;
}

.alignwide, .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}

.w100,
.w90,
.w80,
.w70,
.w60,
.w50 {
  width: 100%;
}

@media (min-width: 768px) {
  .w100 {
    width: 100%;
  }
  .w90 {
    width: 90%;
  }
  .w80 {
    width: 80%;
  }
  .w70 {
    width: 70%;
  }
  .w60 {
    width: 60%;
  }
  .w50 {
    width: 50%;
  }
}
.alignfull.wp-block-media-text {
  padding-left: 0;
  padding-right: 0;
}
.alignfull.wp-block-media-text.has-background {
  padding: 3rem;
}
.alignfull.wp-block-media-text .wp-block-media-text__content {
  padding: 0 8%;
}

.alignwide.has-background {
  padding: 3rem 0;
}
.alignwide > * {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.alignwide.wp-block-media-text > * {
  padding-left: 0;
  padding-right: 0;
}
.alignwide.wp-block-media-text .wp-block-media-text__content {
  padding: 0 8%;
}

.btn, .wpcf7 input[type=submit] {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-primary, .wpcf7 input[type=submit],
.btn.btn-primary,
.wp-block-button {
  background-color: #2B6733 !important;
  border-color: #2B6733 !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  border: none !important;
}
.btn-primary:hover, .wpcf7 input[type=submit]:hover, .btn-primary:focus, .wpcf7 input[type=submit]:focus, .btn-primary:active, .wpcf7 input[type=submit]:active,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.wp-block-button:hover,
.wp-block-button:focus,
.wp-block-button:active {
  background-color: rgb(27.9794520548, 67.0205479452, 33.1849315068) !important;
  border-color: rgb(27.9794520548, 67.0205479452, 33.1849315068) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.btn-primary:active, .wpcf7 input[type=submit]:active,
.btn.btn-primary:active,
.wp-block-button:active {
  background-color: rgb(20.4691780822, 49.0308219178, 24.2773972603) !important;
  border-color: rgb(20.4691780822, 49.0308219178, 24.2773972603) !important;
}
.btn-primary a.wp-block-button__link, .wpcf7 input[type=submit] a.wp-block-button__link,
.btn.btn-primary a.wp-block-button__link,
.wp-block-button a.wp-block-button__link {
  color: #ffffff !important;
}

.btn-secondary {
  background-color: #2B6733;
  border-color: #2B6733;
  color: #ffffff;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: rgb(27.9794520548, 67.0205479452, 33.1849315068);
  border-color: rgb(27.9794520548, 67.0205479452, 33.1849315068);
  color: #ffffff;
}

.btn-outline-primary {
  border-color: #2B6733;
  color: #2B6733;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #2B6733;
  color: #ffffff;
}

.btn-outline-secondary {
  border-color: #2B6733;
  color: #2B6733;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
  background-color: #2B6733;
  color: #ffffff;
}

.btn-link {
  color: #2B6733;
  text-decoration: none;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(27.9794520548, 67.0205479452, 33.1849315068);
  text-decoration: underline;
}

.wpcf7 input[type=submit]:disabled {
  background-color: rgb(73.0410958904, 174.9589041096, 86.6301369863) !important;
  border-color: rgb(73.0410958904, 174.9589041096, 86.6301369863) !important;
  color: #ffffff !important;
  cursor: not-allowed;
}

.ub-expand-toggle-button {
  display: inline-block;
  width: auto;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.5rem 0;
  margin: 0.5rem 0;
  color: #2B6733;
  background: none;
  border: none;
  text-transform: none;
  letter-spacing: normal;
}
.ub-expand-toggle-button:hover, .ub-expand-toggle-button:focus {
  color: #2CA045;
  text-decoration: none;
  background: none;
  border: none;
}

.read-more {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #0F302D;
  font-family: "Arvo", Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}
.read-more::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-image: url("../img/circle-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(13%) sepia(19%) saturate(1309%) hue-rotate(125deg) brightness(97%) contrast(95%);
  transition: filter 0.3s ease;
}
.read-more:hover {
  color: #2B6733;
  text-decoration: none;
}
.read-more:hover::before {
  filter: brightness(0) saturate(100%) invert(39%) sepia(93%) saturate(385%) hue-rotate(89deg) brightness(95%) contrast(92%);
}

.card-recipe {
  display: flex;
  flex-direction: row;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(15, 48, 45, 0.06);
  min-height: 240px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 1.5rem;
  will-change: transform;
  color: inherit;
}
.card-recipe:hover {
  color: inherit;
  text-decoration: none;
}
.card-recipe:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(15, 48, 45, 0.12);
  color: inherit;
  text-decoration: none;
}
.card-recipe:hover .card-recipe-image {
  transform: scale(1.05);
}
.card-recipe:hover .card-recipe-image::after {
  opacity: 0.7;
}
.card-recipe:hover .recipe-title {
  color: #77AE47;
}
.card-recipe .card-recipe-image {
  flex: 0 0 50%;
  min-height: 100%;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.card-recipe .card-recipe-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.05), transparent);
  transition: opacity 0.3s ease;
}
.card-recipe .card-recipe-content {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 0.5rem;
}
.card-recipe .card-recipe-content > * {
  margin: 0;
}
.card-recipe .card-recipe-content .recipe-header {
  min-height: 195px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.card-recipe .card-recipe-content .recipe-meta {
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.card-recipe .card-recipe-content .ambassador-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0;
  line-height: 1.2;
}
.card-recipe .card-recipe-content .ambassador-badge .ambassador-avatar {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.card-recipe .card-recipe-content .ambassador-badge .ambassador-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-recipe .card-recipe-content .ambassador-badge .ambassador-info .ambassador-name {
  font-size: 0.7rem;
  line-height: 1;
  color: #0F302D;
  font-style: italic;
}

.recipe-title {
  font-family: "Arvo", serif;
  font-size: 0.9rem;
  margin-bottom: 0;
  line-height: 1.3;
  color: #0F302D;
  transition: all 0.2s ease;
}

.recipe-plate {
  font-size: 0.7rem;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.recipe-chef {
  font-size: 0.7rem;
  color: #999;
}

.recipe-meta {
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.recipe-meta > div {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  color: #666;
  font-size: 0.9rem;
}
.recipe-meta > div:last-child {
  margin-bottom: 0;
}
.recipe-meta i {
  width: 20px;
  margin-right: 0.5rem;
  color: #77AE47;
  text-align: center;
  font-size: 1rem;
}

.recipe-difficulty i {
  width: auto;
  margin-right: 4px;
  color: #d3d3d3;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}
.recipe-difficulty i:last-child {
  margin-right: 0;
}
.recipe-difficulty i.active {
  color: #77AE47;
}

.filter-section h3 {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #0F302D;
}

@media (max-width: 991px) {
  .card-recipe .card-recipe-image {
    flex: 0 0 40%;
  }
  .card-recipe .card-recipe-content {
    flex: 0 0 60%;
    padding: 1.25rem;
  }
  .card-recipe .card-recipe-content .recipe-header {
    min-height: 110px;
  }
}
@media (max-width: 767px) {
  .card-recipe {
    flex-direction: column;
    min-height: auto;
  }
  .card-recipe .card-recipe-image {
    flex: 0 0 180px;
    width: 100%;
    border-radius: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-recipe .card-recipe-content {
    flex: 1;
    width: 100%;
    padding: 1.25rem;
    gap: 0.75rem;
  }
  .card-recipe .card-recipe-content .recipe-header {
    min-height: 90px;
  }
  .recipe-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .recipe-meta {
    font-size: 0.85rem;
    padding-top: 0.75rem;
    margin-top: 0.75rem;
  }
  .recipe-meta > div {
    margin-bottom: 0.5rem;
    color: rgba(15, 48, 45, 0.7);
  }
  .recipe-kind {
    font-size: 0.8rem;
    padding: 0.2rem 0.75rem;
  }
}
@media (max-width: 575px) {
  .card-recipe {
    margin-bottom: 1rem;
  }
  .card-recipe .card-recipe-image {
    flex: 0 0 160px;
  }
  .card-recipe .card-recipe-content {
    padding: 1rem;
  }
  .card-recipe .card-recipe-content .recipe-header {
    min-height: 70px;
  }
  .recipe-title {
    font-size: 0.95rem;
  }
  .recipe-meta {
    font-size: 0.8rem;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
  }
}
.recipe-filters {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.recipe-filters .filter-group {
  margin-bottom: 1.5rem;
}
.recipe-filters .filter-group h3 {
  font-size: 1.1rem;
  color: #0F302D;
  margin-bottom: 1rem;
  font-weight: 600;
}
.recipe-filters .filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.recipe-filters .filter-item {
  margin-bottom: 0.5rem;
}
.recipe-filters .filter-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.25rem 0;
  transition: color 0.2s ease;
}
.recipe-filters .filter-label:hover {
  color: #77AE47;
}
.recipe-filters .filter-checkbox {
  margin-right: 0.75rem;
  width: 16px;
  height: 16px;
  border: 1.5px solid rgba(15, 48, 45, 0.4);
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  background-color: white;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.recipe-filters .filter-checkbox:checked {
  background-color: #77AE47;
  border-color: #77AE47;
}
.recipe-filters .filter-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1.5px;
  width: 6px;
  height: 9px;
  border: solid white;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  opacity: 0.9;
}
.recipe-filters .filter-checkbox:checked:hover {
  background-color: #68993e;
  border-color: #68993e;
}
.recipe-filters .filter-checkbox:hover {
  border-color: rgba(119, 174, 71, 0.6);
  background-color: rgba(119, 174, 71, 0.05);
}
.recipe-filters .filter-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(119, 174, 71, 0.15);
}
.recipe-filters .filter-text {
  font-size: 0.95rem;
  color: #333;
}
.recipe-filters .clear-filters {
  display: block;
  width: 100%;
  padding: 0.5rem;
  margin-top: 1rem;
  background-color: transparent;
  border: 1px solid #77AE47;
  color: #77AE47;
  border-radius: 4px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.recipe-filters .clear-filters:hover {
  background-color: #77AE47;
  color: white;
}

@media (max-width: 767px) {
  .recipe-filters {
    padding: 1rem;
  }
  .recipe-filters .filter-group {
    margin-bottom: 1rem;
  }
  .recipe-filters .filter-group h3 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
  .recipe-filters .filter-item {
    margin-bottom: 0.35rem;
  }
  .recipe-filters .filter-text {
    font-size: 0.9rem;
  }
}
.contestForm {
  font-family: "Arvo", Georgia, serif;
  color: #2CA045;
  max-width: 800px;
  font-size: 1.5rem;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-1deg);
}
@media (min-width: 768px) {
  .contestForm {
    transform: rotate(-3deg);
  }
}
.contestForm p + hr {
  border: 1px solid #ccc;
  margin: 0 0 2rem 0;
}
.contestForm hr:not(p + hr) {
  border: 1px solid #ccc;
  margin: 2rem 0;
}
.contestForm input[type=text],
.contestForm input[type=email],
.contestForm input[type=tel],
.contestForm input[type=date],
.contestForm textarea {
  background-color: #fff;
  border: 2px solid #2CA045 !important;
  color: #2CA045 !important;
  font-family: "Arvo", Georgia, serif;
}
.contestForm input[type=text]::placeholder,
.contestForm input[type=email]::placeholder,
.contestForm input[type=tel]::placeholder,
.contestForm input[type=date]::placeholder,
.contestForm textarea::placeholder {
  color: #2B6733 !important;
  opacity: 1;
}
.contestForm input[type=text]:focus,
.contestForm input[type=email]:focus,
.contestForm input[type=tel]:focus,
.contestForm input[type=date]:focus,
.contestForm textarea:focus {
  border-color: #2B6733 !important;
  box-shadow: 0 0 0 0.2rem rgba(43, 103, 51, 0.25) !important;
}
.contestForm .small {
  font-size: 1rem;
}
.contestForm input[type=submit] {
  background-color: #2B6733;
  border: none;
  color: white;
  font-family: "Arvo", Georgia, serif;
  font-weight: 700;
  padding: 0.8rem 2rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.contestForm input[type=submit]:hover, .contestForm input[type=submit]:focus {
  background-color: #0F302D;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.contestForm .wpcf7-response-output {
  border-radius: 4px;
  padding: 1rem;
  margin: 1rem 0 0 0;
  border: none;
}

.wpcf7 input[type=submit] {
  background-color: #2CA045;
  border-color: #2CA045;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  transition: all 0.3s ease;
  width: auto;
}
.wpcf7 input[type=submit]:hover, .wpcf7 input[type=submit]:focus {
  background-color: rgb(33, 120, 51.75);
  border-color: rgb(33, 120, 51.75);
  color: #FFFFFF;
}
.wpcf7 input[type=submit]:disabled {
  background-color: #5fd378;
  border-color: #5fd378;
  cursor: not-allowed;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0.5rem 0;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 0.6rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item input[type=radio] {
  vertical-align: middle;
  margin-right: 0.3rem;
}
.wpcf7 h3 {
  margin-bottom: 1rem;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 0.75rem;
  width: 100%;
  transition: border-color 0.3s ease;
}
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 textarea:focus {
  border-color: #2CA045 !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(44, 160, 69, 0.2) !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.wpcf7 .wpcf7-response-output {
  border: none;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 4px;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  background-color: #fff3cd;
  color: #856404;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  color: #155724;
}

.polaroid {
  background-color: white;
  padding: 15px;
  padding-bottom: 70px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-2deg);
  position: relative;
  display: inline-block;
}
.polaroid img {
  width: 100%;
  height: auto;
  display: block;
}
.polaroid.right {
  transform: rotate(2deg);
}

.polaMedia {
  margin-bottom: 4rem;
}
.polaMedia .wp-block-media-text__media {
  width: 75%;
  margin: 0 auto;
  background-color: white;
  padding: 15px;
  padding-bottom: 70px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
}
.polaMedia .wp-block-media-text__media img {
  width: 100%;
  height: auto;
  display: block;
}

.single-post-wrapper #right-sidebar .widget {
  margin-bottom: 2rem;
}
.single-post-wrapper #right-sidebar .widget .widget-title {
  font-size: 1.2rem;
  color: #0F302D;
  margin-bottom: 1rem;
}
.single-post-wrapper #right-sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-post-wrapper #right-sidebar .widget ul li {
  margin-bottom: 0.5rem;
}
.single-post-wrapper #right-sidebar .widget ul li a {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.single-post-wrapper #right-sidebar .widget ul li a:hover {
  color: #2B6733;
}

.featured-post-widget.primary {
  background-color: #2B6733;
  padding: 1.5rem;
}
.featured-post-widget.primary .featured-post-title a {
  color: #fff;
}
.featured-post-widget.primary .featured-post-title a:hover {
  color: #FECF00;
}

.featured-post-widget.secondary {
  background-color: #2CA045;
  padding: 1.5rem;
}
.featured-post-widget.secondary .featured-post-title a {
  color: #fff;
}
.featured-post-widget.secondary .featured-post-title a:hover {
  color: #FECF00;
}

.featured-post-widget.dark-green {
  background-color: #0F302D;
  padding: 1.5rem;
}
.featured-post-widget.dark-green .featured-post-title a {
  color: #fff;
}
.featured-post-widget.dark-green .featured-post-title a:hover {
  color: #FECF00;
}

.featured-post-widget.light-green {
  background-color: #77AE47;
  padding: 1.5rem;
}
.featured-post-widget.light-green .featured-post-title a {
  color: #fff;
}
.featured-post-widget.light-green .featured-post-title a:hover {
  color: #FECF00;
}

.featured-post-widget.yellow {
  background-color: #FECF00;
  padding: 1.5rem;
}
.featured-post-widget.yellow .featured-post-title a {
  color: #0F302D;
}
.featured-post-widget.yellow .featured-post-title a:hover {
  color: #2B6733;
}

.featured-post-widget.white {
  background-color: #ffffff;
  padding: 1.5rem;
}
.featured-post-widget.white .featured-post-title a {
  color: #fff;
}
.featured-post-widget.white .featured-post-title a:hover {
  color: #FECF00;
}

.featured-post-widget.black {
  background-color: #000000;
  padding: 1.5rem;
}
.featured-post-widget.black .featured-post-title a {
  color: #fff;
}
.featured-post-widget.black .featured-post-title a:hover {
  color: #FECF00;
}

.featured-post-widget {
  text-align: center;
}
.featured-post-widget .featured-post-widget-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #ffffff;
}
.featured-post-widget .featured-post-title {
  font-size: 1.2rem;
  text-align: left;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400;
  margin-bottom: 1rem;
}
.featured-post-widget .featured-post-title a {
  text-decoration: none;
  transition: color 0.3s ease;
}
.featured-post-widget .featured-post-thumbnail {
  display: block;
  margin-bottom: 1rem;
}
.featured-post-widget .featured-post-thumbnail img {
  max-width: 100%;
  height: auto;
}

#wrapper-navbar {
  position: relative;
  z-index: 1000;
}
#wrapper-navbar .navbar {
  padding: 0 2rem;
}
#wrapper-navbar .navbar .navbar-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  align-items: center;
}
#wrapper-navbar .navbar .navbar-grid .navbar-brand {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  padding-top: 0;
}
#wrapper-navbar .navbar .navbar-grid .navbar-brand img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container {
  display: grid;
  grid-template-rows: auto auto;
  gap: 0.5rem;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .metanav-wrapper {
  grid-row: 1;
  display: flex;
  justify-content: flex-end;
  mix-blend-mode: difference;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .metanav-wrapper .metanav-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .metanav-wrapper .metanav-menu .nav-item {
  margin-left: 0.25rem;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .metanav-wrapper .metanav-menu .nav-item .nav-link {
  color: white;
  mix-blend-mode: difference;
  opacity: 0.8;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .metanav-wrapper .metanav-menu .nav-item .nav-link:hover {
  opacity: 1;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .metanav-wrapper .metanav-menu .nav-item .nav-link i {
  margin-right: 0.5rem;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper {
  grid-row: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-toggler {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1001;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-toggler-icon {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background-color: white;
  transition: all 0.3s ease;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-toggler-icon::before, #wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: white;
  transition: all 0.3s ease;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-toggler-icon::before {
  top: -8px;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-toggler-icon::after {
  top: 8px;
  bottom: auto;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-color: transparent;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
  transform: rotate(45deg) translate(0, 0);
  top: 0;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
  transform: rotate(-45deg) translate(0, 0);
  top: 0;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  #wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-toggler {
    display: block;
  }
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  background-color: #0F302D;
  border-radius: 26px;
  padding: 0.5rem;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-nav .nav-item {
  margin-left: 1rem;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-nav .nav-item .nav-item {
  margin-left: 0;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-nav .nav-item.current-menu-item > a, #wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-nav .nav-item.current-menu-parent > a, #wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-nav .nav-item.current-menu-ancestor > a {
  color: #77AE47;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-nav .nav-item.wpml-ls-menu-item {
  border-radius: 1rem;
  border: 2px solid white;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-nav .nav-item.wpml-ls-menu-item .dropdown-menu {
  border-radius: 1rem;
  border: 2px solid white;
  background-color: #0F302D;
  min-width: 2rem !important;
  padding: 0;
  margin-top: 5px;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-nav .nav-item.wpml-ls-menu-item .dropdown-menu .wpml-ls-menu-item {
  border: none;
  font-family: "Arvo", serif;
  font-weight: bold !important;
  font-size: 1rem !important;
  text-decoration: none;
  padding: 0;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-nav .nav-item.wpml-ls-menu-item .dropdown-menu .wpml-ls-menu-item a {
  color: white;
  padding: 0.2rem 0.9rem 0.2rem 0.5rem;
  font-weight: bold;
  text-decoration: none;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-nav .nav-item.wpml-ls-menu-item .dropdown-menu .wpml-ls-menu-item a:hover {
  color: #77AE47;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-nav .nav-item .nav-link {
  color: white;
  font-family: "Arvo", serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 0 6px;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-nav .nav-item .nav-link:hover {
  color: #77AE47;
}
#wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-nav .nav-item .dropdown-item[aria-current=page], .current-menu-item #wrapper-navbar .navbar .navbar-grid .navbar-nav-container .main-nav-wrapper .navbar-nav .nav-item .dropdown-item {
  color: #77AE47;
  background-color: transparent;
}

.mobile-menu-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 130px;
  right: 0;
  bottom: 0;
  background-color: #0F302D;
  z-index: 1000;
  padding: 7rem 2rem 2rem 2rem;
  overflow-y: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.mobile-menu-wrapper.active {
  display: block;
}
.mobile-menu-wrapper .mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-wrapper .mobile-menu .menu-item {
  margin-bottom: 1rem;
}
.mobile-menu-wrapper .mobile-menu .menu-item > a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  display: block;
  padding: 0.5rem 0;
  position: relative;
  white-space: normal;
}
.mobile-menu-wrapper .mobile-menu .menu-item > a .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transition: transform 0.3s ease;
}
.mobile-menu-wrapper .mobile-menu .menu-item > a.show .dropdown-toggle::after {
  transform: rotate(-180deg);
}
.mobile-menu-wrapper .mobile-menu .menu-item .dropdown-menu {
  position: relative;
  float: none;
  list-style: none;
  padding-left: 1.5rem;
  margin-top: 0.5rem;
  display: none;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 0.5rem 0;
  border: none;
}
.mobile-menu-wrapper .mobile-menu .menu-item .dropdown-menu.show {
  display: block;
  animation: fadeIn 0.3s ease;
}
.mobile-menu-wrapper .mobile-menu .menu-item .dropdown-menu .menu-item {
  margin: 0.5rem 0;
}
.mobile-menu-wrapper .mobile-menu .menu-item .dropdown-menu .menu-item a {
  font-size: 0.9rem;
  opacity: 0.9;
  padding: 0.3rem 1rem;
  display: block;
  color: white;
  white-space: normal;
}
.mobile-menu-wrapper .mobile-menu .menu-item .dropdown-menu .menu-item a:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.mobile-menu-wrapper .mobile-menu .menu-item .dropdown-menu .menu-item.current-menu-item > a, .mobile-menu-wrapper .mobile-menu .menu-item .dropdown-menu .menu-item.current-menu-parent > a {
  font-weight: bold;
  opacity: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.mobile-menu-open {
  overflow: hidden;
}
body.mobile-menu-open .mobile-menu-wrapper {
  display: block;
}

.close-mobile-menu {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}
.close-mobile-menu::before, .close-mobile-menu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}
.close-mobile-menu::before {
  transform: rotate(45deg);
}
.close-mobile-menu::after {
  transform: rotate(-45deg);
}
@media (max-width: 991.98px) {
  .close-mobile-menu {
    display: block;
  }
}

.menu-hidden {
  display: none !important;
}

body:not(.home) .site-footer {
  margin-top: 3rem;
}

.site-footer {
  background: linear-gradient(to bottom, #f2f2f2 0%, #E2E2E2 100%);
  padding: 4rem 2rem 1rem;
  width: 100%;
}
.site-footer .footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr 4fr;
  gap: 2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .site-footer .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.site-footer .footer-container .footer-logo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .site-footer .footer-container .footer-logo {
    justify-content: center;
  }
}
.site-footer .footer-container .footer-logo img {
  max-width: 110px;
  height: 75px;
  object-fit: contain;
}
.site-footer .footer-container .footer-nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .site-footer .footer-container .footer-nav {
    justify-content: center;
  }
}
.site-footer .footer-container .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.1;
  font-size: 0.9rem;
  font-family: "Arvo", Georgia, "Times New Roman", serif;
  font-weight: 400;
}
.site-footer .footer-container .footer-nav ul li {
  margin-bottom: 0.5rem;
}
.site-footer .footer-container .footer-nav ul li a {
  color: #0F302D;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer .footer-container .footer-nav ul li a:hover {
  color: #77AE47;
}
.site-footer .footer-container .footer-teaser {
  display: flex;
  align-items: flex-start;
  text-align: left;
  font-size: 24px;
  line-height: 1.6;
  color: #0F302D;
}
@media (max-width: 768px) {
  .site-footer .footer-container .footer-teaser {
    text-align: center;
    font-size: 16px;
  }
}
.site-footer .footer-copyright {
  padding: 1rem 2rem;
}
.site-footer .footer-copyright p {
  margin: 0;
  text-align: right;
  font-size: 12px;
  font-family: "Arvo", Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: #0F302D;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .site-footer .footer-copyright p {
    text-align: center;
  }
}

body:not(.home) .titleHead {
  height: 350px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: calc(2rem - 112px);
  top: -112px;
  padding-top: 112px;
}
@media (min-width: 768px) {
  body:not(.home) .titleHead {
    margin-bottom: calc(6rem - 112px);
  }
}
body:not(.home) .titleHead .titleHead-content {
  text-align: left;
  padding: 1rem 2rem;
  width: 100%;
  max-width: 100%;
}
body:not(.home) .titleHead .titleHead-content h1, body:not(.home) .titleHead .titleHead-content .h1 {
  font-family: "Arvo", Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 0 1rem;
  max-width: 90%;
  color: #fff;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  body:not(.home) .titleHead .titleHead-content h1, body:not(.home) .titleHead .titleHead-content .h1 {
    font-size: 64px;
    max-width: 90%;
    margin: 0 auto !important;
    text-align: center;
  }
}
@media (min-width: 992px) {
  body:not(.home) .titleHead .titleHead-content h1, body:not(.home) .titleHead .titleHead-content .h1 {
    font-size: 64px;
    max-width: 70%;
  }
}
body:not(.home) .titleHead .titleHead-content p {
  color: #fff;
  margin: 1rem 0 0;
  font-size: 18px;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  body:not(.home) .titleHead {
    height: 250px;
  }
}
@media (min-width: 992px) {
  body:not(.home) .titleHead {
    height: 350px;
  }
}

.wp-block-cover__inner-container {
  padding: 2rem;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    margin-top: 2rem;
  }
}
.widget .wp-block-group.has-background {
  padding: 2rem;
}
.widget .wp-block-group .widget-title {
  text-align: center;
  color: white !important;
}

.readmore {
  margin-bottom: 2rem;
}
.readmore-intro {
  margin-bottom: 1rem;
}
.readmore-hidden {
  margin-top: 1.5rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}
.readmore-button {
  margin-top: 1rem;
  text-align: center;
}
.readmore-button a {
  display: inline-block;
  width: auto;
  max-width: none;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease !important;
  background-color: #0F302D !important;
  border-color: #0F302D !important;
  color: white !important;
  border-radius: 4px !important;
  text-decoration: none !important;
}
.readmore-button a:hover, .readmore-button a:focus {
  background-color: #77AE47;
  border-color: #77AE47 !important;
  color: white !important;
  box-shadow: 0 0 0 0.25rem rgba(27, 67, 50, 0.25) !important;
}

.homeHead {
  position: relative;
  top: -86px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.homeHead .homeHeadTop {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.homeHead .homeHeadBottom {
  height: 30vh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 2rem;
}
@media (max-width: 768px) {
  .homeHead .homeHeadBottom {
    min-height: 35vh;
    padding: 0 0.5rem 4rem;
  }
}
.homeHead .homeHeadBottom .discovered-recipe-wrapper {
  display: grid;
  max-width: 80%;
  margin-left: 3rem;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  align-items: center;
  justify-content: start;
  text-decoration: none;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .homeHead .homeHeadBottom .discovered-recipe-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    margin-left: 0.5rem;
    gap: 0.5rem;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.homeHead .homeHeadBottom .discovered-recipe-wrapper:hover {
  transform: scale(1.02);
}
.homeHead .homeHeadBottom .discovered-recipe-wrapper:hover .discovered-recipe-image .discovered-recipe-image-link {
  transform: scale(1.05) rotate(1deg);
}
.homeHead .homeHeadBottom .discovered-recipe-wrapper:hover .discovered-recipe-content h3 {
  color: #FECF00;
}
.homeHead .homeHeadBottom .discovered-recipe-wrapper:hover .discovered-recipe-content .circle-arrow {
  background-color: #FECF00;
}
.homeHead .homeHeadBottom .discovered-recipe-wrapper .discovered-recipe-image {
  position: relative;
  text-align: center;
}
.homeHead .homeHeadBottom .discovered-recipe-wrapper .discovered-recipe-image .discovered-recipe-image-link {
  display: block;
  position: relative;
  top: -15%;
  transition: transform 0.3s ease;
}
.homeHead .homeHeadBottom .discovered-recipe-wrapper .polaroid {
  top: -90px;
  width: 310px;
  transform: rotate(-4deg);
  position: relative;
}
@media (max-width: 768px) {
  .homeHead .homeHeadBottom .discovered-recipe-wrapper .polaroid {
    width: 200px;
    top: 0;
    margin: 0 auto;
    padding: 8px;
    padding-bottom: 35px;
  }
}
.homeHead .homeHeadBottom .discovered-recipe-content {
  position: relative;
  top: -10%;
  color: #fff;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
  transition: color 0.3s ease;
}
.homeHead .homeHeadBottom .discovered-recipe-content .discovered-recipe-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-top: 10%;
}
@media (max-width: 768px) {
  .homeHead .homeHeadBottom .discovered-recipe-content .discovered-recipe-title {
    margin-top: 7%;
  }
}
.homeHead .homeHeadBottom .discovered-recipe-content .discovered-recipe-title .circle-arrow {
  transition: filter 0.3s ease;
  width: 34px;
  height: 34px;
  margin-top: 1rem;
  display: block;
  mask-image: url("../img/circle-arrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .homeHead .homeHeadBottom .discovered-recipe-content .discovered-recipe-title .circle-arrow {
    display: none;
  }
}
.homeHead .homeHeadBottom .discovered-recipe-content .discovered-recipe-title .overline {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.3rem;
  display: block;
}
@media (max-width: 768px) {
  .homeHead .homeHeadBottom .discovered-recipe-content .discovered-recipe-title .overline {
    font-size: 12px;
    margin-bottom: 0.1rem;
  }
}
.homeHead .homeHeadBottom .discovered-recipe-content .discovered-recipe-title h3 {
  margin-bottom: 0;
  color: inherit;
  transition: color 0.3s ease;
  width: 100%;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.1;
}
@media (min-width: 1600px) {
  .homeHead .homeHeadBottom .discovered-recipe-content .discovered-recipe-title h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .homeHead .homeHeadBottom .discovered-recipe-content .discovered-recipe-title h3 {
    font-size: 16px;
  }
}
.homeHead .homeHeadBottom .discovered-recipe-content .recipe-link-arrow {
  display: inline-block;
  margin-top: 10px;
}
.homeHead .homeHeadBottom .discovered-recipe-content .recipe-link-arrow .circle-arrow {
  width: 40px;
  height: 40px;
  transition: filter 0.3s ease;
}
.homeHead .homeHeadBottom .discovered-recipe-content .recipe-link-arrow:hover .circle-arrow {
  filter: invert(56%) sepia(48%) saturate(2878%) hue-rotate(60deg) brightness(95%) contrast(80%);
}

.spring .homeHead .homeHeadBottom .discovered-recipe-wrapper .discovered-recipe-content .discovered-recipe-title h3 a:hover {
  color: #FECF00;
}

.homeHeadTop {
  position: relative;
  height: 70vh;
  width: 100%;
  overflow: hidden;
}
.homeHeadTop .polaroid {
  width: 100%;
  background-color: white;
  padding: 15px;
  padding-bottom: 70px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.homeHeadTop .polaroid img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.homeHeadTop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.homeHeadTeaser {
  max-width: 400px;
  margin-right: 5%;
  color: #fff;
  font-size: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  width: 90%;
  max-width: 600px;
  max-height: 60vh;
  padding: 2rem;
  background: transparent;
  z-index: 10;
  text-align: left;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #ffffff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: clamp(2.6rem, 6vw, 64px);
}
@media (min-width: 768px) {
  .homeHeadTeaser {
    right: 5%;
  }
}
@media (min-width: 992px) {
  .homeHeadTeaser {
    right: 5%;
  }
}
.homeHeadTeaser b {
  font-family: "Arvo", Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(2.6rem, 6vw, 64px);
}

#wrapper-content {
  position: relative;
  margin-top: -86px;
}
#wrapper-content .latest-news-section {
  background-color: #FFFFFF;
  margin-bottom: 0;
}
#wrapper-content .latest-news-section .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}
#wrapper-content .latest-news-section .row {
  margin: 0;
  min-height: 400px;
}
#wrapper-content .latest-news-section .content-col {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  #wrapper-content .latest-news-section .content-col {
    padding: 4rem 15px;
  }
}
#wrapper-content .latest-news-section .content-col .category-name {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #FECF00;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}
#wrapper-content .latest-news-section .content-col .article-title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.7rem;
  line-height: 1.2;
}
#wrapper-content .latest-news-section .content-col .article-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
#wrapper-content .latest-news-section .content-col .article-title a:hover {
  color: #2B6733;
}
#wrapper-content .latest-news-section .content-col .article-tags {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0.25rem 0;
}
#wrapper-content .latest-news-section .content-col .article-tags .tag {
  display: inline-block;
  margin-right: 1rem;
  font-size: 0.9rem;
  color: #666666;
}
#wrapper-content .latest-news-section .content-col .article-tags .tag:last-child {
  margin-right: 0;
}
#wrapper-content .latest-news-section .content-col .article-excerpt {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  margin: 0.5rem 0;
}
#wrapper-content .latest-news-section .content-col .article-excerpt p {
  margin: 0;
}
#wrapper-content .latest-news-section .content-col .article-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 1rem -0.5rem 0 0;
}
#wrapper-content .latest-news-section .image-col {
  padding: 0;
  height: 400px;
  overflow: hidden;
  background-color: #F5F5F5;
}
#wrapper-content .latest-news-section .image-col .news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 768px) {
  #wrapper-content .latest-news-section .container {
    padding: 0;
  }
  #wrapper-content .latest-news-section .row {
    flex-direction: column-reverse;
  }
  #wrapper-content .latest-news-section .content-col {
    padding: 2rem 15px;
    text-align: center;
  }
  #wrapper-content .latest-news-section .content-col .category-name {
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
  }
  #wrapper-content .latest-news-section .content-col .article-title {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  #wrapper-content .latest-news-section .content-col .article-tags {
    margin: 1.25rem 0;
  }
  #wrapper-content .latest-news-section .content-col .article-tags .tag {
    font-size: 0.8rem;
    margin: 0.25rem 0.5rem;
  }
  #wrapper-content .latest-news-section .content-col .article-excerpt {
    font-size: 0.9rem;
    margin: 1.5rem 0;
    text-align: left;
  }
  #wrapper-content .latest-news-section .content-col .article-link {
    justify-content: center;
    margin: 2rem 0 0;
  }
  #wrapper-content .latest-news-section .content-col .article-link .read-more {
    gap: 0.75rem;
  }
  #wrapper-content .latest-news-section .content-col .article-link .read-more .circle-arrow {
    width: 28px;
    height: 28px;
  }
  #wrapper-content .latest-news-section .content-col .article-link .read-more span {
    font-size: 0.75rem;
  }
  #wrapper-content .latest-news-section .image-col {
    height: 300px;
  }
}
body.spring .homeHeadBottom {
  background: linear-gradient(to bottom, #D5E6AD, #77AE47);
}

body.summer .homeHeadBottom {
  background: linear-gradient(to bottom, #77AE47, #006531);
}

body.fall .homeHeadBottom {
  background: linear-gradient(to bottom, #036531, #013C1C);
}

body.winter .homeHeadBottom {
  background: linear-gradient(to bottom, #0F302D, #061615);
}

.discovery-news-section {
  background-color: #FECF00;
  padding: 3rem 0;
}
.discovery-news-section .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.discovery-news-section .discovery-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.discovery-news-section .discovery-content .discovery-media {
  flex: 0 0 33.33%;
}
.discovery-news-section .discovery-content .discovery-media .discovery-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.discovery-news-section .discovery-content .discovery-media .discovery-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.discovery-news-section .discovery-content .discovery-media .discovery-image {
  width: 100%;
  overflow: hidden;
}
.discovery-news-section .discovery-content .discovery-media .discovery-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.discovery-news-section .discovery-content .discovery-tag {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #0F302D;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}
.discovery-news-section .discovery-content .discovery-text {
  flex: 0 0 66.66%;
}
.discovery-news-section .discovery-content .discovery-text .discovery-title {
  margin: 0;
  font-size: 1.7rem;
}
.discovery-news-section .discovery-content .discovery-text .discovery-title a {
  color: #0F302D;
  text-decoration: none;
  transition: color 0.3s ease;
}
.discovery-news-section .discovery-content .discovery-text .discovery-title a:hover {
  color: #2B6733;
}
@media (max-width: 768px) {
  .discovery-news-section .discovery-content {
    flex-direction: column;
  }
  .discovery-news-section .discovery-content .discovery-media,
  .discovery-news-section .discovery-content .discovery-text {
    flex: 0 0 100%;
  }
}

.ambassadors-section {
  background-color: #efefef;
}
.ambassadors-section .ambassadors-grid {
  justify-content: center;
}
.ambassadors-section .ambassador-item {
  text-align: center;
  margin-bottom: 1.5rem;
}
.ambassadors-section .ambassador-image-link {
  display: block;
  text-decoration: none;
}
.ambassadors-section .ambassador-image-wrapper {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 8px solid #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
  position: relative;
  background-color: #f0f0f0;
}
.ambassadors-section .ambassador-image-wrapper .ambassador-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  transition: transform 0.3s ease-in-out;
}
.ambassadors-section .ambassador-image-wrapper .ambassador-image.placeholder {
  object-fit: contain;
  padding: 10px;
}
.ambassadors-section .ambassador-name {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0.5rem;
  line-height: 1.3;
}
.ambassadors-section .ambassador-name a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}
.ambassadors-section .ambassador-name a:hover {
  color: #77AE47;
  text-decoration: none;
}
.recipe-search .input-group {
  gap: 0.5rem;
}
.recipe-search .input-group .recipe-search-input {
  border-radius: 4px;
}
.recipe-search .input-group .recipe-search-input:focus {
  border-color: #2B6733;
  box-shadow: 0 0 0 0.25rem rgba(43, 103, 51, 0.25);
}
.recipe-search .input-group .recipe-search-button {
  border-radius: 4px;
  min-width: 46px;
  background-color: #0F302D;
  border-color: #0F302D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0.75rem;
}
.recipe-search .input-group .recipe-search-button:hover, .recipe-search .input-group .recipe-search-button:focus {
  background-color: #0F302D;
  border-color: #0F302D;
}
.recipe-search .input-group .recipe-search-button i {
  color: #fff;
  font-size: 1rem;
}

.recipe-single .recipeBase {
  margin-bottom: 2rem;
}
.recipe-single .recipeBase .recipe-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.recipe-single .recipeBase .recipe-details h1 {
  margin-bottom: 1rem;
}
.recipe-single .recipeBase .recipe-details .recipe-meta {
  font-size: 14px;
  color: #0F302D;
  margin-bottom: 1.5rem;
}
.recipe-single .recipeBase .recipe-details .recipe-meta .recipe-time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.recipe-single .recipeBase .recipe-details .recipe-meta .recipe-time .fa-stopwatch {
  color: #0F302D;
  font-size: 1.2rem;
}
.recipe-single .recipeBase .recipe-details .recipe-ingredients h3 {
  column-span: all;
  width: 100%;
  text-align: left;
  margin-bottom: 1.5rem !important;
}
.recipe-single .recipeBase .recipe-details .recipe-ingredients ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 0;
  break-inside: avoid;
  columns: 2;
  column-gap: 2rem;
}
.recipe-single .recipeBase .recipe-details .recipe-ingredients ul li {
  margin-bottom: 0.3rem;
}
.recipe-single .recipePrep {
  background-color: rgba(119, 174, 71, 0.15);
  padding: 2rem;
  border-radius: 8px;
}
.recipe-single .recipePrep h3 {
  margin-bottom: 1.5rem !important;
}
.recipe-single .recipePrep ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
}
.recipe-single .recipePrep ol li {
  margin-bottom: 0.7rem;
  line-height: 1.5;
}

.recipe-archive .recipes-grid .recipe-card {
  transition: all 0.3s ease;
}
.recipe-archive .recipes-grid .recipe-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.recipe-archive .recipes-grid .recipe-card .card-title {
  font-size: 18px;
  margin-bottom: 1rem;
}
.recipe-archive .recipes-grid .recipe-card .recipe-meta {
  color: #0F302D;
  opacity: 0.8;
}

.recipe-archive .page-header {
  margin-bottom: 2rem;
}
.recipe-archive .page-header .recipe-sort .btn {
  color: rgba(15, 48, 45, 0.6);
  background: transparent;
  border: none;
  font-size: 0.9rem;
  padding: 0.5rem 0.75rem;
  transition: all 0.2s ease;
}
.recipe-archive .page-header .recipe-sort .btn:hover, .recipe-archive .page-header .recipe-sort .btn:focus {
  color: #77AE47;
  box-shadow: none;
}
.recipe-archive .page-header .recipe-sort .btn::after {
  margin-left: 0.5rem;
  opacity: 0.6;
}
.recipe-archive .page-header .recipe-sort .btn i {
  font-size: 0.85rem;
}
.recipe-archive .page-header .recipe-sort .dropdown-menu {
  min-width: 200px;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 0.5rem;
}
.recipe-archive .page-header .recipe-sort .dropdown-menu .dropdown-item {
  color: rgba(15, 48, 45, 0.8);
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  border-radius: 4px;
}
.recipe-archive .page-header .recipe-sort .dropdown-menu .dropdown-item:hover, .recipe-archive .page-header .recipe-sort .dropdown-menu .dropdown-item:focus {
  background-color: rgba(119, 174, 71, 0.08);
  color: #77AE47;
}
.recipe-archive .page-header .recipe-sort .dropdown-menu .dropdown-item.active {
  background-color: rgba(119, 174, 71, 0.12);
  color: #77AE47;
}
@media (max-width: 767px) {
  .recipe-archive .mobile-reorder {
    display: flex;
    flex-direction: column;
  }
  .recipe-archive .recipe-filters-wrapper {
    order: 1;
    display: block !important;
    margin-bottom: 2rem;
  }
  .recipe-archive .recipe-filters-wrapper .recipe-filters {
    margin: -1rem -15px 0;
    padding: 1.5rem;
    background: #f8f9fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .recipe-archive .recipes-column {
    order: 2;
  }
  .recipe-archive .sidebar-column {
    order: 3;
    margin-top: 2rem;
  }
  .recipe-archive .sidebar-column .recipe-filters {
    display: none !important;
  }
}
.recipe-archive .recipe-card {
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
  min-height: 270px;
}
.recipe-archive .recipe-card:hover {
  transform: scale(1.02);
}
.recipe-archive .recipe-card .row {
  margin-right: 0;
  margin-left: 0;
  min-height: 270px;
}
.recipe-archive .recipe-card .recipe-card-image {
  padding: 0 !important;
  position: relative;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.recipe-archive .recipe-card .recipe-card-image .recipe-image-background {
  width: 100%;
  height: 0;
  padding-top: 66.66%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.recipe-archive .recipe-card .recipe-card-image .recipe-image-background .stretched-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recipe-archive .recipe-card .card-body {
  padding: 1rem 1rem 0 0;
}
.recipe-archive .recipe-card .recipe-title a {
  font-family: "Arvo", serif;
  font-weight: bold;
  color: #0F302D;
  text-decoration: none;
  transition: color 0.3s ease;
}
.recipe-archive .recipe-card .recipe-title a:hover {
  color: #77AE47;
}
.recipe-archive .recipe-card .recipe-meta {
  font-size: 0.9rem;
  color: #0F302D;
  opacity: 0.8;
}
.recipe-archive .recipe-card .recipe-meta i {
  margin-right: 0.5rem;
  color: #77AE47;
}
.recipe-archive .recipe-card .recipe-meta .recipe-plates,
.recipe-archive .recipe-card .recipe-meta .recipe-time {
  margin-bottom: 0.5rem;
}
.recipe-archive .recipe-card .recipe-meta-top {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
}
.recipe-archive .recipe-card .recipe-meta-top .recipe-kind {
  font-size: 0.8rem;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: rgba(74, 133, 34, 0.1) !important;
  color: #0F302D !important;
  border: 1px solid rgba(74, 133, 34, 0.3);
}
.recipe-archive .recipe-card .recipe-difficulty {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.recipe-archive .recipe-card .recipe-difficulty i {
  font-size: 1rem;
  margin-right: 0;
  color: #d3d3d3;
  transition: color 0.3s ease;
}
.recipe-archive .recipe-card .recipe-difficulty i.active {
  color: #77AE47;
}
.recipe-archive .recipe-card .recipe-difficulty i:hover {
  transform: scale(1.1);
}

.contactType.blocPart, .contactType.blocPro {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 2rem;
  transition: all 0.3s ease;
  cursor: pointer;
  height: 100%;
}
.contactType.blocPart:hover, .contactType.blocPro:hover {
  background-color: #E8F0E9;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.contactType.blocPart.active, .contactType.blocPro.active {
  background-color: #E8F0E9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.contactType.blocPart .wp-block-group__inner-container, .contactType.blocPro .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  min-height: 200px;
}
.contactType.blocPart h2, .contactType.blocPart h3, .contactType.blocPart h4, .contactType.blocPro h2, .contactType.blocPro h3, .contactType.blocPro h4 {
  margin-bottom: 1rem;
}
.contactType.blocPart p, .contactType.blocPro p {
  margin-bottom: 0;
}

.wp-block-columns {
  gap: 2rem;
  margin-bottom: 2rem;
}

.formPart,
.formPro {
  display: none;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 3rem;
  box-sizing: border-box;
  margin-top: 2rem;
}
.formPart.active,
.formPro.active {
  display: block;
}
.formPart .wpcf7,
.formPro .wpcf7 {
  max-width: 100%;
}

.single-post-wrapper #right-sidebar {
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .single-post-wrapper #right-sidebar {
    padding-left: 0;
    margin-top: 2rem;
  }
}
.single-post-wrapper .single-post-content {
  padding: 0;
}
.single-post-wrapper .single-post-content .entry-header {
  margin-bottom: 2rem;
}
.single-post-wrapper .single-post-content .entry-header .post-category {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #FECF00;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}
.single-post-wrapper .single-post-content .entry-header .entry-title {
  font-size: 1.7rem;
  color: #0F302D;
  margin-bottom: 1rem;
}
.single-post-wrapper .single-post-content .entry-header .post-tags {
  margin: 1rem 0;
}
.single-post-wrapper .single-post-content .entry-header .post-tags .tag {
  display: inline-block;
  margin: 0 0.25rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #666666;
}
.single-post-wrapper .single-post-content .entry-header .post-meta {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #666666;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.single-post-wrapper .single-post-content .entry-header .article-excerpt {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  margin: 0.5rem 0;
}
.single-post-wrapper .single-post-content .entry-header .article-excerpt p {
  margin: 0;
}
.single-post-wrapper .single-post-content .post-thumbnail {
  float: left;
  width: 35%;
  margin: 0.5rem 3rem 1.5rem 0;
  shape-outside: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  shape-margin: 1.5rem;
}
.single-post-wrapper .single-post-content .post-thumbnail.polaroid {
  padding: 0;
  margin: 0.5rem 3rem 1.5rem 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.single-post-wrapper .single-post-content .post-thumbnail.polaroid img {
  margin: 0;
  transition: transform 0.3s ease;
}
.single-post-wrapper .single-post-content .post-thumbnail.polaroid img:hover {
  transform: scale(1.02);
}
.single-post-wrapper .single-post-content .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .single-post-wrapper .single-post-content .post-thumbnail {
    float: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 2.5rem;
    shape-outside: none;
  }
  .single-post-wrapper .single-post-content .post-thumbnail.polaroid {
    margin: 0 auto 3rem;
  }
  .single-post-wrapper .single-post-content .post-thumbnail ~ .entry-content {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.single-post-wrapper .single-post-content .entry-content {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333333;
  overflow: visible;
  text-align: justify;
  hyphens: auto;
}
.single-post-wrapper .single-post-content .entry-content > h2:first-child, .single-post-wrapper .single-post-content .entry-content > h3:first-child, .single-post-wrapper .single-post-content .entry-content > h4:first-child {
  clear: none !important;
  margin-top: 0;
}
.single-post-wrapper .single-post-content .entry-content p {
  margin-bottom: 1.5rem;
  text-align: justify;
}
.single-post-wrapper .single-post-content .entry-content p:first-of-type {
  margin-top: 0;
}
.single-post-wrapper .single-post-content .entry-content p:first-of-type {
  margin-top: 0;
}
.single-post-wrapper .single-post-content .entry-content p {
  margin-bottom: 1rem;
}
.single-post-wrapper .single-post-content .entry-content h2, .single-post-wrapper .single-post-content .entry-content h3, .single-post-wrapper .single-post-content .entry-content h4 {
  color: #0F302D;
  margin: 2.5rem 0 1.2rem;
  font-size: 1.5rem;
  clear: both;
}
p + .single-post-wrapper .single-post-content .entry-content h2, p + .single-post-wrapper .single-post-content .entry-content h3, p + .single-post-wrapper .single-post-content .entry-content h4 {
  margin-top: 2.5rem;
}
.single-post-wrapper .single-post-content .entry-content img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
  display: block;
}
.single-post-wrapper .single-post-content .entry-content a {
  color: #0F302D;
  text-decoration: none;
  transition: color 0.3s ease;
}
.single-post-wrapper .single-post-content .entry-content a:hover {
  color: #2B6733;
}
.single-post-wrapper .single-post-content .entry-footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #E2E2E2;
}
.single-post-wrapper .single-post-content .entry-footer .related-posts h3 {
  font-size: 1.7rem;
  color: #0F302D;
  margin-bottom: 1.5rem;
}
.single-post-wrapper .single-post-content .entry-footer .related-posts .related-posts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .single-post-wrapper .single-post-content .entry-footer .related-posts .related-posts-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.single-post-wrapper .single-post-content .entry-footer .related-posts .related-posts-grid .related-post {
  background-color: #F5F5F5;
}
.single-post-wrapper .single-post-content .entry-footer .related-posts .related-posts-grid .related-post .related-post-image {
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
}
.single-post-wrapper .single-post-content .entry-footer .related-posts .related-posts-grid .related-post .related-post-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .single-post-wrapper .single-post-content .entry-footer .related-posts .related-posts-grid .related-post .related-post-image img {
    height: 200px;
  }
}
.single-post-wrapper .single-post-content .entry-footer .related-posts .related-posts-grid .related-post .related-post-image img:hover {
  transform: scale(1.05);
}
.single-post-wrapper .single-post-content .entry-footer .related-posts .related-posts-grid .related-post h4 {
  font-size: 1.1rem;
  margin: 0;
  padding: 1rem;
}
.single-post-wrapper .single-post-content .entry-footer .related-posts .related-posts-grid .related-post h4 a {
  color: #0F302D;
  text-decoration: none;
  transition: color 0.3s ease;
}
.single-post-wrapper .single-post-content .entry-footer .related-posts .related-posts-grid .related-post h4 a:hover {
  color: #2B6733;
}
.single-post-wrapper .post-sidebar {
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .single-post-wrapper .post-sidebar {
    padding-left: 0;
    margin-top: 2rem;
  }
}
.single-post-wrapper .post-sidebar .widget {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #F5F5F5;
}
.single-post-wrapper .post-sidebar .widget .widget-title {
  font-size: 1.2rem;
  color: #0F302D;
  margin-bottom: 1rem;
}
.single-post-wrapper .post-sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-post-wrapper .post-sidebar .widget ul li {
  margin-bottom: 0.5rem;
}
.single-post-wrapper .post-sidebar .widget ul li a {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.single-post-wrapper .post-sidebar .widget ul li a:hover {
  color: #2B6733;
}

.blog-archive .categories-list a {
  color: inherit;
}
.blog-archive .categories-list a.active {
  color: #2CA045;
  font-weight: 700;
}
.blog-archive .page-header {
  margin-bottom: 2rem;
}
.blog-archive .page-header .article-sort .btn {
  background: transparent;
  border: none;
  font-size: 0.9rem;
  padding: 0.5rem 0.75rem;
  transition: all 0.2s ease;
}
.blog-archive .page-header .article-sort .btn:hover, .blog-archive .page-header .article-sort .btn:focus {
  box-shadow: none;
}
.blog-archive .page-header .article-sort .btn::after {
  margin-left: 0.5rem;
  opacity: 0.6;
}
.blog-archive .page-header .article-sort .btn i {
  font-size: 0.85rem;
}
.blog-archive .page-header .article-sort .dropdown-menu {
  min-width: 200px;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 0.5rem;
}
.blog-archive .page-header .article-sort .dropdown-menu .dropdown-item {
  color: rgba(15, 48, 45, 0.8);
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  border-radius: 4px;
}
.blog-archive .page-header .article-sort .dropdown-menu .dropdown-item:hover, .blog-archive .page-header .article-sort .dropdown-menu .dropdown-item:focus {
  background-color: rgba(242, 177, 52, 0.08);
  color: #F2B134;
}
.blog-archive .page-header .article-sort .dropdown-menu .dropdown-item.active {
  background-color: rgba(242, 177, 52, 0.12);
  color: #F2B134;
}
.blog-archive .article-card {
  height: 100%;
}
.blog-archive .article-card .card-article-inner {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.blog-archive .article-card .card-article-inner:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.blog-archive .article-card .card-article-image {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}
.blog-archive .article-card .card-article-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.blog-archive .article-card .card-article-content {
  padding: 1.5rem;
  flex-grow: 1;
}
.blog-archive .article-card .card-article-content .article-header {
  margin-bottom: 1rem;
}
.blog-archive .article-card .card-article-content .article-header .cat-links {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.blog-archive .article-card .card-article-content .article-header .cat-links a {
  font-weight: 600;
  font-size: 0.8rem;
}
.blog-archive .article-card .card-article-content .article-header .article-title {
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}
.blog-archive .article-card .card-article-content .article-header .article-title a {
  text-decoration: none;
  color: inherit;
}
.blog-archive .article-card .card-article-content .article-header .article-meta {
  font-size: 0.9rem;
  color: #666;
}
.blog-archive .article-card .card-article-content .article-excerpt {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #444;
  margin-bottom: 1rem;
}

.chef-card {
  height: 100%;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.chef-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.chef-card .chef-card-link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.chef-card .chef-image {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}
.chef-card .chef-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chef-card .chef-content {
  padding: 1.5rem;
}
.chef-card .chef-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #2B6733;
}
.chef-card .chef-excerpt {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
}

.single-ambassadors .chef-intro {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #2CA045;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
}
.single-ambassadors .entry-content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.single-ambassadors .entry-content .wp-block-media-text {
  gap: 2rem;
  margin-bottom: 2rem;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .single-ambassadors .entry-content .wp-block-media-text {
    grid-template-columns: 1fr;
  }
}
.single-ambassadors .entry-content .wp-block-media-text__media img {
  width: 100%;
  height: auto;
}
.single-ambassadors .entry-content .wp-block-media-text__content {
  padding: 1rem 0;
}
.single-ambassadors .entry-content .wp-block-group.has-background {
  padding: 2rem;
  border-radius: 4px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.single-ambassadors .entry-content .wp-block-group.has-background h3, .single-ambassadors .entry-content .wp-block-group.has-background p {
  text-align: left;
}
.single-ambassadors .entry-content h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #2B6733;
}
.single-ambassadors .entry-content h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #2CA045;
}
.single-ambassadors .entry-content h4 {
  font-size: 1.4rem;
  margin: 1.5rem 0 1rem;
  color: #2B6733;
}
.single-ambassadors .btn-secondary {
  background-color: #2CA045;
  border-color: #2CA045;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  display: inline-block;
}
.single-ambassadors .btn-secondary:hover {
  background-color: rgb(39.6, 144, 62.1);
  border-color: rgb(39.6, 144, 62.1);
  text-decoration: none;
  color: #ffffff;
}
.single-ambassadors .btn-secondary:focus {
  text-decoration: none;
  color: #ffffff;
  box-shadow: none;
}
.single-ambassadors .chef-recipes h2 {
  color: #2B6733;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.single-ambassadors .chef-recipes .recipe-card {
  height: 100%;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  border-radius: 4px;
  overflow: hidden;
}
.single-ambassadors .chef-recipes .recipe-card:hover {
  transform: translateY(-5px);
}
.single-ambassadors .chef-recipes .recipe-card .recipe-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.single-ambassadors .chef-recipes .recipe-card .recipe-image {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}
.single-ambassadors .chef-recipes .recipe-card .recipe-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-ambassadors .chef-recipes .recipe-card .recipe-content {
  padding: 1.5rem;
}
.single-ambassadors .chef-recipes .recipe-card .recipe-title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #2B6733;
  line-height: 1.3;
}
.single-ambassadors .chef-recipes .recipe-card .recipe-difficulty {
  font-size: 0.9rem;
  color: #2CA045;
}

.content-section.bg-light {
  background-color: #f8f9fa;
}
.content-section.bg-white {
  background-color: #fff;
}
.content-section .wp-block-columns {
  margin-bottom: 0;
}
.content-section .wp-block-image {
  margin-bottom: 1.5rem;
}
.content-section .wp-block-image img {
  border-radius: 4px;
}
.content-section h2 {
  color: #2B6733;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
.content-section h3 {
  color: #2CA045;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.content-section p {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.content-section .wp-block-group {
  margin-bottom: 2rem;
}
.content-section .wp-block-group:last-child {
  margin-bottom: 0;
}

* {
  box-sizing: border-box;
}

:root {
  --bs-primary: #2CA045;
  --bs-primary-rgb: 44, 160, 69;
}

/*# sourceMappingURL=style.css.map */
