/*
Theme Name: Tostibanaan franchise
Author: Ruben Meines
Author URI: http://rubenmeines.com/
Description: Theme for recipe website tostibanaan
This theme is property of Ruben Meines
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --color--one: #edff61;
  --grey--dark: #2A2A2A;
  --grey--medium-dark: #3E3E3E;
  --border--grey: #ECECEC;
  --grey--light-title: #D8D8D8;
  --grey--light-text: #9B9B9B;
  --skin-grey: #FFF3EA;
  --skin-grey--lighter: #FFF9F5;
  --padding--xs: 8px;
  --padding--s: 12px;
  --padding--m: 16px;
  --padding--l: 24px;
  --padding--xl: 48px;
  --padding--xxl: 96px;
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --headerHeight: 94px;
  --headerHeightMobile: 54px;
}

@font-face {
  font-family: "Gilroy-Regular";
  src: url("./webfonts/361303_0_0.eot");
  src: url("./webfonts/361303_0_0.eot?#iefix") format("embedded-opentype"), url("./webfonts/361303_0_0.woff2") format("woff2"), url("./webfonts/361303_0_0.woff") format("woff"), url("./webfonts/361303_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("./webfonts/361303_1_0.eot");
  src: url("./webfonts/361303_1_0.eot?#iefix") format("embedded-opentype"), url("./webfonts/361303_1_0.woff2") format("woff2"), url("./webfonts/361303_1_0.woff") format("woff"), url("./webfonts/361303_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy-ExtraBoldItalic";
  src: url("./webfonts/39C2CF_0_0.eot");
  src: url("./webfonts/39C2CF_0_0.eot?#iefix") format("embedded-opentype"), url("./webfonts/39C2CF_0_0.woff2") format("woff2"), url("./webfonts/39C2CF_0_0.woff") format("woff"), url("./webfonts/39C2CF_0_0.ttf") format("truetype");
}
html {
  font-size: 18px;
  line-height: 1.5rem;
  font-family: "Gilroy-Regular", sans-serif;
  font-weight: normal;
  color: #2A2A2A;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #2A2A2A;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gilroy-ExtraBold", sans-serif;
  letter-spacing: -1px;
  font-weight: normal;
}

input,
p,
span {
  font-family: "Gilroy-Regular", sans-serif;
  font-weight: normal;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
}

* {
  -webkit-font-smoothing: antialiased;
}

img {
  border: none;
  vertical-align: top;
}

iframe {
  background: #000;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

*, :after, :before {
  box-sizing: border-box;
}

button, input[type=submit], input[type=reset], input {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

form,
input {
  -webkit-appearance: none;
}

a,
.text a {
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .text a:hover {
    text-decoration: underline;
  }
}

.button {
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 26px;
  padding-right: 26px;
  border-radius: 100px;
}

.button--one {
  border: 1px solid #61FF9D;
  background: #61FF9D;
  color: #2A2A2A;
}

.button__text {
  font-family: "Gilroy-ExtraBold", sans-serif;
  letter-spacing: -1px;
  font-weight: normal;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) all 450ms 0ms;
}

.button:hover .button__text {
  transform: translateX(3px);
}

.button__arrow {
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-left: 10px;
  margin-right: -2px;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) all 250ms;
}
.button__arrow path {
  fill: #2A2A2A;
}

.button:hover .button__arrow {
  transform: translateX(5px);
}

.wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container {
  width: 100%;
}

.container--blog {
  max-width: 1320px;
}

.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 7.5rem;
  background-color: rgba(255, 243, 234, 0.5);
}

.footer__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    border: none;
  }
}

.footer__main {
  width: 100%;
  display: flex;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .footer__main {
    flex-direction: column;
    align-items: center;
  }
}

.footer__logo-cnt {
  display: inline-block;
  width: 25%;
}
@media screen and (max-width: 1023px) {
  .footer__logo-cnt {
    width: 15%;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo-cnt {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 1.5rem;
    margin-bottom: 1.125rem;
  }
}

.footer__logo {
  display: inline-block;
  width: 50px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin-left: -4px;
  }
}

.footer__nav {
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__bottom {
  display: flex;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #ECECEC;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    padding-top: 2.25rem;
    flex-direction: column;
    align-items: center;
  }
}

.footer__copyright {
  opacity: 0.8;
  font-size: 0.8333333333rem;
}

.footer__legal-menu {
  margin-left: auto;
  font-size: 0.8333333333rem;
}
@media screen and (max-width: 767px) {
  .footer__legal-menu {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

.menu-legal {
  display: flex;
  align-items: center;
}

.menu-legal__item {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .menu-legal__item {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 1025px) {
  .menu-legal__item-link:hover {
    text-decoration: underline;
  }
}
.footer-menu {
  padding-top: 10px;
  width: 33.3334%;
}
@media screen and (max-width: 767px) {
  .footer-menu {
    text-align: center;
    width: 100%;
  }
}

.footer-menu__title {
  font-family: "Permanent Marker", serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

.footer-menu__list {
  display: flex;
  flex-direction: column;
  width: 25%;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 1023px) {
  .footer-menu__list {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu__list {
    width: 100%;
  }
}

.footer-menu__list li {
  margin-bottom: 0.75rem;
}

.footer-menu__list a {
  font-size: 1rem;
  line-height: 0.75rem;
}

@media screen and (min-width: 1025px) {
  .footer-menu__list a:hover {
    text-decoration: underline;
  }
}
.header {
  position: relative;
  z-index: 999;
  width: 100%;
  max-width: 100%;
}

.header__desktop {
  position: relative;
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__desktop {
    display: block;
  }
}

.header__mobile {
  position: relative;
  display: none;
}
@media screen and (max-width: 1023px) {
  .header__mobile {
    display: block;
  }
}

.header-desktop__inner {
  position: relative;
  z-index: 999;
  padding-top: 5px;
  background: #fff;
}

.header-desktop__top-bar {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-left: 10px;
  padding-right: 10px;
}

.header-desktop__bar {
  border-bottom: 1px solid #ECECEC;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 20px;
  padding-right: 20px;
}

.header-desktop__logo-cnt {
  position: relative;
  width: 160px;
  height: auto;
}

.header-desktop__menu-cnt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header-desktop__header-icon-menu {
  margin-left: auto;
}

.header-desktop__search {
  position: absolute;
  top: 94px;
  left: 0;
  z-index: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 400ms;
}

.state__header-search-open .header-desktop__search {
  transform: translateY(0);
  opacity: 1;
}

.header-mobile {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.header-mobile__top-bar {
  display: flex;
  align-items: center;
  height: 54px;
  padding-left: 16px;
  padding-right: 4px;
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.header-mobile__logo {
  display: inline-block;
  width: 130px;
  height: auto;
}

.header-mobile__search-button {
  margin-left: auto;
}

.header-mobile__search-button svg {
  display: inline-block;
  height: 20px;
  width: auto;
}

.header-mobile__hamburger {
  width: 48px;
  height: 48px;
  position: relative;
}

.header-mobile__menus {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 54px;
  background: #fff;
  transform: translateX(-100%);
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 540ms all;
}

.state__mobile-menu-open .header-mobile__menus {
  transform: translateX(0);
}

.state__header-search-open .header-mobile__menus {
  padding-top: 108px;
}

.state__mobile-menu-open.state__header-search-open .header-mobile__menus {
  padding-top: 108px;
  transform: translateX(0);
}

.header-mobile__menus-inner {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 2.25rem;
}

.header-mobile__search {
  position: absolute;
  top: 54px;
  width: 100%;
  left: 0;
  z-index: 5;
  transform: translateY(-100%);
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 540ms transform;
}

.state__header-search-open .header-mobile__search {
  transform: translateY(0);
}

.header-logo {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
}

.header-language-menu {
  display: flex;
}

.header-language-menu--mobile {
  margin-top: auto;
}

.header-language-menu li {
  margin-left: 10px;
  display: inline-block;
}

.header-language-menu li.current-lang {
  display: none;
}

.header-language-menu a {
  font-size: 0.6944444444rem;
}

.header-language-menu--mobile li {
  font-size: 0.8333333333rem;
}

.main-menu {
  display: flex;
}

.main-menu--mobile {
  flex-direction: column;
  align-items: center;
}

.main-menu li {
  margin-left: 15px;
  margin-right: 15px;
}

.main-menu--mobile li {
  margin-bottom: 0.375rem;
}

.main-menu a {
  font-family: "Gilroy-ExtraBold", sans-serif;
  letter-spacing: -1px;
  font-weight: normal;
}

.main-menu .current-menu-item a,
.main-menu .current_page_item a {
  color: #61FF9D;
}

.main-menu--mobile a {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.header-search {
  position: relative;
  display: block;
  z-index: 0;
  padding-left: 26px;
}

.header-search--mobile {
  width: 100%;
  background-color: #fff;
  padding-left: 20px;
}

.header-search__form {
  position: relative;
  display: flex;
  align-items: center;
}

.header-search__icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  height: 24px;
  width: 24px;
}

.header-search__icon path {
  fill: #2A2A2A;
  opacity: 0.6;
}

.header-search__input {
  padding-left: 32px;
  font-size: 16px;
  line-height: 52px;
  width: 360px;
  background-color: transparent;
}

.header-search__input::placeholder {
  color: #2A2A2A;
  opacity: 0.6;
}

.header-search__submit {
  visibility: hidden;
}

.header-search__suggestions {
  max-width: 540px;
  width: 100%;
  display: flex;
  position: absolute;
  top: 52px;
  left: 0;
  display: none;
}

.header-search:focus-within .header-search__suggestions {
  display: block;
}

.header-icon-menu {
  display: flex;
}

.header-icon-menu--mobile {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.header-icon-menu__item {
  display: inline-block;
  margin-left: 14px;
  cursor: pointer;
}

.header-icon-menu--mobile .header-icon-menu__item {
  margin-left: 14px;
  margin-right: 14px;
}

.header-icon-menu svg {
  display: inline-block;
  height: 20px;
  width: auto;
}

.header-icon-menu__item path {
  fill: #2A2A2A;
}

@media screen and (min-width: 1025px) {
  .header-icon-menu__item:hover path {
    fill: #61FF9D;
  }
}
.hamburger {
  width: inherit;
  height: inherit;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.hamburger__open {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 50ms;
}

.hamburger--active .hamburger__open {
  opacity: 0;
}

.hamburger__line {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: #2A2A2A;
  margin-top: 2px;
  margin-bottom: 2px;
}

.hamburger__line--open {
  width: 24px;
}

.hamburger__line--open:last-child,
.hamburger__line--open:first-child {
  width: 18px;
}

.hamburger__close {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  transition: opacity 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 50ms;
}

.hamburger--active .hamburger__close {
  opacity: 1;
}

.hamburger__line--close {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  margin-left: -11px;
  margin-top: -1px;
}

.hamburger__line--close:first-child {
  transform: rotate(45deg);
}

.hamburger__line--close:last-child {
  transform: rotate(-45deg);
}

.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 7.5rem;
  background-color: rgba(255, 243, 234, 0.5);
}

.footer__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    border: none;
  }
}

.footer__main {
  width: 100%;
  display: flex;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .footer__main {
    flex-direction: column;
    align-items: center;
  }
}

.footer__logo-cnt {
  display: inline-block;
  width: 25%;
}
@media screen and (max-width: 1023px) {
  .footer__logo-cnt {
    width: 15%;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo-cnt {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 1.5rem;
    margin-bottom: 1.125rem;
  }
}

.footer__logo {
  display: inline-block;
  width: 50px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin-left: -4px;
  }
}

.footer__nav {
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__bottom {
  display: flex;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #ECECEC;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    padding-top: 2.25rem;
    flex-direction: column;
    align-items: center;
  }
}

.footer__copyright {
  opacity: 0.8;
  font-size: 0.8333333333rem;
}

.footer__legal-menu {
  margin-left: auto;
  font-size: 0.8333333333rem;
}
@media screen and (max-width: 767px) {
  .footer__legal-menu {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

.menu-legal {
  display: flex;
  align-items: center;
}

.menu-legal__item {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .menu-legal__item {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 1025px) {
  .menu-legal__item-link:hover {
    text-decoration: underline;
  }
}
.footer-menu {
  padding-top: 10px;
  width: 33.3334%;
}
@media screen and (max-width: 767px) {
  .footer-menu {
    text-align: center;
    width: 100%;
  }
}

.footer-menu__title {
  font-family: "Permanent Marker", serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

.footer-menu__list {
  display: flex;
  flex-direction: column;
  width: 25%;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 1023px) {
  .footer-menu__list {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu__list {
    width: 100%;
  }
}

.footer-menu__list li {
  margin-bottom: 0.75rem;
}

.footer-menu__list a {
  font-size: 1rem;
  line-height: 0.75rem;
}

@media screen and (min-width: 1025px) {
  .footer-menu__list a:hover {
    text-decoration: underline;
  }
}
.home__category-block {
  position: relative;
  z-index: 2;
  margin-top: 9rem;
  margin-bottom: 9rem;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 1023px) {
  .home__category-block {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}

.home__newsletter {
  width: 100%;
  text-align: center;
  padding-top: 4.5rem;
  margin-bottom: 7.5rem;
}

.home-intro {
  position: relative;
  z-index: 1;
  padding-top: 9rem;
  padding-bottom: 6rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .home-intro {
    padding-top: 6rem;
    padding-bottom: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .home-intro {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 6rem;
    padding-bottom: 0rem;
  }
}

.home-intro__mobile-bg-container {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .home-intro__mobile-bg-container {
    display: block;
  }
}

.home-intro__mobile-bg-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 440px;
  height: auto;
  transform: translateX(-50%);
}

.home-intro__bg-img-container {
  position: absolute;
  z-index: -1;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 520px;
  pointer-events: none;
}
@media screen and (max-width: 1279px) {
  .home-intro__bg-img-container {
    top: 0;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (max-width: 1023px) {
  .home-intro__bg-img-container {
    display: none;
  }
}

.home-intro__bg-img {
  position: absolute;
  display: inline-block;
  width: 452px;
}
@media screen and (max-width: 1279px) {
  .home-intro__bg-img {
    width: 320px;
  }
}
@media screen and (max-width: 1023px) {
  .home-intro__bg-img {
    width: 200px;
  }
}

.home-intro__bg-img--left {
  left: 0;
  transform: translateX(-100%);
}

.home-intro__bg-img--right {
  right: 0;
  transform: translateX(100%);
}

.home-intro__search {
  max-width: 520px;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 4.5rem;
}

.home-latest-recipes {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  margin-top: 3rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #FFF9F5;
}
@media screen and (max-width: 1023px) {
  .home-latest-recipes {
    margin-top: 0;
  }
}

.home-latest-recipes__title {
  font-size: 2.48832rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
}

.home-latest-recipes__subtitle {
  font-family: "Permanent Marker", serif;
  font-weight: normal;
  line-height: 1.5rem;
  font-size: 1.2rem;
  margin-bottom: 0.375rem;
}

.home-latest-recipes__subtitle a {
  position: relative;
}
.home-latest-recipes__subtitle a::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #61FF9D;
  border-radius: 2px;
  bottom: 0;
  left: 0;
}

.home-latest-recipes__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 767px) {
  .home-latest-recipes__list {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.home-latest-recipes__list-item {
  display: inline-flex;
  width: 25%;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 1445px) {
  .home-latest-recipes__list-item {
    width: 20%;
  }
}
@media screen and (max-width: 1439px) {
  .home-latest-recipes__list-item {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 1279px) {
  .home-latest-recipes__list-item {
    width: 50%;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .home-latest-recipes__list-item {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .home-latest-recipes__list-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.875rem;
  }
}

.page-intro {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-intro {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.page-intro__title-cnt {
  max-width: 460px;
  text-align: center;
}

.page-intro__title {
  font-size: 2.48832rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .page-intro__title {
    font-size: 1.728rem;
  }
}

.page-intro__subtitle {
  font-family: "Permanent Marker", serif;
  font-weight: normal;
}

.page-intro__text {
  font-size: 1.2rem;
}

.page-intro__background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
  display: inline-block;
  width: 200px;
  height: auto;
  z-index: -1;
}
.page-intro__background path {
  fill: #61FF9D;
}

.search-form {
  position: relative;
  width: 100%;
}

.search-form__form {
  display: flex;
  width: 100%;
}

.search-form--on-page .search-form__input {
  width: 100%;
  border: none;
  height: 58px;
  border-radius: 100px;
  font-size: 1rem;
  padding-left: 24px;
  padding-right: 24px;
  background: #fff;
  box-shadow: 10px 15px 40px rgba(0, 0, 0, 0.08), 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.search-form__input::placeholder {
  color: #2A2A2A;
  opacity: 0.4;
}

.search-form__suggestions {
  width: 100%;
  display: flex;
  position: absolute;
  z-index: 1;
  display: none;
}

.search-form:focus-within .search-form__suggestions {
  display: block;
}

.search-form__submit {
  visibility: hidden;
  position: absolute;
}

.wp-pagenavi {
  display: flex;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
  position: relative;
  padding: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.wp-pagenavi .current::before,
.wp-pagenavi a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  margin-left: -19px;
  margin-top: -19px;
  border-radius: 100px;
  background-color: #FFF3EA;
  opacity: 0;
}

.wp-pagenavi .current::before {
  background-color: #61FF9D;
  opacity: 1;
}

.wp-pagenavi a:hover::before {
  opacity: 1;
}

.category-expo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.category-expo__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 540px;
}

.category-expo__content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .category-expo__content {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.category-expo__subtitle {
  font-family: "Permanent Marker", serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .category-expo__subtitle {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.category-expo__title {
  font-size: 3.5831808rem;
  line-height: 3.75rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .category-expo__title {
    font-size: 2.0736rem;
    line-height: 2.25rem;
  }
}

.category-expo__buttons {
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .category-expo__buttons {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .category-expo__link:first-child {
    margin-bottom: 1.125rem;
  }
}

.category-expo__visual {
  position: absolute;
  top: 50%;
  width: 540px;
}
@media screen and (max-width: 1439px) {
  .category-expo__visual {
    width: 400px;
  }
}
@media screen and (max-width: 1279px) {
  .category-expo__visual {
    width: 300px;
  }
}
@media screen and (max-width: 1023px) {
  .category-expo__visual {
    display: none;
  }
}

.category-expo__visual--left {
  left: 0;
  transform: translateY(-50%) translateX(-110%);
}
@media screen and (max-width: 1439px) {
  .category-expo__visual--left {
    transform: translateY(-50%) translateX(-90%);
  }
}

.category-expo__visual--right {
  right: 0;
  transform: translateY(-50%) translateX(110%);
}
@media screen and (max-width: 1439px) {
  .category-expo__visual--right {
    transform: translateY(-50%) translateX(90%);
  }
}

.category-expo__visual-mobile {
  display: none;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .category-expo__visual-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.category-expo__mobile-img {
  display: inline-block;
  max-width: 430px;
}

.recipe-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 767px) {
  .recipe-list {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.recipe-list__item {
  display: inline-flex;
  width: 33.3334%;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 1445px) {
  .recipe-list__item {
    width: 25%;
  }
}
@media screen and (min-width: 1920px) {
  .recipe-list__item {
    width: 20%;
  }
}
@media screen and (max-width: 1279px) {
  .recipe-list__item {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .recipe-list__item {
    width: 50%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .recipe-list__item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.875rem;
  }
}

.recipe-card {
  width: 100%;
}

.recipe-card__image-container {
  display: inline-block;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
}

.recipe-card__image {
  position: relative;
  z-index: 1;
  width: 100%;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 240ms all;
  padding: 10px;
}

.recipe-card__link:hover .recipe-card__image {
  transform: scale(0.96) translateY(-5px);
}

.recipe-card__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  z-index: 0;
  transform: scale(1.05);
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 200ms all;
}

.recipe-card__link:hover .recipe-card__background {
  transform: scale(1.08);
  opacity: 0.9;
}

.recipe-card__title {
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: -1px;
  text-align: center;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 200ms all;
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (min-width: 1445px) {
  .recipe-card__title {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}

.recipe-card__link:hover .recipe-card__title {
  transform: translateY(4px);
}

.recipes-page__recipes {
  position: relative;
  z-index: 1;
  margin-top: 4.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recipes-intro {
  position: relative;
  z-index: 1;
  padding-top: 6rem;
  padding-bottom: 0rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .recipes-intro {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.recipes-intro__search {
  max-width: 520px;
  width: 100%;
  margin-top: 1.5rem;
}

.recipe-content {
  width: 100%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  padding-left: 96px;
  padding-right: 96px;
}
@media screen and (max-width: 1279px) {
  .recipe-content {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (max-width: 767px) {
  .recipe-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.recipe__instructions {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .recipe__instructions {
    flex-direction: column;
  }
}

.recipe__instructions-sidebar {
  display: flex;
  flex-direction: column;
  width: 320px;
}
@media screen and (max-width: 1279px) {
  .recipe__instructions-sidebar {
    width: 280px;
  }
}
@media screen and (max-width: 1023px) {
  .recipe__instructions-sidebar {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.recipe__instructions-preparation {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 96px;
}
@media screen and (max-width: 1279px) {
  .recipe__instructions-preparation {
    padding-left: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .recipe__instructions-preparation {
    padding-left: 0;
  }
}

.recipe__instructions-title {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Permanent Marker", serif;
  font-weight: normal;
  font-size: 1.728rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .recipe__instructions-title {
    font-size: 1.44rem;
    margin-bottom: 1.5rem;
  }
}

.recipe__instructions-title svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0);
  display: inline-block;
  height: 2.0736rem;
  width: auto;
  z-index: -1;
}
.recipe__instructions-title svg path {
  fill: #61FF9D;
}

.recipe__instructions-title,
.recipe__ingredients,
.recipe__description,
.recipe__steps {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 767px) {
  .recipe__instructions-title,
  .recipe__ingredients,
  .recipe__description,
  .recipe__steps {
    padding-left: 0;
    padding-right: 0;
  }
}

.recipe__description {
  margin-bottom: 2.25rem;
}

.recipe__steps {
  padding-right: 24px;
}

.recipe__related-recipes {
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 3rem;
}

.recipe .title-bg-circle {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-25%);
  display: inline-block;
  height: 1.44rem;
  width: auto;
  z-index: -1;
}
.recipe .title-bg-circle path {
  fill: #61FF9D;
}

.recipe-intro {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 4.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .recipe-intro {
    flex-direction: column-reverse;
    margin-bottom: 3rem;
  }
}

.recipe-intro__content {
  width: 50%;
  padding-right: 48px;
  margin-top: -2.25rem;
}
@media screen and (max-width: 1023px) {
  .recipe-intro__content {
    width: 100%;
    padding-right: 0;
  }
}

.recipe-intro__image {
  width: 50%;
  padding-left: 0;
  padding-right: 24px;
}
@media screen and (max-width: 1023px) {
  .recipe-intro__image {
    width: 100%;
    max-width: 480px;
    padding-left: 0;
    padding-right: 0;
    align-self: flex-start;
    margin-bottom: 3rem;
  }
}

.recipe-header__title {
  font-size: 3.5831808rem;
}
@media screen and (max-width: 1023px) {
  .recipe-header__title {
    font-size: 2.48832rem;
  }
}
@media screen and (max-width: 767px) {
  .recipe-header__title {
    font-size: 2.0736rem;
  }
}

.recipe-header__time {
  display: block;
  position: relative;
  font-family: "Gilroy-ExtraBold", sans-serif;
  letter-spacing: -1px;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
}

.recipe-header .title-bg-circle {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-25%);
  display: inline-block;
  height: 1.44rem;
  width: auto;
  z-index: -1;
}
.recipe-header .title-bg-circle path {
  fill: #61FF9D;
}

.recipe-header__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1.5rem;
  margin-bottom: 0;
  padding-left: 0;
}

.recipe-header__categories-item {
  list-style: none;
}

.recipe-header__categories-link {
  display: inline-block;
  border: 1px solid #61FF9D;
  border-radius: 999px;
  padding: 6px 14px;
  color: #2A2A2A;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.recipe-header__categories-link:hover, .recipe-header__categories-link:focus-visible {
  background-color: #61FF9D;
}

.recipe-image {
  display: inline-block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.recipe-image__image {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 10px;
}

.recipe-image__background {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  z-index: -1;
  transform: scale(1.1) translateY(-50%);
  transform-origin: top;
}

.recipe-ingredients__persons {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.persons-calculator {
  font-family: "Gilroy-ExtraBold", sans-serif;
  letter-spacing: -1px;
  font-weight: normal;
  display: inline-flex;
  border: 2px solid #3E3E3E;
  border-radius: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.persons-calculator__button {
  font-family: "Gilroy-ExtraBold", sans-serif;
  letter-spacing: -1px;
  font-weight: normal;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  height: 58px;
}

.ingredients-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.ingredients-item__amount-cnt {
  width: 80px;
}

.ingredients-item__name {
  font-family: "Gilroy-ExtraBold", sans-serif;
  letter-spacing: -1px;
  font-weight: normal;
}

.recipe-equipment {
  margin-top: 2.25rem;
}

.recipe-equipment__title {
  font-family: "Permanent Marker", serif;
  font-weight: normal;
  font-size: 1.2rem;
}

.recipe-equipment-list__item {
  margin-top: 1.5rem;
}

.recipe-description p {
  font-size: 1.44rem;
  line-height: 1.875rem;
  font-family: "Gilroy-ExtraBold", sans-serif;
  letter-spacing: -1px;
  font-weight: normal;
}

.recipe-steps-list__item {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1.875rem;
  margin-bottom: 1.875rem;
}

.recipe-steps-list__item-count {
  display: inline-flex;
  width: 54px;
  padding-left: 4px;
  font-family: "Gilroy-ExtraBold", sans-serif;
  letter-spacing: -1px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .recipe-steps-list__item-count {
    width: 30px;
  }
}

.recipe-steps-list__item-content {
  flex: 1;
  display: inline-flex;
  flex-direction: column;
}

.recipe-steps-list__item p {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.categories-page-intro {
  position: relative;
  z-index: 1;
  padding-top: 6rem;
  padding-bottom: 0rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category-list__cnt {
  display: block;
  width: 100%;
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .category-list {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.category-list__item {
  display: inline-flex;
  width: 25%;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 1279px) {
  .category-list__item {
    width: 33.3334%;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .category-list__item {
    width: 50%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .category-list__item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.category-card {
  width: 100%;
}

.category-card__link {
  display: block;
}

.category-card__image-container {
  display: inline-block;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
}

.category-card__image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 240ms all;
  width: 100%;
  padding: 10px;
}

.category-card__link:hover .category-card__image {
  transform: scale(1.04) translateY(-50%);
}

.category-card__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  z-index: -1;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 200ms all;
}

.category-card__link:hover .category-card__background {
  opacity: 0.9;
}

.category-card__title {
  font-size: 1.44rem;
  line-height: 1.5rem;
  text-align: center;
}

.taxonomy-page__recipes {
  position: relative;
  z-index: 1;
  margin-top: 4.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.taxonomy-page-intro {
  position: relative;
  z-index: 1;
  padding-top: 6rem;
  padding-bottom: 0rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.related-recipes {
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .related-recipes__header {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.related-recipes__title {
  font-size: 2.48832rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .related-recipes__title {
    font-size: 1.728rem;
    line-height: 2.25rem;
  }
}

.related-recipes__subtitle {
  font-family: "Permanent Marker", serif;
  font-weight: normal;
  line-height: 1.5rem;
  font-size: 1.2rem;
  margin-bottom: 2.25rem;
}

.related-recipes__subtitle a {
  position: relative;
}
.related-recipes__subtitle a::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #61FF9D;
  border-radius: 2px;
  bottom: 0;
  left: 0;
}

.latest-recipes-block {
  margin-top: 6rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .latest-recipes-block__header {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.latest-recipes-block__title {
  font-size: 2.48832rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .latest-recipes-block__title {
    font-size: 1.728rem;
    line-height: 2.25rem;
  }
}

.latest-recipes-block__subtitle {
  font-family: "Permanent Marker", serif;
  font-weight: normal;
  line-height: 1.5rem;
  font-size: 1.2rem;
  margin-bottom: 2.25rem;
}

.latest-recipes-block__subtitle a {
  position: relative;
}
.latest-recipes-block__subtitle a::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #61FF9D;
  border-radius: 2px;
  bottom: 0;
  left: 0;
}

.newsletter {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.newsletter__content {
  position: relative;
  z-index: 1;
  max-width: 400px;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .newsletter__content {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.newsletter__subtitle {
  font-family: "Permanent Marker", serif;
  font-weight: normal;
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
}

.newsletter__title {
  font-family: "Gilroy-ExtraBold", sans-serif;
  letter-spacing: -1px;
  font-weight: normal;
  font-size: 2.0736rem;
  margin-bottom: 1.125rem;
}

.newsletter__text p {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.newsletter__line-box {
  position: absolute;
  width: 90%;
  max-width: 1200px;
  height: 140%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.newsletter__line-box svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .newsletter__line-box svg {
    left: 50%;
    max-width: none;
    width: 150%;
    transform: translateX(-50%);
  }
}
.newsletter__line-box svg path {
  fill: none;
  stroke: #61FF9D;
  stroke-linecap: round;
  stroke-width: 9px;
}

.newsletter-mailchimp {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.newsletter-mailchimp .newsletter-mailchimp__field-group {
  position: relative;
  margin-bottom: 0.75rem;
}
.newsletter-mailchimp input {
  border: none;
  border-radius: 100px;
  height: 50px;
  width: 100%;
  padding: 0;
  padding-left: 24px;
  font-size: 16px;
  box-shadow: 10px 15px 40px rgba(0, 0, 0, 0.08), 10px 10px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.newsletter-mailchimp #mc_embed_signup input.mce_inline_error {
  border-color: #ff1e1e;
}
.newsletter-mailchimp #mc_embed_signup div.mce_inline_error {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: none;
  color: #ff1e1e;
  font-size: 0.8333333333rem;
  font-family: "Gilroy-Regular", sans-serif;
  font-weight: normal;
}
.newsletter-mailchimp input[type=submit],
.newsletter-mailchimp .mailchimp__submit-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 60px;
  border-radius: 100px;
  overflow: hidden;
}
.newsletter-mailchimp input[type=submit] {
  border-radius: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.newsletter-mailchimp .mailchimp__submit-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 13px;
  margin-top: -6px;
  margin-left: -10px;
  pointer-events: none;
}
.newsletter-mailchimp .response {
  font-size: 0.8333333333rem;
  line-height: 1.125rem;
  color: rgba(42, 42, 42, 0.75);
}

.blog-articles-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .blog-articles-container {
    padding-top: 54px;
  }
}

.blog-pagination {
  margin-top: 2.25rem;
}

.blog-no-pages {
  font-family: "Gilroy-ExtraBold", sans-serif;
  letter-spacing: -1px;
  font-weight: normal;
  font-size: 1.2rem;
  margin-top: 1.5rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  width: 100%;
  text-align: center;
}

.article-teasers {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .article-teasers {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .article-teasers {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .article-teasers {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .article-teasers {
    padding-left: 0;
    padding-right: 0;
  }
}

.article-teaser {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0rem;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 1279px) {
  .article-teaser {
    align-items: flex-start;
    flex-direction: column;
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .article-teaser {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .article-teaser {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.article-teaser--small {
  flex-direction: column;
  align-items: flex-start;
  width: 33.3334%;
}
@media screen and (max-width: 1279px) {
  .article-teaser--small {
    width: 50%;
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .article-teaser--small {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.article-teaser__image-link {
  width: 420px;
}
@media screen and (max-width: 1439px) {
  .article-teaser__image-link {
    width: 380px;
  }
}
@media screen and (max-width: 1279px) {
  .article-teaser__image-link {
    width: 100%;
  }
}

.article-teaser__image-cnt {
  position: relative;
  width: 100%;
}

.article-teaser__image-bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
  width: 100%;
  padding-left: 39px;
  padding-right: 39px;
  height: auto;
}

.article-teaser__image-bg {
  fill: #61FF9D;
}

.article-teaser__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-left: 24px;
}
@media screen and (max-width: 1279px) {
  .article-teaser__content {
    padding-left: 39px;
    padding-right: 39px;
  }
}

.article-teaser--small .article-teaser__content {
  padding-left: 39px;
  padding-right: 39px;
}

.article-teaser__content-link {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.article-teaser__time {
  position: relative;
  font-family: "Permanent Marker", serif;
  font-weight: normal;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 1023px) {
  .article-teaser__time {
    font-size: 0.8333333333rem;
    margin-bottom: 0.75rem;
  }
}

.article-teaser__time .title-bg-circle {
  display: inline-block;
  width: auto;
  height: 130%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-25%) translateY(-50%);
  z-index: -1;
}
.article-teaser__time .title-bg-circle path {
  fill: #61FF9D;
}

.article-teaser__title {
  font-size: 2.985984rem;
  line-height: 3rem;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 1279px) {
  .article-teaser__title {
    font-size: 1.44rem;
    line-height: 1.6875rem;
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 1023px) {
  .article-teaser__title {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 1.125rem;
  }
}

.article-teaser--small .article-teaser__title {
  font-size: 1.44rem;
  line-height: 1.6875rem;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 1023px) {
  .article-teaser--small .article-teaser__title {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 1.125rem;
  }
}

.article {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .article {
    padding-top: 54px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.article__image-cnt {
  position: relative;
  width: 790px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .article__image-cnt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .article__image-cnt {
    width: calc(100% + 120px);
  }
}

.article__image {
  width: 100%;
}

.article__image-bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
  width: 100%;
  padding-left: 55px;
  padding-right: 55px;
  height: auto;
}

.article__heading {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  max-width: 680px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .article__heading {
    max-width: 620px;
  }
}

.article__time {
  position: relative;
  font-family: "Permanent Marker", serif;
  font-weight: normal;
  margin-bottom: 1.125rem;
}

.article__time .title-bg-circle {
  display: inline-block;
  width: auto;
  height: 130%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-25%) translateY(-50%);
  z-index: -1;
}
.article__time .title-bg-circle path {
  fill: #61FF9D;
}

.article__title {
  font-size: 2.985984rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .article__title {
    font-size: 1.728rem;
    line-height: 2.25rem;
  }
}

.article-text h2 {
  font-family: "Gilroy-ExtraBold", sans-serif;
  letter-spacing: -1px;
  font-weight: normal;
  font-size: 1.728rem;
  line-height: 2.25rem;
  margin-top: 0rem;
  margin-bottom: 0.375rem;
  letter-spacing: -0.5px;
}

.article-text h3 {
  font-family: "Gilroy-ExtraBold", sans-serif;
  letter-spacing: -1px;
  font-weight: normal;
  font-size: 1.44rem;
  line-height: 1.875rem;
  margin-top: 0.75rem;
  margin-bottom: 0.375rem;
  letter-spacing: -0.5px;
}

.article-intro-text p {
  font-family: "Gilroy-ExtraBold", sans-serif;
  letter-spacing: -1px;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: -0.5px;
}

.article-text p {
  font-family: "Gilroy-Regular", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.125rem;
}

.article-text p + h2,
.article-text p + h3 {
  margin-top: 2.25rem;
}

.article-text p + h4 {
  margin-top: 1.875rem;
}

.article-text p:last-child {
  margin-bottom: 0;
}

.article-text p strong {
  font-family: "Gilroy-ExtraBold", sans-serif;
  letter-spacing: -1px;
  font-weight: normal;
}

.article-block p a {
  position: relative;
  white-space: nowrap;
}
.article-block p a::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #61FF9D;
  border-radius: 2px;
  bottom: -1px;
  left: 0;
}

.article-recipe-item {
  margin-bottom: 3.75rem;
}

.article__blocks {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.article-block {
  margin-bottom: 2.25rem;
}

.article-block--text,
.article-block--intro-text {
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .article-block--text,
  .article-block--intro-text {
    max-width: 620px;
  }
}

.article-block--image {
  max-width: 810px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .article-block--image {
    max-width: 680px;
  }
}

.article-block__image {
  width: 100%;
  height: auto;
}

.article-block--recipes {
  max-width: 810px;
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .article-block--recipes {
    max-width: 680px;
  }
}

.article-recipe {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .article-recipe {
    flex-direction: column;
  }
}

.article-recipe__image-link {
  display: inline-block;
  width: 230px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .article-recipe__image-link {
    width: 100%;
  }
}

.article-recipe__image-container {
  display: inline-block;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
}

.article-recipe__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 240ms all;
  padding: 10px;
}

.article-recipe__link:hover .article-recipe__image {
  transform: scale(0.96) translateY(-5px);
}

.article-recipe__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  z-index: -1;
  transform: scale(1.05);
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 200ms all;
}

.article-recipe__link:hover .article-recipe__background {
  transform: scale(1.08);
  opacity: 0.9;
}

.article-recipe__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .article-recipe__content {
    padding-left: 0;
  }
}

.article-recipe__title {
  font-size: 1.44rem;
  line-height: 1.5rem;
  margin-bottom: 1.125rem;
}

.article-recipe__content p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.article-recipe__button {
  margin-top: 2.25rem;
}

.search-page__results {
  margin-bottom: 1.5rem;
  text-align: center;
}

.search-page__results-title {
  font-family: "Permanent Marker", serif;
  font-weight: normal;
  font-size: 1.728rem;
}

.search-page__no-results {
  margin-top: 4.5rem;
  margin-bottom: 3rem;
  text-align: center;
}

.search-page__no-results-title {
  font-family: "Permanent Marker", serif;
  font-weight: normal;
  font-size: 1.728rem;
}

.search-page__recipes {
  position: relative;
  z-index: 1;
  margin-top: 4.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.search-page-intro {
  position: relative;
  z-index: 1;
  padding-top: 6rem;
  padding-bottom: 0rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .search-page-intro {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.search-page-intro__title-cnt {
  width: 100%;
  max-width: 460px;
  text-align: center;
}

.search-page-intro__title {
  font-size: 2.48832rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .search-page-intro__title {
    font-size: 1.728rem;
  }
}

.search-page-intro__background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
  display: inline-block;
  width: 200px;
  height: auto;
  z-index: -1;
}
.search-page-intro__background path {
  fill: #61FF9D;
}

.search-page-intro__search {
  max-width: 520px;
  width: 100%;
  margin-top: 1.5rem;
}

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