/*--------------------------------------------------------------
1. Normalize
--------------------------------------------------------------*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

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

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

h2, h3, h4, h5, h6 {
    margin-block-start: 0;
    margin-block-end: 0;
}

p {
    margin: 0;
    padding: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
}

b, strong, dt {
    font-weight: 700;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

:focus {
    outline: -webkit-focus-ring-color auto 1px;
}

/*--------------------------------------------------------------
2. Elements
--------------------------------------------------------------*/
.site-inner {
    margin: 0 auto;
    max-width: 100%;
}

.wrap {
    max-width: 1045px;
    margin: 0 auto;
    width: calc(100% - 20px);
}

.flexbox {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

.wp-block-separator, hr {
    background-color: #212121;
    border: 0;
    height: 1px;
    margin: 30px 0;
}

ul, ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 20px;
}

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

figure {
    margin: 20px 0;
}

table {
    margin: 0 0 20px;
    width: 100%;
}

th, td, thead th, thead td {
    border-bottom: 1px solid #212121;
    border-right: 1px solid #212121;
    text-align: left;
    padding: 5px;
}

tbody tr:last-child th, tbody tr:last-child td {
    border-bottom: 0;
}

td:last-child {
    border-right: 0;
}

.sticky {
    border: 1px solid #212121;
}

.entry-content ul:not(.wp-block-gallery), .entry-content ul ul {
    list-style-position: outside;
    margin: 0 0 20px 20px;
    padding-left: 0;
}

.entry-content ul:not(.wp-block-gallery) li {
    margin-bottom: 5px;
    margin-left:  20px;
    list-style-position: inherit;
}

.entry-content ol {
    list-style-position: outside;
    margin-left: 0;
    margin-bottom: 20px;
    display: block;
    list-style-type: none;
    list-style: none;
    counter-reset: lh-counter;
}

.entry-content ol > li {
    counter-increment: lh-counter;
    margin: 0 0 10px 30px;
}

.entry-content ol > li > ol > li {
    margin: 0 0 10px 30px;
}

.entry-content ol > li::before {
    content: counter(lh-counter);
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    border-radius: 100%;
    margin-top: 3px;
    margin-left: -30px;
    font-size: 12px;
    background: #497246;
}

.entry-content ul {
    list-style: none;
}

.entry-content ul li::before {
    content: '\2022';
    color: #497246;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size:  24px;
    line-height: 1;
}

/*--------------------------------------------------------------
3. Alignment
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
4. Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #F0EFEF;
    border-radius: 3px;
    clip: auto !important;
    clip-path: none;
    color: #212121;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
5. Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

embed, iframe, object {
    max-width: 100%;
}

.video-block iframe, .video-block object, .video-block embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wprm-recipe-video {
    position: relative;
    padding-bottom: 51%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.wprm-recipe-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 51%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    display: block;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
6. Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'proximanova';
    font-display: swap;
    src: local('proximanova-bold'),
    local('proximanova-bold'),
    url('../fonts/proximanova-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'proximanova';
    font-display: swap;
    src: local('proximanova'),
    local('proximanova-regular'),
    url('../fonts/proximanova-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'plantin';
    font-display: swap;
    src: local('plantin'),
    local('plantin-regular'),
    url('../fonts/plantin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'plantin';
    font-display: swap;
    src: local('plantin'),
    local('plantin-italic'),
    url('../fonts/plantin-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}

body {
    font-family: -apple-system-ui-serif, ui-serif, Noto Serif, Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #212121;
    background: #ffffff;
}

input, select, optgroup, textarea {
    font-size: 15px;
    line-height: 1.5;
}

label {
    font-weight: 400;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.3;
    font-family: 'proximanova', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.page-meta, .content-meta {
    font-size: 15px;
}

.sm-caps {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'proximanova', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.sm-sans {
    font-size: 14px;
    line-height: 1.5;
    font-family: 'proximanova', Arial, "Helvetica Neue", Helvetica, sans-serif;

}

.sm-ser {
    font-size: 13px;
    font-style: italic;
    line-height: 1;
    text-transform: lowercase;
    letter-spacing: 0;
    font-weight: 400;
    font-family: -apple-system-ui-serif, ui-serif, Noto Serif, Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;

}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 400;
    margin: 0 0 20px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: 'proximanova', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

p {
    margin-bottom: 20px;
}

.entry-content p:last-child, .archive-description p:last-child {
    margin-bottom: 0;
}


dfn, em, i {
    font-style: italic;
}

cite {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    font-family: 'proximanova', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.wp-block-cover {
    margin: 0 auto 15px;
}

blockquote {
    margin: 30px auto;
    padding: 30px;
    background: #375635;
    color: #ffffff;
}

blockquote a, blockquote a:visited {
    color: #FFFFFF;
}

blockquote a:hover, blockquote a:visited:hover {
    color: #d2d1d1;
}
.wp-block-quote {
    border-left: none;
    padding: 30px;
    margin: 0 auto;
    background:  transparent;
    color: #212121;
    position:  relative;
    font-size:  1.3em;
}
.wp-block-quote::before {
    content: '\201C';
    color: #eaeaea;
    font-size: 200px;
    font-weight: 700;
    position: absolute;
    top: -90px;
    left: 0;
    text-shadow: none;
    z-index: -1;
}
.wp-block-quote a, .wp-block-quote a:visited {
    color: #497246;
}

.page-content blockquote p {
    margin: 0 auto 30px;
}

.lh-blockquote {
    background: #212121;
    color: #ffffff;
    padding: 60px 0;
    margin: 0 auto 30px;
}

.single .lh-blockquote {
    padding: 30px;
}

.lh-blockquote p {
    margin: 0 auto 30px;
    font-size: 24px;
    line-height: 1.5;
}

.lh-blockquote cite {
    font-size: 14px;
    margin: 0 auto;
    display: block;
}

.wp-block-pullquote {
text-align: left;
    line-height: 1.3;
    color: #ffffff!important;
    padding: 0;
    background: #497246;
    text-align: center;
}

.wp-block-pullquote strong {
    color: #ffffff!important;
}
.wp-block-pullquote blockquote {
    background: #497246;
}

.wp-block-pullquote p {
    font-size: 24px;
    line-height: 1.4;
}

.wp-block-pullquote cite {
    color: #ffffff;
    max-width: 1045px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.wp-block-pullquote cite a {
    display: block;
    padding: 10px;
    border: 2px solid #ffffff;
    color: #ffffff;
    width: fit-content;
}

.wp-block-pullquote cite a:hover {
    border: 2px solid #497246;
    color: #497246;
}

.highlight-group {
    padding: 30px;
    border: 1px solid #212121;
    margin: 0 auto 30px;
}

address {
    margin: 0 0 20px;
}

pre {
    background: #F0EFEF;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    max-width: 100%;
    overflow: auto;
    padding: 20px;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 14px;
}

abbr, acronym {
    background: #F0EFEF;
    cursor: help;
}

mark, ins {
    background: #F0EFEF;
    text-decoration: none;
}

big {
    font-size: 24px;
}

table {
    font-size: 14px;
    line-height: 1.5;
}

.breadcrumbs {
    padding: 0;
    margin: 0 auto 10px;
}

.breadcrumbs a, .breadcrumbs a:visited {
    color: #212121;
}

.wp-caption, figcaption {
    margin-bottom: 10px;
    max-width: 100%;
    font-size: 14px;
    text-align: center;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 5px 0 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
7. Color
--------------------------------------------------------------*/
a {
    color: #497246;
    outline: none;
    text-decoration: none;
}

a:visited {
    color: #497246;
}

a:hover, a:focus, a:active {
    color: #375635;
    transition: all .8s ease 0s;
}

.entry-content p a, .entry-content li a {
    text-decoration: underline;
    font-weight: 700;
}

a:hover img {
    -webkit-transition: 400ms;
    transition: 400ms;
    will-change: opacity;
}

.alt a, .alt a:visited {
    color: #212121;
}

.alt a:hover, .alt a:visited:hover {
    color: #375635;
}

.white, .white a {
    color: #FFFFFF;
}

.white a:hover, .white a:visited:hover {
    color: #F0EFEF;
}

::-moz-selection {
    background: #C5E3C5;
}

::selection {
    background: #C5E3C5;
}
.text-red, a.text-red, .text-red a, a.text-red:visited, .text-red a:visited {
    color: #C60025;
}
a.text-red:hover, .text-red a:hover, a.text-red:visited:hover, .text-red a:visited:hover {
    color: #212121;
}

/*--------------------------------------------------------------
Backgrounds
--------------------------------------------------------------*/
.bg-1 {
    background: #f6f5f5;
}

.bg-2 {
    background: #FFFFFF
}

.bg-3 {
    background: #ffffff
}

.bg-3 .wrap {
    padding: 20px;
    border: 2px solid #f6f5f5;
}

.bg-4 {
    background: #ffffff;
}

.bg-4 .wrap {
    padding: 20px;
    background: #f6f5f5;
}


.bg-5 {
    overflow:  hidden;
    position: relative;
}
.bg-5::before {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    background-color: #f6f5f5;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}
.bg-5::after {
    content: "";
    display: block;
    width: 100%;
    height: 200%;
    background-color: #f6f5f5;
    position: absolute;
    transform:  skewY(-186deg);
    z-index: -1;
    top:  100px;
}


/*--------------------------------------------------------------
Icons
--------------------------------------------------------------*/
.social-menu {
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 13px 10px;
    border-left: 1px solid #212121;
}

.social-menu li {
    display: block;
    padding: 3px;
    margin: 0;
    line-height: 1;
    transition: transform 400ms;
}

.social-menu li:hover {
    transform: scale(1.5);
}

.social-menu li a span {
    left: -999em;
    position: absolute;
}

.social-menu li:hover {
    background: none;
}

.social-menu a {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
}

.social-menu li a span {
    left: -999em;
    position: absolute;
}

.icon-font {
    position: relative;
    display: block;
}

.icon-font::before {
    display: block;
    content: '';
    speak: none;
    width: 16px;
    height: 16px;
    margin: 0;
}

.icon-facebook::before {
    background: url(../icons/social-facebook.svg) no-repeat center;
}

.icon-instagram::before {
    background: url(../icons/social-instagram.svg) no-repeat center;
}

.icon-liketoknowit::before {
    background: url(../icons/social-liketoknowit.svg) no-repeat center;
}

.icon-mail::before {
    background: url(../icons/social-mail.svg) no-repeat center;
}

.icon-mix::before {
    background: url(../icons/social-mix.svg) no-repeat center;
}

.icon-pinterest::before {
    background: url(../icons/social-pinterest.svg) no-repeat center;
}

.icon-reddit::before {
    background: url(../icons/social-reddit.svg) no-repeat center;
}

.icon-tiktok::before {
    background: url(../icons/social-tiktok.svg) no-repeat center;
}

.icon-twitter::before {
    background: url(../icons/social-twitter.svg) no-repeat center;
}

.icon-youtube::before {
    background: url(../icons/social-youtube.svg) no-repeat center;
}

.icon-yummly::before {
    background: url(../icons/social-yummly.svg) no-repeat center;
}

/*Section Icons*/
.section-icon {
    display: block;
    width: 100%;
    max-width: 60px;
    height: 60px;
    background-size: contain;
    margin: 0 auto 5px;
}

.icon-apples {
    background: url(../icons/vertical-apples.svg) no-repeat center;
}

.icon-basil {
    background: url(../icons/vertical-basil.svg) no-repeat center;
}

.icon-beets {
    background: url(../icons/vertical-beets.svg) no-repeat center;
}

.icon-blackberries {
    background: url(../icons/vertical-blackberries.svg) no-repeat center;
}

.icon-blood-orange {
    background: url(../icons/vertical-blood-orange.svg) no-repeat center;
}

.icon-blueberries {
    background: url(../icons/vertical-blueberries.svg) no-repeat center;
}

.icon-herbs {
    background: url(../icons/vertical-herbs.svg) no-repeat center;
}

.icon-holly {
    background: url(../icons/vertical-holly.svg) no-repeat center;
}

.icon-leaf-one {
    background: url(../icons/vertical-leaf-1.svg) no-repeat center;
}

.icon-leaf-two {
    background: url(../icons/vertical-leaf-2.svg) no-repeat center;
}

.icon-lemon {
    background: url(../icons/vertical-lemon.svg) no-repeat center;
}

.icon-pear {
    background: url(../icons/vertical-pear.svg) no-repeat center;
}

.icon-pepper {
    background: url(../icons/vertical-pepper.svg) no-repeat center;
}

.icon-pumpkin {
    background: url(../icons/vertical-pumpkin.svg) no-repeat center;
}

.icon-strawberries {
    background: url(../icons/vertical-strawberries.svg) no-repeat center;
}

.icon-tangerine {
    background: url(../icons/vertical-tangerine.svg) no-repeat center;
}

.icon-tomato {
    background: url(../icons/vertical-tomato.svg) no-repeat center;
}

/*--------------------------------------------------------------
8. Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 0;
    background: #212121;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    padding: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 400ms;
    text-align: left;
    font-family: 'proximanova', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    background: #497246;
    color: #FFFFFF;
    transition: all .8s ease 0s;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #212121;
    border: 1px solid #212121;
    background: transparent;
    border-radius: 0;
    padding: 8px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #212121;
    border: 1px solid #212121;
    outline: none;
}

input::placeholder, textarea::placeholder {
    color: #212121;
    text-align: left;
}

select {
    color: #212121;
    border: 1px solid #212121;
    background: transparent;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    text-align-last: left;
    padding: 8px;
    min-width: 225px;
    width: 100%;
}

option {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-appearance: inherit;
    border-radius: 15px;
    border: 1px solid #212121;
    white-space: nowrap;
    overflow: hidden;
    width: 14px;
    height: 14px;
    color: transparent;
    vertical-align: text-top;
    margin-right: 5px;
}

input[type="checkbox"]:checked {
    background: #212121;
}

textarea {
    width: 100%;
}

.search-form {
    border: 1px solid #F0EFEF;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    height: 50px;

}

.search-field {
    background: transparent;
    border: 0;
    padding: 8px;
    max-width: 100%;
    height: 50px;
    width: 100%;
    font-size: 18px;
    color: #212121;
}

.search-field::placeholder {
    color: #212121;
    font-family: 'plantin', Georgia, Times, "Times New Roman", serif;
    font-style: italic;
}

.search-submit {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    min-width: 0;
    width: 50px;
    height: 50px;
    line-height: 0;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.search-submit svg {
    fill: #212121;
}

.search-submit:hover, .search-submit:visited:hover {
    background: transparent;
}

.search-submit:hover svg, .search-submit:visited:hover svg {
    fill: #497246;
}

/*--------------------------------------------------------------
9. Pagination
--------------------------------------------------------------*/
.posts-navigation {
    margin: 20px auto;
    text-align: center;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers {
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 44px;
    vertical-align: middle;
    margin: 0 3px;
    background: transparent;
    border: 1px solid #212121;
    color: #212121;
    font-weight: 700;
    font-size: 13px;
    line-height: 44px;
    font-family: 'proximanova', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a.page-numbers, a.page-numbers:visited {
    color: #212121;
}

a.page-numbers:hover, a.page-numbers:visited:hover {
    background: #497246;
    border: 1px solid #497246;
    color: #FFFFFF;
    transition: all .8s ease 0s;
}

.page-numbers.current {
    background: #212121;
    color: #FFFFFF;
}

.next.page-numbers, .prev.page-numbers {
    background: none;
    border: 0 !important;
    width: fit-content;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 10px;
}

.next.page-numbers:hover, .prev.page-numbers:hover, .next.page-numbers:visited:hover, .prev.page-numbers:visited:hover {
    background: transparent;
    color: #497246;
}

/*--------------------------------------------------------------
10. Header
--------------------------------------------------------------*/
.site-header {
    width: 100%;
    background: #FFFFFF;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
}

.admin-bar .site-header {
    top: 32px;
    z-index:  10;
}

.site {
    padding: 60px 0 0;
}

.main-navigation {
    max-width: 1045px;
    padding: 5px 0;
    width: calc(100% - 20px);
    align-items: center;
    margin: 0 auto;
    position: relative;
}

.site-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.menu-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.menu-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/*--------------------------------------------------------------
Site Logo
--------------------------------------------------------------*/
.site-title {
    margin: 0 10px 0 0;
    line-height: 1;
    width: 300px;
}

.site-title a {
    display: block;
    width: 100%;
    background: url(../images/logo.svg) no-repeat center;
    background-size: contain;
    margin: 0;
    max-width: 300px;
    height: 25px;
    text-indent: -9999px;
    transition: transform 400ms;
}

.site-title a:hover {
    transform: scale(.95);
}

/*--------------------------------------------------------------
Desktop Menu
--------------------------------------------------------------*/
.desktop-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px 0 0;
}

.desktop-menu li {
    display: block;
    list-style: none;
    margin-right: 20px;
}

.desktop-menu li:last-child {
    margin-right: 0;
}

.desktop-menu li a {
    display: block;
    line-height: 1;
    position: relative;
}

.desktop-menu li a:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #497246;
    transform: scaleX(0);
    transition: all 250ms ease;
    border-radius: 44px;
    transform-origin: left;
}

.desktop-menu li.menu-item-has-children a:before {
    display: none;
}

.desktop-menu li a:hover::before {
    transform: scaleX(1);
}

/*--------------------------------------------------------------
Drawer Menu
--------------------------------------------------------------*/
.site-icon {
    margin: 0 auto 10px;
    line-height: 1;
    width: 150px;
}

.site-icon a {
    display: block;
    width: 100%;
    background: url(../icons/vertical-herbs.svg) no-repeat center;
    background-size: contain;
    margin: 0;
    max-width: 150px;
    height: 150px;
    text-indent: -9999px;
    transition: transform 400ms;
}

.site-icon a:hover {
    transform: scale(.95);
}

.drawer-nav {
    display: none;
    background: #ffffff;
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    right: 0;
    padding: 30px;
    overflow: scroll;
    max-width: 300px;
    z-index: 999999;
    -webkit-box-shadow: 0 0 10px 0 rgba(33, 33, 33, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(33, 33, 33, .1);
    box-shadow: 0 0 10px 0 rgba(33, 33, 33, .1);
}

.drawer-nav.active {
    display: block;
}

.drawer-menu li {
    background: #FFFFFF;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.drawer-menu li a {
    padding: 0;
}

.drawer-menu li ul li {
    width: calc(100% - 20px);
    text-align: left;
    display: block;
    max-width: 100%;
    padding: 5px 0;
    margin: 0 0 0 20px;
}

.drawer-menu .sub-menu-toggle {
    right: 0;
    top: 0;
    background: transparent;
    color: #212121;
    padding: 0;
    line-height: 1;
    height: inherit;
    letter-spacing: 0;
}

.drawer-menu .sub-menu-toggle.expanded + .submenu, .menu-item-has-children.expanded .submenu {
    display: block;
    transition: 400ms;
    width: inherit;
    box-shadow: none;
    background: transparent;
}

.drawer-menu ul.submenu {
    position: relative;
    top: 0;
    left: 0;
    display: none;
    margin: 10px 0 0;
    cursor: pointer;
    text-align: left;
    z-index: 5;
}


/*--------------------------------------------------------------
Header Toggles
--------------------------------------------------------------*/
.search-toggle, .menu-toggle {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    width: 60px;
    height: 50px;
    text-align: center;
    color: #212121;
    background: transparent;
    border-left:  1px solid #212121;
}

.search-toggle:hover, .search-toggle:focus, .search-toggle:active, .menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
    background: transparent;
    color: #497246;
}

.search-toggle.active .icon-close, .menu-toggle.active .icon-close {
    display: inline
}

.drawer-toggle {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    z-index: 9999;
}

/*--------------------------------------------------------------
Header Search
--------------------------------------------------------------*/
.header-search:not(.active) {
    display: none;
}

.header-search {
    background: #ffffff;
    border: 1px solid #212121;
}

.header-search .sm-caps {
    background: #212121;
    text-align: center;
    display: flex;
    padding: 10px;
    height: 50px;
    align-items: center;
}

.header-search .flexbox {
    justify-content: flex-start;
}

.header-search .search-form {
    width: 95%;
    margin: 0 auto;
}

.search-close {
    padding: 0;
    margin: 0;
    background: transparent;
}

.search-close:hover, .search-close:active, .search-close:focus {
    background: transparent;
}

.search-close:hover svg {
    fill: #497246;
}

/*--------------------------------------------------------------
12. Footer
--------------------------------------------------------------*/
/*Footer Posts*/
.footer-posts {
    display: block;
    position: relative;
    margin: 20px auto 0;
    padding: 0 0 20px;
    overflow: hidden;
}

.footer-posts::after {
    content: "";
    display: block;
    width: 100%;
    height: 200%;
    background-color: #f6f5f5;
    position: absolute;
    transform: skewY(-186deg);
    z-index: -1;
    top: 100px;
}

.footer-posts::before {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    background-color: #f6f5f5;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
}

.footer-posts .flexbox {
    align-items: stretch;
}

.site-footer {
    background: #ffffff;
    padding: 30px 0;
}

.footer-menu {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
}

.footer-menu li {
    display: block;
    margin: 0 15px 0 0;
}

/*Press*/
.press-section {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    padding: 10px 0;
}

.press-inner {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1045px;
    margin: 0 auto;
    width: calc(100% - 20px);
    border-bottom: 1px solid #f6f5f5;
}

.press-inner img {
    width: 90px;
    height: auto;
    margin: 10px;
}

/*--------------------------------------------------------------
Subscribe
--------------------------------------------------------------*/
.lh-subscribe {
    padding: 40px 0;

}

.lh-subscribe .enews-widget {
    max-width: 1045px;
    margin: 0 auto;
    width: calc(100% - 20px);
}

.lh-subscribe .enews {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lh-subscribe .enews-widget h2 {
    margin: 15px 0;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.lh-subscribe .enews-widget p {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 1.5;
}

.lh-subscribe .enews-form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.lh-subscribe .enews-widget input[type="text"], .lh-subscribe .enews-widget input[type="email"] {
    max-width: 300px;
    min-width: 120px;
    width: 100%;
    padding: 8px 5px;
}

.lh-subscribe .enews-widget input[type="text"]::placeholder, .lh-subscribe .enews-widget input[type="email"]::placeholder {
    color: #212121;
    font-family: 'plantin', Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 14px;
    text-align: left;
}

.lh-subscribe input[type="submit"] {
    background: #212121;
    color: #FFFFFF;
}

.lh-subscribe input[type="submit"]:hover {
    background: #497246;
    color: #FFFFFF;
}

.footer-subscribe {
    background: #f6f5f5;
    margin: 30px auto 0;
}

/*--------------------------------------------------------------
Abbreviated Content
--------------------------------------------------------------*/
.recipe-meta {
    display: flex;
    justify-content: center;
    align-items: center;
}

.recipe-meta .wprm-recipe-details-unit, .recipe-meta .wprm-recipe-rating-details {
    font-size: 1em !important;
}

.recipe-meta .svg-icon {
    margin-right: 5px;
}

/*--------------------------------------------------------------
14. Mobile
--------------------------------------------------------------*/
@media screen and (max-width: 1045px) {
    .social-menu {
        margin: 0 10px 0 0;
    }

}

@media screen and (max-width: 960px) {
    .desktop-menu {
        display: none;
    }

}

@media screen and (max-width: 840px) {
    .social-menu, .desktop-menu {
        display: none;
    }

    .press-inner img {
        width: 80px;
    }

    .footer-menu {
        justify-content: center;
        margin: 0 auto 10px;
    }


    .lh-subscribe .enews-widget input[type="text"], .lh-subscribe .enews-widget input[type="email"] {
        min-width: 200px;
    }
}

@media screen and (max-width: 640px) {
    .footer-posts .flexbox {
        flex-wrap: wrap;
    }

    .lh-subscribe .enews {
        display: block;
        text-align: center;
    }

    .lh-subscribe .sm-caps {
        margin: 0 auto 10px;
        display: block;
        font-size: 16px;
    }

    .lh-subscribe .enews-widget input[type="text"], .lh-subscribe .enews-widget input[type="email"] {
        min-width: 200px;
        display: block;
        margin: 0 auto 5px;
    }

    .lh-subscribe .enews-widget input[type="text"]::placeholder, .lh-subscribe .enews-widget input[type="email"]::placeholder {
        text-align: center;
    }

}

@media screen and (max-width: 550px) {
    .site-title, .site-title a {
        width: 240px;
        height: 20px;
    }
    .lh-subscribe .enews-form {
        display: block;
    }

    .site-info.flexbox {
        display: block;
        text-align: center;

    }

    .copyright {
        text-align: center;
    }

    .footer-menu li {
        width: calc(1 / 2 * 100% - 3px);
        margin: 0 5px 5px 0;
        background: #212121;
        color: #ffffff;
        padding: 10px;
    }

    .footer-menu li:nth-child(2n) {
        margin: 0 0 5px 0;
    }

    .footer-menu li a, .footer-menu li a:visited, .footer-menu li a:hover, .footer-menu li a:visited:hover {
        color: #ffffff !important;
    }

    .footer-menu li:hover {
        background: #497246;
    }
}

@media screen and (max-width: 375px) {
    .site-title, .site-title a {
        width: 180px;
        height: 15px;
    }
}
