/*
Theme Name: Ashleys Cooking
Theme URI: https://www.yellowgreen-trout-450138.hostingersite.com/
Description: Ashleys Homemade Recipes
Author: Charlene
Author URI: https://www.yellowgreen-trout-450138.hostingersite.com/

Version: 1.2.3

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: recipe-blogger
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Top Bar
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Lazy Loader
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* custom variables */

:root {
	--main-font: 'Proxima Nova';
		/* -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; */
	--global-vw: --global-vw: calc(100vw - (0.5 * var(--scrollbar-offset)));
}


/* Fonts */

@font-face {
    font-family: 'Work Sans';
    src: url('fonts/WorkSans-Italic.woff2') format('woff2');
    font-weight: 100 900; /* variable range */
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('fonts/WorkSans.woff2') format('woff2');
    font-weight: 100 900; /* variable range */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/Proxima-Nova-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/Proxima-Nova-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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

html {
	box-sizing: border-box;
}

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

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


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

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

.hidden {
	display: none !important;
}

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	  scroll-behavior: smooth;
}

body {
	background-color: #fff;
	color: #1b1b1b;
	margin: 0;
	overflow-x: hidden;
	font-family: var(--main-font);
	font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	text-decoration: underline;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	margin: 0;
	color: #343434;
	font-weight: 400;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

.entry-content h4 {
	margin-top: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.home-section-h2 {
	text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

.breadcrumb a{
	text-decoration: underline;
	color: #343434 !important;
}

.gb-block-post-grid header .gb-block-post-grid-title a {
	color: #1b1b1b;
	font-weight: 700;
}

.first-home-grid .gb-block-post-grid header .gb-block-post-grid-title .post-meta a {
	font-size: 12px !important;
}

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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 0.5px solid #535353;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 0.5px solid #535353;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 0.5px solid #535353;
	color: #535353;
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
	width: 100%;
	font-style: italic;
	letter-spacing: 0.65px;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

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

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

.btn{
	text-decoration: none
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	table-layout: fixed;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	text-align: left;
	vertical-align: top;
}

td {
	border-top: 1px solid #eee;
	padding: 10px;
}

th {
	font-weight: 600;
	padding: 0 10px 10px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

td:last-child,
th:last-child {
	padding-right: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link,
.more-link:visited {
	display: inline-block;
	position: relative;
	margin: 10px auto;
	border:0.5px solid #535353;
	padding:5px 10px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none!important;
	letter-spacing: 0.65px;
	font-weight: 500;
	color: #535353;
}

.more-link:focus,
.more-link:hover {
	color: #fff!important;
	text-decoration: none;
	background-color: #535353;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
}

.home .site-inner, .site-inner {
	padding: 60px 24px 0;
}

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

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

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.archive-description p {
	border-top: 1px solid #eee;
	padding-top: 15px;
	margin-top: 20px;
}

.after-entry {
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	font-size: 14px;
    padding: 10px 0 20px;
    text-align: center;
	box-shadow: 0 -1px 4px 0px rgba(0, 0, 0, 0.05);
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

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

.search-form {
	overflow: hidden;
}

.search-form input[type="search"]{
	background-image: url(images/searchicon.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: top 10px right 10px;
	font-size:14px;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.front-page-sidebar .search-form {
	margin-bottom: 0px;
	width: 100%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

.front-page-sidebar .enews{
	padding:0 30px 30px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.65px;
}

.archive-title,
.entry-title {
	text-transform: capitalize;
	line-height: 1.3;
}

.archive-title {
	text-align: center;
	text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    font-size: 28px;
}

.entry-title a,
.entry-title a:visited,
.sidebar .widget-title a,
.sidebar .widget-title a:visited {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	text-decoration: underline;
}

.widget-title {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0.65px;
	text-align: center;
	color: #535353;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 20px;
}

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

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

.widget {
	margin-bottom: 20px;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget.user-profile p{
	margin-bottom: 15px;
}

.widget.user-profile .avatar-240 {
	float: none;
	display: block;
	margin: auto;
}

.user-profile h3{
	margin-bottom: 10px;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	text-align: center;
	padding: 10px;
}

.after-entry .enews form {
	display: flex;
}

.enews-widget p {
	margin-bottom: 15px;
	text-align: center;
}

.enews-widget input {
	font-size: 16px;
	border: 0px;
	margin-bottom: 10px;
	flex-grow: 1
}

.enews-widget input[type="submit"] {
	margin: 0;
	font-size: 14px;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

.sidebar .enews-widget {
	padding:30px;

}

.front-page-sidebar .enews-widget,
.sidebar .enews-widget {
	background-color: #f3fcf9;
}

.site-header .enews-widget,
.site-header .enews-widget .widget-title,
.site-header .enews-widget p,
.sticky-header .enews-widget,
.sticky-header .enews-widget .widget-title,
.sticky-header .enews-widget p {
	color: #333;
}

/* WP Recipe Maker
--------------------------------------------- */

.entry-content .wprm-recipe {
	background: transparent;
}

.entry-content .wprm-recipe-container .wprm-recipe {
	padding-bottom:0px!important;
}

.wprm-recipe-times-container, .wprm-recipe-notes-container  {
	background: #E2E7EB;
	margin:10px -10px!important;
	border: 0px!important;
}

.wprm-recipe-notes-container {
	margin-bottom: 0px!important;
	padding: 1px 20px 20px 20px!important;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	text-decoration: underline;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}


/* Simple Social Icons
--------------------------------------------- */

.widget-area .widget.simple-social-icons ul li {
	margin-left: 0px!important;
	margin-right: 0px!important;
	margin-bottom: 0px!important;
}

.front-page-sidebar .widget.simple-social-icons,
.sidebar .widget.simple-social-icons {
	margin-top:-40px;
	margin-bottom: 15px;
}

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

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	/* outline: #ccc solid 1px; */
}

/* Top Bar
---------------------------------------------------------------------------- */

.top-bar {
	position: sticky;
	top:0;
	width: 100%;
	z-index: 999;
	background: url(/wp-content/uploads/2025/10/border.svg) center repeat-x;
    background-size: 400px auto;
	height: 5px;
}

.top-bar .widget:last-child {
	margin-bottom: 0px;
}


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

.site-header {
	background-color: #f4e0d5;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
}

.site-header .wrap {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.site-header .wrap,
.sticky-header .wrap {
    padding: 0 1rem;
	align-items: center;
	justify-content: space-between;
}

.title-area a {
	display: flex;
}

.sticky-header .title-area {
	padding-top: 0px;
	padding-bottom: 0px;
}

.sticky-header .title-area.no-logo {
	padding-top: 18px;
	padding-bottom: 18px;
}

.sticky-header .nav-primary {
	padding:  0px;
	margin: 0px;
}

.sticky-header .wrap {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.sticky .sticky-header {
	position: fixed;
	-webkit-position: fixed;
	width: 100%;
	display: block;
	background-color: white !important;
	box-shadow: 0px 2px 5px #f2f2f2;
	z-index: 999;
	top:  0;
}

.site-header .wrap,
.sticky-header .wrap {
	display: flex;
}

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

.title-area {
	float: left;
	padding-bottom: 18px;
	padding-top: 18px;
	flex-basis: 25%;
	text-align: center;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
	padding: 2px 15px 5px 15px;
	border: 1px solid #fff;
	color: #535353;
}

.site-title a,
.site-title a:visited,
.site-title a:focus,
.site-title a:hover {
	color: #535353;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* Header Right Widget
---------------------------------------------------------------------------- */

.header-widget-area .widget {
	float: left;
	margin: 0px;
}

.header-widget-area .widget-title {
	font-size: 24px;
}

.header-widget-area .enews {
	display: none;
	background-color: #fff;
	box-shadow: 0px 0px 1px 2px #ccc;
	padding:20px;
	max-width: 300px;
	margin-top:20px;
	z-index: 999;
}

.header-widget-area .enews:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ccc;
	margin-top: -30px;
	position: absolute;
}

.header-widget-area .enews.active {
	display: block;
	position: absolute;
}

.header-widget-area .enews input {
	border: 0.5px solid #535353;
}

.header-widget-area .widget.simple-social-icons {
	margin-top: 3px;
}

.header-widget-area .widget.simple-social-icons li > a {
	padding: 5px!important;
	font-size: 16px!important;
}

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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a,
.genesis-nav-menu a:visited {
	display: block;
    font-size: 13px;
    font-weight: 500;
    outline-offset: -1px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000 !important;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu ul.sub-menu li  a,
.genesis-nav-menu ul.sub-menu li a:visited {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
	color: #333;
}

.genesis-nav-menu .sub-menu a:before {
	content: "\00BB";
	display: inline-block;
	margin:0 10px 0 0;
	font-size: 18px;
	color: #ccc;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

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

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
    border-width: 0;
	color: white !important;
    margin: 0;
    overflow: hidden;
    visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: #00b1ac;
	border-width: 0;
	font-weight: bold;
}

.menu-toggle {
	padding: 3px 0 0;
    position: relative;
    z-index: 1000;
    width: 25px;
    height: 25px;
    background: #00b1ac;
    display: block;
    border-radius: 50px;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	position: relative;
	text-rendering: auto;
	color: white;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

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

.nav-primary {
	clear: left;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 25px;
	text-align: center;
	background: #d5dada;
	padding-top: 30px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 80px;
}

.entry-content ol > li {
    margin: .5em 0 .5rem;
    counter-increment: countlist;
    position: relative;
    list-style-type: none;
    padding: 0;
    text-indent: 0;
}

.single .entry-content ol, 
.single .entry-content ul {
    margin: 0 0 2rem;
    padding-left: 2em;
}

.single .entry-content ol li:nth-of-type(5n+1):before {
    background: #fde8e5;
}

.single .entry-content ol li:nth-of-type(5n+2):before {
    background: #dbe8f2;
}

.single .entry-content ol li:nth-of-type(5n+3):before {
    background: #fbf1d9;
}

.single .entry-content ol li:nth-of-type(5n+4):before {
    background: #d0e1d2;
}

.single .entry-content ol li::before{
    content: counter(countlist);
    color: #343434;
    font-size: .85rem;
    font-weight: 700;
    position: absolute;
    --size: 28px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 4px;
    background: #ffe4d1;
    border-radius: 50%;
    text-align: center;
    padding: 0;
}

.wprm-recipe-instructions {
	
	counter-reset: recipe-countlist;
}

ul.wprm-recipe-instructions li:before {
    content: counter(recipe-countlist);
	counter-increment: recipe-countlist;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    float: left !important;
    font-weight: 700 !important;
    margin: 2px 0 0 -32px !important;
    border-radius: 100% !important;
    border: 0 !important;
    background: #4f5678 !important;
    color: #ffffff !important;
    width: 22px !important;
    height: 22px !important;
    font-size: 12px !important;
    line-height: 12px !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
}

.wprm-recipe-instructions li {
	list-style-type: none !important;
}

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

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

.is-tips {
	margin-top: 0;
    margin-bottom: 2rem;
    background: #e4f5df;
    padding: 20px;
}

.is-tips h2 {
	margin-top: 0 !important;
}

.is-tips ul, 
.is-storage ul {
	margin-bottom: 0 !important;
}

.is-scroll-box {
	text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    padding: 20px;
    text-align: center;
    background: aliceblue;
}

.is-scroll-box p {
	margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.is-scroll-box p:before{
	content: '';
    background: url(/wp-content/uploads/2025/10/starhead.svg) center no-repeat;
    width: 135px;
    height: 28px;
    display: Block;
    margin: 0 auto 5px;
}

/* Entry Meta
--------------------------------------------- */


.entry-header h2.entry-title {
	font-weight: 600;
	font-size: 16px;
	text-align: center;

}

h1.entry-title {
	margin-bottom: 15px;
	line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0;
}

.content-sidebar h2.entry-title {
	font-size: 16px;
}

p.entry-meta {
	letter-spacing: 0.65px;
	margin-bottom: 0;
	color: #343434;
}

p.entry-meta a, .post-meta a,
p.entry-meta a:visited, .post-meta a:visited {
	color: #343434;
}

.entry-header .entry-image {
	margin-bottom: 10px;
}

.entry-header .entry-meta {
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1;
	text-transform: none;
}

.single .entry-content a:not(.print-it, .pin-it, .share-it) {
	font-weight: 700;
    cursor: pointer;
    background-image: linear-gradient(180deg, transparent 70%, #ffd1ce 0);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    user-select: none;
    color: #343434;
}

.single .entry-header {
	background: #ffffff;
    text-align: center;
	margin-bottom: 24px;
	border-bottom: 10px solid;
    border-image-source: url(/wp-content/uploads/2026/04/pattern.svg);
    border-image-slice: 10 10;
    border-image-repeat: repeat;
}

.single .entry-header .entry-meta {
	padding-bottom: 20px;
    display: flex;
    font-size: 80%;
    margin: auto;
    width: fit-content;
    flex-direction: column;
    row-gap: 20px;
}

.is-love-recipe, 
.is-variation{
    margin-top: 45px !important;
    margin-bottom: 2rem;
    padding: 20px;
}

.is-love-recipe {
    border: 2px solid #dae8f2;
}

.is-variation {
    border: 2px solid #FEE4D2;
}


.is-variation:before {
	content: '';
    background: url(/wp-content/uploads/2025/10/tomato-3.svg) center no-repeat;
	background-size: 58px 58px;
    width: 58px;
    height: 58px;
    display: block;
    position: absolute;
    top: -25px;
    right: -2px;
}

.is-love-recipe:before {
    content: '';
    background: url(/wp-content/uploads/2025/10/farfallen.svg) center no-repeat;
	background-size: 58px 58px;
    width: 58px;
    height: 58px;
    display: block;
    position: absolute;
    top: -25px;
    right: -2px;
}

.is-love-recipe h2, 
.is-storage h2, 
.is-variation h2{
	margin-top: 0 !important;
}

.is-storage {
	background: #fff5f3;
    padding: 20px;
}

.single .entry-content ul {
    margin-left: 0 !important;
    padding-left: 25px !important;
}

.single .entry-content ul li {
	list-style-type: none;
    padding: 5px 0;
    position: relative;
}

.is-storage li:before, .is-variation li:before, .is-tips li:before, .ingredient-box li:before, .is-love-recipe li:before {
    content: '';
	background: url(/wp-content/uploads/2025/10/heart.svg) center no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    --size: 18px;
    left: calc(-1 * var(--size) - 5px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 12px;
}

.wprm-recipe-notes ul li {
	list-style-type: none;
}

.entry-param {
	padding: 2px 10px 0 0;
}

.jump-btn, .pin-btn {
    background: #ffffff;
    padding: 7px 12px;
    width: fit-content;
    margin: 0 5px;
    border: 1px solid #000;
	display: inline-block;
}

.jump-btn a, .pin-btn a{
	color: #000;
    letter-spacing: .05em;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
	text-decoration: none;

}

.pin-btn a:before {
    background: url(/wp-content/uploads/2025/10/pint.svg) center no-repeat;
}

.jump-btn a:before {
    background: url(/wp-content/uploads/2025/10/jumpe.svg) center no-repeat;
}

.pin-btn a:before,
.jump-btn a:before {
	content: '';
	width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 6px;
	background-size: 20px 20px;
    border-radius: 50%;
}

.entry-footer .entry-meta {
	border-top: 0.5px solid #535353;
	padding-top: 10px;
}

.post-meta {
	font-size: 14px;
    padding: 5px 6px 3px 6px;
    margin: 0 auto 14px;
    z-index: 10;
    position: relative;
}

.entry-header .entry-image a {
	color: #535353;
}

.entry-categories,
.entry-tags {
	display: block;
}

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

input#url,
.comment-form-wprm-rating label {
	display: none !important;
}

.comment-form .comment-notes,
.required-field-message,
.logged-in-as {
    font-size: 14px;
    font-style: italic;
}

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

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-top: 40px;
	margin-bottom: 40px;
}

.adjacent-entry-pagination a,
.adjacent-entry-pagination a:visited {
	color: #333;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a,
.archive-pagination li a:visited {
	background-color: #fff;
	border: 0.5px solid #535353;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 4px;
	padding: 5px 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f3fcf9;
	color: #535353;
}

.adjacent-entry-pagination div {
	max-width: 45%;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
	margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #343434;
}

.comment-reply-title {
	margin-top: 0 !important;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

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

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent {
	clear: both
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

.comment-respond h3,
.comment-respond h4 {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.65px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

.front-page-sidebar .widget,
.sidebar .widget {
	margin-bottom: 30px;
}

.sidebar .widget-title {
	font-size: 26px;
	font-weight: 500;
	text-align: center;
}

.sidebar .cat-item {
	display: inline-block;
	width: 49%;
	text-align: left;
	margin: 0px;
	padding-left: 10px;
}

.sidebar .cat-item a,
.sidebar .cat-item a:visited {
	text-decoration: none;
	color:#1a1a1a;
}


.sidebar .cat-item a:hover,
.sidebar .cat-item a:focus {
	text-decoration: none;
	color:#1a1a1a;
}

/* Front Page Sidebar
---------------------------------------------------------------------------- */

.front-page-sidebar {
	text-align: center;
}

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

.before-footer-widgets .wrap {
	max-width: 1040px;
	margin:20px auto;
}

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

.footer-widgets {
	background-color: #f3fcf9;
	clear: both;
	padding: 30px 0;
	text-align: center;
	font-size: 16px;
}

.footer-widgets .widget-title {
	font-weight: 500;
	font-size: 18px;
	color:#1a1a1a;
}

.footer-widgets .wrap {
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets h4{
	font-size:34px;
	color:#535353;
	border: 1px solid #fff;
	max-width: 280px;
	margin:0 auto 5px auto;
	line-height: 1;
	padding-top: 3px;
	padding-bottom: 5px;
	font-weight: 400;

}

.footer-widgets .enews-widget{
	border:1px solid #535353;
	padding:20px;
}

.footer-widgets .enews-widget p {
	margin-bottom: 15px;
}

.footer-widgets .cat-item {
	display: inline-block;
	width: 49%;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 1px 10px;
}

.footer-widgets .cat-item a,
.footer-widgets .cat-item a:visited {
	text-decoration: none;
	color:#1a1a1a;
	font-size:16px;
}


.footer-widgets .widget_recent_entries li {
	text-align:left;
}

.footer-widgets ul li a:focus,
.footer-widgets ul li a:hover {
	text-decoration: underline;
}

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

.site-footer {
	background-color: #d5dada;
	font-size: 14px;
	line-height: 1.5;
	padding: 22px 0 30px 0;
	text-align: center;
}

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

/* Lazy Loader
---------------------------------------------------------------------------- */

.lazy-load {
	transition: opacity .15s;
	opacity: 0;
}

.lazy-load.is-loaded {
	opacity: 1;
}

/* Front Page
---------------------------------------------------------------------------- */

.subscriberow {
	margin: 0;
}

.subscriberow h3 {
	font-style: normal;
    font-weight: 300;
	color: white;
    font-size: 26px;
    text-transform: uppercase;
	letter-spacing: 2px;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

.subscriberow p {
	margin-bottom: 0;
	font-weight: 300;
}

.subscriberow .gb-block-layout-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.gb-newsletter-submit {
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #343434;
    font-weight: 700;
	font-family: 'Work Sans', sans-serif;
	margin-top: 10px;
}

.button, .button:visited, button, input[type="button"], input[type="reset"], input[type="submit"], .enews-widget input[type="submit"], .site-header input[type="submit"], .top-bar input[type="submit"],  .site-container .content div.wpforms-container-full .wpforms-form button[type="submit"] {
	background-color: #d1d577;
    border-color: #d1d577;
	padding: 15px;
    font-style: normal;
	font-size: 14px !important;
	color: #000000;
	font-family: var(--main-font);
}

.subscriberow .mailerlite-form-title,
.subscriberow .mailerlite-form-description,
.subscriberow .mailerlite-form .mailerlite-form-field label {
	display:none
}

.subscriberow .mailerlite-form-inputs {
	display:flex;
}

.subscriberow .mailerlite-form-field {
	max-width: 100%;
		flex: 1;
		margin-right: 2%;
}

.aboutsection h3{
	font-size: 24px;
    margin-top: 5px;
    letter-spacing: 2px;
    line-height: 1.5;
}

.site-container .aboutsection .wp-block-media-text__content {
	background:rgba(255,255,255,0.4);
	margin-right: 32px;
	border:0.5px solid #535353;
	padding-bottom: 15px;
	height: 100%;
}

.site-container .aboutsection .content_column {
	padding: 0px 10px;
	height: 100%;
	display: flex;
	align-items: center;
}

.site-container  .btns .wp-block-button {
	width: 48%;
	margin-bottom: 20px;
	margin-right: 3%;
}

.site-container  .btns .wp-block-button:nth-of-type(2n) {
	margin-right: 0px
}

.site-container  .btns::after {
	content: '';
	display: block;
	clear: both;
}

.aboutsection .wp-block-media-text__content .wp-block-button a:hover,
.aboutsection .wp-block-media-text__content .wp-block-button a:focus {
	background-color: #535353;
	color: #fff;
}

.site-container .wp-block-button .wp-block-button__link:not(.has-background):hover {
	border-color: #000000 !important; 
}

.site-container .aboutsection .wp-block-image {
	margin-bottom: 0px;
}

.wp-block-button.fullwidth a{
	width: 100%;
	display: block;
}

.bx .post-meta {
    padding: 0.4rem 0.6rem;
    margin: -40px auto 20px;
    width: fit-content;
    text-align: center;
    font-size: 11px;
    letter-spacing: 1px;
  /*  background: #FBF1DA; */
}

.bx-1 .post-meta {
	background: #e1e577;
}

.bx-2 .post-meta {
	background: #e1e577;
}

.bx-3 .post-meta {
	background: #e1e577;
}

.first-home-grid .post-meta {
    padding: 0.5rem 0.8rem;
 /*   margin: -40px auto 14px; */
	width: 92%;
 /*   text-align: center; */
    font-size: 14px;
    letter-spacing: 2px;
}

.gb-block-post-grid-title a:not(.post-meta a) {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    line-height: 1.5;
}

.first-home-grid .gb-post-grid-items article .post-meta {
    background: #d1d577;
}

/* About Page
--------------------------------------------- */

.wp-block-media-text__content {
	margin-top: 30px;
}

.aboutsection .wp-block-media-text__content {
	margin-top: 0px;
}

.aboutsection.aboutpage .wp-block-media-text__content {
	margin-top: 30px;
}

.altbtn.aligncenter {
	margin-bottom: 12px;
}

.site-container .wp-block-button.altbtn .wp-block-button__link {
	width: 200px;
	max-width: 100%;
}

.site-container .wp-block-button.altbtn .wp-block-button__link:hover {
	background-color: #fff;
	color: #535353;
}

/* Recipe Index Page
--------------------------------------------- */

.inner-content-sidebar .gb-block-post-grid .gb-post-grid-section-title {
	text-align: left;
}

.topfilter h5 {
	display: inline-block;
	padding-right: 20px;
	letter-spacing: 0.65px;
}

.filterHeading {
	display: inline-block;
}

.topfilter .wp-block-categories{
	display: inline-block;
	width: 50%;
}

.topfilter .wp-block-column:first-of-type {
	text-align: right;
}

.topfilter .wp-block-column:last-of-type {
	text-align: left;
}

.topfilter .wp-block-search {
	flex-wrap: nowrap;
	display: block;
}

.topfilter .wp-block-search .wp-block-search__label {
	width: auto;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	margin-right: 20px;
	letter-spacing: 0.65px;
}

.wp-block-search .wp-block-search__input {
	background-image: url(images/searchicon.png);
	background-repeat: no-repeat;
	background-position: top 10px right 8px;
	background-size: 18px;
	display: inline-block;
	width: 50%;
}

.entry-content .wp-block-search__button {
	display: none;
}

/* Landing Page
--------------------------------------------- */

.site-container .entry-content .wp-block-button.widebtn .wp-block-button__link {
	width: 300px;
	max-width: 100%;
	font-size: 20px;
}

.gb-container-content h5 {
	margin: 0 0 10px;
}

/* Instagram Page
--------------------------------------------- */

.ig_logo{
	color: #535353;
	padding: 2px 10px 5px 10px;
	border: 1px solid #fff;
	margin: 0px auto;
	display: block;
	max-width: 300px;
}

.ig_page .wp-block-button__link {
	text-transform: uppercase;
	width: 100%;
	display: block;
	max-width: 100%;
}

.ig_page .wp-block-button__link:hover,
.ig_page .wp-block-button__link:focus {
	background-color: #fff;
	color: #535353;
}

.instalatestgrid .gb-post-grid-section-title {
	margin-bottom: 10px;
}

.instabtn {
	font-size: 18px;
}

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




/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

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

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


/* My editing */
.gb-block-post-grid .is-grid, .gb-block-post-grid .gb-is-grid {
	grid-gap: .5rem 1rem;
}

.gb-block-post-grid header .gb-block-post-grid-title a:hover {
    text-decoration: none;
}

.cat-img {
	margin-bottom: 10px;
}

.cat-img img {
    border-radius: 100px;
	max-width: 110px;
	aspect-ratio: 1/1;
	width: 100%;
	height: auto;
	display: block;
}

.cat-grid {
	row-gap: 1.2rem;
}

.aboutsection {
	margin-bottom: 48px;
    border-bottom: 12px solid;
    border-image-source: url(/wp-content/uploads/2026/04/pattern.svg);
    border-image-slice: 12 10;
    border-image-repeat: repeat;
    padding-bottom: 36px;
}

.aboutsection .author-img::after{
	content: '';
    background: url(/wp-content/uploads/2025/10/veggies.svg) center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.style-stars:before {
    content: '';
    background: url(/wp-content/uploads/2025/10/stars.svg) center no-repeat;
    width: 135px;
    height: 28px;
    display: Block;
    margin: 0 auto 5px;
}

.categories {
	padding: 0px 0 36px;
	margin-bottom: 48px;
    border-bottom: 12px solid;
    border-image-source: url(/wp-content/uploads/2026/04/pattern.svg);
    border-image-slice: 12 10;
    border-image-repeat: repeat;
}

.categories h4 {
	text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.categories h4 a {
	color: #343434 !important;
	text-decoration: none !important;
}

.author-img {
	width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    max-width: 576px;
    margin: auto;
}

.author-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.subscriberow {
	margin-left: calc(50% - (var(--global-vw, 100vw) / 2));
    margin-right: calc(50% - (var(--global-vw, 100vw) / 2));
    max-width: 100vw;
    width: var(--global-vw, 100vw);
    padding-left: 0;
    padding-right: 0;
    clear: both;
}

.subscriberow.gb-layout-columns-3>.gb-layout-column-wrap {
	background-color:  #4f5678;
}


.boxed-cont {
	margin-bottom: 52px;
}

.boxed-cont p {
	margin-bottom: 14px;
	max-width: 800px;
}

.home-section-btn a {
	font-style: normal;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 0 0 0 -7px transparent;
	text-decoration: none;
    padding: 8px 18px;
	transition: all .2s ease;
}

boton{
	webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .16); */
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .16);
}

.gb-block-post-grid .gb-block-post-grid-image img {
    object-fit: cover;
    aspect-ratio: 2 / 3;
}

.gb-block-post-grid {
	margin: 0;
}


/*===========================================================================
					OUT OF MEDIA QUERIES
===========================================================================*/

.top-bar .enews .widget-title, .top-bar .enews p {
		display: block;
		width: 100%;
		flex-basis: 100%;
	}

	.top-bar .enews-widget form input,
	.top-bar .enews-widget form input[type="email"],
	.top-bar .enews-widget form input[type="submit"] {
		width: 33.33%;
	}

	.sticky .title-area {
		max-width: 70%
	}

	.site-title {
		font-size:24px;
	}

	.entry.five-sixths,
	.entry.four-sixths,
	.entry.one-fourth,
	.entry.one-half,
	.entry.one-sixth,
	.entry.one-third,
	.entry.three-fourths,
	.entry.three-sixths,
	.entry.two-fourths,
	.entry.two-sixths,
	.entry.two-thirds {
		width:100%;
		clear:both;
		padding:10px;
	}

	.entry.five-sixths:nth-of-type(2n+1),
	.entry.four-sixths:nth-of-type(2n+1),
	.entry.one-fourth:nth-of-type(2n+1),
	.entry.one-half:nth-of-type(2n+1),
	.entry.one-sixth:nth-of-type(2n+1),
	.entry.one-third:nth-of-type(2n+1),
	.entry.three-fourths:nth-of-type(2n+1),
	.entry.three-sixths:nth-of-type(2n+1),
	.entry.two-fourths:nth-of-type(2n+1),
	.entry.two-sixths:nth-of-type(2n+1),
	.entry.two-thirds:nth-of-type(2n+1) {
		clear: both;
	}

	.gb-block-post-grid div[class*=columns].is-grid, 
	.gb-block-post-grid div[class*=columns].gb-is-grid {
		grid-template-columns: 1fr 1fr;
	}

	.wp-custom-logo .title-area img {
		max-width: 130px;
	}

.widget-area.header-widget-area {
    padding: 0;
    line-height: 1;
    align-items: center;
    display: flex;
}

.nav-primary {
  position: absolute;
  
  left: 0;
  width: 100%;
  height: calc(100vh + 100px);
/*  margin: -100px 0 0 0;
  padding: 120px 22px 22px 22px; */

  list-style-type: none;
  z-index: 999;
  display: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: none;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

.site-header .nav-primary {
	top: 90px;
}

.sticky-header .nav-primary {
	top: 78px;
}


.nav-primary .genesis-nav-menu a {
    border-bottom: 2px solid #f3eeea;
    padding: 16px 8px;
    text-transform: uppercase;
}

.gb-2-col-wideright>.gb-layout-column-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
	grid-template-areas: "col1";

}

.gb-2-col-wideright>.gb-layout-column-wrap .wp-block-genesis-blocks-gb-column:first-child,
.gb-2-col-wideright>.gb-layout-column-wrap .wp-block-genesis-blocks-gb-column:nth-child(2) {
	grid-column: 1;
}

.gb-2-col-wideright>.gb-layout-column-wrap .wp-block-genesis-blocks-gb-column:first-child{
    grid-row: 1;
}

.gb-2-col-wideright>.gb-layout-column-wrap .wp-block-genesis-blocks-gb-column:nth-child(2){
    grid-row: 2;
}

.sticky-header {
	display: none;
}

.site-inner {
	max-width: 700px;
}

.about-btn a{
    text-transform: uppercase;	
	font-style: normal;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    box-shadow: 0 0 0 -7px transparent;
    text-decoration: none;
    padding: 12px 18px;
    transition: all .2s ease;
}

.gb-block-newsletter.inline input:not(.gb-button) {
    margin-right: 10px;
    margin-bottom: 5px;
}

.single-post .entry-content {
	font-size: 18px;
}

.entry-footer,
.adjacent-entry-pagination.pagination {
	display: none;
}

.author-box-img {
    width: 180px;
    height: auto;
	border-radius: 0 0 100% 100%;
}

.prehead {
    font-size: 13px;
    font-style: italic;
    line-height: 1;
    text-transform: lowercase;
    letter-spacing: 0;
    font-weight: 400;
    padding-top: 10px;
}

.author-title h3 {
        line-height: 1.2;
        font-size: 24px;
        margin: 5px 5px 10px 5px;
        font-weight: 100;
}

.custom-author-description {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}

.custom-author-link a {
    background: #e1e577;
    padding: 10px 16px;
    color: #000;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .05em;
    font-family: var(--main-font);
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: 0 0 0 -7px transparent;
    text-decoration: none;
}

.custom-author-box {
    padding: 0;
    font-size: .9em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	border: 5px solid #f7f3f0;
}

.custom-author-box .insights-avatar {
    z-index: 3;
    position: relative;
    border-radius: 100%;
    margin: 0 auto;
}

.insights-author-info {
    padding: 16px;
}

.page-id-30, .page-id-3, .page-id-199, .page-id-32 {

	.site-inner {
		max-width: 800px;
	} 

	.entry-header {
		display: none;
	}
	
	.in-content-h2 {
		border-bottom: 4px solid #13b6b2;
        width: fit-content;
        margin-right: auto;
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 32px;
	}
	
	.page-h2 {
		font-size: 28px;
		padding: 20px;
		background: #E5F3F3;
		margin-bottom: 32px;
	}
	
}

.page-id-32 {
	.sidebar.sidebar-primary.widget-area {
		display: none !important;
	}
}

.ebook-col img {
    max-width: 230px;
}

.subs-form-section {
	padding: 0 10px;
	margin-top: 20px;
    margin-bottom: 20px;
}

/* Single Post */

.single-post .entry-content figure {
	margin-bottom: 2rem;
}

.single-post .entry-content h2, h3{
	font-style: normal;
    font-weight: 700;
    line-height: 1.5;
	margin: 1.5em 0 .5em;
}


.single-post .entry-content h2{
    font-size: 28px;
}

.single-post .entry-content h3:not(.wprm-recipe-header){
	font-size: 22px;
}

.user-cta {
	text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    margin: 1.5em 0 .5em;
    padding: 1.25em 2.375em;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    border: 2px solid #ffe4e2;
}

.user-cta p {
	margin-bottom: 0;
}

/*     My Own Media Queries     */
/*=============================*/

/* New Editing */
@media only screen and (min-width: 576px) {
	
	.gb-block-post-grid div[class*=columns].is-grid,
	.gb-block-post-grid div[class*=columns].gb-is-grid {
    	grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	
	
}

/* New Editing */
@media only screen and (min-width: 768px) {
	
	.cat-grid {
   	 	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
		gap: 1em;
	}
	
	.gb-2-col-wideright>.gb-layout-column-wrap {
		grid-template-columns: 40% 1fr;
		grid-template-rows: auto;
		direction: ltr;
	}
	
	.gb-2-col-wideright>.gb-layout-column-wrap .wp-block-genesis-blocks-gb-column:nth-child(2){
		grid-column: 2;
   		grid-row: 1;
	}
	
	.gb-block-newsletter.inline form {
		display: flex;
	}
	
	.gb-block-newsletter.inline input:not(.gb-button) {
		margin-bottom: 0;
	}
	
	.wprm-recipe-image img {
	  margin-right: 0 !important;
	}
	
}

/* New Editing */
@media only screen and (min-width: 992px) {
	
	.menu-toggle, .sub-menu-toggle {
        display: none;
        visibility: hidden;
    }
	
	.nav-primary {
		display: flex;
		position: relative;
		height: fit-content;	
	}
	
	.genesis-nav-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.nav-primary .genesis-nav-menu a {
		font-style: normal;
		font-weight: 300;
		font-size: .6875em;
		text-transform: uppercase;
		border: none;
		padding: 8px 17px;
		color: #1b1b1b;
        letter-spacing: .2em;
	}
	
	.site-header .nav-primary,
	.sticky-header .nav-primary {
		top: 0px;
	}
	
	.nav-primary-1 .wrap, .nav-primary-0 .wrap {
		padding: 0;
	}
	
	.greetings-h3 {
		text-align: center;
		font-weight: 600 !important;
		margin-bottom: 30px;
	}
	
	.subscriberow .gb-layout-column-wrap:before {
		content: '';
		background: url(/wp-content/uploads/2025/10/dots2.svg) center no-repeat;
		background-size: contain;
		width: 70px;
		height: 33px;
		display: block;
		position: absolute;
		top: -15px;
		right: 25px;
		z-index: 2;
	}
	
	.ebook-col .wp-block-image {
		margin-bottom: 0;
	}
	
	.ebook-col img {
		max-width: 160px;
		filter: contrast(1.05) drop-shadow(0px 0px 4px rgba(0, 0, 0, .12));
		aspect-ratio: 241 / 300;
	}

	.subscriberow.gb-2-col-wideright>.gb-layout-column-wrap {
        grid-template-columns: 25% 1fr;
        grid-template-rows: auto;
        direction: ltr;
    }
	
	.subscriberow .gb-block-layout-column-gap-2 {
		grid-gap: 0 32px;
	}
	
	.subscriberow.gb-layout-columns-3>.gb-layout-column-wrap {
		-ms-grid-columns: minmax(0, calc(15% - ((var(--kb-default-row-gutter, var(--global-row-gutter-md, 2rem)) * 2) / 3))) minmax(0, calc(40% - ((var(--kb-default-row-gutter, var(--global-row-gutter-md, 2rem)) * 2) / 3))) minmax(0, calc(45% - ((var(--kb-default-row-gutter, var(--global-row-gutter-md, 2rem)) * 2) / 3)));
		grid-template-columns: minmax(0, calc(15% - ((var(--kb-default-row-gutter, var(--global-row-gutter-md, 2rem)) * 2) / 3))) minmax(0, calc(40% - ((var(--kb-default-row-gutter, var(--global-row-gutter-md, 2rem)) * 2) / 3))) minmax(0, calc(45% - ((var(--kb-default-row-gutter, var(--global-row-gutter-md, 2rem)) * 2) / 3)));
		grid-template-areas: "col1 col2 col3";
		padding: 0.5rem 1.5rem;
	}

	.subscriberow .gb-block-newsletter.inline form {
        display: block;
    }

	.ebook-col {
		width: fit-content;
        margin-top: -22px;
    	margin-bottom: -22px;
	}
}

/* New Editing */
@media only screen and (min-width: 1025px) { 
	
	.single-post .content-sidebar-wrap {
		display: grid;
		grid-template-columns: 5fr 2fr;
		grid-gap: 3.5em;
		justify-content: center;
	}
	
	.site-inner {
    	max-width: 1200px;
	}
	
}


/* Tasty Recipes */

.tasty-recipes-instructions-body img,
.tasty-recipe-video-embed,
.tasty-recipes-nutrition {
	display: none !important;
}

li.cuisine, li.category {
    display: none !important;
}

.tasty-recipes {
    margin-bottom: 0 !important;
}

.tasty-recipes-entry-content .tasty-recipes-notes, 
.tasty-recipes-entry-content .tasty-recipes-nutrition {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.tasty-recipes-entry-content .tasty-recipes-nutrition ul li {
	font-size: 16px;
}

.tasty-recipes-entry-content .tasty-recipes-notes ul li {
	padding-top: 0 !important;
    padding-bottom: 0 !important;
	margin-bottom: 1em !important;
    line-height: 1.46;
}

.tasty-recipes-entry-content .tasty-recipes-notes ul li::before {
	content: "i";
    -moz-border-radius: 50%;
    font-size: .75em;
    left: 0;
    position: absolute;
    background-color: #aaa;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 1.45em;
    width: 1.45em;
    color: #FFF;
    line-height: 1.5em;
    text-align: center;
    top: .1875em !important;
}

.tasty-recipes-keywords {
	display: none !important;
}

.tasty-recipes-entry-content hr {
    margin-top: 0;
}

.tasty-recipes-quick-links a.button:hover, 
.tasty-recipes-entry-header .tasty-recipes-buttons .button:hover {
    background-color: #FF9488 !important;
    color: #1d1d1d !important;
    opacity: 1;
}

body.single li.total-time {
	display: none !important;
}

.tasty-recipes {
  font-size: 18px;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 100% !important;
	margin-top: 2rem;
}

.tasty-recipes-entry-header {
	padding: 20px 20px 0 20px !important;
}

.tasty-recipes-description,
.tasty-recipes-instructions,
.tasty-recipes-ingredients,
.tasty-recipes-nutrition,
.tasty-recipes-keywords {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.tasty-recipes-entry-header .tasty-recipes-details {
    color: #212121;
    font-size: 14px;
}

.tasty-recipes-entry-header .tasty-recipes-details .tasty-recipes-label {
    font-weight: 600;
}

.tasty-recipes-entry-header .tasty-recipes-buttons a {
	font-size: 14px !important;
	color: #1d1d1d !important;
	transition: 250ms ease-in;
}

.tasty-recipes-scale-container button.tasty-recipes-scale-button-active {
    background-color: #212121 !important;
    border-color: #212121 !important;
	color: #1d1d1d !important;
}

.tasty-recipes-scale-container button {
    border: 1px solid #212121 !important;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients ol > li:before, 
.tasty-recipes-entry-content .tasty-recipes-instructions ol > li:before {
    background-color: #fccab7 !important;
	color: #212121 !important;
	font-weight: 600 !important;
    font-size: 1rem !important;
}

.tasty-recipes-entry-content {
	padding-bottom: 10px;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients ul li {
	margin-bottom: 4px !important;
}

@media screen and (max-width: 576px) {
	.tasty-recipes-entry-header .tasty-recipes-details ul li {
		display: block !important;
	}
}

/* Make recipe details inline (author, yield, time) */

a.tasty-recipes-author-name{
			font-weight: 600;
		  color: #212121 !important;
}
	
	.tasty-recipes {
		margin: 0 !important;
	}
	
.tasty-recipes-entry-header {
		background: #D9E7E6;
	}
	

a.tasty-recipes-author-name,
.aff-disc-link {
    text-decoration: underline;
}
	

/* Tasty Recipes */

	.tasty-recipes-scale-container .tasty-recipes-scale-label {
		color: var(--kat-ndd);
    font-size: .7rem;
	}
	
	.tasty-recipes-nutrition {
		background: var(--turquoise);
    padding-top: 20px;
	}
	
/* Save Recipe Box */
.save-recipe-form .ff-t-cell {
height: 40px;
}

.save-recipe-submit {
    height: 44px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.save-recipe-submit-wrap,
save-recipe-input-wrap {
    margin-top: 0;
    margin-bottom: 0;
}

.save-recipe-input {
    border-radius: 0 !important;
    background-color: #ffffff !important;
    outline: 0;
}

.save-recipe-h2 {
    display: flex;
    align-items: center;
    margin: 0 auto 15px auto;
    width: fit-content;
    column-gap: 12px;
}

.save-recipe-h2::before {
    content: url(/wp-content/uploads/2025/03/loverecipe.svg);
    width: 50px;
    display: block;
}
	
#save-recipe {
    background: var(--kat-st);
    padding: 2px 15px 15px;
}


	
	/* Media Queries */
@media screen and (max-width: 576px) {
	
	.tasty-recipes-description, .tasty-recipes-instructions, 
	.tasty-recipes-ingredients, .tasty-recipes-nutrition, 
	.tasty-recipes-keywords, .tasty-recipes-entry-content .tasty-recipes-notes,
	.tasty-recipes-entry-content .tasty-recipes-nutrition{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}

/* Print Page */

body.wprm-print.wprm-print-recipe {
    max-width: 800px !important;
    margin: auto !important;
}


body.wprm-print.wprm-print-recipe .wprm-template-padding,
body.wprm-print.wprm-print-recipe .wprm-recipe-summary {
    padding: 15px !important;
}

/* ===== Category Archive Page — lamakarona.com ===== */

/* Full-width grid container matches homepage */
.lmk-category-grid .gb-post-grid-items {
    gap: 0.5rem 1rem;
}

/* Category description intro */
.lmk-cat-description {
    background: #fde8e5;
    border-left: 4px solid #343434;
    padding: 16px 20px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 0 4px 4px 0;
}

/* Badge color on category pages — uses same pink as homepage bx-1 */
.lmk-category-grid .post-meta {
    background: #d1d577; /* same as .bx-1 .post-meta */
}

/* Make sure images fill correctly (same as homepage) */
.lmk-category-grid .gb-block-post-grid-image img {
    object-fit: cover;
    aspect-ratio: 2 / 3;
    width: 100%;
    display: block;
}

/* Remove bottom margin on articles inside grid */
.lmk-category-grid .gb-post-grid-items article {
    margin-bottom: 0;
}

/* Pagination spacing */
.lmk-category-grid + .pagination,
.archive-pagination {
    margin-top: 40px;
    text-align: center;
	margin-bottom: 120px;
}