/*!
Theme Name: Tastebite
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscores
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: none;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
/*	padding: 0.6em 1em 0.4em;*/
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding-left: 30px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
@media(max-width: 1024px){
	.elementskit-navbar-nav > li > a {
	    display: flex;
	    justify-content: space-between;
	}
	.entry-header{
	margin-bottom:15px;
}
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}
.site-main{
	min-height: 500px;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {

	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.elementor img {
	object-fit: cover;
}

/*  Recipe Grid Layout Homepage one  */

.main-content-div{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap:10px;
    justify-content: space-between;
  }

  .main{
    display:flex; 
    flex-direction:column; 
    height: fit-content;
    width:auto;
    margin-bottom:20px;
    border-radius:6px;
}
.main-border{
	padding: 0px;
	border:1px solid #D8D8D8;
}
.main-border .image-div{
	border-radius: 6px 6px 0px 0px;
}
.main-content-div .main a{
    text-decoration: none;
 }
  .main:hover .food-image {
    transform: scale(1.1);
 }
  .main:hover .food-name {
    color: var(--e-global-color-secondary);
 }
.image-div{
    overflow: hidden;
    border-radius:6px; 
    width: auto;
    display: flex;
    height: 250px;
}
.food-image{
    width: -webkit-fill-available;
    height: auto;
    border-radius:6px;
    transition: all .5s ease-in-out;
}
.rating{
    width:110px; 
    height:auto; 
    margin-top:3px; 
    margin-bottom:0px;
    display: flex; 
    flex-direction: row;
}
.food-name{
    font-size:20px;
    color:var(--e-global-color-primary); 
    margin-top: 0.25rem; 
    font-family: var(--e-global-typography-primary-font-family);
    text-decoration: none;
    margin-left:5px;
    font-weight:600;
}
.rating span{
	font-size:15px;
}
@media (max-width: 599px) {
 	.image-div {
      width: auto;
      height: 400px;
          }
   .image-div img{
	object-fit:cover;
	height: auto;
	}
	.rating {
      margin-top: 5px;
      margin-bottom: 5px;
    }
    .main-content-div{
    	grid-template-columns: 1fr;
    	 justify-content: space-evenly;
  	}
    .main {
      height: auto;
      width: 100%;
    }
   
    .food-image {
      width: 100%;
      height: auto;
    } 
    .food-name {
      font-size: 16px;
    }

    .nutrition-main-div{
    	width: 350px;
    }
  }

@media (min-width: 600px) and (max-width:972px) {
.main-content-div {
    grid-template-columns: 1fr 1fr;
    grid-gap:10px;
}
.image-div {
	height: 330px;
}
}
        /* Media Query for Tablets Ipads portrait mode */
        @media (min-width: 768px) and (max-width: 1024px){

          .rating {
    		justify-content: start;
			}
			.main {
      flex-direction: column;
      align-items: start;
        }  
    .food-image {
      width: auto;
      height: auto;
    } 
    .food-name {
      font-size: 16px;
    }
    .nutrition-main-div{
    	width: 350px;
    }
        }
  @media only screen and (max-width: 1115px) {
.main{
    	margin:5px auto;
  		}
}  
 

@media only screen and  (max-width: 280px) {
.image-div , .image-div img {
	height: 150px;
}

}

/* Popular Categories */

    .main-content-div-category{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    grid-gap:10px;
    width: 100%;
  }
  .main-category-recipe{
    display:flex; 
    flex-direction:column; 
    justify-content: center;
    height: fit-content;
    width:100%;
    padding:10px;
    align-items: center;
}
  .main-category-recipe:hover .food-image-category {
    transform: scale(1.1);
}
  .main-category-recipe:hover .food-name-category {
    color: var(--e-global-color-secondary);
}
.image-div-category{
    overflow: hidden;
    border-radius:50%; 
    width: 150px;
    height: 150px;

}
.food-image-category{
    width: 150px;
    height: auto;
    border-radius:6px;
    transition: all .5s ease-in-out;
}
.food-name-category{
    font-size:20px;
    color:var(--e-global-color-primary); 
    font-weight:600;
    line-height: 24px;
    margin-top: 8px; 
    font-family: var(--e-global-typography-primary-font-family);
    text-align: center;
}
@media only screen and (max-width: 980px) {
  .main-content-div-category{
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: space-evenly;
    }
    .main-category-recipe {
      flex-direction: column;
      align-items: center;
        }
    .food-image-category {
      width: 150px;
      height: auto;
    }
    .food-name-category {
      font-size: 16px;
    }
}  
@media only screen and (max-width: 500px) {
.image-div-category{
    width: 100px;
    height: 100px;
} 
}
  @media only screen and (max-width: 480px) {
    .main-content-div-category{
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
    }
    .main-category-recipe {
      height: auto;
      width: 100%;
        }
    .image-div-category {
      width: 100%;
       display: flex;
    justify-content: center;
    }
    .food-image-category {
      width: 100%;
      height: auto;
    } 

}
 @media only screen and (max-width: 360px) {
.main-content-div-category{
	grid-template-columns: 1fr 1fr;
}
}
/* Latest Recipes */
      .latest-recipe-div{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
  }
  .latest-recipe-content{
    display:flex; 
    flex-direction:column; 
    height: fit-content;
    width:auto;
    margin:20px 05px;
    transition: all .5s ease-in-out;
}
.latest-recipe-image img{
	 transition: all .5s ease-in-out;
}
  .latest-recipe-content:hover a .latest-recipe-image img{
    transform: scale(1.1);
}
  .latest-recipe-content:hover .latest-recipe-name {
    color: var(--e-global-color-secondary);
}
.latest-recipe-image{
    overflow: hidden;
    width: 250px;
    height:180px;
    display: flex;
    justify-content:start;
    border-radius: 6px;
}
.elementor-23 .elementor-element.elementor-element-8fd2181 > .elementor-widget-container{
	margin-bottom:10px;
}
.latest-recipe-image .food-image-category-latest{
    width: 300px;
    height: auto;
    border-radius:6px;
    transition: all .5s ease-in-out;
}
.latest-recipe-name{
    font-size:16px;
    color:var(--e-global-color-primary); 
    font-weight:600;
    line-height: 24px;
    margin-top: 8px; 
    font-family: var(--e-global-typography-primary-font-family);
    text-align: start;
}
.latest-recipe-div .latest-recipe-content a{
    text-decoration: none;
}
@media only screen and (max-width: 990px) {
.latest-recipe-image {
	width: auto;
	height: 180px;
}
    .latest-recipe-content {
      flex-direction: column;
      align-items: center;
      height: 300px;
    width: -webkit-fill-available;
        }
    .food-image-category-latest {
      width: 150px;
      height: auto;
    }

}  

@media only screen and (max-width: 768px) {
.latest-recipe-image {
    height: 140px;
}

}

  @media only screen and (max-width: 480px) {
    .latest-recipe-div {
        grid-template-columns: 1fr 1fr;
    }
    .latest-recipe-content {
      height: unset;
      width: 100%;
      padding:7px;
      margin:0px;
        }
    .latest-recipe-image {
      width: 100%;
      height: auto;
    }
    .food-image-category-latest {
      width: 100%;
      height: auto;
    } 
    .image-div-category{
    	border-radius: initial;
    	height: auto;
    	 display: flex;
    justify-content: center;
    }
}
/* Custom Button In Lates */
.load-more-container{
	margin:20px 0px 80px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.load-more-container .load-more-button{
	padding: 8px 40px ;
    background:#ffffff;
    border:1px solid var(--e-global-color-primary);
    color:var(--e-global-color-primary) ;
    font-size:20px ;
    font-weight:500 ;
    line-height:20px;
    cursor: pointer;
}
.load-more-container  .load-more-button:hover{
	background:var(--e-global-color-primary);
	color:#fff;
	border:1px solid var(--e-global-color-primary);
	font-weight:600;
}
.load-more-container .load-more-button:hover a{
	color:#ffffff;
}
.load-more-button .load-more-button-text{
	color:var(--e-global-color-primary);
	font-size:16px;
	font-weight: 500;
	line-height: 24px;
	font-family: var(--e-global-typography-primary-font-family);
	text-decoration: none;
}
.load-more-button .load-more-button-text a:visited{
	color:#fff;
}

/* Handpicked Situation  */

  .main-content-div-home-two{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width:initial;
    grid-gap:40px;
  }
  .main-home-two{
    display:flex; 
    flex-direction:column; 
    height: 500px ;
    width:fit-content;
    border:1px solid #D8D8D8;
    border-radius:10px 10px 10px 10px;
    width:-webkit-fill-available ;
    justify-content:space-between;
}
.main-content-div-home-two .main-home-two a{
    text-decoration: none;
    color:var(--e-global-color-primary);
  }
  .main-home-two:hover .food-image-home-two {
    transform: scale(1.1);
  }
  .main-home-two:hover .food-name-home-two {
    color: var(--e-global-color-primary);
  }

.food-image-home-two{
    width: -webkit-fill-available;
    height: auto;
    transition: all .5s ease-in-out;
    object-fit: cover;
}
.food-name-home-two{
    font-size:36px;
    font-weight:700;
    line-height: 44px;
    color:var(--e-global-color-primary); 
    margin-top: 20px; 
    font-family: var(--e-global-typography-secondary-font-family);
    text-decoration: none;
    margin-left:30px;
    padding-right:160px;
    height: 100px;
}
.open-all-button-recipe{
  background-color: transparent;
  border: 1px solid var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 3px;
  padding: 2px 20px;
}
.button-div-home-two{
  width: 100%;
  display: flex;
  justify-content:end;
  margin-bottom:25px;
  margin-left:-30px;
  margin-top:-50px;
}
@media only screen and (max-width: 912px) {
  .main-content-div-home-two{
    grid-template-columns: 1fr 1fr;
    width: 100%;
    grid-gap:10px;
    margin-right: auto;
    margin-left:auto;
  }
    .main-home-two{
      flex-direction: column;
      align-items: center;
      height: 400px;

    }
    .food-image-home-two{
    	height: 250px;
    }
    .food-name-home-two {
      font-size: 24px;
      line-height: 26px;
      margin-top:10px;
      padding-right:50px;
    }
    .button-div-home-two{
    	margin-top:-40px;
    }
}  
  @media only screen and (max-width: 500px) {
    .main-content-div-home-two{
      grid-template-columns: 1fr;
    }
    .main-home-two{
      height: auto;
      width: 100%;
        }
    .home-two-image-div {
      width: 100%;
    }
  /*  .food-image-home-two {
      width: 100%;
      height: auto;
    }*/ 
    .food-name-home-two {
      font-size: 32px;
    line-height: 40px;
    margin-top: 10px;
    padding-right: 30px;
}
}

/* Curated collection  */

  .three-section-main-div{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width:800px;
    grid-gap:40px;
  }
  .main-home-section{
    display:flex; 
    flex-direction:column; 
    height: fit-content;
    width:fit-content;
    border:1px solid #D8D8D8;
    border-radius:10px;
    width: 350px;
    justify-content:space-between;
}
.three-section-main-div .main-home-section a{
    text-decoration: none;
  }
  .main-home-section:hover .curated-recipe-food-image {
    transform: scale(1.1);
  }
  .main-home-section:hover .curated-recipe-food-name {
    color: var(--e-global-typography-secondary-font-family);
  }
.curated-recipe-image-div{
    overflow: hidden;
    width: 100%;
    height: 200px;
    border-radius: 10px 10px 0px 0px;
}
.curated-recipe-food-image{
    width: -webkit-fill-available;
    height: auto;
    transition: all .5s ease-in-out;
    border-radius: 10px 10px 0px 0px;
}
.curated-recipe-food-name{
    font-size:24px;
    height: 85px;
    font-weight:700;
    line-height: 36px;
    color:var(--e-global-color-primary); 
    margin-top: 0.25rem; 
    font-family: var(--e-global-typography-secondary-font-family);
    text-decoration: none;
    margin-left:30px;
    margin-right:60px;
}
.curated-recipe-button{
  background-color: transparent;
    border: 1px solid var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 3px;
    padding: 2px 20px;
    text-decoration: none;
}
.curated-recipe-button-div{
  width: 100%;
  display: flex;
  justify-content:end;
  margin-bottom:25px;
  margin-left:-30px;
  margin-top:-30px;

}
@media only screen and (max-width: 912px) {
  .three-section-main-div{
    grid-template-columns: 1fr 1fr;
    width: auto;
    grid-gap: 20px;
    justify-content: space-around;
  }
    .main-home-section{
      flex-direction: column;
      align-items: center;
        }  
    .curated-recipe-food-image {
      width: -webkit-fill-available;
      height: auto;

    } 
    .curated-recipe-food-name {
      font-size: 32px;
    }
}  
  @media only screen and (max-width: 480px) {
    .three-section-main-div{
      grid-template-columns: 1fr;
    }
    .main-home-section{
      height: auto;
      width: 100%;
        }
    .curated-recipe-image-div {
      width: 100%;
    }
    .curated-recipe-food-image {
      width: 100%;
      height: auto;
    } 
    .curated-recipe-food-name {
      font-size: 16 px;
    }
 
  }
/* Homepage Second Post  */

.home-two-main-posts{
    display:flex; 
    flex-direction:row; 
    height: fit-content;
    width:fit-content;
    margin-top:20px;
}
.home-two-main-section a:nth-child(1) .home-two-main-posts .home-two-image-div{
	display: flex;
	flex-direction: column;
	width:100%;
    height: auto;
	border-radius:10px 10px 0px 0px;
}
.home-two-main-section a:nth-child(1) .home-two-main-posts .home-two-meta-content{
	margin-left:40px;
	width: 100%;
	padding-right:30px;
	margin-top:20px;
}
.home-two-main-section a:nth-child(1) .home-two-main-posts .home-two-meta-content div .home-two-food-name{
	font-size:30px;
	font-weight:700;
	line-height: 36px;
	font-family:var(--e-global-typography-primary-font-family);
}
.home-two-main-section a:nth-child(1) .home-two-main-posts .home-two-meta-content .home-two-author-details{
	text-transform: capitalize;
}
.custom-height .home-two-main-section a:nth-child(1) .home-two-main-posts {
	display: flex;
	flex-direction: column;
	width:100%;	
	border:1px solid #D8D8D8;
	border-radius: 10px;
}
.custom-height .home-two-main-section a:nth-child(1) .home-two-main-posts .home-two-image-div .home-two-food-image {
	width: 100%;
}
.home-two-main-section a:nth-child(1) .home-two-main-posts .home-two-meta-content .date-icon-div-another{
	margin-right:25px;
	justify-content: end;
	margin-top:-55px;
	margin-bottom:20px;
}
.home-two-main-section a:nth-child(1) .home-two-main-posts .home-two-meta-content div .excerpt-settings{
	display: contents;
	font-size:16px;
	font-weight:500;
	color:var(--e-global-color-primary);
}
.home-two-main-section a:nth-child(1) .home-two-main-posts .home-two-meta-content .home-two-first-latest-post{
	margin-right:80px;
	margin-bottom: 20px;
    margin-top: -10px;
}
.home-two-main-posts .home-two-meta-content .home-two-rating{
	justify-content: start;
}
  .home-two-main-posts:hover .home-two-food-image {
    transform: scale(1.1);
  }
  .home-two-main-posts:hover .home-two-food-name {
    color: var(--e-global-color-secondary);
  }
.home-two-image-div{
    overflow: hidden;
    border-radius:6px 6px 0px 0px; 
    width:auto;
    display: flex;
    height: 350px;
}
.excerpt-settings{
	display: none;
}
.home-two-food-image{
    width: 300px;
    height: auto;
    border-radius:6px;
    transition: all .5s ease-in-out;
}
.home-two-rating{
    width:110px; 
    height:15px; 
    margin-top:10px; 
    margin-bottom:10px; 
    display: flex; 
    flex-direction: row;
}
.home-two-food-name{
    font-size:20px;
    color:var(--e-global-color-primary); 
    margin-top: 0.25rem; 
    font-family: var(--e-global-typography-primary-font-family);
}
.home-two-author-name{
  font-weight:400;
  line-height:24px;
  font-size: 14px;
  color:var(--e-global-color-primary);
  margin-left:10px;
  text-transform: capitalize;
}
.home-two-meta-content{
  display: flex;
  flex-direction: column;
  margin-left:30px;
  height: initial;
  justify-content:center;
  width:250px;
}
.home-two-author-details{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  padding-left:10px;
}
.date-icon-div{
  display: flex; 
  flex-direction: row; 
  align-items: center;
  padding-left:10px;
  justify-content: end;
  padding-right:15px;
}
.date-icon-div-another{
	  display: flex; 
  flex-direction: row; 
  align-items: center;
  padding-left:10px;
  justify-content: start;
  padding-right:15px;
}
.date-icon{
  display: flex; 
  flex-direction:row;  
  align-items: center;
  font-size:12px;
   color:#838B8B;
}
.svg-icon{
  height:20px; width:20px;
}
.comment-icon{
  display:flex; 
  flex-direction:row; 
  align-items: center; 
  margin-left:20px;
  font-size:12px;
  color:#838B8B;
}
@media only screen and (max-width: 912px) {

    /*.home-two-main-posts {
      flex-direction: column;
      width: 100%;
        }  */
    .home-two-food-image {
      width: 300px;
      height: auto;
    }  
    .date-icon-div-another{
    	width: max-content;
    }
    .home-two-food-name {
      font-size: 16px;
    } 
    .home-two-rating {
      justify-content: center;
    }
    .home-two-main-section a:nth-child(1) .home-two-main-posts .home-two-meta-content .date-icon-div-another{
    	width: 100%;
    	padding-right:30px;
    }
    .home-two-image-div{
    	height: 255px;
    }
}  
@media only screen and (max-width: 768px) {

.home-two-main-section a:nth-child(1) .home-two-main-posts .home-two-meta-content{
	margin-left:10px;
	padding-right: 0px;
}
.home-two-main-section a:nth-child(1) .home-two-main-posts .home-two-meta-content .home-two-first-latest-post{
	margin-right:10px;
}
}
  @media only screen and (max-width: 500px) {

    .home-two-main-posts {
      height: auto;
      width: 100%;
      display: flex;
      flex-direction: column;
        }
    .home-two-image-div {
      width: 100%;
    }
    .home-two-image-div img{
    	height: 350px;
    	object-fit: cover;
    }
    .home-two-food-image {
      width: 100%;
      height: auto;
    } 
    .home-two-rating {
      justify-content: start;
      margin-top: 5px;
      margin-bottom: 5px;
    }
    .date-icon-div-another{
    	justify-content: start;
    }
    .home-two-meta-content{
    	margin-left:0px;
    }
    .home-two-main-section a:nth-child(1) .home-two-main-posts .home-two-meta-content .home-two-first-latest-post{
	margin-right:10px;
}
.home-two-main-section a:nth-child(1) .home-two-main-posts .home-two-meta-content {
	margin-left:10px;
}
.home-two-main-section a:nth-child(1) .home-two-main-posts .home-two-meta-content .home-two-author-details{
	width: 100%;
}
.home-two-main-section a:nth-child(1) .home-two-main-posts .home-two-meta-content .date-icon-div-another{
	width:100%;
	margin-top:0px;
	justify-content: flex-start;
}

.main-border .image-div img{
	width:100%; 
}
}

 @media only screen and (max-width: 647px) {
 	.image-div img{
	width: auto;
	 height: auto;
	 object-fit: cover;
}
.food-name-home-two{
	padding-right:10px;
	margin-right:0px;
 }
 .main-border .image-div img{
 	width: 100%;
 }
}


/*Latest Recipe Homepage Two */
  .latest-recipe-div-hometwo{
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    width:100%;
    grid-gap:20px;
  }
  .latest-recipe-content-hometwo{
    display:flex; 
    flex-direction:column; 
    height: fit-content;
    width:100%;
    margin-bottom:20px;
}
.latest-recipe-image-hometwo img{
	transition :all .5s ease-in-out ;
	    width: 100%;
    height: 200px;
    object-fit: cover
}
  .latest-recipe-content-hometwo:hover .latest-recipe-image-hometwo img {
    transform: scale(1.1);
}

  .latest-recipe-content-hometwo:hover .latest-recipe-name-hometwo {
    color: var(--e-global-color-secondary);
}
.latest-recipe-image-hometwo{
    overflow: hidden;
    width: 100%;
    height: 200px;
    border-radius: 6px;
}
.food-image-category-hometwo{
    width: 100%;
    height: auto;
    border-radius:6px;
    transition: all .5s ease-in-out;
}
.latest-recipe-name-hometwo{
    font-size:18px;
    color:var(--e-global-color-primary); 
    font-weight:600;
    line-height: 24px;
    margin-top: 8px; 
    font-family: var(--e-global-typography-primary-font-family);
    text-align: left;
}
.latest-recipe-div-hometwo .latest-recipe-content-hometwo a{
    text-decoration: none;
}
@media only screen and (max-width: 994px) {
	.latest-recipe-div {
	    grid-template-columns: 1fr 1fr 1fr;
	     justify-items: center;
    align-items: center;
}
  .latest-recipe-div-hometwo{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .latest-recipe-content-hometwo {
      flex-direction: column;
      align-items: center;
        }
    .food-image-category-hometwo {
      width: 150px;
      height: auto;
    }
    .latest-recipe-name-hometwo {
      font-size: 16px;
    }
}  
  @media only screen and (max-width: 480px) {
  	.latest-recipe-div {
	    grid-template-columns: 1fr 1fr;
}
    .latest-recipe-div-hometwo {
        grid-template-columns: 1fr 1fr;
    }
    .latest-recipe-content-hometwo {
      height: auto;
      width: 100%;
        }
    .latest-recipe-image-hometwo {
      width: 100%;
    }
    .food-image-category-hometwo {
      width: 100%;
      height: auto;
    } 
    .latest-recipe-image-hometwo img , .latest-recipe-image-hometwo{
    	height: 150px;
    }
}

/* Category Page  */

    .category-page-div{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: start;
    align-items: center;
    justify-content: space-between;

  }
  .main-category-page{
    display:flex; 
    flex-direction:column; 
    height: fit-content;
    width:min-content;
    margin-bottom: 20px;
    margin-top:20px;
}
  .main-category-page:hover .food-image-category-page {
    transform: scale(1.1);
}
  .main-category-page:hover .food-name-category-page {
    color: var(--e-global-color-secondary);
}
.image-div-category-page{
    overflow: hidden;
    border-radius:50%; 
    width: max-content;
    display: flex;
    justify-content: center;
}
.image-div-category-page img{
    width: 200px ;
    height: 200px ;
    border-radius:50%;
    transition: all .5s ease-in-out;
    object-fit: cover;
}
.food-name-category-page{
    font-size:20px;
    color:var(--e-global-color-primary); 
    font-weight:600;
    line-height: 24px;
    margin-top: 8px; 
    font-family: var(--e-global-typography-primary-font-family);
    text-align: center;
}
@media only screen and (max-width: 912px) {
  .category-page-div{
        grid-template-columns: 1fr 1fr 1fr;
        
    }
    .main-category-page {
      flex-direction: column;
      align-items: center;
      width: 100%;
        }
    .food-image-category-page {
      width: 150px;
      height: auto;
    }
    .food-name-category-page {
      font-size: 16px;
    }
}  
  @media only screen and (max-width: 768px) {
    .category-page-div {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap:5px;
    }
    .main-category-page {
      height: 180px;
      width: 100%;
        }
    .image-div-category-page {
      width: 150px;
      height: 150px;
      margin-right:auto;
      margin-left: auto;
    }
    .food-image-category-page {
      width: 100%;
      height: auto;
    } 
    .image-div-category-page img{
    height: 150px;
    object-fit: cover;
}
}
@media only screen and (max-width: 480px) {
.category-page-div {
    grid-template-columns:1fr 1fr;
}
}
/* Archive Page  */
.archive-div{
	width:98%;
	max-width: 1130px;
	margin-right:auto;
	margin-left:auto;
	overflow: hidden;
}
.category-name{
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    color: var(--e-global-color-primary);
}
.recipe-number{
    font-family: var(--e-global-typography-primary-font-family);
    font-size:16px;
    font-weight:400;
    line-height: 10px;
    color:var(--e-global-color-primary);
    margin-left:10px;
}
.category-title{
    display: flex;
    flex-direction: column  ;
}
.category-description{
    font-size:16px;
    font-weight:400;
    line-height: 24px;
    color:var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family);
     width: 60%;
}
.category-recipes-container{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
	grid-gap:5px;
}
  .category-recipe-content{
    display:flex; 
    flex-direction:column; 
    height: fit-content;
    width:250px;
    margin-bottom: 15px;
    margin-top:15px;
    justify-content: center;
    align-items: center;
}
  .category-recipe-content:hover .food-image-subcategory {
    transform: scale(1.1);
}
  .category-recipe-content:hover .category-recipe-name {
    color: var(--e-global-color-primary);
}
.category-recipe-image{
    overflow: hidden;
    width:100%;
    display: flex;
    border-radius: 6px;
}
.food-image-subcategory{
    width: 250px;
    height: 150px;
    border-radius:6px;
    transition: all .5s ease-in-out;
    object-fit:cover;
}
.category-recipe-name{
    font-size:20px;
    color:var(--e-global-color-primary); 
    font-weight:600;
    line-height: 24px;
    margin-top: 8px; 
    font-family: var(--e-global-typography-primary-font-family);
    text-align: left;
    width: 250px;
}
.category-div .category-recipe-content a{
    text-decoration: none;
}
@media only screen and (max-width: 1024px) {
.category-recipes-container{
	grid-template-columns: repeat(3, 1fr);
	grid-gap:5px;
  }
  .category-recipe-name {
      width: 200px;
    }
}
@media only screen and (max-width: 768px) {

    .category-recipes-container {
    grid-template-columns: repeat(2, 1fr);
}
    .category-recipe-content {
      flex-direction: column;
      align-items: center;
      width:auto;
        }
    .food-image-subcategory {
      height: 220px;
    width:auto ;

    }
    .category-recipe-name {
      font-size: 16px;
    }
    .category-description{
        width: 100%;
    }
    .category-recipe-image{
    	width: 100%;
    }
}  
  @media only screen and (max-width: 480px) {
   .category-div {
        grid-template-columns:1fr;
        overflow: hidden;
    	width: 100%;
    }
    .category-recipe-content {
      height: auto;
      width: 100%;
    }
    .category-recipe-image {
      width: 100%;
      height: 300px;
    }
    .food-image-subcategory {
      width: 100%;
      height: auto;
    } 
    .category-recipe-name {
      font-size: 18px;
      width: 100%;
    }
    .category-description{
        width: 100%;
    }
    .archive-div{
	width:98%;
	margin-right:10px;
	margin-left:0px;
	overflow: hidden;
}
.category-recipes-container{
	display: grid;
	grid-template-columns: 1fr;
  }
}

/* Slider in Homepage Three */

.slider {
  width: 100%;
  margin: 0 auto;
}  

.slick-slide {
  text-align: center;
  color: #fff;
  position: relative;
}

.slick-slide img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.slick-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(180deg, rgba(0, 0, 0, 0.0032213569) 50%, rgba(0, 0, 0, 0.5) 100%);
  margin-left:-20px !important;
}
.slick-next::before, .slick-prev::before{
	background-color: var(--e-global-color-primary);
	color: #fff !important;
}
.caption {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  text-align: left;
  z-index: 1;
  width: 80%;
  padding: 20px;
}
.caption-heading {
  font-size: 76px;
  font-weight: 700;
  line-height: 86px;
  color: #fff;
  font-family: var(--e-global-typography-secondary-font-family);
  margin-top: 20px;
}
.caption-pragraph {
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
  color: #fff;
  font-family: var(--e-global-typography-secondary-font-family);

}
.slick-prev,
.slick-next {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50% , 00%);
  z-index: 1;
  cursor: pointer;
}

.slick-prev {
  left: 25px !important;
  color:transparent;
}   

.slick-next {
  right: 40px !important;
  color:transparent;
}

.slick-prev:before,
.slick-next:before {
  content: '';
background-color:transparent;
font-size:40px !important;
color:var(--e-global-color-primary);
padding:10px;
}
.fa-angle-left:before{
	content:" " !important;
}
.fa-angle-right:before {
    content: " " !important;
}
.arrows {
  font-size: 50px;
  color: #ffffff;
}
 @media only screen and (max-width: 480px) {
 	.slick-slide img {
 		height: auto;
 	}
 	.caption-heading{
 		font-size: 24px;
 		line-height: 30px;
 		width: 200px;
 		margin-top: 0px;
 	}
 	.caption-pragraph{
 		font-size:10px;
 		line-height: 14px;
 		margin-bottom: 0px;
 	}
 	.caption {
  transform: translate(-53%, -80%);
}
.slick-prev:before{
	margin-left:-30px;
	font-size: 32px !important;
 }
 .slick-next:before{
 	font-size:32px !important;
 }
}

/*404 Page CSS*/
.page-not-found-div{
    width: 100%;
    height: 250px;    
    background-color: #FFD8CA;
    margin:0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.error-message{
    font-size:48px;
    color:var(--e-global-color-primary);
    font-weight: 700;
    font-family: var(--e-global-typography-secondary-font-family);
}
.page-not-found{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.oh-no{
    font-size:36px;
    line-height: 48px;
    color:var(--e-global-color-primary);
    font-weight: 900;
    font-family: var(--e-global-typography-secondary-font-family);
    margin-top:70px;
}
.sorry-message{
    font-size:20px;
    line-height: 28px;
    font-weight: 700;
    font-family: var(--e-global-typography-secondary-font-family);
    color:var(--e-global-color-secondary);
    margin-top: -30px;
}
.back-home-button{
    font-size:20px;
    line-height: 28px;
    font-weight: 700;
    font-family: var(--e-global-typography-secondary-font-family);
    padding: 15px 40px;
    margin-bottom:70px;
    text-decoration: none;
    background-color: #fff;
    color: var(--e-global-color-primary);
    border: 2px solid var(--e-global-color-primary);
    border-radius: 6px;
}
.back-home-button:hover{
    background-color: var(--e-global-color-primary);
    color: #fff !important;
    border: 2px solid var(--e-global-color-primary);
}
 .back-home-button:visited{
 	color:var(--e-global-color-primary);
 }

.youtube {
	background-color: transparent !important;
}
/* Single Blog/Recipe Page */

 .single-recipe-div{
        width: 60%;
        margin-right:auto;
        margin-left:auto;
    }
    .tag-line{
        display: flex;
        flex-direction:row;
        align-items: center;
    }
    .tag-line-text{
        font-size:14px;
        font-weight:500;
        line-height:21px;
        font-family: var(--e-global-typography-primary-font-family);
        color:var(--e-global-color-primary);
        margin-left:10px;
    }
    .recipe-name{
        font-size:60px;
        font-weight:700;
        line-height:72px;
        font-family: var(--e-global-typography-secondary-font-family);
        color:var(--e-global-color-primary);
        margin:0px;
    }
    .recipe-content-meta{
        font-size:24px;
        font-weight:400;
        line-height: 37px;
        color:var(--e-global-color-primary);
    }
    .author-date-comment-div{
        display: flex;
        flex-direction: row;
        width: 45%;
        align-items:center;
    }
    .author-date-comment-div .rating svg{
        width:20px;
        height: 20px;
    }
    .single-top-div{
        padding-bottom:10px;
    }
    .single-recipe-div iframe{
    	width: 100%;
    	height: 700px;
    	border:none;
    }
    .author-name-image{
        display: flex;
        flex-direction: row;
        width: initial;
        height: 70px;
        align-items: center;
        margin-left:15px;
    }
    .prep-time-other-details{
        display: flex;
        flex-direction: row;
        margin:40px 0px 40px 0px; 
        height: 50px;
        align-items: center;
    }
    .prep-time-other-details .recipe-meta{
    	border-right:1px solid #E5E5E5;
    	padding-right:15px;
    	margin-right: 15px;
    }
   .prep-time-other-details .recipe-meta:nth-last-child(1){
   	border:none;
    }
    .prep-time-text{
        font-size:16px;
        font-weight: 400;
        line-height: 24px;
        color:#94938B;
        font-family: var(--e-global-typography-primary-font-family);
    }
    .prep-time{
        font-size:14px;
        font-weight: 400;
        line-height: 21px;
        color: var(--e-global-color-primary);
        font-family: var(--e-global-typography-primary-font-family);
    }
    .prep-time-div{
        padding:0px  20px 0px 20px;
        border-right: 1px solid #E5E5E5;
        border-left: 1px solid #E5E5E5;
        margin: 0px 20px 0px 20px;
    }
    .author-image{
        height: 30px;
        width: 30px;
    }
    .author-name{
        width: max-content;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        color:var(--e-global-color-primary);
        font-family: var(--e-global-typography-primary-font-family);
        margin-left:5px;
        margin-bottom: auto;
    margin-top: auto;
    margin-right:15px;
    text-transform: capitalize;
    }
    .iframe-video{
        width: 100%;
        height: 700px;
        border-radius: 15px;
    }
    .ingridents-instructions-main-div{
        display: flex;
        flex-direction: row;
    }
    .ingredients{
        width: 100%;
    }
    .ingredients h2,
    .instructions h2 , .nutrition-main-div h2{
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        color: var(--e-global-color-primary);
        font-family: var(--e-global-typography-secondary-font-family);
    }
    .ingredients h3{
    font-size:18px;
    font-weight:600;
    line-height:27px;
    color:var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family);
    }
    .instructions{
        width: 100%;
    }
    .ingredients li {
      list-style-type: none;
      padding-left: 20px;
      position: relative;
      font-size:18px;
      line-height: 32px;
      font-family: var(--e-global-typography-primary-font-family);
      color: var(--e-global-color-primary);
      font-weight: 400; 
    }
    .instructions li {
      list-style-type: none;
      padding-left: 20px;
      position: relative;
      font-size:18px;
      line-height: 32px;
      font-family: var(--e-global-typography-primary-font-family);
      color: var(--e-global-color-primary);
      font-weight: 400; 
    }
    .ingredients ul {
        padding:0px;
    }
    .ingredients li:before {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: black;
      position: absolute;
      left: 0;
      top: 6px;
    }
    .instructions ol {
      list-style-type: none;
      counter-reset: step;
      padding-left: 40px;
    }
    .instructions ol li {
      position: relative;
      counter-increment: step;
      margin-bottom: 10px;
    }
    .instructions ol li:before {
      content: counter(step);
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color:#FF642F;
      color: white;
      text-align: center;
      line-height: 24px;
      position: absolute;
      left: -40px;
      top: 0;
      font-size:14px;
      font-weight: 500;
    }  
    .nutrition-div{
        width: 350px;
    }
    .nutrition-main-div{
        background: #F9F9F9;
        width: 340px;
        padding:20px;
        border-radius: 10px;
    }
    .nutrition-name{
        font-size:16px;
      line-height: 24px;
      font-family: var(--e-global-typography-primary-font-family);
      color: #303030;
      font-weight: 300; 
    
    }
    .nutrition-values{
        font-size:16px;
      line-height: 24px;
      font-family: var(--e-global-typography-primary-font-family);
      color: var(--e-global-color-primary);
      font-weight: 400; 
      padding-left:30px;
    }
    .nutrition-name-values{
        padding-bottom:15px;
        border-bottom: 1px solid red;
    }
    .comment-notes{
    	font-family: var(--e-global-typography-primary-font-family);
    	font-size:16px;
    }
    .comment-form label {
    	font-family: var(--e-global-typography-primary-font-family);
    	font-size:16px;
    }
    .comment-form-author input , .comment-form-email input , .comment-form-url input {
    	width: 100%;
    	height: 50px;
    }
  
    .comment-form p input:not(:first-child) {
    	padding-left:10px;
    }
@media screen and (max-width:1028px) {
.single-recipe-div{
	padding:0px 15px;
}
}
    @media screen and (max-width:912px) {
        .single-recipe-div{
        width: 100%;
        overflow: hidden;
        padding:15px;
    }
    .recipe-name{
    	font-size:42px;
    }
    .ingridents-instructions-sidebar-content div .ingridents-instruction .ingridients-divide .nutrition-main-div{
    	width: 60%;
    }
    .comment-form p input{
    	padding-left:10px;
    }
    }
    @media  only screen and (max-width:420px) {
    	.author-name-image{
    		margin-right:30px;
    		margin-left:0px;
    	}
    	.author-name{
    		margin-right:0px;
    	}

        .single-recipe-div{
        width: 100%;
        overflow: hidden;
    }
    .recipe-name{
    	font-size:28px;
    	line-height: 40px;
    }
    .ingridients-sidebar{
    	display: flex;
    	flex-direction: column;
    }
 	.ingridents-instructions-sidebar-content{
    	width: 100% ;
    	padding-right: 0px;
    }
    .ingridents-instructions-sidebar-content div .ingridents-instruction .ingridients-divide .nutrition-main-div{
    	width: 100% ;
    }
    .sidebar {
    width: 100%;
	}
	.nutrition-div {
	width: 250px;
	}
	.nutrition-main-div{
	width: 100%;
	}
}
 @media  only screen and (max-width:720px){
 .single-recipe-div iframe{
 	height: 300px;
 }
}
    @media  only screen and (max-width:912px){
    	.ingridients-sidebar{
    		display: flex;
    		flex-direction: column ;
    	}
    	.ingridents-instructions-sidebar-content{
    		width: 100% ;
    	}
    	
    	.comment-form p input {
    padding-left: 40px;
}
    }
    .comment-meta{
        display: flex;
        flex-direction: column;
        padding-bottom: 30px;
/*        border-bottom: 1px solid #E8E8E8;*/
    }
    .comment-meta-internal{
        display: flex;
        flex-direction: row;
        padding-bottom: 30px;
        margin-left:100px;
        border-bottom: 1px solid #E8E8E8;
    }
    .comment-content p{
    	margin-top:-10px;
    	font-size:16px;
    	font-weight: 400;
    	    font-family: var(--e-global-typography-primary-font-family);
    }
    .reply-comment-icon{
        display: flex;
        flex-direction: row;
    }
    .reply{
        display: flex;
        flex-direction: row;
    }
    .comments{
        display: flex;
        flex-direction: row;
    }

/*Fresh Recipe*/
    .fresh-recipe-main-div{
    display: grid;
    grid-template-columns: 1fr;

}
  .fresh-recipe-content{
    display:flex; 
    flex-direction:row; 
    width:100%;
	margin-bottom: 10px;

}
  .fresh-recipe-content:hover .fresh-recipe-image img{
    transform: scale(1.1);
}
  .fresh-recipe-content:hover .fresh-recipe-name {
    color: var(--e-global-color-secondary);
}
.fresh-recipe-image{
    overflow: hidden;
    width:40%;
    height:100px;
    border-radius:10px;
}
.fresh-recipe-image img{
	   border-radius:6px;
    transition: all .5s ease-in-out;
    object-fit: cover;
    height: 100px;
    width: 150px;
}
.fresh-food-category{
    width:auto;
    height: auto;
    border-radius:6px;
    transition: all .5s ease-in-out;
}
.fresh-recipe-name{
     font-size:16px;
    color:var(--e-global-color-primary); 
    font-weight:600;
    line-height: 22px;
    margin-top: 8px; 
    font-family: var(--e-global-typography-primary-font-family);
    text-align: left;
}
.fresh-recipe-main-div a{
    text-decoration: none;
}
@media screen and (max-width: 1024px) {
	.fresh-recipe-main-div{
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 912px) {
	.sidebar{
		width: 100%;
	}
	/*.fresh-recipe-main-div{
		    display: grid;
    grid-template-columns: 1fr 1fr;
	}*/
  .fresh-recipe-div{
        grid-template-columns: 1fr 1fr;
    }
    .fresh-recipe-content {
      flex-direction: row;
      align-items: center;
    }
    .fresh-food-category {
      width: 150px;
      height: auto;
    }
    .form-heading{
    	font-size:24px;
    	line-height: 24px;
    }
}  
@media (min-width: 500px) and (max-width: 768px) {
.home-two .submit-button{
margin-right:0px;
}
}
  @media only screen and (max-width: 480px) {
  	.fresh-recipe-main-div{
  	grid-template-columns: 1fr;
  	}
  
    .fresh-recipe-div {
        grid-template-columns: 1fr;
    }
    .fresh-recipe-content {
      height: auto;
      width: 100%;
      flex-direction: row;
        }
    .fresh-recipe-image {
      width: 50%;
    }
    .fresh-food-category {
      width: 100%;
      height: auto;
    } 
}

.home-two .wpcf7-spinner{
	position: absolute;
}
   .ingridents-instructions-sidebar{
        display: flex;
        flex-direction:row;
        flex-wrap:wrap;
    }
    .ingridents-instructions-sidebar-content{
        display: flex;
        flex-direction:column;
        width: 70%;
        padding-right:40px;
    }
    .ingridents-instructions-sidebar-content .ingredients {
        width: 100%;
    }
    .ingridents-instructions-sidebar-content .instructions {
        width: 100%;
    }
    .ingridents-instructions-sidebar .ingredients {
        width: 100%;
    }
    .ingridents-instructions-sidebar .instructions {
        width: 100%;
    }
    .ingridents-instruction {
		display:flex;
		flex-direction:row;
        width: 100%;
        order: 1;
    }

    /* Form CSS */
    .email-div{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 80px;
    border-radius:0px;
}

.email-form{
    width: 100%;
}
    #emailfield{
        width: 100%;
        height:68px;
        border:none;
        padding-left:25px;
    }
    #emailfield::before{
    	margin-top:16px;
    }
    ::-webkit-input-placeholder { /* WebKit browsers */
    color: #495057;
    font-weight:400;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #495057;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#495057;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #495057;
}
::placeholder {
    color: #495057;
}
input[type="submit"]{
    color:#fff;
    background-color:var(--e-global-color-secondary);
    padding:18px 42px;
    font-size:18px;
    font-weight:600;
    line-height:27px;
    font-family: var(--e-global-typography-primary-font-family);
    cursor: pointer;
}
input[type="submit"]:hover{
	    background-color:#ff8051;
	    border-color:#ff7745;

}
.submit-button{
	position: absolute;
	right: 0;
	margin-top:1px;
}
.home-two .submit-button{
	margin-right:1px;
}
/*@media screen and (max-width:1050px){
.wpcf7-spinner {
	position:;
}
}
*/
@media screen and (max-width:768px){
.wpcf7-spinner {
	position:absolute;
}
.submit-button {
	margin-right:16px;
}
}
@media screen and (max-width: 500px) {
.submit-button {
	margin-right:0px;
}
}

@media screen and (max-width: 480px) {
	.author-date-comment-div .rating {
		margin-left:0px;
	}
	.author-date-comment-div{
		width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

	}

}
.page-numbers, .my-custom-link-class{
	font-size:24px;
	font-family: var(--e-global-typography-primary-font-family);
	text-decoration: none;
	color:var(--e-global-color-primary) !important;
	font-weight: 600;
}
.my-custom-link-class{
	padding:0px 10px !important;
}
.current:hover{
	color:var(--e-global-color-secondary) !important;
}
.page-numbers:hover, .my-custom-link-class:hover{
	color:var(--e-global-color-secondary) !important;
}
.current:active{
	color:var(--e-global-color-secondary) !important;
}
.comments-title{
	    font-size: 32px;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: 700;
    line-height: 40px;
    color: var(--e-global-color-primary);
    padding:10px;
}
.comment-metadata a{
text-decoration: none;
    color: #7F7F7F;
}
.comment-metadata a:hover{
color:#FF642F;
}
.reply a{
	text-decoration: none;
    color: #7F7F7F;
}
.reply a:hover{
	color:#FF642F;
}
.comment-body{
	    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-right:20px;
	border-bottom: 1px solid #E8E8E8;
}
.comments-rating {
	border: none;
	padding: 0;
	margin-left: 0;
}
.comments-rating label {
	display: inline-block;
}
.rating-container {
	font-size: 0;
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
}
.rating-container * {
	font-size: 1.4rem;
}
.rating-container > input {
	display: none;
}
.rating-container > input + label {
	/* only enough room for the star */
	font-family: 'dashicons';
	display: inline-block;
	overflow: hidden;
	text-indent: 9999px;
	width: 1em;
	white-space: nowrap;
	cursor: pointer;
	margin: 0;
}
.rating-container > input + label:before {
	display: inline-block;
	text-indent: -9999px;
	content: "\f154";
	color: #888;
}
.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
	content: "\f155";
	color: #e52;
	text-shadow: 0 0 1px #333;
}
.rating-container > .star-cb-clear + label {
	text-indent: -9999px;
	width: .5em;
	margin-left: -.5em;
}
.rating-container > .star-cb-clear + label:before {
	width: .5em;
}
.rating-container:hover > input + label:before {
	content: "\f154";
	color: #888;
	text-shadow: none;
}
.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
	content: "\f155";
	color: #e52;
	text-shadow: 0 0 1px #333;
}
.comment-respond{
	padding:10px;
}
.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
	text-indent: 9999px;
}
.comment-respond .rating-container > input + label {
	text-indent: -9999px;
}
.thumb{
	display:none !important;
}
.ingridients-divide{
	width:100%;
}
.ingridents-instructions-sidebar-content div .ingridents-instruction{
	display:flex;
	flex-direction:column;
}
.ingridents-instructions-sidebar-content div .ingridents-instruction .ingridients-divide{
	width:100%;
}
.ingridents-instructions-sidebar-content div .ingridents-instruction .ingridients-divide .nutrition-main-div{
	width:45%;
}
.ingridents-instructions-sidebar-content div .ingridents-instruction .instructions-order{
	width:100%;
}
.ingridients-sidebar{
	display:flex;
	flex-direction:row;
}
.sidebar{
	width:30%;
}
.fresh-recipe-rating-name{
	padding-left:10px;
	width: 60%;
}
.fresh-recipe-rating-name .rating{
	height: 20px;
}
/* Made this Section  */
.made-this-text{
	font-size:60px;
	font-family:var(--e-global-typography-secondary-font-family);
	font-weight:700;
	line-height:72px;
	color:var(--e-global-color-primary);
}
.rating .dashicons-before:before {
	font-size:!5px;
}
 .dashicons, .dashicons-before:before {
	color:var(--e-global-color-secondary);
	font-size:15px;
}
.stars  .dashicons, .dashicons-before:before {
	color:var(--e-global-color-secondary);
	font-size:15px;
}
.home-two-rating .dashicons, .dashicons-before:before {
	color:var(--e-global-color-secondary);
	font-size:15px;
}
.terms{
	text-decoration: underline !important;
    color: var(--e-global-color-primary) !important;
    text-decoration-color: #FF642F !important;
    text-underline-position: under;
}
.terms:hover{
	color:#FF642F !important;
}
.comment-reply-title{
	font-size: 28px;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: 700;
    line-height: 72px;
    color: var(--e-global-color-primary);
}
.reply-title small a{
	color:#FF642F;
	margin-left:10px;
}
.fresh-recipe-text{
	font-size:30px;
	font-weight: 700;
	line-height: 36px;
	color:var(--e-global-color-primary);
	font-family: var(--e-global-typography-secondary-font-family);
}
/* Sidebar form */
.main-div-form{
    background-color: #FFD8CA;
    padding:20px;
    height: max-content;
    width: 100%;
    border-radius: 10px;
    margin-top:30px;
}
.form-heading{
    font-size:36px;
    font-weight:700;
    font-family: var(--e-global-typography-secondary-font-family);
    line-height: 43.2px;
    text-align: center;
    color: var(--e-global-color-primary);
}
.form-description{
    font-size:16px;
    font-weight:400;
    line-height: 24px;
    color:var(--e-global-color-primary);
    font-family:var(--e-global-typography-primary-font-family);
    text-align: center;
}
.newsletter{
    font-family:var(--e-global-typography-primary-font-family);
    font-size:12px;
    font-weight: 18px;
    font-weight: 400;
    color: var(--e-global-color-primary);
    text-align: center;
    margin-top:100px;
}
.join-text{
    width: 100%;
    text-decoration: none;  
}
.join-button{
    height: 50px;
    background-color: var(--e-global-color-secondary);
    width: 100%;
    border:none;
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 27px;
    border-radius: 4px;
}
.nutrition-main-div p{
	font-size:30px;
	font-family:var(--e-global-typography-secondary-font-family);
	font-weight: 700;
	line-height: 36px;
	color:var(--e-global-color-primary);
}
.nutrition-div table tbody tr{
	border-bottom:1px solid red;
}
.tstbite-animation img{
	border-radius:6px 6px 0px 0px;
}
.custom-height .home-two-image-div{
	height: 250px;
}
.comment-author .fn{
	text-transform: capitalize;
	margin:0px 10px;
}
.comment-author{
	display: flex;
    flex-direction: row;
    align-items: center;
}
/* Page with Sidebar Content */
.sidebar-main-div{
	display: flex;
	flex-direction: row;
	width:60%;
	margin-right:auto;
	margin-left:auto;
}
.content-div{
	width:70%;
}
.sidebar-content{
	width: 30%;
}
.sidebar-form .email-form, .sidebar .submit-button{
	position:relative;
	width: 100%;
	margin-top:-20px;
	background: transparent;
}
.sidebar-form .email-div{
	display: flex;
	flex-direction: column;
}
.sidebar-form .email-div .email-div p{
	margin-bottom:0px;
}
.sidebar-form .submit-button p{
	margin-top:10px;
}
.sidebar-form .submit-button p input[type="submit"] {
	padding:16px 43% ;
}
@media screen and (max-width: 480px) {
.sidebar-form .email-form, .sidebar .submit-button{
	margin-top:-15px;
}
	.sidebar-main-div{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding:10px;
}
.content-div{
	width:100%;
}
.sidebar-content{
	width: 100%;
}

}
@media screen and (max-width: 880px) {

.sidebar-main-div{
	width:100%;
	padding:20px;
}
.sidebar-form .email-form, .sidebar .submit-button{
	padding-left:0px !important;
}
.thumbnail_image{
	width: 40% !important;
}
.entry-title a {
	font-size:24px !important;
	line-height: 24px;
}
}
/* Search Result */
.image-excerpt{
	display: flex;
    flex-direction: row;
    align-items: start;
}
.page-header , .search-page-main{
	width: 60%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    max-width: 1130px;
}
.entry-title a{
	text-decoration: none;
    color: var(--e-global-color-primary);
    font-size: 32px;
}
.entry-title a:hover{
	color:var(--e-global-color-secondary);
}
.search-page-main .entry-footer{
	display: none;
}
.entry-summary{
	margin:0px 20px;
	margin-top:-35px;
}
.entry-summary .entry-header .entry-title{
	margin-top:0px;	
	margin-bottom: 0px;
}
.image-excerpt a img{
	    border-radius: 5px;
    	width: 550px;
}
.entry-summary p{
	font-size:16px;
	font-weight: 500;
	line-height: 24px;
}
.search-page-main .image-excerpt a img{
	    border-radius: 5px;
}
.search-page-main article{
	border-bottom: 1px solid #E8E8E8;
    padding-bottom: 20px;
}
.read-more-button{
	padding: 10px 30px;
    border: 2px solid var(--e-global-color-primary);
    background: #fff;
    font-weight: 500;
    color:var(--e-global-color-primary) ;
    text-decoration: none;
    margin-top:15px;
}
.entry-summary .read-more-button:hover {
	 background: var(--e-global-color-primary);
	 color:#fff;
}
.read-more-button:active , .read-more-button:visited{
	color:var(--e-global-color-primary);
}
.thumbnail_image{
	width: 25%;
}
/*.page-title{
	border-bottom: 1px solid #E8E8E8;
}*/
.image-excerpt {
    align-items: flex-start;
	}
@media screen and (max-width: 600px) {
.entry-summary{
	margin-left:0px;
}
}
@media screen and (max-width: 768px) {
.entry-header{
	padding-bottom: 20px;
	margin-bottom:15px;
}
.latest-recipe-content{
	height: 220px;
}
}

@media screen and (max-width: 880px) {
.image-excerpt {
    display: flex;
    flex-direction: column;
    align-items: center;
	}
	.search-page-main article{
	text-align: center;
}
.image-div-category .food-image-category {
	height: 150px !important;
}
}
@media screen and (max-width: 500px) {
.image-excerpt {
    display: flex;
    flex-direction: column;
    align-items: center;
	}
.search-page-main article{
	text-align: center;
}
.search-page-main{
	width: 100%;
}
.email-div{
	flex-direction: column;
	height: unset;
}
.submit-button{
	position:relative;
	margin-top: -25px;
}
.submit-button input[type="submit"]{
	width: 100%;
}
.page-header{
	width: 100%;
	padding:0px 10px;
}
.image-div-category .food-image-category {
	height: 100px !important;
	width: 100px !important;
}
.comment-form .form-submit {
	margin-top:30px;
}
.main-category-page a{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.image-excerpt .thumbnail_image {
    width: 100%;
}
.entry-summary .entry-header .entry-title{
	margin-top:0px;
}
.search-page-main .image-excerpt {
	display: flex;
    flex-direction: column;
}

}
.no-results{
	width: 60%;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	height: 500px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.search-field{
	width: 50%;
	height: 65px;
	padding:30px;
}
.page-content p{
	font-weight:700;
}
/* Contact Form 7 */

.wpcf7-form-control-wrap .my-class, .wpcf7-form-control-wrap .my-email{
	padding:5px ;
	width: 90%;
	background: transparent;
	border-right: none ;
	border-left:none;
	border-top:none ;
	border-bottom:1px solid var(--e-global-color-primary) ;
	border-radius:0px ;
}
.wpcf7-form-control-wrap .my-message{
	padding:5px ;
	width: 90%;
	margin-right: auto;
	margin-left:auto;
	background: transparent;
	border-right: none ;
	border-left:none ;
	border-top:none ;
	border-bottom:1px solid var(--e-global-color-primary);
	height: 100px;
	border-radius:0px;
}
/* Ipad Pro Resolution CSS */
@media screen and (max-width: 1024px) {
.latest-recipe-div{
	grid-gap: 5px;
}
.latest-recipe-content {
	padding:10px 0px;
	width:100%;
	margin: 0px 0px;
	height: 250px;
}
.latest-recipe-image{
	width: auto;
}
.single-recipe-div {
	width: 90%;
}
.ingridents-instructions-sidebar-content div .ingridents-instruction .ingridients-divide .nutrition-main-div {
    width: 60%;
}
.site-main{
	width: 96%;
    margin-right: auto;
    margin-left: auto;
}
.archive-div{
	width: 100%;
}
.author-name-image {
	margin-right:20px;
}
.nutrition-div {
	width: 250px;
}

}
@media screen and (max-width: 768px) {
.latest-recipe-content{
	height: 230px;
}
}
@media screen and (max-width: 400px) {
.latest-recipe-content{
	height: 210px;
}
.blog-page-main-div .latest-recipe-div .latest-recipe-content{
	height: 270px;
}
}
@media screen and (max-width: 1102px) {

  .thumbnail_image {
    width: 40%;
}
.search-page-main .image-excerpt{
	display: flex;
    flex-direction: row;
    align-items: start;
    margin-top:100px;
}
.entry-summary {
	text-align: left;
	margin-top:0px;
}
}
.elementskit-submenu-indicator.rotate {
  transform: rotate(180deg);
}
.posts-navigation .nav-previous , .posts-navigation .nav-next{
	text-align:center !important;
}
.nav-links .nav-previous a, .nav-links .nav-next a{
	
	text-decoration: none;
	color:var(--e-global-color-primary);
}
.nav-links .nav-previous , .nav-links .nav-next {
	margin-top:20px;
}
.nav-links .nav-previous a:hover, .nav-links .nav-next a:hover{
	color:var(--e-global-color-secondary);
}

.wpcf7-not-valid-tip{
  color: #ff0000;
  font-size:14px;
  margin-bottom: 10px;
}
.elementor-shortcode .wpcf7 .wpcf7-form .wpcf7-response-output{
	color:#ff0000;
	border:1px solid #ff0000 ;
	padding:10px ;
	margin:0px ;
	font-size:16px;
	line-height:24px;
}

.blog-list-page .latest-recipe-content .latest-recipe-image{
	height: 150px;
	width: fit-content;
	max-width: 350px;
}
.blog-list-page  .latest-recipe-div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap:10px;
}
/*Blog Main List Page*/

.blog-page-main-div{
	width: 60%;
	margin:70px auto 50px auto; 
	max-width: 1130px;
	overflow: hidden;
}

.site .blog-page-main-div .latest-recipe-content .latest-recipe-image .food-image-category-latest{
    height: 180px;
    object-fit: cover;
}
.page-header .page-title{
	line-height: 42px;
}
.elementor-shortcode .wpcf7 .wpcf7-form .wpcf7-response-output{
	margin-top:40px;
}

@media screen and (max-width: 1880px) {
	.blog-page-main-div{
	width: 96%;
}
.single-recipe-div {
	width: 100%;
	max-width:1130px;
	padding:0px 10px;
}
.thumbnail_image {
	width: 30%;
}
.search-page-main {
	width: 96%;
}
.page-header{
	width:96%;
}


}
@media screen and (max-width: 1102px) {
	.blog-page-main-div{
	width: 100%;
	min-width: 100%;
	padding:0px 10px;
}
.page-header{
	width: 100%;
}
}
@media screen and (max-width: 660px) {
.search-page-main .image-excerpt {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 100px;
}
.site-main .search-page-main article .image-excerpt .thumbnail_image{
	width: 100% !important;
}
.entry-summary {
	margin-top:20px;
}
.page-header{
	width:100%;
}
}
@media screen and (max-width: 500px) {
.elementor-shortcode .wpcf7 .wpcf7-form .wpcf7-response-output{
	margin-top:0px;
}
}
/*  Banner Image */
    .banner-div {
      position: relative;
      width: 100%;
    }
    .banner-bg-image{
      display: block;
      width: 100%;
      height: 300px;
      object-fit:cover;
      background-color: rgba(0, 0, 0, 0.7); /* Adjust the opacity (last value) as needed */
    } 
    .page-name{
    	font-family: var(--e-global-typography-secondary-font-family);
    	font-size: 36px;
   		font-weight: 700;
    	line-height: 36px;
    	color: var(--e-global-color-secondary);
    	margin-right:auto;
    	margin-left:auto;
    	width: 100%;
    	max-width: 1130px;
     	position: absolute;
      	top: 50%;
      	left:50%;
      	transform: translate(-50%, -50%);
      	text-align: left;
     	padding: 10px;
       	z-index: 1;
    	}
     .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity (last value) as needed */
      z-index: 0;
    }
		
		p .terms-page-link{
			color:var(--e-global-color-secondary);
		}
