/*--------------------------------------------------------------
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
--------------------------------------------------------------*/
.page .site-main#primary, .archive .site-main#primary, .search .site-main#primary, .error404 .site-main#primary {
    max-width: 100%!important;
}

.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: #F5F5F5;
    border: 0;
    height: 2px;
    margin: 40px 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: 2px solid #F5F5F5;
    border-right: 2px solid #F5F5F5;
    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: 2px solid #F5F5F5;
}

.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: #3C3B3A;
}

/*--------------------------------------------------------------
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: #F5F5F5;
    border-radius: 0;
    clip: auto !important;
    clip-path: none;
    color: #3C3B3A;
    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: 'dmsans';
    font-display: swap;
    src: local('dmsans-regular'),
    local('dmsans-regular'),
    url('../fonts/dmsans-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

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

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

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

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

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

body {
    font-family: 'dmsans', Arial, "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3C3B3A;
    background: #ffffff;
}

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

label {
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.3;
}

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

.sm-caps {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
}

.sm-sans {
    font-size: 14px;
    line-height: 1.5;
}

.sm-ser {
    font-family: Georgia, serif;
    font-size: 13px;
    font-style: italic;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.3;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h1 {
    font-size: 40px;
}

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 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.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;
}

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

blockquote {
    margin: 30px auto;
    padding: 30px;
    background: #F5F5F5;
}

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

.lh-blockquote {
    background: #06727D;
    color: #ffffff;
    padding: 60px 0;
    margin: 0 auto 30px;
}
.single .lh-blockquote {
    padding: 30px;
}
.wp-block-pullquote {
    margin:  0 auto;
}
.wp-block-pullquote blockquote {
    margin:  0 auto;
}
.lh-blockquote p {
    margin: 0 auto 30px;
    max-width: 1045px;
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
}

.lh-blockquote cite {
    font-size: 14px;
    margin: 0 auto;
    max-width: 1045px;
    width: 100%;
    display: block;
}

.wp-block-pullquote {
    text-align: left;
    line-height: 1.5;
    color: #ffffff;
    padding: 0;
}

.wp-block-pullquote blockquote {
    background: #06727D;
}

.wp-block-pullquote p {
    font-size: 30px;
    line-height: 1.6;
}

.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 #04474E;
    color: #04474E;
}

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

address {
    margin: 0 0 20px;
}

pre {
    background: #F5F5F5;
    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: #F5F5F5;
    cursor: help;
}

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

big {
    font-size: 24px;
}

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

.breadcrumbs {
    font-size: 12px;
    padding: 10px 0;
    letter-spacing: 0;
    max-width: 1045px;
    margin: 0 auto;
    width: calc(100% - 20px);
}
.post-breadcrumbs {
    max-width: 100%;
    width: 100%;
    background: #F5F5F5;
}


.breadcrumbs a, .breadcrumbs a:visited {
    color: #3C3B3A;
}

.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: #06727D;
    outline: none;
    text-decoration: none;
}

a:visited {
    color: #06727D;
}

a:hover, a:focus, a:active {
    color: #04474E;
    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: #3C3B3A;
}

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

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

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

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

::selection {
    background: #E0EDEF;
}

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

.bg-2 {
    background-color: #FFFFFF;
    opacity: 1;
    background-size: 4px 4px;
    background-image: repeating-linear-gradient(45deg, #F5F5F5 0, #F5F5F5 0.4px, #FFFFFF 0, #FFFFFF 50%);
}

.bg-3 {
    height: 100%;
    background-color: #f5f5f5;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 35px, rgba(255, 255, 255, .2) 35px, rgba(255, 255, 255, .2) 70px), repeating-linear-gradient(180deg, transparent, transparent 35px, rgba(255, 255, 255, .4) 35px, rgba(255, 255, 255, .4) 70px);
    background-attachment: fixed;
}

.bg-4 {
    background-color: #FFFFFF;
    opacity: 1;
    background-image: radial-gradient(#F5F5F5 1px, #FFFFFF 1px);
    background-size: 6px 6px;
}

.bg-5 {
    background: #ffffff;
}
.sss-icon {
    fill: #06727D;
}

/*--------------------------------------------------------------
Icons
--------------------------------------------------------------*/
.social-menu {
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
.main-navigation .social-menu {
    margin: 0 20px;
}
.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: 20px;
    height: 20px;
    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-mail::before {
    background: url(../icons/social-mail.svg) no-repeat center;
}

.icon-pinterest::before {
    background: url(../icons/social-pinterest.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;
}

/*--------------------------------------------------------------
8. Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 0;
    background: #3C3B3A;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    padding: 14px 20px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 400ms;
    text-align: left;
    border-radius:  0;
}

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: #06727D;
    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: #3C3B3A;
    border: 1px solid #3C3B3A;
    background: transparent;
    padding: 8px;
    border-radius:  0;
}

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: #3C3B3A;
    border: 0;
    outline: none;
}

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

select {
    color: #3C3B3A;
    border: 1px solid #3C3B3A;
    background: transparent;
    -webkit-border-radius: 0 !important;
    -moz-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 #3C3B3A;
    white-space: nowrap;
    overflow: hidden;
    width: 14px;
    height: 14px;
    color: transparent;
    vertical-align: text-top;
    margin-right: 5px;
}

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

textarea {
    width: 100%;
}

/*Search Form*/
.search-form {
    border: 1px solid #F5F5F5;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.search-field::placeholder {
    color: #3C3B3A;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

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

.search-submit svg {
    fill: #3C3B3A;
}

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

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

.site-menu .search-form {
    background: #F5F5F5;
    padding: 10px 0;
    height: auto;
    border-radius: 0;
    min-width: 200px;
    border: 0;
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-33 {
    width: calc(33% - var(--wp--style--block-gap, .5em)*0.75);
}
.wp-block-button__link {
    background:  #3C3B3A;
}
.wp-block-button__link:hover {
    background:  #06727D;
}
.lh-wide-button {
    max-width: 1045px!important;
    margin: 20px auto!important;
    display: block!important;
    width: calc(100% - 20px)!important;
    font-weight: 700;
    font-size: 24px;
}
/*--------------------------------------------------------------
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: #FFFFFF;
    color: #3C3B3A;
    font-weight: 700;
    font-size: 13px;
    line-height: 44px;
    -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);
}

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

a.page-numbers:hover, a.page-numbers:visited:hover {
    background: #06727D;
    color: #FFFFFF;
    transition: all .8s ease 0s;
}

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

.next.page-numbers, .prev.page-numbers {
    display: none;
    box-shadow: none;
}

.page-numbers.dots {
    box-shadow: none !important;
}

/*--------------------------------------------------------------
10. Header
--------------------------------------------------------------*/
.site-header {
    width: 100%;
    background: #ffffff;
    padding: 10px 0;
    -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);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    border-top: 4px solid #F5F5F5;
}

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

.site {
    padding: 74px 0 0;
}
.home .site {
    padding:  54px 0 0;
}

.main-navigation {
    max-width: 1045px;
    padding: 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;
    width: 74%;
}

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

/*Site Badge*/
.site-badge {
    margin: 0 auto 10px;
    line-height: 1;
    width: 70px;
}

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

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

/*Site Icon*/
.site-icon {
    margin: 0 auto 10px;
    line-height: 1;
    width: 80px;
}

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

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

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

.site-title a {
    display: block;
    width: 100%;
    background: url(../images/logo.svg) no-repeat center;
    background-size: contain;
    margin: 0;
    max-width: 250px;
    height: 47.5px;
    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;
    width: 63%;
}

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

.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: #06727D;
    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
--------------------------------------------------------------*/
.drawer-nav {
    display: none;
    background-color: #FFFFFF;
    opacity: 1;
    background-size: 4px 4px;
    background-image: repeating-linear-gradient(45deg, #F5F5F5 0, #F5F5F5 0.4px, #FFFFFF 0, #FFFFFF 50%);
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    right: 0;
    padding: 20px;
    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);
    overflow: scroll;
}

.drawer-nav-wrap {
    padding: 20px;
    background: #FFFFFF;
}

.drawer-nav .site-icon {
    margin: 0 auto 10px;
}

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

.drawer-menu li {
    padding: 10px 0;
    border-top: 1px solid #3C3B3A;
    margin: 0 0 5px;
    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 ul.submenu {
    position: relative;
    top: 0;
    left: 0;
    display: none;
    margin: 10px 0 0 20px;
    cursor: pointer;
    text-align: left;
    z-index: 5;
}

.drawer-menu li ul li {
    width: 100%;
    text-align: left;
    display: block;
    max-width: 100%;
    padding: 5px 0;
    margin: 0;
    border-top: 0;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}

.drawer-menu .sub-menu-toggle {
    right: 0;
    top: 0;
    background: transparent;
    color: #3C3B3A;
    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;
}


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

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

.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: #F5F5F5;
    overflow: hidden;
    padding: 20px;
    width: 100%;
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 99999;
    -webkit-box-shadow: 10px 10px 10px 0 rgba(33, 33, 33, .1);
    -moz-box-shadow: 10px 10px 10px 0 rgba(33, 33, 33, .1);
    box-shadow: 10px 10px 10px 0 rgba(33, 33, 33, .1);
}

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

.header-search .search-form {
    width: 95%;
    border-bottom: 1px solid #3C3B3A;
    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: #06727D;
}
/*--------------------------------------------------------------
## Subscribe
--------------------------------------------------------------*/
.lh-subscribe {
    padding: 30px 0;
    background: #3C3B3A;
    color: #ffffff;
}
.lh-subscribe a, .lh-subscribe a:visited {
    color: #ffffff;
}
.lh-subscribe a:hover, .lh-subscribe a:visited:hover {
    color: #F5F5F5;
}
.lh-subscribe .enews-widget {
    max-width: 1045px;
    margin: 0 auto;
    width: calc(100% - 20px);
}

.lh-subscribe .enews-widget h3 {
    margin: 15px 0;
    font-size: 28px;
    line-height: 1.3;
    font-family: 'dmserif',  Times New Roman, Times, Georgia, serif;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}

.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: 100%;
    min-width: 315px;
    width: 100%;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.lh-subscribe .enews-widget input[type="text"]::placeholder, .lh-subscribe .enews-widget input[type="email"]::placeholder {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.lh-subscribe input[type="submit"] {
    background: #FFFFFF;
    color: #3C3B3A;
}
.lh-subscribe input[type="submit"]:hover {
    background: #06727D;
    color: #FFFFFF;
}
/*--------------------------------------------------------------
12. Footer
--------------------------------------------------------------*/
.footer-subscribe .wrap {
    position: relative;
}
.footer-subscribe.lh-subscribe .enews-widget {
    width: 100%;
}
.btt {
    position: absolute;
    background: #06727D;
    border-radius: 50%;
    padding: 10px;
    border: 5px solid #ffffff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -60px;
    right: 0;
}
.btt svg {
    transform: rotate(180deg);
    fill: #ffffff;
}
.btt:hover {
    background: #04474E;
}
.site-footer {
    background: #FFFFFF;
    padding: 20px 0;
}

.footer-menu {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

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

/*Press*/
.press-section {
    margin: 0;
    background: #F5F5F5;
    padding: 20px 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);
}

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

/*--------------------------------------------------------------
Abbreviated Content
--------------------------------------------------------------*/
.recipe-meta {
    display: flex;
    justify-content: flex-start;
    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) {
    .main-navigation {
        width: 100%;
    }

    .desktop-menu {
        display: none;
    }

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

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

    .footer-menu {
        justify-content: center;
        margin: 0 auto 10px;
    }
    .lh-subscribe .enews-form {
    flex-wrap: wrap;
}
}

@media screen and (max-width: 640px) {
    .site-header {
        padding: 10px 0;
    }
    .site-menu {
        padding: 0 10px;
    }
    .menu-right {
        width: 25%;
    }
    .menu-right .social-menu {
        display: none;
    }
    .menu-right .search-form {
        display: none;
    }

    .search-toggle {
        display: block;
    }
    .press-inner img {
        width: 60px;
    }
}

@media screen and (max-width: 500px) {
    .wp-block-buttons>.wp-block-button.wp-block-button__width-33 {
        width: 100%;
    }
    .press-inner {
        justify-content: space-around
    }
    .press-inner img {
        width: 80px;
    }
    .footer-menu li {
        width: calc(1 / 2 * 100% - 3px);
        margin: 0 5px 5px 0;
        background: #3C3B3A;
        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: #06727D;
    }
}

