/*
	Theme Name: Everything Delish 2023
	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: 'OPTIAmway';
	src: url('../woff2/optiamway.woff2') format('woff2'),
		url('../woff/optiamway.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: 'Inter';
	src: url('../woff2/inter-regular.woff2') format('woff2'),
		url('../woff/inter-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'Inter';
	src: url('../woff2/inter-bold.woff2') format('woff2'),
		url('../woff/inter-bold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: 'Inter';
	src: url('../woff2/inter-extrabold.woff2') format('woff2'),
		url('../woff/inter-extrabold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: block;
}

.has-black-background-color {
	background-color: #000000;
}
.has-black-color {
	color: #000000;
}
.has-grey-background-color {
	background-color: #424242;
}
.has-grey-color {
	color: #424242;
}
.has-pink-background-color {
	background-color: #D3B0A1;
}
.has-pink-color {
	color: #D3B0A1;
}
.has-beige-background-color {
	background-color: #E3D3C3;
}
.has-beige-color {
	color: #E3D3C3;
}
.has-cream-background-color {
	background-color: #F5F1EB;
}
.has-cream-color {
	color: #F5F1EB;
}
.has-white-background-color {
	background-color: #F7F7F7;
}
.has-white-color {
	color: #F7F7F7;
}
/* 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;
}

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

body {
	color: #424242;
	font-family: 'Inter';
	font-size: 17px;
	line-height: 22px;
	-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;
	color:black;
}

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: 73px auto 0;
	position:relative; 
}

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

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

/* Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	text-align: center;
	left: 0;
	right:0;
	z-index: 99;
	position: relative;
}

.site-description,
.site-title,
.header-full-width .title-area,
.header-full-width .site-title {
	display: none;
}
.the-header {
	position: fixed;
	top: 0;
	filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.16));
	background: white;
	width: 100%;
	height: 73px;
	z-index: 99999;
}
nav.nav-primary {
	display: none;
}
.the-header .flex {
	max-width: 1284px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-left: 18px;
}
.the-header .flex .left {
	display: flex;
	padding-top: 19px;
}
.the-header .flex .left .logo-link {
	width: 310px;
	margin: 0 82px 0 0;
}
.the-header .flex .left #menu-main, .the-header .flex .left #menu-main-1 {
	display: flex;
}
.the-header .flex .left #menu-main a, .the-header .flex .left #menu-main-1 a {
	color: #2E2E2E;
font-size: 14px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.04rem;
}
.the-header .flex .left #menu-main a:hover, .the-header .flex .left #menu-main-1 a:hover {
	opacity: 1;
	color: #D3B0A1;
}
.the-header .flex .left #menu-main li, .the-header .flex .left #menu-main-1 li {
	margin-top: 6px;
	margin-right: 59px;
}
.the-header .flex .right {
	display: flex;
	justify-content: flex-end;
	padding-top: 26px;
	position: relative;
	overflow: hidden;
}
.the-header .flex .right form input {
	border: none;
	padding: 14px 0 4px;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid black;
	font-weight: 500;
	letter-spacing: 0.03rem;
}
.the-header .flex .right ul {
	display: flex;
}
.the-header .flex .right ul li img {
	max-width: 19px;
max-height: 15px;
object-fit: contain;
object-position: center;
	filter: brightness(0) invert(0);
	transition: all 0.5s;
}
.the-header .flex .right ul li img:hover {
	cursor: pointer;
	filter: brightness(1) invert(0);
}
.the-header .flex .right ul li {
margin: 2px 6px 0 5px;
}
.the-header .flex .right .search-form {
	display: block;
	position: absolute;
	left: -100%;
	top: 16px;
	width: 151px;
	background: white;
	transition: all 0.5s;
}
.the-header .flex .right .search-form.active {
	left:0;
}
.subscribe-trigger{
	color: #2E2E2E;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	padding-top: 1px;
	margin-left: 20px;
	transition: all 0.5s;
}
.subscribe-trigger:hover {
	color:#D3B0A1;
}
.fixed-search {
	position: fixed;
	bottom: 11.5%;
	right: 2.4%;
	width: 40px;
	height: 40px;
	z-index: 99;
}
.fixed-search:hover {
	cursor: pointer;
}
.fixed-search form {
	display: block;
	width: 0;
	position: absolute;
	right: 55px;
	top: 1px;
	transition: all 0.5s;
}
.fixed-search form.active {
	width: 449px;
}
.fixed-search form input {
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.05rem;
	padding: 2px 0 4px;
	border: none;
	font-weight: 600;
	background: #000000;
	height: 40px;
	color: white;
}
.fixed-search form input::-webkit-input-placeholder { /* Edge */
  color: white;
}

.fixed-search form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.fixed-search form input::placeholder {
 color: white;
}
#rmp_menu_trigger-2436 {
 display: none!important;
}
/* Headings
--------------------------------------------- */

h1 {
	font-family: 'OPTIAmway';
	font-size: 40px;
	line-height: 57px;
	font-weight: 500;
}

h2 {
	font-family: 'OPTIAmway';
	font-size: 40px;
	line-height: 57px;
	font-weight: 500;
}

h1.page-title, h2.entry-title {
	font-family: 'OPTIAmway';
	font-size: 40px;
	line-height: 57px;
	text-align: center;
	font-weight: 500;
}

h3 {
	font-family: 'OPTIAmway';
	font-size: 23px;
	line-height: 26px;
	font-weight: 500;
}

h4 {
    
}

h5 {

}

h6 {
	
}

/* Custom Block Styles
--------------------------------------------- */
#site-general-content {
	max-width: 90%;
	margin: 50px auto;
	overflow: hidden;
}
#block-general-content {
	overflow: hidden;
}
.image-fit, .image-fit img {
	object-fit: cover;
	object-position: center;
}
.in {
	display: table-cell;
	vertical-align: middle;
}
.error-page {
	text-align: center;
	margin: 100px auto;
}
.archive-header {
	text-align: center;
}
.archive-header h1 {
	font-size: 40px;
	text-transform: uppercase;
	margin: 38px auto 35px;
}
.archive-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.archive-wrap article {
	width: 381px;
	text-align: center;
	margin: 0 10px 30px;
}
.archive-wrap article img {
	width: 100%;
	height: 503px;
	margin-bottom: 10px;
}
.post-category a {
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #2E2E2E;
	letter-spacing: 0.1rem;
}
.archive-wrap article h3 {
	margin: 9px 0;
	padding: 0 25px;
}
.wp-pagenavi {
	text-align: center;
	margin: 0 auto 60px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #2E2E2E;
	letter-spacing: 0.08rem;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
border: none;
padding: 3px 5px;
margin: 2px;
color: #8f8f8f;
}
.wp-pagenavi span.current {
	color:black!important;
}
.main-posts-slider {
	background: #F7F7F7;
	padding: 36px 0 40px;
}
.main-posts-slider.slick-slider {
    max-height: 854px;
    overflow: hidden;
	height:100vh;
}
.main-posts-slider .post-flex {
	max-width: 1185px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.main-posts-slider .post-flex .left {
	width: 50%;
height: 80vh;
display: table;
text-align: center;
padding: 0 56px 0 37px;
}
.main-posts-slider .post-flex .right img {
	height:80vh;
	width:100%;
}
.main-posts-slider .post-flex .left .post-category {
	color: #2E2E2E;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.1rem;
	margin: 0;
}
.main-posts-slider .post-flex .left h2 {
	color: #424242;
	line-height: 45px;
	margin: 18px 0 18px;
}
.main-posts-slider .post-flex .left .exc {
	font-size: 17px;
	line-height: 22px;
	max-width: 423px;
	margin: 0 auto;
}
.main-posts-slider .post-flex .left .rmore {
	width: 162px;
	height: 42px;
	display: block;
	margin: 25px auto 0;
	background: #000000;
	color: white;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 0 0;
	letter-spacing: 0.07rem;
}
.main-posts-slider .post-flex .left .rmore:hover {
	opacity: 1;
	background: #D3B0A1;
}
.main-posts-slider .post-flex .right {
	width: 583px;
	margin: 0;
}
.main-posts-slider .prev {
position: absolute;
left: 39px;
top: 45.2%;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.05rem;
z-index: 1;
}
.main-posts-slider .next {
position: absolute;
right: 39px;
top: 45.2%;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.05rem;
z-index: 1;
}
.main-posts-slider .prev:hover, .main-posts-slider .next:hover {
	cursor: pointer;
}
.main-about .flex {
	max-width: 1259px;
	margin: 94px auto 0;
	display: flex;
	justify-content: space-between;
}
.main-about .flex .left {
	width: 502px;
	height: 684px;
	display: block;
	margin: 0;
}
.main-about .flex .right {
	width: 55.3%;
	position: relative;
}
.main-about .flex .right h1 {
	font-size: 81px;
	margin: 158px 0 42px -95px;
}
.main-about .flex .right p strong {
	font-weight: 600;
text-transform: uppercase;
font-size: 15px;
letter-spacing: 0.086rem;
}
.main-about .flex .right p {
	max-width: 369px;
	margin-bottom: 17px;
}
.main-about .flex .right .imgtwo {
	width: 384px;
	height: 431px;
	margin: 1px 0 -151px 295px;
}
.fun-facts {
	background: #F7F7F7;
	padding: 10px 0;
}
.fun-facts .inside {
max-width: 761px;
margin: 0 auto;
padding-right: 50px;
}
.fun-facts .inside h2 {
	font-size: 71px;
	line-height: 80px;
	max-width: 230px;
	text-align: center;
	margin: 33px 0 36px -111px;
	border-bottom: 5px solid #DFCCBD;
	padding-bottom: 6px;
	color: #2E2E2E;
}
.fun-facts .inside .flex {
	display: flex;
	justify-content: space-between;
}
.fun-facts .inside .flex .left {
	width: 241px;
	position: relative;
	margin: 0;
}
.fun-facts .inside .flex .left img {
	width: 100%;
	height: 265px;
	margin: 0;
}
.fun-facts .inside .flex .left .number {
	font-family: 'OPTIAmway';
	font-size: 50px;
	position: absolute;
	top: -11px;
	right: -49px;
}
.fun-facts .inside .flex .right {
	width: 61.2%;
}
.fun-facts .inside li:nth-child(2) .right .desc{
	width: 114%;
}
.fun-facts .inside .flex .right h4 {
	margin: 76px 0 14px;
	color: #2E2E2E;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.11rem;
	font-weight: 600;
}
.fun-facts .inside li {
	margin-bottom: 44px;
}
.social-block {
	padding: 30px;
}
.social-block .inner {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
.social-block .inner h3 {
	text-align: center;
	font-size: 30px;
	margin: 37px 0 22px;
}
.social-block .inner ul {
	display: flex;
justify-content: center;
margin: 29px 0 31px;
}
.social-block .inner ul li {
	margin: 0 12px;
}
.social-block .inner ul li img {
	max-width: 42px;
max-height: 32px;
	filter: brightness(0) invert(0);
opacity: 0.7;
transition: all 0.5s;
}
.social-block .inner ul li img:hover {
	opacity: 1;
	filter: brightness(1) invert(0);
}
.cta-two {
	max-width: 1150px;
margin: 69px auto 74px;
background: #F7F7F7;
padding: 50px 58px;
}
.cta-two .flex {
	display: flex;
	justify-content: space-between;
}
.cta-two .flex h3 {
	font-size: 30px;
line-height: 44px;
margin: 5px 0;
}
.cta-two .flex p {
	font-size: 15px;
line-height: 22px;
color: #2E2E2E;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 0.07rem;
margin: 0 0 10px;
}
.cta-two .flex p a {
	display: block;
	background: #000000;
	max-width: 203px;
	color: white;
	margin: 32px auto 0;
	padding: 18px 0;
	font-size: 15px;
	letter-spacing: 0.03rem;
}
.cta-two .flex p a:hover {
	background:#D3B0A1;
	opacity: 1;
}
.cta-two .flex .image-fit {
	height: 376px;
	margin: 0;
}
.cta-two .flex .center {
	width: 40%;
	text-align: center;
	height: 376px;
	display: table;
}
.contactblock {
	max-width: 1150px;
	margin: 0px auto 50px;
	padding-top:50px;
}
.contactblock .flex {
	display: flex;
	justify-content: space-between;
}
.contactblock .flex .left {
	width: 533px;
	height: 536px;
	margin: 0;
	border: 30px solid #F5F1EB;
}
.contactblock .flex .right {
	width: 50%;
	text-align: center;
	padding: 24px 0 0 0;
}
.contactblock .flex .right p {
	color: #2E2E2E;
	font-size: 17px;
	line-height: 22px;
	width: 101%;
	margin: 0 auto 35px;
}
.contactblock .flex .right p strong {
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.1rem;
	margin: 0 0 -29px;
}
.contactblock .flex .right h2 {
	font-size: 40px;
margin: 0 0 15px;
}
.contactblock .flex .right .gform_fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contactblock .flex .right .gfield {
	width:100%;
}
.contactblock .flex .right .gfield textarea {
	text-align: left;
height: 100px!important;
border: 1px solid #000000;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.04rem;
width: 100%;
padding: 13px 0 0 17px;
}
.contactblock .flex .right .gfield textarea::-webkit-input-placeholder { /* Edge */
  color: #2E2E2E;
	opacity: 0.5;
}

.contactblock .flex .right .gfield textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2E2E2E;
	opacity: 0.5;
}

.contactblock .flex .right .gfield textarea::placeholder {
  color: #2E2E2E;
	opacity: 0.5;
}
.contactblock .flex .right .gfield input {
	width: 100%;
	text-align: left;
	height: 44px;
	border: 1px solid #000000;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04rem;
	padding: 0 0 0 17px;
	margin-bottom:5px;
}
.contactblock .flex .right .gfield input::-webkit-input-placeholder { /* Edge */
  color: #2E2E2E;
  opacity: 0.5;
}

.contactblock .flex .right .gfield input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2E2E2E;
	opacity: 0.5;
}

.contactblock .flex .right .gfield input::placeholder {
  color: #2E2E2E;
	opacity: 0.5;
}
.contactblock .flex .right #field_2_1, .contactblock .flex .right #field_2_3 {
	width:49%;
}
.contactblock .flex .right .gform_footer input[type="submit"]{
	display: block;
	width: 150px;
	height: 42px;
	margin: 0;
	background: #D3B0A1;
	border: none;
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.05rem;
}
.contactblock .flex .right .gform_footer input[type="submit"]:hover {
	opacity: 1;
	background:black;
}
.contactblock .flex .right .gform_wrapper.gravity-theme .gform_footer {
	padding: 5px 0;
}
.press-block {
	max-width: 1155px;
margin: 83px auto 50px;
}
.press-block h5.small-title {
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 0 4px;
	letter-spacing: 0.08rem;
	font-weight: 600;
}
.press-block h3.large-title {
	text-align: center;
	margin: 0 0 26px;
	border-bottom: 1px solid #000000;
	font-size: 40px;
	padding: 10px 0 37px;
	text-transform: uppercase;
}
.press-filter {
	display: flex;
justify-content: center;
font-weight: 600;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 0.07rem;
margin: 20px auto 34px;
}
.press-filter li {
	margin: 0 39px;
border-bottom: 3px solid #fff;
padding-bottom: 3px;
transition: all 0.5s;
}
.press-filter li:hover {
	cursor: pointer;
	border-bottom: 3px solid #CCA798;
}
.press-filter li.active{
	border-bottom: 3px solid #CCA798;
}
.pressgroup {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display: none;
}
.pressgroup li {
	width: 568px;
border-bottom: 1px solid #707070;
padding-bottom: 30px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
grid-gap: 0;
margin-bottom: 32px;
}
.pressgroup li::nth-last-child(2){
	border-bottom:none;
}
/* .pressgroup li:last-child{
	border-bottom:none;
} */
.pressgroup li .right {
	display: table;
	height: 185px;
}
.pressgroup li .right p {
	font-family: 'OPTIAmway';
font-size: 22px;
line-height: 27px;
margin: 0 0 7px;
}
.pressgroup li .right img {
	max-height: 47px;
max-width: 130px;
margin: 0;
object-fit: contain;
object-position: center;
}
.pressgroup li .right p a {
	color: #D3B0A1;
font-size: 15px;
text-transform: uppercase;
font-family: 'Inter';
font-weight: 600;
letter-spacing: 0.07rem;
}
.pressgroup li .right p a:hover {
	opacity: 1;
	color:black;
}
.pressgroup.active {
	display: block;
}
.pressgroup ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pressgroup ul li .image-fit {
	width: 248px;
	height: 185px;
	margin: 0;
}

.highlight-search {
	max-width: 820px;
	margin: 0 auto;
}
.highlight-search h2 {
	text-align: center;
font-size: 30px;
margin: 58px auto 34px;
font-weight: 600;
}
.highlight-search ul {
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0 29px;
}
.highlight-search ul li button {
	border: none;
	padding: 0;
	text-transform: uppercase;
}
.highlight-search ul li a {
	font-family: 'OPTIAmway';
	font-size: 23px;
	text-transform: uppercase;
	border-bottom: 3px solid #DFCCBD;
	padding: 0 4px 6px;
}
.highlight-search ul li a:hover {
	color:#D3B0A1;
}
.highlight-search ul li  {
	margin: 0 0px;
}
.highlight-search .flex {
	display: flex;
	justify-content: space-between;
	margin: 46px auto 35px;
}
.highlight-search .flex .button {
	margin: 0;
	width: 305px;
	text-align: center;
	height: 42px;
	border: none;
	background: #000000;
	color: white;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.08rem;
}
.highlight-search .flex .button:hover {
	background: #D3B0A1;
	opacity: 1;
}
.highlight-search .flex form {
	display: flex;
	justify-content: space-between;
	width: 487px;
}
.highlight-search .flex form #search {
	width: 280px;
	margin: 0 0 0 0;
	border: none;
	border-bottom: 1px solid black;
	padding: 0;
	text-align: left;
}
.highlight-search .flex form label {
	font-size: 15px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.085rem;
margin: 14px -9px -5px -2px;
}
.featured-posts {
	max-width: 1170px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.featured-posts h2 {
	color: #424242;
margin: 50px auto 50px;
text-transform: uppercase;
width: 100%;
}
.featured-posts article  {
	width: 278px;
}
.featured-posts article  img {
	width: 100%;
height: 341px;
margin: 0 0 17px;
}
.featured-posts article h3 {
	margin: 11px 0 0;
	padding: 0 20px;
}
article h3 {
	transition: all 0.5s;
}
article:hover h3 {
	color:#D3B0A1;
}
.highlight-search .flex form .search-submit{
	border: none;
width: 30px;
height: 30px;
padding: 0;
margin: 6px 12px -5px -4px;
}
.cta {
	max-width: 1170px;
margin: 65px auto 73px;
background: #F5F1EB;
padding: 43px 48px;
}
.cta .flex {
	display: flex;
	justify-content: space-between;
}
.cta .flex .right {
	width: 538px;
height: 458px;
margin: 0;
}
.cta .flex .left {
	height: 458px;
	display: table;
	text-align: center;
	width: 45%;
	padding: 0 31px 0 87px;
}
.cta .flex .left h2 {
	font-size: 40px;
	line-height: 57px;
	text-transform: uppercase;
	color: #424242;
	padding: 0 10px;
	margin: 0 0 14px;
}
.cta .flex .left p {
	font-size: 17px;
	line-height: 22px;
}
.cta .flex .left p a {
	display: block;
	width: 203px;
	height: 57px;
	background: #000000;
	margin: 31px auto 0;
	color: white;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.09rem;
	padding: 18px 0 0;
}
.cta .flex .left p a:hover, .welcome .flex .right p a:hover {
	opacity: 1;
	background:#D3B0A1;
}
.feat-slider {
	background: #F7F7F7;
padding: 42px 0 36px;
margin: 50px auto;
}
.feat-slider .prev {
	position: absolute;
	left: -18px;
	z-index: 1;
	top: 197px;
}
.feat-slider .next {
	position: absolute;
	right: -18px;
	top:197px;
	z-index: 1;
}
.feat-slider .feat-posts {
	max-width: 1160px;
	margin: 0 auto;
}
.feat-slider h2 {
	text-align: center;
color: #424242;
text-transform: uppercase;
margin: 0 0 23px;
}
.feat-slider .feat-posts .size {
	width: 375px;
	margin: 0 auto;
	background: white;
	text-align: center;
}
.feat-slider .feat-posts .hero-image {
	width: 100%;
height: 431px;
margin-bottom: 16px;
}
.feat-slider .feat-posts h3 {
	margin: 9px 0 0;
	padding: 0 30px 30px;
}
.welcome .flex {
	max-width: 1190px;
margin: 63px auto 94px;
display: flex;
justify-content: space-between;
}
.welcome .flex .left {
	width: 595px;
	height: 587px;
	margin: 0;
}
.welcome .flex .right {
	height: 587px;
	display: table;
	width: 46%;
	text-align: center;
}
.welcome .flex .right h2 {
	margin: 0 0 20px;
}
.welcome .flex .right h3 {
	margin: 0 0 20px;
}
.welcome .flex .right p {
	padding: 0 24px;
}
.welcome .flex .right p a {
	width: 203px;
	display: block;
	height: 57px;
	background: #000000;
	color: white;
	margin: 30px auto 0;
	padding: 16px 0 0;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.1rem;
}
.video-cta {
	max-width: 1190px;
	margin: 50px auto 46px;
	background: #F5F1EB;
	height: 474px;
}
.video-cta .flex {
	display: flex;
	justify-content: space-between;
}
.video-cta .flex .left {
	width: 543px;
	height: 474px;
	margin: 0;
}
.video-cta .flex  .right {
	height: 474px;
	display: table;
	width: 50%;
	text-align: center;
}
.video-cta .flex  .right h2 {
	font-size: 30px;
text-transform: uppercase;
margin: 28px 0 0;
}
.video-cta .flex  .right h3 {
	color: #2E2E2E;
font-family: 'Inter';
font-size: 18px;
margin: 4px 0 24px;
font-weight: 800;
letter-spacing: 0.05rem;
}
.recents-filtering {
	max-width: 1170px;
	margin: 0 auto;
}
.recents-filtering h2 {
	text-align: center;
color: #424242;
text-transform: uppercase;
margin: 0 0 17px;
}
.recents-filtering .searchandfilter ul>li>ul:not(.children) {
	display: flex;
justify-content: space-between;
}
#search-filter-results-2320{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#search-filter-results-2320 article {
	width: 381px;
	text-align: center;
}
#search-filter-results-2320 article  img {
	width: 100%;
	height: 503px;
	margin: 0 0 10px;
}
.shop-title {
	margin: 42px 0 13px;
}
.sf-field-taxonomy-cpt_cat ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.sf-field-taxonomy-cpt_cat ul li{
	padding: 0;
	position: relative;
	margin: -6px 41px 0;
}
.sf-field-taxonomy-cpt_cat ul li label{
	padding: 0!important;
	color: #2E2E2E;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.03rem;
}
.sf-field-taxonomy-cpt_cat ul li input[type=radio]{
	-webkit-appearance: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: none;
}
.sf-field-taxonomy-cpt_cat ul li input[type=radio]:hover {
	cursor: pointer;
}
.sf-field-taxonomy-cpt_cat ul li.sf-option-active label {
	border-bottom: 5px solid #D3B0A1;
}
.sf-field-taxonomy-cpt_cat ul li:hover label {
	border-bottom: 5px solid #D3B0A1;
}
.sf-field-taxonomy-cpt_cat ul li label {
	transition: all 0.5s;
}
#search-filter-results-2341{
	max-width: 1000px;
	margin: 3px auto 135px;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
#search-filter-results-2341 .shopitem {
	width: 304px;
height: 358px;
border: 10px solid #CBCBCB;
margin: 20px 13px 13px;
padding: 20px;
position:relative;
}
#search-filter-results-2341 .shopitem .overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: black;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s;
}
#search-filter-results-2341 .shopitem:hover .overlay{
	opacity: 0.4;
}
#search-filter-results-2341 .shopitem a {
	display: block;
	width: 100%;
	height: 100%;
}
#search-filter-results-2341 .shopitem img {
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
}
#search-filter-form-2320 {	
	border-bottom: 1px solid #000000;
	margin-bottom: 32px;
	padding-bottom: 12px;
}
#search-filter-form-2320  li[data-sf-field-input-type=radio] label {
	color: #2E2E2E;
	font-size: 15px;
	padding: 0;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.05rem;
}
#search-filter-form-2320 ul li li {
	position: relative;
	padding: 0 5px 2px;
}
#search-filter-form-2320 ul li li.sf-option-active {
	border-bottom: 3px solid #CBBAAC;
}
#search-filter-form-2320 ul li li:hover {
border-bottom: 3px solid #CBBAAC;	
}
#search-filter-form-2320 ul li li {
	transition: all 0.5s;
}
#search-filter-form-2320 input[type=radio]:hover {
	cursor: pointer;
}
#search-filter-form-2320 input[type=radio]{
	-webkit-appearance: none;
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0;
	opacity: 0;
}
#search-filter-results-2320 article h3{
	margin: 9px 0 35px;
	padding: 0 20px;
}
.recents-filtering .button {
	max-width: 257px;
	text-align: center;
	height: 57px;
	margin: 21px auto 101px;
	background: #000000;
	color: white;
	font-weight: 600;
	font-size: 15px;
	padding: 17px 0 0;
	letter-spacing: 0.08rem;
}
.recents-filtering .button:hover {
	opacity: 1;
	background:#D3B0A1;
	border:1px solid #D3B0A1;
}
.recipes-flex .sf-field-search h4 {
	font-family: 'OPTIAmway';
font-size: 30px;
max-width: 213px;
border-bottom: 1px solid #000000;
margin: 0px auto 27px;
padding-bottom: 16px;
text-transform: uppercase;
text-align: center;
font-weight: 500;
}
.recipes-flex .sf-field-search input{
	width: 231px;
height: 35px;
border: 1px solid #a9a9a9;
color: #2E2E2E;
font-size: 15px;
text-transform: uppercase;
font-weight: 600;
display: block;
margin: 0 auto;
letter-spacing: 0.09rem;
background-image: url(../search%402x.html);
background-repeat: no-repeat;
background-size: 13px;
background-position: 10px 10px;
}
.recipes-flex .sf-field-author h4 {
	text-align: center;
	color: #424242;
	font-size: 20px;
	font-family: 'OPTIAmway';
	font-weight: 100;
	margin: 4px auto 10px;
	text-transform: uppercase;
}
.recipes-flex .sf-field-author {
	height: 40px;
	overflow: hidden;
	margin: 0 0 17px;
}
.recipes-flex .sf-field-search input::-webkit-input-placeholder { /* Edge */
  color: #2E2E2E;
}

.recipes-flex .sf-field-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2E2E2E;
}

.recipes-flex .sf-field-search input::placeholder {
  color: #2E2E2E;
}
.recipes-flex .sf-field-search label {
	display: block;
}
.recipes-flex .sf-field-category, .sf-field-taxonomy-meal-type, .sf-field-taxonomy-diet, .sf-field-taxonomy-season{
	border-bottom: 1px solid #292929;
width: 231px;
margin: 0 auto!important;
max-height: 62px;
overflow: hidden;
transition: all 0.5s;
}
.sf-field-taxonomy-ingredient {
	width: 231px;
	margin: 0 auto!important;
	max-height: 62px;
	overflow: hidden;
	transition: all 0.5s;
}
.sf-field-category.dropdown, .sf-field-taxonomy-meal-type.dropdown, .sf-field-taxonomy-diet.dropdown, .sf-field-taxonomy-season.dropdown, .sf-field-taxonomy-ingredient.dropdown {
	max-height:inherit;
	height:inherit;
}
.sf-field-category h4, .sf-field-taxonomy-meal-type h4, .sf-field-taxonomy-diet h4, .sf-field-taxonomy-season h4, .sf-field-taxonomy-ingredient h4{
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	padding: 10px 0;
	position: relative;
}
.sf-field-category h4:hover, .sf-field-taxonomy-meal-type h4:hover, .sf-field-taxonomy-diet h4:hover, .sf-field-taxonomy-season h4:hover, .sf-field-taxonomy-ingredient h4:hover {
	cursor: pointer;
}
.sf-field-category h4:after, .sf-field-taxonomy-meal-type h4:after, .sf-field-taxonomy-diet h4:after, .sf-field-taxonomy-season h4:after, .sf-field-taxonomy-ingredient h4:after {
	content: "";
display: block;
width: 11px;
height: 7px;
background-image: url(https://everything-delishcom.bigscoots-staging.com/wp-content/themes/MTT_2023/images/down.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
position: absolute;
right: 6px;
top: 17px;
}
.recipes-flex .searchandfilter input[type=checkbox]{
	-webkit-appearance: none;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 3px 0 -4px;
}
.recipes-flex .searchandfilter input[type=checkbox]:checked {
	background:black;
}
.recipes-flex .searchandfilter ul>li>ul:not(.children) {
	margin-left: 20px;
}
.recipes-flex .searchandfilter li[data-sf-field-input-type=checkbox] label, .recipes-flex .searchandfilter li[data-sf-field-input-type=radio] label, .recipes-flex .searchandfilter li[data-sf-field-input-type=range-radio] label, .recipes-flex .searchandfilter li[data-sf-field-input-type=range-checkbox] label {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.05rem;
	line-height: 1;
}
.recipes-flex .search-filter-results .pagination {
	width:100%;
}
/* .recipes-flex .searchandfilter ul li {
	height: 43px;
	overflow: hidden;
} */
.recipes-flex {
	margin-top: 67px;
}
.recipes-flex .search-filter-results{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.recipes-flex  .theiaStickySidebar{
	display: block;
	max-width: 320px;
}
.recipes-flex .search-filter-results article {
	width: 247px;
margin: 0 13px 30px 0;
text-align: center;
}
.recipes-flex .search-filter-results article img {
	width: 100%;
	height: 333px;
	margin: 0 0 10px;
}
.recipes-flex .search-filter-results article h3 {
	color: #424242;
font-size: 23px;
line-height: 33px;
margin: 10px 0 0;
font-weight: 600;
transition: all 0.5s;
}
.recipes-flex .search-filter-results article:hover h3 {
	opacity: 1;
	color:#D3B0A1;
}
.wait {
	padding: 52px 0 34px;
}
.wait h3 {
	font-size: 30px;
	margin: 0 auto 11px;
}
.wait h4 {
	font-family: 'OPTIAmway';
	font-size: 23px;
	margin: 0 0 50px;
}
.wp-block-button__link {
	color: #2E2E2E;
	background-color: #D3B0A1;
	border-radius: 0;
	box-shadow: none;
	text-decoration: none;
	padding: calc(1em + 3px) calc(1.333em + 2px);
	min-width: 351px;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
}
.wp-block-button__link:hover {
	opacity: 1;
	background:#000000;
	color:white;
}
.wait .wp-block-columns {
	max-width: 731px;
	margin: 0 auto;
}
.wait .wp-block-button__link {
	margin-bottom: 25px;
}
/* Post Styles
--------------------------------------------- */
.post-header {
	background: #F7F7F7;
padding: 78px 0 63px;
margin: 0 auto 38px;
}
.post-header .flex {
	max-width: 1148px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	background: white;
}
.post-header .flex .left {
	width: 595px;
	text-align: center;
	display: table;
	height: 685px;
	padding: 0 92px;
	position: relative;
}
.post-header .flex .left .wprm-recipe-link {
	color: #2E2E2E;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.08rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 34px;
}
.post-header .flex .left .wprm-recipe-link:hover {
	color:#D3B0A1!important;
	opacity: 1;
}
.post-header .flex .left .wprm-recipe-link:after {
	content: "";
	display: block;
	background-image: url(https://everything-delishcom.bigscoots-staging.com/wp-content/themes/MTT_2023/images/down2.svg);
	width: 13px;
	height: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 9px auto 0;
}
.post-header .flex .left .wprm-recipe-times-container .wprm-block-text-normal{
	display: flex;
justify-content: flex-start;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 0.05rem;
margin: 0 7px 3px;
}
.post-header .flex .left .wprm-recipe-times-container .wprm-block-text-normal .wprm-block-text-normal {
margin: 0 0 0 3px;
letter-spacing: 0.08rem;
}
.post-header .flex .left .wprm-recipe-times-container  {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 29px auto 9px;
}
.post-header .flex .left .wprm-recipe-block-container-columns .wprm-recipe-details-label {
	display: block;
min-width: 99px;
text-transform: uppercase;
letter-spacing: 0.08rem;
font-size: 15px;
font-weight: 600!important;
}
.post-header .flex .left .wprm-recipe-details{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}
.post-header .flex .left .wprm-recipe-details-unit {
	font-size: 15px;
	font-weight: 600;
	margin-left: 4px;
}
.post-header .flex .left h1.post-title {
	margin: 0 0 25px;
	font-size: 40px;
	line-height: 45px;
	border-bottom: 1px solid #3A3A3A;
	padding-bottom: 25px;
}
.post-header .flex .left p {
	font-size: 17px;
line-height: 22px;
color: #2E2E2E;
}
.post-header .flex .right {
	width: 551px;
	height: 685px;
}
.post-header .flex .right img {
	width: 100%;
	height: 100%;
}
.post-flex {
	max-width: 1164px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.post-flex .left-side {
	width: 784px;
}
.post-flex .left-side h2 {
	font-size: 25px;
	line-height: 36px;
	color: #424242;
	margin: 4px 0 8px;
}
.post-flex .left-side p, .post-flex .left-side ul, .post-flex .left-side ol {
	color:#2E2E2E;
}
.post-flex .left-side ul, .post-flex .left-side ol  {
	padding-left: 20px;
	margin: 0 auto 30px;
}
.post-flex .left-side .tiktok-embed {
	border:none;
}
.post-flex .left-side ul li {
	list-style-type: disc;
}
.post-flex .left-side figure {
	margin: 30px 0;
}
.post-flex .left-side figure img {
	width:100%;
}
.post-flex .left-side ol li {
	list-style-type: decimal;
}
.post-flex .left-side .wprm-recipe-template-custom {
	max-width: 100%;
	margin: 50px auto;
	padding: 0;
}
.wprm-recipe-template-custom .recipe-flex {
	display: flex;
	justify-content: space-between;
	padding: 30px 25px;
}
.wprm-recipe-template-custom .recipe-flex .lside {
	width: 56%;
	text-align: center;
}
.wprm-recipe-template-custom .recipe-flex .lside .wprm-recipe-summary{
	font-size: 17px;
line-height: 22px;
padding: 0 10px;
margin: 0 auto 23px;
}
.wprm-recipe-template-custom .recipe-flex .lside a.wprm-recipe-link{
margin: 0;
width: 186px;
height: 54px;
font-size: 15px;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 0.08rem;
padding: 14px 0 0!important;
}
.wprm-recipe-template-custom .recipe-flex .lside a.wprm-recipe-link:hover {
	background:#D3B0A1!important;
	border:1px solid #D3B0A1!important;
	opacity: 1!important
}

.wprm-recipe-template-custom .recipe-flex .lside .button-flex {
	padding: 0 12px;
display: flex;
justify-content: space-between;
margin: 0 auto 73px;
}
.wprm-recipe-template-custom .recipe-flex .lside .wprm-recipe-rating {
	display: flex;
	justify-content: center;
	font-size: 17px;
	font-weight: 500;
}
.wprm-recipe-template-custom .recipe-flex .lside .wprm-recipe-rating .wprm-recipe-rating-details {
	font-size: 17px;
	padding: 4px 0 0 12px;
}
.wprm-recipe-template-custom .recipe-flex .lside h2 {
	color: #424242;
font-size: 30px;
line-height: 44px;
font-family: 'OPTIAmway';
font-weight: 200!important;
margin: 10px auto 12px!important;
padding: 0 20px!important;
}
.wprm-recipe-template-custom .recipe-flex .wprm-recipe-image img {
	width: 281px;
	height: 374px;
	margin: 0;
	object-fit: cover;
	object-position: center;
}
.wprm-recipe-template-custom .meta-flex{
	border-bottom: 1px solid #3A3A3A;
display: flex;
justify-content: center;
padding: 15px 0 32px;
}
.wprm-recipe-template-custom .meta-flex .wprm-recipe-meta-container {
	display: flex;
}
.wprm-recipe-template-custom .meta-flex .wprm-recipe-block-container-columns .wprm-recipe-details-label {
	display: block;
	min-width: auto;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.08rem;
	font-weight: 600!important;
}
.wprm-recipe-template-custom .meta-flex .wprm-recipe-block-container-columns {
	display: block;
text-align: center;
font-size: 15px;
margin: 0 23px;
}
.wprm-recipe-template-custom .meta-flex .wprm-recipe-details-unit {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.08rem;
}
.wprm-recipe-container {
	background: #F7F7F7;
}
.wprm-recipe-template-custom .wprm-recipe-ingredients-container, .wprm-recipe-template-custom .wprm-recipe-instructions-container {
	padding: 0 41px;
}
.wprm-recipe-template-custom .wprm-recipe-header {
	margin-top: 1.2em !important;
font-size: 20px;
text-transform: uppercase;
font-family: 'OPTIAmway';
color: #424242;
margin-bottom: 18px!important;
}
.wprm-recipe-ingredients-container .wprm-recipe-ingredient-group-name {
	margin-top: 0.8em !important;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
	margin-bottom: 3px!important;
}
.post-flex .left-side .wprm-recipe-ingredients-container ul li {
	list-style-type: none!important;
margin: 0 0 6px 0px!important;
font-size: 17px;
line-height: 23px;
}
.post-flex .left-side .wprm-recipe-template-custom ul, .post-flex .left-side .wprm-recipe-template-custom ol {
	padding-left: 12px;
	margin: 6px auto 25px;
}
.post-flex .left-side .wprm-recipe-template-custom ul.wprm-recipe-instructions{
	padding-left: 0;
	margin: 6px auto 25px;
}
.post-flex .left-side .wprm-recipe-instructions-container .wprm-recipe-instruction-group-name {
	margin-top: 0.8em !important;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 0.03rem;
	font-weight: 600!important;
}
.post-flex .left-side .wprm-recipe-notes-container {
	background: #F5F1EB;
	padding: 10px 76px 42px;
	text-align: center;
	margin-top:30px;
}
.post-flex .left-side .wprm-recipe-video-container {
	padding: 0 30px;
}
.post-flex .left-side .wprm-recipe-notes-container h3 {
	font-size: 30px;
	margin: 29px auto 24px!important;
}
.post-flex .right-side {
	width: 333px;
}
.post-flex .right-side aside {
	border-left: 1px solid #8f8f8f;
	padding: 23px 21px 0 48px;
}
.related .yarpp-related h3 {
	text-align: center;
font-size: 30px;
font-weight: 100;
margin: 30px auto 24px;
text-transform: inherit;
}
.post-flex .left-side .related .yarpp-related ul{
		padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
.post-flex .left-side .related .yarpp-related ul li {
	list-style-type: none;
	width: 251px;
	text-align: center;
}
.post-flex .left-side .related .yarpp-related ul li img {
	width: 100%;
	height: 311px;
	margin: 0 0 17px;
}
.post-flex .left-side .related .yarpp-related ul li h3 {
	font-size: 23px;
	line-height: 33px;
	margin: 12px 0 0;
}
.post-flex .left-side .yarpp-related a {
	font-weight: 600;
	text-decoration: none;
}
.comments-wrap {
	position: relative;
}
.comments-wrap .comment-notes, .comments-wrap .comment-form-url {
	display: none;
}
.comments-wrap .comment-form-wprm-rating {
	position: absolute;
	top: 102px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.comments-wrap .logged-in-as {
	display: none;
}
.comments-wrap .comment-form-wprm-rating label{
	display: block;
font-size: 15px;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 0.07rem;
margin: 0 0 4px;
}
.comments-wrap p {
	margin-bottom: 12px;
font-family: 'Inter';
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.06rem;
color: #2E2E2E!important;
}
.post-flex .left-side .comments-wrap ol p {
	font-size: 17px;
letter-spacing: initial;
text-transform: inherit;
font-weight: 400;	
}
.comments-wrap {
	background: #F7F7F7;
padding: 54px 95px;
margin: 68px auto 0;
}
.comments-wrap h4 {
	color: #2E2E2E;
text-align: center;
font-family: 'OPTIAmway';
font-weight: 100;
font-size: 30px;
margin: 0 0 95px;
}
.comments-wrap  input[type="submit"] {
	width: 150px;
	height: 42px;
	background: black;
	color: white;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.07rem;
	text-align: center;
}
.comments-wrap input[type="submit"]:hover {
	background:#D3B0A1;
	border:1px solid #D3B0A1;
	opacity:1;
}
.comments-wrap textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #000000;
	text-align: left;
}
.comments-wrap input {
	text-align: left;
}
.toggle-comments {
	height: 65px;
	overflow: hidden;
	transition: all 0.5s;
}
.toggle-comments.active {
	height: inherit;
}
.toggle-comments.active .minus {
	display: inline-block!important;
}
.toggle-comments.active .plus {
	display: none;
}
.toggle-comments .toggle {
	display: block;
font-size: 15px;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 0.08rem;
margin: 20px auto 31px;
transition: all 0.5s;
}
.toggle-comments .toggle:hover {
	cursor: pointer;
	color:#D3B0A1;
}
.toggle-comments .toggle .minus {
	display: none;
}
.post-flex .left-side .comments-wrap ol {
	padding:0;
	margin:0;
	height:0;
	overflow: hidden;
}
.post-flex .left-side .comments-wrap .toggle-comments.active ol  {
	height:inherit;
}
.post-flex .left-side .comments-wrap ol li {
	list-style-type: none;
border-bottom: 1px solid #000000;
padding-bottom: 4px;
margin-bottom: 30px;
}
.post-flex .left-side .comments-wrap ol li:last-child {
	border-bottom:none;
}
.toggle-comments .comment-author {
	font-size: 20px;
font-family: 'OPTIAmway';
text-transform: uppercase;
margin-bottom: 12px;
}
.toggle-comments .comment-author .says {
	display: none;
}
.toggle-comments .comment-metadata {
	display: none;
}
.toggle-comments .reply {
	display: none;
}
#text-2 {
	text-align: center;
	margin: 13px auto 0;
}
#text-2 h4.widget-title {
	text-align: center;
	font-family: 'OPTIAmway';
	font-size: 30px;
	border-bottom: 3px solid #DFCCBD;
	display: inline-block;
	margin: 0 auto;
	text-transform: uppercase;
	padding: 0 7px 7px;
	margin-bottom: 6px;
	font-weight: 500;
}
#text-2 p {
	font-size: 15px;
	line-height: 20px;
	color: #424242;
}
#text-2 p a {
	color: #424242;
	font-weight: 600;
	text-decoration: underline;
}
#text-2 p a:hover {
	color:#D3B0A1;
}
#execphp-3 h4.widget-title {
	text-align: center;
	font-family: 'Inter';
	font-size: 13px;
	color: #2E2E2E;
	letter-spacing: 0.04rem;
	margin: 28px auto 0;
}
#execphp-3 .social-links {
	display: flex;
	justify-content: center;
}
#execphp-3 .social-links li {
	margin: 4px 6px;
}
#execphp-3 .social-links li img {
	max-height: 15px;
max-width: 21px;
object-fit: contain;
object-position: center;
filter: brightness(0%);
transition: all 0.5s;
}
#execphp-3 .social-links li:hover img {
	filter: brightness(100%);
}
#execphp-3 .subscribe-trigger {
	cursor: pointer;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.05rem;
	margin: 0 auto;
	padding: 0;
}
#execphp-6 {
	margin-top: 26px;
	width: 114%;
	margin-left: -17px;
}
#execphp-6 img {
	width:100%;
}
#execphp-6 h5 {
	margin: 0;
	text-align: center;
	background: #E3D3C3;
	padding: 25px;
	font-family: 'OPTIAmway';
	color: #2E2E2E;
	font-size: 30px;
	font-weight: 100;
}
#execphp-4 h4 {
	text-align: center;
	font-family: 'OPTIAmway';
	font-size: 30px;
	margin: 23px 0 22px;
	font-weight: 100;
}
.pop-posts {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pop-posts .menu-post {
	width: 127px;
	text-align: center;
}
.pop-posts .menu-post img {
	width: 100%;
	height: 158px;
}
.pop-posts .menu-post h3 {
	font-size: 15px;
	line-height: 20px;
	margin: 4px 0 15px;
	font-weight: 600;
	transition: all 0.5s;
}
.pop-posts .menu-post:hover h3 {
	color:#D3B0A1;
}
#execphp-5{
	width: 114%;
	margin-left: -17px;
	background: #F5F1EB;
	padding: 30px 30px 42px;
	text-align: center;
	margin-top: 20px;
}
#execphp-5 h4 {
	font-size: 23px;
margin: 0 0 19px;
font-family: 'OPTIAmway';
font-weight: 100;
}
#execphp-5 .prev {
	position: absolute;
	left: 0;
	z-index: 1;
	top: 77px;
}
#execphp-5 .next {
	position: absolute;
	right: 0;
	z-index: 1;
	top: 77px;
}
#execphp-5 .sidebar-slider .slick-slide img {
	width: 165px;
	height: 165px;
	background: white;
	border: 1px solid #000000;
	padding: 20px;
	object-fit: contain;
	object-position: center;
}
aside #gform_widget-2 {
	width: 114%;
margin-left: -17px;
background-image: url(../form.html);
background-size: cover;
background-position: center;
padding: 46px 25px;
}
aside #gform_widget-2 .widget-wrap {
	background: #F7F7F7;
padding: 10px 18px;
text-align: center;
}
aside #gform_widget-2 .gform_title {
	margin: 17px 0 7px;
font-size: 13px;
text-transform: uppercase;
font-family: 'Inter';
font-weight: 600;
letter-spacing: 0.04rem;
line-height: 1;
}
aside #gform_widget-2 .gform_description{
	max-width: 110px;
font-size: 20px;
line-height: 25px;
font-family: 'OPTIAmway';
margin: 0px auto 15px;
	display:block;
}
aside #gform_widget-2 input {
	text-align: left;
height: 44px;
border: 1px solid #3A3A3A;
font-size: 13px;
padding: 0 18px;
letter-spacing: 0.05rem;
margin: 0 0 -3px;
}
aside #gform_widget-2 input#gform_submit_button_3{
	text-align: center;
		height: 38px;
		border: none;
		background: #D3B0A1;
		color: #2E2E2E;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 13px;
		margin: -5px 0 -8px;
}
aside #gform_widget-2 input#gform_submit_button_3:hover {
	background:black;
	color:white;
	opacity: 1;
}
/* Footer Styles
--------------------------------------------- */

.footer-widgets {
    clear: both;
    margin: 0px auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.the-footer {
	background: #000000;
	color: white;
	padding: 80px 0 15px;
}
.the-footer a {
	color:white;
}
.the-footer .social-links {
	display: flex;
	justify-content: center;
}
.the-footer .social-links li {
	margin: 14px 6px!important;
}
.the-footer .social-links li img {
	filter: brightness(0) invert(1);
	max-width: 19px;
	max-height: 16px;
	transition: all 0.5s;
}
.the-footer .social-links li img:hover {
	filter: brightness(1) invert(0);
}
.the-footer .flex {
	max-width: 1284px;
	margin: 0 auto 25px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.the-footer .flex .left {
	width: 50%;
	border-right: 1px solid white;
	display: flex;
	justify-content: space-between;
	padding: 0 112px 0 0px;
}
.the-footer .flex .left .col1 {
	width: 190px;
	text-align: center;
	padding-top: 47px;
}
.the-footer .flex .left ul li {
	text-align: center;
	margin: 7px 0 7px;
}
.the-footer .flex .left ul li a {
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.055rem;
}
.the-footer .flex .left ul li a:hover, .the-footer .flex .right .gform_wrapper input#gform_submit_button_1:hover {
	color:#D3B0A1;
	opacity: 1;
}
.the-footer .flex .left ul li.title a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.08rem;
}
.the-footer .flex .right {
width: 50%;
display: flex;
justify-content: space-between;
padding: 6px 28px 0 115px;
}
.the-footer .flex .right .gform_wrapper {
	max-width: 304px;
	text-align: center;
	margin: 0;
}
.the-footer .flex .right .gform_wrapper h2 {
	font-size: 20px;
line-height: 29px;
margin: -6px 0 4px;
}
.the-footer .flex .right .gform_wrapper .gform_description{
	font-size: 13px;
	line-height: 16px;
	display: block;
	margin-bottom: 17px;
	color:white;
}
.the-footer .flex .right .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 7px;
}
.the-footer .flex .right .gform_wrapper input{
	background: white;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	width: 304px;
	padding: 0;
	height: 31px;
	letter-spacing: 0.03rem;
}
.the-footer .flex .right .gform_wrapper input#gform_submit_button_1 {
	background: black;
	color: white;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	height: auto;
}
.the-footer .flex .right .gform_wrapper.gravity-theme .gform_footer {
	margin: 0 0 0;
	padding: 12px 0 0;
}
.the-footer .flex .right .image-fit{
	width: 166px;
	height: 207px;
	margin:0;
}
.the-footer .creds {
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.015rem;
	margin: 0 auto 0;
	padding: 25px 0 0;
}
.the-footer .creds p {
	margin: 0;
	color:white;
}
/* Popup Styles
------------------------------------------------------------ */
.pum-theme-2134 .pum-content, .pum-theme-default-theme .pum-content {
	display: flex;
	justify-content: space-between;
}
.pum-theme-2134 .pum-content .gform_wrapper {
	max-width: 304px;
	margin: 0;
	text-align: center;
}
.pum-theme-2134 .pum-content .gform_wrapper h2 {
	font-size: 23px;
	line-height: 26px;
	margin: 0 0 17px;
	position: relative;
}
.pum-theme-2134 .pum-content .gform_wrapper h2:before {
	content: "";
	display: block;
	background: url(../logo%402x.html);
	width: 188px;
	height: 24px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 30px auto 10px;
}
.pum-theme-2134 .pum-content .gform_wrapper .gform_description {
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 25px;
	display: block;
}
.pum-theme-2134 .pum-content .gform_wrapper input {
	width: 100%!important;
	height: 38px;
	border: 1px solid #707070;
	text-align: left;
	background: white;
	font-size: 13px!important;
	font-weight: 600;
	letter-spacing: 0.04rem;
	color: #424242;
	padding: 0 14px!important;
}
.pum-theme-2134 .pum-content .gform_wrapper input::-webkit-input-placeholder { /* Edge */
  color: #424242;
}

.pum-theme-2134 .pum-content .gform_wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #424242;
}

.pum-theme-2134 .pum-content .gform_wrapper input::placeholder {
  color: #424242;
}
.pum-theme-2134 .pum-content .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 9px;
}
.pum-theme-2134 .pum-content .gform_wrapper #gform_submit_button_1 {
	width: 150px!important;
	height: 38px;
	text-align: center;
	border: none;
	background: #D3B0A1;
	text-transform: uppercase;
}
.pum-theme-2134 .pum-content .gform_wrapper #gform_submit_button_1:hover {
	opacity: 1;
	color:white;
	background:black;
}
.pum-theme-2134 .pum-content .gform_wrapper.gravity-theme .gform_footer{
	padding: 0;
	margin: 18px 0 0;
}
.pum-theme-2134 .pum-content  p {
	margin:0;
}
/* 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;
    border: 1px solid #000;
    float: none;
    clear: none;
    display: block;
    margin: 0px auto;
    background: none;
    color: #000000;
    padding: 10px;
}

button:hover, .button:hover, a.text-button:hover, a:hover, input[type="submit"]:hover {
	opacity: .7;
	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 {
    display: none;
}

.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; }
}


/* Responsive Styles
--------------------------------------------- */

@media all and (max-width:1440px) {
	.recipes-flex .search-filter-results {
		justify-content: flex-start;
	}
}
@media all and (max-width:1280px) {
	.the-header .flex {
		max-width: 1040px;
	}
	.the-header .flex .left .logo-link {
		margin: 0 38px 0 0;
	}
	.the-header .flex .left #menu-main li, .the-header .flex .left #menu-main-1 li {
		margin-top: 7px;
		margin-right: 37px;
	}
	.post-flex, .post-header .flex, .press-block, .contactblock, .cta-two, .main-about .flex, .the-footer .flex, .main-posts-slider .post-flex, .featured-posts, .cta, .feat-slider .feat-posts, .welcome .flex, .video-cta, .recents-filtering {
		max-width:1000px;
	}
	.post-flex .left-side {
		width: 638px;
	}
	.wprm-recipe-template-custom .recipe-flex .lside h2 {
		line-height: 36px;
	}
	.wprm-recipe-template-custom .recipe-flex .lside a.wprm-recipe-link, .wprm-recipe-template-custom .recipe-flex .lside a.wprm-recipe-link:hover {
		width: 140px;
	}
	.post-flex .left-side .related .yarpp-related ul li {
		width:200px;
	}
	.post-flex .left-side .related .yarpp-related ul li img {
		height:270px;
	}
	.post-header .flex .left {
		padding: 0 42px;
	}
	.pressgroup li {
		width: 487px;
	}
	.pressgroup ul li .image-fit {
		width:222px;
	}
	.contactblock .flex .left {
		width: 484px;
		height: 484px;
	}
	.contactblock .flex .right {
		padding:0;
	}
	.contactblock .flex .right p {
		width: 94%;
		margin: 0 auto 25px;
	}
	.contactblock .flex .right h2 {
		margin: 0 0 7px;
	}
	.cta-two .flex .image-fit {
		margin: 0;
		height: 375px;
		width: 248px;
	}
	.main-about .flex .left {
		width: 416px;
		height: 579px;
	}
	.main-about .flex .right .imgtwo {
		margin: 1px 0 -151px 170px;
	}
	.fun-facts .inside {
		max-width: 712px;
		margin: 0 auto;
		padding-right: 0px;
	}
	.the-footer .flex .left {
		padding: 0 27px 0 0px;
	}
	.the-footer .flex .right {
		padding: 6px 0 0 17px;
	}
	#search-filter-results-2320 article {
		width:320px;
	}
	#search-filter-results-2320 article img {
		height:445px;
	}
	.video-cta .flex .left {
		width: 435px;
	}
	.video-cta .flex .right {
		width: 54%;
		padding: 0 20px 0 0;
	}
	.welcome .flex .left {
		width:525px;
	}
	.welcome .flex .right p br {
		display: none;
	}
	.feat-slider .feat-posts .size {
		width:300px;
	}
	.feat-slider .feat-posts .hero-image {
		height:370px;
	}
	.feat-slider .feat-posts h3 {
		min-height:110px;
	}
	.featured-posts article {
		width: 238px;
	}
	.cta .flex .left {
		padding: 0 1px 0 0;
		width: 42%;
	}
	.cta .flex .right {
		width:455px;
	}
}

@media all and (max-width:1150px) {
	.main-posts-slider .next {
		right:10px;
	}
	.main-posts-slider .prev {
		left:10px;
	}
}
@media all and (max-width:1080px) {
	#rmp_menu_trigger-2436 {
	 display: block!important;
	}
	.the-header .flex {
		max-width: 95%;
		padding: 0;
		position: relative;
		display: flex;
		justify-content: flex-end;
	}
	.the-header .flex .left .logo-link {
		margin: 0;
	}
	.the-header .flex .left {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: 294px;
	}
	#search-filter-results-2341, .post-flex, .post-header .flex, .press-block, .contactblock, .cta-two, .main-about .flex, .the-footer .flex, .main-posts-slider .post-flex, .featured-posts, .cta, .feat-slider .feat-posts, .welcome .flex, .video-cta, .recents-filtering {
		max-width: 750px;
	}
	.the-header .flex .left .menu-main-container {
		display: none;
	}
	#responsive-menu-pro-additional-content .social-links {
		display: flex;
		justify-content: flex-start;
	}
	#responsive-menu-pro-additional-content .social-links li img {
		max-width: 24px;
		max-height: 19px;
		object-fit: contain;
		object-position: center;
	}
	#responsive-menu-pro-container {
		margin-top: 73px!important;
		filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.16));
	}
	#responsive-menu-pro-container #responsive-menu-pro-wrapper {
		padding-top:20px;
	}
	#responsive-menu-pro-additional-content .social-links li{
		margin: 20px 15px 0 0;
	}
	#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a{
		    text-transform: uppercase!important;
    letter-spacing: 0.08rem!important;
    font-family: "Inter";
    font-size: 15px!important;
    font-weight: 800!important;
	}
	
	.the-header .flex .right ul li:nth-child(1), .the-header .flex .right ul li:nth-child(2), .the-header .flex .right ul li:nth-child(3), .the-header .flex .right ul li:nth-child(4),.the-header .flex .right ul li:nth-child(5), .the-header .flex .right ul li:nth-child(6) {
		display: none;
	}
	.sf-field-taxonomy-cpt_cat ul li {
		margin: -6px 14px 0;
	}
	.the-header .flex .right ul {
		width: 174px;
		justify-content: flex-end;
	}
	.main-posts-slider .post-flex .left {
		padding:0;
	}
	.main-posts-slider .post-flex .right {
		width: 350px;
		margin: 0;
	}
	.highlight-search {
		max-width:750px;
	}
	.highlight-search .flex form {
		width:450px;
	}
	.highlight-search .flex form #search {
		width:225px;
	}
	.featured-posts article {
		width: 180px;
	}
	.featured-posts article img {
		height:260px;
	}
	.featured-posts article h3 {
		margin: 11px 0 0;
		padding: 0 10px;
		font-size: 19px;
		line-height: 1.2;
	}
	.cta .flex .right {
		width: 305px;
		height: 305px;
	}
	.cta .flex .left {
		padding: 0 1px 0 0;
		width: 50%;
	}
	.cta .flex .left h2 {
		font-size: 35px;
		line-height: 50px;
	}
	.cta {
		padding: 33px 31px;
	}
	.welcome .flex .left {
		width: 395px;
		height: 437px;
	}
	.welcome .flex .right h2 {
		font-size: 28px;
		line-height: 1.5;
		margin: 0 0 10px;
	}
	.welcome .flex .right {
		height:437px;
	}
	.video-cta .flex .left {
		width: 327px;
	}
	.recents-filtering .searchandfilter ul>li>ul:not(.children) {
		flex-wrap: wrap;
		justify-content: center;
	}
	#search-filter-form-2320 ul li li {
		margin: 0 20px 20px;
	}
	#search-filter-results-2320 article {
		width: 365px;
	}
	.main-posts-slider .post-flex .right img {
		width: 100%;
		height: 466px;
	}
	.main-posts-slider .post-flex .left {
		height:466px;
	}
	.main-posts-slider .post-flex .left h2 {
		font-size:30px;
	}
	.main-posts-slider .post-flex .left .post-category {
		font-size:16px;
	}
	.the-footer .flex {
		flex-direction: column-reverse;
	}
	.the-footer .flex .right {
		padding: 0;
		width: 100%;
		max-width: 493px;
		margin: 0 auto 50px;
	}
	.the-footer .flex .left {
		padding: 20px 95px 0;
		border-right: none;
		width: 100%;
		border-top: 1px solid white;
	}
	.main-about .flex .left {
		width: 360px;
		height: 476px;
	}
	.main-about .flex .right {
		width: 48.3%;
		position: relative;
	}
	.main-about .flex .right h1 {
		font-size: 51px;
		margin: 111px 0 18px -95px;
	}
	.main-about .flex .right .imgtwo {
		margin: 35px 0 -174px 80px;
		width: 282px;
		height: 330px;
	}
	.fun-facts .inside h2 {
		margin: 33px 0 90px -63px;
	}
	.fun-facts .inside li:nth-child(2) .right .desc {
		width: 100%;
	}
	.cta-two .flex .image-fit {
		margin: 0;
		height: 201px;
		width: 156px;
	}
	.cta-two .flex .image-fit.right {
		margin-top: 160px;
	}
	.cta-two {
		padding: 33px 39px;
	}
	.contactblock .flex {
		display: block;
	}
	.contactblock .flex .left {
		margin: 0 auto 40px;
		display: block;
	}
	.contactblock .flex .right {
		padding: 0;
		width: 100%;
	}
	.pressgroup li {
		width: 100%;
	}
	.pressgroup ul li .image-fit {
		width: 300px;
	}
	.post-header .flex {
		flex-direction: column-reverse;
	}
	.post-header .flex .right {
		width: 100%;
		height: 500px;
	}
	.post-header .flex .left {
		padding: 50px 50px 80px;
		width: 100%;
		height: auto;
	}
	.post-flex .right-side {
		display: none;
	}
	.post-flex .left-side {
		width: 100%;
	}
}
@media all and (max-width:855px) {
	.main-posts-slider .next {
		right: 0px;
		transform: rotate(90deg);
	}
	.main-posts-slider .prev {
		left: 0px;
		transform: rotate(-90deg);
	}
}
@media all and (max-width:768px) {
	.the-header .flex .right .subscribe-trigger {
		display:none;
	}
	#search-filter-results-2341, .press-block, .contactblock, .cta-two, .main-about .flex, .the-footer .flex, .main-posts-slider .post-flex, .featured-posts, .cta, .feat-slider .feat-posts, .welcome .flex, .video-cta, .recents-filtering {
		max-width: 500px;
	}
	.main-posts-slider .post-flex {
		flex-direction: column-reverse;
	}
	.main-posts-slider .post-flex .right {
		width: 100%;
		margin: 0;
	}
	.main-posts-slider .post-flex .left {
		height: auto;
		width: 100%;
		padding: 32px 0 0;
	}
	.main-posts-slider .next, .main-posts-slider .prev {
		top:31%;
	}
	.main-posts-slider .post-flex .left h2 {
		padding:0 50px;
	}
	.highlight-search {
		max-width: 500px;
	}
	.highlight-search .flex {
		display: block;
		margin-top:0;
	}
	.highlight-search .flex .button {
		margin: 25px 0 0;
		width: 100%;
	}
	.featured-posts article {
		width: 237px;
		margin: 0 0 30px;
	}
	.featured-posts article img {
		height: 310px;
	}
	.cta .flex {
		flex-direction: column-reverse;
		padding-top: 125px;
		position: relative;
	}
	.cta .flex .right {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	.cta {
		padding: 33px 31px 10px;
	}
	.cta .flex .left {
		padding: 0 0px 0 0;
		width: 100%;
		height: auto;
		display: block;
	}
	.cta .flex .left h2 {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 40px;
	}
	.highlight-search .flex form {
		width: 100%;
	}
	.highlight-search .flex form #search {
		width: 281px;
	}
	.highlight-search ul {
		justify-content: center;
	}
	.highlight-search ul li {
		margin: 0px 26px 40px;
	}
	.feat-slider .feat-posts .size {
		width: 232px;
	}
	.feat-slider .feat-posts .hero-image {
		height: 280px;
	}
	.welcome .flex {
		display: block;
	}
	.welcome .flex .left {
		width: 100%;
		height: auto;
	}
	.welcome .flex .right {
		height: auto;
		width: 100%;
		padding: 20px 0 0;
	}
	.video-cta .flex {
		flex-direction: column-reverse;
	}
	.video-cta {
		height:auto;
	}
	.video-cta .flex .right {
		width: 100%;
		padding: 0 20px;
	}
	.video-cta .flex .left {
		width: 100%;
		height: auto;
	}
	#search-filter-form-2320 ul li li {
		margin: 0 10px 15px;
	}
	#search-filter-results-2320 article {
		width: 239px;
	}
	#search-filter-results-2320 article img {
		height: 310px;
	}
	.the-footer .flex .left {
		padding: 20px 10px 0;
	}
	.recipes-flex {
		margin-top: 10px;
		display: block!important;
	}
	.recipes-flex .theiaStickySidebar {
		display: block;
		max-width: 320px;
		margin: 0 auto;
	}
	.recipes-flex .search-filter-results {
		justify-content: center;
	}
	.wait .wp-block-columns {
		max-width: 500px;
		margin: 0 auto;
		display: block;
	}
	.wait .wp-block-buttons {
		display: block;
		text-align: center;
		margin: 0;
	}
	.wait .wp-block-button__link {
		margin: 0 auto 20px;
	}
	.main-about .flex {
		display: block;
		margin: 0 auto 0;
	}
	.main-about .flex .right {
		width: 100%;
		position: relative;
	}
	.main-about .flex .left {
		width: 100%;
		height: auto;
		margin: 0 auto 0;
	}
	.main-about .flex .right h1 {
		font-size: 51px;
		margin: 20px auto 10px;
		text-align: center;
	}
	.main-about .flex .right p {
		max-width: 100%;
		margin-bottom: 17px;
		text-align: center;
	}
	.main-about .flex .right .imgtwo {
		margin: 35px auto 32px;
		width: 282px;
		height: auto;
		display: block;
	}
	.fun-facts .inside {
		max-width: 500px;
		margin: 0 auto;
		padding-right: 0px;
	}
	.fun-facts .inside h2 {
		margin: 30px auto 70px;
	}
	.fun-facts .inside .flex {
		display: block;
	}
	.fun-facts .inside .flex .left {
		margin: 0 auto;
	}
	.fun-facts .inside .flex .right {
		width: 100%;
		text-align: center;
	}
	.fun-facts .inside .flex .right h4 {
		margin: 25px 0 14px;
	}
	.cta-two {
		padding: 10px;
		margin: 40px auto;
	}
	.cta-two .flex {
		display: block;
		position: relative;
	}
	.cta-two .flex .center {
		width: 100%;
		text-align: center;
		height: auto;
		display: table;
		padding: 20px 0 0;
	}
	.cta-two .flex .image-fit {
		margin: 0;
		height: 275px;
		width: 50%;
	}
	.cta-two .flex .image-fit.right {
		position: absolute;
		margin: 0;
		height: 275px;
		width: 50%;
		top: 0;
		right: 0;
	}
	.pressgroup ul li .image-fit {
		width: 218px;
	}
	#search-filter-results-2341 .shopitem {
		width: 202px;
		height: 200px;
		border: 10px solid #CBCBCB;
		margin: 20px 7px 5px;
		padding: 20px;
	}
	.post-header {
		padding:30px;
	}
	.post-header .flex {
		max-width:100%;
	}
	.post-flex {
		max-width:90%;
	}
	.main-posts-slider.slick-slider {
		max-height: none;
	}
}
@media all and (max-width:550px) {
	.main-posts-slider .post-flex {
		max-width:85%;
	}
	.the-header .flex .right {
		position: initial
	}
	.the-header .flex .right ul {
		width: 23px;
		justify-content: flex-end;
	}
	.the-header .flex .right .search-form.active {
		left:12%;
	}
	.the-header .flex .right .search-form {
		width:81%;
	}
	.main-posts-slider {
		padding: 36px 0 20px;
	}
	.highlight-search {
		max-width: 300px;
	}
	.highlight-search h2 {
		text-align: center;
		font-size: 21px;
		margin: 21px auto 17px;
		font-weight: 600;
	}
	.highlight-search ul {
		padding:0;
	}
	.highlight-search ul li {
		margin: 0px 12px 34px;
	}
	.highlight-search .flex form label {
		width: 100%;
		text-align: center;
		margin: 14px auto 5px;
	}
	.highlight-search .flex form #search {
		width: 247px;
	}
	.highlight-search .flex form {
		flex-wrap: wrap;
	}
	.highlight-search ul li a {
		font-size:21px;
	}
	.featured-posts h2 {
		color: #424242;
		margin: 19px auto 21px;
		text-transform: uppercase;
		width: 100%;
		font-size: 37px;
	}
	.the-footer .flex, .featured-posts, .cta {
		max-width: 300px;
	}
	.pum-theme-2134 .pum-content, .pum-theme-default-theme .pum-content {
		display: block;
	}
	.pum-container.pum-responsive img {
		max-width: 200px!important;
		margin: 0 auto;
		display: block;
	}
	.pum-theme-2134 .pum-content .gform_wrapper {
		max-width: 100%;
		margin: 0;
		text-align: center;
	}
	.press-block {
		max-height: 90%;
	}
	.contactblock {
		max-width: 100%;
	}
	.contactblock .flex .left {
		margin: 0 auto 40px;
		display: block;
		width: 100%;
		height: auto;
	}
	.contactblock .flex .right {
		padding: 0;
		width: 90%;
		margin: 0 auto;
	}
	.cta-two {
		max-width: 92%;
		padding: 15px;
		margin: 20px auto;
	}
	.main-about .flex {
		max-width: 100%;
	}
	#search-filter-results-2341 {
		max-width: 100%;
	}
	.recents-filtering {
		max-width: 90%;
	}
	#search-filter-results-2320 article {
		width: 48%;
	}
	.video-cta {
		max-width: 90%;
		margin: 20px auto 30px;
	}
	.welcome .flex {
		max-width: 90%;
		margin: 33px auto 0;
	}
	.feat-slider .feat-posts {
		max-width: 90%;
	}
	.feat-slider .feat-posts .size {
		width: 83%;
	}
	.featured-posts article {
		width: 143px;
		margin: 0 0 30px;
	}
	.featured-posts article img {
		height: 200px;
	}
	.featured-posts article h3 {
		margin: 6px 0 0;
		padding: 0 10px;
		font-size: 17px;
		line-height: 1.2;
	}
	.cta {
		padding: 33px 31px 10px;
		max-width: 100%;
		margin: 0 auto 0;
	}
	.feat-slider {
		background: #F7F7F7;
		padding: 42px 0 45px;
		margin: 0px auto;
	}
	.recents-filtering .searchandfilter ul>li>ul:not(.children) {
		display: block;
		column-count: 3;
	}
	#search-filter-form-2320 ul li li {
		position: relative;
		padding: 0 0 3px;
	}
	.recents-filtering .button {
		margin: 21px auto 40px;
	}
	.the-footer .flex .right {
		flex-direction: column-reverse;
		margin: 0 auto 25px;
	}
	.the-footer .flex .right .image-fit {
		width: 166px;
		height: 207px;
		margin: 0 auto 25px;
	}
	.the-footer {
		padding: 36px 0 15px;
	}
	.the-footer .flex .right .gform_wrapper input {
		width:100%;
	}
	.the-footer .flex .left {
		padding: 20px 0 20px 0;
		flex-wrap: wrap;
		position: relative;
	}
	.the-footer .social-links {
		display: flex;
		justify-content: center;
		position: absolute;
		bottom: -42px;
		left: 0;
		right: 0;
	}
	.the-footer .flex .left .col1 {
		width: 190px;
		text-align: center;
		padding-top: 20px;
		margin: 0 auto 20px;
	}
	.fixed-search {
		display: none;
	}
	.the-footer .creds {
		max-width: 319px;
	}
	.recipes-flex .sf-field-author h4 {
		position: relative;
	}
	.recipes-flex .sf-field-author h4:after {
		content: "";
		display: block;
		width: 11px;
		height: 7px;
		background-image: url(https://everything-delishcom.bigscoots-staging.com/wp-content/themes/MTT_2023/images/down.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		right: 87px;
		top: 14px;
	}
	#search-filter-form-2321 > ul {
		max-height: 200px;
		overflow: hidden;
	}
	#search-filter-form-2321 > ul.mobile-dropdown {
		max-height: inherit;
	}
	.recipes-flex .search-filter-results article {
		width: 45%;
		margin: 0 10px 30px;
		text-align: center;
	}
	.wait .wp-block-button__link {
		margin: 0 auto 17px;
		min-width: 250px;
		font-size: 15px;
		padding: 20px 0;
	}
	.wprm-recipe-template-custom .recipe-flex {
		flex-direction: column-reverse;
	}
	.wprm-recipe-template-custom .recipe-flex .lside {
		width: 100%;
		text-align: center;
	}
	.wprm-recipe-template-custom .recipe-flex .wprm-recipe-image img {
		width:100%;
	}
	.post-flex .left-side .related .yarpp-related ul li:nth-child(3) {
		display: none;
	}
	.post-flex .left-side .related .yarpp-related ul li {
		width: 48%;
	}
	.comments-wrap {
		padding:30px;
	}
	.page-id-2100 .has-text-align-center br {
		display: none;
	}
	.page-id-2100 .has-text-align-center {
		padding: 0 10px;
	}
	.main-about .flex .right p {
		max-width: 100%;
		margin-bottom: 17px;
		text-align: center;
		max-width: 90%;
		margin: 0 auto 17px;
	}
	.fun-facts .inside h2 {
		margin: 30px auto 70px;
		font-size: 38px;
	}
	.fun-facts .inside {
		max-width: 90%;
		margin: 0 auto;
		padding-right: 0px;
	}
	.main-posts-slider .post-flex .left h2 {
		padding: 0;
	}
	
}
@media all and (max-width:480px) {
	.the-header .flex .left .logo-link {
		margin: 0;
		width: 100%;
	}
	.highlight-search h2 {
		font-size:19px;
	}
	.the-footer .flex {
		max-width:300px;
	}
	.featured-posts {
		max-width: 90%;
	}
	.video-cta .flex .right h2 {
		font-size:24px;
		margin: 0px 0 0;
	}
	.cta {
		max-width: 100%;
	}
	.featured-posts article {
		width: 48%;
		margin: 0 0 30px;
	}
	.cta .flex .left h2 {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 32px;
	}
	.the-header .flex .left {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: 248px;
		top: 4px;
	}
	.the-header .flex .right .search-form.active {
		left: 15%;
	}
	.the-header .flex .right .search-form {
		width: 76%;
	}
	.recents-filtering .searchandfilter ul>li>ul:not(.children) {
		display: block;
		column-count: 2;
	}
	#search-filter-results-2320 article img {
		height: 229px;
	}
	.the-footer .flex .right .gform_wrapper {
		max-width: 100%;
		text-align: center;
		margin: 0;
	}
	#search-filter-results-2320 article h3 {
		margin: 9px 0 35px;
		padding: 0;
		font-size: 19px;
	}
	.recipes-flex .search-filter-results article {
		width: 44%;
		margin: 0 7px 30px;
		text-align: center;
	}
	.archive-wrap article {
		width: 44%;
		margin: 0 7px 30px;
		text-align: center;
	}
	.recipes-flex .search-filter-results article img, .archive-wrap article img {
		width: 100%;
		height: 215px;
		margin: 0 0 10px;
	}
	
	.recipes-flex .search-filter-results article h3, .archive-wrap  article h3 {
		color: #424242;
		font-size: 19px;
		line-height: 27px;
		margin: 10px 0 0;
		font-weight: 600;
		padding:0;
	}
	.sf-field-taxonomy-ingredient, .recipes-flex .sf-field-category, .sf-field-taxonomy-meal-type, .sf-field-taxonomy-diet, .sf-field-taxonomy-season {
		width:100%;
	}
	.recipes-flex .theiaStickySidebar {
		padding-right:7px;
	}
	.post-header .flex .right img, .post-header .flex .right {
		height:auto;
	}
.post-header .flex .left {
		padding: 15px 15px 75px;
		width: 100%;
		height: auto;
	}
	.post-header .flex .left h1.post-title {
		font-size: 31px;
		line-height: 40px;
	}
	.wprm-recipe-template-custom .recipe-flex {
		padding: 30px 13px;
	}
	.wprm-recipe-template-custom .meta-flex {
		flex-wrap: wrap;
	}
	.wprm-recipe-template-custom .meta-flex .wprm-recipe-meta-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.wprm-recipe-template-custom .meta-flex .wprm-recipe-block-container-columns {
		display: block;
		text-align: center;
		font-size: 15px;
		margin: 0 23px 19px;
	}
	.post-flex .left-side .wprm-recipe-notes-container {
		padding: 10px 10px 30px;
	}
	.post-flex .left-side .related .yarpp-related ul li img {
		height: 220px;
	}
	.post-flex .left-side .related .yarpp-related ul li h3 {
		font-size: 17px;
		line-height: 25px;
		margin: 12px 0 0;
	}
	.comments-wrap h4 {
		line-height: 1;
	}
	#search-filter-results-2341 .shopitem {
		width: 154px;
		height: 160px;
	}
	.page-id-2100 .searchandfilter ul>li>ul:not(.children) {
		margin-left: 0;
		column-count: 2;
		display: block;
	}
	#search-filter-results-2341 {
		margin: 3px auto 35px;
	}
	.main-about .flex .right h1 {
		font-size:39px;
	}
	.cta-two .flex .image-fit.right, .cta-two .flex .image-fit {
		height:188px;
	}
	.contactblock .flex .right #field_2_1, .contactblock .flex .right #field_2_3 {
		width: 100%;
	}
	.contactblock .flex .right #field_2_1 {
		margin-bottom: -9px;
	}
	.contactblock .flex .right p br {
		display: none;
	}
	.pressgroup li {
		width: 90%;
		margin: 0 auto 40px;
	}
	.pressgroup ul li .image-fit {
		width: 100%;
		height: 230px;
	}
}








