<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Helena's Recipes Website
Theme URI: https://www.HelenasRecipes.com
Author: HR
Author URI: https://www.HelenasRecipes.com
Template: neptune-by-osetin
Description: Helena's Recipes - Gourmet Recipes with Mediterranean Flavor You Can Make at Home
Text Domain: helena-recipes
*/

/* =================== Begin osetin-main.css content =================== */

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

aside,details,footer,header,hgroup,main,menu,nav,section,summary {
    display: block;
}

@charset "UTF-8";html {
    font-family: system-ui, sans-serif !important; 
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

@font-face {
    font-family: 'osfont';
    src: url('/wp-content/themes/neptune-by-osetin/assets/fonts/osfont/osfont.woff2') format('woff2'),
         url('/wp-content/themes/neptune-by-osetin/assets/fonts/osfont/osfont.woff') format('woff'),
         url('/wp-content/themes/neptune-by-osetin/assets/fonts/osfont/osfont.ttf') format('truetype'),
         url('/wp-content/themes/neptune-by-osetin/assets/fonts/osfont/osfont.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
	font-display: swap; /* Makes the font non-blocking */
}

article,figcaption,figure {
    display: block;
}

@media (max-width: 454px) {
.single-step-description-i p {
	margin: 0px;
}
}

a {
	color: black;
	text-decoration: none;
}

.single-panel-main p a {
	border-bottom: 1px solid #000;
}

a:hover {
	color: red;
	outline: 0;
}

a:active {
	outline: 0;
}

/* Cancel the arrow in .bar-social */
.bar-social a[href^="http"]::after {
  content: none !important;
}

/* Apply the arrow to all external links EXCEPT those in .bar-social */
a[href^="http"]:not([href*="helenasrecipes.com"])::after {
  content: " â†—";
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.single-panel-main p a:hover {
	border-bottom: 1px solid red;
	color: #ff0000 !important;
}

strong {
    font-weight: 700;
}

body &gt; div.single-panel.os-container {
	margin-top: 15px;
}

#header-menu &gt; li.menu-item.menu-item-gtranslate.menu-item-has-children.notranslate::after {
  content: 'ðŸŒŽ';
  margin-left: 0.4em;
  font-size: 1em;
}

#mobile-header-menu &gt; li.menu-item.menu-item-gtranslate.menu-item-has-children.notranslate::after {
  content: 'ðŸŒŽ';
  font-size: 1em;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

/* Buttons Grid */

.button-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 3rem 0 0 0;
}

.btn {
  flex: 1 1 calc(25% - 8px);
  text-align: center;
  text-decoration: none;
  padding: 12px;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.2s ease;
  box-sizing: border-box;
}

.btn.red {
  background: red;
  color: white;
}

.btn.black {
  background: black;
  color: white;
}

.btn.white {
  border: 1px solid #000;
  background: white;
  color: black;
}

.btn.blue {
  background: #014594;
  color: white;
}

@media (max-width: 768px) {
  .btn {
    flex: 1 1 100%;
  }
}

/* Buttons Grid */

.wp-block-image img {
	max-width: 100%;
    height: auto;
	border-radius: 8px;
}

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

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
	margin-top: 20px;
	margin-bottom: 30px;
	border: 0.5px solid rgba(0, 0, 0, 0.1);
}

button,input {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
	text-transform: none;
}

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

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

input {
    line-height: normal;
}

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

.os-container {
    width: 1240px;
    margin: 0px auto;
}



ul {
    margin: 0px;
    padding: 0px;
}

.fp {
  line-height: 1.9;
  font-size: 19px;
  padding: 30px;
  background: #ffffdf;
  border-radius: 8px;
  margin: 20px 0px 0px 0px;
  min-height: 60px;
  clear: both; /* ðŸ‘ˆ fixes float-based overlaps */
  display: block;
  position: relative; /* ðŸ‘ˆ ensures it stays in flow */
  z-index: 1;
}

@media (min-width: 768px) {
	.fp {
		text-align: center;
	}
}

p a {
	border-bottom: 1px solid #000;
}

#text-34 &gt; div &gt; p:nth-child(1) &gt; a {
	border-bottom: none;
}

p a:hover {
	border-bottom: 1px solid red;
}

p a.slide, ul li a.slide {
    color: rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px dotted;
}

.os-icon {
    font-family: 'osfont' !important;
	font-style: normal;
}

.top-bar .bar-social {
    float: right;
    list-style: none;
    margin: 0px;
    padding: 17px 50px 17px 0px;
}

.top-bar .bar-social li {
    float: left;
    margin-left: 10px;
}

.top-bar .bar-social li a {
    text-decoration: none;
    font-size: 32px;
}

@media (max-width: 991px) {
    .top-bar .bar-social {
        float: none;
        padding: 0px 15px;
        text-align: center;
    }
}

@media (min-width: 768px) {
	.top-bar .bar-social {
    display: none;
}
}

.os-icon-social-pinterest {
    color: #cd1d1f;
}

.main-footer.with-social .footer-social-w ul li {
    margin-left: 5px;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    scroll-behavior: smooth;
}

body {
    font-family: system-ui, sans-serif; 
    font-size: 19px;
    line-height: 1.9;
	margin: 0;
}

input,button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#breadcrumbs {
    display: inline-block;
    padding: 20px 20px 0px 20px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
	#breadcrumbs {
    display: inline-block;
    padding: 15px 0px 15px 0px;
    font-size: 16px;
    text-align: center;
    width: 100%;
	}
}

.page #breadcrumbs, .archive #breadcrumbs {
	text-align: left;
}

@media only screen and (min-width: 768px) {
.page #breadcrumbs, archive #breadcrumbs {
	text-align: left;
}
}

.home #breadcrumbs {
  display: none;
}

#breadcrumbs &gt; span &gt; span &gt; a {
    border-bottom: 1px solid #777;
}

#breadcrumbs &gt; span &gt; span &gt; a:hover {
	border-bottom: 1px solid red;
}

h1 {
	font-size: 43px; 
	font-weight: 800; 
	line-height: 1.2; 
	letter-spacing: 0.02em;
	margin: 0px;
	text-transform: capitalize;
}

.subtitle {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin: 0;
  display: inline;
}

#home-intro {
	margin-top: 20px;
	margin-bottom: -20px;
}

#home-blocks {
	margin-top: 50px;
    margin-bottom: -20px;
}

h2, h3, h4 {
	margin: 0px;
	line-height: 1.4;
	text-transform: capitalize;
}

.home h2 {
	margin: 0px;
}

h2.favorites {
    margin-bottom: 30px;
}

.home h3 {
	margin: 20px 0px;
}

/* Video CSS */

.video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 8px;
  margin: 20px 0;
  cursor: pointer;
}

.floating-video {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 320px;
  height: 180px;
  z-index: 9999;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  display: none;
}

.video-close-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 10000;
  background: rgba(0,0,0,0.6);
  border: none;
  color: white;
  font-size: 20px;
  line-height: 1;
  padding: 4px 10px;
  cursor: pointer;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .floating-video {
    width: 88vw;         /* was 90vw */
    height: 49.5vw;       /* slightly adjusted */
    bottom: 16px;         /* more space from bottom */
    right: 6vw;           /* space from right side */
    left: 6vw;            /* to center it more naturally */
  }

  .video-close-btn {
    font-size: 18px;
    padding: 3px 8px;
  }
}

/* Mobile-first styles */

@media (min-width: 768px) {
.single-panel {
	padding: 0px 0px 20px 0px;
	display: block;
    table-layout: auto;
	border-top: none;
	}
}

@media (max-width: 454px) {
.single-panel {
	padding: 20px 20px 0px 20px;
	display: block;
    table-layout: auto;
	border-top: none;
	}
}

.single-panel .single-panel-main {
    padding: 0px;
    vertical-align: top;
    position: relative;
    display: block;
    width: 100%;
}

.single-panel .single-panel-main .single-title {
    border-bottom: none;
}

@media (min-width: 768px) {
.single-panel .single-panel-main .single-title {
    text-align: center;
	padding: 0px 700px;
}	
}

.single-panel .single-panel-details {
    display: block;
    vertical-align: top;
    width: 100%;
    border-right: none;
    position: relative;
}

@media (min-width: 768px) {
	.post-dates {
		text-align: center !important; 
	}
}

@media (min-width: 768px) {
.tip {
	text-align: center;
}
}

.tip-general {
    margin-top: 5px;
    font-size: 19px;
    color: #000;
    margin-bottom: 0px;
}
    
p.tip-general &gt; span {
    border: none;
    border-radius: 6px;
    background-color: #eee;
    padding: 5px;
}

/* Tablet and up */
@media (min-width: 768px) {
    .single-panel {
        display: table;
        table-layout: fixed;
    }

    .single-panel .single-panel-details,
    .single-panel .single-panel-main {
        display: table-cell;
        vertical-align: top;
    }

    .single-panel .single-panel-main {
        width: 55%;
    }

    .single-panel .single-panel-details {
        width: 25%;
    }
}

.responsive-video-wrapper {
  max-width: 700px;  /* Adjust width as needed */
  margin: 0 auto;    /* Center the video */
}

@media (max-width: 768px) {
  .responsive-video-wrapper {
    max-width: 100%; /* Full width on mobile */
  }
}

.big-meta-box ul {
    list-style: none;
    text-align: center;
}

.big-meta-box ul li {
    display: inline-block;
    padding: 15px;
    border-right: 1px solid rgba(0,0,0,0.1);
    font-size: 19px;
}

.big-meta-box ul li a {
    color: rgba(0,0,0,0.8);
}

.big-meta-box ul li i {
    margin-right: 10px;
}

@media (max-width: 454px) {
    .big-meta-box ul li {
        float: left;
        width: 50%;
        padding: 10px 15px 15px 15px;
    }
}

.big-meta-box ul li:last-child {
    margin-right: 0px;
    border-right: none;
}

@media (max-width: 454px) {
    .big-meta-box ul li:nth-child(even) {
        border-right: none;
    }
}

@media only screen and (min-width: 769px) {
.big-meta-box {
	padding: 0px;
	margin-bottom: 30px;
}
}

.os-icon-social-pinterest:before {
    content: "\e61f";
}

.os-icon-social-youtube {
    color: #ff0000 !important;
}

.os-icon-social-youtube:before {
    content: "\e626";
}

.mobile-header-w {
    display: none;
}

.mobile-header-w .mobile-header {
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: #fff;
}

.mobile-header-w .mobile-header .mobile-menu-toggler {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.mobile-header-w .mobile-header .mobile-logo {
    vertical-align: middle;
    padding: 10px 0px 0px 0px;
    display: table-cell;
    text-align: center;
}

.mobile-header-w .mobile-header .mobile-menu-search-toggler {
    vertical-align: middle;
    width: 80px;
    display: table-cell;
    text-align: right;
    padding-right: 20px;
}

.mobile-header-w .mobile-header-menu-w {
    display: none;
    background-color: #000;
    text-align: center;
    padding: 20px 0px;
}

.mobile-header-w .mobile-header-menu-w.active {
    display: block;
}

.mobile-header-w .mobile-header-menu-w ul {
    padding: 0px;
    margin: 0px;
}

.mobile-header-w .mobile-header-menu-w ul li a {
    color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: block;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 22px;
}

.mobile-header-w .mobile-header-menu-w ul.sub-menu {
    background-color: rgba(255,255,255,0.1);
    display: none;
}

.mobile-header-w .mobile-header-menu-w &gt; ul &gt; li.menu-item-has-children {
    position: relative;
}

.mobile-header-w .mobile-header-menu-w &gt; ul &gt; li.menu-item-has-children &gt; a:before {
    display: none;
}

.main-header {
    display: table;
    padding: 10px 0px;
    border-radius: 6px 6px 0px 0px;
    position: relative;
    width: 100%;
    table-layout: fixed;
	border-bottom: 1px solid #eee;
}

.main-header .logo {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

.main-header .logo a {
    display: block;
}

.main-header .top-menu {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
	width: 80% !important;
    padding-left: 20px;
}

#menu-item-7399 {
	border-left:none; 
}

.main-header .top-menu ul {
    margin: 0px;
    padding: 0px;
    padding-left: 30px;
    list-style: none;
}

.main-header .top-menu ul li {
    position: relative;
}

.main-header .top-menu ul li a {
    font-family: system-ui, sans-serif;
    font-size: 25px;
    color: #111;
    text-decoration: none;
    text-transform: uppercase;
}

.main-header .top-menu &gt; ul {
    float: left;
    padding-left: 0px;
}

.main-header .top-menu &gt; ul &gt; li {
    float: left;
    margin-right: 20px;
    position: relative;
    border-left: 1px solid rgba(0,0,0,0.08);
    padding-left: 20px;
}

.main-header .top-menu &gt; ul &gt; li &gt; a {
    padding: 7px 0px;
    display: inline-block;
}

.main-header .top-menu &gt; ul &gt; li &gt; a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.main-header .top-menu &gt; ul &gt; li:last-child &gt; a {
    border-bottom: none;
}

.main-header .top-menu ul.sub-menu {
    display: none;
    padding: 0px;
    background-color: #fff;
    z-index: 9999;
}

.main-header .top-menu ul.sub-menu li {
    min-width: 200px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.main-header .top-menu ul.sub-menu li a {
    padding: 12px 35px;
    font-size: 18px;
    display: block;
    white-space: nowrap;
    color: #fff;
}

.main-header .top-menu ul.sub-menu li a:hover {
    background-color: rgba(0,0,0,0.1);
}

.main-header .top-menu ul.sub-menu li:last-child {
    border-bottom: none;
}

.main-header .search-trigger {
    display: table-cell;
    vertical-align: middle;
    font-size: 36px;https://www.helenasrecipes.com/wp-admin/theme-editor.php?LSCWP_CTRL=purge&amp;LSCWP_NONCE=46bd1760ef&amp;litespeed_type=purge_all_cssjs
    width: 120px;
    text-align: right;
    padding-right: 50px;
}

.top-bar {
    background-color: #fff;
    position: relative;
}

.top-bar.bordered {
	border-bottom: none;
}

.page-intro-header {
    background-color: #fff;
    padding: 50px;
	border-radius: 8px;
}

#unit-toggle {
    padding: 0px 10px;
    border-radius: 8px;
    border: 1px solid #e0c6b0;
    min-width: 173px;
}

@media (max-width: 454px) {
#unit-toggle {
	margin-top: 10px;
	}
}

ul.bar-social {
	list-style-type: none;
}

@media (max-width: 991px) {
    .archive-posts-w {
        padding: 20px;
    }
}

.archive-posts-w.with-sidebar {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.archive-posts-w.with-sidebar.sidebar-location-right .archive-posts {
    padding-right: 50px;
}

@media only screen and (min-width: 768px) {
.archive-posts-w.with-sidebar .archive-posts {
    display: table-cell;
    vertical-align: top;
    width: 70%;
}
}

@media (max-width: 454px) {
.archive-posts-w.with-sidebar .archive-sidebar {
        display: none;
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        max-width: 350px;
        bottom: 0px;
        z-index: 9999;
    }
}

.archive-posts-w.with-sidebar .archive-sidebar, .page-w.with-sidebar .page-sidebar {
    background-color: #f9f9f9 !important;
    padding: 20px 30px 40px 30px !important;
}

.home .page-w {
	margin-top: 20px;
}

.page-w {
	padding: 20px;
}

@media only screen and (min-width: 768px) {
.page-w {
	padding: 0px;
}
}

@media only screen and (min-width: 768px) {
.archive-posts-w.with-sidebar .archive-sidebar {
    width: 30%;
    vertical-align: top;
    display: table-cell;
    background-color: #f0f7f7;
    border-radius: 6px;
    padding: 40px 30px;
}
}

.archive-posts-w.with-sidebar .archive-sidebar img {
    max-width: 100%;
    height: auto;
}

.main-header ul.bar-social &gt; li:nth-child(1) {
	font-size: 30px;
	margin-left: -5px;
}

.main-header ul.bar-social &gt; li:nth-child(2) {
	font-size: 23px;
    padding-left: 2px;
	margin-top: -21px;
}

.dropdown-menu-rounded-corners .main-header-w ul.sub-menu {
    border-radius: 6px;
}

.dropdown-menu-rounded-corners .main-header-w ul.sub-menu li:first-child a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.dropdown-menu-rounded-corners .main-header-w ul.sub-menu li:last-child a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.dropdown-menu-color-scheme-light .main-header-w ul.sub-menu {
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.2);
}

.dropdown-menu-color-scheme-light .main-header-w ul.sub-menu li {
    border-bottom-color: rgba(0,0,0,0.1);
}

.dropdown-menu-color-scheme-light .main-header-w ul.sub-menu li a {
    color: rgba(0,0,0,0.8);
}

.dropdown-menu-color-scheme-light .main-header-w ul.sub-menu li a:hover {
    background-color: rgba(0,0,0,0.05);
    color: #000;
}

.dropdown-menu-color-scheme-light .main-header-w ul.sub-menu li:last-child {
    border-bottom: none;
}

.floating-prev-post img, .floating-next-post img {
    max-width: 100%;
    height: auto;
	border-radius: 8px;
}

.floating-prev-post,.floating-next-post {
    display: none;
    background-color: #fff;
    position: fixed;
    z-index: 9998;
    border-radius: 8px;
    padding: 15px;
    width: 200px;
    top: 50%;
    opacity: 0.7;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translate(0px,-50%);
    -moz-transform: translate(0px,-50%);
    -ms-transform: translate(0px,-50%);
    -o-transform: translate(0px,-50%);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; 
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
.pagination {
	margin-top: 50px;
}
}

.ingredient-amount {
	margin-right: 5px;
}

.main-search-form-overlay {
    position: fixed;
    display: none;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9998;
    background-color: rgba(0,0,0,0.2);
}

.main-search-form {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 100px 5px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 100px 5px rgba(0,0,0,0.7);
    border-radius: 6px;
    position: fixed;
    left: 50%;
    top: -400px;
    z-index: 9999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    border: 2px solid rgba(0,0,0,0.9);
    overflow: auto;
    width: 550px;
}

.main-search-form form .search-field-w:before {
	font-family: 'osfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 32px;
    color: rgba(0,0,0,0.2);
}

.main-search-form form.search-loading .search-field-w:before {
    content: "\f110";
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-animation: spinningAnimation 0.8s linear infinite;
    animation: spinningAnimation 0.8s linear infinite;
}

.main-search-form form .search-field {
    padding: 11px 20px 13px 20px;
    padding-left: 85px;
    font-size: 30px;
    border: none;
    font-family: system-ui, sans-serif; 
    font-weight: 400;
    background-color: transparent;
    outline: none;
    display: block;
    position: relative;
}

.main-search-form form .search-field:focus {
    outline: none;
}

.main-search-form form .search-submit {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #000;
    color: #fff;
    padding: 8px 30px;
    border: none;
    font-size: 24px;
    text-transform: uppercase;
    font-family: system-ui, sans-serif; 
    font-weight: 400;
    border-radius: 6px;
}

.main-footer {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.main-footer .menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.main-footer .menu li {
    display: inline-block;
    margin-right: 20px;
}

.main-footer p {
    margin: 0px;
}

.main-footer.with-social:before,.main-footer.with-social:after {
    content: " ";
    display: table;
}

.main-footer.with-social:after {
    clear: both;
}

.main-footer.with-social .footer-copy-and-menu-w {
    float: left;
    width: 70%;
}

.main-footer.with-social .footer-social-w {
    float: left;
    width: 30%;
    text-align: right;
}

.main-footer.with-social .footer-social-w ul {
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.main-footer.with-social .footer-social-w ul li {
    display: inline-block;
}

.main-footer.with-social .footer-social-w ul li a {
    font-size: 32px;
    color: #000;
}

.floating-prev-post span, .floating-next-post span {
	font-size: 16px;
	height: 35px;
}

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

@media (max-width: 1239px) {
    .os-container {
        width:100%;
    }

    .main-header,.main-footer {
        border-radius: 0px;
    }

    .main-header .search-trigger {
        padding-right: 40px;
        width: 95px;
    }
}

@media (max-width: 991px) {
    .mobile-header-w {
        display: block;
    }

    .main-header {
        display: none !important;
    }
	
}

@media (max-width: 454px) {

    .display-type {
        content: "&gt;";
    }

    .main-search-form {
        width: 95%;
    }

    .main-search-form .search-submit {
        display: none;
    }

    .main-search-form form .search-field {
        padding-left: 55px;
        font-size: 19px;
    }

    .main-search-form form .search-field-w:before {
        font-size: 19px;
        top: 18px;
        left: 20px;
    }

    .mobile-header-w .mobile-header .mobile-menu-toggler {
        font-size: 26px;
        width: 60px;
    }

    .mobile-header-w .mobile-header .mobile-menu-search-toggler {
        font-size: 26px;
        width: 60px;
    }

    .main-footer.with-social .footer-copy-and-menu-w {
        float: none;
        width: 100%;
        text-align: center;
    }

    .main-footer.with-social .footer-social-w {
        float: none;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 320px) {

    .mobile-header-w .mobile-header .mobile-menu-search-toggler,.mobile-header-w .mobile-header .mobile-menu-toggler {
        padding-right: 20px;
    }

    .mobile-header-w .mobile-header .mobile-logo {
        width: auto !important;
    }
}

@media (min-width: 992px) and (max-width: 1150px) {

    body {
        font-size: 13px;
    }

    h1 {
        font-size: 37px;
    }

    h2 {
        font-size: 27px;
    }

    h3 {
        font-size: 21px;
    }
	
	h4 {
        font-size: 21px;
    }

    .main-header .top-menu ul li a {
        font-size: 22px;
    }
}

.mobile-header-w .mobile-header-menu-w {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Make the header sticky on mobile devices */
@media (max-width: 768px) { /* Adjust this breakpoint for your specific needs */
  .mobile-header-w {
    position: sticky; /* Sticky positioning */
    top: 0; /* Sticks to the top of the viewport */
    z-index: 1000; /* Ensures the header stays above other content */
    background-color: #fff; /* Optional: Add a background to prevent content from showing through */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow */
  }
}

#footer-menu a {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.9;
}

.main-header .top-menu ul li a {
    font-size: 17px;
    font-weight: 600;
	text-transform: uppercase;
}

.main-header .top-menu ul.sub-menu li a {
	font-size: 16px;
}

.mobile-header-w .mobile-header-menu-w ul li a {
    padding: 10px;
    font-size: 21px;
}

/* Buttons */
.button {
    background: #EE0007;
    box-shadow: 0px 4px 0px 0px #000;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 7px 17px !important;
	border: none;
	font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
	margin-right: 10px;
}

.button:hover {
  color: #fff !important;
  box-shadow: 0px 4px 0px 0px #000;
}

.home-signup .button {
	border-bottom: none;
}

.home-signup {
	text-align: center;
	color: #fff;
	padding: 15px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-top: 50px;
	margin-bottom: 30px;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: 10;
    box-shadow: rgb(136 0 0) 0px 3px 3px inset !important;
	-webkit-box-shadow: rgb(136 0 0) 0px 3px 3px inset !important;
    background: radial-gradient(370px 130px at center top, #fff4f4, #d00202);
}

:where(.wp-block-columns) {
	margin-bottom: 0;
}

.home-as-seen-on {
	text-align: center;
	padding: 0px 0px 15px 0px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 65px;
    margin-bottom: 50px !important;
    border-top: 1px dashed #000;
    z-index: 10;
    background-color: #f2f2f2;
}

.home-as-seen-on p {
	padding: 0px 20px;
}

.hashtag {
	margin-bottom: -10px;
}

/* Recipe Page Fixes */

/* Star Rating Input and Comments */

/* TOC Styling */

/* Show the newsletter block by default (mobile-first) */

/* Hide the newsletter block on screens larger than 768px (tablet and desktop) */

.page-numbers {
	margin: 0px 12px;
}

a.next.page-numbers {
	margin-left: 12px;
}

/* Kit Styling */

/* Styling for the ConvertKit signup form */

/* Responsive styles to place all fields in a single line on larger screens */

/* Wrap grid in a container */
.recipe-grid-wrapper {
    margin: 0 auto;
    box-sizing: border-box;
}

/* Grid styling â€” now 2 columns by default (mobile-first) */
.recipe-grid {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr); /* ðŸŸ¢ changed from 1fr to 2 columns */
}

/* Recipe item styles */
.recipe-item {
    overflow: hidden;
    word-wrap: break-word;
}

.recipe-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* Medium screens: 2 columns (no change needed) */
@media only screen and (min-width: 601px) and (max-width: 1023px) {
    .recipe-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Large screens: 4 columns */
@media only screen and (min-width: 1024px) {
    .recipe-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}


@media (max-width: 454px) {
    .single-steps .single-step-duration {
        display: inline-block;
    }
}

.single-steps .single-step-number .single-step-duration i.os-icon {
    margin-right: 3px;
    font-size: 18px;
    vertical-align: middle;
}

@media (min-width: 1700px) {
    .floating-prev-post, .floating-next-post {
        display: block;
    }
}

.floating-prev-post {
    left: -50px;
}

.floating-next-post {
    right: -50px;
}

/* Addressing potential issues caused by specific lightbox triggers */

.responsive-image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; /* Space between items */
  justify-content: space-between; /* Align items on the desktop */
  margin: 40px -8px 0px -8px;
}

.responsive-image-gallery figure {
  flex: 1 1 calc(30% - 16px); /* Two per row on mobile, subtracting padding */
  margin: 0;
  text-align: center;
  padding: 0 20px; /* Inner padding for spacing between images */
}

.responsive-image-gallery img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 8px; /* Space between image and caption */
  border-radius: 4px; /* Optional: Adds a subtle rounded edge to the images */
}

.responsive-image-gallery figcaption {
  font-size: 16px;
  color: #000;
}

/* Desktop: All images in one line */
@media (min-width: 1024px) { /* Adjust breakpoint as needed */
  .responsive-image-gallery {
    gap: 0; /* Remove gap between items */
  }
  .responsive-image-gallery figure {
    flex: 1 1 calc(16.666% - 16px); /* Six equal-width columns */
    padding: 0 20px; /* Keep inner padding between images */
  }
}

/* Pin It Button Styling */

.search-trigger-icon {
	cursor: pointer;
}

/* AZ Index */

@media (min-width: 768px) {
	.az-index {
	gap: 23.3px;
	}
}

.az-list {
  margin-top: 40px;
}

.az-index {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.az-index a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.az-index .disabled {
  opacity: 0.4;
  font-weight: bold;
  font-size: 1.2em;
  padding: 5px 10px;
}

.ingredient-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ingredient-grid li a {
  text-decoration: none;
  color: inherit;
  font-size: 1em;
}

/* Responsive for larger screens */
@media (min-width: 768px) {
  .ingredient-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .ingredient-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.letter-section {
  margin-bottom: 50px;
}

.letter-section h2 {
  font-size: 1.8em;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.letter-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.letter-heading .letter {
    font-weight: bold;
}

.back-to-top {
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px dotted #000;
}

.back-to-top:hover {
  border-bottom: 1px dotted red;
}

/* Responsive for larger screens */


.menu-item-18264 {
  position: relative;
}

.new-label {
  position: absolute;
  top: 0;
  background-color: #000;
  color: white;
  font-size: 10px;
  padding: 2px 4px;
  border-radius: 3px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .new-label {
    right: -10px;
  }
}

/* Post Critical CSS */

.single-post-meta {
	display: none;
}

.page-w .page-title {
	display: inline-block;
    border-bottom: 2px solid rgba(0,0,0,0.9);
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.page-w .page-title + .page-content-sub-title {
    color: rgba(77,77,77,0.9);
}

.page-w.with-sidebar {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.single-featured-image-w {
    width: 100%; /* only define width here */
    margin: 0 auto;
}

.single-featured-image-w img {
    display: block;
    width: 100%;  /* this is sufficient */
    height: auto;
    border-radius: 8px;
}

.page-w.with-sidebar .page-content {
    display: table-cell;
    vertical-align: top;
    width: 70%;
    padding-right: 50px;
}

.page-w.with-sidebar .page-sidebar {
    width: 30%;
    vertical-align: top;
    display: table-cell;
    background-color: #f0f7f7;
    border-radius: 6px;
    padding: 40px 30px;
}

.page-w.with-sidebar .page-sidebar img {
    max-width: 100%;
    height: auto;
	border-radius: 8px;
}

.print-only {
	display: none;
}

/* Category Fixes */

.category-tiles.columns-3 .category-tile .category-recipes-count {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: red;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    z-index: 3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.category-tiles.columns-3 .category-tile h2, .category-tiles.columns-3 .category-tile h3 {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 2;
    position: absolute;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 5px;
    margin: 0px;
    bottom: 30px;
    left: 40px;
    right: 40px;
    font-size: 28px;
}

@media (max-width: 454px) {
    .category-tiles.columns-3 .category-tile h2, .category-tiles.columns-3 .category-tile h3 {
        left: auto;
        top: auto;
        bottom: auto;
        right: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        display: block;
        text-align: center;
        position: relative;
        border-bottom: none;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    }
}

div.archive-item-share-plus {
	display: none;
}

.archive-item-share-trigger {
width: 55px;
}

.archive-item-share-plus, .archive-item-share-icons, .archive-item-share-icons a {
	text-align: center!important;
	float: none!important;
	border-left: none!important;
}

.archive-posts .masonry-grid .archive-item-share-w .archive-item-share-trigger .archive-item-share-label,.archive-posts .sticky-roll-w .archive-item-share-w .archive-item-share-trigger .archive-item-share-label,.archive-posts .list-items .archive-item-share-w .archive-item-share-trigger .archive-item-share-label {
    float: left;
    vertical-align: middle;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; 
    font-weight: 400;
    font-size: 13px;
    padding: 5px 10px;
    border-left: 1px solid rgba(255,255,255,0.1);
}

#respond #commentform textarea {
	height: 130px;
	padding: 5px 10px;
    display: block;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 8px;
}

#calendar {
	margin: 0px;
}

button.geo-cookie-manage {
	border: none;
	border-radius: 6px;
}</pre></body></html>