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;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
  padding-left: 0px;
}

blockquote,
q {
  quotes: none;
}

ins {
  text-decoration: none;
}

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

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

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

svg {
  pointer-events: none;
}

:root {
  --typeHeadingFont: "Montserrat Extra Bold";
  --typeBaseFont: "Montserrat Regular";
  --pcBlack: #000000;
  --pcWhite: #ffffff;
  --pcGray: #414141;
}

@font-face {
  font-family: "Montserrat Black";
  src: url("../fonts/montserrat-black-webfont.eot");
  src: url("../fonts/montserrat-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-black-webfont.woff2") format("woff2"), url("../fonts/montserrat-black-webfont.woff") format("woff"), url("../fonts/montserrat-black-webfont.ttf") format("truetype"), url("../fonts/montserrat-black-webfont.svg#montserratblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Extra Bold";
  src: url("../fonts/montserrat-extrabold-webfont.eot");
  src: url("../fonts/montserrat-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-extrabold-webfont.woff2") format("woff2"), url("../fonts/montserrat-extrabold-webfont.woff") format("woff"), url("../fonts/montserrat-extrabold-webfont.ttf") format("truetype"), url("../fonts/montserrat-extrabold-webfont.svg#montserratextrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Regular";
  src: url("../fonts/montserrat-regular-webfont.eot");
  src: url("../fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat-regular-webfont.ttf") format("truetype"), url("../fonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: var(--typeBaseFont), Sans-serif;
  color: var(--pcBlack);
}

h1, h2, h3, h4, h5, h6, .pcSectionHeader {
  font-family: var(--typeHeadingFont);
}

a {
  color: var(--pcGray);
}

/**
* Media queries
*/
@media only screen and (min-width: 1500px) {
  body,
  .recipesTemplate .pcRecipesList .pcItem .pcImageContainer .pcInfo .pcTitle,
  .pcMoreRecipes .pcRecipesList .pcItem .pcImageContainer .pcInfo .pcTitle,
  .pcRelatedProducts .products .product .woocommerce-loop-product__title {
    font-size: 17px;
    line-height: 27.5px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1499px) {
  body,
  .recipesTemplate .pcRecipesList .pcItem .pcImageContainer .pcInfo .pcTitle,
  .pcMoreRecipes .pcRecipesList .pcItem .pcImageContainer .pcInfo .pcTitle,
  .pcRelatedProducts .products .product .woocommerce-loop-product__title {
    font-size: 17px;
    line-height: 26.5px;
  }
}
@media only screen and (min-width: 580px) and (max-width: 1024px) {
  body,
  .recipesTemplate .pcRecipesList .pcItem .pcImageContainer .pcInfo .pcTitle,
  .pcMoreRecipes .pcRecipesList .pcItem .pcImageContainer .pcInfo .pcTitle,
  .pcRelatedProducts .products .product .woocommerce-loop-product__title {
    font-size: 17px;
    line-height: 26.5px;
  }
}
@media only screen and (max-width: 579px) {
  body,
  .recipesTemplate .pcRecipesList .pcItem .pcImageContainer .pcInfo .pcTitle,
  .pcMoreRecipes .pcRecipesList .pcItem .pcImageContainer .pcInfo .pcTitle,
  .pcRelatedProducts .products .product .woocommerce-loop-product__title {
    font-size: 17px;
    line-height: 26px;
  }
}
body {
  background-color: var(--pcWhite);
  background-position: center center;
  background-repeat: no-repeat;
}

.pcMainSection,
.pcMainSection .pcPanelContent,
.pcMainSection .pcPanelImage figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pcMainSection .pcPanelContent {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pcMainSection .pcPanelContent:after {
  content: "";
  background-color: var(--pcWhite);
  position: absolute;
}
.pcMainSection .pcPanelContent .pcLogo,
.pcMainSection .pcPanelContent .pcOptionsList {
  margin-bottom: 70px;
}
.pcMainSection .pcPanelContent .pcLogo {
  height: auto;
}
.pcMainSection .pcPanelContent .pcSectionHeader {
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.pcMainSection .pcPanelContent .pcOptionsList ul li a,
.pcMainSection .pcPanelContent .pcExternalLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.pcMainSection .pcPanelContent .pcOptionsList ul {
  list-style: none;
}
.pcMainSection .pcPanelContent .pcOptionsList ul li:not(:last-child) {
  margin-bottom: 15px;
}
.pcMainSection .pcPanelContent .pcOptionsList ul li a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 200px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  padding: 13px 25px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pcMainSection .pcPanelContent .pcOptionsList ul li a svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.pcMainSection .pcPanelContent .pcOptionsList ul li a:not(:hover) {
  background-color: var(--pcWhite);
}
.pcMainSection .pcPanelContent .pcOptionsList ul li a:hover {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.pcMainSection .pcPanelContent .pcExternalLink a svg {
  width: 24px;
  height: 24px;
  fill: var(--pcGray);
  margin-left: 12.5px;
}
.pcMainSection .pcPanelImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

/**
* General Breakpoints
*/
@media only screen and (min-width: 1025px) {
  .pcOnlyMobile {
    display: none !important;
  }
  .pcMainSection {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-width: 100vw;
    width: 100vw;
    min-height: 100vh;
    height: 100vh;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .pcMainSection .pcPanelContent,
  .pcMainSection .pcPanelImage,
  .pcMainSection .pcPanelImage figure {
    height: 100%;
    min-height: 100%;
  }
  .pcMainSection .pcPanelContent {
    width: 35%;
    padding-left: 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pcMainSection .pcPanelContent:after {
    height: 100%;
    width: 70px;
    right: -70px;
    top: 0px;
    border-top-right-radius: 600px;
    border-bottom-right-radius: 600px;
  }
  .pcMainSection .pcPanelContent .pcLogo {
    width: 300px;
  }
  .pcMainSection .pcPanelImage {
    width: 65%;
  }
}
@media only screen and (max-width: 1024px) {
  .pcMainSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .pcMainSection .pcPanelContent {
    padding: 20px 10px;
  }
  .pcMainSection .pcPanelContent .pcLogo {
    width: 200px;
  }
  .pcMainSection .pcPanelContent:after {
    top: -18px;
    height: 25px;
    width: 100%;
    left: 0px;
    background-color: var(--pcWhite);
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
  }
}
.pageTemplate404 {
  text-align: center;
}
.pageTemplate404 h1 {
  font-size: 45px;
  line-height: 45px;
}
.pageTemplate404 a {
  margin-top: 35px;
  display: inline-block;
  width: auto;
  margin-top: 20px;
}