/*
	Theme Name: So Much Food 2022
	Description: A custom mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Made to Thrive
	Author URI: https://madetothrive.com
	Template: genesis
*/

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:500}dfn{font-style:italic}h1{font-size:13px;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

@font-face {
    font-family: 'Retro Signature';
    src: url('../MTT_Custom_Theme/fonts/RetroSignatureRegular.woff2') format('woff2'),
        url('../MTT_Custom_Theme/fonts/RetroSignatureRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Rocket Clouds Bold';
    src: url('../MTT_Custom_Theme/fonts/RocketCloudsBold-Regular.woff2') format('woff2'),
        url('../MTT_Custom_Theme/fonts/RocketCloudsBold-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Rocket Clouds Alt';
    src: url('../MTT_Custom_Theme/fonts/RocketCloudsAlt.woff2') format('woff2'),
        url('../MTT_Custom_Theme/fonts/RocketCloudsAlt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Rocket Clouds';
    src: url('../MTT_Custom_Theme/fonts/RocketClouds.woff2') format('woff2'),
        url('../MTT_Custom_Theme/fonts/RocketClouds.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


@font-face {
    font-family: 'Prompt';
    src: url('../MTT_Custom_Theme/fonts/Prompt-Light.woff2') format('woff2'),
        url('../MTT_Custom_Theme/fonts/Prompt-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Big Caslon';
    src: url('../MTT_Custom_Theme/fonts/BigCaslon-Medium.woff2') format('woff2'),
        url('../MTT_Custom_Theme/fonts/BigCaslon-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Avenir Black';
    src: url('../MTT_Custom_Theme/fonts/AvenirLTStd-Heavy.woff2') format('woff2'),
        url('../MTT_Custom_Theme/fonts/AvenirLTStd-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../MTT_Custom_Theme/fonts/AvenirLTStd-Light.woff2') format('woff2'),
        url('../MTT_Custom_Theme/fonts/AvenirLTStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}


/* Global Elements
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.before-content:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

.has-teal-background-color {
    background-color: #263D41;
}

.has-teal-color {
    color: #263D41;
}

.has-pink-background-color {
    background-color: #F7CDBE;
}

.has-pink-color {
    color: #F7CDBE;
}

.has-black-background-color {
    background-color: #000000;
}

.has-black-color {
    color: #000000;
}

.has-grey-background-color {
    background-color: #E3DFDC;
}

.has-grey-color {
    color: #E3DFDC;
}

.has-white-background-color {
    background-color: #FFFFFF;
}

.has-white-color {
    color: #FFFFFF;
}

/* Screen Reader Text - Visually hidden but accessible */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

html {
	height: 100%; 
	font-size: 18px;
}

body {
	color: #000000;
	font-family: 'Avenir LT Std';
    font-weight: 500;
	font-size: 16px;
	line-height: 1.2em;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	border:0;
}

::-moz-selection {
	background-color: #000000;
	color: #fff;
}

::selection {
	background-color: #000000;
	color: #fff;
}

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

a {
    color: #000000;
    text-decoration: none;
}

table {
	border: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 25px;
	padding: 0;
	font-family: 'Avenir LT Std';
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 500;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
    font-size: 17px;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
    line-height: 28px;
    letter-spacing: 0px;
    font-style: normal;
    margin: 0px auto;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    padding: 22px 0;
}

blockquote p {
	margin-bottom: 0;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	margin: 0 auto;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/* Image Classes
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 0px;
}

img.alignnone,
.alignnone {
	margin-bottom: 0px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

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

/* Site Containers
--------------------------------------------- */
	
.site-container {
	margin: 0px auto 0px;
	width: 100%;
}

.site-inner {
	clear: both;
	width: 100%;
    margin: 132px auto 0;
	position:relative; 
}

.content {
	width: 100%;
	float: none;
}

.wrapper, .wrap {
    margin: 0px auto;
    position: relative;
}

.image-fit {
    object-fit: cover;
    object-position: center;
}
.image-fit img {
	object-fit: cover;
    object-position: center;
}

/* Header
---------------------------------------------------------------------------------------------------- */
.banner-bar {
    background: white;
    position: absolute;
    top: 0;
    z-index: 99999!important;
    text-align: center;
    width: 100%;
    height: 132px;
    padding-top: 30px;
}
.banner-bar .inner {
    position: relative;
    max-width: 94%;
    margin: 0 auto;
}
.banner-bar .inner #custom-trigger {
    position: absolute;
    left: 0;
    top: 20px;
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
.banner-bar .inner #custom-trigger:hover {
	cursor: pointer;
}
.banner-bar .main-logo {
	    display: block;
    max-width: 450px;
    margin: 0 auto;
}
.nav-primary {
	display: none;
}
.banner-bar .main-logo span {
    display: block;
    color: #263D41;
    font-family: 'Avenir Black';
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.095rem;
    margin-top: 15px;
}
.site-header {
	text-align: center;
	left: 0;
	right:0;
	z-index: 99;
	position: relative;
}
#search-button {
	    position: fixed;
    left: 45px;
    bottom: 5vh;
    z-index:999;
}
.fixed-bar {
    position: fixed;
    left: 40px;
    width: 62px;
    top: 30px;
    height: 100vh;
}
.fixed-bar.scrolled {
z-index:99;}
.fixed-bar .main-icon {
	    display: block;
    margin-bottom: 24px;
}
.site-description,
.site-title,
.header-full-width .title-area,
.header-full-width .site-title {
	display: none;
}

/* Native Mobile Menu
---------------------------------------------------------------------------------------------------- */
.native-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.native-menu-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.native-menu-flyout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 430px;
    height: 100%;
    background: #263d41;
    z-index: 99999;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    overflow-x: hidden;
}

.native-menu-flyout.is-active {
    transform: translateX(0);
}

.native-menu-close {
    position: absolute;
    top: 20px;
    left: 20px;
    background: none;
    border: none;
    color: white;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.native-menu-close:hover {
    opacity: 0.7;
}

.native-menu-close-icon {
    display: block;
    font-weight: 300;
}

.native-menu-wrapper {
    padding: 170px 31px 40px;
    max-width: 100%;
}
.native-menu-search input {
    margin: 0;
    width: 100%;
    max-width: 100%;
    letter-spacing: 0.07rem;
}

.native-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.native-menu-item {
    margin: 0;
    padding: 0;
    position: relative;
}

.native-menu-link {
    display: block;
    color: white;
    font-family: 'Big Caslon', serif;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    text-decoration: none;
    padding: 10px 0;
    line-height: 1.2;
    transition: opacity 0.2s ease;
}

.native-menu-link:hover {
    opacity: 0.7;
    color:white;
}

.native-menu-toggle {
    display: none;
}

.native-menu-arrow {
    display: none;
}

.native-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 0px;
    display: block;
}

.native-submenu .native-menu-item {
    margin: 0;
}

.native-submenu .native-menu-link {
    font-family: 'Avenir Black', sans-serif;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0.11rem;
    padding: 8px 0;
}
.native-submenu .native-menu-link:hover {
    color:white;
    opacity: 0.7;
}
.native-menu-socials {
    padding-top: 20px;
    margin-top: 20px;
}

.native-menu-socials .socials {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.native-menu-socials .socials li {
    margin-right: 21px;
}

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

.native-menu-socials .socials li a {
    color: white;
    font-size: 22px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.native-menu-socials .socials li a:hover {
    opacity: 0.7;
}

.native-menu-search {
    padding-top: 20px;
    margin-top: 20px;
    max-width: 250px;
}

.native-search-form {
    position: relative;
    display: flex;
    align-items: center;
}

.native-search-field {
    background: rgba(38, 61, 65, 1);
    border: none;
    border-bottom: 1px solid white;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    width: 260px;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 0;
    height: 30px;
    padding-right: 30px;
}

.native-search-field:focus {
    outline: none;
    border-bottom-color: rgba(255, 255, 255, 0.8);
}

.native-search-field::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.native-search-submit {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://somuchfoodblog.com/wp-content/uploads/2022/04/arrow@2x.png);
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: center;
}

.native-search-arrow {
    display: none;
}

body.menu-open {
    overflow: hidden;
}

@media all and (max-width: 768px) {
    .native-menu-flyout {
        max-width: 100%;
    }
    
    .native-menu-wrapper {
        padding-top: 100px;
        max-width: 100%;
        padding-left: 31px;
        padding-right: 31px;
    }
    
    /* Increase tap target sizes for mobile */
    .native-menu-close {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
    }
    
    .native-search-submit {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        padding: 12px;
    }
    
    .search-bar .in form #searchsubmit {
        width: 70px;
        height: 44px;
        min-height: 44px;
    }
    
    .lm-link button {
        min-height: 44px;
        padding: 12px 20px;
    }
}

.pum-theme-2431 .pum-content {
	display: flex;
	justify-content: space-between;
}
.pum-theme-2431 .pum-content blockquote {
    width: 60%;
    padding: 70px 5px 0px 40px;
    text-align: center;
    border: none;
    text-transform: initial;
}
.pum-theme-2431 .pum-content blockquote h1 {
    font-size: 40px;
    text-transform: initial;
    letter-spacing: 0;
    margin: 0;
}
.pum-theme-2431 .pum-content blockquote h3 {
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    margin: 30px auto 10px;
}
.pum-theme-2431 .pum-content blockquote #gform_confirmation_message_2 {
    font-family: 'Big Caslon';
    text-transform: uppercase;
    margin-top: 30px;
}
.pum-theme-2431 .pum-content blockquote p {
	    letter-spacing: 0.02rem;
}
.pum-theme-2431 .pum-content blockquote #gform_fields_2 input {
	    width: 260px;
    height: 38px;
    text-align: left;
    font-size: 12px;
    border: none;
    background: white;
    letter-spacing: 0.05rem;
    margin-top: 10px;
    padding: 3px 0 0 10px;
}
.pum-theme-2431 .pum-content blockquote #gform_fields_2 {
	margin-top:10px;
}
.pum-container .pum-content>:first-child {
	margin:0!important;
}
.pum-theme-2431 .pum-content blockquote #gform_submit_button_2 {
    width: 150px;
    height: 38px;
    letter-spacing: 0.05rem;
    margin-top: 15px;
}

/* Headings
--------------------------------------------- */

h1 {
    font-family: 'Rocket Clouds';
    font-weight: 100;
    font-size: 60px;
    margin: 10px 0;
}

h2 {
	font-family: 'Big Caslon';
	font-size:30px;
	font-weight: 100;	
}

h1.entry-title, h2.entry-title {
font-family: 'Rocket Clouds Bold';
	font-weight: 100;
	font-size:120px;
}

h3 {
	font-family: 'Big Caslon';
	font-size:25px;
	font-weight: 100;	
}

h4 {
    font-family: 'Avenir Black';
    font-weight: 500;
    font-size:16px;
}

h5 {
    font-family: 'Avenir Black';
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
}

h6 {
	
}

/* Custom Theme Styles
--------------------------------------------- */
.home-featured {
    background: white;
    padding: 5px 0 0 0;
    position: relative;
    z-index: 99;
    margin-top: -5px;
}
.home-featured .flex {
	    display: flex;
    justify-content: space-between;
}
.home-featured .flex .right {
	    width: 51%;
}
.home-featured .flex .right img {
	    width: 100%;
    height: 770px;
}
.home-featured .flex .left {
    width: 45%;
    padding: 201px 0 0 141px;
}
.home-featured .flex .left h2 {
    font-family: 'Rocket Clouds';
    font-weight: 100;
    font-size: 60px;
    margin: 10px 0;
    text-transform: none;
    line-height: normal;
    letter-spacing: normal;
    padding-right: 0;
}
.home-featured .flex .left a h2 {
    text-transform: uppercase;
    line-height: 35px;
    letter-spacing: 0.05rem;
    margin: 33px 0 18px 38px;
    font-size: 25px;
    padding-right: 50px;
    font-family: 'Big Caslon';
    font-size: 30px;
    font-weight: 100;
}
.home-featured .flex .left .desc {
    margin: 0px 0 21px 38px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.027rem;
}
.home-featured .flex .left .rmore {
    font-family: 'Avenir Black';
    font-size: 14px;
    letter-spacing: 0.11rem;
    font-weight: 600;
    margin-left: 38px;
}
.home-featured .flex .left .rmore svg {
    margin-left: 13px;
}
.home-featured .slick-dots {
    position: absolute;
    left: 47px;
    top: 152px;
}
.home-featured .slick-dots li {
    margin-bottom: 26px;
}
.home-featured .slick-dots button {
	    font-size: 0;
    padding: 0;
    width: 1px;
    height: 100px;
    background: black;
    margin: 0 0 10px;
    opacity: 0.5;
}
.home-featured .slick-dots .slick-active button {
	opacity: 1;
	width:2px;
}
.home-cats {
    max-width: 1160px;
    margin: 73px auto 76px;
}
.home-cats ul {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.home-cats ul li {
	width:270px;
}
.home-cats ul li a {
	display:block;
	width:100%;
	height:100%;
}
.home-cats ul li img {
	    width: 100%;
    height: 270px;
    object-fit: cover;
}
.home-cats ul li h3 {
    text-transform: uppercase;
    margin: 22px 0 0;
    letter-spacing: 0.04rem;
}
.search-bar {
    background: #F7CDBE;
    padding: 26px 0;
    margin: 0px auto 0;
}
.search-bar .in {
	    display: flex;
    justify-content: center;
}
.search-bar .in h4 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.13rem;
    margin: 3px 14px -5px;
    color: #263D41;
}
.search-bar #Search_Icon {
	    margin: 3px 5px 0 -5px;
}
.search-bar .in form {
	display: flex;
    position: relative;
    margin-right: 20px;
    margin-top: 0;
}
.search-bar .in form #s {
	    border: none;
    padding: 0;
    border-bottom: 1px solid #223539;
    width: 500px;
    background:transparent;
    -webkit-appearance:none;
}
.search-bar .in form #searchsubmit {
    width: 70px;
    font-size: 0;
    background: transparent;
    position: absolute;
    right: 0;
    z-index: 1;
}
.search-bar .in form svg {
	    position: absolute;
    right: 0;
    top: 5px;
}
.current-loves {
	background: rgba(227, 223, 220, 0.5);
    padding: 5px;
}
.current-loves .titles {
    display: flex;
    justify-content: center;
    margin: 74px auto 38px;
    line-height: 0.35;
}
.current-loves .titles h2 {
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin-right: 22px;
}
.current-loves .titles h2:last-child {
    font-family: 'Rocket Clouds';
    font-weight: 100;
    font-size: 60px;
    margin: 10px 0;
    text-transform: none;
    letter-spacing: normal;
}

.current-loves .loves {
	max-width: 1130px;
    margin: 0 auto 78px;
    display: flex;
    justify-content: space-between;
}
.current-loves .loves li {
	width:360px;
}
.current-loves.cl-author .loves li {
	width:24%;
}
.current-loves.cl-author .loves li .hero-image, .current-loves.cl-author .loves li .hero-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 8 / 13;
}
.current-loves .loves li .hero-image, .current-loves .loves li .hero-image img {
	    width: 100%;
    height: 480px;
}
.current-loves .loves li h3 {
	    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin: 10px 0 0;
}
.post-category {
    display: block;
    font-family: 'Avenir LT Std';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.07rem;
    margin: 17px 0 0;
}
.home-newsletter {
    background: #263D41;
    padding: 43px 0 26px;
    color: white;
}
.home-newsletter .gform_validation_errors {
    display: none;
}
.home-newsletter #gform_confirmation_message_3 {
        text-align: center;
    font-family: 'Big Caslon';
    font-size: 35px;
    text-transform: uppercase;
    margin: 0 auto 13px;
}
.home-newsletter .gform_wrapper {
	    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.home-newsletter .gform_wrapper .gform_heading {
	display: flex;
}
.home-newsletter .gform_wrapper .gform_heading h2 {
    font-family: 'Rocket Clouds';
    font-size: 37px;
    margin: 0;
    letter-spacing: 0;
}
.home-newsletter .gform_wrapper .gform_heading .gform_description {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 10px;
    letter-spacing: 0.05rem;
    font-family: 'Avenir Black';
    margin-left: 15px;
}
fieldset {
	    border: none!important;
    margin: 0!important;
    padding: 0!important;
}
.home-newsletter .gform_wrapper .gform_fields input {
	    width: 230px;
    height: 38px;
    border: none;
    background: white;
    text-align: left;
    margin: 0 18px 0 0;
    font-size: 12px;
    letter-spacing: 0.05rem;
    padding: 0 10px;
}
.home-newsletter .gform_wrapper .gform_fields {
	display: flex;
}
.home-newsletter .gform_wrapper .gform_button {
    width: 150px;
    height: 38px;
    margin: 0;
    font-family: 'Avenir LT Std';
    font-size: 12px;
    letter-spacing: 0.08rem;
}
.home-newsletter  #gform_3 {
    display: flex;
    margin-top: -12px;
    margin-left: 47px;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right:0!important;
}
.pop-posts {
    max-width: 100%;
    overflow: hidden;
    padding-left: 9.7%;
    margin-top: 39px;
}
.pop-posts h5 {
	    margin-bottom: 40px;
}
.pop-posts .slick-dots .slick-active button {
    opacity: 1;
    height:2px;
}
.pop-posts .slick-dots button {
    font-size: 0;
    padding: 0;
    height: 1px;
    width: 100px;
    background: black;
    margin: 0 0 10px;
    opacity: 0.5;
}
.pop-posts .slick-dots {
    display: flex;
    justify-content: center;
    margin: 49px 0 0 0;
}
.pop-posts .slick-dots li {
    margin: 0 15px;
}
.pop-slider .flex {
    width: 665px;
    margin: 0 50px 0 0px;
    display: flex;
    justify-content: space-between;
}
.pop-slider .flex .left {
	width: 320px;
}
.pop-slider .flex .left img {
	    width: 100%;
    height: 320px;
}
.pop-slider .flex .right {
    width: 45.8%;
}
.pop-slider .flex .right h3 {
    font-size: 40px;
    line-height: 48px;
    margin: 28px 0 14px;
    letter-spacing: 0.06rem;
}
.pop-slider .flex .right p {
	    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.025rem;
}
.home-about {
    background: #EAEAEA;
    padding: 30px 0;
    margin: 59px auto;
}
.home-about .flex {
    max-width: 899px;
    margin: 85px auto 64px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.home-about .flex .left {
	    width: 443px;
}
.home-about .flex .left h2 {
	font-family: 'Rocket Clouds';
    font-weight: 100;
    font-size: 60px;
    margin: 10px 0;
	transform: rotate(-11deg);
    position: absolute;
    left: -68px;
    top: 0;
}
.home-about .flex .left img {
    width: 100%;
    height: 443px;
    border-radius: 50%;
}
.home-about .flex .right {
    width: 406px;
}
.home-about .flex .right h2 {
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin-top: 90px;
    margin-bottom: 30px;
}
.home-about .flex .right p {
	    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.03rem;
}
.home-about .flex .right a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.12rem;
    font-family: 'Avenir Black';
    position: relative;
}
.home-about .flex .right a svg {
    position: absolute;
    right: -38px;
    top: 4px;
}
.home-latest .flex { 
    display: flex;
    justify-content: space-between;
    margin: 37px auto 0;
}
.home-latest {
    max-width: 1160px;
    margin: 62px auto;
}
.home-latest h3 {
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin: 7px 0;
}
.home-latest .rmore {
    position: relative;
    padding-left: 20px;
    font-family: 'Avenir Black';
    text-transform: capitalize;
    letter-spacing: 0.02rem;
    margin: -7px 0 29px;
    display: block;
}
.home-latest .rmore svg {
	    position: absolute;
    left: 0;
    top: 5px;
}
.home-latest .leftside {
	    width: 760px;
    margin: 0;
}
.home-latest .leftside ul {
	    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.home-latest .leftside ul li {
	width:370px;
}
.home-latest .leftside ul li .hero-image, .home-latest .leftside ul li .hero-image img {
	    width: 100%;
    height: 270px;
    margin: 0;
}
.home-latest .rightside {
    width: 360px;
}
.home-latest .rightside .hero-image {
    height: 480px;
    width: 100%;
}
.lm-link button {
	    width: 150px;
    height: 38px;
    line-height: 1.75;
    letter-spacing: 0.08rem;
}
.lm-link {
	    display: block;
    margin: 17px auto 50px;
}

/* Index/Archive/Search Styles
--------------------------------------------- */
.blog .banner-bar, .archive .banner-bar, .search .banner-bar, .single-post .banner-bar {
    background: #263D41;
}
.main-hero-image {
	    margin: 0 0 20px;
}
.blog .banner-bar .logo, .archive .banner-bar .logo, .search .banner-bar .logo, .single-post .banner-bar .logo {
	filter: brightness(0) invert(1);
}
.blog .banner-bar .main-logo span, .archive .banner-bar .main-logo span, .search .banner-bar .main-logo span, .single-post .banner-bar .main-logo span {
	color:white;
}
.blog .banner-bar #Line_46, .blog .banner-bar #Line_47, .blog .banner-bar #Line_48 {
	stroke:white;
}
.archive .banner-bar #Line_46, .archive .banner-bar #Line_47, .archive .banner-bar #Line_48 {
	stroke:white;
}
.search .banner-bar #Line_46, .search .banner-bar #Line_47, .search .banner-bar #Line_48 {
	stroke:white;
}
.single-post .banner-bar #Line_46, .single-post .banner-bar #Line_47, .single-post .banner-bar #Line_48 {
	stroke:white;
}
.mobile-header {
	display:none;
}
.blue-wrap {
background: #263D41;
    padding: 5px 30px 242px;
    text-align: center;
    color: white;
    margin-bottom: -222px;
}
.blue-wrap .arch-topper {
	padding-top:9px;
}
.blue-wrap .arch-topper h1 {
    margin: 27px 0 34px;
    letter-spacing: 0.03rem;
    font-family: 'Big Caslon';
    font-size: 30px;
    font-weight: 100;
    text-transform: uppercase;
}
.blue-wrap .arch-topper .term-description {
    max-width: 750px;
    margin: 0 auto 34px;
    width: 95%;
}
.archive-wrap {
	max-width: 1160px;
    margin: 0 auto!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.archive-wrap.alm-listing .alm-reveal {
    display: flex!important;
    justify-content: center!important;
    flex-wrap: wrap!important;
    max-width: 1160px!important;
    margin: 10px auto 0!important;
}
.archive-wrap article {
    width: 280px;
    margin: 0 20px 16px;
}
.archive-wrap article .hero-image, .archive-wrap article .hero-image img {
	    width: 100%;
    height: 350px;
}
.archive-wrap article h3 {
    line-height: 35px;
    text-transform: uppercase;
    margin: 7px 0;
    letter-spacing: 0.04rem;
}

.alm-btn-wrap .alm-load-more-btn {
    font-size: 12px!important;
    width: 150px!important;
    height: 38px!important;
    background: #F7CDBE!important;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 0%)!important;
    box-shadow: 0 1px 1px rgb(0 0 0 / 0%)!important;
    color: black!important;
    border-radius: 0!important;
    font-family: 'Avenir Black'!important;
        letter-spacing: 0.05rem!important;
    padding-top: 3px!important;
}
.alm-btn-wrap .alm-load-more-btn:hover {
	background: #E3DFDC!important;
}
.alm-btn-wrap {
	    padding: 40px 0 60px!important;
}

/* Recipe Index Styles
--------------------------------------------- */
.archive .yoast-breadcrumbs, .blog .yoast-breadcrumbs, .search .yoast-breadcrumbs {
    background: #263D41;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    padding: 10px 0 0;
}
.archive .yoast-breadcrumbs a, .blog .yoast-breadcrumbs a, .search .yoast-breadcrumbs a {
    color:white;
}
.pagination-nav .page-numbers{
    display: flex;
    justify-content: center;
    font-family: 'Avenir Black';
    letter-spacing: 0.1rem;
    gap: 10px;
    margin: 30px auto;
}
.recipe-list {
    max-width: 1202px;
    margin: 0px auto 0;
    position: relative;
    z-index: 99;
}
.recipe-index-content {
    margin: 38px auto;
    text-align: center;
    position: relative;
    z-index: 99;
    max-width: 750px;
    width: 90%;
}
.recipe-index-content h1 {
    margin: 0 auto 55px;
    line-height:1.3;
}
.re-flex {
	    display: flex;
    justify-content: space-between;
}
.re-flex .left {
    width: 230px;
    padding-top: 59px;
}
.re-flex .left h2 {
	    letter-spacing: 0.05rem;
    margin-bottom: 15px;
}
.re-flex .left .sf-field-search input{
	    width: 230px;
    text-align: left;
    font-size: 12px;
    font-family: 'Prompt';
    font-weight: 100;
    letter-spacing: 0.024rem;
    padding: 12px 19px;
    margin-bottom: 9px;
}
.re-flex .left input[type=radio] {
	    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.re-flex .left input[type=radio]:checked {
	background:black;
}
.re-flex .left label {
	    font-family: 'Avenir LT Std';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
     font-weight: 700;
}
.re-flex .left .searchandfilter ul .sf-level-0 > input {
    width: 100%;
    position: absolute;
    left: 0;
    border-radius: 0;
    opacity: 0;
}
.re-flex .left .searchandfilter ul .sf-level-0 > label:after{
	content: "\f077";
    font-family: "FontAwesome";
    display: block;
    color: black;
    position: absolute;
    top: 0px;
    right: 13px;
    transition: all 0.5s;
}
.re-flex .left .searchandfilter ul .sf-level-0.sf-item-0 > label:after {
	display: none;
}
.re-flex .left .searchandfilter ul .opened > label:after{
	content: "\f078";
    font-family: "FontAwesome";
    display: block;
    color: black;
    position: absolute;
    top: 0px;
    right: 13px;
    transition: all 0.5s;
}
.re-flex .left .searchandfilter ul .children .opened > label:after {
	display: none;
}
.re-flex .left .searchandfilter ul .sf-level-0 > label{
	    padding-left: 3px;
    font-family: 'Avenir Black';
    letter-spacing: 0.1rem;
    position: relative;
    width:100%;
}
.re-flex .left .searchandfilter ul .sf-level-0{
	margin-bottom: 15px;
}
.re-flex .left .searchandfilter ul li ul li ul {
    margin-left: 0;
}
.re-flex .left .searchandfilter ul li ul li ul.children {
    height:0;
    overflow:hidden;
}
.re-flex .left .searchandfilter ul li ul li ul.children li{
    padding: 7px 0;
}
.re-flex .left .searchandfilter ul li ul li ul.children.tall {
    height: 100%;
    padding: 13px 0 0 3px;
}

.re-flex .left .searchandfilter ul li ul li ul label  {
	font-weight: 100;
}
.recipe-results {
    width: 920px;
}
.recipe-results .image-fit, .recipe-results .image-fit img {
	    width: 100%;
    height: 350px;
}
.recipe-results .search-filter-results {
	    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recipe-results .search-filter-results article {
    width: 280px;
    margin: 0 0px 12px;
}
.recipe-results .search-filter-results article .hero-image {
	    width: 100%;
    height: 350px;
}
.recipe-results .search-filter-results article h3 {
	    line-height: 35px;
    text-transform: uppercase;
    margin: 10px 0;
    letter-spacing: 0.04rem;
}
.recipe-results .search-filter-results .pagination {
	display:none!important;
}
.white-block {
    width: 100%;
    height: 80px;
    background: white;
    z-index: 99;
    position: relative;
}
/* Shop Styles
--------------------------------------------- */
.page-template-archive-shop .blue-bar, .page-template-page-shop .blue-bar {
    background: #263D41;
    text-align: center;
    padding: 9px 0 22px;
    color: white;
    border-top: 15px solid white;
    position: relative;
    z-index: 99;
    margin-bottom: 59px;
}
.page-template-archive-shop .blue-bar h2, .page-template-page-shop .blue-bar h2 {
    text-transform: uppercase;
    letter-spacing: 0.07rem;
    margin: 30px auto 31px;
}
.page-template-archive-shop .blue-bar p, .page-template-page-shop .blue-bar p {
    max-width: 768px;
    margin: 0 auto;
    letter-spacing: 0.021rem;
    line-height: 19px;
}
.shop-filter .sf-field-taxonomy-custom_cat ul {
    display: flex;
    justify-content: center;
    margin-top: 27px;
}
.shop-filter .sf-field-taxonomy-custom_cat ul li {
    position: relative;
    margin: 0 25px;
    text-align: center;
}
.shop-filter .sf-field-taxonomy-custom_cat ul li:hover, .shop-filter .sf-field-taxonomy-custom_cat ul li input[type=radio]:hover {
	cursor: pointer;
}
.shop-filter .sf-field-taxonomy-custom_cat ul li input[type=radio] {
    -webkit-appearance: none;
    width: 100%;
    height: 90%;
    position: absolute;
    border: none;
    top: 0;
}
.shop-filter .sf-field-taxonomy-custom_cat ul li input[type=radio]:checked {
	border-bottom: 3px solid #F6C6B6;
}
.shop-filter .sf-field-taxonomy-custom_cat ul li label {
    padding: 0 5px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.105rem;
    font-weight: 600;
    font-family: 'Avenir Black';
}
.shop-results .search-filter-result-item {
    border: 8px solid #F2F2F2;
    width: 251px;
    height: 296px;
    margin: 0 11px 20px;
}
.shop-results .search-filter-result-item a {
	display: block;
}
.shop-results .search-filter-result-item img {
	    width: 251px;
    height: 280px;
	    object-fit: contain;
    object-position: center;
}
.shop-results .search-filter-results-list {
	    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto;
    max-width: 1190px;
}
.shop-results {
	    margin-bottom: 80px;
}
/* About Styles
--------------------------------------------- */
.about-links {
	    margin: 141px auto 62px;
    display: flex;
    justify-content: center;
}
.about-links .button {
    width: 186px;
    text-align: center;
    letter-spacing: 0.1rem;
    margin: 0 15px;
    padding-top: 13px;
}
.page-template-page-about .site-inner {
    overflow: hidden;
}
.socials-banner {
        width: 100%;
    background: #f6cdbd;
}
.about-jenny {
	    background: white;
    position: relative;
    z-index: 99;
    padding: 5px;
}
.about-jenny .flex {
    max-width: 964px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.about-jenny .flex .left {
    width: 515px;
    position: relative;
}
.about-jenny .flex .left .image-one, .about-jenny .flex .left .image-one img {
	    width: 100%;
    height: 475px;
}
.about-jenny .flex .image-two {
    width: 550px;
    height: 350px;
    position: absolute;
    bottom: -153px;
    left: 226px;
    z-index: 1;
}
.about-jenny .flex .right {
    width: 42.7%;
    padding-top: 82px;
}
.about-jenny .flex .right h1 {
	margin-left:-20px;
}
.about-jenny .flex .right h3 {
	    margin: 40px 0 29px 36px;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
}
.about-jenny .flex .right p {
	    margin: 0 0 0 36px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.025rem;
}
.more-about {
	background: rgba(227, 223, 220, 0.5);
    padding: 5px;
    margin: 65px auto 0;
}
.more-about .flex {
	max-width: 1160px;
    margin: 73px auto;
    display: flex;
    justify-content: space-between;
}
.more-about .flex .txt {
    width: 38%;
    padding: 0px 0px 0 0;
}
.more-about .flex .txt p {
	    font-size: 18px;
    letter-spacing: 0.025rem;
}
.more-about .flex img {
	    width: 690px;
    height: auto;
	max-height:690px;
    margin: 0;
}
.get-social {
    max-width: 1056px;
        margin: 77px auto 29px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}
.get-social h3 {
	margin: -4px 0 50px;
    font-family: 'Avenir Black';
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
}
.get-social ul {
	display: flex;
    justify-content: space-between;
}
.get-social ul li {
	width:320px;
}
.get-social ul li .icon {
	    width: 76px;
    height: 76px;
    background: white;
    border-radius: 50%;
    margin: -44px auto 0;
    position: relative;
    color: #263D41;
    font-size: 32px;
    padding-top: 21px;
}
.get-social ul li img {
	    width: 100%;
    height: 450px;
}
.banner {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    padding: 5px;
    margin: -7px auto 71px;
}
.get-to-know {
	position: relative;
    max-width: 1160px;
    margin: 0 auto;
    background: rgba(227, 223, 220, 0.5);
	padding: 107px 34px 44px;
}
.get-to-know h2 {
	transform: rotate(-11deg);
    position: absolute;
    left: -77px;
    top: 9px;
    font-family: 'Rocket Clouds';
    font-weight: 100;
    font-size: 60px;
    margin: 10px 0;
}
.get-to-know ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.get-to-know ul li {
    width: 30%;
    border-bottom: 1px solid black;
    padding: 0 6px 0;
    margin-bottom: 33px;
}
.get-to-know ul li h3 {
    letter-spacing: 0.1rem;
    font-family: 'Avenir Black';
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
}
.get-to-know ul li h4 {
    margin: 20px 0 13px;
    font-size: 28px;
    font-family: 'Big Caslon';
    font-weight: 100;
    line-height: 1;
}
#contact {
    background: #263D41;
    height: 670px;
    margin: 0 auto 190px;
}
#contact .flex {
	    display: flex;
    justify-content: flex-end;
}
#contact .right {
    width: 699px;
    height: 810px;
    margin: -140px 0 0 0;
}
#contact .left {
	    width: 400px;
    margin: 0 auto;
    color:white;
}
#contact .left .gform_fields input {
	    width: 100%;
    height: 38px;
    border: none;
    background: white;
    text-align: left;
    margin: 0 0px 15px 0;
    font-size: 12px;
    letter-spacing: 0.05rem;
    padding: 0 10px;
}
#contact .left .gform_fields textarea {
    width: 100%;
    height: 135px;
    border: none;
    background: white;
    text-align: left;
    margin: 0 0px 10px 0;
    font-size: 12px;
    letter-spacing: 0.05rem;
    padding: 12px 10px;
}
#contact .left h2.gform_title {
    margin: 23px 0 21px;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 0.05rem;
}
#contact .left .gform_description {
	    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.03rem;
    display: block;
    margin-bottom: 25px;
}
#contact .left #field_4_5 {
	display: none;
}
#gform_submit_button_4 {
	    width: 150px;
    height: 38px;
    margin: 11px 0 0;
    padding-top: 12px;
    letter-spacing: 0.08rem;
}
/* Post Styles
--------------------------------------------- */
.single-post .blue-block {
	background: #263D41;
    height: 375px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}
.post-flex {
        max-width: 1090px;
    margin: 47px auto 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}
.post-flex .leftside {
	width: 728px;
}
.post-flex .leftside .mobile-feature {
    display: none;
}
.post-flex .rightside {
	width: 325px;
}
.post-flex .cats a {
	    color: white;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05rem;
}
.post-flex .cats {
	color: white;
}
.post-flex .post-author .flex {
	display:flex;
}
.post-flex .post-author a {
	display:flex;
}
.post-flex .post-author a img {
	    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 10px 0 0;
}
.post-flex .post-meta p {
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.05rem;
    margin: 0;
    line-height: 1.2;
}
.post-flex .post-meta {
	    margin: 10px 0;
}
.post-flex .post-author a h4 {
	    color: white;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05rem;
	margin:0;
}
.post-flex .post-title {
    text-transform: uppercase;
    line-height: 37px;
    margin: 11px 0 13px;
    color: white;
    letter-spacing: 0.05rem;
    font-family: 'Big Caslon';
    font-size: 30px;
    font-weight: 100;
    background: #263e42;
}
.post-author{
    background: #263e42;
}
.post-cats {
    background: #263e42;
}
.post-flex .mobile-deets {
    display: none;
}
.post-con figure {
	margin:0;
}
.post-flex .post-con p.has-large-font-size:first-child {
	color:black;
}
.is-style-outline>:where(.wp-block-button__link), :where(.wp-block-button__link).is-style-outline {
    border: 2px solid #F7CDBE;
    padding: 0.667em 1.333em;
    background: transparent!important;
}
.post-flex .post-con .wp-block-button__link {
        color: black;
    background-color: #F7CDBE;
    border-radius: 0;
        font-size: 12px;
    font-style: inherit;
    letter-spacing: 0.1rem;
    background-image: none;
    font-family: 'Avenir Black';
    line-height: 1.5;
    padding-top: 12px;
}
.post-flex .post-con p{
        font-size: 20px;
    line-height: 1.9;
    letter-spacing: 0.04em;
    margin-bottom: 18px;
}
.post-flex .post-con p strong, .post-flex .post-con ul strong, .post-flex .post-con ol strong {
        font-family: 'Avenir Black';
}

.post-flex .post-con h3 {
    font-family: 'Big Caslon';
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 0.05rem;
    line-height: 35px;
    margin: 15px auto;
	text-transform:uppercase;
}
.post-flex .post-con h2 {
    line-height: 35px;
    margin: 15px auto;
	font-size:38px;
	line-height:50px;
}
.post-flex .post-con h4 {
    font-size: 20px;
    line-height: 1.6;
}
.post-flex .post-con ul li {
    list-style-type: disc;
}
.post-flex .post-con ol li {
    list-style-type: decimal;
}
.post-flex .post-con ul, .post-flex .post-con ol{
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.05rem;
    padding-left: 14px;
}
.post-flex .post-con a {
        background-image: linear-gradient(to right,rgb(247 205 190) 0%,rgb(247 205 190) 100%);
    background-repeat: repeat-x;
    background-position: 0 90%;
    background-size: 100% 6px;
    transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;

	    font-weight: 900;
    font-family: 'avenir black';
}
.post-flex .post-con a:hover{
        background-size: 100% 16px;
}
#execphp-2{
    color: white;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.1rem;
    margin-top: -3px;
    background: #263e42;
}
.post-flex .cats {
    background: #263e42;
}
#execphp-2 .wprm-block-text-normal {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    line-height: 1.7;
    margin-bottom: 4px;
}
#execphp-2 .wprm-recipe-block-container-columns .wprm-recipe-details-label {
    display: inline-block;
    min-width: auto;
    font-family: 'Avenir Black';
    font-size: 14px;
    letter-spacing: 0.12rem;
    margin-right: 6px;
}
#execphp-2 .wprm-recipe-details-unit {
    font-size: 14px;
}
#execphp-2 strong {
        font-family: 'Avenir Black';
    font-size: 14px;
    letter-spacing: 0.12rem;
}
#execphp-2 p {
    margin-bottom: 7px;
}
#jumptorecipe {
        margin: 13px 0 0;
    width: 150px;
    height: 38px;
    letter-spacing: 0.09rem;
    padding-top: 13px;
}
#execphp-2 .wprm-recipe-jump{
	color: #000;
    margin: 16px 0 0;
    letter-spacing: 0.09rem;
    padding-top: 10px;
    background: #F7CDBE;
    width: 150px;
    height: 38px;
    display: block;
    text-align: center;
    font-family: 'Avenir Black';
    font-size: 12px;
}
#execphp-2 .wprm-recipe-pin{
	    margin: 9px 0 0;
    letter-spacing: 0.09rem;
    padding-top: 10px;
    background: #F7CDBE;
    width: 150px;
    height: 38px;
    display: block;
    text-align: center;
    font-family: 'Avenir Black';
    font-size: 12px;
}
#media_image-2{
margin: 45px auto 0;
}
#media_image-2 img {
    width: 100%;
    height: 325px!important;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
#text-3 h4, #text-4 h4 {
    margin: -2px auto 0;
    text-align: center;
    font-family: 'Rocket Clouds';
    font-size: 47px;
    letter-spacing: 0;
}
#text-3, #text-4 {
    text-align: center;
}
#text-3 p, #text-4 p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.05rem;
}
#text-3 p strong, #text-4 p strong {
        font-size: 30px;
    font-family: 'Big Caslon';
    text-transform: uppercase;
    display: block;
    margin: 44px auto 0;
    letter-spacing: 0.03rem;
}
#text-3 p a, #text-4 p a {
        font-size: 14px;
    font-family: 'Avenir Black';
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    position: relative;
}

#text-4 p strong {
    font-size: 28px;
    font-family: 'Big Caslon';
    text-transform: uppercase;
    display: block;
    letter-spacing: 0;
    line-height: 37px;
    margin-top: 30px;
}

#text-3 p a:after, #text-4 p a:after {
content: "";
    display: inline-block;
    width: 20px;
    height: 4px;
    background-image: url(https://somuchfoodblog.com/wp-content/uploads/2022/04/arrow.png);
    background-size: contain;
    background-position: center;
    margin: -5px 0 3px 12px;
}

#text-4 p:first-child a:after {
content: "";
    display: none;
}

section#text-4 {
    margin-top: 40px;
}

section#text-4 img.alignnone.wp-image-18006 {
    margin-left: -5px;
    max-width: 325px;
}

.page-id-6897 section#text-4 {
    max-width: 80%;
    margin: 0px auto;
}

#text-4 h4 {
    font-size: 30px;
    margin-top: -50px;
    z-index: 999999;
    position: relative;
}

#execphp-3{
    background: rgba(227, 223, 220, 0.5);
    padding: 1px 22px;
    text-align: center;
    margin: 46px auto;
}
#execphp-3 h5 {
        margin: 21px 0 19px;
}
.post-flex .rightside .pop-posts {
    max-width: 100%;
    overflow: hidden;
    padding-left: 0;
    margin-top: -18px;
}
.post-flex .rightside .pop-posts h5 {
    margin-bottom: 18px;
}
.post-flex .rightside .pop-posts .hero-image {
        width: 100px;
    height: 120px;
}
.post-flex .rightside .pop-posts ul li .flex {
    display: flex;
}
.post-flex .rightside .pop-posts ul li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 17px;
}
.post-flex .rightside .pop-posts ul li .left {
    width:100px;
    margin-right:15px;
}
.post-flex .rightside .pop-posts ul li .right {
        width: 60%;
}
.post-flex .rightside .pop-posts ul li .right a {
    text-transform: uppercase;
    letter-spacing: 0.08rem;
}
.post-flex .rightside .pop-posts ul li .right h3 {
    text-transform: uppercase;
    line-height: 22px;
    font-size: 18px;
    margin: 5px 0 0;
    letter-spacing: 0.05rem;
}
#gform_widget-2 {
    background: #263D41;
    text-align: center;
    color: white;
    padding: 23px 23px 44px;
    margin: 28px auto 0;
}
#gform_widget-2 #gform_3_validation_container {
    display: none;
}
#gform_widget-2  #gform_confirmation_message_3{
        font-family: 'Big Caslon';
    font-size: 35px;
    line-height: 35px;
    margin: 20px auto 0;
    padding: 0 20px;
}
#contact .left .gform_submission_error {
    display: none;
}
#gform_confirmation_message_4 {
        font-family: 'Big Caslon';
    font-size: 35px;
    line-height: 45px;
    padding: 50px 0 0;
}
#gform_widget-2 h2 {
    font-size: 50px;
    font-family: 'Rocket Clouds';
    margin: 47px 0 0;
}
#gform_widget-2 .gform_description{
        font-size: 18px;
    font-family: 'Avenir Black';
    text-transform: uppercase;
    display: block;
    margin: 50px auto 32px;
    letter-spacing: 0.04rem;
}
#gform_widget-2 #gform_fields_3 input {
    border: none;
    background: white;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.04rem;
    max-width: 280px;
    margin: 0 auto 20px;
    height: 38px;
}
#gform_widget-2 #gform_submit_button_3 {
        width: 150px;
    height: 38px;
    padding-top: 12px;
    letter-spacing: 0.1rem;
    margin: 10px auto 0;
}
.post-flex .post-con .tasty-recipes{
        background: rgba(227, 223, 220, 0.5);
        position: relative;
}
.tasty-recipes-entry-footer {
    width: 450px;
    height: 125px;
    position: absolute;
    background: #F7CDBE;
    text-align: center;
    margin: 0 auto;
    bottom: -62px;
    left: 0;
    right: 0;
    color: black;
}
.tasty-recipes-image img, .wprm-recipe-image img {
        width: 250px;
    height: 310px;
    object-fit: cover;
    object-position: center;
}
.tasty-header-flex {
        display: flex;
    justify-content: space-between;
    margin: 0px auto 0;
    padding-top: 19px;
}
.tasty-header-flex .rside {
        width: 50%;
    text-align: center;
    margin: 0 auto;
    color: black;
}
.tasty-header-flex .rside .wprm-recipe-course {
	    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin: 18px 0 0;
    display: block;
}
.tasty-header-flex .rside .wprm-recipe-name {
	    font-weight: 100!important;
    font-size: 30px!important;
    text-transform: uppercase;
}
.tasty-header-flex .rside .wprm-recipe-rating svg {
    vertical-align: middle;
    width: 1.2em!important;
    height: 1.2em!important;
    margin: -4px 11px 14px -1px!important;
}
.tasty-header-flex .rside .wprm-recipe-summary {
	font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.03rem;
}
.post-flex .post-con .tasty-header-flex .rside p:first-child {
    color:black;
}
.post-flex .post-con .tasty-recipes a {
    font-style: inherit;
    text-transform: initial;
    background-image: none;
}
.tasty-recipes-rating p span {
    font-size: 21px;
    margin: 0 3px;
}
.tasty-recipes-rating .rating-label {
    display: none;
}
.post-flex .post-con .tasty-recipes .tasty-recipes-title{
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}
.button-flex a {
    background: #F7CDBE;
    width: 150px;
    height: 38px;
    font-style: inherit!important;
    font-family: 'Avenir Black';
    font-size: 12px;
    letter-spacing: 0.05rem;
    padding-top: 12px;
    margin-top: 16px;
}
.wprm-recipe-template-custom-smf {
    background-color: #f1efed;
    position: relative;
    overflow: visible;
}
.button-flex  button {
        width: 150px;
    height: 38px;
    padding-top: 12px;
    letter-spacing: 0.1rem;
    margin: 0;
}
.tasty-recipes-image-button-container {
    display: none!important;
}
.tasty-recipes-button-wrap svg {
    display: none;
}
.button-flex {
    display: flex;
    justify-content: space-around;
}
.button-flex a {
    text-transform: uppercase!important;
}
.button-flex .tasty-recipes-print-button {
        border-radius: 0;
    font-family: 'Avenir Black';
    font-weight: 800;
    font-size: 12px;
    border: none;
    float: none;
    clear: none;
    display: block;
    color: #000000;
    padding: 10px;
    background: #F7CDBE;
    text-transform: uppercase;
    width: 150px;
    height: 38px;
    padding-top: 12px;
    letter-spacing: 0.1rem;
    margin: 0;
}
.tasty-recipes-details {
    background: #263D41;
    color: white;
    padding: 25px 4px 18px;
    margin: 13px auto;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}
.tasty-recipes-details .wprm-block-text-normal {
	text-transform:uppercase;
}
.tasty-recipes-details .wprm-recipe-details-label  {
    font-family: 'Avenir Black';
    letter-spacing: 0.1rem;
}
.tasty-recipes-details .wprm-recipe-block-container-inline {
    display: inline-block;
    margin-right: 0;
    margin: 0 12px;
}
.ing {
position:relative;}
.tasty-recipes-details .wprm-recipe-details-unit {
    font-size: 14px;
    letter-spacing: 0.05rem;
}
.post-flex .post-con .tasty-recipes-details ul li {
    list-style-type: none;
    margin: 0 15px;
}
.post-flex .post-con .tasty-recipes-details ul{
        display: flex;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    padding: 15px 0;
}
.tasty-recipes-details .author, .tasty-recipes-details .yield, .tasty-recipes-details .category, .tasty-recipes-details .method, .tasty-recipes-details .cuisine, .tasty-recipes-details .diet {
    display: none;
}
.wprm-recipe-instructions-container, .wprm-recipe-notes-container, .wprm-nutrition-label-container, .wprm-recipe-ingredients-container {
    color: black;
    position: relative;
    padding: 0;
    max-width: 88.5%;
    margin: 24px auto 0;
}
.post-flex .post-con h3.wprm-recipe-header.wprm-recipe-nutrition-header {
    max-width: 88.5%;
    margin: 24px auto 0;
    width: 100%;
}
.wprm-nutrition-label-container {
	padding-bottom:82px;
	    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    line-height: 2;
    margin-top: 0;
}
.comment-pagination ul {
	    color: white;
    display: flex;
    justify-content: center;
    font-size: 20px;
}
.comment-pagination ul li {
margin: 0 5px;}
.comment-pagination ul li a {
	color:white;
}
.comment-form-wprm-rating {
	    width: 100%;
    text-align: center;
    position: absolute;
    top: 13px;
}
.comment-content {
	    padding-bottom: 20px;
    position: relative;
}
.comment-content img.wprm-comment-rating {
    width: 70px !important;
    height: 15px !important;
    filter: brightness(0) invert(1);
    position: absolute;
    bottom: 2px;
}
.tasty-recipes-entry-footer p a {
	    font-style: inherit!important;
    text-transform: inherit!important;
}
.wprm-nutrition-label-container .wprm-nutrition-label-text-nutrition-label{
	    color: black!important;
    text-transform: uppercase;
    font-family: 'avenir black';
    font-size: 12px;
}
.post-flex .post-con h3.wprm-recipe-header {
    font-size: 18px;
    font-family: 'Avenir Black';
    letter-spacing: 0.11rem;
    margin: 0;
    width: 55%;
}
.ing .servings .wprm-recipe-servings-container {
	    display: block;
    text-transform: uppercase;
}
.ing .servings .wprm-block-text-normal {
	text-transform:uppercase;
	font-size:14px;
}
.ing .servings {
    border: none;
    background: transparent;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    font-family: 'Avenir Black';
    margin: 0 0 0 42px;
}
.ing .servings .wprm-toggle-container {
    border: none!important;
    background: transparent!important;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    padding: 0;
    margin: 0;	
}
.ing .servings .wprm-toggle-container button.wprm-toggle {
	    background: transparent!important;
    color: black!important;
	    padding: 5px 5px!important;
}
.wprm-recipe-ingredients-container .wprm-recipe-ingredient-group-name {
    margin-top: 0.8em !important;
    font-size: 15px!important;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    padding-left: 1px;
}
.ing .servings .wprm-toggle-container button.wprm-toggle:not(.wprm-toggle-active) {
    background: none !important;
    color: inherit !important;
    opacity: 0.5;
    border: none!important;
    padding: 5px 5px!important;
}
.post-flex .post-con .wprm-recipe-instructions li {
    list-style: decimal-leading-zero!important;
    margin-bottom: 14px;
}
.post-flex .post-con .wprm-recipe-instructions li::marker {
	font-family: 'Avenir Black';
}
.post-flex .post-con .wprm-recipe-instructions{
	    margin-left: 13px;
}
.wprm-recipe-instructions-container .wprm-recipe-instruction-group-name {
    margin-top: 0.8em !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    padding-left: 1px;
}
.post-flex .post-con .tasty-recipe-ingredients p:first-child, .post-flex .post-con .tasty-recipe-instructions p:first-child {
    color:black;
}
.post-flex .post-con .tasty-recipe-ingredients p, .post-flex .post-con .tasty-recipe-instructions p  {
    margin-bottom:5px;
}
.post-flex .post-con .tasty-recipe-ingredients li, .post-flex .post-con .tasty-recipe-instructions li  {
    font-size: 14px;
    letter-spacing: 0.05rem;
    line-height: 30px;
}
.wprm-recipe-equipment li, .wprm-recipe-ingredients li, .wprm-recipe-instructions li {
	    position: relative;
    margin: 7px 0 8px 10px;
}
.post-flex .post-con .tasty-recipe-ingredients ul {
    margin-bottom:20px;
}
.tasty-recipe-ingredients .tasty-recipes-units-scale-container {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    top: 9px;
}
.post-flex .post-con .tasty-recipe-instructions ol li {
    list-style: decimal-leading-zero;
    line-height: 19px;
    margin-bottom: 20px;
    padding-left: 13px;
}
.post-flex .post-con .tasty-recipe-instructions ol li::marker {
    font-weight: 800;
    font-size: 12px;
}
.post-flex .post-con .tasty-recipe-instructions ol {
        padding-left: 36px;
}
.tasty-recipe-ingredients .tasty-recipes-scale-container button.tasty-recipes-scale-button-active {
    color: black;
    border: none;
    padding: 0;
    opacity: 1;
}
.tasty-recipe-ingredients .tasty-recipes-scale-container button {
    background: transparent;
    border: none;
    color: black;
    margin-left: 0;
    min-width: 27px;
    padding: 0;
    opacity: 0.3;
    font-size: 10px;
    letter-spacing: 0.1rem;
}
.tasty-recipe-ingredients .tasty-recipes-scale-container .tasty-recipes-scale-label {
    align-self: center;
    color: black;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Avenir Black';
    letter-spacing: 0.1rem;
}
.post-flex .post-con .tasty-recipes .tasty-recipes-nutrition ul {
    padding-left: 15px;
    column-count: 3;
}
.post-flex .post-con .tasty-recipe-ingredients h3, .post-flex .post-con .tasty-recipe-instructions h3, .post-flex .post-con .tasty-recipes-nutrition h3 {
    font-family: 'Avenir Black';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.11rem;
    margin: 0 0 9px;
}
.tasty-recipes-notes {
    background: #263D41;
    color: white;
    padding: 30px 39px 82px;
    margin: 40px auto 0;
}
.wprm-recipe-notes-container {
	    max-width: 100%;
    background: #263D41;
    color: white;
    padding: 30px 39px 82px;
    margin: 40px auto 0;
}
.post-flex .post-con .wprm-recipe-notes-container h3.wprm-recipe-header {
    font-family: 'Rocket Clouds';
    font-size: 40px;
    letter-spacing: 0;
    margin: 6px auto 22px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 100!important;
}
.post-flex .post-con .wprm-recipe-notes-container  strong {
	    font-family: 'Avenir Black';
    letter-spacing: 0.1rem;
}
.post-flex .post-con .tasty-recipes-notes h3 {
 font-family: 'Rocket Clouds Bold';
    font-size: 70px;
    letter-spacing: 0;
    margin: 6px auto 22px;
    text-align: center;
}
.wprm-recipe-notes span {
	    display: block;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02rem;
	margin-bottom:10px;
}
.post-flex .post-con .tasty-recipes-entry-footer h3{
        text-transform: uppercase;
    font-size: 20px;
    margin: 22px auto 0;
    letter-spacing: 0.03rem;
}
.post-flex .post-con .tasty-recipes-entry-footer strong {
        display: block;
    text-align: center;
    font-family: 'Avenir Black';
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.1rem;
    margin: 0 auto 10px;
}
.post-flex .post-con .tasty-recipes-entry-footer div{
        font-size: 14px;
    letter-spacing: 0.03rem;
}
.post-flex .post-con .tasty-recipes-entry-footer a {
        font-weight: 100;
}
.similar-posts {
        margin: 125px 0 0;
}
.tasty-recipes-keywords{
	padding-bottom:50px;
}
.yarpp ul {
display: flex;
    margin: 36px 0 0;
}
.yarpp ul li img {
        width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center;
}
.yarpp ul li {
    width: 220px;
    margin-right: 12px;
}
.yarpp ul li a {
        font-size: 12px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.05rem;
}
.yarpp ul li h3 {
        font-size: 25px;
    line-height: 29px;
    font-weight: 100;
    margin: 9px 0 0;
}
.no-comments {
    text-align: center;
}
.post-comments {
    background: #263D41;
    padding: 40px 0 70px;
    margin: 44px auto 0;
    color: white;
}
.post-comments h2 {
        text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 0.04rem;
    margin: 18px 0 0;
}
.post-comments .comments-form {
    max-width: 769px;
    margin: 0 auto;
    color: white;
    position: relative;
    padding-top: 50px;
}
.comment-form-author input, .comment-form-email input{
        border: none;
    background: white;
    text-align: left;
    color: black;
    height: 38px;
}
.post-comments #commentform {
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.post-comments #commentform p {
    width:100%;
}
.post-comments #commentform .comment-form-author, .post-comments #commentform .comment-form-email {
    width:48%;
}
.post-comments .comments-form  .comment-form-cookies-consent, .post-comments .comments-form .comment-form-url, .post-comments .comments-form .comment-notes {
    display: none;
}
.post-comments .comments-form .tasty-recipes-ratings {
        text-align: center;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
.post-comments .comments-form .tasty-recipes-ratings legend {
    display: none;
}
.post-comments .comments-form .tasty-recipes-comment-form .tasty-recipes-ratings-buttons {
    direction: rtl;
    display: block;
    text-align: center;
    unicode-bidi: bidi-override;
    font-size: 25px;
    letter-spacing: 0.1rem;
}
.post-comments .comments-form textarea {
        width: 100%;
    height: 161px;
    border: none;
    background: white;
    color: black;
    text-align: left;
}
.post-comments .comments-form  label {
        font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}
.post-comments .comments-form .form-submit input {
        width: 230px;
    height: 38px;
    letter-spacing: 0.1rem;
    padding-top: 12px;
}
.post-comments .commentlist {
    max-width: 768px;
    margin: 60px auto 0;
}
.post-comments .commentlist li {
        border-bottom: 1px solid white;
    padding: 10px 0;
    margin: 0 0 20px;
}
.post-comments .commentlist .comment-meta {
    display: flex;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Avenir Black';
    letter-spacing: 0.05rem;
    margin-bottom: 10px;
}
.post-comments .commentlist .comment-content p {
    margin-bottom:10px;
}
.post-comments .commentlist li .reply {
    display: none;
}
.post-comments .commentlist .comment-meta .comment-author:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0 10px 2px 3px;
    background: white;
}
.post-comments .commentlist .comment-meta .says {
    display: none;
}
.post-comments .commentlist a, .post-comments .comments-form a {
    color:white;
}
/* Footer Widgets Styles
--------------------------------------------- */
#gform_1_validation_container{ display: none; }
.error404 aside {
	display: none;
}
.error404 .entry-content {
	display: none;
}
.error404 h1.entry-title {
    text-align: center;
    margin: 200px auto 200px;
    font-size: 55px;
    font-weight: 100;
    line-height: 1;
}
.error404 .content-sidebar-wrap {
	background: white;
    position: relative;
    z-index: 99;
}



#site-general-content .gform_validation_errors {
    display: none;
}
#site-general-content #gform_confirmation_message_3 {
        text-align: center;
    font-family: 'Big Caslon';
    font-size: 35px;
    text-transform: uppercase;
    margin: 0 auto 13px;
}
#site-general-content .gform_wrapper {
	    max-width: 1160px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}
#site-general-content .gform_wrapper .gform_heading {
	display: flex;
}
#site-general-content .gform_wrapper .gform_heading h2 {
    font-family: 'Rocket Clouds';
    font-size: 37px;
    margin: 0;
    letter-spacing: 0;
}
#site-general-content .gform_wrapper .gform_heading .gform_description {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 10px;
    letter-spacing: 0.05rem;
    font-family: 'Avenir Black';
    margin-left: 15px;
}

#site-general-content .gform_wrapper .gform_fields input {
	    width: 230px;
    height: 38px;
    border: none;
    background: #263D41;
    text-align: left;
    margin: 0 18px 0 0;
    font-size: 12px;
    letter-spacing: 0.05rem;
    padding: 0 10px;
    color: white;
}
#site-general-content .gform_wrapper .gform_fields input::placeholder {
	color:white;
}
#site-general-content .gform_wrapper .gform_fields {
	display: flex;
}
#site-general-content .gform_wrapper .gform_button {
    width: 150px;
    height: 38px;
    margin: 0;
    font-family: 'Avenir LT Std';
    font-size: 12px;
    letter-spacing: 0.08rem;
}
#site-general-content #gform_3 {
    display: flex;
    margin-top: -12px;
    margin-left: 47px;
}



#site-general-content .wp-block-navigation .wp-block-navigation-item {
    background-color: inherit;
    font-family: 'Avenir LT Std';
    font-weight: 700;
    margin-left: 10px;
}
#site-general-content .wp-block-media-text__content li {
       list-style: disc;
    margin: 20px 0;
}
#site-general-content .wp-block-social-links {
	    margin: 20px 0;
}
#site-general-content .wp-block-media-text__content li strong {
	    font-family: 'Big Caslon';
    font-size: 20px;
}
#site-general-content .wp-block-media-text__content li strong a {
	    font-family: 'Avenir LT Std';
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2em;
}
#site-general-content a {
	text-decoration:underline;
}
#site-general-content strong {
	font-weight:800;
}
#site-general-content h1.page-title {
    background: white;
    padding: 100px 0 80px;
    position: relative;
    z-index: 999;
    margin: 0;
    text-align: center;
    font-family: 'Big Caslon';
}
#site-general-content .wp-block-button__link {
    letter-spacing: 0.1rem;
    border-radius: 0;
    font-family: 'Avenir Black';
    font-weight: 800;
    font-size: 14px;
    border: none;
    float: none;
    clear: none;
    display: block;
    color: #000000;
    padding: 10px;
    background: #F7CDBE;
    text-transform: uppercase;
    min-width: 200px;
    margin: 0 0 20px;
    padding-top: 13px;
}
#site-general-content h1.page-title {
	    background: white;
    padding: 100px 0 80px;
    position: relative;
    z-index: 999;
    margin: 0;
    text-align: center;
}
.page-id-6897 .the-footer .social-footer {
display:none;}
.page-id-6897 .wp-block-latest-posts.wp-block-latest-posts__list{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.page-id-6897 .wp-block-search__button-outside input {
height: 40px!important;
    background-image: url(https://somuchfoodblog.com/wp-content/uploads/2022/04/arrow@2x.png)!important;
    background-size: 21px!important;
    background-repeat: no-repeat!important;
    background-position: center right 12px!important;
    border: none;
    text-align: left;
    background: #263c40;
    color: white;
    padding: 0 20px;
    letter-spacing: 0.05rem;
}
.page-id-6897 .wp-block-search__button-outside input::-webkit-input-placeholder { /* Edge */
  color: white;
}
.page-id-6897 .wp-block-search__button {
	display:none;
}
.page-id-6897 .wp-block-search__button-outside input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.page-id-6897 .wp-block-search__button-outside input::placeholder {
  color: white;
}
.page-id-6897 .wp-block-latest-posts.wp-block-latest-posts__list li {
	    width: 370px;
margin:0;
}
.page-id-6897 #site-general-content h2 {
	    font-family: 'Avenir Black';
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
}
.page-id-6897 .wp-block-latest-posts.wp-block-latest-posts__list li img {
	    max-width: 350px!important;
    max-height: 270px!important;
    width: 100%!important;
    height: 270px;
    margin: 0;
    object-fit: cover;
    object-position: center;
}
.page-id-6897 .wp-block-latest-posts.wp-block-latest-posts__list a {
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin: 7px 0;
    font-family: 'Big Caslon';
    font-size: 25px;
    width: 100%;
    display: block;
}
.page-id-6897 #site-general-content {
	margin: 30px auto 60px;
}
.page-id-6222 #site-general-content h1.page-title {
    color: white;
    font-size: 28px;
    padding: 56px 0 0px;
}
.page-id-6222 #site-general-content h2 {
	    margin: 20px 0 50px;
}
.page-id-6222 #site-general-content ul li {
	list-style-type:disc;
	margin-bottom:15px;
}
.page-id-6222 #site-general-content ul {
	padding-left:20px;
}
#site-general-content  .con {
	    max-width: 1160px;
    margin: 0 auto;
}
.footer-widgets {
    clear: both;
    margin: 0px auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.the-footer .social-footer {
	background: rgba(227, 223, 220, 0.5);
    padding: 30px;
}
.the-footer .social-footer .social-title {
    display: flex;
    justify-content: center;
    line-height: 0.35;
    margin: 26px auto 22px;
}
.the-footer .social-footer .social-title h3 {
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin-right: -7px;
}
.the-footer .social-footer .social-title span {
	    font-size: 50px;
    line-height: 1;
	font-family: 'Rocket Clouds';
}
.social-pos {
    max-width: 1160px;
    margin: 0 auto 20px;
    padding: 0 48px;
    position: relative;
}
.social-pos .left {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.13rem;
    position: absolute;
    left: -84px;
    top: 50%;
    transform: rotate(-90deg);
}
.social-pos .right {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.13rem;
    position: absolute;
    right: -79px;
    top: 51%;
    transform: rotate(90deg);
}
.social-pos .tiktok-feed-feed{
    max-height: 337px;
    overflow: hidden;
}
.the-footer .green-block {
	    background: #263D41;
    padding: 5px;
    text-align: center;
    color: white;
}
.the-footer .green-block .inner {
    max-width: 751px;
    margin: 31px auto 11px;
}
.the-footer .green-block .logo-footer {
	    width: 396px;
    margin: 0 auto;
    display: block;
}
.footer-tagline {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    margin-top: 27px;
    margin-bottom: 36px;
}
.the-footer .green-block .gform_wrapper {
	    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.the-footer .green-block .gform_wrapper .gform_fields input {
	    width: 280px;
    height: 38px;
    border: none;
    background: white;
    text-align: left;
    margin: 0 20px 0 0;
    font-size: 12px;
    letter-spacing: 0.05rem;
    padding: 0 10px;
}
.the-footer .green-block .gform_wrapper .gform_fields {
	display: flex;
}
.the-footer .green-block .gform_wrapper .gform_button {
    width: 150px;
    height: 38px;
    margin: 0;
    font-family: 'Avenir LT Std';
    font-size: 12px;
    letter-spacing: 0.08rem;
    padding: 2px 0 0;
}
.the-footer .green-block  #gform_1 {
    display: flex;
    margin-top: -12px;
    margin-left: 20px;
}
#menu-footer a {
	    color: white;
    font-family: 'Big Caslon';
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}
#menu-footer {
    display: flex;
    justify-content: center;
    margin: 56px auto 42px;
}
#menu-footer li {
    margin: 0 39px;
}
.creds {
	color: white;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.015rem;
}
.creds a {
	color:white;
}
/* Form Styles
------------------------------------------------------------ */

input, select, textarea {
    background-color: inherit;
    text-align: center;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    margin: 0px auto;
    text-align: center;
    border: 1px solid #000;
    padding: 10px;
	color: #000000
}

input:focus {
	outline: none;
    border: 1px solid #000;
	-webkit-appearance:none;
	border-radius: 0;
}

textarea:focus {
	outline: none;
    border: 1px solid #000;
	border-radius: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    border-radius: 0;
    font-family: 'Avenir Black';
	font-weight: 800;
    font-size:12px;
    border:none;
    float: none;
    clear: none;
    display: block;
    margin: 0px auto;
    background: none;
    color: #000000;
    padding: 10px;
    background: #F7CDBE;
    text-transform: uppercase;
}

button:hover, .button:hover, input[type="submit"]:hover {
	background:#E3DFDC;
	transition: all 0.4s;
}

::-moz-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	color: #000000;
}

::-webkit-input-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	color: #000000;
}

.gform_wrapper {
	width: 100%;
	margin: 0px auto 0;
}

.gfield_label, .gfield_required {
    font-size: 0;
    height: 0;
    display: block;
}

.gf_left_half {
	width: 49%;
	display: inline-block;
}

.gf_right_half {
	width: 49%;
	display: inline-block;
	margin-left: 2%;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.cookbook {
    position: relative;
    background: #F1EFED;
}

.cookbook .flex img {
    flex: 418px;
    width: 418px;
}

.cookbook .flex {
    gap: 150px;
    display: flex;
    max-width: 1160px;
    margin: 0px auto;
    align-items: center;
    padding: 55px 0;
}

.cookbook .flex h3 {
    margin: 25px 0 15px 60px;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    line-height: 42px;
    font-size: 30px;
}

.cookbook .txt a {
    font-size: 14px;
    font-family: 'Avenir Black';
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    position: relative;
}

.cookbook .txt a:after {
  content: "";
    display: inline-block;
    width: 20px;
    height: 4px;
    background-image: url(https://somuchfoodblog.com/wp-content/uploads/2022/04/arrow.png);
    background-size: contain;
    background-position: center;
    margin: -5px 0 3px 12px;
}

.cookbook .flex p:last-child {
  margin-bottom: 0;
}

.cookbook .h1 {
    line-height: 1em;
    font-family: 'Rocket Clouds';
    font-weight: 100;
    font-size: 53px;
    margin: 10px 0;
    display: block;
}

.cookbook .flex p {
    margin: 0px 0 29px 60px;
    font-size: 16px;
}

.page-template-page-cookbook .cookbook {
    background: #fff;
    z-index: 99;
}

.home-about.whats-inside .flex {
    max-width: 1070px;
    gap: 150px;
}

.home-about.whats-inside .flex .left {
    width: 450px;
    margin-top: 30px;
}

.home-about.whats-inside .flex .right h2, .home-about.whats-inside .flex .right h3 {
    line-height: 1.2em;
}

.home-about.whats-inside  .flex .left img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.home-about.whats-inside .flex .right {
    flex: 1;
    margin-top: 30px;
}

.home-about .flex .left h2 {
    font-size: 50px;
}

.order {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
}

.order p {
    max-width: 490px;
    font-size: 16px;
    margin: 0px auto 40px;
}

ul.retailers {
    border: 1px solid #F7CDBE;
}

ul.retailers li {
  padding: 12px;
  border-bottom: 1px solid #F7CDBE;
} 

ul.retailers li:last-child {
  border-bottom: 0px solid #F7CDBE;
}  

ul.retailers li:hover {
  background: #F7CDBE;
}

.retailers h3 {
    margin: 0;
    line-height: 1em;
}

.praise {
    position: relative;
    background: #263D41;
    color: #fff;
    padding: 55px 0;
    text-align: center;
    line-height: 1.3em;
}

.praise-slider {
  max-width: 922px;
  margin: 0px auto;
}


.praise-slider h3 {
    font-size: 40px;
    line-height: 1.2em;
    letter-spacing: .3px;
    margin-bottom: 70px;
}

.praise-slider h4 {
    font-family: 'Avenir Black';
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
}

.praise h2 {
    text-transform: uppercase;
    margin-bottom: 60px;
}

.praise h2 em {
    font-family: 'Rocket Clouds';
    font-weight: 100;
    font-size: 60px;
    text-transform: none;
    margin-left: 15px;
    line-height: 1em;
}

.sneak-peek {
    background: #EAEAEA;
    position: relative;
    padding: 55px 0 25px;
    max-width: 100%;
    overflow: hidden;
    padding-left: 9.7%;
}

.sneak-peek h2 {
    line-height: 1em;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 30px;
    font-family: 'Rocket Clouds';
    font-weight: 100;
    font-size: 60px;
}

.sneak-peek ul {
  padding-left: 9.7%;
}

.sneak-peek ul li {
    width: 360px;
    margin-right: 25px;
}

.sneak-peek .pop-slider {
  position: relative;
}

.sneak-peek .pop-slider img {
    width: 360px;
    height: 480px;
    object-fit: cover;
    display: block;
}

.sneak-peek h3 {
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 25px;
    font-family: 'Big Caslon';
    font-weight: 100;
}

.sneak-peek .pop-slider .slick-dots .slick-active button {
    opacity: 1;
    height:2px;
}
.sneak-peek .pop-slider .slick-dots button {
    font-size: 0;
    padding: 0;
    height: 1px;
    width: 100px;
    background: black;
    margin: 0 0 10px;
    opacity: 0.5;
}
.sneak-peek .pop-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 49px 0 0 0;
    padding-left: 0;
}

.sneak-peek .slick-dots li {
    width: auto;
    margin-right: 25px;
}

.praise-slider .slick-dots .slick-active button {
    opacity: 1;
    height:2px;
}
.praise-slider .slick-dots button {
    font-size: 0;
    padding: 0;
    height: 1px;
    width: 100px;
    background: #fff;
    margin: 0 0 10px;
    opacity: 0.5;
}
.praise-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 49px 0 0 0;
    padding-left: 0;
}

.praise-slider .slick-dots li {
    width: auto;
}

.praise-slider .slick-dots li {
    margin-right: 25px;
}

.sneak-peek a.text-button {
    font-size: 14px;
    font-family: 'Avenir Black';
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    position: absolute;
    bottom: 140px;
    left: 0;
    right: 0;
    display: table;
    margin: 0px auto;
    padding-left: 9.7%;
}

.sneak-peek a.text-button:after {
content: "";
display: inline-block;
width: 20px;
height: 4px;
background-image: url(https://somuchfoodblog.com/wp-content/uploads/2022/04/arrow.png);
background-size: contain;
background-position: center;
margin: -5px 0 3px 12px;
}

.sneak-peek ul li {
    width: 360px;
    margin-right: 25px;
    margin-bottom: 50px;
}

.pop-slider button.slick-prev {
    padding: 10px 15px 5px;
    position: absolute;
    top: -120px;
    z-index: 9999;
    right: calc(9.7% + 65px);
}

.pop-slider button.slick-next {
    padding: 10px 15px 5px;
    position: absolute;
    top: -120px;
    z-index: 9999;
    right: 9.7%;
}

.sneak-peek ul {
    padding-left: 9.7%;
    position: relative;
}

.pop-slider button.slick-prev img, .pop-slider button.slick-next img {
    width: 19px;
    height: 19px;
    object-fit: contain;
    object-position: center;
  }
  .pop-slider button.slick-prev img {
    transform: rotate(180deg);
}

.pop-posts .pop-slider button.slick-arrow {
    display: none !important;
}
/* Responsive Styles
--------------------------------------------- */
@media all and (max-width:1440px) {
   .banner-bar .inner {
    position: relative;
    max-width: 1361px;
    margin: 0 auto;
    }
}
@media all and (max-width:1300px) {
    .banner-bar .inner {    
        max-width: 93%;
    }
    .post-flex, .shop-results .search-filter-results-list, .recipe-list, .get-to-know, .get-social, .more-about .flex, .social-pos, .home-latest, .home-cats, .current-loves .loves, .home-newsletter .gform_wrapper, #site-general-content .gform_wrapper {
        max-width: 900px;
    }
    .post-flex .rightside {
        width: 300px;
    }
    .post-flex .leftside {
        width: 64%;
    }
    #text-3 h4 {
        font-size: 100px;
    }
    .button-flex .tasty-recipes-print-button, .button-flex button {
        width:130px;
    }
    .post-flex .post-con .tasty-recipes-details ul li {
    list-style-type: none;
    margin: 0 7px;
    text-align: center;
    }
    .post-flex .post-con .tasty-recipes-details ul li strong {
        display: block;
    }
    .recipe-results {
        width: 66%;
    }
    .archive-wrap {
        max-width: 95%;
    }
    .get-to-know ul li {
        width:48%;
    }
    #contact .right {
        width:570px;
    }
    .get-social ul li {
        width: 32%;
    }
    .more-about .flex img {
    width: 516px;
    height: 573px;
    margin: 0;
    }
    .home-latest .leftside ul li {
        width: 48%;
    }
    .home-latest .rightside {
        width: 35%;
    }
    .home-latest .leftside {
        width: 62%;
        margin: 0;
    }
    .home-newsletter .gform_wrapper .gform_fields input, #site-general-content .gform_wrapper .gform_fields input  {
        margin: 0 7px 0 0;
        width:170px;
    }
    .home-newsletter .gform_wrapper .gform_heading .gform_description, #site-general-content .gform_wrapper .gform_heading .gform_description{
        margin-left: 0;
        font-size: 16px;
    }
    .home-newsletter .gform_wrapper .gform_heading h2, #site-general-content .gform_wrapper .gform_heading h2 {
     font-family: 'Rocket Clouds';
        font-size: 45px;
        margin: 0 9px 0 0px;
        letter-spacing: 0;
    }
    .pop-posts {
        padding-left: 15.7%;
    }
    .home-newsletter .gform_wrapper .gform_button, #site-general-content .gform_wrapper .gform_button{
        width: 126px;
        height: 38px;
        margin: 0;
        font-family: 'Avenir LT Std';
        font-size: 12px;
        letter-spacing: 0.08rem;
        padding-top: 12px;
    }
    .current-loves .loves li {
        width: 32%;
    }
    .current-loves .loves li .hero-image, .current-loves .loves li .hero-image img {
        width: 100%;
        height: 425px;
    }
    .home-cats ul li {
        width: 24%;
    }
    .home-cats ul li img {
        width: 100%;
        height: 220px;
    }
    
    .cookbook .h1 {
        margin-left: 60px;
        line-height: 1.2em;
    }
    
    .cookbook .flex h3 br {
       display: none
    }
    
    .home-about.whats-inside .flex {
        max-width: 80%;
        gap: 50px;
    }
}

@media all and (max-width:1080px) {
    .home-featured .flex .left {
    width: 45%;
    padding: 114px 0 0 70px;
    }
    .home-featured .flex .right img {
    width: 100%;
    height: 560px;
    }
    .post-flex, .shop-results .search-filter-results-list, .recipe-list, .get-to-know, .get-social, .more-about .flex, .social-pos, .home-latest, .home-cats, .current-loves .loves, .home-newsletter .gform_wrapper, #site-general-content .gform_wrapper {
    max-width: 650px;
    }
    .the-footer .green-block .inner {
        max-width: 600px;
    }
    .about-jenny .flex {
        max-width: 600px;
    }
    .about-jenny .flex .left {
    width: 46%;
    position: relative;
    }
    .about-jenny .flex .left .image-one {
    width: 100%;
    height: 399px;
    }
    .about-jenny .flex .right {
    width: 53.7%;
    padding-top: 45px;
    }
    .about-jenny .flex .image-two {
    width: 338px;
    height: 219px;
    position: absolute;
    bottom: -199px;
    left: 93px;
    z-index: 1;
    }
    .more-about .flex {
        display: block;
    }
    .more-about .flex .txt {
    width: 100%;
    padding: 0;
    }
    .more-about .flex img {
    width: 100%;
    height: 400px;
    margin: 0;
    }
    .get-social ul li img {
    width: 100%;
    height: 300px;
    }
    .banner {
        height:385px;
    }
    .get-to-know ul li h3 {
        line-height: 1;
    }
    #contact .right {
    width: 49%;
    }
    .shop-filter .sf-field-taxonomy-custom_cat ul li {
        margin: 0 10px;
    }
    .recipe-results {
    width: 59%;
    }
    .recipe-results .search-filter-results article {
    width: 48%;
    margin: 0 0px 12px;
    }
    .recipe-results .image-fit, .recipe-results .image-fit img {
        width: 100%;
        height: auto;
        aspect-ratio: 8 / 10;
    }
    .recipe-results .search-filter-results article h3 {
    line-height: 31px;
    text-transform: uppercase;
    margin: 10px 0;
    letter-spacing: 0.04rem;
    font-size: 20px;
    }
    .the-footer .green-block .gform_wrapper .gform_fields input {
        width:180px;
    }
    #menu-footer li {
        margin: 0 20px;
    }
    .archive-wrap {
        max-width: 88%;
    }
    .home-about .flex {
        max-width: 600px;
    }
    .home-about .flex .right {
        width: 48%;
    }
    .home-about .flex .right h2 {
        margin-top:57px;
    }
    .home-latest .leftside ul li {
        width: 100%;
    }   
    .home-latest .rightside {
        width: 45%;
    }
    .home-latest .leftside {
        width: 51%;
        margin: 0;
    }
    .home-about .flex .left {
        width: 50%;
    }
    .home-cats ul {
        flex-wrap: wrap;
    }
    .home-cats ul li {
    width: 48%;
    margin-bottom: 40px;
    }
    .home-cats ul li img {
    width: 100%;
    height: 312px;
    }
    .search-bar .in form #s {
        width:350px;
    }
    .current-loves .loves li .hero-image {
    width: 100%;
    height: 300px;
    }
    .home-newsletter .gform_wrapper, #site-general-content .gform_wrapper {
        display: block;
        text-align: center;
    }
    .home-newsletter .gform_wrapper .gform_heading, #site-general-content .gform_wrapper .gform_heading {
    display: flex;
    margin: 0 auto 40px;
    width: 100%;
    justify-content: center;
    }
    .home-newsletter #gform_3, #site-general-content #gform_3{
    display: flex;
    margin: -12px auto 18px;
    justify-content: center;
    }
    .pop-posts {
    padding-left: 12.7%;
    }
    .post-flex .mobile-deets {
    display: block;
    color: white;
        color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    }
    .post-comments .comments-form, .post-comments .commentlist {max-width: 500px;}
     .post-flex .mobile-deets strong {
            font-family: 'Avenir Black';
    font-size: 14px;
    letter-spacing: 0.12rem;
    }
   .post-flex .mobile-deets p {
    margin-bottom: 7px;
    width: 40%;
    text-align: center;
    padding: 0;
}

     .post-flex .leftside {
     width: 100%;
    }

    .post-flex .rightside {
        display: none;
    }
    .post-flex .leftside .mobile-feature {
        display: block;
    }
    .post-flex {
            margin: 0px auto 0;
    }
    .post-flex .leftside .mobile-feature {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    }
    .post-flex .leftside .mobile-feature img{
            width: 100%;
    height: 300px;
    max-height: 50vh;
    }
    .post-flex .cats {
    color: white;
    text-align: center;
    margin: 15px auto 0;
    }
    .post-flex .post-title {
        text-align: center;
		display:block;
    }
    .single-post .blue-block {
        height:auto;
    }
	.mobile-header {
    display: block;
    background: #263D41;
    padding: 1px 0 15px;
    margin-bottom: 30px;
	}
    .desktop-header {
        display: none;
    }
    .mobile-header .yoast-breadcrumbs {
        margin: 0 auto;
        background: #263D41;
        color:white;
        text-align: center;
        padding: 10px 0 0;
    }
      .mobile-header .yoast-breadcrumbs a {
        color:white;
      }
	.post-flex .post-author a {
		justify-content:center;
	}
	.post-flex .post-meta {
		text-align:left;
	}
	.post-flex .post-title {
    text-align: center;
    font-size: 40px;
    margin: 30px auto;
	}
	.mobile-deets .wprm-recipe-meta-container  {
		    display: flex;
    justify-content: space-between;
    width: 100%;
    text-transform: uppercase;
    padding: 0 138px;
    margin: 0 0 20px;
	}
	.mobile-deets .wprm-recipe-block-container-columns .wprm-recipe-details-label {
    display: inline-block;
    min-width: auto;
    margin: 0 10px 0 0;
    font-family: 'Avenir Black';
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 14px;
}
	.mobile-deets .wprm-block-text-normal {
		font-size:14px;
		text-transform:uppercase;
	}
.mobile-deets .wprm-recipe-details-unit {
    font-size: 14px;
    letter-spacing: 0.1rem;
}
	.mobile-deets .wprm-recipe-rating {
    white-space: nowrap;
    width: 100%;
    text-align: center;
    letter-spacing: 0;
}
	.mobile-deets .wprm-recipe-link {
    cursor: pointer;
    text-decoration: none;
    width: 150px;
    height: 44px;
    min-height: 44px;
    background: #F7CDBE;
    text-align: center;
    margin: 20px auto 0;
    font-family: 'Avenir Black';
    font-size: 12px;
    letter-spacing: 0.1rem;
    padding: 14px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
	.mobile-header .post-flex {
		display:block;
	}
	.post-flex .leftside .cats, .post-flex .leftside h1.post-title, .main-hero-image {
		display:none;
	}
  
  .cookbook .flex {
      flex-wrap: wrap;
      gap: 20px;
      max-width: 80%;
      flex-direction: column-reverse;
  }
  
  .cookbook .flex img {
      width: 100%;
      max-width: 418px;
  }
  
  
  .home-about.whats-inside .flex {
      flex-wrap: wrap;
  }
  
  /* Ensure tap targets are at least 44x44px on mobile */
  .native-menu-close {
      width: 44px;
      height: 44px;
      min-width: 44px;
      min-height: 44px;
  }
  
  .native-search-submit {
      width: 44px;
      height: 44px;
      min-width: 44px;
      min-height: 44px;
      padding: 12px;
  }
  
  .search-bar .in form #searchsubmit {
      min-height: 44px;
      height: 44px;
  }
  
  .lm-link button {
      min-height: 44px;
      padding: 12px 20px;
  }
}

@media all and (max-width:1000px) {
.praise-slider {
max-width: 90%;
}

.home-about.whats-inside .flex .left {
    width: 100%;
    max-width: 450px;
    margin: 30px auto;
}

.home-about.whats-inside .flex .right {
    margin-top: 0;
}
.home-about.whats-inside .flex {
    gap: 0;
    max-width: 90%;
}

.home-about .flex .left h2 {
left: 0;
}

.sneak-peek ul {
    margin-top: 120px;
}

.pop-slider button.slick-next {
    top: -80px;
    right: calc(50% - 59px);
}
.pop-slider button.slick-prev {
    top: -80px;
    left: calc(50% - 59px);
    right: auto;
}
}

@media all and (max-width:800px) {
  #site-general-content .wp-block-social-links {
    margin: 20px auto;
    max-width: 90%;
}
.sneak-peek {
    padding: 30px 30px;
    padding-left: 30px;
}
.sneak-peek h2 {
    font-size: 40px;
    margin: 35px auto 105px;
}
.sneak-peek a.text-button {
    bottom:123px;
    left:0;
    right:0;
}
	#site-general-content {
		padding: 0 20px;
	}
  
    html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0!important;
    }
    .pum-container.pum-responsive {
        width:400px!important;
    }
    .pum-theme-2431 .pum-content {
        display: block;
    }
    .pum-container.pum-responsive img {
        height:266px!important;
            object-fit: cover;
    object-position: center;
    }
	.about-links {
    margin: 40px auto;
    justify-content: center;
    display: block;
	}
	.about-links .button {
		margin: 0 auto 30px;
	}
    .pum-theme-2431 .pum-content blockquote {
            width: 100%;
    padding: 0 0 0;
    }
    .home-featured .flex {
        flex-direction: column-reverse;
    }
    .home-featured .flex .right {
        width: 100%;
    }
    .home-featured .flex .right img {
        height: 400px;
        max-height: 50vh;
    }
    .home-featured .flex .left {
    width: 100%;
    padding: 60px 0 0;
    text-align: center;
    }
    .home-featured .slick-dots button {
        width:100px;
        height:1px;
    }
    .home-featured .slick-dots .slick-active button {
    opacity: 1;
    width: 100px;
    height: 2px;
    }
    .home-featured .slick-dots {
    position: absolute;
    top: inherit;
    bottom: -36px;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    }
    .home-featured .flex .left h2 {
        font-size: 40px;
        margin: 0;
    }
    .home-featured .flex .left a h2 {
    line-height: 35px;
    letter-spacing: 0.05rem;
    margin: 30px auto 10px;
    font-size: 25px;
    padding-right: 0;
    }
    .home-featured .flex .left .desc {
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.027rem;
    padding: 0 20px;
    }
    .fixed-bar {
        display: none;
    }
    .site-inner {
        margin: 90px auto 0;
        z-index: 8;
    }
    .banner-bar {
        background: white;
        position: fixed;
        top: 0;
        z-index: 99999;
        text-align: center;
        width: 100%;
        height: 90px;
        padding-top: 17px;
        filter: drop-shadow(0px 0px 6px #223539);
    }
    .banner-bar .main-logo {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    }
     .banner-bar .main-logo img {
            max-width: 300px;
    margin: 3px auto 0;
    }
    .banner-bar .main-logo span {
        margin-top:4px;
    }
    .home-featured .slick-dots li {
    margin: 0 10px;
    }
    .post-flex, .shop-results .search-filter-results-list, .recipe-list, .get-to-know, .get-social, .more-about .flex, .social-pos, .home-latest, .home-cats, .current-loves .loves, .home-newsletter .gform_wrapper,  #site-general-content .gform_wrapper {
        max-width: 500px;
    }
    .home-cats ul li img {
    height: 240px;
    }
    .search-bar .in form #s {
    width: 250px;
    }
    .current-loves .loves {
        display: block;
    }
    .current-loves .loves li {
    width: 340px;
    margin: 0 auto 30px;
    }
	.current-loves.cl-author .loves li {
    width: 100%;
		max-width:340px;
}


    .current-loves .loves li .hero-image {
    width: 100%;
    height: 330px;
    }
    .pop-posts {
    padding-left: 0;
    max-width: 342px;
    margin: 40px auto;
    }
    .pop-slider .flex {
    width: 100%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    }
    .pop-slider .flex .left {
    width: 100%;
    }
    .pop-slider .flex .right {
    width: 100%;
    }
    .home-about .flex {
    max-width: 500px;
    display: block;
    }
    .home-about .flex .left {
    width: 100%;
    }
    .home-about .flex .right {
    width: 100%;
    }
    .home-latest .flex {
        flex-direction: column-reverse;
    }
    .home-latest .rightside {
    width: 100%;
    }
    .home-latest .leftside {
    width: 100%;
    margin: 0;
    }
    .home-latest .leftside ul li {
    width: 48%;
    }
    .social-pos .left {
    bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.13rem;
    position: absolute;
    left: inherit;
    top: inherit;
    transform: rotate(0deg);
    right: 0;
    text-align: center;
    width: 100%;
    }
    .social-pos .right {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.13rem;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(0deg);
    left: 0;
    text-align: center;
    }
    .tiktok-feed-feed .tiktok-feed-list .tiktok-feed-item.tiktok-feed-cols-4, .qlttf-mfp-wrap .tiktok-feed-list .tiktok-feed-item.tiktok-feed-cols-4 {
        width: 49%!important;
    height: 210px;
    overflow: hidden;
    }
    .the-footer .green-block .inner {
        max-width: 500px;
    }
    .the-footer .green-block #gform_1 {
    display: flex;
    margin-top: -12px;
    margin-left: 0px;
    display: block;
    }
    .the-footer .green-block .gform_wrapper .gform_button {
        margin: 20px auto 0;
    }
    #search-button {
        display: none;
    }
    .re-flex .left {
    width: 100%;
    padding-top: 0;
    }
    .re-flex {
        display: block;
    }
    .recipe-results {
    width: 100%;
    }
    .re-flex .left h2 {
        text-align: center;
    }
    .re-flex .left .sf-field-search {
        text-align: center;
    }
    .about-jenny .flex {
    max-width: 500px;
    flex-direction: column-reverse;
    }
    .about-jenny .flex .right {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 30px;
    }
    .about-jenny .flex .left {
    width: 100%;
    position: relative;
    }
    .about-jenny .flex .left .image-one {
    width: 342px;
    height: 468px;
    margin: 0 auto;
    display: block;
    }
    .about-jenny .flex .image-two {
    width: 240px;
    height: 300px;
    position: absolute;
    bottom: -213px;
    left: 166px;
    z-index: 1;
    }
    .get-social ul {
        display: block;
    }
    .get-social ul li {
    width: 100%;
    }
    .get-social ul li {
    width: 270px;
    margin: 0 auto 30px;
    }
    .get-social ul li img {
    width: 100%;
    height: 370px;
    }
    .socials-banner {
    width: 190%;
    background: #f6cdbd;
    margin: 0 0 0 -53%;
    }
    .get-to-know ul li {
    width: 100%;
    }
   .social-pos .tiktok-feed-feed {
        max-height: initial;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
    } 
    #contact .flex {
        flex-direction: column-reverse;
    }
    #contact {
    background: #263D41;
    height: auto;
    margin: 0px auto 0px;
    padding-bottom: 50px;
    }
    #contact .right {
    width: 344px;
    height: 396px;
    margin: -69px auto 0;
    }
    #contact .left h2.gform_title {
            margin: 35px 0 21px;
    }
    .page-template-archive-shop .blue-bar p, .page-template-page-shop .blue-bar p {
        max-width: 90%;
    }
    .shop-filter .sf-field-taxonomy-custom_cat ul {
        flex-wrap: wrap;
    }
    .shop-results .search-filter-result-item {
    border: 8px solid #F2F2F2;
    width: 45%;
    height: 235px;
    margin: 0 11px 20px;
    }
    .shop-results .search-filter-result-item img {
    width: 100%;
    height: 220px;
    }
    .page-template-archive-shop .blue-bar, .page-template-page-shop .blue-bar {
        margin-top:-15px;
    }
    .tasty-header-flex {
        display: block;
    }
    .tasty-recipes-image img {
    width: 250px;
    height: 310px;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
    display: block;
    }
    .tasty-header-flex .rside {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: black;
    max-width: 330px;
    }
    .post-flex .post-con .tasty-recipes-details ul li {
        width:33.3%;
        margin:0;
    }
    .yarpp ul li img {
        height:195px;
    }
    .home-about .flex .left h2 {
        left:0;
    }
	.mobile-deets .wprm-recipe-meta-container {
		padding: 0 47px;
	}
	#site-general-content h1.page-title {
    background: white;
    padding: 49px 0 40px;
    position: relative;
    z-index: 999;
    margin: 0;
    text-align: center;
    font-size: 29px;
}
	.page-id-6897 .wp-block-latest-posts.wp-block-latest-posts__list {
    display: block;
    max-width: 300px;
    margin: 40px auto;
	}
	.page-id-6897 .wp-block-latest-posts.wp-block-latest-posts__list li {
    width: 100%;
    margin: 0 0 30px;
	}
	.page-id-6897 .wp-block-latest-posts.wp-block-latest-posts__list li img {
		    max-height: 219px!important;
	}
	.page-id-6897 #site-general-content h2 {
		text-align: center;
    margin: 40px auto -24px;
	}
  
  .sneak-peek ul {
      padding-left: 0;
      max-width: 360px;
      margin: 0px auto;
  }
  
  .sneak-peek a.text-button {
      padding-left: 0;
  }
  
  .sneak-peek ul li {
  margin-right: 0;
}

.sneak-peek ul {
    margin-top: 120px;
}

.order h2, .order p {
    line-height: 1.2em;
    max-width: 80%;
    margin: 0px auto 20px;
}

.order p br {
  display: none;
}

.home-about .flex .left h2 {
    font-size: 30px;
    top: -20px;
    left: -25px;
}
}

@media all and (max-width:550px) {
	.post-con .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: calc(100% - var(--wp--style--unstable-gallery-gap, 16px)/2);
    margin: 0;
}

.banner-bar .inner #custom-trigger {
    position: absolute;
    left: 0;
    top: 8px;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    width: 30px;
    height: 30px;
    padding: 4px 0;
}
.archive-wrap {
    max-width: 100%;
}
.recipe-index-content {
    margin: 0 auto;
}
.recipe-index-content h1 {
    margin: 0 auto 30px;
    line-height: 1.3;
}
	.re-flex .left .sf-field-search input {
		font-size:16px;
	}
	.tasty-recipes-entry-footer {
		width:100%;
	}
	.the-footer .social-footer .social-title span {
    font-size: 35px;
    line-height: 1;
	}
	.lm-link button {
    width: 190px;
    height: 45px;
    line-height: 1.75;
    letter-spacing: 0.08rem;
	}
	.yarpp ul li a {
		display:block;
	}
	.mobile-deets .wprm-recipe-link {
    cursor: pointer;
    text-decoration: none;
    width: 198px;
    height: 57px;
    background: #F7CDBE;
    text-align: center;
    margin: 11px auto 0;
    font-family: 'Avenir Black';
    font-size: 12px;
    letter-spacing: 0.1rem;
    padding: 0px 0 0 0;
	}
	.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto;
    width: 85%!important;
}
	.post-flex .post-con .tasty-recipes .tasty-recipes-nutrition ul{
		column-count:1;
	}
    .banner-bar .main-logo span {
        font-size: 12px;
    }
    #menu-footer a {
        font-size:22px;
    }
    #menu-footer li {
    margin: 0 10px;
    }    
    .home-featured .flex .left h2 {
        padding:0 20px;
    }
    .post-flex, .shop-results .search-filter-results-list, .recipe-list, .get-to-know, .get-social, .more-about .flex, .social-pos, .home-latest, .home-cats, .current-loves .loves, .home-newsletter .gform_wrapper,  #site-general-content .gform_wrapper {
        max-width: 94%;
    }
	.the-footer .social-footer .social-title {
		display:block;
		text-align:center;
	}
	.the-footer .social-footer .social-title h3 {
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin-right: 0;
    margin-bottom: 41px;
	}
	.social-pos {
    padding: 15px 48px;
	}
  
  .praise-slider h3 {
      font-size: 28px;
      margin-bottom: 40px;
  }
  .praise h2 em {
    display: block;
    margin-top: 35px;
    margin-left: 0;
    font-size: 40px;
}
  
  .praise h2 {
      margin-bottom: 40px;
  }
  
  .sneak-peek .slick-dots li, .praise-slider .slick-dots li {
    margin-right: 20px;
  }
  
  .sneak-peek .pop-slider .slick-dots button, .praise-slider .slick-dots button {
    width: 50px;
  }
  
  /* Ensure tap targets are at least 44x44px on mobile */
  .native-menu-close {
      width: 44px;
      height: 44px;
      min-width: 44px;
      min-height: 44px;
  }
  
  .native-search-submit {
      width: 44px;
      height: 44px;
      min-width: 44px;
      min-height: 44px;
      padding: 12px;
  }
  
  .search-bar .in form #searchsubmit {
      min-height: 44px;
      height: 44px;
  }
  
  .lm-link button {
      min-height: 44px;
      padding: 12px 20px;
  }
}

@media all and (max-width:500px) {
    .pum-container.pum-responsive {
        width: 300px!important;
        padding: 20px!important;
    }
    .pum-theme-2431 .pum-content blockquote h1 {
    font-size: 25px;
    text-transform: initial;
    letter-spacing: 0;
    margin: 20px 0 0;
    }
    .pum-theme-2431 .pum-content blockquote h3 {
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    margin: 14px auto 7px;
    line-height: 32px;
    font-size: 23px;
    }
    .pum-theme-2431 .pum-content blockquote #gform_fields_2 input {
        width:100%;
    }
    .home-featured .flex .right img {
        height:300px;
        max-height: 50vh;
    }
    h1 {
        font-size:40px;
    }
    .home-featured .flex .left {
    width: 100%;
    padding: 35px 0 0;
    text-align: center;
    }
    .banner-bar .main-logo img {
    max-width: 220px;
    margin: 8px auto 0;
    }
    
    /* Ensure tap targets are at least 44x44px on mobile */
    .native-menu-close {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
    }
    
    .native-search-submit {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        padding: 12px;
    }
    
    .search-bar .in form #searchsubmit {
        min-height: 44px;
        height: 44px;
    }
    
    .lm-link button {
        min-height: 44px;
        padding: 12px 20px;
    }
    .banner-bar .main-logo span {
    font-size: 12px;
    }
    .home-cats ul li img {
        height: auto;
        aspect-ratio: 1/1;
        object-fit: cover;
    }
    .home-latest .rightside .hero-image {
    height: 360px;
    width: 100%;
    }
    .home-latest .leftside ul li .hero-image, .home-latest .leftside ul li .hero-image img {
        height:230px;
    }
    .home-latest .leftside h3 {
            font-size: 18px;
            line-height: 25px;
    }
    .home-latest .leftside .exc {
        display: none;
    }
    .home-latest .leftside .rmore {
        display: none;
    }
    .home-latest .leftside ul li {
    width: 48%;
    margin-bottom: 25px;
    }
    #tiktok-feed-feed-2 .tiktok-feed-list .tiktok-feed-item {
    padding: 5px!important;
    }
    .the-footer .green-block .logo-footer {
        width:320px;
    }
    .footer-tagline {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    margin-top: 15px;
    margin-bottom: 48px;
    }
    .the-footer .green-block .gform_wrapper .gform_fields {
    display: block;
    }
    .the-footer .green-block #gform_1 {
        width:342px;
    }
    .the-footer .green-block .gform_wrapper .gform_button {
    margin: 1px auto 0;
    }
    #menu-footer a {
    font-size: 15px;
    }
    #menu-footer {
    display: flex;
    justify-content: center;
    margin: 35px auto 25px;
    }
    .creds {
            max-width: 335px;
    margin: 0 auto;
    }
    .recipe-results .search-filter-results article h3 {
    line-height: 25px;
    text-transform: uppercase;
    margin: 10px 0;
    letter-spacing: 0.04rem;
    font-size: 18px;
    }
    .post-flex .mobile-deets p {
        width:50%;
    }
    .the-footer .green-block .gform_wrapper .gform_fields input {
    width: 100%;
    margin: 0 0 8px;
    max-width: 100%;
    }
    .home-cats ul li h3 {
    text-transform: uppercase;
    margin: 12px 0 0;
    letter-spacing: 0.04rem;
    font-size: 20px;
    }
    .home-cats {
            margin: 73px auto 10px;
    }
    .search-bar .in {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 280px;
    margin: 0 auto;
    }
    .search-bar .in form #s {
    width: 280px;
    margin: 20px 0 0 0;
    }
    .search-bar .in form svg {
    position: absolute;
    right: 0;
    top: 22px;
    }
    .search-bar .in form #searchsubmit {
        top:22px;
    } 
    .search-bar #Search_Icon {
        margin: 3px 5px 0 -20px;
    }
    .search-bar {
            margin: 0px auto 0;
    }
    .current-loves .titles {
    margin: 40px auto 38px;
    display: block;
    text-align: center;
    }
    .current-loves .titles h2 {
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin-right: -2px;
    font-size: 27px;
    }
    .current-loves .titles h2:last-child {
        font-size: 40px;
    }
    .home-newsletter .gform_wrapper .gform_heading,  #site-general-content .gform_wrapper .gform_heading {
     display: block;
    margin-bottom: 30px;
    }
    .home-about .flex {
    max-width: 342px;
    display: block;
    }
    .home-about .flex .left img {
    width: 100%;
    height: 350px;
    }
    .home-about .flex {
    max-width: 342px;
    display: block;
    margin: 32px auto 4px;
    }
    .home-newsletter .gform_wrapper .gform_heading h2, #site-general-content .gform_wrapper .gform_heading h2 {
    font-family: 'Rocket Clouds';
    font-size: 32px;
    margin: 0 0px 21px 0px;
    letter-spacing: 0;
    }
	.about-jenny .flex .right h1 {
    	margin-left: 0;
	}
	.get-to-know h2 {
    transform: rotate(-11deg);
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 33px;
	}
    .home-newsletter #gform_3, .home-newsletter .gform_wrapper .gform_fields {
        display: block;
    }
	#site-general-content #gform_3, #site-general-content .gform_wrapper .gform_fields {
        display: block;
    }
	
    .home-newsletter .gform_wrapper .gform_fields input, #site-general-content .gform_wrapper .gform_fields input {
    margin: 0 0 8px;
    width: 100%;
    }
    .home-newsletter .gform_wrapper .gform_button, #site-general-content .gform_wrapper .gform_button {
        width:150px;
        margin: 0 auto;
    }
    .post-flex .mobile-deets p strong {
        display: block;
    }
    .single-post .blue-block {
        height: auto;
    }
	.mobile-deets .wprm-recipe-meta-container {
		padding:0;
	}
	.mobile-deets .wprm-recipe-block-container-columns .wprm-recipe-details-label {
    display: inline-block;
    min-width: auto;
    margin: 0 4px 0 0;
    font-family: 'Avenir Black';
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 13px;
	}
    .tasty-recipes-entry-footer {
        width:290px;
    }
    .post-flex .post-con .tasty-recipes-entry-footer h3 {
        font-size:17px;
    }
    .post-flex .post-con .tasty-recipes-entry-footer strong {
        font-size:10px;
    }
    .post-comments .comments-form, .post-comments .commentlist {
        max-width: 90%;
    }
    .about-jenny .flex {
    max-width: 384px;
    flex-direction: column-reverse;
    margin: 30px auto 0;
    }
    .about-jenny .flex .right h3 {
    margin: 25px auto 20px;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    }
    .about-jenny .flex .right p {
        margin:0;
    }
    .about-jenny .flex .image-two {
    width: 240px;
    height: 256px;
    position: absolute;
    bottom: -163px;
    left: 112px;
    z-index: 1;
    }
    .more-about .flex img {
        height:250px;
    }
    .socials-banner {
    width: 305%;
    background: #f6cdbd;
    margin: 0 0 0 -81%;
    }
    .banner {
    height: 229px;
    }
    .get-to-know {
        padding: 75px 9px 16px;
    }
    #contact .left {
        width:344px;
    }
    #contact .left h2.gform_title {
    margin: 35px 0 7px;
    font-size: 25px;
    line-height: 35px;
    padding-right: 60px;
    }
    .shop-results .search-filter-result-item {
    border: 8px solid #F2F2F2;
    width: 46%;
    height: 189px;
    margin: 0 6px 20px;
    }
    .shop-results .search-filter-result-item img {
    width: 100%;
    height: 174px;
    }
    .archive-wrap article {
    width: 45%;
    margin: 0 5px 20px;
    }
    .archive-wrap article .hero-image, .archive-wrap article .hero-image img {
        width: 100%;
        height: auto;
        aspect-ratio: 8 / 10;
    }
    .archive-wrap article:first-child .hero-image, .archive-wrap article:first-child .hero-image img {
        width: 100%;
        height: auto;
        aspect-ratio: 8 / 10;
        max-height: 40vh;
    }
    .archive-wrap article h3 {
    line-height: 25px;
    text-transform: uppercase;
    margin: 7px 0;
    letter-spacing: 0.04rem;
    font-size: 20px;
    }
    .yarpp ul {
        display: block;
    }
    .yarpp ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    }
    .yarpp ul li img {
    height: 295px;
    }
    .post-comments h2 {
        line-height: 35px;
    }
    
    .cookbook .h1 {
        margin-left: 0;
        font-size: 30px;
    }
    
    .cookbook .flex h3 {
        margin-left: 0;
        font-size: 25px;
        line-height: 1.4em;
    }
    
    .cookbook .flex p {
        margin-left: 0;
    }
    
    .cookbook .flex {
        padding: 40px 0 0;
        max-width: 90%;
    }
}

@media all and (max-width:450px) {
    .banner-bar .main-logo img {
    max-width: 230px;
    margin: 9px auto 1px;
    }
    .banner-bar .main-logo span {
    font-size: 12px;
    letter-spacing: 0.02rem;
    }
}

