/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/single-recipe.scss ***!
  \****************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "BrandonText";
  src: url(../fonts/BrandonText-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BrandonText";
  src: url(../fonts/BrandonText-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BrandonText";
  src: url(../fonts/BrandonText-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MarketPro";
  src: url(../fonts/MarketPro-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.h1 {
  font: 500 36px/1 "BrandonText", sans-serif;
}

.h2 {
  font: 500 32px/1 "BrandonText", sans-serif;
}

.h3 {
  font: 500 24px/1.2 "BrandonText", sans-serif;
}

.eyebrow {
  font: 500 20px/1 "BrandonText", sans-serif;
  text-transform: uppercase;
}

p {
  font: 400 16px/1.15 "BrandonText", sans-serif;
}

@media only screen and (min-width: 1280px) {
  .h1 {
    font-size: 62px;
  }
  .h2 {
    font-size: 50px;
  }
  .h3 {
    font-size: 32px;
  }
  .eyebrow {
    font-size: 22px;
  }
  p {
    font-size: 18px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: 900;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  position: relative;
  z-index: 999;
}
.header__logo-img {
  width: 120px;
  height: auto;
}
.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  gap: 8px;
  background: #006D32;
  padding: 100px 20px 40px;
  transform: translateY(-105%);
  transition: transform 300ms ease-in-out;
  z-index: 991;
}
.header__menu-content--left, .header__menu-content--right {
  display: none;
}
.header .menu {
  display: grid;
  gap: 8px;
  list-style: none;
  padding: 0;
  text-align: center;
}
.header .menu-item a {
  display: inline-block;
  font: 500 18px/1.2 "BrandonText", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid #006D32;
  transition: border 300ms ease-in-out, background-color 300ms ease-in-out;
}
.header .menu-item a:hover {
  border: 1px solid #FFFFFF;
}
.header .menu .current-menu-item a {
  background: #006D32;
  border: 1px solid #FFFFFF;
}
.header__hamburger {
  position: relative;
  background: transparent;
  outline: 0;
  border: 0;
  padding: 0;
  z-index: 999;
}
.header__hamburger-line {
  display: block;
  width: 30px;
  height: 2px;
  background: #FFFFFF;
  margin: 5px 0;
  transition: transform 300ms ease, opacity 300ms ease;
}
.header.active .header__menu {
  transform: translateY(0);
}
.header.active .header__hamburger-line--1 {
  transform: translateY(7px) rotate(45deg);
}
.header.active .header__hamburger-line--2 {
  opacity: 0;
}
.header.active .header__hamburger-line--3 {
  transform: translateY(-7px) rotate(-45deg);
}

@media only screen and (min-width: 1280px) {
  .header__container {
    gap: 40px;
  }
  .header__logo-img {
    width: 190px;
    transform: translateY(20%);
  }
  .header__hamburger {
    display: none;
  }
  .header__menu {
    display: none;
  }
  .header__menu-content {
    flex: 1;
  }
  .header__menu-content--left, .header__menu-content--right {
    display: block;
  }
  .header__menu-content--left .menu {
    justify-content: flex-end;
  }
  .header .menu {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .header .menu-item a {
    border-color: transparent;
  }
  .header .menu-item a:hover {
    background: #006D32;
    border-color: #006D32;
  }
  .header .menu .current-menu-item a {
    background: #006D32;
    border-color: #006D32;
  }
}
.footer {
  background: linear-gradient(180deg, #00783E 0%, #053B21 100%);
  border-radius: 25px 25px 0 0;
}
.footer__logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transform: translateY(-30%);
}
.footer__logo-img {
  width: 100%;
  max-width: 210px;
}
.footer .menu {
  position: relative;
  display: grid;
  gap: 40px;
  list-style: none;
  padding: 0 0 40px 0;
  margin-bottom: 40px;
}
.footer .menu::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}
.footer .menu-item a {
  font: 700 18px/1.1 "BrandonText", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}
.footer .menu .sub-menu {
  padding: 0;
  list-style: none;
  margin-top: 16px;
  display: grid;
  gap: 12px;
  opacity: 0.6;
}
.footer .menu .sub-menu .menu-item a {
  font: 400 18px/1.1 "BrandonText", sans-serif;
  color: #FFFFFF;
}
.footer__mid {
  position: relative;
  display: grid;
  gap: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  z-index: 3;
}
.footer__mid::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}
.footer__info {
  display: grid;
  gap: 8px;
}
.footer__info-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__info-item-icon {
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 10px;
}
.footer__info-item-text {
  font: 400 18px/1.1 "BrandonText", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}
.footer__socials-label {
  font: 400 18px/1.1 "BrandonText", sans-serif;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 24px;
  opacity: 0.6;
}
.footer__socials-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.footer__social-link {
  display: block;
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 10px;
}
.footer__social-icon {
  width: 100%;
  height: auto;
  filter: invert(80%) sepia(70%) saturate(6206%) hue-rotate(139deg) brightness(91%) contrast(104%);
}
.footer__newsletter-title {
  font: 700 18px/1.1 "BrandonText", sans-serif;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 8px;
}
.footer__newsletter-label {
  font: 400 18px/1.1 "BrandonText", sans-serif;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 24px;
  opacity: 0.6;
}
.footer__newsletter-form {
  position: relative;
}
.footer__newsletter-form input {
  width: 100%;
  border-radius: 50px;
  padding: 16px 36px 16px 16px;
  border: 0;
  outline: 0;
}
.footer__newsletter-form button[type=submit] {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.footer__newsletter-form button[type=submit] svg {
  display: block;
  width: 24px;
  height: auto;
  fill: #FFFFFF;
}
.footer__bottom {
  margin-top: 40px;
}
.footer__copyright {
  font: 400 16px/1.1 "BrandonText", sans-serif;
  color: #FFFFFF;
  text-align: center;
}
.footer__copyright-link {
  color: #FFFFFF;
  text-decoration: underline;
}
.footer__quote {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .footer .menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .footer .menu {
    grid-template-columns: repeat(6, 1fr);
  }
  .footer__mid {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
  }
  .footer__newsletter-title, .footer__newsletter-label {
    text-align: right;
  }
}
html {
  font-family: "BrandonText", sans-serif;
}

.heading {
  margin: 60px 0;
}

.hero {
  position: relative;
  color: #FFFFFF;
  text-align: center;
  padding: 200px 0 150px;
}
.hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.hero__quote {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.hero__container {
  position: relative;
  z-index: 2;
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.hero__paragraphs {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.hero__paragraphs p {
  font: 400 18px/1.2 "BrandonText", sans-serif;
  margin-bottom: 12px;
}
.hero__paragraphs p:last-of-type {
  margin-bottom: 0;
}
.hero__graphic {
  display: block;
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  height: 50px;
  transform: translateY(100%);
  z-index: -1;
}
.hero + section {
  margin-top: 0;
}

@media only screen and (min-width: 1280px) {
  .hero {
    padding: 280px 0 150px;
  }
  .hero__graphic {
    bottom: 80px;
    height: 200px;
  }
}
.wp-blocks-inner > *:first-child {
  margin-top: 0;
}
.wp-blocks-inner > *:last-child {
  margin-bottom: 0;
}
.wp-blocks-inner h1 {
  font: 500 36px/1 "BrandonText", sans-serif;
}
.wp-blocks-inner h2 {
  font: 500 32px/1 "BrandonText", sans-serif;
}
.wp-blocks-inner h3 {
  font: 500 24px/1.2 "BrandonText", sans-serif;
}
.wp-blocks-inner p {
  font: 400 16px/1.15 "BrandonText", sans-serif;
  margin: 20px 0;
}

@media only screen and (min-width: 1280px) {
  .wp-blocks-inner h1 {
    font-size: 62px;
  }
  .wp-blocks-inner h2 {
    font-size: 50px;
  }
  .wp-blocks-inner h3 {
    font-size: 32px;
  }
  .wp-blocks-inner p {
    font-size: 18px;
  }
}
.title__holder {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.title__holder .h1 {
  color: #00783E;
}

.recipe {
  margin: 60px 0;
}
.recipe__container {
  display: grid;
  gap: 40px;
}
.recipe__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.recipe__info {
  position: relative;
  display: grid;
  gap: 24px;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.25);
}
.recipe__paper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.25);
  z-index: -1;
  display: none;
}
.recipe__excerpt {
  background: #FFFFFF;
  color: #006D32;
  padding: 20px;
  border-radius: 10px;
  max-width: 709px;
}
.recipe__details {
  display: grid;
  gap: 20px;
  max-width: 709px;
}
.recipe__ingredients-title {
  color: #006D32;
}
.recipe__ingredients-paragraphs {
  margin-top: 10px;
}
.recipe__ingredients-paragraphs ul {
  padding-left: 20px;
}
.recipe__times {
  display: grid;
  gap: 6px;
}
.recipe__times .prijatno {
  margin: 50px 0 0 auto;
}
.recipe__time {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #006D32;
  border: 1px solid #507360;
  border-radius: 10px;
  padding: 10px 35px;
}
.recipe .recipe__video .video-embed {
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 1280px) {
  .recipe {
    margin: 120px 0;
  }
  .recipe__info {
    margin-bottom: 120px;
  }
  .recipe__container {
    grid-template-columns: 4fr 2fr;
    align-items: flex-start;
  }
  .recipe__video-holder {
    height: 100%;
  }
  .recipe__video {
    position: sticky;
    top: 120px;
    grid-row: span 2;
  }
  .recipe__details {
    grid-template-columns: repeat(2, 1fr);
  }
}
