/*
Theme Name: Paper Chef 202
Theme URI:
Author: Heinrich
Version 1.0
*/
* {
  font-family: "montserrat", arial, helvetica, sans-serif;
  box-sizing: border-box;
}

h1 {
  font-family: "montserrat", arial, helvetica, sans-serif;
  font-weight: 200;
  font-size: 6.25rem;
  color: #F8F5EF;
  line-height: 125%;
  letter-spacing: 0.25rem;
}

h2 {
  font-family: "montserrat", arial, helvetica, sans-serif;
  font-weight: 100;
  font-size: 3rem;
  line-height: 125%;
  color: #5B7D19;
  margin-bottom: 1.5rem;
}

p,
ul li {
  font-family: "montserrat", arial, helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 175%;
  color: #71665C;
  margin-bottom: 1rem;
}

p strong {
  font-weight: 500;
}

ul li {
  margin-bottom: 0.5rem;
}

.alignwide {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

a.btn {
  display: inline-block;
  background: transparent;
  padding: 8px 24px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 10%;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: all 0.5s;
}

a.btn.green {
  background-color: #5B7D19;
  color: #fafafa;
  border: 1px solid #ffffff;
}
a.btn.green:hover {
  background-color: #fafafa;
  color: #5B7D19;
  border: 1px solid #5B7D19;
}

a.btn.o {
  background-color: #C16528;
  color: #fafafa;
  border: 1px solid #ffffff;
  text-align: center;
}
a.btn.o:hover {
  background-color: #fafafa;
  color: #C16528;
  border: 1px solid #C16528;
}

.dark {
  color: #453A2D;
}

.page-about-us h3 {
  font-size: 3rem;
  font-weight: 100;
  color: #8E619E;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

/*
Theme Name: Paper Chef 202
Theme URI:
Author: Heinrich
Version 1.0
*/
#header,
#header-hp {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  height: 200px;
  position: fixed;
  z-index: 99;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  #header,
  #header-hp {
    height: 120px;
    background-color: #000000;
  }
  #header .content .head-logo a img,
  #header-hp .content .head-logo a img {
    width: 133px !important;
  }
}
#header.scrolled,
#header-hp.scrolled {
  background-color: #000000;
  height: 120px;
  transition: all 0.6s;
}
#header.scrolled .content .head-logo,
#header-hp.scrolled .content .head-logo {
  width: 190px;
}
#header.scrolled .content .head-logo a,
#header-hp.scrolled .content .head-logo a {
  position: absolute;
  top: 15px;
}
#header.scrolled .content .head-logo a img,
#header-hp.scrolled .content .head-logo a img {
  display: block;
  margin: 0 auto;
  width: 160px;
  transition: width 0.6s;
  left: 16px;
}
#header .content,
#header-hp .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
#header .content #logo,
#header-hp .content #logo {
  position: absolute; /* stay fixed inside header */
  top: 15px; /* distance from the top of header */
  left: 10%;
  transform-origin: top center;
  transform: translateX(-50%) scale(1);
  transition: transform 0.3s ease;
  color: white;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #header .content #logo,
  #header-hp .content #logo {
    left: 0;
    transform: unset;
  }
}
#header .content .head-logo,
#header-hp .content .head-logo {
  width: 190px;
  display: inline-block;
  margin: 0 auto;
}
#header .content .head-logo a img,
#header-hp .content .head-logo a img {
  display: block;
  width: 190px;
  height: auto;
}
#header .content .main-navigation,
#header-hp .content .main-navigation {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
#header .content .main-navigation ul.primary-menu,
#header-hp .content .main-navigation ul.primary-menu {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 820px;
  margin-bottom: 0;
}
#header .content .main-navigation ul.primary-menu .current-menu-parent,
#header .content .main-navigation ul.primary-menu .current-menu-item,
#header-hp .content .main-navigation ul.primary-menu .current-menu-parent,
#header-hp .content .main-navigation ul.primary-menu .current-menu-item {
  border-bottom: 3px solid #000000;
  padding-bottom: 4px;
}
#header .content .main-navigation ul.primary-menu li,
#header-hp .content .main-navigation ul.primary-menu li {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#header .content .main-navigation ul.primary-menu li.menu-item-has-children > a::after,
#header-hp .content .main-navigation ul.primary-menu li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("assets/images/caret-down.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 12px;
  right: -16px;
  width: 12px;
  height: 8px;
  margin-left: 5px;
}
#header .content .main-navigation ul.primary-menu li a,
#header-hp .content .main-navigation ul.primary-menu li a {
  color: #F8F5EF;
  font-family: "montserrat", arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 0;
  letter-spacing: 1px;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  #header .content .main-navigation ul.primary-menu li a,
  #header-hp .content .main-navigation ul.primary-menu li a {
    font-size: 15px;
    letter-spacing: 0;
  }
}
#header .content .main-navigation ul.primary-menu li:hover > ul,
#header-hp .content .main-navigation ul.primary-menu li:hover > ul {
  display: block;
}
#header .content .main-navigation ul.primary-menu li ul,
#header-hp .content .main-navigation ul.primary-menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  min-width: -moz-max-content;
  min-width: max-content;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  z-index: 999;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
}
#header .content .main-navigation ul.primary-menu li ul li,
#header-hp .content .main-navigation ul.primary-menu li ul li {
  display: block;
  padding-right: 48px;
}
#header .content .main-navigation ul.primary-menu li ul li.current-menu-item,
#header-hp .content .main-navigation ul.primary-menu li ul li.current-menu-item {
  border-bottom: none;
}
#header .content .main-navigation ul.primary-menu li ul li.current-menu-item a,
#header-hp .content .main-navigation ul.primary-menu li ul li.current-menu-item a {
  font-weight: bold;
}
#header .content .main-navigation ul.primary-menu li ul li a,
#header-hp .content .main-navigation ul.primary-menu li ul li a {
  display: inline-block;
  position: relative;
  padding: 10px 0 10px 25px;
  color: #ffffff;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  max-width: 180px;
  cursor: pointer;
}
#header .content .main-navigation ul.primary-menu li ul li a::after,
#header-hp .content .main-navigation ul.primary-menu li ul li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("assets/images/arrow-right.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 35%;
  right: -24px;
  width: 15px;
  height: 15px;
  transition: all 0.2s ease-in-out;
}
#header .content .main-navigation ul.primary-menu li ul li a:hover::after,
#header-hp .content .main-navigation ul.primary-menu li ul li a:hover::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("assets/images/arrow-right-expanded.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 35%;
  right: -30px;
  width: 22px;
  height: 15px;
  transition: all 0.2s ease-in-out;
}
#header .content .main-navigation ul.primary-menu li ul li:hover,
#header-hp .content .main-navigation ul.primary-menu li ul li:hover {
  display: block;
}

#header {
  height: 120px;
  background-color: #000000;
}
#header .content .head-logo a img {
  width: 133px;
}

#rmp_menu_trigger-309 {
  background: rgba(255, 255, 255, 0.5);
}

#foot-wrap {
  position: relative;
  width: 100%;
  background-color: #28221C;
  display: block;
}
#foot-wrap .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  #foot-wrap .content {
    flex-direction: column-reverse;
  }
}
#foot-wrap .content .foot-social-label {
  color: #ffffff;
  margin: 32px 0 24px 0;
  font-size: 14px;
  font-weight: 500;
}
#foot-wrap .content .foot-column1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 60%;
}
@media screen and (max-width: 767px) {
  #foot-wrap .content .foot-column1 {
    width: 100%;
    flex-direction: column-reverse;
    text-align: center;
  }
}
#foot-wrap .content .foot-column1 a img.foot-logo {
  width: 206px;
  height: auto;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  #foot-wrap .content .foot-column1 a img.foot-logo {
    margin-right: 0;
  }
}
#foot-wrap .content .foot-column1 .foot-column-links ul {
  list-style: none;
}
#foot-wrap .content .foot-column1 .foot-column-links ul li {
  margin-bottom: 0;
}
#foot-wrap .content .foot-column1 .foot-column-links ul li a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: 2px;
}
#foot-wrap .content .foot-column {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #foot-wrap .content .foot-column {
    width: 100%;
    align-items: center;
  }
}
#foot-wrap .content .foot-column a img.foot-logo {
  width: 206px;
  height: auto;
}
#foot-wrap .content .foot-column .foot-social {
  display: flex;
  justify-content: space-between;
}
#foot-wrap .content .foot-column .foot-column-links a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 18px;
}
#foot-wrap .content .foot-column .foot-column-form {
  position: relative;
}
#foot-wrap .content .foot-column .foot-column-form .ftr-form-label label {
  color: #ffffff !important;
  font-size: 16px;
  margin-bottom: 6px;
}

.foot-copyright {
  display: block;
  background-color: #C7CA66;
  padding: 24px 0;
}
.foot-copyright .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .foot-copyright .content {
    flex-direction: column-reverse;
  }
}
.foot-copyright .content .copyright {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .foot-copyright .content .copyright {
    width: 100%;
    text-align: center;
  }
}
.foot-copyright .content .copyright p {
  margin-bottom: 0;
}
.foot-copyright .content .f-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .foot-copyright .content .f-links {
    width: 100%;
    justify-content: center;
  }
}
.foot-copyright .content .f-links a {
  margin-left: 2rem;
  color: #71665C;
}
@media screen and (max-width: 767px) {
  .foot-copyright .content .f-links a {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .gform-theme--foundation .gform_fields {
    display: block !important;
  }
}
/*
Theme Name: Paper Chef 202
Theme URI:
Author: Heinrich
Version 1.0
*/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 14px;
  }
}

body {
  width: 100%;
  background-color: #F5F5F5;
}

#primary {
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
}

.fader {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.alignfull {
  width: 100%;
}

.alignwide {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .mobilehide {
    display: none;
  }
}

#home {
  width: 100%;
}
#home h1.wp-block-heading {
  position: relative;
  z-index: -2;
}

.content {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
}

.page-contact-us #gform_submit_button_2 {
  display: inline-block;
  background-color: #5B7D19;
  padding: 8px 24px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  transition: all 0.5s;
  text-align: center;
}
.page-contact-us #gform_submit_button_2:hover {
  background-color: #fafafa;
  color: #5B7D19;
  border: 1px solid #5B7D19;
}
.page-contact-us .gform_heading {
  display: none !important;
}
.page-contact-us .contact-form {
  padding: 2.5rem 2rem;
  background-color: #C7CA66;
}

.page-recipes #gform_submit_button_3 {
  display: inline-block;
  background-color: #497890;
  padding: 8px 24px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  transition: all 0.5s;
  text-align: center;
}
.page-recipes #gform_submit_button_3:hover {
  background-color: #fafafa;
  color: #497890;
  border: 1px solid #497890;
}
.page-recipes #gform_3 {
  padding-top: 2rem;
  margin-bottom: 6.25rem;
}
.page-recipes #gform_3 h3 {
  font-size: 3rem;
  text-align: center;
  font-weight: 100;
  color: #453A2D;
  margin-bottom: 1rem;
}
.page-recipes #gform_3 p {
  text-align: center;
}
.page-recipes #field_3_12 {
  margin-top: -40px;
}
.page-recipes .gform_heading {
  display: none !important;
}

.contact-info p {
  margin-bottom: 0;
}
.contact-info p a {
  text-decoration: none;
}

.social-link p {
  margin-bottom: 0;
}
.social-link a {
  color: #5B7D19;
  font-size: 1.5rem;
  margin-left: -1rem;
}

#gform_1 {
  position: relative;
}
#gform_1 .ftr-form-label {
  width: 300px;
  grid-column: none;
}
#gform_1 #field_submit {
  position: absolute;
  top: 29px;
  right: 0;
}
#gform_1 #field_submit #gform_submit_button_1 {
  background-color: transparent;
  z-index: 1;
}
#gform_1 #field_submit:after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2025/10/search-arrow.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 10px;
  right: 20px;
  width: 9px;
  height: 18px;
}

@media screen and (max-width: 999px) {
  .contact-columns {
    display: block !important;
  }
  .contact-column {
    display: block;
    width: 100% !important;
  }
}
.recipe-intro {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .recipe-intro {
    flex-direction: column;
  }
}
.recipe-intro img {
  width: 60%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .recipe-intro img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.recipe-intro h2 {
  color: #497890;
  letter-spacing: 0;
  font-weight: 300;
}
.recipe-intro .recipe-desc {
  width: 37%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .recipe-intro .recipe-desc {
    width: 100%;
  }
}
.recipe-intro .recipe-desc .recipe-info {
  display: flex;
  flex-direction: row;
}
.recipe-intro .recipe-desc .recipe-info .c1 {
  width: 67%;
}
.recipe-intro .recipe-desc .recipe-info .c2 {
  width: 33%;
}

.recipe-ingred {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto 2rem auto;
  padding: 1.5rem;
  background-color: #ffffff;
}
.recipe-ingred h3 {
  margin-bottom: 1rem;
}
.recipe-ingred .ingred-list p {
  margin-bottom: 0;
}
.recipe-ingred .ingred-list ul {
  padding: 0 0 0 3rem;
}

.recipe-inst {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto 2rem auto;
  padding: 1.5rem;
  background-color: #ffffff;
}
.recipe-inst .inst-steps {
  width: 100%;
  padding-top: 1rem;
}
.recipe-inst .inst-steps .inst-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.recipe-inst .inst-steps .inst-row .step-num {
  width: 10%;
  min-width: 80px;
}
.recipe-inst .inst-steps .inst-row .inst {
  width: 90%;
  margin-bottom: 1rem;
}
.recipe-inst .inst-steps .inst-row .inst p {
  line-height: 140%;
}

.recipe-pics {
  width: 100%;
  margin-bottom: 2rem;
}
.recipe-pics .pic-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  .recipe-pics .pic-row {
    flex-direction: column;
  }
}
.recipe-pics .pic-row.right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .recipe-pics .pic-row.right {
    flex-direction: column;
  }
}
.recipe-pics .pic-row .one-img {
  width: 100%;
  height: 400px;
}
.recipe-pics .pic-row .one-img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.recipe-pics .pic-row .image-wide {
  width: 64%;
  height: 400px;
}
@media screen and (max-width: 599px) {
  .recipe-pics .pic-row .image-wide {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.recipe-pics .pic-row .image-wide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recipe-pics .pic-row .image-narrow {
  width: 33%;
  height: 400px;
}
@media screen and (max-width: 599px) {
  .recipe-pics .pic-row .image-narrow {
    width: 100%;
  }
}
.recipe-pics .pic-row .image-narrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-page .content {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 3rem auto;
  background-color: #ffffff;
  padding: 3rem;
}
.product-page .content .product-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product-page .content .product-info {
    flex-direction: column;
  }
}
.product-page .content .product-info .product-desc {
  width: 45%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .product-page .content .product-info .product-desc {
    width: 100%;
  }
}
.product-page .content .product-info .product-img {
  width: 45%;
}
.product-page .content .product-info .product-img img {
  width: 80%;
  margin-left: 10%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .product-page .content .product-info .product-img {
    width: 100%;
  }
}
.product-page .content .product-description {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .product-page .content .product-description {
    flex-direction: column;
  }
}
.product-page .content .product-description .pd-info-col {
  width: 50%;
  padding-top: 1rem;
}
@media screen and (max-width: 599px) {
  .product-page .content .product-description .pd-info-col {
    width: 100%;
  }
}
.product-page .content .product-description .pd-info-col:first-child {
  border-right: 2px solid #F3BF6F;
  padding-right: 2.5rem;
}
@media screen and (max-width: 599px) {
  .product-page .content .product-description .pd-info-col:first-child {
    border-right: none;
    padding-right: 0;
  }
}
.product-page .content .product-description .pd-info-col:last-child {
  padding-left: 2.5rem;
}
@media screen and (max-width: 599px) {
  .product-page .content .product-description .pd-info-col:last-child {
    padding-top: 0;
    padding-left: 0;
  }
}

.product-pics {
  width: 100%;
  padding: 2rem 0 0 0;
}
.product-pics .pic-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  .product-pics .pic-row {
    flex-direction: column;
  }
}
.product-pics .pic-row.right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .product-pics .pic-row.right {
    flex-direction: column;
  }
}
.product-pics .pic-row .one-img {
  width: 100%;
  height: 400px;
}
.product-pics .pic-row .one-img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-pics .pic-row .image-wide {
  width: 64%;
  height: 400px;
}
@media screen and (max-width: 599px) {
  .product-pics .pic-row .image-wide {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.product-pics .pic-row .image-wide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-pics .pic-row .image-narrow {
  width: 33%;
  height: 400px;
}
@media screen and (max-width: 599px) {
  .product-pics .pic-row .image-narrow {
    width: 100%;
  }
}
.product-pics .pic-row .image-narrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */