/*
	Theme Name: Wholesome Yum Custom Theme
	Version: 2.0.1

	Template: genesis
	Template Version: 2.0.1

	License: GPL-2.0+
	License URI: https://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizings
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Social Sharing
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 768px
		- max-width: 580px

*/

@font-face {
	font-family: 'wholesomeregular';
	font-display: swap;
	src: url('webfonts/wholesome-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


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


/* Baseline Normalize
normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0
}

b,
strong {
	font-weight: bold
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #232323
}

small {
	font-size: 80%
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

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

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

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

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
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

.bootstrap-select .dropdown-menu.inner {
	margin-left: 0 !important;
}

.bootstrap-select .dropdown-menu li {
	list-style-type:none;
	margin-bottom:0;
}

.bootstrap-select .dropdown-menu li a {
	font-size:16px !important;
}


/* Box Sizing
--------------------------------------------- */

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

/* regular look for search box on IOS */
input[type=search] {
  -webkit-appearance: none;
}


/* Float Clearing
--------------------------------------------- */

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

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.recipes-as-grid:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

html {
	/* Fix for TOC links on mobile bc of raptive fixed video - not ideal */
	/* scroll-behavior: smooth; */
	scroll-behavior: auto;
	overflow-x: hidden;
}

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #414141;
	font-family: 'Open Sans', sans-serif;
	font-display: swap;
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
	/*border-top: 4px solid #ff00a8; - for dev*/
}

a,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

a:hover,
::selection,
::-moz-selection {
	background-color: #232323;
	color: #fff;
}

a {
	color: #ff00a8;
	text-decoration: none;
	outline: 0 !important;
}

a img {
	margin-bottom: -4px;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'wholesomeregular', Arial, Helvetica, sans-serif !important;
	font-display: swap;
	color: #232323;
	margin: 0 0 5px;
	font-weight: normal;
	line-height: 1.5;
	text-transform: uppercase;
}

h1,
.single .entry-title,
.page .entry-title {
	font-size: 40px;
}

h2 {
	font-size: 34px;
}

h2 a,
h2 a:visited {
	color: #232323;
	font-size: 32px;
}

.entry-title {
	color: #232323;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 7px;
}

.entry-title a {
	color: #232323;
	font-size: 28px;
}

h2 a:hover {
	text-decoration: none;
}

h3 {
	font-size: 28px;
	/*text-transform: capitalize;*/
}

h4 {
	font-size: 26px;
}

.widgettitle {
	color: #232323;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 22px;
}

/* Objects
--------------------------------------------- */

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

.wp-caption {
	background: #eee;
	padding: 5px;
}

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

.pin-image {
	display:none !important;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 3px solid #232323;
	color: #232323;
	padding: 8px 10px;
	width: 100%;
	box-shadow: 1px 1px 3px #eee inset;
	text-transform: none;
}

input,
select {
	border-radius: 50px;
}

/*textarea {
	border-radius: 20px;
}*/

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder,
::-webkit-input-placeholder {
	color: #232323;
	opacity: 1;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.entry-content .button,
.wp-block-button__link {
	background-color: #232323;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
	text-transform: uppercase;
	text-decoration: none;
	width: auto;
	transition: .8s;
	border-radius: 50px !important;
	border-bottom: none !important;
}

button:hover,
input:hover[type=button],
input:hover[type=reset],
input:hover[type=submit],
.button:hover,
.entry-content .button:hover {
	background: #37c2e0;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
	display: none;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	/*text-transform: uppercase;*/
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

.wp-block-table td, 
.wp-block-table th {
	font-size: 0.8em;
	line-height: 1.4em;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */


/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	margin-bottom: 20px;
}

.full-width-content .site-inner {
	padding: 0 10px;
	margin-bottom: 0;
}

.full-width-content .entry {
    padding-bottom: 0;
}

/* Column Widths and Positions
--------------------------------------------- */


/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-wrap {
	padding-top: 0;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


/* Content */

.content {
	float: right;
	width: 760px;
	/*previously 700px */
}

.home .content {
	width: 100%;
	float: none;
	max-width: 100%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
	padding-bottom: 0;
}

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

/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 1%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 32.2%;
}

.one-fourth {
	width: 24%;
}

.one-sixth {
	width: 15.6%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */


/* WordPress
--------------------------------------------- */

.search-form input[type=submit] {
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	position: absolute;
	width: 0;
}

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

/*.single .content img.centered,*/
.single .content img,
.single .content .aligncenter,
.page.page-template-default .content img {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

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

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

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

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


/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
}

.archive-description {
/*	padding: 20px 0 0;*/
    	padding: 0
}

.author-box {
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

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

.site-header {
	background-color: #fff;
    height: 150px;
    border-bottom: 0;
    left: 0;
    right: 0;
	border-bottom: 1px solid #ddd;
	box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 10%);
	-webkit-box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 10%);
	width: 100%;
	position: fixed;
	z-index: 1001000;
}

body.header-absolute .site-header {
	position: absolute;
}

body.header-hidden .site-header {
	transform: translateY(-150%);
}

body.header-transition .site-header {
	transition: transform .5s;
}

/* Title Area
--------------------------------------------- */

.header-image .title-area {
	padding: 0;
	float: left;
	width: 26%;
}

.site-title {
	font-size: 28px;
	line-height: 1;
	margin: 0 0 8px 10px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}


/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description {
	text-indent: -9999px;
	height: 0;
}


/* Logo, hide text */

.header-image .site-header > .wrap {
	padding: 0;
}

.header-image .site-header > .wrap:first-child {
	padding-top: 0;
}
.header-image .site-title a {
	display: inline-block;
	margin: 10px auto -50px;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	display: inline-block;
	width: 77%;
	float: right;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */


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

.nav-primary {
	font-family: 'Open Sans', sans-serif !important;
	clear: both;
	margin: 20px 0 0 0;
	font-size: 22px;
	text-transform: uppercase;
}

.sub-nav-wrapper {
	padding: 0;
	margin: 0;
	line-height: 1em;
    display: flex;
    align-items: center;
    flex-direction: row;
    transition: all .1s;
	z-index: 2;
}

@media (max-width: 767px) {
    .sub-nav-wrapper {
        display: none;
    }
}

.wsy_top_bar_wrap .form-social {
    vertical-align: middle;
	z-index: 2;
	line-height: 1em;
	display: flex;
	margin-left: 10px;
	margin-top: 6px;
}

.sub-nav-wrapper .button {
	padding: 5px 10px !important;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 0 26px;
    min-width: 105px;
    text-align: center;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
	font-family: 'wholesomeregular', Arial, Helvetica, sans-serif !important;
}

@media screen and (min-width:1140px) {
    #mega-menu-wrap-primary #mega-menu-primary {
        margin-left: 30px !important;
    }
	.nav-primary #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		padding: 0 10px;
	}

	.nav-primary .mega-menu>.mega-menu-item>a {
		font-size: 22px !important;
	}
}

.nav-primary .wrap {
	padding: 2px 0;
	text-align: right;
	margin: 0 auto;
}

.nav-primary .search {
	display: inline-block;
	line-height: 40px;
}

#mega-menu-primary {
	display:block;
}

#mega-menu-wrap-primary {
	background: none;
}

#mega-menu-wrap-primary #mega-menu-primary {
	position: relative;
}

#mega-menu-wrap-primary #mega-menu-primary>li.search {
	position: static !important;
}

.nav-primary .mega-menu>.mega-menu-item>a {
	text-transform: uppercase !important;
}

.nav-primary #mega-menu-wrap-primary {
	margin-top: 0;
}

.nav-primary #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu a.mega-menu-link {
	font-size: 12px;
	text-align: left;
	font-family: 'Open Sans', sans-serif !important;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
	transition: none !important;
}

.nav-primary .mega-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.nav-primary .mega-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
.nav-primary .mega-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	color: #232323 !important;
}

@media only screen and (min-width: 769px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
		color: #ff00a8 !important;
	}
}

/*
Mobile Content
---------------------------------------------------------------------------------------------------- */

.mobile-content {
	font-family: 'wholesomeregular', Arial, Helvetica, sans-serif;
	width: 100%;
	clear: both;
	margin: 0 auto;
	font-size: 14px;
	text-transform: uppercase;
	display: none;
	top: 0;
	/* High z-index to ensure it's above mobile ads */
	z-index: 1001000;
	background: #FFF;
	position: fixed;
}

body.header-absolute .mobile-content {
	position: absolute;
}

body.header-hidden .mobile-content {
	transform: translateY(-130%);
}

body.header-transition .mobile-content {
	transition: transform .5s;
}

.mobile-content .wrap {
	text-align: left;
	margin: 0 auto;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	border-bottom: solid 1px #ddd;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
	height: 57px;
}

.mobile-content .wrap {
	text-align: left;
}

.mobile-content .mobile-header {
	z-index: 100;
}

.mobile-content .mobile-header img {
	margin: 0;
	width: 190px;
}

.mobile-content .wsy-recipes-saving {
	align-self: flex-start;
	margin-top: 10px;
	margin-left: -10px;
	margin-right: 10px;
}

.mobile-content .widget_nav_menu {
	/* background: #FFF; */
	width: 10px;
	display: inline-block;
	height: 100%;
}

.mobile-content .widget_text {
	display: inline-block;
}

.mobile-content .responsive-menu-icon + section + .widget_text { /* Center mobile menu */
    margin: 0 auto;
}

/* Mobile search widget */
.mobile-content .wrap section:last-child {
    margin-top: -12px;
	margin-left: 10px;
}

.mobile-content .menu-item {
	display: inline-block;
	text-align: center;
}

.mobile-content .menu-item a {
	border: none;
	color: #232323;
	display: block;
	padding: 8px 20px;
	position: relative;
	text-align: left;
}

.mobile-content>.menu-item>a {
	text-transform: uppercase;
}

.mobile-content .menu-item a:hover,
.mobile-content .current-menu-item>a {
	color: #232323;
}

.mobile-content .sub-menu {
	color: #232323;
	background: transparent;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	text-align: left;
}

.mobile-content .sub-menu a:hover {
	color: #FF00A8;
}

.mobile-content .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
}

.mobile-content .menu-item:hover {
	position: static;
}

.mobile-content .menu-item:hover>.sub-menu {
	left: auto;
	opacity: 1;
}

.mobile-content>.first>a {
	padding-left: 0;
}

.mobile-content>.last>a {
	padding-right: 0;
}

.mobile-content>.right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
}

.mobile-content>.right>a {
	display: inline;
	padding: 0;
}

.mobile-content>.rss>a {
	margin-left: 48px;
}

.mobile-content li {
	list-style-type: none !Important;
}

.mobile-content>.search {
	padding: 14px 0 0;
}

.mobile-content .mobile-search {
	width: 100%;
	clear: both;
	margin: 15px auto;
}

.mobile-search input[type=search] {
	padding: 8px;
	font-family: 'Open Sans', sans-serif;
}

.nav-primary .mobile-search {
	display: none;
	visibility: hidden;
	font-size: 11px;
}

.mobile-content .menu .buttons-group ul, .mobile-content .menu .social-group ul {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
}

.mobile-content .menu .social-group ul {
	align-items: center;
    justify-content: center;
}

.mobile-content .menu .buttons-group ul li, .mobile-content .menu .social-group ul li {
    flex-grow: 1;
    margin: 0 5px;
}

.mobile-content .menu .social-group ul li {
	max-width: 40px;
}

/* // Code for making first button fill width
.mobile-content .menu .buttons-group ul li.expanded {
    width: 100%;
    margin-bottom: 10px;
}

@media (min-width:768px) and (max-width: 1023px) {
	.mobile-content .menu .buttons-group ul li.expanded {
		width: initial;
	}
}*/

.mobile-content .menu .buttons-group ul li a,
.mobile-content .menu .social-group ul li a,
.mobile-content .menu .toggle-accessibility {
	width: 100%;
	color: #232323;
    margin: 0;
    text-align: center;
    padding: 10px !important;
}

.mobile-content .menu .mobile-about {
    font-size: 12px;
    font-family: open sans, sans-serif;
    font-weight: bold;
    text-transform: none;
    padding: 2px;
    margin-top: -3px !important;
	flex-grow: 0.5 !important;
}

.mobile-content .menu .buttons-group ul li a.button {
    background-color: #232323;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    transition: .8s;
    border-radius: 50px !important;
    line-height: 1;
	font-size: 11px;
    font-family: 'open sans', sans-serif;
    font-weight: bold;
}
.mobile-content .menu .buttons-group ul li a.button.pink {
    background-color: #ff00a8;
}
.mobile-content .menu .buttons-group ul li a.button.light {
    background-color: #999;
}

.mobile-content > .menu-opened .responsive-search-icon,
.mobile-content > .menu-opened .wsy-recipes-saving {
	opacity: 0;
	pointer-events: none;
}

.mobile-content > .menu-opened .responsive-menu-icon > img {
	content: url("/wp-content/themes/wholesomeyum/images/icon-close.svg");
}

/*
Search Form
---------------------------------------------------------------------------------------------------- */

li a.icon-search {
	cursor: pointer;
	padding: 0 10px 0;
	font-size: 24px;
	color: #232323;
	font-family: 'wholesomeregular', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.search-div.search-open {
	display:block;
}

.search-div .search-form {
	position: relative;
}

.search-div .search-form input[type=search] {
	width: 100%;
	padding: 12px;
	border: none;
	box-shadow: none;
	background: #D8E037;
	color: #232323;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.search-div .search-form input[type=submit] {
	position: absolute;
	right: -1px;
	bottom: 1px;
	padding: 10px 14px;
	-webkit-border-radius: 0;
	border-radius: 0;
}


/* oldIE ?? */

@media only screen and (max-width: 800px) {
	.search-div {
		left: 0;
	}
	.nav-primary a {
		padding: 8px 10px;
	}
}

@media only screen and (max-width: 340px) {
	.search-div {
		width: auto;
	}
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */


/* Entries
--------------------------------------------- */

.entry {
	padding: 1.5% 0; /* AT fix: No side padding to have room for AT ads */
}

.home .entry {
	padding-top: 0px;
}

.entry-content>p,
.entry-content>ol,
.entry-content>ul,
.entry-content .tools-to-make>p,
.entry-content .tools-to-make>ol,
.entry-content .tools-to-make>ul,
.entry-content>div {
	font-size: 20px;
	line-height: 1.8em;
}

.home .entry-content > p, 
.home .entry-content .wp-block-group__inner-container > p {
    font-size: 15px;
	line-height: 1.4em;
}

@media screen and (max-width:768px) {
	.home .entry-content > p, 
	.home .entry-content .wp-block-group__inner-container > p {
		font-size: 17px;
	}
}

.entry-content .tools-to-make>p {
	margin-bottom: 0;
	padding-bottom: 15px;
}

.entry-content .tools-to-make,
.entry-content .tools-to-make + ul {
    background: #f4f4f4;
}

.entry-content .tools-to-make {
    padding: 40px 40px 0;
}

.entry-content .tools-to-make + ul {
    padding: 0 40px 30px;
    margin-left: 0 !important;
}

.entry-content li {
	margin-bottom: 10px;
}

.home-featured .entry {
	font-size: 14px;
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0 1% 10px 0;
}

.home-featured .entry a {
	position: relative;
}

/* Fix for HP blocks alignment */
.home .full-width-flex .entry-content {
	display: flex;
	flex-direction: column;
}

@media screen and (max-width:996px) {
	.home-featured .entry.one-fourth {
		width: 47%;
	}
}

.home .more-link {
	padding:5px 30px;
	white-space: nowrap;
	font-family: "Open Sans", sans-serif;
	left: 0;
    right: 0;
	margin: auto;
	max-width: 170px;
}

.category .entry,
.search .entry,
.tag .entry {
	position: relative;
	text-transform: none;
}

.archive .content p a,
.archive .content li a,
.entry-content p a,
.entry-content li a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-comments p a {
    border-bottom: 3px solid #D8E037;
    text-decoration: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.archive ol,
.archive ul,
.quote-caption {
	margin-bottom: 20px;
}

.entry-content ol,
.entry-content ul,
.archive ol,
.archive ul,
.quote-caption {
	margin-left: 30px!important;
}

.entry-content ul.wpuf-form {
	margin-left: 0 !important;
}


.archive .content ol,
.entry-content ol {
	list-style: none;
	margin: 0 0 20px 0 !important;
}

.archive .content > ol,
.archive .content .wp-block-group:has(ol),
.entry-content > ol,
.entry-content .wp-block-group:has(ol) {
	counter-reset: section;
}

/* Use this to continue numbering instead of reseting */
ol.counter-no-reset,
.wp-block-group:has(ol.counter-no-reset) {
	counter-reset: none;
}

.archive .content ol li,
.entry-content ol li {
	position: relative;
	padding: 5px 0 5px 32px;
	margin: 0;
	list-style: none;
	font-size: 1em;
	line-height: 1.6;
}

.archive .content ol li:before,
.entry-content ol li:before {
	content: counter(section);
	counter-increment: section;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	font-size: .7rem;
	font-weight: 700;
	width: 24px;
	height: 24px;
	margin: 2px 20px 0 0;
	background: #232323;
	border-radius: 100%;
	color: #fff;
	left: 0;
	top: 7px;
}

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

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

.entry-meta,
.post-info {
	color: #999;
	font-size: 11px;
}

.entry-header .entry-meta {
	display: none;
}

.header-featured-thumbnail {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    float: right;
    margin: 0 0 5px 5px !important;
}

.entry-header .entry-title {
	overflow-wrap: break-word;
}

.excerpt {
	font-size: 22px;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.entry-meta-1 a, .entry-comments-link a {
    border-bottom: 3px solid #d8e037;
}

.entry-header .entry-meta-new {
	font-size: 14px;
	margin-bottom: 50px;
	color: #232323;
}

.entry-header .entry-meta-new > a {
	float: left;
	margin: 20px 0;
}

.entry-header .entry-meta-new img {
    width: 60px;
    height: 60px;
    margin: -7px 0 0;
}

.entry-header .entry-meta-1 {
	float: left;
    padding-left: 10px;
	margin: 15px 0;
}

.entry-header .wsy-sharing-buttons {
	margin-bottom: 20px;
	margin-top: 20px;
}

.entry-header .wprm-rating-star svg {
	margin-right: 1px;
	height: 40px;
	width: 40px;
}

@media screen and (max-width: 600px) {
	.entry-header .wprm-rating-star svg {
		height: 24px;
		width: 24px;
	}

	.rating-value {
		display: block;
	}

	.rating-divider {
		display: none;
	}
}

.entry-meta-2 {
    float: right;
	padding-right: 10px;
	margin: 20px 0;
	text-align: right;
}

/*.entry-meta-2 > * {*/
/*    float: right;*/
/*    padding-left: 10px;*/
/*}*/

@media only screen and (max-width:500px) {
	.header-featured-thumbnail {
		width: 110px;
		height: 110px;
	}
	.entry-header .entry-meta-new {
		margin-bottom: 20px;
		margin-top: 5px;
		font-size: 13px;
	}
	.entry-header .entry-meta-new img {
		margin: 0;
	}
	.entry-header .entry-meta-1 {
		max-width: 42%;
	}
	.entry-header .entry-meta-2 {
		float: right;
		padding-right: 0;
		text-align: right;
		margin-top: 10px;
		max-width: 40%;
	}
	.entry-meta-2 > * {
		float: none;
		text-align: right;
		padding-left: 0;
	}
}

@media only screen and (max-width: 370px) {
	.entry-header .entry-meta-new {
		font-size: 12px;
	}
}

.entry-header .wprm-recipe-rating {
	display: inline-block;
}

.wprm-rating-mobile {
	clear: both;
}

@media (min-width: 1024px) {
	.wprm-rating-mobile {
		display: none;
	}
}

.entry-header .wprm-rating-desktop {
	margin-bottom: 3px;
	display: block;
}

.wprm-rating-desktop + .wprm-rating-desktop {
	margin-top: 5px;
}

@media (max-width: 1023px) {
	.wprm-rating-desktop {
		display: none;
		margin-bottom: 0;
	}
}

.single .entry-header a {
	font-weight: bold;
	color: #FF00A8;
}

.archive .entry-header a {
	font-weight: normal;
	color: #232323;
}

.recipes-grid h2 {
	text-align: center;
	color: #232323;
	margin: 50px auto 0;
	font-size: 26px;
}

.recipes-grid a {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	padding: 2%;
	text-align: center;
	text-transform: uppercase;
	color: #232323;
	font-weight: 700;
}

.recipes-grid a:hover {
	color: #FF00A8;
}

.recipes-grid img {
	border-radius: 150px;
}

.recipes-grid img:hover {
	filter: alpha(opacity=90);
	opacity: .9;
}

.entry-footer .entry-meta {
	margin: 0;
	padding: 25px 25px 8px;
	text-transform: uppercase;
	color: #999;
	display: none;
}

.entry-footer .footer-updated {
	display: block;
	margin-bottom: 5px;
}

.entry-footer .entry-meta a {
    font-weight: 700;
    color: #232323;
    background: #e4e4e4;
    padding: 0px 10px;
    display: inline-block;
	margin: 3px 3px 3px 0;
	border-radius: 50px;
    text-transform: lowercase;
}

.entry-footer .entry-meta a:hover {
    color: #fff;
    background: #232323;
}

.entry-footer .entry-categories,
.entry-footer .entry-tags {
	display: inline;
}

.single .entry-footer .entry-meta {
	display: block;
	text-align: center;
}

/*.entry-comments-link::before {*/
/*	content: "";*/
/*	margin: 0 6px 0 2px;*/
/*}*/

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 0 0;
	clear: both;
	float: right;
	padding: 0 20px 20px;
}

.more-comments {
	margin: 20px auto 0;
	text-align: center;
}

.comment-nav {
	margin: 0 auto;
	text-align: center;
}

.archive-pagination ul {
	margin: 0 !important;
	text-align: right;
}

.archive-pagination li {
	display: inline;
	border-radius: 50px;
}

.comment-nav a,
.comment-nav span,
.archive-pagination li a {
	cursor: pointer;
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.archive-pagination li.pagination-previous a,
.archive-pagination li.pagination-next a {
	border-radius: 50px;
	padding: 5px 15px;
}

.comment-nav a,
.comment-nav span {
	color: #232323;
}
.archive-pagination li a,
.pagination-omission {
	color: #232323;
}

.comment-nav a,
.archive-pagination li a {
	cursor: pointer;
	border-bottom: none !important;
}

.comment-nav .page-numbers,
.archive-pagination li:not(.pagination-previous):not(.pagination-next) a {
	border-radius: 100%;
	min-width: 34px;
	min-height: 34px;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.comment-nav .current,
.archive-pagination li.active a {
	background-color: #232323;
	color: #fff;
}

.comment-nav a.page-numbers:hover,
.pagination-for-archive a.recipebtn:hover,
.archive-pagination li a:hover {
	background: #ff00a8;
	color: #fff;
}

.pagination-recipe-index {
    width: 34%;
    float: left;
    clear: left;
}

a.recipebtn {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	background: #232323;
	padding: 8px 20px;
	font-size: 14px;
	margin: 0 auto 0;
	float: left;
	clear: left;
	border-radius: 50px;
}

@media (max-width: 1024px) {
    .archive-pagination, .pagination-recipe-index {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 20px;
    }
    .pagination-recipe-index a.recipebtn {
        float: none;
    }
	.home .wp-block-group.box-dark.box-full-width {
		padding: 30px 0px 30px 20px;
	}
}

.pagination-for-archive .pagination-recipe-index {
	display: flex;
	padding: 20px;
	width: auto;
}

.pagination-for-archive .pagination-recipe-index a.recipebtn:first-child {
	margin-right: 20px;
}

.pagination-for-archive .archive-pagination {
	flex: 1 1 auto;
	width: auto;
}

@media (max-width: 996px) {
	.pagination-for-archive .wrapper {
		flex-direction: column;
	}
	.pagination-for-archive .pagination-recipe-index {
		padding: 20px 0 0 0;
	}
}

@media (max-width: 480px) {
	.pagination-for-archive .pagination-recipe-index {
		flex-direction: column;
		padding: 0 0 20px 0;
	}

	.pagination-for-archive .pagination-recipe-index a.recipebtn:first-child {
		margin: 0 0 20px 0;
	}
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

#respond {
	background: #f4f4f4;
    padding: 20px 20px 5px;
}

.entry-comments {
	padding: 15px 0px 0px;
}

.comment-respond,
.entry-pings {
	padding: 0 0 16px;
}

.comment-respond a,
.comment-content {
	clear: both;
}

.comment-content p {
	margin-bottom: 10px;
}

.comment-meta-info {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.comment-meta-info .comment-author {
	margin-right: auto;
}

.comment-meta-info .btn-comment-like {
	margin-right: 20px;
}

.entry-comments .comment-author {
	color: #232323;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
}

.comment-time {
	color: #000;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 12px;
	float: right;
	margin: 2px 8px 2px 10px;
}

.comment-notes {
	text-transform: uppercase;
	font-size: 10px;
}

.comment-reply-link {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background: #232323;
	padding: 2px 15px;
	float: right;
	margin-top: 2px;
	border-radius: 50px;
}

.comment-reply-link:hover {
	background: #ff00a8;
	color: #fff;
}

.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
	width: 100%
}

.comment-list li.alt {
	background: #f4f4f4;
}

.comment-list li li {
	background: #fff;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-bottom: 3px;
	font-size: 16px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 16px;
	padding: 15px;
}

.comment-list > h3 {
	padding: 0 15px;
}

#cancel-comment-reply-link {
    font-size: 11px;
    margin-left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

@media (min-width: 768px) {
	.comment-list > h3 {
		padding: 0;
	}
}


/*
Social Sharing
---------------------------------------------------------------------------------------------------- */

.wsy-sharing-buttons {
	clear: both;
	line-height: 1;
	overflow: hidden;
	padding: 0;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	direction: ltr;
	-ms-flex-align: stretch;
	-ms-flex-line-pack: center;
	-ms-flex-pack: justify;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	display: flex;
}

.wprm-recipe .wsy-sharing-buttons {
	display: inline-block;
	flex-wrap: inherit;
	justify-content: inherit;
	align-items: inherit;
}

.wsy-share {
	position: relative;
	vertical-align: middle;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: auto;
	margin-right: 6px;
	padding: 5px;
	box-sizing: border-box;
	font-size: 18px;
	color: white;
	text-align: center;
	text-decoration: none;
	line-height: 0;
	background: #232323;
	cursor: pointer;
	font-weight: normal !important;
	border-radius: 50px;
}

.wsy-sharing-buttons:not(.wsy-sharing-buttons-has-counts) .wsy-share {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.entry-header .wsy-sharing-buttons .wsy-share {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1023px) and (min-width: 501px) {
	body:not(.mobile-mode) .entry-header .wsy-sharing-buttons .wsy-share.jump-recipe .wsy-share-text {
		font-size: 10px;
		padding: 8px 0 6px;
	}
}

@media (max-width: 850px) and (min-width: 501px) {
	.entry-header .wsy-sharing-buttons .wsy-share {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 500px) {
	body:not(.mobile-mode) .entry-header .wsy-sharing-buttons .wsy-share {
		position: relative;
		border-radius: 50%;
		padding: 0;
	}

	body:not(.mobile-mode) .entry-header .wsy-sharing-buttons .wsy-share::before {
		content: '';
		display: block;
		padding-top: 100%;
	}

	body:not(.mobile-mode) .entry-header .wsy-sharing-buttons .wsy-share > * {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
	}

	body:not(.mobile-mode) .entry-header .wsy-sharing-buttons .wsy-share .wsy-share-text {
		top: 65%;
		margin: 0;
		padding: 0;
		width: 80%;
		line-height: 1.2;
		text-align: center;
	}

	body:not(.mobile-mode) .entry-header .wsy-sharing-buttons .wsy-share i,
	body:not(.mobile-mode) .entry-header .wsy-sharing-buttons .wsy-share img,
	body:not(.mobile-mode) .entry-header .wsy-sharing-buttons .wsy-share svg {
		width: 22%;
		height: 22%;
		top: 30%;
	}

	body:not(.mobile-mode) .entry-header .wsy-sharing-buttons .wsy-share i svg {
		width: 100%;
		height: 100%;
	}
}

a.wsy-share.jump-recipe img {
	margin: 0;
	margin-top: -1px;
}

.wsy-share svg {
    width: 16px;
	height: 16px;
	fill: #fff;
	margin: 0 0 2px 0;
}

.wsy-share svg path {
    fill: #fff;
}

.wsy-floating-social-sharing-buttons-wrap .wsy-share svg {
	margin-top: 5px;
}

@media (max-width: 744px) {
    .wsy-share.wsy-recipes-saving .wsy-share-text {
        display: inline-block;
    }
}

.wprm-recipe .wsy-share {
	background: #232323;
	line-height: 1.8em;
	font-size: 13px;
}

.entry-content a.wsy-share {
	text-decoration: none;
}

.wsy-share:last-child,
.wsy-share:last-of-type {
	margin-right: 0;
}

.entry-title a.wsy-share {
	color: #fff;
}

.wsy-share:hover {
	background: #ff00a8;
	color: #fff;
}

.wsy-share i {
	font-size: 20px;
	color: #fff;
}

.wsy-share i:before {
	display: block;
}

.wsy-share-text {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	padding: 6px 0;
	line-height: 1em;
	font-weight: bold;
}

.wsy-share:last-child {
	margin-right: 0;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar-primary {
	float: right;
	width: 340px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

aside.sidebar .widget {
	width: 100%;
	float: left;
}

.sidebar .one-half img {
    border-radius:50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.sidebar .widget {
	padding: 5px;
}

.sidebar .about-block {
    background: #f4f4f4 !important;
}

.side .about-block .about-block-header h3 {
	font-size: 24px;
	margin-bottom: 0;
}

.sidebar .about-block .about-block-image img {
    width: 120px;
    height: 120px;
}

.sidebar .about-block.about-block-style-top .about-block-image {
    margin-top: -80px;
    margin-bottom: 10px;
}

.sidebar .about-block .about-block-content {
	font-size: 13px;
}

.sidebar .about-block .about-block-content p {
    margin-bottom: 10px;
}

.sidebar .about-block .about-block-header a {
    font-size: 10px;
}

.sidebar .about-block .about-block-header a:after,
.sidebar .heading-links ul li a:after {
    width: 7px;
    height: 7px;
    background-size: contain !important;
}

.sidebar .about-block .about-block-content p a,
.after-entry .about-block .about-block-content p a {
	border-bottom: 3px solid #d8e037;
}

.sidebar h2 {
    font-size: 24px;
    line-height: 1.2em;
}

.sidebar .heading-links ul {
	padding: 0 0 10px 10px;
	flex: 0 0 108px;
}

@media (max-width: 480px) {
	.sidebar .heading-links ul {
		flex: none;
	}
	.sidebar .heading-links ul li a:after {
		margin-left: 2px;
	}
}

@media (min-width: 768px) and (max-width: 996px) {
	.sidebar .heading-links {
		width: 90%;
	}
}

.sidebar .heading-links ul li a {
    font-weight: bold;
    font-size: 10px;
}

.sidebar .heading-links ul li a:after {
	margin-left: 0px;
}

.sidebar .recipes-as-grid .wsy-recipes-saving.floating-buttons.button-stacked {
    display: none;
}
.sidebar .recipes-as-grid img {
    border-radius: 50%;
}
.sidebar .recipes-as-grid .entry-title {
    text-align: center;
	font-size: 14px;
}

.sidebar .recipes-as-grid .entry-title a {
    font-size: 14px;
}
.sidebar .home-featured .entry a {
    margin-bottom: 0;
}

@media (max-width: 768px) {
	.sidebar .about-block .about-block-image {
		margin: -80px 0 25px!important;
	}
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #232323;
	color: #fff;
	clear: both;
}

.footer-widgets .wrap {
	display: flex;
}

.footer-widgets .widget-title {
	text-align: left;
	margin: 0;
}

.footer-widgets .widget-area {
	display:inline-block;
	width: 23%;
	padding: 30px 0 0;
}

.widget-area ul {
	list-style: none;
}

.footer-widgets a {
	color: #fff;
	font-size: 13px;
}

.footer-widgets .newsletter2 h2,
.footer-widgets .widget-title {
	color: #fff;
}

#featuredbox {
	background: #f4f4f4;
	width: 100%;
	clear: both;
	padding: 20px 1%;
	text-align: center;
}

#featuredbox h4 {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #232323;
	color: #FFF;
	font-size: 11px;
	padding: 15px 20px;
	text-align: center;
}

.site-footer a {
	text-decoration: underline;
	color: #FFF;
}

.site-footer p {
	margin-bottom: 0;
}

/* Newsletter
--------------------------------------------- */

.newsletter {
	background: #232323;
	color: #fff;
	margin: 0 auto;
	width: 100%;
	clear: both;
	padding: 2% 5% 1%;
	overflow: hidden;
	margin: 15px auto;
}

.newsletter h2,
.newsletter2 h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'wholesomeregular';
	line-height: 1.2;
	margin: 0 auto -5px;
	color: #fff;
}

.newsletter p,
.newsletter2 p {
	color: #fff;
	font-size: 15px;
	margin: 0 auto 5px;
}

.newsletter2 p {
	line-height: 1.5;
	margin: 10px 0;
}

.newsletter input[type=text],
.newsletter input[type=email] {
	background: #fff;
	width: 26%;
	padding: 8px;
	display: inline-block;
	float: left;
	margin: 0 5px;
}

.newsletter input[type=submit],
.newsletter button {
	background: #ff00a8;
	padding: 8px;
	color: #fff;
	display: inline-block;
	float: left;
	width: 16%;
	margin: 0 5px;
}

.newsletter input[type=submit]:hover,
.newsletter button:hover {
	background: #37c2e0;
}

.newsletter img.alignleft {
	margin: -10px 45px 0 0;
}

.newsletter2 {
	width: 100%;
	clear: both;
}

.newsletter2 .form-section {
	display: block;
	margin-top: 10px;
}

.newsletter2 input[type=text],
.newsletter2 input[type=email] {
	background: #fff;
	width: 48.5%;
	padding: 8px;
	display: inline-block;
	margin: 0 1% 0 0;
}

.newsletter2 input[type=text] {
	width: 49%;
	margin-right: 0;
}

.newsletter2 input[type=submit],
.newsletter2 button {
	background: #ff00a8;
	padding: 6px 7px 7px;
	color: #fff;
	display: block;
	width: 98%;
	margin: 10px 0 0;
}

.newsletter2 input[type=submit]:hover,
.newsletter2 button:hover {
	background: #37c2e0;
}

.postnews {
	background: #232323;
	color: #fff;
	overflow: hidden;
	padding: 5%;
	font-size: 14px;
}

.postnews img {
	display: block;
	margin: 0;
	float: left;
	max-width: 150px;
}

.postnews h2 {
	font-family: 'wholesomeregular';
	font-size: 36px;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.5;
	margin: 0 auto;
	color: #fff;
}

.postnews p {
	font-size: 18px !important;
	line-height: normal !important;
	text-align: left;
	margin: 0 auto 15px;
	color: #fff;
}

/* Food list opt in */

.postnews.foodlist {
    padding: 25px;
	overflow: visible !important;
	position: relative;
}
.wp-block-columns .postnews.foodlist {
    margin-bottom: 10px;
}
.postnews.foodlist:not(.postnews-always-show) {
    background: #f4f4f4;
	/*background: #fff;
    border: #232323 solid 3px;
    border-radius: 20px;*/
}
.postnews.foodlist:not(.postnews-always-show) h2,
.postnews.foodlist:not(.postnews-always-show) p {
		color: #232323;
	text-align: left;
}
.postnews.foodlist .form-section {
    text-align: center;
}
.postnews.foodlist h2 {
    font-size: 29px;
	text-align: center;
}
.postnews.foodlist img {
    max-width: 150px;
    margin: -40px 20px 0 0 !important;
    width: 150px !important;
    height: 150px;
}
.postnews.foodlist a.button {
    display: inline-block;
    background: #ff00a8;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 50px !important;
}
.postnews.foodlist a.button:hover {
   background: #37c2e0;
   color: #fff;
}

@media screen and (max-width: 1023px) {
	.postnews.foodlist img {
		margin: -20px 0 0 0 !important;
	}
	.postnews.foodlist h2 {
		line-height: 1.2em;
		margin-bottom: 10px;
		text-align: center !important;
	}
}

@media screen and (max-width: 580px) {
	.postnews.foodlist {
		margin: 55px 0 20px;
	}
	.postnews.foodlist img {
		margin: -60px auto 0 !important;
		max-width: 120px !important;
    	height: 120px !important;
    	width: 120px !important;
	}
	.postnews.foodlist h2 {
		margin: 10px 0;
	}
}


/* Homepage? This section is disorganized...
------------------------------------------------------------ */

.home-featured a:not(.more-link):hover {
	color: #ff00a8;
}

@media only screen and (max-width: 580px) {
	 .home .widget .one-fourth {
			width: 100%;
	 }
}

.more-link {
	background: #FF00A8;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold !important;
	padding: 3px 10px;
	text-align: center;
	text-decoration: none !important;
	display: block;
	max-width: 150px;
	margin-top: 15px;
	transition: .5s;
	border-radius: 50px;
	border-bottom: none !important;
}

.more-link:hover {
	background: #232323;
	color: #fff;
}

.home-featured .post p {
	margin: 0 0 15px;
	line-height: 1.6em;
}

.home-featured .entry-title,
.home-featured .entry-title a {
    font-size: 22px;
    font-weight: normal;
    border-bottom: 0;
}

.home-featured .one-sixth .entry-title,
.home-featured .one-sixth .entry-title a {
    font-size: 17px;
}

.home-featured .entry-title {
	margin: 0 0 5px;
}

.home-featured p.more-button {
	margin-top:auto;
}

.category .entry-title,
.category .entry-title a,
.tag .entry-title,
.tag .entry-title a,
.search .entry-title,
.search .entry-title a {
	font-size: 20px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
	.newsletter h2 {
		font-size: 35px;
	}
	.newsletter p {
		font-size: 16px;
	}
	.newsletter input[type=text],
	.newsletter input[type=email] {
		width: 25%;
	}
	.newsletter input[type=submit],
	.newsletter button {
		width: 16%;
	}
}

@media only screen and (max-width: 1139px) {
	.site-inner,
	.wrap {
		max-width: 1140px;
	}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 850px;
	}
	.content {
		max-width: 740px;
	}
	.full-width-content .content {
		max-width: 100%;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 500px;
	}

	.newsletter input[type=text],
	.newsletter input[type=email] {
		width: 23%;
	}
	.newsletter input[type=submit],
	.newsletter button {
		width: 16%;
		font-size: 16px;
	}
	.site-header .menu a {
		padding: 8px 6px;
	}
}

@media only screen and (max-width: 1079px) {
	.content {
		max-width: 683px;
	}
}

@media only screen and (max-width: 1023px) {
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link{
		padding: 0 8px;
	}
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-inner,
	.wrap
	{
		width: 100%;
	}

	.content {
		max-width: 570px;
		padding: 2% 1% !important;
	}

	.sidebar-primary {
		width: 300px;
	}

	.site-inner {
		padding: 1.5% 1.5% 90px !important;
	}
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}
	.site-header .search-form {
		float: none;
		margin: 16px auto;
	}

	.nav-primary .search .search-div {
		top: 23px;
	}

	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	.entry {
		padding: 5px;
	}
	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}
	.footer-widgets .widget {
		margin-bottom: 0;
	}
	.newsletter h2 {
		font-size: 30px;
	}
	.newsletter p {
		font-size: 14px;
	}
	.newsletter input[type=text],
	.newsletter input[type=email] {
		width: 25%;
	}
	.newsletter input[type=submit],
	.newsletter button {
		width: 16%;
	}
	.newsletter img.alignleft {
		margin: 0 20px 0 0;
		max-width: 180px;
	}
	.nav-primary .wrap {
		text-align: center;
	}

	body {
		border: none;
	}

	.title-area {
		float: none;
		margin: 40px auto 0;
	}
	.newsletter h2 {
		font-size: 30px;
	}
	.newsletter p {
		font-size: 14px;
	}
	.newsletter input[type=text],
	.newsletter input[type=email],
	.newsletter input[type=submit],
	.newsletter button {
		margin: 5px auto;
	}
	.newsletter input[type=submit],
	.newsletter button {
		width: 100%;
		float: none;
	}
	.newsletter input[type=text],
	.newsletter input[type=email] {
		width: 49.5%;
		float: left;
	}

	.newsletter2 input[type=text],
	.newsletter2 input[type=email] {
		width: 100%;
	}
	.newsletter2 input[type=text] {
		margin-bottom: 10px;
	}
	.newsletter {
		padding: 5%;
	}
	.site-footer {
		text-align: center;
	}
	#featuredbox {
		margin: 0 auto 0;
	}
	.mobile-content {
		display: block;
	}
	.site-header .menu,
	.nav-primary {
		display: none !important;
	}
	.site-header .widget-area {
		display: none;
	}
}

@media only screen and (max-width: 900px) {
	.site-inner {
		padding: 1.5% 8px 90px 0!important;
	}
	.content {
		max-width: 540px;
	}
}

@media only screen and (max-width: 850px) {
	.content {
		max-width: 450px;
	}
}

@media only screen and (max-width: 767px) {
	.site-inner {
		padding: 1.5% 0 90px 0!important;
	}
	.content {
		max-width: 100%;
	}
	.sidebar-primary
	{
		width: 100%;
	}
	.content {
		padding: 2% 0% !important;
	}
	.home .content {
		padding: 0% 0% 2% !important;
	}
}

@media only screen and (max-width: 580px) {
	.header-image .site-title a {
		width: 88%;
		height: auto;
		margin: 0 auto;
		float: none;
		background-size: 100% 178px;
	}

	.footer-widgets .wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 20px 20px 0;
	  justify-content: center;
	}
	.footer-widgets .footer-widgets-1.widget-area,
	.footer-widgets .footer-widgets-2.widget-area {
		width: 100%;
	}

	.footer-widgets .widget-area {
		width:50%;
		text-align: center;
		margin-right: 0;
		padding: 0 0 30px 0
	}

	.footer-widgets .widget-title {
		text-align: center;
	}

	.before-content .featured-content {
		display: none;
	}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 50% !important;
	}
	.one-fourth:nth-child(2n),
	.one-half:nth-child(2n),
	.one-sixth:nth-child(3n) {
		padding-right: 0 !important;
		padding-left: 4px !important;
	}
	.one-third {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.archive-posts .one-fourth:nth-child(2n+1) {
		padding-left: 4px !important;
		padding-right: 0px !important;
	}
	.archive-posts .one-fourth:nth-child(2n) {
		padding-left: 0px !important;
		padding-right: 4px !important;
	}
	/* Fix padding for latest posts on homepage - for some reason different than archive pages */
	.home .archive-posts .one-fourth:nth-child(2n+1) {
		padding-right: 4px !important;
	}
	.home .archive-posts .one-fourth:nth-child(2n) {
		padding-left: 4px !important;
	}
	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}
	.newsletter h2 {
		font-size: 25px;
	}
	.newsletter p {
		font-size: 14px;
	}
	.newsletter input[type=text],
	.newsletter input[type=email] {
		width: 100%;
		float: none;
		display: block;
	}
	.newsletter img.alignleft {
		max-width: 140px;
	}
	.recipes-grid a {
		display: inline-block;
		vertical-align: top;
		width: 48%;
		padding: 2%;
		text-align: center;
		text-transform: uppercase;
		color: #232323;
		font-weight: 700;
	}
	.postnews {
		overflow: hidden;
		width: 100%;
	}
	.postnews img {
		float: none;
		display: block;
		margin: 0 auto 5px;
		max-width: 100%;
	}
	.postnews input[type=text],
	.postnews input[type=email],
	.postnews input[type=submit],
	.postnews button,
	.postnews img {
		float: none;
		margin: 5px auto;
	}

	.postnews input[type=submit],
	.postnews button,
	.postnews img {
		width: 100%;
	}

	.entry-content ol,
	.entry-content p,
	.entry-content ul,
	.quote-caption {
		margin: 0 2% 20px;
	}

	.entry-content h1,
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6 {
		margin: 0 2% 5px;
	}

	.entry-header {
		margin: 0 2%;
	}
}


/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	color: #232323;
	margin: 0 12px 0 8px;
	text-align: left;
	width: 24px;
	height: 46px;
	padding-top: 17px;
}

.menu-opened .responsive-menu-icon {
	padding: 17px 2px 10px;
}

.responsive-search-icon {
	cursor: pointer;
	display: none;
	margin: -3px 8px 0 5px;
	text-align: left;
	width: 32px;
	height: 46px;
	padding: 5px;
	/*background: #f4f4f4;
	border-radius: 50px;*/
}

.responsive-menu-icon img, .responsive-search-icon img {
	margin-right: 0 !important;
}

@media only screen and (max-width: 1023px) {

	.mobile-content .menu.responsive-menu>.menu-item .sub-menu,
	.mobile-content .menu.responsive-menu {
		display: none;
	}
	.mobile-content .menu.responsive-menu .menu-item,
	.responsive-menu-icon, .responsive-search-icon {
		display: block;
	}
	.mobile-content .menu.responsive-menu .menu-item {
		margin: 0;
		width: 100%;
	}
	.mobile-content .menu.responsive-menu .menu-item:hover {
		position: static;
	}
	.mobile-content .menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
		overflow: hidden;
	}
	.mobile-content .menu.responsive-menu .sub-menu .menu-item-has-children .current-menu-item>a:hover,
	.mobile-content .menu.responsive-menu .sub-menu li.menu-item-has-children > a,
	.mobile-content .menu.responsive-menu .sub-menu li.menu-item-has-children > a:hover  {
		margin-right: 60px;
		width: calc(100% - 80px);
	}
	.mobile-content .menu.responsive-menu .menu-item-has-children .sub-menu .menu-item-has-children:before {
		margin-top: 0;
	}

	.mobile-content .menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition: opacity .4s ease-in-out;
		-ms-transition: opacity .4s ease-in-out;
		-o-transition: opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition: opacity .4s ease-in-out;
		width: 100%;
	}
	.mobile-content .menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
}


/* Laura Sep 2018 Add-ons
--------------------------------------------- */

.mobile-content img {
	margin: 0 10px 0 0;
	position: relative;
	z-index:99;
}

.responsive-menu-icon:after {
	display: none;
}

.search-div {
	width: 100%;
	left: 0;
	right: 0;
	margin-top: -5px;
	display: block;
}

.fixed .search-div {
	margin-top: -5px;
}

.search-div.toggled {
	transform: scaleY(1);
	display: block !important;
}

.mobile-content .menu {
	width: 100%;
	position: absolute;
	top: 100%;
	background: #fff;
	left: 0;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
    max-height: calc(100vh - 90px);
 	overflow-y: scroll;
    display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.mobile-content .menu {
		width: 50%;
	}
}

.logged-in .mobile-content .menu {
	max-height: calc(100vh - 47px);
}

.logged-in .mobile-content .wrap .search-div{
	top: 26px;
}

.mobile-content .checkout-icon { display: none }
.mobile-content .checkout-icon img {
    max-width: 26px;
}

body.post-type-archive-download .mobile-content .checkout-icon, body.single-download .mobile-content .checkout-icon {
    display: inline-block;
	position: relative;
	margin-right: 10px;
}

.mobile-content .checkout-icon .edd-cart-quantity {
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 13px;
    margin: 0 0 0 5px;
    color: #414141;
}

.mobile-content li a.icon-search:before {
	color: #232323;
	position: absolute;
	right: 0;
	top: 5px;
	width: 42px;
	text-align: center;
	display: none;
}

.mobile-content .search-form {
	right: 0;
	left: 0;
	z-index: 9;
	width: 100%;
}

.mobile-content input[type=submit] {
	background: url(/wp-content/themes/wholesomeyum/images/icon-search.png) center no-repeat;
	background-size: 20px;
	width: 50px;
	height: 36px;
	position: relative;
	margin: 0 auto;
	display: block !important;
	float: right;
	margin-top: 37px;
	margin-right: 40px;
	text-indent: -9999px;
	padding: 5px 10px;
}

@media (max-width: 1023px) {
	.site-header {
		display: none;
	}

	.site-container {
		padding-top: 54px;
	}

	body.logged-in .site-container {
		padding-top: 54px;
	}

	body.logged-in.admin-bar .site-container {
		padding-top: 14px;
	}
}

@media (max-width: 782px) {
	body.logged-in.admin-bar .site-container {
		padding-top: 0;
	}
}

/* Text meant only for screen readers - from UnderScores */
.screen-reader-text,
.screen-reader-text span {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	right: 0;
	display: none;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #232323;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: 1.7;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Under header cta styles */

#homeMealCTA {
	margin: 20px auto;
	padding: 0;
	position: relative;
	width: 100%;
	margin-top: 150px;
}

#homeMealCTA .homeMealCTA-wrapper {
	background-color: #F4F4F4;
	min-height: 90px;
	max-height: 90px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#homeMealCTA .homeMealCTA-wrapper .image {
	max-width: 180px;
	margin: 0 !important;
}

#homeMealCTA .homeMealCTA-wrapper .image img {
	/*transform: rotate(-10deg);*/
	width: 100px;
	height: 100px;
	margin: 25px 0 0 0;
}

@media only screen and (max-width: 996px) {
	#homeMealCTA .homeMealCTA-wrapper .image img {
	margin: 0;
	}
}

#homeMealCTA .homeMealCTA-wrapper .subtext {
	margin: 0 0 0 20px;
	text-align: left;
	display: flex;
	align-items: center;
}

#homeMealCTA h3 {
	font-family: 'wholesomeregular', Arial, Helvetica, sans-serif;
	color: #232323;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 26px;
	margin-right: 20px;
	text-transform: uppercase;
}

#homeMealCTA p {
    margin: 0;
    font-size: 0.9em;
}

#homeMealCTA .button,
.wy_save_recipe_form .button {
	display: inline-block;
	color: #FFF;
	font-family: 'Open Sans',sans-serif;
	font-weight: 600;
	text-align: center;
	padding:7px 30px;
	margin: 0 5px;
	text-decoration: none;
	white-space: nowrap;
}
#homeMealCTA .button {
	background: #232323;
	font-size: 17px;
}
#homeMealCTA .button:hover {
	background: #ff00a8;
	color: #fff !important;
}

#homeMealCTA .CTAimage {
	/*transform: rotate(10deg);*/
	justify-content: stretch;
    margin: -30px auto 5px;
    float: left;
}
#homeMealCTA .CTAimage {
	height: 110px;
	width: 110px;
	max-width: 110px;
	min-width: 110px;
}

#homeMealCTA .CTAimage img {
    height: 140px;
    width: 140px;
    max-width: 140px;
}

.homeMealCTA-wrapper-2 .CTAimage {
    width: 140px !important;
    max-width: 140px !important;
}

.wy_save_recipe_form .saverecipe-form-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}
#homeMealCTA .subtext-saverecipe h3,
.wy_save_recipe_form .subtext-saverecipe h3 {
	margin: 8px 0 0 0;
}

#homeMealCTA .homeMealCTA-wrapper.wy_save_recipe_form,
.wy_save_recipe_form {
	padding: 10px;
	max-height: none;
	/* display: block; */
}

.wy_save_recipe_content_form {
	position: relative;
	margin-bottom: 20px;
	margin-left: 22px;
}

.wy_save_recipe_content_form .wy_save_recipe_form {
	background-color: #E4E4E4;
	padding: 20px;
	padding-left: 60px;
}

@media (max-width: 480px) {
	.wy_save_recipe_content_form {
		margin-top: 45px;
		margin-left: 0;
	}

	.wy_save_recipe_content_form .wy_save_recipe_form {
		padding-top: 65px;
		padding-left: 20px;
	}

	
	.wy_save_recipe_content_form .wy_save_recipe_form .subtext-saverecipe h3 {
		margin-top: 10px;
	}
}

.wy_save_recipe_content_form .wy_save_recipe_form .subtext-saverecipe h3,
.wy_save_recipe_content_form .wy_save_recipe_form .subtext-saverecipe p {
	color: #000;
}

.wy_save_recipe_content_form .wy_save_recipe_form .subtext-saverecipe h3 {
	margin-top: 0;
}

.wy_save_recipe_content_form .wy_save_recipe_form .subtext-saverecipe input:not(.button) {
	padding: 7px 20px;
	width: auto;
	min-width: 0;
}

.wy_save_recipe_content_form .wy_save_recipe_form .subtext-saverecipe .button {
	background: #ff00a8;
}

.wy_save_recipe_content_form .wy_save_recipe_form .subtext-saverecipe form {
    display: block;
}

.wy_save_recipe_content_form .wy_save_recipe_form .saverecipe-form-row {
    max-width: 600px;
    margin: 0 auto 10px;
}

#homeMealCTA .homeMealCTA-wrapper .subtext-saverecipe {
	display: flex;
	justify-content: center;
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	column-gap: 8px;
}

.wy_save_recipe_form .subtext-saverecipe form {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	gap: 0 8px;
}

.wy_save_recipe_form .subtext-saverecipe form .g-recaptcha-v2,
.wy_save_recipe_form .subtext-saverecipe form .error-wrapper {
	margin-top: 5px;
}

@media only screen and (max-width: 600px) {
	.wy_save_recipe_form .saverecipe-form-row,
	.wy_save_recipe_form .subtext-saverecipe form .error-wrapper,
	.wy_save_recipe_form .subtext-saverecipe .ck-success {
		max-width: 95%;
	}

	.wy_save_recipe_form .subtext-saverecipe form {
		width: 100%;
	}

	.wy_save_recipe_form .paragraph-saverecipe {
		margin-top: 5px;
	}
}

.wy_save_recipe_form .subtext-saverecipe input {
    padding: 4px 10px;
}

.wy_save_recipe_form .subtext-saverecipe input:not(.button) {
	font-size: 18px;
}

#homeMealCTA .subtext-saverecipe input {
	width: 250px;
}

.wy_save_recipe_form .subtext-saverecipe input.saverecipe-input-hidden {
	display: none;
}

#homeMealCTA .subtext-saverecipe .button,
.wy_save_recipe_form .subtext-saverecipe .button {
	padding: 8px 10px;
	width: 160px;
	margin: 0;
}

#homeMealCTA .wy_save_recipe_form p,
.wy_save_recipe_form .paragraph-saverecipe {
	color: #232323;
	font-size: 13px;
	line-height: 1.2em;
	text-align: center;
	padding: 0 15px;
	margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
	.homeMealCTA-wrapper {
		width: auto;
		padding: 0 2%;
	}

	#homeMealCTA {
		margin-bottom: 10px;
		margin-top: 0px;
	}

	
	.home #homeMealCTA {
		/* display: none; // Hide CTA on mobile */
		margin-bottom: 0px !important;
	}
}

@media only screen and (max-width: 768px) {
	.homeMealCTA-wrapper {
		display:block;
		max-width:100%;
		width:100%;
		clear:both;
	}

	#homeMealCTA h3 {
		font-size: 22px;
		text-align: left;
		padding: 5px 0px;
	}

	#homeMealCTA .button {
		padding: 7px 20px;
		font-size: 15px;
		margin: 2px 3px;
	}

	#homeMealCTA .CTATextbutton {
		display: block;
	}
	.homeMealCTA-wrapper-2 {
		display:none !important;
	}
}

@media only screen and (max-width: 570px) {
	#homeMealCTA h3,
	.wy_save_recipe_form h3 {
		font-size: 20px;
	}

	/*#homeMealCTA .button {
		padding: 3px 10px;
	}*/

	#homeMealCTA .CTAimage {
		transform: rotate(12deg);
		margin-right: 10px;
	}

	#homeMealCTA .homeMealCTA-wrapper .image img {
		width: 90px;
		height: 90px;
	}

	#homeMealCTA.homeMealCTAforApps .CTAimage {
		display: none;
	}

	#homeMealCTA .CTATextbutton {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#homeMealCTA.homeMealCTAforApps .CTATextbutton {
		display: block;
	}
}

@media only screen and (max-width: 600px) {
	#homeMealCTA .homeMealCTA-wrapper {
		height: auto;
		max-height: none;
	}
	#homeMealCTA {
		padding: 0 !important;
		padding-right:15px;
	}
	.homeMealCTA-wrapper {
		padding: 15px 2% 12px 2%;
	}

	#homeMealCTA .homeMealCTA-wrapper.wy_save_recipe_form,
	.wy_save_recipe_form {
		padding: 10px 0;
	}

	#homeMealCTA .homeMealCTA-wrapper .subtext,
	.wy_save_recipe_form .subtext-saverecipe {
		flex-direction: column;
		margin: 0;
		flex: 1
	}

	#homeMealCTA h3,
	.wy_save_recipe_form h3 {
	  text-align: center;
	  padding: 0 5px;
	  margin: 0;
	  line-height: 28px;
	}
	
	.wy_save_recipe_content_form .wy_save_recipe_form .subtext-saverecipe h3 {
		line-height: 1.5;
		font-size: 24px;
	}

	#homeMealCTA .button,
	.wy_save_recipe_form .button {
		padding: 5px 20px;
		font-size: 15px;
		margin: 10px 0 0 0;
	}

	#homeMealCTA .wy_save_recipe_form p,
	.wy_save_recipe_form .paragraph-saverecipe {
		margin: 5px 0;
	}

	#homeMealCTA .CTAimage {
		height: 100px;
		width: 100px;
		max-width: 65px;
		margin-top: -10px;
		margin-right: -10px;
		margin-left: 5px;
	}
	.homeMealCTAforApps .CTATextbutton img {
		height: 45px;
    	width: 150px;
	}
	.homeMealCTA-wrapper-2 .CTAimage {
		margin-top: 0px;
	}
	.homeMealCTA-wrapper>div {
		max-width: none;
	}
}

@media only screen and (max-width: 320px) {
	#homeMealCTA h3 {
	  font-size: 24px;
	}
}

/* End under header cta styles */

@media only screen and (max-width: 320px) {
	/* Remove padding to allow 300px ads to fit */
	.entry {
		padding: 0;
	}
}

@media only screen and (min-width: 1024px) {
	/*.page .site-inner, */
	.members-area .site-inner,
	.post-type-archive-download .site-inner,
	.single-download .site-inner {
		margin-top: 175px;
	}
}

@media (max-width: 996px) {
	.dark-cta .dark-cta-wrapper {
		flex-direction: column;
	}

	.dark-cta .dark-cta-wrapper .subtext {
		margin: 25px 0;
	}

	.dark-cta .dark-cta-wrapper a.button {
		font-size: 18px;
	}
}

.home-search {
	background: #232323;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
.home-search .widget-wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 23px 0;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
  align-items: center;
}

.home-search .widget-title {
	font-family: 'wholesomeregular', Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	display: inline-block;
	margin: 0 15px 0 0;
}

.home-search form {
	display: flex;
	flex-grow: 1;
}

.home-search .search-form input[type=search] {
	min-width: 363px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	border: none;
}

.home-search .search-form input[type=submit] {
	clip:auto;
	height: auto;
	position: relative;
	width: 40px;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	background-color: #fff !important;
	margin: 0;
	text-indent: -9999px;
	background: url(/wp-content/themes/wholesomeyum/images/icon-search.png) center no-repeat;
	background-size: 32px 32px;
	border-radius: 0 !important;
}

.home-search .search-form input::-webkit-input-placeholder,
.home-search .search-form input::-moz-placeholder,
.home-search .search-form input:-ms-input-placeholder,
.home-search .search-form input:-moz-placeholder { /* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, 0.24);
	font-family: "Open Sans";
	font-size: 15px;
}

@media only screen and (max-width: 996px) {
	.home-search .widget-wrap {
		flex-direction: column;
	}
}

@media only screen and (max-width: 475px) {
	.home-search .search-form input[type=search] {
		width: 80vw;
		min-width: 80vw;
	}
}


/* Maya Add-ons
--------------------------------------------- */

.single .more-link {
	display: none;
}

input[type=checkbox] {
	width: auto;
}


/* WLM */

.tml-nickname-wrap,
.tml-display_name-wrap,
.tml-url-wrap,
.tml-about_yourself_section_header-wrap,
.tml-description-wrap,
#WishListMemberUserProfile {
	display: none;
}

body>p,
.site-container+p {
	display: none !important;
}

/* GDPR notice */

.banner_banner--3pjXd {
	box-shadow: 0 0 5px #ff00a8 !important;
}

.banner_consent--2qj6F a {
	border: 1px solid #ff00a8 !important;
}

.banner_banner--3pjXd .banner_content--1bZDZ .banner_message--2Rvgt .banner_consent--2qj6F a.banner_learnMore--3KMk_ {
	color: #ff00a8 !important
}

.banner_banner--3pjXd .banner_content--1bZDZ .banner_message--2Rvgt .banner_consent--2qj6F a.banner_continue--2NyXA {
	background: #ff00a8 !important;
	color: #fff !important
}


/* Pin it feature in post */

.pinbox {
	padding: 20px;
	background: #e4e4e4;
	margin: 20px 0 20px 35px;
	display: flex;
	align-items: center;
}

.pinbox,
.pinbox p,
.pinbox a,
.pinbox h3 {
	color: #232323;
}

.pinbox h3 {
	font-size: 28px;
	text-align: center;
	margin: auto;
	padding-left: 20px;
}

.pinbox p {
	margin-bottom: 0;
}

.pinbox svg {
	margin-left: -60px;
	width: 70px;
	min-width: 70px;
	height: auto;
	box-sizing: content-box;
	border: 8px solid #fff;
	background: #fff;
	border-radius: 100%;
}

.pinbox svg path {
	fill: #ff00a8 !important;
}

.pinbox .button {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background:#232323;
	color: #ffffff;
	font-size: 18px;
	margin: 0 10px 0 20px;
    min-width: 230px;
}

.pinbox .button:hover {
	background:#ff00a8;
}

@media (max-width: 1023px) {
	.pinbox {
		flex-direction: column;
		margin: 40px 0 20px 0;
		width: 100%;
		float: left;
		padding-bottom: 25px;
	}
	.single .entry-content .pinbox {
		float: none;
	}
	.pinbox svg {
		margin-left: 0;
		margin-top: -60px;
		margin-bottom: 15px;
		width: 60px;
	}
	.pinbox h3 {
		padding: 0 0 10px;
	}
	.pinbox h3 span {
		display: block;
	}
	.pinbox h3 a.button {
		font-size: 24px;
		margin: 10px 0 0 0;
	}
}

.form-social a,
.wsy-social-icons a {
	width: 25px;
	height: 25px;
	padding: 7px 5px;
}

.responsive-menu svg.icon,
.site-header .wrap svg.icon {
    width: 16px;
    height: 16px;
}

.wsy_top_bar_subscribe_title {
	font-size: 15px;
	margin: 0 5px 10px 0;
}

/* Mega Menu overrides */

.entry-content ul.mega-sub-menu,
.archive ul.mega-sub-menu {
	margin-left: 0px !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after,
header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link:after {
	content: ' ' !important;
	font-family: 'FontAwesome' !important;
}

#mega-menu-wrap-primary:before,
#mega-menu-wrap-primary #mega-menu-primary:before,
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:before {
  display: inline-block !important;
}

#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:after {
  display: inline-block !important;
}

@media screen and (min-width: 768px)  and (max-width: 969px) {
	.wsy_top_bar_subscribe_title {
		margin: 0 15px 0 10px;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
	.nav-primary .mega-menu>.mega-menu-item>a {
		padding: 0 3px !important;
		font-size: 19px !important;
	}
	li a.icon-search:before {
		font-size: 20px !important;
	}
}
@media only screen and (max-width: 320px) {
	.wsy_top_bar_subscribe_title {
		font-size: 13px !important;
	}
}


.wsy-floating-social-sharing-buttons-wrap {
	display: none;
	/* Hide by default, media rule for larger screens will show */
	position: fixed;
	top: 27%;
	flex-direction: column;
	width: 70px;
	z-index: 9999;
	left: 3px;
}

.home .wsy-floating-social-sharing-buttons-wrap.open {
    display: none;
}

.wsy-sharing-buttons-has-counts .wsy-share {
	height: auto;
	padding: 7px 7px 10px 7px;
}

.wsy-share-count {
	display: block;
	margin-top: 13px;
	margin-bottom: 6px;
	font-size: 12px;
}

.wsy-share-count-text {
	font-size: 9px;
	margin: 17px 0 0 0;
	font-weight: bold;
}

@media screen and (min-width: 1280px) {
	.wsy-floating-social-sharing-buttons-wrap {
		display: block;
	}
}

.wsy-floating-social-sharing-buttons-wrap .wsy-sharing-buttons {
	position: relative;
}

.wsy-floating-social-sharing-buttons-wrap .wsy-sharing-buttons .wsy-share {
	margin-right: 0;
	margin-bottom: 5px;
	border-radius: 50%;
    	width: 70px;
    	height: 70px;
   	flex: 0 0 100%;
}

.wsy-floating-social-sharing-buttons-wrap .wsy-sharing-buttons .wsy-share-text {
	display: none;
}

.wsy-floating-social-sharing-buttons-wrap.open .wsy-social-toggle {
	position: absolute;
	top: -24px;
	left: 3px;
	font-size: 22px;
	cursor: pointer;
}

.wsy-floating-social-sharing-buttons-wrap .wsy-social-toggle img {
    width: 12px;
    height: 12px;
}

.wsy-floating-social-sharing-buttons-wrap .wsy-social-toggle-left img {
    transform: rotate(180deg);
}

.wsy-floating-social-sharing-buttons-wrap.open .wsy-social-toggle-right {
	display: none;
}

.wsy-floating-social-sharing-buttons-wrap.closed .wsy-social-toggle-left {
	display: none;
}

.fa.pull-right {
	font-size: 20px !important;
	padding: 5px !important;
	width: 40px !important;
}


/* Codeable end floating top bar & icons 12/18/2018 */

/* Comment form */
.comment-form .submit {
	background: #ff00a8;
	font-size: 1.1em;
	font-weight: bold;
	padding: 12px 40px;
}
.comment-form .submit:hover {
	background: #37c2e0;
}
.comment-form-url {
	display: none;
}

.comment-form-wprm-rating .wprm-rating-star svg {
	width: 32px !important;
	height: 32px !important;
}

.comment-form-author,
.comment-form-email {
	display: flex;
	align-items: center;
}

.comment-form-author label,
.comment-form-email label {
	width: 80px;
}

/* Comment ratings */
.comment .wprm-rating-star svg {
	width: 16px !important;
	height: 16px !important;
}

/* AT video player style */
#adthrive-mobile-video {background:#232323;padding: 10px;display:flex; justify-content:center;}
#adthrive-mobile-video h2 {font-size:28px;color:#fff;}
#adthrive-desktop-video {padding: 10px 0 0;}
#adthrive-desktop-video h2 {color:#fff;}
#adthrive-desktop-video .player-container {width:80%;margin:0 auto;}
#adthrive-desktop-video .player-position:not(.playerTop) {background:#232323!important;}
.adthrive-collapse-player{margin-bottom:20px;}
h3#adthrive-collapse-title{margin:0 5px;}
.jw-svg-icon-buffer { fill: #fff;}
.jw-display-icon-container .jw-button-color,
.jw-button-color:not(.jw-icon-cast),
.jw-button-color.jw-toggle.jw-off:not(.jw-icon-cast),
.jw-controlbar .jw-icon-inline.jw-text,
.jw-title-primary,
.jw-title-secondary,
.jw-controlbar .jw-icon-inline.jw-text,
.jw-title-primary,
.jw-title-secondary {color:#fff}


.adthrive-comscore {
	background-color: #232323;
	color: #FFF;
}
.adthrive-ccpa-link, .adthrive-footer-message, .adthrive-privacy-preferences, .adthrive-footer-message span {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	font-size: 11px !important;
}
.adthrive-ccpa-link a {
	color: #fff;
}
.adthrive-footer-message {
	padding-bottom: 100px;
}
.adthrive-footer-message > span {
	border-top: 0 !important;
}

.adthrive-sticky-container,
.adthrive-recipe-sticky-container {
	background: transparent !important;
}

/* Prevent AT ATF sidebar ad from jumping */
#atf-sidebar-ad {
	min-height: 600px;
}

.logged-in #atf-sidebar-ad {
	min-height: 0;
}

/*==============================================
slideDown
==============================================
*/


.slideDown{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;

	visibility: visible !important;
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50%{
		transform: translateY(8%);
	}
	65%{
		transform: translateY(-4%);
	}
	80%{
		transform: translateY(4%);
	}
	95%{
		transform: translateY(-2%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	50%{
		-webkit-transform: translateY(8%);
	}
	65%{
		-webkit-transform: translateY(-4%);
	}
	80%{
		-webkit-transform: translateY(4%);
	}
	95%{
		-webkit-transform: translateY(-2%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

/*
==============================================
slideUp
==============================================
*/


.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;

	visibility: visible !important;
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}
	50%{
		transform: translateY(-8%);
	}
	65%{
		transform: translateY(4%);
	}
	80%{
		transform: translateY(-4%);
	}
	95%{
		transform: translateY(2%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
	}
	50%{
		-webkit-transform: translateY(-8%);
	}
	65%{
		-webkit-transform: translateY(4%);
	}
	80%{
		-webkit-transform: translateY(-4%);
	}
	95%{
		-webkit-transform: translateY(2%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

.comment-form-convertkit-consent .comment-respond label {
	display: inline;
	margin-left: 5px;
}

.comment-form-convertkit-consent span {
    line-height: 1.1em;
}

/* Contact forms, etc. */
form.wpuf-form-add {
    background: #f4f4f4;
    padding: 20px;
}
.wpuf-form li {
	list-style: none !important;
	padding: 0 !important;
}
.wpuf-form a.file-selector:hover {
    background: #ff00a8 !important;
}
.wpuf-form a.file-selector {
    color: #fff !important;
    background: #232323 !important;
    border: none !important;
    padding: 7px 24px !important;
}
.wpuf-form input[type=submit] {
    font-weight: bold;
    padding: 7px 40px;
    font-size: 24px;
}
.wpuf-form .wpuf-submit {
	text-align: center;
}

/* Desktop/mobile homepage image */
.image-desktop { display: block !important }
.image-mobile { display: none !important }

@media only screen and (max-width: 414px) {
	.image-desktop { display: none !important }
	.image-mobile { display: block !important }
}

/* Landing pages */

.landing-page .content {
	width: 100%;
	padding: 0;
}

.landing-page .sidebar {
	display: none;
}

.landing-page .header-image .title-area {
	width: 250px;
	padding-top: 10px;
}

.landing-page .site-header {
    height: 100px;
    padding: 10px 0;
    /*background-color: #f4f4f4;
    border-bottom: solid 1px #ddd;
    box-shadow: 0 1px 2px -2px rgba(0,0,0,.4);*/
}

.landing-page .site-header .widget-area {
	border-bottom: 0;
}

.landing-page .site-header .widget-area img {
	margin-top: 20px;
}

.landing-page .mobile-content,
.landing-page #homeMealCTA,
.landing-page .adthrive-comscore,
.landing-page .amazon-disc {
	display: none;
}

.landing-page .site-inner {
	max-width:100%;
}

.landing-page .copyright {
	font-size:10px;
	margin: 10px auto;
	text-align:center
}

@media only screen and (max-width: 996px) {
	.landing-page .site-container {
		padding-top: 5px;
	}
	.landing-page .site-header {
		display: block;
		height: 175px;
	}
	.landing-page .site-header .widget-area {
		display: none;
	}
	.landing-page .title-area {
		width: 80%;
		float: none;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 600px) {
	.landing-page .site-header {
		height: 155px;
	}
}
@media only screen and (max-width: 414px) {
	.landing-page .site-header {
		height: 145px;
	}
}
@media only screen and (max-width: 375px) {
	.landing-page .site-header {
		height: 130px;
	}
}

@media (min-width: 1024px) {

    header.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        display: none !important;
    }


    header.site-header li a.icon-search {
		margin-left:5px;
	}

    header.site-header li a.icon-search:before {
        position: relative;
        top: -8px;
        padding-bottom: 0 !important;
        color: #FF00A8;
    }

    #mega-menu-wrap-primary #mega-menu-primary {
        flex: 1;
        display: flex !important;
        overflow: none !important;
    }

    header.site-header .mega-menu {
        transition: padding .3s !important;
    }
}

@media (min-width: 1024px) and (max-width: 1060px) {
	.nav-primary, body.logged-in.fixed .nav-primary {
		margin-top: 58px !important;
	}

	body.logged-in.fixed .nav-primary {
		margin-top: 42px !important;
	}

	#mega-menu-wrap-primary {
		background: none !important;
		margin: -25px 0 0 0 !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		background: none !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary {
		flex-wrap: wrap;
	}

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 20px !important;
        padding: 0 8px !important;
		white-space: nowrap;
    }

	#mega-menu-wrap-primary #mega-menu-primary>li.search {
		order: -1;
		flex: 0 0 100%;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.search form {
		margin-left: auto;
		margin-right: 15px;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.search form input[type=submit] {
		margin-right: 5px;
	}

	.sub-nav-wrapper {
		display: flex !important;
		margin: 0 15px 0 0 !important;
	}

	header.site-header > .wrap > .wsy_top_bar_wrap .sub-nav-wrapper ul {
		margin: 0 !important;
	}

	header.site-header > .wrap > .wsy_top_bar_wrap .sub-nav-wrapper ul li a, 
	header.site-header > .wrap > .wsy_top_bar_wrap .sub-nav-wrapper a.as-link {
		white-space: nowrap;
	}
}

@media screen and (max-width: 1023px) and (min-width: 900px) {
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link, .nav-primary .mega-menu>.mega-menu-item>a {
	    padding: 0 3px !important;
	    font-size: 18px !important;
	}
}

@media screen and (max-width: 899px) and (min-width: 769px) {
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link, .nav-primary .mega-menu>.mega-menu-item>a {
	    padding: 0 2px !important;
	    font-size: 16px !important;
	}
}

/* Gray box */

.box-gray,
.box-dark {
	padding: 30px;
	clear: both;
	margin-bottom: 20px;
	max-width: 100%;
}

.box-gray {
	background-color: #f4f4f4;
}

.box-dark {
	background-color: #232323;
}

.box-dark h2, .box-dark h3, .box-dark h4, .box-dark p {
	color: #fff;
}

.box-full-width {
	width: 100vw !important;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
	float: none !important;
	position: relative;
	max-width: none;
}

.box-full-width > * {
	max-width: 1140px;
	margin: 0 auto;
}

.home .wp-block-group.box-dark.box-full-width {
    margin-bottom: 0;
}

/* Full width banded blocks */

.full-width-bg {
	position: relative;
	width: 100vw !important;
	float: none !important;
	left: 50%;
	right: 50%;
	margin: 0 -50vw;
	padding: 30px 0;
}

.full-width-bg.light-gray-bg {
	background-color: #f4f4f4;
}

.full-width-bg.med-gray-bg {
	background-color: #e4e4e4;
}

.full-width-bg.white-bg {
	background-color: #ffffff;
}

.full-width-bg.dark-bg {
	background-color: #232323;
}

.wp-block-group.full-width-bg .recipes-as-grid, 
.wp-block-group.full-width-bg .recipes-as-grid-container {
	margin-bottom: 0;
}

.boxed {
	position: inherit;
	width: inherit;
	margin: 0;
	padding: 30px 25px 25px;
}

@media (max-width: 767px) {
	.full-width-bg .wp-block-heading {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.full-width-bg > .wp-block-group__inner-container {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
}

/* Members Area */

.members-area .sidebar .widget_search {
	padding: 20px 0;
}

@media (max-width: 767px) {
	.members-area .sidebar .widget_search {
		padding: 20px;
	}
	.members-area .wh-breadcrumb {
		padding-left: 25px;
		padding-right: 25px;
	}
	.members-area .wh-breadcrumb #breadcrumbs {
		margin-left: 2%;
		margin-right: 2%;
	}
}

.members-area .sidebar .widget_nav_menu {
	padding: 20px;
    background: #f4f4f4;
}

.members-area .sidebar .widget_nav_menu li {
    font-weight: bold;
    list-style-type: disc;
    margin-left: 20px;
}

.members-area .sidebar .widget_nav_menu li a:hover {
    color: #232323;
}

.members-area .sidebar .widget_nav_menu .widgettitle {
    text-align:left;
}

.members-area #featuredbox,
.members-area .footer-widgets,
.members-area .site-footer {
   display: none;
}
.members-area .copyright,
.members-area .amazon-disc {
   font-size:0.7em;
   text-align:center;
   margin: 0 auto;
}

/* BREADCRUMBS */
.wh-breadcrumb #breadcrumbs {
    margin: 0 0 10px 0;
	color: #232323;
    font-weight: bold;
	line-height: 1em;
	text-transform: lowercase;
}

@media screen and (max-width: 580px) {
	.single-post .wh-breadcrumb #breadcrumbs {
		margin-left: 15px;
	}
}

.wh-breadcrumb #breadcrumbs img {
	width: 5px;
	height: 5px;
	display: inline;
	margin: 0 0 1px 0;
}

.wh-breadcrumb #breadcrumbs svg {
	width: 13px;
	height: 13px;
	display: inline;
	margin: 0 0 -2.5px 0;
}

.wh-breadcrumb #breadcrumbs svg use {
	fill: #232323;
}

.wh-breadcrumb #breadcrumbs span {
    padding: 0;
    font-size: 8.5px;
	color: #ff00a8;
}

.wh-breadcrumb #breadcrumbs a {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 11px;
	color: #232323;
	border-bottom: none;
}

.wh-breadcrumb #breadcrumbs span.breadcrumb_last {
    margin-left: 5px;
	font-size: 11px;
	color: #232323;
}

.wh-breadcrumb #breadcrumbs > span > span:first-child > a {
    margin-left: 0;
	font-size: 0;
}

.wh-breadcrumb a, .wh-breadcrumb a:hover {
    color: #232323;
}

.wh-breadcrumb p {
    margin-bottom: 15px;
}

/* Elementor weird negative left alignment fix */
.elementor-section {
	left: 0 !important;
}
.landing-page .site-inner,
.landing-page .entry {
	padding: 0 !important;
}

/* Elementor buttons */
.elementor-button {
    border-bottom: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: 50px !important;
}

/* Damian fix for link color on macro calculator */
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #232323
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #232323
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #232323
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #232323
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #232323;
    border-radius: .25rem
}

/* Switch instead of checkbox - https://codepen.io/AllThingsSmitty/pen/MmxxOz */

.switch {
  display: inline-block !important;
  height: 20px;
  position: relative;
  width: 50px;
}

.switch input {
  display:none;
}

.switch .slider {
  background-color: #aaa;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
  min-width: 40px;
}

.switch .slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 12px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 12px;
}

.switch input:checked + .slider {
  background-color: #ff00a8;
}

.switch input:checked + .slider:before {
  transform: translateX(30px);
}

.switch .slider.round {
  border-radius: 20px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

/* Rows & columns */

.div-2-column,
.div-3-column {
	display:inline-block;
	float:none;
	text-align:left;
	margin-right:-4px;
	vertical-align: top;
}

.div-2-column {
	width:50%;
}

.div-3-column {
	width:33%;
}

.div-2-column ul,
.div-3-column ul {
    margin-left: 0;
}

@media only screen and (max-width: 1023px) {
	.div-2-column,
	.div-3-column {
		display:block;
		width:100%;
	}
}

/******** EDD styles ********/

/* EDD single pages and global */

.edd_purchase_submit_wrapper .button {
    font-weight: bold;
    font-size: 1.5em;
}

.edd-icon-check {
	width: 16px;
	height: 16px;
}

.single-download ul {
	font-size: 18px;
}

.wlrw_credit {
	display: none;
}

/* Related products */
.edd-rp-item  .edd_purchase_submit_wrapper .button {
	font-size: 1em;
}

.edd-rp-item a {
	font-weight: bold;
}

.edd-rp-item img {
    margin-bottom: 0 !important;
}

/* EDD store */

.store-template .div-2-column,
.store-template .div-3-column {
	vertical-align: inherit;
	text-align: center;
}

.store-template h2 {
	line-height: normal;
}

.store-template h2 a {
	font-size: 0.8em;
}

.store-template .edd_price {
	color:#ff00a8;
	font-size: 0.9em;
}

.store-template .edd_purchase_submit_wrapper .button {
    font-size: 15px;
	width: 70%;
	background-color: #ff00a8;
	display: block;
	margin: 0 auto;
}

.store-template .edd_purchase_submit_wrapper .button:hover {
	background-color: #37c2e0;
}

.store-template .edd-cart-added-alert {
	display: block;
}

.store-template .content {
	margin-bottom: 30px;
}

.store-template .learn-more-wrapper {
	margin-top: 5px;
}

.store-template .learn-more-button {
	padding: 5px 28px;
    font-size: 0.8em;
    font-weight: bold;
    width: 70%;
}

.post-type-archive-download #homeMealCTA,
.post-type-archive-download #sale-widget {
	display: none;
}

/* Sale widget */
.ebook-sale-widget {
	padding: 30px;
	background: #ff00a8;
	margin-bottom: 10px;
}

.ebook-sale-widget h2 {
	color: #fff;
}

.ebook-sale-widget p {
	font-size: 17px;
	color: #fff;
}

/* EDD checkout */
#edd_checkout_wrap {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

#edd_checkout_wrap tr.edd_cart_header_row th {
    font-size: 0.8em;
}

#edd_checkout_wrap .edd_cart_item_image {
	display: inline;
}

#edd_checkout_wrap .edd_checkout_cart_item_title {
	vertical-align: top;
}

#edd_checkout_wrap legend {
	display: none;
}

#edd_purchase_form fieldset {
    padding: 0;
    border: none;
}

#edd_purchase_form fieldset#edd_purchase_submit {
    text-align: center;
}

#edd_purchase_form input#edd-purchase-button {
    font-size: 2em;
	background-color: #ff00a8;
}

#edd_purchase_form input#edd-purchase-button:hover {
	background-color: #37c2e0;
}

#edd-payment-mode-wrap input {
    border: none;
    box-shadow: none;
    display: inline-block;
    width: 50px;
}

#edd_purchase_form_wrap .edd-description {
    display: none;
}

svg.edd-icon.edd-icon-lock {
    width: 16px;
    height: 16px;
}

#edd_secure_site_wrapper span {
    font-size: 12px;
}

#edd_purchase_form_wrap p,
#edd-card-wrap {
    text-align: left;
}

/* EDD purchase receipt */
.edd-table {
	max-width: 600px;
	margin: 0 auto;
}

.edd-table + h3 {
    text-align: center;
    margin-top: 20px;
}

.edd_purchase_receipt_files {
	display: none;
}

/* EDD mobile */
@media screen and (max-width:420px) {
	.single-download .content img {
	    float: none;
	    text-align: center;
	}
	.single-download .content .box-gray h2 {
	    clear: both;
	    text-align: center;
	}
	.single-download .content .box-gray h3,
	.edd_purchase_submit_wrapper {
	    text-align: center;
	}

	.store-template .edd_purchase_submit_wrapper .button {
		padding: 15px 28px;
	}

	.store-template .learn-more-button {
		padding: 10px 28px;
	}
}

/* hide username field in EDD checkout */
#edd-user-login-wrap {
    display: none;
}

/* EDD purchase button + spinner */
#edd_purchase_form_wrap {
    position: relative
}

input#edd-purchase-button:disabled {
    background-color: #999 !important;
    cursor: not-allowed;
}

input#edd-purchase-button:disabled + .edd-loading-ajax {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,.5)
}

input#edd-purchase-button:disabled + .edd-loading-ajax:before {
    content: "loading";
    position: absolute;
    bottom: 30%;
    left: 50%;
    content: '';
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 5px solid #ccc;
    border-top-color: #ff00a8;
    animation: spinnerAnimation 1s linear infinite;
}

@keyframes spinnerAnimation {
    to {
        transform: rotate(360deg);
    }
}

/* Custom switch ConvertKit */
.comment-form-convertkit-consent {
	margin: 20px 0;
}

.comment-form-convertkit-consent .switch-input {
    margin: 0;
    display: flex;
    align-items: center;
	font-size: 0.9em;
}

.comment-form-convertkit-consent .switch-input .switch {
  display: inline-block !important;
  height: 20px;
  position: relative;
  width: 40px;
  min-width: 40px;
  margin: 0 10px 0 0;
}

.comment-form-convertkit-consent .hidden-checkbox {
    display: none;
}

.comment-form-convertkit-consent input:checked + .switch-input .switch .slider {
  background-color: #ff00a8;
}

.comment-form-convertkit-consent input:checked + .switch-input .switch .slider:before {
  transform: translateX(20px);
}


/* Control element for logged-in and logged-out users */
body.logged-in .for-loggedout {
    display: none
}

body:not(.logged-in) .for-loggedin {
    display: none
}

body.paid-member .for-adfree {
    display: none
}

/* AT fix: small padding to have room for AT ads */
.content {padding: 5px;}

/* Accessibility */
#pojo-a11y-toolbar {
    display: none;
	left: 100px !important;
	z-index: 1001001 !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
    display: none;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
	border: 3px solid #232323 !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a:hover {
    background: #4054b2;
    color: #fff;
}

#pojo-a11y-toolbar .pojo-a11y-btn-high-contrast {
	display: none !important;
}

#pojo-a11y-toolbar .pojo-a11y-btn-negative-contrast {
	display: none !important;
}

#pojo-a11y-toolbar .pojo-a11y-btn-grayscale {
	display: none !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a:hover {
    background: #232323 !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay, #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
    border-color: #232323 !important;
}

/* For wsy-recipe-saving */
article.entry {
	position: relative;
}
.wsy-recipes-saving.inline-button-social.active:hover span.saved svg path {
    fill: #fff;
}

.wsy-recipes-saving.floating-buttons .button-item button:hover span svg path {
    fill: #ff00a8 !important;
}

/* members area sidebar - mobile */
@media (max-width: 996px) {
	.page-template-members-area-with-sidebar .content-sidebar-wrap aside.sidebar .widget-wrap h4 {
		margin-bottom: 0;
		position: relative;
	}

	.page-template-members-area-with-sidebar .content-sidebar-wrap aside.sidebar .widget-wrap h4:after {
		content: "\25bc";
		font-weight:400;
		font-style:normal;
		text-decoration:inherit;
		position: absolute;
		right: 0;
		transition: all .2s;
	}

	.page-template-members-area-with-sidebar .content-sidebar-wrap aside.sidebar .widget-wrap.is_open h4:after {
		transform: rotate(180deg);
	}
}

/* Hide elements on webview - for mobile app */
body.mobile-mode #homeMealCTA,
body.mobile-mode .postnews:not(.postnews-always-show),
body.mobile-mode .wprm-meal-plan-box,
body.mobile-mode .wsy-recipes-saving,
body.mobile-mode .sidebar,
body.mobile-mode .footer-widgets,
body.mobile-mode .mobile-content,
body.mobile-mode .wh-breadcrumb,
body.mobile-mode .site-header,
body.mobile-mode .wsy-floating-social-sharing-buttons-wra,
body.mobile-mode #gdpr-consent-tool-wrapper,
body.mobile-mode .wprm-recipe-ingredients-container + .wprm-dark-box,
body.mobile-mode .newsletter2,
body.mobile-mode .entry-footer,
body.mobile-mode .free-food-bar,
/*body.mobile-mode .slickstream_related_posts,*/
body.mobile-mode .wprm-recipe-container a.wprm-recipe-print,
body.mobile-mode a.wsy-share.wsy-pin-share,
body.mobile-mode .wy_save_recipe_content_form {
	display: none !important;
}

body.mobile-mode.single main.content {
	width: 100%;
	max-width: 100% !important;
}

body.mobile-mode .site-container {
    padding-top: 0 !important;
}

/* Hide elements for logged in users */

.logged-in .postnews:not(.is-that-keto-app-cta,.postnews-always-show),
.logged-in .newsletter2,
.logged-in .wprm-meal-plan-box {
	display: none;
}

/* Hide top bar opt-in for logged in users */
.logged-in .site-header .wsy_top_bar_subscribe_form.form-inline {
    visibility: hidden !important;
}
.logged-in .mobile-content .wrap .wsy_top_bar_wrap {
    display: none;
}
.logged-in .mobile-content .wrap {
    height: 57px;
}

/* Adjust content position for logged in users */
/*.logged-in .site-inner {*/
/*	margin-top: 185px;*/
/*}*/
.home.logged-in .site-inner {
	margin-top: 5px;
}

/* But keep showing forms on landing pages */
.landing-page.logged-in .postnews, .landing-page.logged-in .newsletter2 {
    display: block;
}

.logged-in .postnews-giftguide,
.wprm-border-box .postnews,
.wprm-dark-box .postnews {
    display: block !important;
}

@media (min-width: 581px) {
	.logged-in .footer-widgets .widget-area {
		width: 33.3333%;
		margin-left: 10px;
	}
}

/* Temporary fix for recipe saving buttons on WPRM card */
.wsy-recipes-saving.inline-buttons span {
    align-items: center;
}

.wsy-recipes-grid .entry-title-link {
    border-bottom: 0;
}

/* Members area sidebar fix */
.members-area .content-sidebar-wrap aside.sidebar {
	float: left;
}
.members-area .content-sidebar-wrap main.content {
	float: right;
}

/* New mobile menu */
.mobile-content .menu.responsive-menu {
	opacity: 0;
	transition: all .3s linear;
	display: block;
	z-index: -1;
	pointer-events: none;
	visibility: hidden;
}

.mobile-content .menu-opened .menu.responsive-menu {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}

.mobile-content ul {
	margin-left: 0 !important;
	margin-bottom: 0;
}

.mobile-menu-accordions {
  background: #fff;
}

.mobile-menu-accordions input {
  display: none;
  position: relative;
}

.mobile-menu-accordions .accordion,
.mobile-menu-accordions .accordions-wrapper .menu-mobile-menu-container > ul > .menu-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-left: 25px;
  min-height: 44px;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
}

.mobile-menu-accordions .accordions-wrapper .menu-mobile-menu-container > ul > .menu-item {
	display: block !important;
	max-height: 44px;
	overflow: hidden;
	padding: initial;
	-webkit-transition: max-height .5s ease-in-out;
	-moz-transition: max-height .5s ease-in-out;
	-o-transition: max-height .5s ease-in-out;
	-ms-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out;
}

.mobile-menu-accordions .accordions-wrapper .menu-mobile-menu-container > ul > .menu-item.menu-item-has-children-opened {
	max-height: 1500px; /* MAYA TODO */
}

.mobile-menu-accordions .accordions-wrapper .menu-mobile-menu-container > ul > .menu-item .sub-menu {
	pointer-events: none;
}

.mobile-menu-accordions .accordions-wrapper .menu-mobile-menu-container > ul > .menu-item.menu-item-has-children-opened .sub-menu {
	pointer-events: all;
}

.mobile-menu-accordions .accordions-wrapper .menu-mobile-menu-container > ul > .menu-item .sub-menu a {
	color: #fff;
	text-align: left;
	font-family: 'open sans', sans-serif;
	text-transform: none;
	font-weight: bold;
	font-size: 13px;
	height: 40px;
	width: 100%;
	display: flex;
	align-items: center;
}

.mobile-menu-accordions .accordions-wrapper .menu-mobile-menu-container > ul > .menu-item .sub-menu .menu-item a {
	width: 100%;
	padding: 0 0 0 40px;
}

.mobile-menu-accordions .accordions-wrapper a {
	transition: none !important;
}

.mobile-menu-accordions .accordions-wrapper .menu-mobile-menu-container > ul > .menu-item > a {
	padding: 0 0 0 25px;
	margin-right: 50px;
	display: flex;
	align-items: center;
	font-size: 18px;
	height: 44px;
	text-align: left;
}

.mobile-menu-accordions input + .accordion:after, .mobile-menu-accordions .accordions-wrapper .menu-mobile-menu-container > ul > .menu-item-has-children::after {
	content: "";
	width: 44px;
	height: 50px;
	position: absolute;
	right: 0;
	top: -4px;
	z-index: 0;
	transition: all .2s;
	background-image: url('images/icon-arrow-bottom-dark.svg');
	background-repeat: no-repeat;
	background-position: 50% center;
	transform: rotate(90deg);
}

.mobile-menu-accordions .accordions-wrapper .menu-mobile-menu-container > ul ul > .menu-item-has-children::after {
	content: "";
	width: 44px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	transition: all .2s;
	background-image: url('images/icon-arrow-white.svg');
	background-repeat: no-repeat;
	background-position: 50% center;
}

.mobile-menu-accordions input + .accordion.no-items::after{
	content: initial;
}

.mobile-menu-accordions .sub-menu {
	padding-left: initial !important;
}

.mobile-menu-accordions .accordions-wrapper .menu-mobile-menu-container > ul > .menu-item .sub-menu .menu-item-has-children .sub-menu li {
	background-color: #343131;
	border-bottom: 1px solid #504d4d
}

.mobile-menu-accordions .accordions-wrapper .menu-mobile-menu-container > ul > .menu-item .sub-menu .menu-item-has-children .sub-menu li a {
	padding-left: 60px;
}

.mobile-menu-accordions .menu-item-has-children {
	display: block;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative !important;
	max-height: 42px;
	-webkit-transition: max-height .5s ease-in-out;
	-moz-transition: max-height .5s ease-in-out;
	-o-transition: max-height .5s ease-in-out;
	-ms-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out;
}

.mobile-menu-accordions .menu-item-has-children.menu-item-has-children-opened {
	max-height: 1500px;
}

.mobile-menu-accordions input:checked + .accordion:after,
.mobile-menu-accordions .accordions-wrapper .menu-mobile-menu-container > ul > .menu-item-has-children.menu-item-has-children-opened::after{
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

.mobile-menu-accordions .accordions-wrapper .menu-mobile-menu-container > ul ul > .menu-item-has-children.menu-item-has-children-opened::after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.mobile-menu-accordions .menu-item-has-children ul {
	display: block !important;
	position: relative;
	z-index: 1;
}
.mobile-menu-accordions .menu-item-has-children ul.sub-menu-opened {
	position: relative !important;
}

.mobile-menu-accordions input:checked + .accordion {
	background: #fff;
	color: #ff00a8;
}

.mobile-menu-accordions .accordions-wrapper .menu-mobile-menu-container > ul > .menu-item.menu-item-has-children .sub-menu .menu-item {
	background-color: #232323;
	border-bottom: 1px solid #484848;
}

.mobile-menu-accordions > form.accordion-search {
    padding: 10px 20px;
}

.mobile-menu-accordions > form .accordion-searchbar {
    display: initial;
    border: 3px solid #232323;
    border-radius: 50px;
    position: relative;
	font-family: 'open sans', sans-serif;
    font-size: 16px;
	padding: 8px 40px 8px 12px;
}

.mobile-menu-accordions > .accordion-search > .accordion-searchbar + input {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    margin: 0;
}

.features-group ul {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	background: #f4f4f4;
}

.features-group ul li {
	width: 33.3333%;
	text-align: center;
	line-height: 1.2;
}

.features-group ul li a {
	font-size: 16px;
	color: #232323;
}

.features-group ul li i {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}

.features-group ul li i img {
	margin: 0;
}

/* *********** */

/*
 * NEW MEGA MENU
 */
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout > ul.mega-sub-menu {
	width: auto !important;
	margin-top: 5px;
	border: 3px solid #232323 !important;
	/*border-radius: 20px !important;*/
	z-index: 9999 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link {
	font-family: 'wholesomeregular', Arial, Helvetica, sans-serif !important;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #333;
	white-space: nowrap;
	margin: 5px 20px 10px;
	padding: 0 0 5px;
	text-align: center;
}

#mega-menu-wrap-primary #mega-menu-primary .textwidget .text-center {
	text-align: center;
}

#mega-menu-wrap-primary #mega-menu-primary .textwidget p, #mega-menu-wrap-primary #mega-menu-primary .textwidget img {
	margin-bottom: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .row-cols:not(.font-normal) {
	margin-bottom: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	padding: 5px 0 !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	min-width: 180px;
	overflow: hidden;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	font-size: 13px !important;
	font-weight: bold !important;
	line-height: normal !important;
	text-align: center;
	transition: none;
	margin: 3px 7px;
 }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.food-shop > ul.mega-sub-menu li > a.mega-menu-link:hover {
	background: #ff00a8 !important;
	color: #fff !important;
	font-weight: bold !important;
	/*border-radius: 50px !important;*/
}

#mega-menu-wrap-primary #mega-menu-primary a.link-menu-item,
#mega-menu-wrap-primary #mega-menu-primary .font-normal a {
	color: #232323;
	display: block;
}

#mega-menu-wrap-primary #mega-menu-primary a.link-menu-item {
	font-family: 'wholesomeregular', Arial, Helvetica, sans-serif !important;
	font-size: 20px !important;
	text-transform: uppercase;
	line-height: 1.2em;
}

#mega-menu-wrap-primary #mega-menu-primary a.link-menu-item:hover {
	color: #ff00a8;
}

.nav-primary #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu:after,
.nav-primary #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu:before,
.nav-primary #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu > ul.mega-sub-menu:after,
.nav-primary #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu > ul.mega-sub-menu:before
{
	content: " ";
	position: absolute;
	bottom: 100%;
	left: 10%;
	width: 0;
	height: 0;
	border: solid transparent;
	pointer-events: none;
	z-index: 9999;
}

.nav-primary #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu:after,
.nav-primary #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu > ul.mega-sub-menu:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 11px;
	margin-left: -11px;
}

.nav-primary #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu:before,
.nav-primary #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu > ul.mega-sub-menu:before {
	border-color: rgba(221, 221, 221, 0);
	border-bottom-color: #333;
	border-width: 12px;
	margin-left: -12px;
}

.nav-primary #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu > ul.mega-sub-menu:after,
.nav-primary #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu > ul.mega-sub-menu:before {
	left: 25%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding: 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 7px 0 !important;
    overflow: hidden;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
	color: #232323;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link:hover {
	color: #232323;
	cursor: default;
}

/* START */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.start > ul.mega-sub-menu:before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.start > ul.mega-sub-menu:after {
	left: 8%
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.start > ul.mega-sub-menu li > a.mega-menu-link:before {
	font-family: sans-serif;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center;
	margin: 0 10px 0 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.start > ul.mega-sub-menu li.mega-menu-item a[class^='dashicons']:before {
	font-family: dashicons;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.start > ul.mega-sub-menu li.start-here > a.mega-menu-link:before {
	content: "";
	background-image: url('images/icon-start.svg');
	margin-top: 3px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.start > ul.mega-sub-menu li.handy-lists > a.mega-menu-link:before {
	content: "";
	background-image: url('images/icon-list.svg');
	margin-top: 3px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.start > ul.mega-sub-menu li.tools > a.mega-menu-link:before {
	content: "";
	background-image: url('images/icon-tools.svg');
	margin-top: 3px;
}

/* RECIPES */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.recipes > ul.mega-sub-menu {
	min-width: 820px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu:before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu:after,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout > ul.mega-sub-menu:before,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu:after,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout > ul.mega-sub-menu:after {
	display: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.recipes > ul.mega-sub-menu li > a.mega-menu-link:before {
	font-family: sans-serif;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center;
	margin: 0 10px 0 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.recipes > ul.mega-sub-menu li.by-cuisine > a.mega-menu-link:before {
	content: "";
	background-image: url('images/icon-bycourse.svg');
	margin-top: 3px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column:nth-child(3n+1)>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-has-children>a.mega-menu-link {
	border-bottom: 3px solid #ff00a8 !important;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column:nth-child(3n+2)>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-has-children>a.mega-menu-link {
	border-bottom: 3px solid #D8E037 !important;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column:nth-child(3n+3)>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-has-children>a.mega-menu-link {
	border-bottom: 3px solid #32C0DF !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.recipes > ul.mega-sub-menu li.by-diet > a.mega-menu-link:before {
	content: "";
	background-image: url('images/icon-bydiet.svg');
	margin-top: 3px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.recipes > ul.mega-sub-menu li.by-prep > a.mega-menu-link:before {
	content: "";
	background-image: url('images/icon-byprep.svg');
	margin-top: 3px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.recipes > ul.mega-sub-menu li.by-ingredient > a.mega-menu-link:before {
	content: "";
	background-image: url('images/icon-byingredient.svg');
	margin-top: 3px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.recipes > ul.mega-sub-menu li.by-occasion > a.mega-menu-link:before {
	content: "";
	background-image: url('images/icon-byoccasion.svg');
	margin-top: 3px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
	font-size: 13px !important;
	font-weight: bold !important;
	padding: 5px 15px !important;
	margin: 3px 7px !important;
	transition: none !important;
	text-transform: none !important;
	text-align: center !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.food-shop > ul.mega-sub-menu li > a.mega-menu-link:before {
	font-family: sans-serif;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-position: center;
	margin: 0 10px 0 0;
}

/* COOKBOOKS, SHOP */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout.cookbooks ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout.food-shop ul.mega-sub-menu {
	min-width: 200px;
}

/* --------- */

/* Post table of contents */

.lwptoc {
    padding: 20px 15px 10px;
	border: 3px solid #232323;
    margin: 32px 0;
	/*border-radius: 20px;*/
}
.lwptoc_i {
	padding: 8px 15px !important;
}
.lwptoc_title {
    font-family: 'wholesomeregular';
    text-transform: uppercase;
    font-size: 28px;
}
.lwptoc_item {
	font-size: 14px;
}
.lwptoc ul.lwptoc_itemWrap {
	-moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
	margin: 0 !important;
}
@media (max-width: 480px) {
	.lwptoc ul.lwptoc_itemWrap {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}
.lwptoc ul.lwptoc_itemWrap li.lwptoc_item {
	list-style-type: disc !important;
	margin-left: 20px !important;
	margin-bottom: 10px !important;
	line-height: 1.3em;
}
.lwptoc_item a {
    border-bottom: none !important;
	font-weight: bold;
}
.lwptoc_item a:hover {
    border-bottom: 3px solid #D8E037 !important;
}
/* Table of Contents Arrow */
.lwptoc_header {
	display: flex;
	align-items: center;
    margin-bottom: 6px;
}
/*.lwptoc_toggle {
    padding-left: 10px;
}
.lwptoc_toggle_label {
        font-size: 0;
}
.lwptoc_toggle_label[data-label='show']:before {
        content: "";
        background: url('images/arrow-breadcrumbs.svg') no-repeat center;
        display: inline-block;
        width: 10px;
        height: 10px;
        transform: rotate(-90deg);
}

.lwptoc_toggle_label[data-label='hide']:before {
        content: "";
        background: url('images/arrow-breadcrumbs.svg') no-repeat center;
        display: inline-block;
        width: 10px;
        height: 10px;
        transform: rotate(90deg);
}*/

.lwptoc_recipe_card {
        display: inline-block;
        background-color: #232323;
        color: white;
        padding: 3px 8px;
        font-size: 10px;
        line-height: 1.1;
        text-transform: uppercase;
        border-radius: 3px;
}
.entry-header .disclosure {
	font-size: 70%;
	clear: both;
	line-height: 1.4em;
}
h3 span:focus {
    outline: none;
}
#submit-btns.loader input {
    padding-right: 40px;
}

#submit-btns.loader  a {
    position: absolute;
    right: 8px;
    top: -3px;
}

#submit-btns {
    display: inline;
    position: relative;
}

#submit-btns.loader a i {
    color: #fff;
    font-size: 20px;
}

body.logged-in li.wsy-auth-login {
	display: none !important;
}

body.logged-in li.wsy-auth-logout {
	display: block !important;
}

body:not(.logged-in) li.wsy-auth-login {
	display: block !important;
}

body:not(.logged-in) li.wsy-auth-logout {
	display: none !important;
}

/* Gutenberg blocks */
.wp-block-group.has-background {
    padding: 20px;
    margin-bottom: 20px;
}
.block-border {
	padding: 20px;
    border: 3px solid #232323;
    font-size: 14px !important;
	/*border-radius: 20px;*/
}
@media (max-width: 768px) {
	.block-border {
		font-size: 16px !important;
	}
}
.home .block-border {
    margin-bottom: 30px;
}
.block-border .wp-block-columns {
    margin-bottom: 0;
}
.block-border .wp-block-buttons {
    margin-bottom: 5px;
}
.block-border .wp-block-button__link {
	padding: calc(.5em + 2px) calc(1.5em + 2px) !important;
}
.tip-block,
.new-to-keto-block {
	background: #f4f4f4;
	position: relative;
}
.tip-block {
	margin-left: 30px !important;
	padding-left: 60px !important;
}
.tip-block:before {
	content: '';
	background: #ff00a8 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMCAMAAACZHrEMAAAAq1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Nr6iZAAAAOHRSTlMAnrIhNMg3DUb28L8UbgT6GM28rGgnCCz96djEl4RQlDAB7aKPU+R+ddNePODctxEcWUuminljQXxV++EAAAWBSURBVHja7dppe6IwEADgQaxHVUAseN9n621bd/7/L9vdFklCoiQGaj/wftznWTqSmckkCpnMA4yPxvAP/BKfW8TuG/wG1hN+mcEv8ImBPDyctcHAFB6u2sLAEzxctYyBCjxcFkwWTBZMFkxEFsyPccK9qQsP54dvZgepmU9d98OBeA0MyMx6a8N1h3lQ1MP/ntcS62TLTxA1/HIEJS8YGEGsQgf/cX2JWMhTFRRtDNgy/++0qhVkP6F64TUxZCd2CFlhaAMKRkgZQSJekFgodTKk2IWkY8E6qOgjpXUAbUeknUBJHSltBzQNkPYBaqwOE40JYqNzf7rrvv7j5oarwUEqFgNU7V+RsrCAk6+9bzCiPjwerhWnzmHPYlZqFe10sw6KtdxadFUrSBlChPpKddl07OIt9tRjWmiLey/qfGoVOkDMuxir14SQicQ73KvaxoscXJTqKKW3D1/xs+Ax6swJBuaXB89QVjvcnI1k5i9ngV8al3lkiwqmflCZHfIUHfvK/wLpw7clqlmMguzLfS0caGsOwl7WQzHbtq/V+SB8yukACfIryNk0lsd103EcczRYGa/IW0EaLO5PLXrR/dxb8qW2hBREm8tuYIFAflZG1jn1WHaF6xW4TDuaIbtAL3BL3kXGCBL1xvaPItl31i/Dd9fdLU2gnZnymhQhQc0rBVJqTK4M7k2yryV9K8uMC4NLP1wx/9zaA63INIIaJGZF/8315UQ2QVb/VspXE+swdAIEq3HYISHeBccV/dFBfLSP7N6nMnKebq5uQmdBj58Za8I9GqIcJDqQiByGKiQWXgE4JyTWkIADlbxFciCT24MMJqX0LaP14qFAR9yTfSQc0GaROdj+3hkXyKgs5/mmKdEVZqBtEO1cfaQZHtxGfZYx6JqSHea777aQqMcX7BlDJdA0nkQyZqd4aLbKmmdJ8bWRF6ktbCi+2lfQVCP1Es0YF6SUktugjMilCpkMyr7kQpN1OiU2bc4jPaYPksh+uUqsy5jsqtm+etc0QItDCntMVk3twXPVLPP6OdrwRIqJGRBeUf2XD2YrrIHxpflMc5RGrSiYt/lhaE1uONgX9azQTrfhvUQwkXLHwbZHNxNeLVKXfTZ/6/fcnE6+88xFziLMwGYDeXY1fGUkOPOugcBli6CAAuGm/1FGgaMgGI/JRfWx1YzeZfDd/B3FsfLLVJxQ84B6rypXo3+O/3CDOgp4bAIbbKYf7jl1tZlniC/N/drVUPPRjG2Q1yZrHDbOzVcJ+i3kNSHEH4ImTuR3Q5Nx0AXcxXbaVNr4o789GiDnEygfE7aUco5gOwhYoObMZemfJ2RsIy/aH+UpDlyQ/zaHO/X4xAAvT/HUnzTUvzV4Az0v2kfCqiBL9W9mPI2PQ2pAS5tte+rqVP7qIv2yDfcw6Z6ua675sFySF0Zj+kiolXNuwgd/nYzBPOirIuFoXNluU7gsUuKXk0tf/ivG3t2L9GylccGowODmSn17G4m16jmdP/Trb1Dq72bGzo2J2SLlTXq/JwxIjseOZaqJhltI0lzle0d+kHXS/PKrpJAv4jTTb33SY9I5sqyJY4boTeylOjGE5I0rSFnGNl7u7Jli3hQlf2DVg5R8St27Wou03wtfJJ7MLmBAirrUZ5Zo13VIk1+OnQkKVM1ZkKoV1flil3IE6fLtuHUit4c7SFs/JiEcvGiZkLZ9zJcHA41fnukcPta3C/sF0je8vQE2qFjTV7u9P9VTmDRldp7Fk0A57EN7SN8flDMpQvpKKOc5CyYLJgsmC0Y7mIYpsHhQMD0Q2D4omCkIbLI3g7grCCyyasqC+dXBnFBOeQ/pK8kG40P6iiinAj/hE6UU4Ef0MV57Dj/k1DNifDQhk/kBfwFidXyMG07WVQAAAABJRU5ErkJggg==') no-repeat center;
	background-size: 60%;
	width: 60px;
	height: 60px;
	color: #fff;
	padding: 10px 10px 4px;
	border: 8px solid #fff;
	position: absolute;
	left: -30px;
	top: 12px;
	box-sizing: border-box;
	border-radius: 100%;
}

@media (max-width: 480px) {
	.tip-block {
		margin: 45px 0 20px 0 !important;
		padding-left: 2.375em !important;
	}

	.tip-block:before {
		position: relative;
		left: 0;
		display: block;
		margin: -60px auto 15px auto;
	}
}
.wp-block-group .button a,
.block-button a {
    border-bottom: none !important;
    color: #fff;
}
.wp-block-buttons {
	margin-bottom: 20px;
	display: block !important;
}
.wp-block-buttons.is-content-justification-center {
	text-align: center;
}
.wp-block-button__link {
	background-color: #232323 !important;
	text-transform: uppercase;
	font-size: 16px !important;
	padding: calc(.33em + 2px) calc(1.5em + 2px) !important;
	margin: 5px 0 0;
}
.wp-block-button__link:hover {
	background-color: #ff00a8 !important;
}
/* Fix for old H3 buttons */
h3.button {
	font-size: 16px;
	margin-bottom: 15px;
	padding: 10px 35px !important;
}
h3.button a {
    margin-bottom: 0 !important;
    padding: 0 !important;
	font-family: 'Open Sans', sans-serif;
	background: transparent !important;
}
/* End fix for old H3 buttons */
.prod-cta-group {
	text-align: center;
	margin-bottom: 20px;
}
.prod-cta-group p {
	text-align: left;
}

.roundup-recipe-group {
	text-align: center;
	margin-bottom: 20px;
}

.carbs-table-block {
	text-align: center;
	border-bottom: none !important;
}

.carbs-table-block td, .carbs-table-block th {
    border-color: transparent;
    padding: 5px 15px;
    text-align: center;
}

.is-that-keto-app-cta {
	padding: 3%;
	margin-bottom: 20px;
}

.is-that-keto-app-cta img {
    width: auto;
    height: auto;
    max-width: 180px;
    max-height: 130px;
    margin: 0 5px !important;
	float: left;
}

.is-that-keto-app-cta h2 {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 28px;
    text-align: center;
}

.is-that-keto-app-cta p {
    text-align: center;
    margin: 5px 15px;
}

.is-that-keto-app-cta .mobile-app-buttons {
    display: flex;
    padding: 10px 0 0 10px;
	margin: 15px 0 0;
}

.is-that-keto-app-cta .mobile-app-buttons a:not(.button) {
    border-bottom: none !important;
}

.is-that-keto-app-cta .mobile-app-buttons a:first-child img {
    margin: 0 5px 0 20px;
}
.is-that-keto-app-cta .mobile-app-buttons img {
    max-width: 150px;
	margin-bottom: 0 !important;
}

.is-that-keto-app-cta .mobile-app-buttons .button {
    max-width: 250px;
    padding: 10px 20px!important;
    font-size: 15px;
    margin: 1px 7px;
    float: left;
    background: #232323;
    border: #999 solid 1px;
    border-radius: 5px!important;
}

@media only screen and (max-width: 420px) {
	.postnews.is-that-keto-app-cta {
		padding: 30px 5% 25px;
	}
	.is-that-keto-app-cta .mobile-app-buttons {
		clear: both;
		padding: 0;
	}
	.is-that-keto-app-cta .mobile-app-buttons img {
		max-width: 98%;
	}
	.is-that-keto-app-cta .mobile-app-buttons .button {
		display:none;
	}
}

/* Display or hide element conditionally based on mobile platform */
body.platform-android .show-on-android {
	display: block;
}

body.platform-android .show-on-ios {
	display: none;
}

body.platform-ios .show-on-ios {
	display: block;
}

body.platform-ios .show-on-android {
	display: none;
}

/* Display or hide element conditionally based on device width */

.d-none {
	display: block !important;
}

/* WPRM Rating stars for comment form */
.wprm-comment-ratings-container-custom {
    border: 0;
}

.wprm-comment-ratings-container-custom .wprm-comment-rating {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    line-height: 1;
}

.wprm-comment-ratings-container-custom .wprm-comment-rating > .wprm-comment-rating-clear + label {
    width: 2em;
    margin-left: -2.5em;
    opacity: 0;
    float: left;
}

.wprm-comment-ratings-container-custom .wprm-comment-rating > .wprm-comment-rating-clear + label::before {
    width: .5em;
}

.wprm-comment-ratings-container-custom .wprm-comment-rating > input {
    display: none;
}

.wprm-comment-ratings-container-custom .wprm-comment-rating > input + label {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    margin-right: 0;
    width: 2em;
    line-height: 1;
    color: transparent;
    font-size: 1em;
}

.wprm-comment-ratings-container-custom .wprm-comment-rating > input + label:before {
    display: inline-block;
    content: '';
	background: url("images/icon-star-empty.svg") no-repeat center;
	background-size: contain;
	width: 32px;
	height: 32px;
}

.wprm-comment-ratings-container-custom .wprm-comment-rating > input:checked ~ label:before,
.wprm-comment-ratings-container-custom .wprm-comment-rating > input + label:hover ~ label:before,
.wprm-comment-ratings-container-custom .wprm-comment-rating > input + label:hover:before {
	content: '';
	background: url("images/icon-star.svg") no-repeat center;
	background-size: contain;
	width: 32px;
	height: 32px;
}

.wprm-comment-ratings-container-custom .wprm-comment-rating:hover > input + label:before {
	content: '';
	background: url("images/icon-star-empty.svg") no-repeat center;
	background-size: contain;
	width: 32px;
	height: 32px;
}

.wprm-comment-ratings-container-custom .wprm-comment-rating:hover > input + label:hover ~ label:before,
.wprm-comment-ratings-container-custom .wprm-comment-rating:hover > input + label:hover:before {
	content: '';
	background: url("images/icon-star.svg") no-repeat center;
	background-size: contain;
	width: 32px;
	height: 32px;
}

/* Video of the week Widget */
.video-week {
	background: #F4F4F4;
	width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
	padding: 30px 0 25px 0;
	margin-bottom: 20px;
	clear: both;
}

.home .video-week {
	background: #e4e4e4;
	margin-bottom: 0;
}

.video-week .video-week-wrapper {
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.video-week .video-week-wrapper .video-container {
	max-width: 560px;
	width: 100%;
}

.video-week .video-week-wrapper .video-container .video-embed {
    position: relative;
    /*padding-bottom: 56.25%;*/
}

.video-week .video-week-wrapper .video-container .video-embed .video-placeholder {
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

body.logged-in .video-week .video-week-wrapper .video-container .video-embed .video-placeholder {
	position: static;
}

.video-week .video-week-wrapper .video-container .video-embed .video-placeholder svg {
    width: 64px;
    height: 64px;
    position: absolute;
    opacity: .7;
}

.video-week .video-week-wrapper .video-container .video-embed:hover .video-placeholder svg {
    opacity: 1;
}

.video-week .video-week-wrapper .video-container .video-embed iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.video-week .video-week-wrapper .video-content {
	margin-left: 30px;
	font-size: 18px;
	line-height: 1.6em;
}

.video-week .video-week-wrapper .video-content h5 {
	font-size: 24px;
    line-height: 1.2;
	margin-bottom: 10px;
	display: inline-flex;
}

.video-week .video-week-wrapper .video-content h5 svg {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    margin-top: -5px;
}

.video-week .video-week-wrapper .video-content h3 {
	font-size: 36px;
	line-height: 1.2;
}

.video-week .video-week-wrapper .video-content a {
	background: #FF00A8;
	border-radius: 5px;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	padding: 5px 30px;
	display: inline-block;
	margin-right: 10px;
}

.video-week .video-week-wrapper .video-content a:hover {
	background: #232323;
	color: #fff;
}

.video-week .video-week-wrapper .video-content a:last-child {
	margin-right: 0;
}

@media (max-width: 996px) {
	.video-week .video-week-wrapper {
		padding: 0 45px;
		flex-direction: column;
	}
	.video-week .video-week-wrapper .video-container, .video-week .video-week-wrapper .video-content {
		flex-grow: 1;
		flex-basis: 0;
	}
	.video-week .video-week-wrapper .video-content {
		margin-left: 0;
		margin-top: 30px;
		text-align: center;
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.video-week .video-week-wrapper {
		padding: 0 15px;
	}
	.video-week .video-week-wrapper .video-content h5 {
		font-size: 20px;
	}
	.video-week .video-week-wrapper .video-content h5 svg {
		width: 24px;
		height: 24px;
		margin-top: -2px;
	}
	.video-week .video-week-wrapper .video-content h3 {
		font-size: 32px;
	}
	.video-week .video-week-wrapper .video-content {
		font-size: 17px;
	}
	.video-week .video-week-wrapper .video-content a {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.video-week .video-week-wrapper .video-content a:last-child {
		margin-bottom: 0;
	}
}

.full-width-flex {
	width: 100%;
	max-width: 100%;
	display: flex !important;
	flex-direction: column;
}

.full-width {
	width: 100%;
	max-width: 100%;
}

@media (max-width: 996px) {
	.full-width .clearfix {
		width: 100%;
		float: left;
	}
}

/* ARCHIVE */

.pagination-for-archive {
    width: 100vw;
	left: 50%;
	right: 50%;
	position: relative;
	/*margin-top: 30px;*/
	margin-left: -50vw;
	margin-right: -50vw;
	/*background: #e4e4e4;*/
	clear: both;
}

.pagination-for-archive .wrapper {
	margin: 0 auto;
	max-width: 1140px;
	width: 100%;
	display: flex;
	align-items: center;
}

@media (max-width: 480px) {
	.pagination-for-archive .wrapper {
		flex-direction: column-reverse;
	}
}

.pagination-for-archive + p {
	display: none;
}

.home .dpe-flexible-posts-home {
	flex-wrap: wrap;
	display: flex;
	flex-direction: row;
}

.search-no-results .dpe-flexible-posts-home {
	display: block;
}

.ep-spell-suggestions ul {
	margin-left: 40px;
}

.dpe-flexible-posts-home {
	position: relative;
}

.dpe-flexible-posts-home .wsy-recipes-saving.floating-buttons.button-stacked + a {
	margin: 0 0 5px 0;
	font-weight: normal;
	display: inline-block;
	width: 100%;
}

.dpe-flexible-posts-home img {
	margin: 0 0 -4px 0;
}

/* For search results and featured blocks in posts */
.search .dpe-flexible-posts-home img,
.dpe-flexible-posts-home article > a {
	margin-bottom: 7px;
}

/* RECIPE GRIDS */

.recipes-as-grid {
	padding: 0;
	width: 100%;
}

.recipes-as-grid article > .entry {
    margin-bottom: 0;
}

@media (min-width: 768px) {
	.recipes-as-grid article.entry.one-full {
		display: flex;
		flex-direction: row;
		width: 100%;
	}

	.recipes-as-grid article.entry.one-full > a {
		width: 25%;
		margin-bottom: 20px;
	}

	.recipes-as-grid article.entry.one-full > .entry {
		margin-left: 2%;
		flex: 1;
		align-self: center;
	}

	.recipes-as-grid article.entry.one-full h3.entry-title,
	.recipes-as-grid article.entry.one-full h3.entry-title a {
		font-size: 26px;
	}

	.recipes-as-grid article.entry.one-full p {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.recipes-as-grid article.entry.one-full > .entry .more-button {
		margin: 0 0 10px 0;
	}
}

.recipes-as-grid article.entry.one-full > .entry .more-button a {
	display: inline-block;
}

@media (max-width: 480px) {
	.recipes-as-grid article.entry.one-full > .entry {
		margin-top: 2%;
	}
	.recipes-as-grid article.entry.one-full > .entry .more-button {
		text-align: center;
		margin: 0 0 20px 0;
	}

	.recipes-as-grid article.entry.one-full > .entry .more-button a {
		font-size: 20px;
		padding: 5px 20px;
		max-width: none;
	}
}

.single .recipes-as-grid {
	padding: 0;
}

.single .recipes-as-grid img {
	margin-bottom: 0;
}

.recipes-as-grid-container {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.recipes-as-grid.with-filter {
	width: 100%;
	float: left;
	position: relative;
}

.recipes-as-grid.with-filter .preloader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, .7);
	z-index: 10;
	display: none;
	align-items: center;
	justify-content: center;
}
.recipes-as-grid.with-filter .filtering-pagination {
	flex: 0 0 100%;
	margin: 30px 0;
	font-size: 14px;
}
.recipes-as-grid.with-filter .filtering-pagination .inner {
	position: relative;
	flex: 0 0 100%;
}

.recipes-as-grid.with-filter .filtering-pagination .wrapper {
	margin: 0 auto;
	max-width: 1140px;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
}

.recipes-as-grid.with-filter .filtering-pagination .wrapper .buttons {
	display: flex;
}

.recipes-as-grid.with-filter .filtering-pagination .wrapper .buttons .recipebtn {
	margin: 0;
}

.recipes-as-grid.with-filter .filtering-pagination .wrapper .buttons .recipebtn:hover {
	color: #fff;
	background-color: #ff00a8;
}

.recipes-as-grid.with-filter .filtering-pagination .wrapper .buttons button#resetFilters {
	color: #232323;
	text-transform: uppercase;
	font-weight: bold;
	background: #fff;
	border: 3px solid #232323 !important;
	padding: 8px 20px;
	font-size: 14px;
	margin: 0 0 0 15px;
	float: left;
	clear: left;
	border-radius: 50px;
}

.recipes-as-grid.with-filter .filtering-pagination .wrapper .buttons button#resetFilters:hover {
	border-color: #ff00a8 !important;
	color: #ff00a8;
}

.recipes-as-grid.with-filter .filtering-pagination .wrapper .pages {
	margin-left: auto;
}

.recipes-as-grid.with-filter .filtering-pagination .wrapper .pages p {
	margin: 0;
	font-size: 18px;
}

.recipes-as-grid.with-filter .filtering-pagination .wrapper .page-numbers {
	display: inline;
	border-radius: 50px;
}

.recipes-as-grid.with-filter .filtering-pagination .wrapper .page-numbers {
	display: inline-flex;
	padding: 5px 10px;
	text-align: center;
	border-radius: 100%;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	color: #232323;
	font-weight: bold;
	margin: 0;
}

.recipes-as-grid.with-filter .filtering-pagination .wrapper .page-numbers.prev, .recipes-as-grid.with-filter .filtering-pagination .wrapper .page-numbers.next {
	width: auto;
	padding: 5px 15px;
	border-radius: 50px;
}

.recipes-as-grid.with-filter .filtering-pagination .wrapper .page-numbers.current {
	background-color: #232323;
	color: #fff;
}

.recipes-as-grid.with-filter .filtering-pagination .wrapper .page-numbers:hover {
	background: #ff00a8;
	color: #fff;
}

.recipes-as-grid.with-filter .filtering-pagination .wrapper .pages p {
	font-size: 18px;
}

@media (max-width: 996px) {
	.recipes-as-grid .entry.one-fourth {
		width: 24%;
	}
}

@media (max-width: 480px) {
	:not(.single) .recipes-as-grid {
		position: relative;
		width: 100vw;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		margin-bottom: 20px;
	}

	body.single-post .recipes-as-grid {
		float: none;
	}

	.recipes-as-grid-container {
		float: none;
		padding: 0px 20px;
	}

	.recipes-as-grid.per-row-3 .entry.one-third {
		width: 100% !important;
	}

	.sidebar-primary .recipes-as-grid.per-row-3 .entry.one-third {
		width: 46% !important;
		margin-right: 8% !important;
	}

	.sidebar-primary .recipes-as-grid.per-row-3 .entry.one-third:nth-child(2n) {
		margin-right: 0 !important;
	}

	.recipes-as-grid.per-row-6 .entry.one-sixth {
		width: 33.3% !important;
	}

	.recipes-as-grid a.more-link {
		padding: 5px 10px;
		font-size: 15px;
	}

	.recipes-as-grid.with-filter .filtering-pagination .wrapper {
		flex-direction: column;
	}

	.recipes-as-grid.with-filter .filtering-pagination .wrapper .pages {
		order: -1;
		margin: 0 auto 15px auto;
	}
}

@media (max-width: 580px) {
	.recipes-as-grid article.entry {
		padding: 5px 4px 0 0;
		margin: 0px !important;
	}
}

.cta-block {
	padding: 0 0 10px;
	background-color: #F4F4F4;
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-bottom: 20px;
	clear: both;
}

.cta-block .cta-block-wrapper {
	max-width: 1140px;
	width: 100%;
	padding: 40px 10px 10px;
	display: flex;
	margin: 0 auto;
}

.cta-block .cta-block-wrapper .cta-block-image {
	height: 350px;
	width: 350px;
	max-width: 350px;
	min-width: 350px;
	margin: -20px 0 10px 0;
	text-align: center;
}

.cta-block .cta-block-wrapper .cta-block-image img {
	max-height: 350px;
	width: auto;
}

.cta-block .cta-block-wrapper .cta-block-content {
	flex-grow: 1;
	margin-left: 20px;
}

.cta-block .cta-block-wrapper .cta-block-content h2 {
	font-size: 40px;
	color: #232323;
	line-height: 1.2;
	margin-bottom: 0;
}

.cta-block .cta-block-wrapper .cta-block-content h3 {
	text-transform: capitalize;
}

@media only screen and (max-width: 996px) {
	.cta-block .cta-block-wrapper {
		flex-wrap: wrap;
	}
	.cta-block .cta-block-wrapper .cta-block-image {
		height: auto;
		width: auto;
		max-width: 250px;
		min-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.cta-block .cta-block-wrapper .cta-block-content {
		margin-left: 0;
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
	.cta-block .cta-block-wrapper .cta-block-content h2 {
		font-size: 32px;
		text-align: center;
	}

	.cta-block .cta-block-wrapper .cta-block-content h3 {
		font-size: 24px;
		text-align: center;
	}
}

.cta-block .cta-block-wrapper .cta-block-content ul {
	margin: 10px 0 30px 30px;
	font-size: 18px;
}

.cta-block .cta-block-wrapper .cta-block-content .button {
	background: #FF00A8;
	font-size: 22px;
	max-width: none;
	width: 90%;
	display: inline-block;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-align: center;
	padding: 7px 20px;
	margin: 0 5px;
	text-decoration: none;
	white-space: nowrap;
}

.cta-block .cta-block-wrapper .cta-block-content .button:hover {
    background: #37c2e0;
}

@media (max-width: 480px) {
	.cta-block .cta-block-wrapper .cta-block-content .button {
		font-size: 16px;
		width: 100%;
	}
}

/* category circles slider block */

.category-circles {
	width: 100%;
	margin: 15px 0 !important;
	position: relative;
	overflow: hidden;
}

.category-circles .item {
	padding: 0 8px;
}

.category-circles .item a {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.category-circles .item img {
	border-radius: 100%;
	width: 100%;
	height: auto;
}

.category-circles .item h3 {
	font-size: 12px;
	margin: 15px 0 0 0;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Open Sans', sans-serif !important;
    font-weight: bold;
}

.category-circles .category-circles-slider {
	padding: 0 25px;
}

.category-circles .splide__list {
	flex-wrap: nowrap;
	display: flex;
}

.category-circles .splide__arrow {
	background: none;
	box-shadow: none;
	border: none;
	width: 1em;
	top: 37%;
}

.category-circles .splide__arrow.splide__arrow--next {
	right: 0;
}

.category-circles .splide__arrow.splide__arrow--prev {
	left: 0;
}

.category-circles .splide__arrow svg path {
	fill: #FF00A8;
}

.category-circles .splide__arrow:disabled svg path {
	fill: #999;
}

.category-circles .item a:hover h3,
.category-circles .item a:hover h2 {
	color: #ff00a8;
}

@media (max-width: 1024px) {
	.category-circles .category-circles-slider {
		padding: 0;
	}

	.category-circles .category-circles-slider.disabled-scroll {
		visibility: visible;
	}
	.category-circles .disabled-scroll .splide__list {
		flex-wrap: wrap;
		justify-content: center;
	}
	.category-circles .disabled-scroll .splide__slide {
		width: 25%;
		margin: 10px 0 0;
	}
}

@media (max-width: 480px) {
	.category-circles .disabled-scroll .splide__slide {
		width: 33%;
	}
}

.find-more-recipes {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 25px -5px;
	width: 100%;
}

.find-more-recipes .dropdown-inner {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	flex-grow: 1;
	flex-basis: 0;
	width: auto;
	max-width: none;
}

@media (max-width: 996px) {
	.find-more-recipes .dropdown-inner {
		flex: 0 0 33.333%;
		margin-top: 15px;
	}
}

@media (max-width: 480px) {
	.find-more-recipes .dropdown-inner {
		flex: 0 0 50%;
	}
}

.save-recipe-box {
	position: relative;
	margin-bottom: 20px;
	margin-left: 30px;
	background: #232323;
	text-align: center;
	display: flex;
	padding: 18px 25px;
}

body.archive.logged-in .save-recipe-box {
    display: none;
}

.save-recipe-box .save-recipe-box-content {
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 21px;
	width: 100%;
}

.save-recipe-box .save-recipe-box-content h2 {
	font-size: 32px;
	line-height: 1.2;
	color: #fff;
	margin: 15px 0;
	float: left;
}

.save-recipe-box .save-recipe-box-content p {
	margin-bottom: 10px;
	float: left;
    clear: both;
}

.save-recipe-box .save-recipe-box-content a.button {
	background: #ff00a8;
	color: #fff;
	margin: 20px 10px 0 auto;
	text-align: center;
	font-weight: bold;
	padding: 10px 40px;
	float: right;
}

.save-recipe-box .save-recipe-box-content a.button:last-child {
	margin-right: auto;
}

@media (max-width: 480px) {
	.save-recipe-box {
		flex-direction: column !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 30px;
		width: 100%;
		justify-content: center;
	}

	.save-recipe-box .save-recipe-box-content {
		margin: 0 !important;
		text-align: center;
	}
	.save-recipe-box .save-recipe-box-content a.button {
		padding: 5px 30px;
		margin: 0 0 20px 0;
		float: none;
		font-size: 17px;
	}

	.save-recipe-box .save-recipe-box-content h2 {
		float: none;
	}
}

.save-recipe-box .save-recipe-box-content a.button:hover {
	background: #37c2e0;
	color: #fff;
}

.tip-box {
	background: #F4F4F4;
	padding: 20px 20px 10px;
	margin: 20px 0 20px 32px;
	display: flex;
}

.tip-box.small {
	margin-left: 22px;
}

.tip-box.small p {
    margin-bottom: 10px;
}

.tip-box .image {
	width: 90px;
	height: 90px;
	flex: 0 0 90px;
	padding: 10px;
	border: 8px solid #fff;
	margin-left: -60px;
	margin-top: -20px;
	margin-bottom: 0;
	box-sizing: border-box;
	border-radius: 100%;
	background: #ff00a8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tip-box.small .image {
	width: 60px;
	height: 60px;
	flex: 0 0 60px;
	margin-left: -50px;
	margin-top: -12px;
}

.tip-box .image img {
	margin: 0 auto;
}

.tip-box .inner {
	margin-left: 20px;
}

@media (max-width: 480px) {
	.tip-box {
		flex-direction: column;
		margin-left: 0 !important;
		margin-top: 30px !important;
		padding-top: 0;
	}

	.tip-box .inner {
		margin-left: 0;
	}

	.tip-box .image {
		margin: -40px auto 15px !important;
	}

	.tip-box.small .image {
		margin: -30px auto 15px !important;
	}
}

.tip-box ul {
	margin-left: 20px !important;
	margin-bottom: 0;
}

span.sr-only {
	display: none !important;
}

.animation-spin {
	-webkit-animation:spin 1s linear infinite;
	-moz-animation:spin 1s linear infinite;
	animation:spin 1s linear infinite;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.modal .modal__close:before {
	display: none;
}

.modal .modal__close svg {
	width: 18px;
	height: 18px;
	margin: 8px 0 0 0;
}

.modal .modal__wrap p {
	font-size: 0.7em;
	margin-bottom: 10px;
}

/* Gutenberg columns */

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media(max-width: 599px) {
    .wp-block-column {
        flex-basis:100%!important
    }
}

.wp-block-group {
    box-sizing: border-box
}

.wp-block-column.column-group {
	position: relative;
	padding: 0 1em 0 0;
}

.wp-block-columns .wp-block-column.column-group:last-child {
	padding: 0 0 0 1em;
	margin: 0;
	border-left: 1px solid #ccc;
}

.wp-block-columns .wp-block-column.column-group .wp-block-columns .wp-block-column:not(:first-child) {
	margin-left: .8em;
}

.wp-block-columns,
.wp-block-columns .wp-block-column.column-group .wp-block-columns {
	margin-bottom: .8em;
}

.wp-block-columns .wp-block-column.column-group .dpe-flexible-posts-home {
	margin-left: -5px;
	margin-right: -15px;
}

@media (min-width: 782px) {
	.wp-block-column.column-group.wp-block-column-mobile-full-width {
		margin-left: var(--wp--style--block-gap,1em) !important;
	}
	.header-boxes>.wp-block-column:not(:first-child) {
		margin-left: 0px !important;
	}
}
.home .wp-block-column.column-group.wp-block-column-mobile-full-width {
    margin-left: 0 !important;
}

.header-boxes {
	margin-bottom: 15px !important;
}

.header-boxes a {
	display: inline-block;
	width: 100%;
}

.header-boxes .single-custom-item {
	line-height: 0;
}

.header-boxes .single-custom-item-image {
	display: inline-block;
	width: 100%;
}

.header-boxes .single-custom-item-image img {
	max-width: 100%;
	width: 100%;
	margin-bottom: 0;
}

.header-boxes a:hover h2 span {
    color: #fff !important;
    background: #232323;
}

.wp-block-column .recipes-as-grid-container {
    margin-bottom: 0;
}

.wp-block-column .home-featured .entry.one-half {
	margin-right: 2%;
    width: 48%;
}

@media (max-width: 996px) {
	.wp-block-column.column-group {
		padding: 0 1em 0 0;
	}

	.wp-block-columns .wp-block-column.column-group:last-child {
		padding: 0 0 0 1em;
	}

	.wp-block-columns.header-boxes {
		flex-wrap: wrap;
	}
}

@media (min-width: 701px) and (max-width: 781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile).header-boxes > .wp-block-column:not(:only-child) {
		flex-basis: 0 !important;
		flex-grow: 1;
		margin-left: 0;
	}
}

/* fix for mobile columns after wp updated to v 6 */

@media (max-width: 781px) {
	body .wp-block-columns:where(.wp-block-columns.is-layout-flex) {
		gap: 0;
	}
}

@media (min-width: 600px) and (max-width: 768px) {
	.content .wp-block-column:not(:only-child), .wp-block-column-mobile-full-width {
		flex-basis: 50%;
	}

	.wp-block-column:nth-child(2n) {
		margin-bottom: 8px;
	}

	.header-boxes .wp-block-column:nth-child(2n) {
		margin-left: 0 !important;
		margin-bottom: 0;
	}
}

@media (max-width: 980px) {
	.header-boxes .single-custom-item.single-custom-item-inside h2,
	.header-boxes .single-custom-item.single-custom-item-inside h3 {
		font-size: 16px;
	}
}

@media (max-width: 599px) {
	.content .wp-block-column:not(:only-child):not(.wp-block-column-mobile-full-width) {
		flex-basis: calc(50%) !important;
		flex-grow: 0;
		padding: 3px;
	}

	.header-boxes {
		margin-bottom: 5px !important;
	}

	.header-boxes .wp-block-column:not(:only-child):not(.wp-block-column-mobile-full-width) {
		flex-basis: 0 !important;
		flex-grow: 1;
		padding: 0;
	}

	.header-boxes .wp-block-column:not(:first-child) {
		margin-left: 0;
	}

	.wp-block-column.column-group {
		padding: 0 !important;
		border: none !important;
		margin-bottom: 20px;
	}

	.wp-block-columns .wp-block-column.column-group .dpe-flexible-posts-home {
		margin-left: 5px;
		margin-right: 0;
		margin-top: -5px;
	}
}

body:not(.archive-landing) .wp-block-group  {
	float: left;
	width: 100%;
}

body:not(.archive-landing).single .entry-content .wp-block-group {
	float: none;
}

.wp-block-group .wp-block-column:last-child, .wp-block-column:last-child {
	margin: 0 auto;
}

.wp-block-group h3 .button {
	margin-bottom: 20px;
}

.archive-landing .site-inner {
	margin-bottom: 0;
}

.archive-landing .site-inner main.content {
	padding-bottom: 0;
}

/* Recipe overview - List with checkmarks */
.recipe-overview-block {
	background: #F4F4F4;
	padding: 30px 20px 20px 20px !important;
	margin-left: 22px;
	margin-bottom: 20px;
	display: flex;
}

.recipe-overview-block h2, .recipe-overview-block h3 {
	display: flex;
	align-items: center;
}

.save-recipe-box:before,
.recipe-overview-block h2:before {
	content: '';
	width: 90px;
	height: 90px;
	flex: 0 0 90px;
	font-size: 44px;
	color: #fff;
	padding: 10px 10px 4px;
	border: 8px solid #fff;
	margin-left: -65px;
	margin-right: 20px;
	box-sizing: border-box;
	border-radius: 100%;
	background: #ff00a8 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4NCiAgICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNNi4yOCAzYzMuMjM2LjAwMSA0Ljk3MyAzLjQ5MSA1LjcyIDUuMDMxLjc1LTEuNTQ3IDIuNDY5LTUuMDIxIDUuNzI2LTUuMDIxIDIuMDU4IDAgNC4yNzQgMS4zMDkgNC4yNzQgNC4xODIgMCAzLjQ0Mi00Ljc0NCA3Ljg1MS0xMCAxMy01LjI1OC01LjE1MS0xMC05LjU1OS0xMC0xMyAwLTIuNjc2IDEuOTY1LTQuMTkzIDQuMjgtNC4xOTJ6bS4wMDEtMmMtMy4xODMgMC02LjI4MSAyLjE4Ny02LjI4MSA2LjE5MiAwIDQuNjYxIDUuNTcgOS40MjcgMTIgMTUuODA4IDYuNDMtNi4zODEgMTItMTEuMTQ3IDEyLTE1LjgwOCAwLTQuMDExLTMuMDk3LTYuMTgyLTYuMjc0LTYuMTgyLTIuMjA0IDAtNC40NDYgMS4wNDItNS43MjYgMy4yMzgtMS4yODUtMi4yMDYtMy41MjItMy4yNDgtNS43MTktMy4yNDh6Ij48L3BhdGg+DQo8L3N2Zz4=) no-repeat center;
	background-size: 50%;
	line-height: 44px;
	text-align: center;
}
.recipe-overview-block h2:before {
	margin-top: -19px;
}
.save-recipe-box:before {
	margin-top: -12px;
}

.recipe-overview-block ul {
	margin-left: 40px !important;
}

.recipe-overview-block ul li {
	list-style: none;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.recipe-overview-block ul li:before {
	content: "\2713";
	margin-right: 15px;
	color: #ff00a8;
	font-weight: 700;
}

.recipe-overview-block .recipe-block-bio-image {
	float: right;
	margin: 0 5px 0 10px;
}

.recipe-overview-block .recipe-block-bio-image img {
	border-radius: 300px;
	margin-bottom: 0;
}

@media (max-width: 600px) {
	.recipe-overview-block {
		padding-top: 0 !important;
		margin-left: 0 !important;
		margin-top: 45px;
	}
	.recipe-overview-block h2 {
		flex-direction: column;
		margin: 0;
		padding: 0;
	}

	.recipe-overview-block h2:before {
		margin: -35px auto 15px auto;
	}

	.save-recipe-box::before {
		margin: -65px auto 0px auto;
	}

	.recipe-overview-block ul {
		margin-left: 0 !important;
	}

	.recipe-overview-block .recipe-block-bio-image {
		margin-right: 0;
	}
}


/* Post Header Icons */
.single .entry-content > h2 span[id*="Ingredients"]:before,
h2.header-ingredients span:before
 {
	content: "";
	width: 38px;
	height: 38px;
	display: inline-block;
	background: url('images/icon-ingredients.png') no-repeat center center;
	background-size: contain;
	margin: 0 10px -3px 0;
}

.single .entry-content > h2 span[id^="How_To_Cook"]:before,
.single .entry-content > h2 span[id^="How_To_Make"]:before,
h2.header-howtomake span:before {
	content: "";
	width: 38px;
	height: 38px;
	display: inline-block;
	background: url('images/icon-howtocook.svg') no-repeat center center;
	background-size: contain;
	margin: 0 10px -3px 0;
}

.single .entry-content > h2 span[id^="How_Long"]:before,
.single .entry-content > h2 span[id^="Frequently_Asked"]:before,
h2.header-question span:before {
	content: "";
	width: 38px;
	height: 38px;
	display: inline-block;
	background: url('images/icon-question.png') no-repeat center center;
	background-size: contain;
	margin: 0 10px -3px 0;
}

.single .entry-content > h2 span[id*="Storage"]:before,
h2.header-storage span:before {
	content: "";
	width: 38px;
	height: 38px;
	display: inline-block;
	background: url('images/icon-storage.png') no-repeat center center;
	background-size: contain;
	margin: 0 10px -3px 0;
}

.single .entry-content > h2 span[id*="Variations"]:before,
h2.header-variations span:before {
	content: "";
	width: 38px;
	height: 38px;
	display: inline-block;
	background: url('images/icon-variations.svg') no-repeat center center;
	background-size: contain;
	margin: 0 10px -3px 0;
}

.single .entry-content > h2 span[id*="What_To_Serve"]:before,
h2.header-serve span:before {
	content: "";
	width: 38px;
	height: 38px;
	display: inline-block;
	background: url('images/icon-whattoserve.svg') no-repeat center center;
	background-size: contain;
	margin: 0 10px -3px 0;
}

.single .entry-content h2 span[id*="Tools"]:before,
h2.header-tools span:before {
	content: "";
	width: 38px;
	height: 38px;
	display: inline-block;
	background: url('images/icon-kitchentools.png') no-repeat center center;
	background-size: contain;
	margin: 0 10px -3px 0;
}

.single .entry-content h2 span[id*="Time"]:before,
.single .entry-content h2 span[id*="Long"]:before,
h2.header-timer span:before {
	content: "";
	width: 38px;
	height: 38px;
	display: inline-block;
	background: url('images/icon-timer.png') no-repeat center center;
	background-size: contain;
	margin: 0 10px -3px 0;
}

.single .entry-content > h2 > span[id*="Tips"]:before,
h2.header-tips span:before {
	content: "";
	width: 38px;
	height: 38px;
	display: inline-block;
	background: url('images/icon-tips.png') no-repeat center center;
	background-size: contain;
	margin: 0 10px -3px 0;
}

/* Numerable headers */
.wp-block-group:has(.numerable-header),
.entry-content > .numerable-header {
	counter-increment: numerableHeader;
}

.numerable-header-first, .numerable-header-reset { /* Use it to reset list number */
	counter-reset: numerableHeader 1;
}

.numerable-header, .numerable-header-first, .numerable-header-reset {
	position: relative;
	display: flex;
	clear: both;
}

.numerable-header:before, 
.numerable-header-first:before, 
.numerable-header-reset:before {
	content: counter(numerableHeader);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: 700;
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	margin: -1px 15px 0 0;
	background: #ff00a8;
	border-radius: 100%;
	color: #fff;
	font-family: 'open sans', sans-serif;
}

/* TOP Bar MENU */
header.site-header > .wrap > .wsy_top_bar_wrap .sub-nav-wrapper ul {
	display: flex;
	list-style: none;
	margin: 0;
}

header.site-header > .wrap > .wsy_top_bar_wrap .sub-nav-wrapper ul li {
	position: relative;
}

header.site-header > .wrap > .wsy_top_bar_wrap .sub-nav-wrapper ul li a,
header.site-header > .wrap > .wsy_top_bar_wrap .sub-nav-wrapper a.as-link {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
}

header.site-header > .wrap > .wsy_top_bar_wrap .sub-nav-wrapper a.as-link {
	margin-top: 2px;
}

header.site-header > .wrap > .wsy_top_bar_wrap .sub-nav-wrapper ul li ul.sub-menu {
	display: none;
	position: absolute;
	background: #232323;
	padding: 17px 5px 5px 5px;
	transform: translateX(-50%);
	left: 50%;
	width: 160px;
}

header.site-header > .wrap > .wsy_top_bar_wrap .sub-nav-wrapper ul li ul.sub-menu li {
	margin: 0;
}

header.site-header > .wrap > .wsy_top_bar_wrap .sub-nav-wrapper ul li ul.sub-menu li a {
	padding: 5px 12px;
	margin: 5px;
	display: block;
	text-align: center;
	white-space: nowrap;
}

header.site-header > .wrap > .wsy_top_bar_wrap .sub-nav-wrapper ul li ul.sub-menu li a:hover {
	background: #ff00a8;
	color: #fff;
}

header.site-header > .wrap > .wsy_top_bar_wrap .sub-nav-wrapper ul li:hover ul.sub-menu {
	display: inherit;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	position: relative;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link  {
	color: #232323 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #ff00a8;
	transition: width .3s ease-in-out;
	-moz-transition: width .3s ease-in-out;
	-webikit-transition: width .3s ease-in-out;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu::after {
	border: none;
}

.nav-primary #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout:first-child ul.mega-sub-menu::before, 
.nav-primary #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu:first-child > ul.mega-sub-menu::before {
	border: none;
}

header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link {
	position: relative;
}

header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:first-child {
	margin: 0 8px;
	padding: 0;
}

header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children:not(.members-item) > a.mega-menu-link:first-child::after,
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:after {
	display: initial !important;
	content: "";
	width: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -4px;
	height: 3px;
	background: #ff00a8;
	transition: width .3s ease-in-out;
	-webkit-transition: width .3s ease-in-out;
	-moz-transition: width .3s ease-in-out;
	-ms-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
}

header #mega-menu-wrap-primary #mega-menu-primary> li.mega-menu-item-has-children>a.mega-menu-link:last-child::after {
	content: initial;
}

header #mega-menu-wrap-primary #mega-menu-primary> li.mega-menu-item-has-children > a.mega-menu-link:first-child > span {
	display: none;
}

header #mega-menu-wrap-primary #mega-menu-primary> li.mega-menu-item-has-children > a.mega-menu-link:first-child:hover::after,
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:first-child::after,
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover:after{
	width: calc(100% - 6px);
}

header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:first-child {
	color: #333;
	font-weight: normal;
	text-decoration: none;
	border-color: #fff;
}

.search-div .search-form {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0;
}

.search-div .search-form input[type=search] {
	border-radius: 25px;
	border: 3px solid #232323;
	width: 180px;
	background-color: #fff;
	padding: 8px 40px 8px 12px;
	margin: 3px 0 0 20px;
}

.search-div .search-form input[type=submit] {
	position: absolute;
	top: 53%;
	transform: translateY(-50%);
	right: 0.7em;
	width: 24px;
	height: 24px;
	background: url('./images/icon-search.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	clip: initial;
	margin: 0;
}

.nav-primary #mega-menu-wrap-primary {
	margin-top: 10px;
}

.nav-primary #mega-menu-wrap-primary #mega-menu-primary {
	justify-content: space-between;
}

.sub-nav-wrapper .form-section span > a > svg.icon > use,
.sub-nav-wrapper .form-section span > svg.icon > path,
.form-social svg.icon path,
.form-social svg.icon use {
	fill: #fff;
}

.sub-nav-wrapper .button {
	margin: 0 5px;
}

.wsy_top_bar_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	position: relative;
	background-color: #232323;
	padding: 5px 0;
}

.relative {
	position: relative;
}

.wsy_top_bar_wrap:before {
	content: "";
	position: absolute;
	right: 0;
	background: #232323;
	width: 150vw;
	height: 100%;
	left: -50%;
}

.free-food-bar {
	background: #ff00a8;
	min-height: 112px;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 2em;
}

body.logged-in .free-food-bar {
	display: none;
}

.free-food-bar img {
	transform: rotate(-10deg);
}

.free-food-bar h2 {
	margin-bottom: 0;
	color: #fff;
	letter-spacing: 1px;
	font-size: 36px;
	font-family: 'wholesomeregular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 9px;
	text-align: center;
}

.free-food-bar form {
	max-width: 580px;
	padding: 3em 0;
}

.free-food-bar form,
.free-food-bar form div.formkit-fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	gap: 1em;
	width: 95%;
}

.free-food-bar input {
	flex: 0 1 30%;
}

.free-food-bar input:not([type=submit]) {
	border-radius: 25px !important;
	border: none;
	font-size: 14px;
}

.free-food-bar input[type=submit] {
	font-weight: 600;
	text-transform: uppercase;
}

.footer-widgets .footer-widgets-1 {
	width: 30%;
	margin-right: 4%;
}

.footer-widgets .newsletter2 h2, .footer-widgets .footer-widget-area .widget-title {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 7px;
}

.footer-widgets .newsletter2 h2, .footer-widgets .footer-widget-area .widget-title::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #D8E037;
}

.footer-widgets .newsletter2 h2, .footer-widgets .footer-widget-area.footer-widgets-2 .widget-title::after {
	background-color: #ff00a8;
}

.footer-widgets .newsletter2 h2, .footer-widgets .footer-widget-area:last-child .widget-title::after {
	background-color: #37C2E0;
}

.header-image .title-area  {
	max-width: 240px;
	position: relative;
}

.header-image .title-area img {
	position: absolute;
	top: 10px;
}

.footer-widget-logo {
	position: relative;
	width: 250px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.footer-widget-logo .footer-widget-socials {
	position: absolute;
	bottom: 30px;
	left: 2px;
}

.footer-widgets .footer-widget-socials-icon a {
	padding: 7px 5px;
}

.footer-widget-logo .footer-widget-socials > span {
	margin-right: 3px;
}

.footer-widget-logo .footer-widget-socials > span > a > svg {
	width: 17px;
	height: 17px;
}

.footer-widget-logo .footer-widget-socials > span > a > svg > use {
	fill: #fff;
}

@media only screen and (max-width: 475px) {
	.footer-widget-logo .footer-widget-socials > span > a > svg {
	width: 24px;
	height: 24px;
	}
	.footer-widget-logo .footer-widget-socials {
	margin: 0 auto;
		position: relative;
		bottom: 0;
		left: 0;
	}
}

.footer-widget-p {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}

.footer-widget-ai-promise {
    font-size: 11.5px;
    margin-top: 15px;
    text-align: center;	
}

.footer-widget-apps {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.footer-widget-apps a {
	margin-left: 20px;
}

.footer-widget-apps a:first-child {
	margin: 0;
}

.footer-widget-apps .footer-widget-app-badge {
	max-width: 120px;
}

.footer-widget-area .widget-wrap .menu {
	margin-left: 0 !important;
}

.site-footer > .wrap {
	margin-top: 25px;
	gap: 4%;
}

@media screen and (min-width: 768px) {

	.footer-widgets .widget-area {
		display: flex;
		justify-content: center;
	}

	.mobile-content .menu {
		width: 50%;
	}
}

@media (max-width: 1023px) {
	.sub-nav-wrapper {
		display: none !important;
	}

	.mobile-content .responsive-menu-icon + section + .widget_text {
		padding-top: 18px;
	}

	.responsive-search-icon {
		padding-top: 20px;
	}

	.free-food-bar {
		height: fit-content;
		padding-bottom: 15px;
		gap: initial;
		position: relative;
	}

	.free-food-bar h2 {
		margin-top: 70px;
	}

	.free-food-bar p {
		font-size: 28px;
		padding-top: initial;
		margin-top: 70px;
	}

	.free-food-bar img {
		position: absolute;
		top: -70px
	}

	.free-food-bar,
	.free-food-bar form,
	.free-food-bar form div.formkit-fields {
		flex-direction: column;
	}

	.free-food-bar form {
		padding: 0;
	}

	.footer-widgets .footer-widget-area .widget-title {
		margin: 0 auto 5px;
	}

	.footer-widget-p {
		margin-bottom: 5px;
	}

	.footer-widgets-2.widget-area {
		padding-left: initial;
	}

}

@media (max-width: 480px) {
	.free-food-bar form {
		width: 80%;
	}

	.footer-widget-apps {
		justify-content: center;
	}

	.footer-widgets a,
	.footer-widget-ai-promise {
		font-size: 15px;
	}

	.footer-widget-logo {
		margin: 0 auto;
	}

	.footer-widget-apps .footer-widget-app-badge {
		max-width: 100%;
	}
}

@media (min-width: 769px) and (max-width: 1180px) {

	header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children:not(.members-item) > a.mega-menu-link:first-child::after {
		top: 1px;
	}

	header.site-header > .wrap > .wsy_top_bar_wrap .sub-nav-wrapper ul {
		margin: 0 !important;
	}

	header.site-header > .wrap > .wsy_top_bar_wrap .sub-nav-wrapper ul li a, 
	header.site-header > .wrap > .wsy_top_bar_wrap .sub-nav-wrapper a.as-link {
		white-space: nowrap;
	}

	#mega-menu-wrap-primary {
		background: none !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.search {
		margin-left: auto;
		order: -1;
		flex: 0 0 100%;
		display: flex;
		justify-content: flex-end;
		text-align: right;
		margin-bottom: 10px !important;
	}

	body.logged-in.fixed #mega-menu-wrap-primary #mega-menu-primary>li.search {
		margin-bottom: 10px !important;
		margin-top: 0;
	}


	#mega-menu-wrap-primary #mega-menu-primary>li.search .search-div {
		width: auto;
		float: right;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.recipes > ul.mega-sub-menu {
		left: -150px;
	}

	.site-header .widget-area {
		width: 70%;
		margin-right: 25px;
		margin-top: -25px;
	}

	#mega-menu-wrap-primary #mega-menu-primary {
		display: flex;
		flex-wrap: wrap;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		white-space: nowrap;
		font-size: 20px !important;
	}

	.wsy_top_bar_wrap .form-social {
		margin-top: 0;
	}

	.wsy_top_bar_wrap .form-social a {
		display: inline-block;
	}


	.wsy_top_bar_wrap .form-social a svg {
		width: 25px;
		height: 25px;
	}

	.sub-nav-wrapper .toggle-accessibility,
	.form-social .toggle-accessibility {
		margin-top: 5px;
		margin-left: 5px;
	}

	.wsy_top_bar_subscribe_title {
		margin-left: 0;
	}

	.free-food-bar {
		padding: 0 25px;
		gap: .5em;
	}

	.free-food-bar p {
		line-height: 1.2em;
		text-align: center;
	}

	.footer-widgets > .wrap {
		justify-content: center;
		gap: 4%;
	}

	.footer-widget-logo {
		width: 200px;
		margin-right: auto;
	}

	.footer-widget-logo .footer-widget-socials {
		bottom: 25px;
	}

	.footer-widget-apps {
		justify-content: flex-start;
		gap: .5em;
	}

	.footer-widget-apps a > img {
		width: 100px;
	}

	.footer-widgets .footer-widgets-1 {
		margin-right: 0;
	}

	.search-div .search-form input[type=search] {
		width: 200px;
		box-shadow: none;
		color: #232323;
		font-family: 'Open Sans', sans-serif;
		font-size: 10px;
		margin-bottom: 3px;
	}

	.search-div .search-form input[type=submit] {
		position: absolute;
		right: 10px;
		bottom: 1px;
		width: 15px;
		height: 15px;
		padding: 10px 14px;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
}

@media (min-width: 1023px) and (max-width: 1190px) {
	.sub-nav-wrapper {
		display: flex;
		margin-right: 25px;
	}
}

/* Opt-in highlight on scroll */
/*
.opt-in-block {
	position: relative;
	z-index: 99;
	clear: both;
}

.opt-in-wrapper:before {
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	transition: all .4s;
	position: fixed;
	opacity: 0;
	visibility: hidden;
}

.opt-in-wrapper.highlighted:before {
	visibility: visible;
	opacity: 1;
}
*/

.header-boxes,
.header-boxes:where(.wp-block-columns.is-layout-flex) {
	gap: 1em !important;
	padding: .3em;
}

.single-custom-item {
	position: relative;
}

.single-custom-item h2,
.single-custom-item h3 {
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
}

.single-custom-item a:hover span {
	color: #ff00a8;
}

.single-custom-item.single-custom-item-inside h2,
.single-custom-item.single-custom-item-inside h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	font-size: 22px;
	line-height: 1;
}

.single-custom-item.single-custom-item-inside h2 span,
.single-custom-item.single-custom-item-inside h3 span {
	display: inline-block;
	color: #232323;
	background-color: white;
    padding: 0.8rem 1rem 0.6rem;
	-webkit-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
}

@media (max-width: 1023px) {
	.single-custom-item.single-custom-item-inside h2 span,
	.single-custom-item.single-custom-item-inside h3 span {
		padding: 0.6rem 0.8rem 0.4rem;
	}
}

@media (max-width: 768px) {
	.single-custom-item.single-custom-item-inside h2,
	.single-custom-item.single-custom-item-inside h3 {
		bottom: -1px;
	}
}

@media (max-width: 700px) {
	.header-boxes .wp-block-column:not(:only-child):not(.wp-block-column-mobile-full-width) {
		flex-basis: calc(50% - .5em) !important;
	}
}

.dark-cta {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	background: #232323;
	color: #fff;
	text-align: center;
	clear: both;
	padding: 20px 0;
}

.dark-cta.light_mode {
	background: #f4f4f4;
	color: #232323;
}
.dark-cta.light_mode .dark-cta-wrapper .subtext {
	color: #232323;
}
.dark-cta.light_mode .dark-cta-wrapper .subtext h2 {
	color: #232323;
}

.dark-cta .dark-cta-wrapper {
	max-width: 1140px;
	width: 100%;
	padding: 18px 25px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dark-cta.extended .dark-cta-wrapper {
	padding: 10px 25px;
}

.dark-cta .title-mobile {
	display: none;
}

.dark-cta .dark-cta-wrapper img {
	height: 120px;
	width: auto;
	margin: 0 !important;
}

.dark-cta .dark-cta-wrapper .subtext {
	margin: 0 50px;
	color: #fff;
	text-align: left;
}

.dark-cta.extended .dark-cta-wrapper .subtext {
	max-width: 55%;
}

.dark-cta .dark-cta-wrapper .subtext h2 {
	color: #fff;
	text-transform: uppercase;
}

.dark-cta .dark-cta-wrapper .subtext p {
	margin-bottom: 0;
}

.dark-cta.extended .dark-cta-wrapper .subtext p {
	font-size: 15px;
	line-height: 1.4em;
}

.dark-cta .dark-cta-wrapper a.button {
	display: block;
	background: #ff00a8;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.4em;
	padding: 10px 50px;
	white-space: nowrap;
}

.dark-cta.extended .dark-cta-wrapper a.button {
	font-size: 14px;
}

.dark-cta.extended .dark-cta-wrapper a.button:nth-child(2) {
	margin-top: 10px;
}

.dark-cta.extended .dark-cta-wrapper .subtext h2 {
    font-size: 30px;
}

.dark-cta .dark-cta-wrapper a.button:hover {
	background: #37c2e0;
}

@media (max-width: 996px) {
	.dark-cta .dark-cta-wrapper,
	.dark-cta.extended .dark-cta-wrapper {
		flex-direction: column;
		padding: 18px 20px;
	}
	.dark-cta .dark-cta-wrapper .subtext {
		margin: 10px 0 25px;
		max-width: 100% !important;
		text-align: center;
	}
	.dark-cta .dark-cta-wrapper .subtext h2 {
		font-size: 30px;
	}
	.dark-cta .title-desktop {
		display: none;
	}
	.dark-cta .dark-cta-wrapper .title-mobile {
		display: block;
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
	}
	.dark-cta .dark-cta-wrapper a.button {
		font-size: 18px;
		margin-top: 0 !important;
	}
	.dark-cta.extended .dark-cta-wrapper .links {
		display: flex;
	}
	.dark-cta.extended .dark-cta-wrapper a.button:first-child {
		margin-right: 5px;
	}
	.dark-cta img + .subtext {
		display:none;
	}
	.dark-cta .dark-cta-wrapper img {
		margin-bottom: 10px !important;
	}
}

@media (max-width: 480px) {
	.dark-cta.extended .dark-cta-wrapper .links {
		display: block;
	}
	.dark-cta.extended .dark-cta-wrapper a.button:nth-child(2) {
		margin-top: 10px !important;
	}	
	.dark-cta.extended .dark-cta-wrapper .subtext p {
		font-size: 17px;
	}
}

.explore-recipes {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	background: #e4e4e4;
	text-align: center;
}

.archive .explore-recipes {
	margin-bottom: 20px;
}

.explore-recipes + .wp-block-group,
.explore-recipes + .wp-block-columns,
.explore-recipes + .recipes-as-grid/*,
.dark-cta + .wp-block-columns,
.dark-cta + .wp-block-group*/ {
		margin-top: 30px;
}

.explore-recipes .explore-recipes-wrapper {
	max-width: 1140px;
	width: 100%;
	padding: 30px 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-header h2 {
	text-align: left;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-header ul {
	list-style: none;
	display: flex;
	margin-bottom: 0;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-header ul li {
	margin: 0 25px 0 0;
	list-style: none;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-header ul li:last-child {
	margin: 0;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-header ul li a {
	color: #232323;
	font-size: 13px;
	text-decoration: none;
	border-bottom: none;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	font-weight: bold;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-header ul li a:hover {
	color: #ff00a8
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-header ul li a:after {
	content: "";
	width: 13px;
	height: 13px;
	display: inline-block;
	margin-left: 5px;
	background: url('images/icon-arrow-bottom-dark.svg') no-repeat center;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-search {
	margin: 10px 0 30px 0;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-search .as-input {
	background-color: #fff;
	border: 3px solid #232323;
	transition: border .3s;
	color: #232323;
	width: 100%;
	box-shadow: 1px 1px 3px #eee inset;
	text-transform: none;
	border-radius: 50px;
	display: flex;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-search .as-input:focus {
	border: 3px solid #ff00a8;
}
.explore-recipes .explore-recipes-wrapper .explore-recipes-search .as-input input[type=text] {
	border: none;
	padding: 15px 25px;
	color: #232323;
	font-size: 18px;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-search .as-input input[type=text]::placeholder,
.explore-recipes .explore-recipes-wrapper .explore-recipes-search .as-input input[type=text]:-ms-input-placeholder,
.explore-recipes .explore-recipes-wrapper .explore-recipes-search .as-input input[type=text]::-ms-input-placeholder{
	color: #232323 !important;
	opacity: 1;

}

.explore-recipes .explore-recipes-wrapper .explore-recipes-search .as-input button {
	border: none;
	background: none;
	flex: 0 0 80px;
	max-height: 60px;
	padding: 0;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-search .as-input button img {
	width: 33px;
	height: 33px;
	margin-top: 5px;
}

.explore-recipes .explore-recipes-wrapper form {
	display: flex;
}

.explore-recipes .explore-recipes-wrapper form .explore-recipes-label {
	margin-top: 8px;
	margin-right: 10px;
	text-align: left;
	font-size: 14px;
	font-weight: 700;
	color: #232323;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -5px;
	flex: 1;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col {
	padding: 0 5px;
	flex-grow: 1;
	flex-basis: 0;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms > li {
	border-radius: 50px;
	background: #131313;
	position: relative;
	list-style: none;
	margin-bottom: 0;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms > li span {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 20px;
	color: #fff;
	display: block;
	position: relative;
	cursor: pointer;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms > li span:after {
	content: "";
	width: 13px;
	height: 13px;
	display: inline-block;
	background: url('images/icon-arrow-white.svg') no-repeat center;
	position: absolute;
	top: 17px;
	right: 18px;
	transition: all .2s;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms > li.active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	background: #232323;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms > li.active span:after {
	transform: rotate(180deg);
}


.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms > li.active:after {
	transform: rotate(180deg);
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms li > div {
	overflow: hidden;
	position: absolute;
	left: 0;
	opacity: 0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	z-index: 2;
	display: none;
	min-width: 100%;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms ul {
	list-style: none;
	background: #232323;
	color-scheme: dark;
	margin: 0 !important;
	padding: 0 !important;
	overflow: auto;
	max-height: 0;
	height: 0;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms > li.active > div {
	opacity: 1;
	display: block;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms > li.active ul {
	max-height: 400px;
	height: auto;
	padding: 0 5px 5px 5px !important;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms ul::-webkit-scrollbar {
	width: 10px;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms ul::-webkit-scrollbar-button {
	display: none;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms ul::-webkit-scrollbar-track {
	box-shadow: none;
	background: transparent;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms ul::-webkit-scrollbar-thumb {
	background: white;
	box-shadow: none;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms > li input {
	display: none;
}
.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms > li a,
.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms > li label {
	padding: 8px 15px;
	margin: 0;
	display: block;
	text-align: left;
	white-space: nowrap;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	border-bottom: none;
	cursor: pointer;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms ul li {
	margin: 1px 0;
	list-style: none;
	border-bottom: 1px solid #333;
}
.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms ul li.default {
	display: none !important;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms ul li:last-child {
	border-bottom: 0;
}
.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms ul li:last-child label,
.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms ul li:last-child a {
	border-bottom: 0;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms > li a:hover {
	background: #ff00a8;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms > li label:hover {
	background: #555;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms > li input:checked + label {
	background: #ff00a8;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms > li a {
	padding: 8px 15px;
	margin: 0;
	display: block;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	border-bottom: none;
}

.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms > li a:hover {
	background: #ff00a8;
}

.explore-recipes + #filteredPosts {
	float: none;
	min-height: 1150px;
}

.explore-recipes + #filteredPosts.no-results {
	min-height: auto;
}

@media (min-width: 996px) and (max-width: 1109px) {
	.explore-recipes + #filteredPosts {
		min-height: 1070px;
	}
}

@media (min-width: 776px) and (max-width: 995px) {
	.explore-recipes + #filteredPosts {
		min-height: 955px;
	}
}

.explore-recipes + #filteredPosts:after {
	content: "";
	clear: left;
	display: block;
}

.explore-recipes + #filteredPosts .no-filter-results {
	flex: 0 0 100%;
	text-align: center;
}

.explore-recipes + #filteredPosts .no-filter-result p {
	line-height: 24px;
}

.explore-recipes + #filteredPosts .no-filter-results button {
	font-size: 18px;
}
.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns .col {
	line-height: 1.8em;
}

@media (max-width: 1160px) {
	.explore-recipes .explore-recipes-wrapper {
		padding: 30px 20px;
	}
	.explore-recipes .explore-recipes-wrapper form.filterPosts {
		flex-direction: column;
	}
	.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns .col {
		width: 33.3333%;
		flex: 0 0 33.3333%;
		flex-basis: auto !important;
		margin-bottom: 10px;
		flex-grow: unset !important;
	}
}

@media (max-width: 768px) {
	.explore-recipes .explore-recipes-wrapper form .explore-recipes-label {
		margin: 0 0 5px 0;
	}
	.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col {
		flex-grow: initial;
	}
	.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms > li label:hover {
		background: none;
	}
}

@media (max-width: 560px) {
	.explore-recipes .explore-recipes-wrapper {
		padding: 30px 15px 15px;
	}

	.explore-recipes .explore-recipes-wrapper .explore-recipes-header {
		flex-direction: column;
	}

	.explore-recipes .explore-recipes-wrapper .explore-recipes-header h2 {
		text-align: center;
	}

	.explore-recipes .explore-recipes-wrapper .explore-recipes-header ul {
		margin: 0 !important;
	}

	.explore-recipes .explore-recipes-wrapper .explore-recipes-search input[type=text] {
		font-size: 15px;
	}

	.explore-recipes .explore-recipes-wrapper .explore-recipes-search button img {
		max-width: 30px;
	}

	.explore-recipes .explore-recipes-wrapper form .explore-recipes-label {
		text-align: center;
		margin: 0 0 15px 0;
	}

	.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns .col {
		width: 50%;
		flex: 0 0 50%;
		margin: 0 0 15px 0;
	}

	.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms ul {
		margin: 0 !important;
		padding: 0 !important;
	}

	.explore-recipes .explore-recipes-wrapper .explore-recipes-dropdowns div.col .terms > li span {
		font-size: 14px;
	}
}

.heading-links {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dark-cta + .heading-links {
	margin-top: 1em;
}

.heading-links h2, .heading-links h3, .heading-links h4, .heading-links h5 {
	margin: 0;
}

.heading-links ul {
	list-style: none;
	display: flex;
	margin: 0 !important;
	padding: 0 0 10px 0;
}

.heading-links ul li {
	margin: 0 25px 0 0;
	list-style: none;
}

.heading-links ul li:last-child {
	margin: 0;
}

.heading-links ul li a {
	color: #ffffff;
	background: #232323;
    padding: 7px 15px;
    border-radius: 20px;
	font-size: 13px;
	text-decoration: none;
	border-bottom: none !important;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	/*white-space: nowrap;*/
	line-height: 1.2em;
	font-weight: bold;
}

.heading-links ul li a:hover {
	background: #ff00a8;
}

.heading-links ul li a:after {
	content: "";
	width: 11px;
	height: 11px;
	display: inline-block;
	margin-left: 8px;
	/*background: url('images/icon-arrow-bottom-dark.svg') no-repeat center;*/
	background: url('images/icon-arrow-white.svg') no-repeat center;
    transform: rotate(30deg);
}

@media (max-width: 996px) {
	.heading-links-links {
		padding: 0;
	}
}

@media (min-width: 481px) and (max-width: 996px) {
	.heading-links h2, .heading-links h3, .heading-links h4, .heading-links h5 {
		flex: 0 0 70%;
	}
}

@media (max-width: 480px) {
	.heading-links {
		flex-direction: column;
		padding: 0;
		margin-bottom: 15px;
		text-align: center;
	}
	.heading-links ul {
		padding: 0;
	}
}

.about-block {
	position: relative;
	margin-bottom: 30px;
	margin-left: 90px;
	background: #232323;
	text-align: center;
	display: flex;
	padding: 20px 35px 20px 20px;
	/*align-items: center;*/
	font-size: 15px;
}

.about-block.about-block-style-light {
	color: #232323;
	background: #f4f4f4;
}

.after-entry .about-block.about-block-style-light {
	background: #fff;
	margin-bottom: 0;
}

.after-entry .about-block .about-block-image img {
	max-width: 120px;
	max-height: 120px;
}

.after-entry .about-block .about-block-content {
    margin: 0;
}

.after-entry .about-block .about-block-content h3 {
	margin-bottom: 0;
}

.after-entry .about-block .about-block-content p {
    font-size: 13px;
    line-height: 1.4em;
    margin-bottom: 5px;
}

.after-entry .about-block.about-block-style-light .about-block-header a {
	margin-right: 40px;
}

.about-block.about-block-style-top {
	flex-direction: column;
	margin-top: 90px;
	margin-left: 0;
	align-items: center;
}

.about-block.about-block-style-left .about-block-image {
	margin-left: -120px;
}

.about-block.about-block-style-right .about-block-image {
	margin-right: -120px;
}

.about-block.about-block-style-top .about-block-image {
	margin-top: -120px;
	margin-bottom: 25px;
}

.about-block.about-block-style-right {
	margin-left: 0;
	margin-right: 90px;
	flex-direction: row-reverse;
}

.about-block .about-block-image {
	display: flex;
}

.about-block .about-block-image img {
	max-width: 195px;
	max-height: 195px;
	border-radius: 100%;
	border: 7px solid #fff;
	margin-bottom: 5px;
}

.about-block .about-block-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-block .about-block-header h3 {
	color: #fff;
}

.about-block.about-block-style-light .about-block-header h3 {
	color: #232323;
}

.about-block .about-block-header a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

.about-block.about-block-style-light .about-block-header a {
	color: #232323;
}

.about-block .about-block-header a:after {
	content: "";
	width: 11px;
	height: 11px;
	display: inline-block;
	margin-left: 8px;
	background: url('images/icon-arrow-white.svg') no-repeat center;
	transform: rotate(-90deg);
}

.about-block.about-block-style-light .about-block-header a:after {
	background: url('images/icon-arrow-bottom-dark.svg') no-repeat center;
	transform: rotate(0deg);
}

.about-block .about-block-header a:hover {
	color: #ff00a8;
}

.about-block .about-block-content {
	margin: 0 60px 0 30px;
	color: #fff;
	text-align: left;
	font-size: 15px;
	line-height: 1.6em;
}

.post .about-block .about-block-content {
	font-size: 20px;
}

.about-block.about-block-style-light .about-block-content {
	color: #232323;
}

.about-block.about-block-style-top .about-block-content {
	margin: 0;
}

.about-block.about-block-style-right .about-block-content {
	margin: 0 30px 0 60px;
}

.about-block .about-block-content p {
	margin: 0 0 20px 0;
}

.about-block .about-block-content p:last-child {
	margin: 0;
}

.about-block .about-block-social {
	display: flex;
	flex-direction: column;
}

.about-block.about-block-style-top .about-block-social {
	flex-direction: row;
	margin: 15px 0 0 0;
}

.about-block .about-block-social a {
	margin: 15px 0 0 0;
	line-height: 20px;
}

.about-block.about-block-style-top .about-block-social a {
	margin: 0 5px;
}

.about-block .about-block-social a svg {
	width: 18px;
	height: 18px;
}

.about-block .about-block-social a svg use {
	fill: #fff;
}

.about-block.about-block-style-light .about-block-social a svg use {
	fill: #232323;
}

.about-block .about-block-social a:hover svg use {
	fill: #ff00a8;
}

@media (max-width: 768px) {
	.about-block {
		flex-direction: column !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 140px;
		margin-bottom: 30px;
	}

	.home .about-block {
		margin-top: 120px;
	}

	.about-block .about-block-image {
		margin: -120px 0 0 0 !important;
		display: block !important;
	}

	.about-block .about-block-content {
		margin: 0 !important;
		font-size: 16px;
	}

	.about-block .about-block-social {
		flex-direction: row;
		margin: 10px 0 0 0;
	}

	.about-block .about-block-social a {
		margin: 0 10px;
	}

	.after-entry .about-block.about-block-style-light {
		padding: 20px;
		margin-top: 120px;
		margin-bottom: 0px;
	}
	.after-entry .about-block .about-block-image {
		margin-bottom: 0px !important;
	}
	.after-entry .about-block .about-block-content p {
		font-size: 14px;
	}
	.after-entry .about-block.about-block-style-light .about-block-header a {
		margin-right: 0;
	}	
	.about-block .about-block-social {
		display: block;
	}
}

@media (max-width: 480px) {
	.about-block {
		margin-left: 0 !important;
		margin-right: 0 !important;
		flex-direction: column !important;
	}
	.about-block .about-block-header {
		flex-direction: column;
		margin-bottom: 15px;
	}
	.about-block .about-block-image {
		margin-bottom: 25px;
	}
	.about-block .about-block-content {
		margin: 0 !important;
	}
}

/* HEADER BLOCK */
.header-block {
	position: relative;
	margin-bottom: 20px;
	margin-left: 90px;
	background: #232323;
	display: flex;
	padding: 18px 25px;
	align-items: center;
	font-size: 15px;
}

.header-block.header-block-style-light {
	color: #232323;
	background: #e4e4e4;
}

.header-block.header-block-style-top {
	flex-direction: column;
	margin-top: 90px;
	margin-left: 0;
}

.header-block.header-block-style-left .header-block-image {
	margin-left: -120px;
}

.header-block.header-block-style-right .header-block-image {
	margin-right: -120px;
}

.header-block.header-block-style-top .header-block-image {
	margin-top: -120px;
	margin-bottom: 25px;
}

.header-block.header-block-style-right {
	margin-left: 0;
	margin-right: 90px;
	flex-direction: row-reverse;
}

.header-block .header-block-image {
	display: flex;
}

.header-block .header-block-image img {
	max-width: 195px;
	max-height: 195px;
	border-radius: 100%;
	border: 7px solid #fff;
}

.header-block .header-block-header h1 {
	color: #fff;
	line-height: 1.2em;
}

.header-block.header-block-style-light .header-block-header h1 {
	color: #232323;
}

.header-block .about-block-header a:hover {
	color: #ff00a8;
}

.header-block .header-block-content {
	margin: 5px 30px 10px;
	color: #fff;
	font-size: 15px;
	flex: 1;
}
.header-block .header-block-content .wh-breadcrumb #breadcrumbs svg {
	margin: 0 0 -2.5px 0;
}
.header-block.header-block-style-dark .header-block-content .wh-breadcrumb #breadcrumbs svg use {
	fill: #fff;
}
.header-block .header-block-content .wh-breadcrumb #breadcrumbs span, .header-block .header-block-content .wh-breadcrumb #breadcrumbs a {
	color: #fff;
}

.header-block.header-block-style-light .header-block-content {
	color: #232323;
}

.header-block.header-block-style-top .header-block-content {
	margin: 0;
}

.header-block.header-block-style-right .header-block-content {
	margin: 0 30px 0 60px;
}

.header-block .header-block-content p {
	margin: 0 0 20px 0;
}

.header-block .header-block-content p:last-child {
	margin: 0;
}

.header-block .wh-breadcrumb {
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (min-width: 600px) {

	.header-block .wh-breadcrumb {
		display: grid;
		margin-bottom: 20px;
		align-items: center;
	}

	.header-block .wh-breadcrumb > * {
		grid-column-start: 1;
		grid-row-start: 1;
		justify-self: left;
	}

	.header-block #breadcrumbs {
		margin: 0;
	}

	.header-block .wh-breadcrumb > :only-child {
		justify-self: left !important;
	}

	.header-block .wh-breadcrumb > :last-child {
		justify-self: right;
	}
}

.header-block .wh-breadcrumb .jump-to-latest {
	background: #FF00A8;
	color: #ffffff;
	border-radius: 5px;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	padding: 5px 30px;
	display: inline-block;
}

@media (max-width: 768px) {
	.header-block {
		flex-direction: column !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 100px;
		margin-bottom: 30px;
	}

	.header-block .header-block-image {
		margin: -120px 0 25px 0 !important;
	}

	.header-block .header-block-content {
		margin: 0 0 10px !important;
		font-size: 17px;
	}
}

@media (max-width: 480px) {
	.header-block {
		margin-left: 0 !important;
		margin-right: 0 !important;
		flex-direction: column !important;
	}
	.header-block .header-block-header {
		flex-direction: column;
		margin-bottom: 15px;
	}
	.header-block .header-block-image {
		margin-bottom: 25px;
	}
}
/* About page */
.about-cols,
.about-cols .wp-block-image {
	margin-bottom: 0 !important;
}
.about-cols .wp-block-image .aligncenter {
	line-height: 0;
	margin: 0 auto;
}
.about-cols .wp-block-column.about-cols-img-col {
	flex-basis: 400px !important;
	align-self: center;
}
.about-cols .wp-block-column.about-cols-img-col.about-cols-img-col-large {
	flex-basis: 500px !important;
}
.about-cols .wp-block-column.about-cols-img-col-white {
    align-self: flex-end;
}
.about-cols .wp-block-column.about-cols-content-col {
	flex-basis: calc(100% - 260px)!important;
}
.box-dark.about-box-dark > .wp-block-group__inner-container{
	display: flex;
}
.box-dark.about-box-dark h3 {
	margin-right: 14px;
	flex: 1;
}
.box-dark.about-box-dark .footer-widget-socials .icon {
    width: 36px;
    height: 36px;
    fill: #fff;
    padding: 5px;
}
.box-dark.about-box-dark .footer-widget-socials a:hover .icon {
    fill: #ff00a8;
}
.about-cols #h-food-philosophy {
	padding-top: 20px;
}
.footer-widget-socials .button {
    background: #ff00a8;
}

@media (max-width: 768px) {
	.box-dark.about-box-dark > .wp-block-group__inner-container{
		display: block;
	}
	.box-dark.about-box-dark h3 {
		margin-right: 0;
		text-align: center;
	}
	.box-dark.about-box-dark .footer-widget-socials {
		text-align: center;
	}
	.about-cols {
		margin-bottom: 20px !important;
	}
	.about-cols .wp-block-column.about-cols-img-col,
	.about-cols .wp-block-column.about-cols-content-col,
	.about-cols .wp-block-column.about-cols-img-col.about-cols-img-col-large {
		flex-basis: 100% !important;
	}
	.about-cols .wp-block-column.about-cols-img-col {
		margin-bottom: 20px;
	}
	.about-cols .wp-block-column.about-cols-img-col-white {
		border-bottom: 5px solid #232323;
		margin-left: -4% !important;
		margin-right: -4% !important;
		flex-basis: 120% !important;
		width: 100vw;
	    position: relative;
	}
	.about-cols .wp-block-column .about-maya img {
		object-fit: contain;
		height: 400px;
	}
	.about-cols .wp-block-column.about-cols-img-col .aligncenter {
		margin: 0 auto;
	}
}

/* Toggle inputs for Sign-up */
.control-input {
	display: inline-block;
	margin-right: 25px;
}

.control-input:last-of-type {
	margin: 0;
}

.control-input input {
	display: none;
}

.control-input .toggle {
	display: inline-block !important;
	height: 20px;
	position: relative;
	width: 40px;
	margin: 0 10px 0 0;
	background: #aaa;
	border-radius: 20px;
}

.control-input input + label {
	display: inline-flex;
	align-items: center;
	box-shadow: none;
	font-size: 14px;
	cursor: pointer;
	font-weight: 600;
	padding: 10px 0;
}

.control-input .toggle .inside {
	content: "";
	background-color: #fff;
	bottom: 4px;
	height: 12px;
	left: 4px;
	position: absolute;
	transition: .4s;
	width: 12px;
	border-radius: 50%;
}

.control-input > input:checked + label .toggle {
	background-color: #ff00a8;
}

.control-input > input:checked + label .toggle .inside {
	transform: translateX(20px);
}

.comments-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
}

.comments-header h3 {
	margin: 0;
}

.comments-header form {
	display: flex;
	position: relative;
}

.comments-header form input[type=search] {
	border-radius: 25px;
	border: 3px solid #232323;
	width: 240px;
	background-color: #fff;
	padding: 8px 40px 8px 12px;
	margin: 3px 0 0 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px
}

.comments-header form button[type=submit] {
	position: absolute;
	top: 53%;
	transform: translateY(-50%);
	right: 0.7em;
	width: 24px;
	height: 24px;
	background-size: contain !important;
	background: url(./images/icon-search.png) no-repeat center;
	clip: initial;
	margin: 0;
	bottom: 1px;
	padding: 10px 14px;
}

.comments-header form button[type=button] {
	position: absolute;
	top: 53%;
	transform: translateY(-50%);
	right: 2.5em;
	width: 20px;
	height: 20px;
	background-size: 40% !important;
	background: url(./images/icon-close.svg) no-repeat center;
	clip: initial;
	margin: 0;
	bottom: 1px;
	padding: 10px 14px;
	display: none;
}

.more-comments.hide-pagination {
	display: none;
}

.comment-list {
	position: relative;
	overflow: hidden;
}

.comment-list.loading:after {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, .5);
}

@media (max-width: 480px) {
	.comments-header {
		flex-direction: column;
		align-items: start;
	}

	.comments-header h3 {
		margin: 0 auto 10px;
	}

	.comments-header .comments-search {
		width: 100%;
	}

	.comments-header form input[type=search] {
		margin: 0;
		width: 100%;
	}
}

.comments-not-found {
	text-align: center;
	margin: 25px 0 0 0;
}

.highlighted-keyword {
	font-weight: bold;
	color: #FF00A8;
}

.comment-list li.alt .btn-comment-like {
    background: #fff;
}

/* Archive header/paragraph padding for mobile */
@media (max-width: 900px) {
	.archive .content > h2,
	.archive .content > h3,
	.archive .content > h4,
	.archive .content > p,
	.archive .content .wp-block-group__inner-container > h2,
	.archive .content .wp-block-group__inner-container > h3,
	.archive .content .wp-block-group__inner-container > h4,
	.archive .content .wp-block-group__inner-container > p,
	.archive .content .heading-links {
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media (max-width: 767px) {
	.archive .content > h2,
	.archive .content > h3,
	.archive .content > h4,
	.archive .content > p,
	.archive .content .wp-block-group__inner-container > h2,
	.archive .content .wp-block-group__inner-container > h3,
	.archive .content .wp-block-group__inner-container > h4,
	.archive .content .wp-block-group__inner-container > p,
	.archive .content .heading-links {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Slickstream dynamic content widget min-height rules for placeholder */
/* 4 cols 1 row */
/*
@media (min-width: 1140px) {
	.slickstream_related_posts{
		min-height: 312px;
	}
}
@media (min-width: 1080px) and (max-width: 1139px) {
	.slickstream_related_posts{
		min-height: 307px;
	}
}*/
/* 3 cols 1 row */
/*@media (min-width: 1024px) and (max-width: 1079px) {
	.slickstream_related_posts{
		min-height: 349px;
	}
}
@media (max-width: 329px) {
	.slickstream_related_posts{
		display: none;
	}
}*/
/* 3 cols 2 rows. Wut lol. */
/*@media (min-width: 901px) and (max-width: 1023px) {
	.slickstream_related_posts{
		min-height: 554px;
	}
}
@media (min-width: 851px) and (max-width: 900px) {
	.slickstream_related_posts{
		min-height: 535px;
	}
}*/
/* 2 cols */
/*@media (min-width: 768px) and (max-width: 850px) {
	.slickstream_related_posts{
		min-height: 617px;
	}
}*/
/* 4 cols */
/*@media (min-width: 730px) and (max-width: 767px) {
	.slickstream_related_posts{
		min-height: 42vw;
	}
}*/
/* 3 cols 1 row */
/*@media (min-width: 610px) and (max-width: 729px) {
	.slickstream_related_posts{
		min-height: 54vw;
	}
}*/
/* 3 cols 2 rows */
/*@media (min-width: 490px) and (max-width: 609px) {
	.slickstream_related_posts{
		min-height: 102vw;
	}
}*/
/* 2 cols 2 rows */
/*@media (min-width: 437px) and (max-width: 489px) {
	.slickstream_related_posts{
		min-height: 138vw;
	}
}
@media (min-width: 384px) and (max-width: 436px) {
	.slickstream_related_posts{
		min-height: 144vw;
	}
}
@media (min-width: 330px) and (max-width: 383px) {
	.slickstream_related_posts{
		min-height: 151vw;
	}
}*/
/* 1 col 2 rows */
/*@media (max-width: 329px) {
	.slickstream_related_posts{
		min-height: 249vw;
	}
}*/
/* 2 cols 2 rows. only at 320px. after that again 1 col 2 rows. why */
/*@media (width: 320px) {
	.slickstream_related_posts{
		min-height: 156vw;
	}
}*/

/* Footer opt-in captcha */

/* loader */

.free-food-bar form br {
	display: none;
}
.free-food-bar {
	position: relative;
}
@media (max-width: 1023px) {
	.free-food-bar {
		padding-bottom: 25px;
	}
}
.free-food-bar .preloader,
.wy_save_recipe_form .subtext-saverecipe form .preloader,
.wy_wprm_recipe_user_notes_wrap .preloader {
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}
.free-food-bar .preloader .spinner,
.wy_save_recipe_form .subtext-saverecipe form .preloader .spinner,
.wy_wprm_recipe_user_notes_wrap .preloader .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 0;
}
.free-food-bar .preloader .spinner > div,
.wy_save_recipe_form .subtext-saverecipe form .preloader .spinner > div,
.wy_wprm_recipe_user_notes_wrap .preloader .spinner > div {
	width: 18px;
	height: 18px;
	background-color: #FF00A8;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.free-food-bar .preloader .spinner .bounce1,
.wy_save_recipe_form .subtext-saverecipe form .preloader .spinner .bounce1,
.wy_wprm_recipe_user_notes_wrap .preloader .spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.free-food-bar .preloader .spinner .bounce2,
.wy_save_recipe_form .subtext-saverecipe form .preloader .spinner .bounce2,
.wy_wprm_recipe_user_notes_wrap .preloader .spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

/* Captcha error message */

.free-food-bar .error-wrapper,
.wy_save_recipe_form .subtext-saverecipe form .error-wrapper,
.wy_wprm_recipe_user_notes_wrap .error-wrapper {
	color: #721c24;
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
	padding: 5px 15px;
	display: none;
	font-size: 15px;
	line-height: 1.5;
}

/*  */

.wy_save_recipe_form .subtext-saverecipe .ck-success,
.wy_wprm_recipe_user_notes_wrap .success-wrapper {
	padding: 5px 15px;
	display: none;
	text-align: center;
	font-size: 15px;
	line-height: 1.5;
}

.wy_wprm_recipe_user_notes_wrap .success-wrapper,
.wy_wprm_recipe_user_notes_wrap .error-wrapper {
	text-align: left;
	padding: 0 5px;
}

/* V2 Captcha */

.g-recaptcha-v2 {
	display: none;
}

#form-register .g-recaptcha-v2 {
	margin-bottom: 1.5em;
}

#form-register .g-recaptcha-v2 > * {
	margin: 0 auto;
}

/* Adding a heart icon or Maya picture to form */

.wy_save_recipe_form .heart-icon-img {
	display: block;
	width: 30px;
	height: auto;
	box-sizing: content-box;
}

.wy_save_recipe_content_form .wy_save_recipe_form .heart-icon-img {
	position: absolute;
	top: 19px;
	left: 0;
	transform: translateX(-50%);
	/*padding: 17px;
	background-color: #ff00a8;*/
	border: 8px solid white;
	border-radius: 100%;
	width: 90px;
	height: 90px;
}

@media (max-width: 480px) {
	.wy_save_recipe_content_form .wy_save_recipe_form .heart-icon-img {
		/*padding: 10px;*/
		left: 50%;
		top: 0;
		transform: translate(-50%, -50%);
	}
}

/* WLM login forms */
.WishListMember_LoginMergeCode {
    max-width: 450px;
    margin: 0 0 20px 0;
    background: #f4f4f4;
    padding: 0 20px 10px;
}

.WishListMember_LoginMergeCode .wlm3-form {
	margin-top: -30px;
}

/* Hide incorrect WLM password reset link */
.WishListMember_LoginMergeCode .wlm3-form a {
    display: none;
}


.cleanlogin-container {
    background: #f4f4f4;
    border: 0 !important;
    max-width: 450px !important;
	margin: 0 0 20px 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.cleanlogin-form input[type="text"],
.cleanlogin-form input[type="password"],
.cleanlogin-form input[type="email"] {
	background: #fff;
	padding: 8px 10px !important;
}

.cleanlogin-field-remember {
	margin-bottom: 0;
}

/* Gratitude Moment block */

.gratitude-moment .wp-block-image .alignright {
	margin: .5em 0 0 1em;
}
@media (max-width: 1023px) {
	.gratitude-moment .wp-block-image .alignright {
		float: none;
		margin: 0;
	}
}

.modal__content-w-image img {
	float: left;
	height: 100px;
	max-width: 100px;
	border-radius: 100px;
	margin: 10px 20px 20px 0;
}

#wsy-plus-signup-modal .inline-buttons {
	background: #fff;
	padding: 0;
}

#wsy-plus-signup-modal p {
	font-size: 15px;
}

#wsy-plus-signup-modal .text_notes {
	display: none;
}

/* WPRM review modal styling */

#wprm-popup-modal-user-rating .wprm-popup-modal__container {
	padding: 20px !important;
}

#wprm-popup-modal-user-rating .wprm-popup-modal__header {
	padding: 0;
	margin: 0;
	line-height: 1;
}

#wprm-popup-modal-user-rating .wprm-popup-modal__title {
	font-family: 'wholesomeregular', Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 1;
}

#wprm-popup-modal-user-rating .wprm-popup-modal__close {
	padding: 0;
}

#wprm-popup-modal-user-rating .wprm-popup-modal__close:before {
	font-size: 1.5em;
	line-height: 1;
	font-weight: 600;
}

#wprm-popup-modal-user-rating .wprm-user-rating-modal-field input,
#wprm-popup-modal-user-rating textarea {
	background-color: #fff;
	border: 3px solid #232323;
	color: #232323;
	padding: 8px 10px;
	width: 100%;
	box-shadow: 1px 1px 3px #eee inset;
	text-transform: none;
	border-radius: 50px;
}

#wprm-popup-modal-user-rating textarea {
	border-radius: 0;
}

#wprm-popup-modal-user-rating input:focus,
#wprm-popup-modal-user-rating textarea:focus {
	border: 1px solid #999;
	outline: none;
}

#wprm-popup-modal-user-rating .wprm-user-rating-modal-field {
	display: block;
}

#wprm-popup-modal-user-rating label {
	display: block;
	margin-bottom: 5px;
}

#wprm-popup-modal-user-rating .wprm-popup-modal__btn {
	background-color: #232323;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
	transition: .8s;
	border-radius: 50px !important;
	border-bottom: none !important;
}

#wprm-popup-modal-user-rating .wprm-popup-modal__btn:hover {
	background: #37c2e0;
	transform: unset;
}

#wprm-popup-modal-user-rating .wprm-user-ratings-modal-recipe-name {
	text-align: left;
	max-width: 100%; /* override WPRM */
}

#wprm-popup-modal-user-rating .wprm-user-ratings-modal-stars-container {
	text-align: left;
}
#wprm-popup-modal-user-rating .wprm-user-ratings-modal-stars-container svg * {
	fill: #ff00a8;
	stroke: #ff00a8;
}

/* Hide WPRM comment summary above comment form */
.entry-comments .wprm-user-rating-summary {
    display: none;
}