/*!
Theme Name: rudi
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: rudi
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.

rudi 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.
 */
 @font-face {
    font-family: 'Arquitecta';
    src: url('./fonts/ArquitectaHeavy.woff2') format('woff2'),
        url('./fonts/ArquitectaHeavy.woff') format('woff'),
        url('./fonts/ArquitectaHeavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Handsome';
    src: url('./fonts/Handsome-Bold.woff2') format('woff2'),
        url('./fonts/Handsome-Bold.woff') format('woff'),
        url('./fonts/Handsome-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arquitecta';
    src: url('./fonts/Arquitecta.woff2') format('woff2'),
        url('./fonts/Arquitecta.woff') format('woff'),
        url('./fonts/Arquitecta.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cosmos';
    src: url('./fonts/Cosmosnormal.woff2') format('woff2'),
        url('./fonts/Cosmosnormal.woff') format('woff'),
        url('./fonts/Cosmosnormal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cosmos';
    src: url('./fonts/Cosmos-Light.woff2') format('woff2'),
        url('./fonts/Cosmos-Light.woff') format('woff'),
        url('./fonts/Cosmos-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cosmos';
    src: url('./fonts/Cosmos-LightItalic.woff2') format('woff2'),
        url('./fonts/Cosmos-LightItalic.woff') format('woff'),
        url('./fonts/Cosmos-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cosmos';
    src: url('./fonts/Cosmos-Medium.woff2') format('woff2'),
        url('./fonts/Cosmos-Medium.woff') format('woff'),
        url('./fonts/Cosmos-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cosmos';
    src: url('./fonts/Cosmos-ExtraBold.woff2') format('woff2'),
        url('./fonts/Cosmos-ExtraBold.woff') format('woff'),
        url('./fonts/Cosmos-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


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 1.5em 3em;
}

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: thin dotted;
}

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: 3px;
}

input[type="search"]{
    padding: 3px 3px 8px 0px;
}

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

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

.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 0 1.5em;
}

.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;
}
/*Rudi's css*/
body {
    max-width: 1920px;
    margin: 0 auto !important;
}
.container {
    padding: 0px 40px;
}
a:visited {
    color: #fff;
}
.main-navigation a {
    font-size: 16px;
    line-height: 60px;
    color: #7d2447;
    font-family: "Arquitecta";
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
	padding: 10px;
	transition: 0.5s ease;
}
.main-navigation a:hover {
    color: #feb600;
}
header.site-header {
    width: 100%;
    float: left;
    z-index: 999999;
    position: fixed;
    background: #fff;
    height: 90px;
    max-width: 1920px;
}
.home header.site-header {
    width: 100%;
    float: left;
    z-index: 999999;
    position: relative;
    background: transparent;
    height: inherit;
}
.home img.custom-logo {
    display: none;
}  
header .site-branding {
    width: 20%;
    float: left;
}


nav.main-navigation {
    float: left;
    width: 80%;
    position: absolute;
    right: 15px;
}
ul.sub-menu {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 12px 0 12px;
    top: 78% !important;
}
ul.sub-menu li a {
    line-height: 19px;
    padding: 10px 15px 6px 15px;
    text-align: left;
}

.menu-home-page-menu-container{
	float: right;
}
li.resource-dropdown {
    padding-right: 17px;
}
/* li#menu-item-1151::after {
    content: " ";
    background-image: url(../../uploads/2021/04/Vector-Smart-Object-4-1.png);
    width: 16px;
    height: 17px;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    right: 8px;
    transform: translate(0,-50%);
    appearance: none;
} */
li.resource-dropdown a {
    position: relative;
}
ul.sub-menu li a::after {
    display: none;
}
li.resource-dropdown a::after {
    content: " ";
    content: " ";
    background-image: url(../../uploads/2021/04/Vector-Smart-Object-4-1.png);
    width: 16px;
    height: 17px;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    right: -8px;
    transform: translate(0,-50%);
    appearance: none;
    transition: 0.5s ease;
}
li.resource-dropdown a:hover::after{
    background-image: url(../../uploads/2021/04/Vector-Smart-Object-4-1-1.png);
}
.resource-dropdown{
    cursor:pointer;
}
.banner {
	position: relative;
    background-image: url(../../uploads/2021/05/home-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99;
    width: 100%;
    float: left;
    padding: 100px 50px 100px 160px;
    margin-top: -80px;
    height: 1050px;
}
.left-banner {
	width: 33%;
    float: left;
    background: #fff;
    text-align: center;
    padding: 0px 58px;
    margin-top: -43px;
    position: relative;
    z-index: 1;
}
.right-banner{
    width: 60%;
    float: left;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -50px;
}
.right-banner img {
    display: block;
    width: 70%;
    text-align: right;
    padding-left: 80px;
    float: right;
    padding-right: 85px;
}
header.site-header:before, .left-banner::before, .right-banner::before{
	clear: both;
	display: table;
}
.prod-types {
    width: 100%;
    float: left;
	z-index: 0;
    position: relative;
    display: flex;
}
.right-prod img {
    margin-top: -40px;
}
.left-prod img , .right-prod img{
    float: left;
    width: auto;
}
.left-prod, .right-prod {
    width: 50%;
    float: left;
	padding: 100px 50px 62px 110px;

}
.left-prod {
    padding-bottom: 85px;
    background-color: rgb(203,217,177);
    position: relative;
    z-index: -1;
}
.left-prod::before{
    content: " ";
    background-image: url(../../uploads/2021/03/Pattern-left.png);
    position: absolute;
    width: 94%;
    top: 4%;
    height: 92%;
    left: 3%;
    z-index: -1;
}
.right-prod{
    background-color: rgb(239,207,179);
    position: relative;
    z-index: -1;
}
.right-prod::after{
    content: " ";
    background-image: url(../../uploads/2021/03/Pattern-right.png);
    position: absolute;
    width: 94%;
    top: 4%;
    height: 92%;
    left: 3%;
    z-index: -1;
}

.left-prod .content-area, .right-prod .content-area {
	float: left;
    background: #5a7d2d;
    width: auto;
    position: absolute;
    text-align: center;
    padding: 28px 74px;
    margin-left: 139px;
    margin-top: 20px;
	border: 2px solid #fff;
}
.right-prod .content-area {
    background: #de7c00;
    z-index: 1;
}
.left-prod img, .right-prod img{
	float: left;
    width: auto;
    z-index: 2;
    position: relative;
}
a.find-btn {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 60px;
    color: #7d2447;
    font-family: "Arquitecta", sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
    background: #feb600;
    padding: 18px 50px;
	transition: all 0.5s ease;
	cursor: pointer;
    text-decoration: none;
}
a.find-btn:hover{
	background: #7d2447;
	color: #feb600;
}
.content-area h3 {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
    text-transform: uppercase;
}
.featured {
	text-align: center;
    padding: 155px 50px;
    float: left;
    width: 100%;
}
.featured h2 {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 60px;
    color: #7d2447;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.featured p {
    width: 607px;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
    margin: 0 auto;
}
.featured h3 {
    font-size: 30px;
    line-height: 60px;
    color: #fc6c14;
    font-weight: bold;
    font-family: "Handsome";
    text-align: center;
    margin: 0px;
	margin-bottom: 40px;
}
.cta-button{
    margin: 51px 0 51px 0;
}
.cta-button a.organic, .cta-button a.gluten-free{
    line-height: 24px;  
    padding: 13px 48px;
    margin: 0px 6px;
}
.cta-button a.gluten-free{
    padding: 13px 30px;
}
.baking {
     /* width: 100%;
    float: left; */

    position: relative;
    display:flex;
    width:100%;
}
.baking:after {
    content: "";
    background-image: url(../../uploads/2021/02/badge.png);
    width: 25%;
    height: 300px;
    position: absolute;
    right: 0;
    top: -110px;
    background-position: center;
    background-repeat: no-repeat;
}
.baking .left-baked, .right-baked {
    /* float: left;
    width: 50%; */
    width:50%
}
.left-baked {
    background: #7d2447;
    text-align: center;
    padding: 150px 0px 163px;
}

.left-baked p {
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #ffffff;
    font-family: "Arquitecta";
    text-align: center;
    width: 501px;
    margin: 0 auto;
    margin-top: 25px;
}
.left-baked h3 {
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Handsome";
    text-align: center;
    margin: 30px;
}
a.about {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 60px;
    color: #ffffff;
    font-family: "Arquitecta";
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    background: #fc6c14;
    padding: 15px 70px;
	transition: 0.5s ease;
}
a.about:hover {
    background: #fff;
    color: #fc6c14;
}
.kitchen-toast {
	width: 100%;
    float: left;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-size: cover;
    padding: 50px 50px 0px;
    background-color: #ffffff;
    position: relative;
}
.kitchen-toast::after{
    content: " ";
    background-image: url(../../uploads/2021/02/pattern.png);
    position: absolute;
    top: 2%;
    width: 98%;
    height: 95%;
    left: 1%;
    z-index: -1;
}
.kitchen-text,.left-toast {
    float: left;
    width: 50%;
}
.right-baked img {
    width: 100%;
	/* height: fit-content; */
    object-fit: cover;
    height: 100%;
}
.follow {
	width: 100%;
    float: left;
    background-image: linear-gradient(90deg, #fc6c14 0%, #fab500 100%);
    padding: 38px;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 23px;
    color: #ffffff;
    font-family: "Arquitecta";
    text-align: center;
    text-transform: uppercase;
	z-index: 1;
    position: relative;
}
.follow a{
    font-size: 24px;
	letter-spacing: 1px;
	font-family: "Arquitecta", sans-serif;
	color: #ffffff !important;
}
.kitchen-text h2 {
    font-size: 54px;
    letter-spacing: 3px;
    line-height: 60px;
    color: #7d2447;
    font-weight: 800;
    font-family: "Cosmos";
    text-transform: uppercase;
    margin-bottom: 10px;
}
.kitchen-text h3 {
    font-size: 66px;
    line-height: 60px;
    color: #fc6c14;
    font-weight: bold;
    font-family: "Handsome";
    margin: 0px;
}
a.browse-btn {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 60px;
    color: #7d2447;
    font-family: "Arquitecta";
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    background: #feb600;
    padding: 0px 37px;
	transition: 0.5s ease;
    display: inline-block;
    line-height: 50px;
    margin-top: 13px;
}

a.browse-btn:hover {
    background: #7d2447;
    color: #feb600;
}
.kitchen-toast:before {
	background-image: url(../../uploads/2021/02/toastbread.png);
    content: "";
    position: absolute;
    width: 30%;
    height: 375px;
    background-repeat: no-repeat;
    right: 0px;
    background-position: right;
    bottom: -70px;
    z-index: 1;
    background-position: 132% 3px;
    background-size: contain;
}

.left-toast {
    padding-left: 195px;
}
.kitchen-text {
    padding: 90px 0px;
}
.left-toast img {
	margin-bottom: -55px;
    z-index: 9999;
    position: relative;
}
.image-gallery {
    float: left;
    width: 100%;
}
.image-gallery .gallery {
    width: 16.66%;
    float: left;
	margin-bottom: 0px;
}
footer .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px 0px;
}
footer .container::after{
	clear: both;
	display: table;
}
footer {
    width: 100%;
    float: left;
    background: #006890;
	padding-top: 60px;
}
.footer-one {
    float: left;
    width: 18%;
}
.footer-two {
    float: left;
    width: 20%;
}
.footer-three {
    width: 20%;
    float: left;
}
.footer-four {
    float: left;
    width: 18%;
}
.footer-five {
    float: left;
    width: 24%;
}
footer ul {
    margin: 0px;
    padding-left: 0px;
    list-style: none;
}
.footer-two h2 {
    margin: 0px;
}
.copyright {
    width: 100%;
    float: left;
}
.copyright p {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Arquitecta";
    font-weight: normal;
	margin-top: 0px;
}
footer .social-media i {
    font-size: 20px;
    color: #fff;
    margin-right: 20px;
}
footer h2, footer h3 {
    margin: 0px;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #ffffff;
    font-family: "Arquitecta";
    font-weight: bold;
    text-transform: uppercase;
}
footer ul li a, .foot-head a {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #ffffff;
    font-family: "Arquitecta";
    text-decoration: none;
}
form#search-form{
	position: relative;
}
input#searchsubmit {
    position: absolute;
    top: -2px;
    right: 0;
    width: 28px;
    height: 100%;
    background-image: url(../../uploads/2021/02/search-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    font-size: 1px;
    cursor: pointer;
    transition: 0.3s ease;
    background-color: transparent;
    border: none;
    outline: none;
    transition: 0.5s ease;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}
input#searchsubmit:hover {
    background-image: url(../../uploads/2021/04/search-icon-1.png);

}
input#s {
    background: transparent !Important;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    width: 100%;
    font-weight: 600;
    color:white !important;
        border-left: none !important;
    border-right: none !important;
    border-top: none !important;

}
input[type="search"] {
  -webkit-appearance: none;
}


input#s:focus {
    outline: none;
}
input#s::placeholder {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 23px;
    color: #ffffff;
    font-family: "Arquitecta";
    text-transform: uppercase;
}
.banner h1 {
    font-size: 56px;
    letter-spacing: 1px;
    line-height: 66px;
    color: #7d2447;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.banner .left-banner h3 {
	font-size: 36px;
    line-height: 55px;
    color: #7d2447;
    font-weight: bold;
    font-family: "Handsome";
    text-align: center;
    margin: 0px;
}
a.organic, a.gluten-free {
    background: #feb600;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 60px;
    color: #7d2447;
    font-family: "Arquitecta";
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 18px;
	transition: all 0.5s ease;
}
a.organic {
    margin-right: 8px;
    padding: 15px 31px;
}
a.organic:hover {
    background: #7d2447;
    color: #feb600;
}
a.gluten-free:hover {
    background: #feb600;
    color: #7d2447;
}
a.gluten-free {
    background: #fc6c14;
    color: #fff;
    padding: 15px 18px;
}
/*  carousel */
.slider-featured .owl-carousel .owl-item img {
    max-height: 350px;
    width: auto;
    margin: 0 auto;
}
.featured{
    overflow: hidden;
}
.featured .owl-carousel .owl-stage-outer{
	overflow: visible;
}
.slider-featured .owl-item.center .product-image-box img {
    max-height: 400px;
    min-height: 400px;
  object-fit: cover;
}
.slider-featured .owl-item:nth-child(6)::before, .slider-featured .owl-item:nth-child(7)::before{
    z-index: -1;
    content: "";
    position: absolute;
    background-image: url(../../uploads/2021/02/gf.png);
    width: 116px;
    height: 100%;
    background-repeat: no-repeat;
    top: 35px;
}
.featured .owl-item{
	opacity: 0.2;
}
.featured .owl-item.active{
	opacity: 1;
}
.product-slider-content h4 {
	font-size: 21px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #7d2447;
    font-family: "Arquitecta";
    text-align: center;
    padding: 0px 12px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.slider-featured {
    margin-top: 40px;
	max-width: 1440px;
    margin: 0 auto;
}
.slider-featured .owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
	margin: 0px;
	width: 100%;
}
.slider-featured .owl-nav button,.single-post-carousel .owl-nav button{
    background: #c9a787;
    border-radius: 50px;
	height: 50px;
    width: 51px;
    text-align: center;
    padding: 0px;
    color: #fff;
    font-size: 35px;
    line-height: 0px;
    border: none;
	cursor: pointer;
	transition: all 0.5s ease;
}
.slider-featured .owl-nav button:hover {
    background: #feb600;
}
.single-post-carousel .owl-nav button:hover {
    background: #feb600;
}
button.fa-angle-left {
    position: absolute;
    left: -98px;
    top: 175px;
}
button.fa-angle-left:focus, button.fa-angle-right:focus {
    outline: none;
}
button.fa-angle-right {
    position: absolute;
    top: 175px;
    right: -98px;
}
.product-carousel{
    position: relative;
}
.product-inner a {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 60px;
    color: #caa788;
    font-family: "Arquitecta";
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.product-inner a {
    display: none;
}
.owl-item.center .product-inner a{
	display: block;
}
.owl-item.center .product-inner a::after {
    display: block;
    content: "";
    border-top: .3rem solid #caa788;
    width: 4rem;
    margin: 0 auto;
    transform: translateY(-4rem);
}
.owl-item.center .product-inner a:hover::after{
    border-top: .3rem solid #006991;
}
.owl-item.center .product-inner a:hover{
	color: #006991;
}
footer a, footer a i{
	transition: 0.5s ease;
}
footer a:hover, footer li.current-menu-item a, footer a i:hover {
    color: #fc6c14;
}
.follow a {
    text-decoration: none;
}
.follow a:focus, .main-navigation a:focus {
    outline: none;
}
.slider-featured {
    padding-top: 80px;
}
.left-banner::before, .left-banner::after {
    content: '';
    position: absolute;
    border-bottom: 400px solid #ffffff;
    border-left: 245px solid transparent;
    border-right: 245px solid transparent;
    bottom: -150px;
    left: -45px;
    transform: rotate(450deg);
    z-index: -1;
}
.left-banner::after {
	left: auto;
    right: -45px;
    transform: rotate(270deg);
}
footer{
	position: relative;
}
footer::before {
    content: none;
    position: absolute;
    background-image: url(../../uploads/2021/02/footer-bread.png);
    bottom: 0;
    height: 196px;
    width: 300px;
    background-repeat: no-repeat;
    right: 0;
}

header .container {
    max-width: 1820px;
    margin: 0 auto;
	padding: 0px;
}


/* ====================== About Css ================== */
.lft-cont {
    width: 50%;
    /*background:#f0cfb4;*/
    /* background-image: url(../../uploads/2021/03/hero-back-1.png); */
    width: 100%;
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
    position: relative;
    z-index: -1;
}
.lft-cont::after{
    content: " ";
    background-image: url(../../uploads/2021/03/hero-back-1.png);
    position: absolute;
    width: 98%;
    height: 98%;
    top: 0;
    left: 0;
    z-index: -1;
    
}
.lft-cont {
    width: 50%;
    padding: 170px 0;
    background-color: rgb(239,207,179);
    position: relative;
    z-index: 999;
}
.banner-text {
    display: flex;

}
.page-template-aboutpage main {
    display: block;
    float: left;
}
.diffrance-section {
    display: flex;

}
.rt-content img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.right-diff {
    width: 50%;
    background: #7d2447;
    text-align: center;
    padding: 176px 0px 0;
}
.lft-diff {
    width: 50%;
}

.our-value {
    display: flex;
    position: relative;
}
.lft-value {
    width: 50%;
    background:#ccdab2;
    padding-top: 190px;
    padding-bottom: 146px;
}
.right-value {
    width: 50%;
}
.lft-cont p {
    max-width: 500px;
    margin: 0 auto;
    color: #7d2447;
    text-align: center;
    font-size: 21px;
    line-height: 33px;
    font-family: "Arquitecta";
}
.lft-cont h5 {
    font-size: 30px;
    line-height: 36px;
    color: #7d2447;
    font-weight: bold;
    font-family: "Handsome";
    text-align: center;
	margin-top: 18px;
	margin-bottom: 42px;
}
.lft-cont a {
    background: #fc6c14;
    color: #fff;
	font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 18px;
    font-family: "Arquitecta";
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
	transition: all 0.5s ease;
}
.page-template-aboutpage .lft-cont a:hover{
    color: #feb600 !important;
    background: #7d2447 !important;
}

.hist-ttl {
    margin-bottom: 10px;
}
.right-diff p {
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 33px !important;
    color: #ffffff;
    font-family: "Arquitecta";
    text-align: center;
    width: 480px;
    margin: 10px auto 33px;
}
.right-value img {
    height: 100%;
    object-fit: cover;
}
.lft-diff img {
    height: 100%;
}
.page-template-aboutpage .lft-diff img {
    object-fit: cover;
}
.right-diff h2 {
    font-weight: 800;
    font-family: "Cosmos";
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    max-width: 430px;
    margin: 0 auto;
}
.lft-value p {
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
    text-align: center;
    width: 501px;
    margin: 0 auto;
    margin-top: 10px;
}
.lft-value h3 {
    font-weight: 800;
    font-family: "Cosmos";
    color: #7d2447;
    font-size: 36px;
    text-transform: uppercase;
    /* max-width: 430px; */
    margin: 0 auto;
    text-align: center;
}
.page-template-aboutpage .dot-parent {
    display: flex;
    background: transparent;
    outline: none;
    border: none;
   align-items: center;
   padding: 0 5px;
   cursor: pointer;
}
.page-template-aboutpage .dot-parent span {
    margin: 0px!important;
    padding: 0px!important;
}
.page-template-aboutpage .dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: grey;
}
.page-template-aboutpage .line {
    width: 40px!important;
    height: 5px!important;
    /* background-color: gray!important; */
}

.lft-value h6 p {
    text-align: center;
    font-size: 49px;
    line-height: 60px;
    color: #7d2447;
    font-weight: bold;
    font-family: "Handsome";
    text-align: center;
    padding-bottom: 110px;
}
.mission p {
    /* max-width: 500px; */
    /* margin: 0 auto; */
    color: #7d2447;
    text-align: center;
    font-size: 21px;
    line-height: 33px;
	font-family: "Arquitecta";
}
.inner-mission p {
    margin-top: 8px;
}
.mission h3 {
    font-weight: 800;
    font-family: "Cosmos";
    color: #7d2447;
    font-size: 36px;
    text-transform: uppercase;
    /* max-width: 430px; */
    margin: 0 auto;
    text-align: center;
}
/*.mission .inner-mission {
    max-width: 700px;
    margin: 0 auto;
}*/
.mission { 
    position: relative;
    z-index: inherit;
    float: left;
    width: 100%;
       padding: 144px 50px 116px;
      
}
.mission::after {
    content: " ";
    background-image: url(../../uploads/2021/02/pattern.png);
    position: absolute;
    top: 3%;
    width: 98%;
    height: 94%;
    left: 1%;
    z-index: -1;
}
.clearfix{
	display: table;
	clear: both;
	content: "";
}
.inner-mission {
    padding: 0 500px;
}
.inner-mission p:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-mission a.btn-first {
     background: #feb600;
    font-size: 17px;
    letter-spacing: 0px;
    line-height:26px;
    color: #7d2447;
    font-family: "Arquitecta";
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 35px;
    transition: all 0.5s ease;
}
.inner-mission a.btn-second {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 26px;
    font-family: "Arquitecta";
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 35px;
    transition: all 0.5s ease;
    background: #fc6c14;
    color: #fff;
    padding: 15px 18px
}
a.btn-second {
    margin-left: 10px;
}
.page-template-aboutpage header .site-branding, .page-template-gfcertificate header .site-branding {
    width: 20%;
    float: left;
    position: absolute;
    z-index: 9999;
}
.page-template-aboutpage nav.main-navigation, .page-template-gfcertificate nav.main-navigation {
    float: right;
    width: 80%;
}
.page-template-aboutpage nav.main-navigation{
position: absolute;
right: 15px;
top: 10px;
}
.wrapper {
    max-width: 1400px;
    margin: 0 auto;
}
.years-wise1 .col6 {
    width: 50%;
    float: left;
    padding: 0 80px 0 0px;
}
.years-wise1 .col6:first-child {
    padding-left:0;
}
.years-wise2 .col4 {
    width: 33%;
    float: left;
    padding-left: 100px;
}
.years-wise3 .col3 {
    width: 33%;
    float: left;
    padding-left: 100px;
}
.years-wise3 .col3 h3{
	text-transform:uppercase !important;
}
.hist-ttl h2{
    font-weight: 800;
    font-family: "Cosmos";
    color: #7d2447;
    font-size: 36px;
    text-transform: uppercase;
    /* max-width: 430px; */
    margin: 0 auto;
    text-align: center;
}
.history-section p {
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
}
.history-section h3 {
    max-width: 100px;
    height: 100px;
    border: 2px solid #5a7d2d;
    border-radius: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
        font-weight: 800;
    font-family: "Cosmos";
    font-size: 24px;
    color: #5a7d2d;
    background: #fff;
}
.text-uppercase{
	text-transform: uppercase;
}
.history-section {
    width: 100%;
    float: left;
    padding-top: 190px;
    padding-bottom: 250px;
}
.years-wise1 , .years-wise2 , .years-wise3 {
    float: left;
    width: 100%;
    /* border: 2px solid #000; */
    position: relative;
}
.years-wise1:before{
	width: 100%;
	content: "";
	position: absolute;
	height: 2px;
	top: 75px;
	background: #5a7d2d;
    z-index: -1; 
    left:0;
}
.years-wise1:after{
	width:2px;
	content: "";
	position: absolute;
	height: 100%;
	top: 75px;
	background: #5a7d2d;
	z-index: -1;
	right: 0;
}


.years-wise2:before{
	width: 100%;
	content: "";
	position: absolute;
	height: 2px;
	top: 75px;
	background: #5a7d2d;
    z-index: -1;
    left:0;
}
.years-wise2:after{
	width:2px;
	content: "";
	position: absolute;
	height: 100%;
	top: 75px;
	background: #5a7d2d;
	z-index: -1;
	left: 0;
}
.years-wise3:before{
	width: 46%;
	content: "";
	position: absolute;
	height: 2px;
	top: 75px;
	background: #5a7d2d;
	z-index: -1;
	left: 0;
}
.history-section{
	position: relative;
	overflow: hidden;
}
.history-section:after {
    content: "";
    background-image: url(../../uploads/2021/02/cuting.png);
    width: 881px;
    height: 500px;
    position: absolute;
    right: -194px;
    bottom: 57px;
    background-position: center;
    background-repeat: no-repeat;
}
.diffrance-section{
position: relative;
}
.diffrance-section:after {
    content: "";
    background-image: url(../../uploads/2021/03/Badge.png);
    width: 25%;
    height: 300px;
    position: absolute;
    left: 0;
    top: -150px;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-area{
	position: relative;
}
.page-template-aboutpage .banner-area{
    margin-top: 90px;
}
.banner-area:after {
    content: "";
    background-image: url(../../uploads/2021/02/toas1t.png);
    width: 425px;
    height: 565px;
    position: absolute;
    right: 0;
    bottom: -220px;
    background-position: center;
    background-repeat: no-repeat;
}
.page-template-aboutpage .banner-area:after {
display: none;
}

.mission{
	position: relative;
}
.mission:before {
    background-image: url(../../uploads/2021/02/toastbread.png);
    content: "";
    position: absolute;
    width: 30%;
    height: 375px;
    background-repeat: no-repeat;
    right: 0px;
    background-position: right;
    bottom: -70px;
    z-index: inherit;
    background-position: 132% 3px;
    background-size: contain;
}
.value-section .owl-nav.disabled {
    display: none;
}
.value-section{
    max-width: 500px;
    margin: 35px auto 0;
}
.value-section .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 3px solid #fff;
    width: 15px;
    height: 15px;
	position: relative;
}
/* .value-section .owl-theme .owl-dots .owl-dot{
	margin-right: 70px;
} */
.value-section .owl-theme .owl-dots .owl-dot span::before {
    border-top: 3px solid #fff;
    position: absolute;
    content: "";
    width: 85px;
    left: 12px;
    top: 3px;
    pointer-events: none;
    display: none;

}
/* .value-section .owl-theme .owl-dots .owl-dot{
	margin-right: 70px;
} */
.value-section .owl-theme .owl-dots .owl-dot.active span {
    background: #5a7d2d;
    border: 3px solid #5a7d2d;
}
.value-section .owl-theme .owl-dots .owl-dot.active span::before {
    border-top: 3px solid #5a7d2d;
}
.value-section .owl-theme .owl-dots .owl-dot.active span:focus, .value-section .owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}
.inner-mission a.btn-first:hover, .inner-mission a.btn-second:hover {
    background: #7d2447;
    color: #feb600;
}
p.about-content {
    margin-top: 20px;
}
.rt-content {
    width: 50%;
}



/*====================================== GF Certificate =====================================*/

.gf-certificate-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
}

section.gf-banner-area {
    float: left;
    width: 100%;
}
.gf-banner-area h2 {
    font-weight: 800;
    font-family: "Cosmos";
    color: #7d2447;
    font-size: 56px;
    text-transform: uppercase;
    /* max-width: 430px; */
    margin: 0 auto;
    text-align: center;
}
.gf-banner-area .lft-cont p {
    max-width: 480px;
}
.gf-banner-area .lft-cont a {
    background: #fc6c14;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 18px;
    font-family: "Arquitecta";
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    transition: all 0.5s ease;
    margin-top: 10px;
    display: block;
    max-width: 230px;
    margin: 40px auto 0;
}
.value-section .owl-nav {
    display: none;
}
.years-wise2.mob {
    display: none;
}

.page-template-gfcertificate .safty-txt ul li::before {
    content: "\f00c";
    /* background-image: url(http://netzworkforce.com/n10/rudi/wp-content/uploads/2021/03/bullet-point-1.png); */
    position: absolute;
    top: 29px;
    font-family: 'FontAwesome';
    left: 0;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    color: #5d7f31;
    font-size: 19px;
    border-radius: 50%;
    border: 3px solid #5d7f31;
    text-align: center;
    padding-top: 1px;
}

/*====================================== organic product =====================================*/

.organicproducts-container{
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}
.page-template-aboutproduct .site-branding , .page-template-comingsoon .site-branding,.page-template-recipes .site-branding{
    width: 20%;
    position: absolute;
    z-index: 1;
}
.page-template-aboutproduct .banner-area{
    padding-top: 100px;
}
.page-template-comingsoon .banner-area,.page-template-terms-privacy .banner-area,.page-template-locator .contact-banner-area,.page-template-recipes .contact-banner-area{
    padding-top: 90px;
}
/* .page-template-aboutproduct .menu-home-page-menu-container
{
    position: absolute;
    right: 15px;
    top: 15px;
} */
.page-template-aboutproduct .lft-cont::after , .page-template-comingsoon .lft-cont::after,.page-template-terms-privacy .lft-cont::after,
 .page-template-thankyou .lft-cont::after{

    background-image: url(../../uploads/2021/03/organic-pattern.png) !important;
    width: 96%;
    height: 96%;
    top: 3%;
    left: 2%;
    margin-top: -8px;
    margin-left: 3px;
}
.page-template-aboutproduct .lft-cont , .page-template-comingsoon .lft-cont,.page-template-terms-privacy .lft-cont , .page-template-thankyou .lft-cont {
    background-color: #7d2447;
    position: relative;
    padding: 202px 0;

}
.page-template-comingsoon .lft-cont , .page-template-terms-privacy .lft-cont , .page-template-thankyou .lft-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 152px 20px;
}
.page-template-comingsoon .rt-content,.page-template-terms-privacy .rt-content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-template-comingsoon .rt-content img, .page-template-terms-privacy .rt-content img , .page-template-thankyou .rt-content img{
    width: 65% !important;
}
.page-template-aboutproduct .lft-cont h2 , .page-template-comingsoon .lft-cont h2, .page-template-terms-privacy .lft-cont h2, .page-template-thankyou .lft-cont h2{
    font-size: 56px;
    letter-spacing: 1px;
    line-height: 66px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
    max-width: 338px;
    margin: 0 auto 23px;
}
.page-template-comingsoon .lft-cont h2,.page-template-terms-privacy .lft-cont h2{
    max-width: 464px;
}
.page-template-aboutproduct .lft-cont p, .page-template-comingsoon .lft-cont p, .page-template-terms-privacy .lft-cont p , .page-template-thankyou .lft-cont p{
    font-size: 21px;
letter-spacing: 1px;
line-height: 33px;
color: #ffffff;
font-family: "Arquitecta";
text-align: center;
}
.page-template-terms-privacy .banner-area:after {
    display: none;
}
.page-template-aboutproduct .lft-cont h3{
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Handsome";
    text-align: center;
    margin: 25px auto 44px;
}
.page-template-comingsoon .rt-content img,.page-template-terms-privacy .rt-content img{
    height: inherit;
    object-fit: inherit;
}
.page-template-comingsoon .banner-area:after {
display: none;
}
.page-template-aboutproduct .lft-cont a
{
padding: 15px 49px;
}
.page-template-aboutproduct .lft-cont a:hover{
    background-color: #feb600;
    color:  #7d2447 !important;
}
.page-template-aboutproduct .right-organic a:hover{
    background-color: #7d2447;
    color: #feb600 !important;
}
.page-template-aboutproduct .banner-area:after{
    display: none;
}
.page-template-aboutproduct .food-lable{
   position: relative;
   padding-top: 146px;
}
.page-template-aboutproduct .food-lable::after{
    content: " ";
    background-image: url(../../uploads/2021/03/food-label-banner.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-template-aboutproduct .inner-about-organic{
    display: flex;
}

.page-template-aboutproduct .lft-organic{
    width: 50%;
    position: relative;
}
.page-template-aboutproduct .lft-organic::after{
    content: " ";
    background-image: url(../../uploads/2021/03/usda-organic.png);
    position: absolute;
    background-repeat: no-repeat;
    width: 35%;
    height: 100%;
    background-position: center;
    background-size: contain;
    top: -25%;
    right: -15%;
    z-index: -1;
}
.page-template-aboutproduct .right-organic{
    width: 50%;
    max-width: 512px;
    margin-left: auto;
}
.page-template-aboutproduct .about-organic{
    padding: 165px 0 170px;
}
.page-template-aboutproduct .right-organic h2,.page-template-aboutproduct .lft-gluten h2{
font-weight: 800;
font-family: "Cosmos";
color: #7d2447;
font-size: 36px;
text-transform: uppercase;
/* max-width: 430px; */
/* margin: 0 auto; */
text-align: left;
margin-bottom: 10px;
}
.page-template-aboutproduct .right-organic p{
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
    margin: 0;
    padding-bottom: 38px;
}
.page-template-aboutproduct .right-organic a{
    background: #feb600;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #7d2447;
    font-family: "Arquitecta";
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 32px;
    transition: all 0.5s ease;
}
.page-template-aboutproduct .top-food h2{
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 3px;
    text-transform: uppercase;
}
.page-template-aboutproduct .top-food p{
    margin-top: 4px;
}

.page-template-aboutproduct .food-lable p{
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 33px;
    color: #ffffff;
    font-family: "Arquitecta";
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
}
.page-template-aboutproduct .food-lable .food-boxes h2{
    font-size: 27px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
}
.page-template-aboutproduct .food-lable .food-boxes p{
    font-size: 20px !important;
}
.page-template-aboutproduct .food-lable .food-boxes{
    display: flex;
    justify-content: space-between;
    padding: 70px 0 185px;
}
.page-template-aboutproduct .food-lable .boxes-food{
width: 26%;
}
.page-template-aboutproduct .food-lable .food-boxes div:nth-child(1){
    position: relative;
    }
    .page-template-aboutproduct .food-lable .food-boxes div:nth-child(1) p,.page-template-aboutproduct .food-lable .food-boxes div:nth-child(3) p{
        max-width: 360px;
    }
    .page-template-aboutproduct .food-lable .food-boxes div:nth-child(2) p{
        max-width: 390px;

    }
    .page-template-aboutproduct .food-lable .food-boxes div:nth-child(2) p br{
        display: none;
    }
    .page-template-aboutproduct .food-lable .food-boxes div:nth-child(1)::after{
        content: " ";
        position: absolute;
        border-left: 2px solid #ccdab2;
        width: 1px;
        height: 100%;
        top: 0;
        right: -74px;
        opacity: 0.5;
    }
    
.page-template-aboutproduct .food-lable .food-boxes div:nth-child(3){
position: relative;
}
.page-template-aboutproduct .food-lable .food-boxes div:nth-child(3)::after{
    content: " ";
    position: absolute;
    border-left: 2px solid #ccdab2;
    width: 1px;
    height: 100%;
    top: 0;
    left: -72px;
    opacity: 0.5;
}
.page-template-aboutproduct .lft-gluten{
    max-width: 500px;
    margin-right: auto;
}
.page-template-aboutproduct .gluten-free{
    padding: 185px 0 146px;
}
.page-template-aboutproduct .inner-gluten-area{
    display: flex;
}
.page-template-aboutproduct .lft-gluten,.page-template-aboutproduct .right-gluten{
    width: 50%;
}
.page-template-aboutproduct .lft-gluten p{
font-size: 21px;
letter-spacing: 0px;
line-height: 33px;
color: #7d2447;
font-family: "Arquitecta";
margin: 0;
padding-bottom: 38px;
}
.page-template-aboutproduct .lft-gluten a{
    background: #fc6c14;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 9px 18px;
    font-family: "Arquitecta";
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    transition: all 0.5s ease;
    /* display: block; */
    display: inline-block;
    margin-top: 27px;
}

.page-template-aboutproduct .right-gluten{
    position: relative;
}
.page-template-aboutproduct .right-gluten::after{
    
    content: " ";
    position: absolute;
    background-image: url(../../uploads/2021/03/Gf-Badge-abf.png);
    width: 38%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: -18%;
    background-size: contain;
    left: -13%;
    z-index: -1;
}
.page-template-aboutproduct .lft-gluten a:hover{
    background-color: #feb600;
    color: #7d2447 !important;
}

/*====================================== coming soon =====================================*/

.page-template-comingsoon .menu-home-page-menu-container ,.page-template-recipes .menu-home-page-menu-container{
    position: absolute;
    right: 0;
    top: 5px;
}


/*====================================== Gf-education =====================================*/

.gf-education-container{
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}

.page-template-gfeducation .site-branding{
    position: absolute;
}
.page-template-gfeducation .education-banner-area{
    padding-top: 90px;
}
.page-template-gfeducation  .menu-home-page-menu-container{
    position: absolute;
    right: 0;
    top: 5px;
}
.page-template-gfeducation .lft-cont h2{
    font-weight: 800;
    font-family: "Cosmos";
    color: #7d2447;
    font-size: 56px;
    text-transform: uppercase;
    /* max-width: 430px; */
    margin: 0 auto;
    text-align: center;
    line-height: 66px;
    text-transform: capitalize;
    max-width: 400px;
}.page-template-gfeducation .lft-cont h5{
font-size: 30px;
line-height: 36px;
color: #7d2447;
font-weight: bold;
font-family: "Handsome";
text-align: center;
margin-top: 15px;
margin-bottom: 26px;
}
.page-template-gfeducation .lft-cont a:hover{
    color: #feb600 !important;
    background: #7d2447 !important;
}
.page-template-gfeducation .education-section{
    padding: 190px 0;
} 
.page-template-gfeducation .education-diff h2,.page-template-gfeducation .inner-mission h2{
    font-weight: 800;
    font-family: "Cosmos";
    color: #7d2447;
    font-size: 36px;
    text-transform: uppercase;
    /* max-width: 430px; */
    margin: 0 auto;
    text-align: center;
}
.page-template-gfeducation .education-diff p,.page-template-gfeducation .inner-mission p{
font-size: 21px;
letter-spacing: 1px;
line-height: 33px;
color: #7d2447;
font-family: "Arquitecta";
text-align: center;
margin: 0 auto;
}
.page-template-gfeducation .education-diff p{
max-width: 846px;
}
.page-template-gfeducation .education-diff p:nth-child(2),.page-template-gfeducation .inner-mission p:nth-child(2){
    font-weight: 600;
    text-decoration: underline;
}
.page-template-gfeducation .inner-diagnosis-treatment{
    background-color: #ccdab2;
}
.page-template-gfeducation .inner-mission{
    padding: 125px 0 2px;

}
.page-template-gfeducation .safty-txt-lft h3,.page-template-gfeducation .safty-txt-rt h3{
font-size: 30px;
letter-spacing: 2px;
line-height: 33px;
color: #7d2447;
font-family: "Arquitecta";
}
.page-template-gfeducation .safty-txt-lft p,.page-template-gfeducation .safty-txt-rt p{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
}
.page-template-gfeducation .outer-safty-text{
    display: flex;
    padding: 67px 0 126px
}
.page-template-gfeducation .safty-txt-lft ,.page-template-gfeducation .safty-txt-rt{

    width: 50%;
    
}
.page-template-gfeducation .safty-txt-lft{
    position: relative;
}
.page-template-gfeducation .safty-txt-lft::after{
    content: " ";
    position: absolute;
    border-left: 3px solid #7d2447;
    width: 0px;
    height: 100%;
    top: 0;
    right: 0px;

}

.page-template-gfeducation .safty-txt-lft .inner-safty-txt-lft
{
    max-width: 560px;
    margin: 0 auto;
    padding: 0 40px 0 35px;
}
.page-template-gfeducation .safty-txt-rt .inner-safty-txt-rt{
    max-width: 560px;
    margin: 0 auto;
    padding: 0 38px;
}
.page-template-gfeducation .diagnosis-section-link{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
    text-decoration:underline;
}
.page-template-gfeducation .lft-cont p{

    padding:12px 0 0;
}
.page-template-gfeducation  .lft-cont{
    padding: 212px 0;
}
.page-template-gfeducation .education-diff p:nth-child(2){
    padding: 10px 0 0px;
}
.page-template-gfeducation .education-diff p:nth-child(3){
    padding-bottom: 29px;
}
.page-template-gfeducation .education-section{
    padding: 190px 0 155px;
}
.page-template-gfeducation .additional-resources{
    display: flex;
    padding: 274px 0 0;
}
.page-template-gfeducation .additional-resources .add-img{
    width: 50%;
}
.page-template-gfeducation .add-txt{
    background-color: #7d2447;
    width: 50%;

}
.page-template-gfeducation .add-txt h2{
    font-size: 36px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 41px;
    padding-left: 10px;
}
.page-template-gfeducation .add-txt ul{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 68px;

}
.page-template-gfeducation .add-txt ul li{
font-size: 21px;
letter-spacing: 1px;
line-height: 33px;
color: #ffffff;
text-decoration: underline;
font-family: "Arquitecta";
position: relative;
margin-bottom: 32px;
}
.page-template-gfeducation .add-txt ul li:nth-child(1):after{
    content: "";
    background-image: url(../../uploads/2021/03/1.png);
    position: absolute;
    width: 13%;
    height: 55px;
    background-repeat: no-repeat;
    background-size: 45px;
    left: -66px;
    top: -1px;
}
.page-template-gfeducation .add-txt ul li:nth-child(2):after{
    content: "";
    background-image: url(../../uploads/2021/03/2.png);
    position: absolute;
    width: 13%;
    height: 55px;
    background-repeat: no-repeat;
    background-size: 45px;
    left: -66px;
    top: -1px;
}
.page-template-gfeducation .add-txt ul li:nth-child(3):after{
    content: "";
    background-image: url(../../uploads/2021/03/3-.png);
    position: absolute;
    width: 13%;
    height: 55px;
    background-repeat: no-repeat;
    background-size: 45px;
    left: -66px;
    top: -1px;
}
.page-template-gfeducation .add-txt .inner-add-txt{
    max-width: 614px;
    margin: 0 auto;
    padding: 95px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 1%;
}
.page-template-gfeducation .add-txt ul li:nth-child(4):after{
    content: "";
background-image: url(../../uploads/2021/03/4-1.png);
position: absolute;
width: 13%;
height: 55px;
background-repeat: no-repeat;
background-size: 45px;
left: -66px;
top: -1px;
}
.page-template-gfeducation .inner-diagnosis-treatment{
    position: relative;
}
.page-template-gfeducation .inner-diagnosis-treatment::before{
    content: " ";
    position: absolute;
    background-image: url(../../uploads/2021/03/GF-Badge-1.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: -111px;
    right: 105px;
    max-width: 221px;
}
.page-template-gfeducation .additional-resources .add-img img{
    height: 100%;
    object-fit: cover;
    width: 100% !important;
}
.page-template-gfeducation .additional-resources .add-img{
    position: relative;
}
.page-template-gfeducation .additional-resources .add-img::after{
    content: " ";
    position: absolute;
    background-image: url(../../uploads/2021/03/Badge-1.png);
    width: 100%;
    max-width: 282px;
    height: 100%;
    background-repeat: no-repeat;
    top: -133px;
    left: 98px;

}


/*====================================== contact us =====================================*/


.page-template-contact .menu-home-page-menu-container{
    position: absolute;
    right: 0;
    top: 5px;
}

.page-template-contact .site-branding{
    position: absolute;
}

.page-template-contact .contact-banner-area{
    
    padding-top: 90px
}

.page-template-contact .inner-banner-contact{
    min-height: 989px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page-template-contact .banner-text{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 990px;
}
.page-template-contact .cont-lft-cont{
    background-color: #5a7d2d;
    border: 2px solid #ffffff;
    display: inline-block;
    padding: 93px 169px 108px;
}
.page-template-contact .cont-lft-cont h2{
    font-size: 56px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
    position: relative;
    margin: 0;
}
.page-template-contact .cont-lft-cont p{
font-size: 30px;
letter-spacing: 1px;
line-height: 33px;
color: #ffffff;
font-family: "Arquitecta";
max-width: 443px;
margin: 0 auto;
text-align: center;
padding-top: 25px;
}
.page-template-contact .cont-lft-cont h2::after{
    content: " ";
    width: 25%;
    border-bottom: 3px solid #ffffff;
    bottom: 0;
    margin: 19px auto 0;
    display: block;

}
.page-template-contact  .cont-inner h3{
font-size: 36px;
letter-spacing: 2px;
color: #7d2447;
font-weight: 800;
font-family: "Cosmos";
text-align: center;
text-transform: uppercase;
margin-bottom: 10px;
}
.page-template-contact .contact{
    width: 90%;
    max-width: 1205px;
    margin: 0 auto;
}
.page-template-contact p:empty:before{
    display: none;

}
.page-template-contact .contact .name{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.page-template-contact .fname,.page-template-contact .lname{
    width: 50%;
    max-width: 594px;

}
.page-template-contact  input[type="text"],input[type="email"],.wpcf7 input[type="tel"],textarea{

    width: 100%;
    width: 100%;
    border-radius: 4px;
    border: 0;
    padding: 23px 28px;
    background-color: #f7f3ef;
    margin-bottom: 11px;
	outline: none;
	color: #7d2447 !important;
}
.page-template-contact  .second-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-template-contact .email,.page-template-contact .phone{
    width: 50%;
    max-width: 594px;
}
.page-template-contact  label {
font-size: 18px;
letter-spacing: 0px;
line-height: 41px;
color: #7d2447;
font-weight: 800;
font-family: "Cosmos";
}
.page-template-contact .fname label,.page-template-contact .lname label{
    
}


.page-template-contact  .address,.page-template-contact .btm-add,.page-template-contact .sub-area,.page-template-contact .info-btm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.page-template-contact .left-add,.page-template-contact .rt-add,.page-template-contact .city,.page-template-contact .state,.page-template-contact .zip,.page-template-contact  .subject{
    width: 50%;
    max-width: 594px;
    
}
.page-template-contact  select{
    width: 100%;
    border-radius: 4px;
    border: 0;
    padding: 20px 28px;
    background-color: #f7f3ef;
    margin-bottom: 11px;
    outline: none;
    cursor: pointer;
}
.page-template-contact .wpcf7-list-item-label{
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
    padding: 0 3px;
    position: relative
}
.page-template-contact .check-boxes{
    display: flex;
}
.page-template-contact .check-boxes label{
    line-height: 33px;
}
.page-template-contact .product-info h2{
    font-size: 36px;
    letter-spacing: 2px;
    color: #7d2447;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
    text-transform: uppercase;
    padding: 16px 0 0;
    margin-bottom: 0;
}
.page-template-contact .product-info p{
font-size: 21px;
letter-spacing: 1px;
line-height: 33px;
color: #7d2447;
font-family: "Arquitecta";
text-align: center;
max-width: 575px;
margin: 0 auto;
}
.page-template-contact .product-info p:nth-child(3){
    padding: 25px 0;
}
.page-template-contact .info-btm label{

}
.page-template-contact .lot-code{
    position: relative;
}
.page-template-contact .lot-code small
{
    position: absolute;
    bottom: -38px;
    left: 0;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 16px;
    color: #7d2447;
    font-family: "Arquitecta";
}

.page-template-contact .ups ,.page-template-contact .lot-code{
                width: 50%;
                max-width: 593px;

}
.page-template-contact  input[type="submit"].sub-btn
{
background: #feb600;
font-size: 17px;
letter-spacing: 0px;
/* line-height: 26px; */
color: #7d2447;
font-family: "Arquitecta";
text-align: center;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
padding: 15px 74px;
transition: all 0.5s ease;
cursor: pointer;
outline:none;
}
.page-template-contact input[type="submit"].sub-btn:hover{
    color: #feb600 !important;
    background: #7d2447 !important;
}
.page-template-contact .question-section{
    background-color: rgb(214,227,228);
    position: relative;
    background-image: linear-gradient(-90deg, #e5ecec 0%, #cfdfe1 100%);
}

.page-template-contact .quest-diff h2{
font-size: 36px;
letter-spacing: 2px;
/* line-height: 60px; */
color: #7d2447;
font-weight: 800;
font-family: "Cosmos";
text-align: center;
text-transform: uppercase;
margin-bottom: 10px;
}
.page-template-contact .quest-diff p{
font-size: 30px;
letter-spacing: 1px;
line-height: 33px;
color: #7d2447;
font-family: "Arquitecta";
text-align: center;
margin: 0;
font-weight: 600;
}

.page-template-contact .contact select.wpcf7-form-control{
    appearance: none;
}


.page-template-contact span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    }
    .page-template-contact .wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
    }
    .page-template-contact .wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
    }
    .page-template-contact .wpcf7-checkbox input[type=checkbox] {
    /*position: relative;*/
    position: absolute;
    visibility: hidden;
    width: 22px;
    height: 22px;
    top: 0;
    left: 0;
    }
    .page-template-contact .wpcf7-checkbox input[type=checkbox] + span {
    /* border: 3px solid red; */
    }
    .page-template-contact .wpcf7-checkbox input[type=checkbox] + span:before {
        display: block;
        position: absolute;
        content: '';
        height: 22px;
        width: 22px;
        top: 8px;
        left: -28px;
        border: 2px solid #efcfb4;
        background: #efe4db;
    }
    .page-template-contact .wpcf7-checkbox input[type=checkbox] + span:after {
        display: block;
        position: absolute;
        content: "\2713";
        height: 22px;
        width: 22px;
        top: 8px;
        left:-28px;
        visibility: hidden;
        font-size: 18px;
        text-align: center;
        line-height: 20px;
        background: #efe4db;
        border: 2px solid #efcfb4;
    }
    .page-template-contact .wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
    }
    .page-template-contact .wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
    }
    .page-template-contact .wpcf7-list-item-label {
    margin-left: 30px;
    display: inline-block;
    }

    .page-template-contact .wpcf7-checkbox label {
        position: relative;
        cursor: pointer;
        margin-bottom: 0;
    }
    .page-template-contact .lft-check-bx  .wpcf7-checkbox input[type=checkbox] + span:before,.page-template-contact .lft-check-bx .wpcf7-checkbox input[type=checkbox] + span:after{
       
    }
    .page-template-contact .rt-check-bx .wpcf7-checkbox input[type=checkbox] + span:before,.page-template-contact .rt-check-bx .wpcf7-checkbox input[type=checkbox] + span:after{
    
    }
    .page-template-contact .state .menu-867,.page-template-contact .subject .menu-56{
        position: relative;
    }
    .page-template-contact .state .menu-867::after,.page-template-contact .subject .menu-56::after{
        content: " ";
        background-image: url(../../uploads/2021/03/Dropdown.png);
        position: absolute;
        top: -6px;
        width: 100%;
        height: 32px;
        background-repeat: no-repeat;
        max-width: 33px;
        right: 22px;
        cursor: pointer;
        pointer-events: none;
    }

    
    .page-template-contact .contact-form-section{
        padding: 153px 0 0;
    }

    .page-template-contact .rt-check-bx,.page-template-contact .lft-check-bx{
           width: 50%;
    }
    .page-template-contact  .submit{
        margin-top: 21px;
        padding-bottom: 23px;
    }
    .page-template-contact .quest-diff{
        padding: 62px 15px 94px;
        position: relative;
        z-index: 1;
    }
    .page-template-contact  .cont-inner {
        padding-bottom: 178px;
    }
    .page-template-contact .question-section{
        position: relative;

    }
    .page-template-contact .question-section::after{
        content: " ";
        background-image: url(../../uploads/2021/03/above-banner-pattern.png);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .page-template-contact .question-section::after{

	}
	.subject select.wpcf7-form-control.wpcf7-select option {
		color: #7d2447;
		font-size: 21px;
		letter-spacing: 0px;
		line-height: 33px;
		color: #7d2447;
		font-family: "Arquitecta";
	}
	.subject select.wpcf7-form-control.wpcf7-select {
		font-size: 21px;
		letter-spacing: 0px;
		 line-height: 33px; 
		color: #7d2447;
		font-family: "Arquitecta";
	}
	.state select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
		font-size: 21px;
		letter-spacing: 0px;
		line-height: 33px;
		color: #7d2447;
		font-family: "Arquitecta";
	}

/*  */


#faq_container {
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
  }
  
  .faq_question {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    display: table;
  }
  
  .question {
    margin-bottom: 5px;
    display: table-cell;
    width: 100%;
  }
   
  .faq_answer_container {
    height: 0px !important;
    overflow: hidden;
    padding: 0px;
  }
  
  .accordion-button-icon {
    display: table-cell;
    line-height: inherit;
    opacity: .5;
    filter: alpha(opacity = 50);
    padding-left: 15px;
    vertical-align: middle;
  }

 
  /* organic faq */

  .page-template-organicfaq .menu-home-page-menu-container,.single-products .menu-home-page-menu-container,
  .page-template-gultenfreeproduct .menu-home-page-menu-container,.page-template-recipes .menu-home-page-menu-container
  ,.page-template-organicproducts .menu-home-page-menu-container,.page-template-terms-privacy .menu-home-page-menu-container,
  .page-template-locator .menu-home-page-menu-container,.search .menu-home-page-menu-container,.page-template-aboutproduct  .menu-home-page-menu-container{
    position: absolute;
    right: 0;
    top: 5px;
}
.page-template-aboutpage .menu-home-page-menu-container{
    position: absolute;
    right: 0;
    top: -4px;
}

.page-template-organicfaq .site-branding,.single-products .site-branding,.page-template-recipes .site-branding,
.page-template-terms-privacy .site-branding,.page-template-locator .site-branding{
    position: absolute;
}

.page-template-organicfaq .contact-banner-area,.page-template-recipes .banner-area,.page-template-locator .banner-area{
    
    padding-top: 90px
}

.page-template-organicfaq .inner-banner-contact{
    min-height: 989px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page-template-organicfaq .banner-text{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 990px;
}
.page-template-organicfaq .cont-lft-cont{
    background-color: #5a7d2d;
    border: 2px solid #ffffff;
    display: inline-block;
    padding: 60px 107px 87px 106px;
}
.page-template-organicfaq .cont-lft-cont h2{
    font-size: 56px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
    position: relative;
    margin: 0;
    max-width: 560px;
    line-height: 66px;
}
.page-template-organicfaq .cont-lft-cont p{
font-size: 30px;
letter-spacing: 1px;
line-height: 33px;
color: #ffffff;
font-family: "Arquitecta";
max-width: 443px;
margin: 0 auto;
text-align: center;
padding-top: 25px;
}
.page-template-organicfaq .cont-lft-cont p:nth-child(1){
    text-transform: uppercase;
    padding-bottom: 9px;
}
.page-template-organicfaq .cont-lft-cont h2::after{
    content: " ";
    width: 20%;
    border-bottom: 3px solid #ffffff;
    bottom: 0;
    margin: 31px auto 0;
    display: block;

}
.inner-faq{
width: 90%;
max-width: 1200px;
margin: 0 auto;
}

 .faq-section{
    padding-top: 160px;
}
 .inner-faq h2{
    font-size: 36px;
    letter-spacing: 2px;
    color: #7d2447;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;

}
 .question{
font-size: 18px;
letter-spacing: 1px;
line-height: 60px;
color: #7d2447;
font-weight: 800;
font-family: "Cosmos";
padding: 0 15px 0 0;
}
 .faq_answer p{
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
}
 .faq .faq_question{
    background-color: #f7f3ef;
    padding: 8px 30px;
    }
 .faq  .faq_answer{
        padding: 0 67px 0 30px;
    }
     .open .faq_answer_container{
        height: 100% !important;
    }
.accordion-button-icon {
    position: relative;
}
 .accordion-button-icon::before{
    visibility: hidden;
}
 .accordion-button-icon::after{

    content: " ";
    background-image: url(../../uploads/2021/03/down-arrow.png);
    position: absolute;
    width: 32px;
    height: 100%;
    background-repeat: no-repeat;
    top: 16px;
    right: 0px;
    
}
 .fa-minus::after
{
    background-image: url(../../uploads/2021/03/ACTIVE-Dropdown.png);
}
.page-id-910 .fa-minus::after
{ background-image: url(../../uploads/2021/03/ACTIVE-Dropdown-up.png);

}

 .open .faq_question{
background-color: #ccdab2;
padding: 8px 30px;
}
.page-id-910 .open .faq_question{
    background-color: #f0cfb4;
}
.open  .faq_answer_container{
    background-color: #ffff;
}
.inner-faq .outer-tab:nth-child(2),.page-template-organicfaq .inner-faq .outer-tab:nth-child(3){
padding-top: 108px;
}
.inner-faq .outer-tab:nth-child(3){
    padding-bottom: 174px;
}


/* gffq */

.page-id-910 .inner-faq .outer-tab:nth-child(3){
    padding-bottom: unset;
}
.page-id-910 .inner-faq .outer-tab:nth-child(4){
    padding-bottom: 174px;
    padding-top: 108px;
}
.page-id-910 .cont-lft-cont{
    background-color: #dd7b00;
}

/* press */
.press-container{
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}
.page-template-press .site-branding{
    position: absolute;
}
.page-template-press .banner-area{
    padding-top: 90px;
}
.page-template-press .menu-home-page-menu-container
{
    position: absolute;
    right: 15px;
    top: 5px;
}
.page-template-press .lft-cont::after{

    background-image: url(../../uploads/2021/03/organic-pattern.png) !important;
    width: 96%;
    height: 96%;
    top: 3%;
    left: 2%;
    margin-top: -8px;
    margin-left: 3px;
}
.page-template-press .lft-cont{
    background-color: #7d2447;
    position: relative;
    padding: 322px 0 309px;

}
.page-template-press .lft-cont h2{
    font-size: 56px;
    letter-spacing: 1px;
    line-height: 66px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
    max-width: 338px;
    margin: 0 auto 23px;
}
.page-template-press .lft-cont p{
    font-size: 21px;
letter-spacing: 1px;
line-height: 33px;
color: #ffffff;
font-family: "Arquitecta";
text-align: center;
max-width: 400px;
}
.page-template-press .lft-cont h3{
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Handsome";
    text-align: center;
    margin: 20px auto 44px;
}
.page-template-press .banner-area:after{
    display: none;
}
.page-template-press .image-sect img{
    object-fit: cover;
}
.page-template-press .pdf-list{
    padding: 210px 0 130px;
    margin: 0;
    list-style: none;
    position: relative;
}
.page-template-press .pdf-list li.post-data{
    width: 32.46%;
    margin: 0px 1% 1.2% 0;
}
.page-template-press  .content-box {
    background: #f7f3ef;
    text-align: center;
}
.page-template-press .entry-date{
font-size: 16px;
letter-spacing: 0px;
color: #de7c00;
font-weight: 800;
font-family: "Cosmos";
text-align: center;
padding-top: 34px;
display: block;
}
.page-template-press .ttl{
    padding-bottom: 37px;
    min-height: 105px;
}
.page-template-press  .content-box .product-inner-hover a{
    background: #fc6c14;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 13px 0px;
    font-family: "Arquitecta";
    text-align: center;
    font-weight: bold;
    transition: all 0.5s ease;
    display: block;

}
.page-template-press .content-box .product-inner-hover a:hover{

    background: #7d2447;
    color: #feb600;
   
}
.page-template-press  .content-box .ttl h4{
    max-width: 370px;
    margin: 0 auto;
}
.page-template-press .pdf-list li.post-data:nth-child(3n+0){
    margin-right: 0;
}
.page-template-press .custom-pagination{
    padding: 60px 0 0px;
}
.page-template-press .custom-pagination{
   
    text-align: center;
}
.page-template-press .page-numbers {
    font-size: 24px;
    letter-spacing: 12px;
    color: #7d2447;
    font-family: "Arquitecta";
    text-align: center;
    text-decoration: none;
}
a.next.page-numbers{
    font-size: 0
}
a.prev.page-numbers {
    font-size: 0
}
a.next.page-numbers::after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 21px;
    margin-left: -13px;
}
a.prev.page-numbers::after{
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 21px;
    margin-right: 0px;
}
.page-template-press .product-inner-hover a{
    display: none !important;
}
.page-template-press .pdf-list li.post-data:hover  .content-box .product-inner-hover a{
    display: block !important;
    transform: 3s;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid,textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid,select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.wpcf7-not-valid{
    border: 1px solid #D14435;
}

.wpcf7-not-valid-tip{
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output{
    border-color: transparent;
    float: left;
    width: 100%;
    color: #2C5A36;
    font-size: 21px;
    padding: 0;
    margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
    display: none;
}
.page-template-comingsoon footer li.current-menu-item a{
    color: #fff;
}


/*====================================== single-product-page =====================================*/

.single-products .single-banner{
    background-color: rgb(237,244,245);
    position: relative;
    z-index: 1;
}
.single-products .single-banner::after{
    content: " ";
    position: absolute;
    background-image: url(../../uploads/2021/03/vector-smart-object-1.png);
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    width: 100%;
    height: 352px;
    bottom: -1px;
    z-index: -1;
}
.single-products .inner-single-banner{
    display: flex;
    padding: 78px 0 0;
}
.always,.gf-right{
    width: 50%;
}
.always{
    position: relative;
}
.right-pro-banner h2{
font-size: 56px;
letter-spacing: 1px;
color: #006890;
line-height: 66px;
font-weight: 800;
font-family: "Cosmos";
text-transform: capitalize;
margin-bottom: 0px;
}
.right-pro-banner p{
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 33px;
    color: #006890;
    font-family: "Arquitecta";
}
/* .right-pro-banner p:nth-child(2){
    max-width: 707px;
    margin: 13px 0 35px;
} */
.left-pro-banner{
    width: 50%;
    padding: 0 21px;
}
.right-pro-banner{
    width: 50%;
    padding-top: 42px;
}
.right-pro-banner a,.single-products .find-store a{
    background: #fc6c14;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 49px;
    font-family: "Arquitecta";
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    transition: all 0.5s ease;

}
.single-products .find-store a{
    display: inline-block;
    padding: 9px 49px;
    margin: 30px 0 34px;
}
.right-pro-banner a:hover,.single-products .find-store a:hover{
    color: #feb600 !important;
    background: #7d2447 !important;
}
a.back {
    position: absolute;
    top: 166px;
    left: 162px;
    font-size: 12px;
    letter-spacing: 0px;
    color: #006890;
    font-family: "Arquitecta";
    background: transparent;
    outline: none;
    transition: unset;
    padding: 0;
    line-height: 0px;
    transition: 0.5s ease-in-out;
}
a.back:hover {
    color: #7d2447  !important;
    background: unset !important;
}
a.back:hover::after,.organic-product a.back:hover::after{
    background-image: url(../../uploads/2021/03/Vector-Smart-Object-6.png);
    transition: 0.6s ease-in-out

}
.box-area{
background-color: #a7c6cb;
padding: 2%;
margin-top: 85px;
}

.inner-box-area{
    border: 3px solid #006890;
    display: flex;
    padding: 42px 0;
}
.inner-box-area h2{
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #006890;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}
.always h2 {
    margin-bottom: -3px;
}

.inner-box-area p{
font-size: 34px;
line-height: 41px;
color: #006890;
font-weight: bold;
font-family: "Handsome";
text-align: center;
margin: 0;
}
.inner-box-area p:nth-child(5){
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 33px;
    color: #006890;
    font-family: "Arquitecta Heavy";
    text-align: center;
}
.gf-right h5{
    font-size: 24px;
    line-height: 60px;
    color: #006890;
    font-weight: bold;
    font-family: "Handsome";
    text-align: center;
    margin: 17px 0 -14px;
}
/* .gf-right p:nth-child(3){
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #006890;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
} */
.always::after{
    content: " ";
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    background: #006890;
    width: 3px;
}
.always h5 {
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 33px;
    color: #006890;
    font-family: "Arquitecta Heavy";
    text-align: center;
	margin: 5px 0 0px;
	padding: 0 20px;
}
.organic-product .always h5 {
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 33px;
    color: #5a7d2d;
    font-family: "Arquitecta Heavy";
    text-align: center;
    margin: 0 0 10px;
}

.inner-box-area h2:nth-child(5):after{
    content: " ";
    border-bottom: 3px solid #006890;
    display: block;
    width: 32%;
    margin: 19px auto 14px;
}
.inner-box-area p:nth-child(6){
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 33px;
    color: #006890;
    font-family: "Arquitecta Heavy";
    text-align: center;
}
/* .always p:nth-child(2){
    margin: -4px 0 0px !important;
}
.always p:nth-child(4){
    margin: -7px 0 2px !important;
} */

.blue-banner{
    background-color: #006890;
}
.blue-banner::after{
    content: "";
    clear: both;
    display: table;
}
.left-product-single h2{
    margin: 0;
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Cosmos";
    text-transform: uppercase;
}
.product-content-area
{
    display: flex;
    padding: 106px 0 142px;
}
.left-product-single,.right-product-single{
    width: 50%;
}
.product-content-area p{
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 33px;
    color: #ffffff;
    font-family: "Arquitecta";
    max-width: 447px;
}
.right-product-single{
    text-align: center;
}
.left-product-single{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.left-product-single p{
    padding-bottom: 31px;
}
.single-post-carousel.owl-carousel .owl-stage{display: flex;}
.single-post-carousel.owl-carousel .owl-item{
    opacity: 0.2;
  display: flex;
}
.related-data{
  flex-grow: 1;
  height: 100%;
}
.single-post-carousel.owl-carousel .owl-item.active{
    opacity: 1;
}

.single-products .related-product{
    background-color: #f0cfb4;
    padding: 124px 0 167px;
}
.single-products .related-data{
    width: 100%;
}
.post-img img {
    object-fit: cover;
}
.single-products .rel-post-data p{
    padding: 45px 15px;
}
.single-products .post-tag{
    color: #de7c00;
}
.single-products .rel-post-data{
    padding: 30px 15px 30px;
}
.single-products .find-images-sec ul{
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 58px 0 -81px;
    padding: 0 !important;
}
.single-products .find-images-sec ul li{
    margin: 0px 50px;
}
.single-products .find-store h2{
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 60px;
    color: #7d2447;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.single-products .find-store p{
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
    text-align: center;
    margin: 0 auto;
}
.single-products .find-store{
    padding-top: 104px;
}
.details-btn.hover a:hover {
    color: #7d2447 !important;
}
.details-btn.hover a:hover::before{
    transition: 0.7s ease;
}
/* single-organic products */
.postid-1477 .always,.postid-1475 .always{
    display: none;
}
.postid-1477 .gf-right,.postid-1475 .gf-right{
    width: 100%;

}
.postid-1477 .box-area,.postid-1475 .box-area{
    width: 60%;
}

.postid-1528 .left-pro-banner,.postid-1527 .left-pro-banner,.postid-1526 .left-pro-banner{
    padding: 110px 0px 0 !important;
}
.postid-1528 .gf-education-container.inner-single-banner,.postid-1527 .gf-education-container.inner-single-banner,.postid-1526 .gf-education-container.inner-single-banner{
    align-items: flex-start !important;
}

.single-products .organic-product .single-banner{
    background-color: rgb(245,248,240);
}
.organic-product .right-pro-banner a,.single-products .organic-product .find-store a{
    background: #fab500;
    color: #7d2447;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 49px;
    font-family: "Arquitecta";
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    transition: all 0.5s ease;
}
.single-products .organic-product .find-store a{
    display: inline-block !important;
    padding: 9px 49px !important;
}
.single-products .organic-product .single-banner::after{
    content: " ";
    position: absolute;
    background-image: url(../../uploads/2021/03/green-organic-pattern.png);
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    width: 100%;
    height: 350px;
    bottom: -1px;
    z-index: -1;
}
.organic-product .rel-post-data p{
    padding: 0 !important;
    font-size: 16px;
    letter-spacing: 0px;
    color: #5a7d2d;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
    margin: 0 !important;
}
.gluten-product .rel-post-data p{ 
    padding: 0 !important;
    font-size: 16px;
    letter-spacing: 0px;
   color: #de7c00;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
    margin: 0 !important;
}


.organic-product a.back::after {
    content: " ";
    background-image: url(../../uploads/2021/03/Vector-Smart-Object-4.png);
    position: absolute;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    top: -12px;
    left: -32px;
    background-size: contain;
    background-position: center;
    transition: 0.6s ease-in-out;
}
.organic-product a.back {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 60px;
    color: #5a7d2d;
    font-family: "Arquitecta";
    background: transparent;
    transition: unset;
    padding: 0;
    line-height: 0px;
    transition: 0.5s ease-in-out;
}
.organic-product .right-pro-banner h2{
font-size: 56px;
letter-spacing: 1px;
color: #5a7d2d;
line-height: 66px;
font-weight: 800;
font-family: "Cosmos";
text-transform: capitalize;
margin-bottom: 0px;
}
.organic-product .right-pro-banner p{
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 33px;
    color: #5a7d2d;
    font-family: "Arquitecta";
}

.organic-product .box-area{
    background-color: #CCDAB2;
    padding: 2%;
    margin-top: 85px;
    }
    
    .organic-product .inner-box-area{
        border: 3px solid #5a7d2d;
        display: flex;
        padding: 42px 0;
    }
    .organic-product .inner-box-area h2{
        font-size: 32px;
        letter-spacing: 1px;
        line-height: 26px;
        color: #5a7d2d;
        font-weight: 800;
        font-family: "Cosmos";
        text-align: center;
        margin: 0;
        text-transform: uppercase;
        position: relative;
    }
    .organic-product .inner-box-area p{
    font-size: 34px;
    line-height: 41px;
    color: #5a7d2d;
    font-weight: bold;
    font-family: "Handsome";
    text-align: center;
    margin: 0;
    }
    .organic-product .inner-box-area p:nth-child(5){
        font-size: 21px;
        letter-spacing: 1px;
        line-height: 33px;
        color: #5a7d2d;
        font-family: "Arquitecta Heavy";
        text-align: center;
    }
    .organic-product .gf-right h5{
        font-size: 24px;
        line-height: 60px;
        color: #5a7d2d;
        font-weight: bold;
        font-family: "Handsome";
        text-align: center;
        margin: 0;
    }
    .organic-product .gf-right p:nth-child(3){
        font-size: 13px;
        letter-spacing: 0px;
        line-height: 24px;
        color: #5a7d2d;
        font-weight: 800;
        font-family: "Cosmos";
        text-align: center;
    }
    .organic-product .always::after{
        content: " ";
        height: 100%;
        position: absolute;
        top: 0px;
        right: 0;
        background: #5a7d2d;
        width: 3px;
    }
    .organic-product .inner-box-area h2:nth-child(5):after{
        content: " ";
        border-bottom: 3px solid #5a7d2d;
        display: block;
        width: 32%;
        margin: 19px auto 14px;
    }
    .organic-product .inner-box-area p:nth-child(6){
        font-size: 21px;
        letter-spacing: 1px;
        line-height: 33px;
        color: #5a7d2d;
        font-family: "Arquitecta Heavy";
        text-align: center;
    }
    .organic-product .blue-banner{
        background-color: #5a7d2d;
    }
    .product-header-text {
        text-align: center;
        color: #7d2447;
        line-height: 33px;
        font-size: 21px;
        font-weight: 400;
        font-family: 'Arquitecta';
        letter-spacing: 2px;
        display:none;
    }
    div#product-box-46 .product-header-text {
        display: block;
    }

    .single-products .organic-product .related-product{
        background-color: #CCDAB2;
        padding: 124px 0 167px;
    }
    .single-products .organic-product .find-images-sec ul li{
        margin: 0px 9px 0px;
    }
/* single recipes */
.outer-single-banner{
    padding-top: 90px;
}
.single-recipes .menu-home-page-menu-container{
position: absolute;
    right: 0;
    top: 5px;
}
.related-data {
    width: 32%;
    background: #f7f3ef;
}
.single-recipes .fet a:hover{
    color: #feb600;
    background: #7d2447;
}
.single-products .contain-text{
text-transform: uppercase;
    display: inline-block;
    margin-top: 31px;
}
.single-recipes .right-recipes{
    padding-top: 15px;
}

.single-recipes  .right-recipes li span {
    padding: 7px 0 0 0;
    height: 50px;
    width: 50px;
}
.single-recipes .right-recipes li{
    display: flex;
    align-items: center;
}
.single-recipes .right-recipes li span{
    display: inline-table;
}
.empty-msg {
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
    text-align: center;
    margin: 0 auto;
}

/* recipes  */

.page-template-recipes .recipes-image-box {
    height: 290px;
    overflow: hidden;
}
.recipe-container{
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}

.page-template-recipes ul.project-tiles {
        list-style: none;
        justify-content: space-between;
        padding-top: 51px;

}
.page-template-recipes .recipes-content {
    background: #f7f3ef;
    text-align: center;
}
.page-template-recipes .rt-content img{
    vertical-align: bottom;
}

.page-template-recipes .recipes-content h4 {
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
    text-align: center;
    /* margin: 0; */
    max-width: 370px;
    margin: 0 auto;
    padding: 0 10px 37px 10px;
    min-height: 103px;

}
.recipes-btn.hover a {
    background: #fc6c14;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 13px 0px;
    font-family: "Arquitecta";
    text-align: center;
    font-weight: bold;
    transition: all 0.5s ease;
    display: block;
}
a.back::after {
    content: " ";
    background-image: url(../../uploads/2021/03/Vector-Smart-Object-2.png);
    position: absolute;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    top: -12px;
    left: -32px;
    background-size: contain;
    background-position: center;
    transition: 0.6s ease-in-out;
}

.gf-right p {
    position: unset !important;
}
.gf-right p {
    font-size: 13px !important;
    letter-spacing: 0px;
    line-height: 24px !important;
    color: #006890;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
}
.page-template-recipes li.recipes-data {
    width: 32.4%;
    background: #f7f3ef;
    margin: 0 1.4% 1.4% 0px;
}

.recipes-content p {
    font-size: 16px;
    letter-spacing: 0px;
    color: #de7c00;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
    padding-top: 34px;
    display: block;
    margin: 0;
}
.recipes-data:nth-child(2n+0) .recipes-content p
{
    color: #5a7d2d !important;

}
.page-template-recipes .banner-area .lft-cont a{
    background: #fc6c14;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 53px;
    font-family: "Arquitecta";
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    transition: all 0.5s ease;
}
.page-template-recipes .banner-area .lft-cont a:hover{
    background: #feb600;
    color: #7d2447;
}
.page-template-recipes a.find-btn{
    padding: 15px 50px;
}
.recipes-btn.hover a:hover{
background: #7d2447;
color: #feb600;
}

.page-template-recipes .banner-area:after{
    display: none;
}
.page-template-recipes .content-area h3{
    margin-bottom: 18px;
}
.page-template-recipes .content-area p{
    margin: 0 0 35px;
}
.page-template-recipes .content-box .product-inner-hover a:hover{
    background: #7d2447;
    color: #feb600;
}
/* recipe-filter */
.outer-recipe-category{
    display:none;
}
.page-template-recipes ul.project-tiles1 {
    padding: 39px 0 114px;
}
.page-template-recipes .search {
    position: relative;
    display: inline-block;
    width: 25%;
}
.page-template-recipes  .ser-btn {
    position: absolute;
    top: 6px;
    right: 38px
}
.page-template-recipes input[type="submit"] {
    position: relative;
    border: none;
    background: transparent;
    font-size: 0;
}
.page-template-recipes .footer-area .search {
    width: 100%;
}
.page-template-recipes  .ser-btn::after {
    content: " ";
    background-image: url(../../uploads/2021/03/Search-Icon.png);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    left: 0;
    background-position: center;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
input.search-field{
    border: 3px solid #f0cfb4;
    width: 100%;
    padding: 10px 0;
    text-indent: 26px;
    outline: none;
}
.page-template-recipes  .recipe-category-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
:-ms-input-placeholder{
    font-size: 16px;
letter-spacing: 0px;
line-height: 60px;
color: #7d2447;
font-family: "Arquitecta";
font-weight: 800;
}
::-webkit-input-placeholder{
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 60px;
    color: #7d2447;
    font-family: "Arquitecta";
    font-weight: 800;
}
  ::placeholder {
    font-size: 16px;
letter-spacing: 0px;
line-height: 60px;
color: #7d2447;
font-family: "Arquitecta";
font-weight: 800;
  }


  .page-template-recipes .recipe-section  nav {
    float: right;
    position: relative;
  }
  .page-template-recipes .recipe-section nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .page-template-recipes .recipe-section nav ul li {
    float: left;
    position: relative;
  }
  .page-template-recipes .recipe-section nav ul li a {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    background: #ffffff;
    color: #463f3f;
    text-decoration: none;
 
  }
  .page-template-recipes .recipe-section nav ul li a:hover {
    background: #f2f2f2;
    color: #fb5958;
  }
  .page-template-recipes .recipe-section nav ul li a:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
  }
  .page-template-recipes .recipe-section nav ul li ul li {
    min-width: 190px;
  }
  .page-template-recipes .recipe-section nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
  }
  
  .page-template-recipes .recipe-section .nav-dropdown {
    position: absolute;
    z-index: 5;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    display: none;
  }
  
  .page-template-recipes .recipe-section .nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    height: 70px;
    width: 70px;
  }


/* recipe end */

.page-template-gultenfreeproduct .gulten-product-banner-area , .page-template-organicproducts .gulten-product-banner-area{
    background-color: rgb(239,207,179);
    position: relative;
}
.page-template-gultenfreeproduct .gulten-product-banner-area::after , .page-template-organicproducts .gulten-product-banner-area::after{
    content:" ";
    position: absolute;
    background-image: url(../../uploads/2021/03/banner-patter-gluten-min.jpg);
    width: 98%;
    height: 97%;
    z-index: 0;
    top: 2%;
    left: 1%;
    margin-top: -6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page-template-gultenfreeproduct .lft-cont , .page-template-organicproducts .lft-cont{
    z-index: 1;
    background-color: unset;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 206px 0;
}

.page-template-gultenfreeproduct .rt-content, .page-template-organicproducts .rt-content{
    z-index: 1;
}
.page-template-gultenfreeproduct .lft-cont::after, .page-template-organicproducts .lft-cont::after{
    display:none
}
.page-template-gultenfreeproduct .inner-content-gluten-roduct, .page-template-organicproducts .inner-content-gluten-roduct{
    background-color: #de7c00;
    border: 2px solid #ffffff;
    text-align: center;
    /* max-width: 600px; */
    padding: 90px 110px;
}
.inner-what-section .right-diff {
    padding: 227px 0 174px;
}
.inner-what-section .right-diff p{
    max-width: 429px;
    width: 100%;
}
/* .inner-what-section .right-diff p:nth-child(4) {
    margin: 45px auto;
} */
.inner-content-gluten-roduct h2{
font-size: 55px;
    letter-spacing: 1px;
    line-height: 65px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.inner-content-gluten-roduct p{
font-size: 59px;
line-height: 71px;
color: #ffffff;
font-weight: bold;
font-family: "Handsome";
text-align: center;
margin: -6px 0 0;
}
.inner-content-gluten-roduct a {
    background: #fab500;
    color: #7d2447;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 54px;
    font-family: "Arquitecta";
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    transition: all 0.5s ease;
    display: inline-block;
    line-height: 50px;
}
.inner-content-gluten-roduct a:hover{
background: #7d2447;
color: #feb600;
}
.gluten-banner-btn{
margin-top: 43px;
}
.page-template-gultenfreeproduct .rt-content ,.page-template-organicproducts .rt-content{
    position: relative;
}
.page-template-gultenfreeproduct .rt-content img ,.page-template-organicproducts .rt-content img  {
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 81px;
    object-fit: contain;
}
.page-template-gultenfreeproduct .lft-diff img,.page-template-organicproducts .lft-diff img{
    object-fit: cover;
    width: 100%;
}
.inner-what-section .right-diff p br{
    display: none;
}
.inner-what-section {
    display: flex;
}
.inner-what-section a{
    background: #fc6c14;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 54px;
    font-family: "Arquitecta";
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    transition: all 0.5s ease;
    display: inline-block;
    line-height: 50px;
    margin-top: 7px;
}
.inner-what-section a:hover {
    background: #feb600;
    color: #7d2447;
    transition: all 0.5s ease;
}
.inner-what-section .right-diff h2{
        max-width: unset;
}
.page-template-gultenfreeproduct .kitchen-toast, .page-template-organicproducts .kitchen-toast{
    background: url(../../uploads/2021/03/kitchen-above-footer.jpg);
    height: 640px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    z-index: auto;
}
.page-template-gultenfreeproduct .kitchen-toast::after,.page-template-organicproducts .kitchen-toast::after{
    display:none;
}
.page-template-gultenfreeproduct .left-toast ,.page-template-organicproducts  .left-toast {
    padding-left:0px;
}
.page-template-gultenfreeproduct .kitchen-text,.page-template-organicproducts .kitchen-text{
padding: 90px 0px 0 10px;
}
.page-template-gultenfreeproducta .browse-btn,.page-template-organicproducts .browse-btn{
    padding: 0px 37px;
}
.page-template-gultenfreeproduct .kitchen-text,.page-template-organicproducts .kitchen-text{
    padding: 105px 0px 0 10px;
}
 .filter-title{
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 60px;
    color: #7d2447;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
    text-transform: uppercase;
}
.product-inner-section{
max-width: 1440px;
margin: 0 auto;
width: 90%;
}
.product-inner-section ul {
    margin: -13px 0 0;
    list-style: none;
    display: flex;
    padding: 0 0 12px;
}
 .product-inner-section ul li{
    margin: 0 12px;
}
ul.tab {
    justify-content: center;

}
.product-inner-section ul li a {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 60px;
    color: #7d2447;
    font-family: "Arquitecta";
    text-align: center;
    text-transform: uppercase;
    font-size: 600;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s ease;
}
.product-inner-section ul li a:hover {
    color: #fc6c14;
    text-decoration: underline;
    transition: 0.7s ease;

}
.details-btn.hover a:hover::before{
    border-top: 2px solid #7d2447;
}
.project-tiles {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.product-inner-section .project-tiles li {
    width: 31.6%;
    margin-bottom: 113px;
    position: relative;
    text-align: center;
    
}
.product-image-box img{
/* overflow: hidden; */
width: auto;

}
.page-template-gultenfreeproduct .kitchen-toast,.page-template-organicproducts .kitchen-toast{
    display: flex;
    padding-top: 0
}
.page-template-gultenfreeproduct .left-toast,.page-template-gultenfreeproduct .kitchen-text,.page-template-organicproducts .left-toast,
.page-template-organicproducts .kitchen-text
{
    width: 50%;
}
.page-template-gultenfreeproduct  .left-toast,.page-template-organicproducts .left-toast{
    text-align: center;
    padding: 60px 0px 0 0;
}

.page-template-gultenfreeproduct .left-toast img,.page-template-organicproducts .left-toast img {
    width: 100%;
    max-width: 710px;
}
.page-template-gultenfreeproduct .kitchen-toast:before {
	background-image: url(../../uploads/2021/03/GF_Multigrain-3.png);
    content: "";
    position: absolute;
    width: 100%;
    height: 310px;
    background-repeat: no-repeat;
    right: 0px;
    background-position: right;
    bottom: -77px;
    z-index: 2;
    background-position: center;
    background-size: contain;
    max-width: 237px;
}
.page-template-organicproducts .kitchen-toast:before {
	background-image: url(../../uploads/2021/03/HoneySweetWholeWheat.png);
    content: "";
    position: absolute;
    width: 100%;
    height: 310px;
    background-repeat: no-repeat;
    right: 0px;
    background-position: right;
    bottom: -77px;
    z-index: 2;
    background-position: center;
    background-size: contain;
    max-width: 237px;
}

.page-template-gultenfreeproduct .follow,.page-template-organicproducts .follow{
    z-index: 2;
}

.project-tiles .the-content h4 {
    font-size: 30px !important;
    letter-spacing: 2px !important;
    line-height: 33px !important;
    color: #7d2447 !important;
    font-family: "Arquitecta" !important;
    text-align: center !important;
    margin: -8px 0 0 !important;
}

.pro-text p {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
    text-align: center;
    margin: -3px 0 0;
    max-width: 399px;
    margin: 0 auto;
}
.details-btn.hover a {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 60px;
    color: #caa788;
    font-family: "Arquitecta";
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}
.details-btn.hover a::before {
    content: " ";
    border-top: 2px solid #caa788;
    /* display: table-cell; */
    width: 48%;
    margin: 11px auto -5px;
    position: absolute;
    left: 30px;
}
.inner-product-section{
    padding: 181px 0 121px;
}
.details-btn.hover{
    display: none;
}
.project-tiles .feature-data:hover .details-btn.hover{
    display: block;
}
.product-box h3 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 60px;
    color: #de7c00;
    font-weight: 800;
    font-family: "Cosmos";
    position: relative;
    text-transform: uppercase;
}

.product-box h3::after {
    content: " ";
    position: absolute;
    background: #f0cfb4;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    opacity: 0.8;
    z-index: -1;
    height: 3px;
}
span.head-product-box {
    background-color: #fff;
    padding-right: 10px;
}
.project-tiles .the-content h4::after{
    display: none;
}
ul.project-tiles {
    padding: 37px 0 6px;
}
.the-content{
    max-width: 400px;
    margin: 0 auto;
}
.product-image-box {
    position: relative;
    margin-bottom: 18px;
}
.product-image-box::after{
    display: none;
}
li.feature-data:hover .product-image-box::after{
    display: block;
}
.product-image-box::after {
    content: " ";
    background-image: url(../../uploads/2021/03/1976.png);
    position: top;
    position: absolute;
    top: 57px;
    width: 100%;
    height: 275px;
    background-position: center;
    background-repeat: no-repeat;
    left: 18px;
    background-size: cover;
    max-width: 275px;
    z-index: -1;
}
ul.project-tiles1 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    margin: 0;
    padding: 54px 0 54px;
}
.page-template-recipes ul.project-tiles1{
    justify-content: unset;
}

.page-template-recipes .recipes-image-box {
    display: flex;
}
.page-template-recipes .recipes-image-box img{
    object-fit: cover;
    width: 100%;
}
.recipe-section{
    float: left;
    width: 100%;
}
.page-template-press  .ser-content {
    position: relative;
    height: 451px;
}
.page-template-press .content-box {
    background: #f7f3ef;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}
.page-template-press .pdf-list li.post-data:hover .product-inner-hover {
    max-height: 500px;
    transition: max-height 1s ease-in;
}
.page-template-press  .product-inner-hover {
    max-height: 0;
    transition: max-height 1s ease-out;
    overflow: hidden;
}

/* recipe */
.page-template-recipes  .recipes-content {
    position: relative;
    height: 451px;
}
.page-template-recipes .content-box {
    background: #f7f3ef;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    transition: all .5s ease-out;
}
.page-template-recipes  li.recipes-data:hover .product-inner-hover {
    max-height: 500px;
    transition: max-height 1s ease-in;
}
.page-template-recipes  .product-inner-hover {
    max-height: 0;
    transition: max-height 1s ease-out;
    overflow: hidden;
}
.single-post .recipes-ttl {
    margin-bottom: 15px;
}
.page-template-recipes .content-box .product-inner-hover a {
    background: #fc6c14;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 13px 0px;
    font-family: "Arquitecta";
    text-align: center;
    font-weight: bold;
    transition: all 0.5s ease;
    display: block;
}
.recipe-head h2 {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 60px;
    color: #7d2447;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
    text-transform: uppercase;
    margin-bottom: -5px;
}
.tab1 {
    overflow: hidden;
  }
  
  /* Style the buttons inside the tab */
  .tab1 button {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 60px;
    color: #7d2447;
    font-weight: 800;
    font-family: "Cosmos";
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px 14px 32px;
    background: transparent;
  }
  .page-template-recipes .recipe-head{
    padding-top: 86px;
  }
  .inner-tabcontent{
      max-width: 1440px;
      margin: 0 auto;
      width: 90%;
  }
button.tablinks {
    position: relative;
}
  button.tablinks::after {
    content: " ";
    background-image: url(../../uploads/2021/03/Dropdown-1.png);
    width: 25px;
    height: 25px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 30px;
    left: 0;
  }
  .tab1 button.active::after {
    background-image: url(../../uploads/2021/03/ACTIVE-Dropdown-1.png);
}
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    background: #7D2447;
  }
  
  ul.sub-category-list {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}
ul.sub-category-list li a {
    margin: 0 15px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 60px;
    color: #fff;
    font-family: "Arquitecta";
    text-decoration: none;
    transition: 0.7s ease;
}
ul.sub-category-list li a:hover {
    color: #fc6c14;
    text-decoration: underline;
    transition: 0.7s ease;
}
.recipe-category-container{
    max-width: 1440px;
    margin: 0 auto;
    width:90%;
}

/* term-policy */
.inner-content-area-term{
    max-width: 1440px;
    width: 90%;
    margin: 0 auto;
    padding: 110px 0 100px;
}
.inner-content-area-term h3 {
    font-weight: 700;
    font-family: "Cosmos";
    color: #7d2447;
    font-size: 24px;
    text-transform: uppercase;
    /* max-width: 430px; */
    margin: 40px auto 0;
    text-align: left;
}
.inner-content-area-term p {
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
}
.inner-content-area-term p{
    margin: 15px 0;
}

/* single post */
.single-post .right-post-single p{
    margin:15px 0;
}

.single-post .right-post-single p br {
    display: none;
}

/* locator-page */
.page-template-locator .inner-banner-contact {
    background: #7D2447;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.page-template-locator .cont-lft-cont {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 88px 0;
}
.page-template-locator .cont-lft-cont h2 {
    font-size: 56px;
    letter-spacing: 1px;
    line-height: 66px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
}
.page-template-locator .cont-lft-cont::after {
    content: " ";
    background-image: url(../../uploads/2021/03/locator-pattern.jpg);
    background-position: center;
    background-size: cover;
    width: 98%;
    height: 91%;
    position: absolute;
    top: 4.2%;
    left: 0.9%;
    z-index: -1;
}
.page-template-locator .cont-lft-cont::before {
    content: " ";
    background-image: url(../../uploads/2021/03/GF_Multigrain-3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 290px;
    /* top: 0; */
    position: absolute;
    right: 0;
    bottom: -66px;
    max-width: 235px;
}
.page-id-1669 .cont-lft-cont::before{
    content: " ";
    background-image: url(../../uploads/2021/03/HoneySweetWholeWheat-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 290px;
    /* top: 0; */
    position: absolute;
    right: 0;
    bottom: -66px;
    max-width: 235px;
}
.page-template-locator .map-area{
max-width: 1440px;
margin: 0 auto;
padding: 100px 0;
width: 90%;
}
.page-template-locator .map-area img {
    width: 100%;
}
 .page-template-recipes li.recipes-data:nth-child(3n+0){
    margin: 0 0 1.4% 0px;
} 

/* .page-template-recipes li.recipes-data{
    width: 32%;
} */
a.post-view {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 60px;
    color: #7d2447;
    font-family: "Arquitecta", sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
    background: #feb600;
    padding: 14px 40px;
    transition: all 0.5s ease;
    cursor: pointer;
    text-decoration: none;
}
a.post-view:hover {
    color: #feb600;
    background: #7d2447;
}
.serach-container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}
.search-page-top {
    padding-top: 190px !important;
}
.search-head{
font-size: 55px;
letter-spacing: 1px;
line-height: 65px;
color: #7d2447;
font-weight: 800;
font-family: "Cosmos";
/* text-align: center; */
text-transform: uppercase;
margin: 0;
}
.search-content {
    padding: 60px 0;
}
.search-content .entry-title a {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 60px;
    color: #7d2447;
    font-weight: 800;
    font-family: "Cosmos";
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.search-content .entry-footer {
    background: transparent;
}
.search-content h2.entry-title {
    margin: 0;
}
.search-content .entry-summary p {
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
    margin: 10px 0;
}
.search-content  .entry-summary {
    margin: 0;
}
.search-content  span.posted-on {
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
    margin-right: 20px;
}
.search-content  span.posted-on a time {
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
    text-decoration: none;
}
.search-content span.byline {
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
    text-transform: capitalize;
    display:none;
}
span.author.vcard a {
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
    margin-left: 2px;
}
.search-content .entry-footer {
    background: transparent;
    padding: 0 0 40px 0;
  
}
.search-content span.cat-links ,.search-content span.comments-link a{
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
    padding-bottom: 10px;
    /* display: inline-block; */
        display: none !important;
}
.search-content span.cat-links a {
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
    text-decoration: none;
    margin-right: 15px;
}
.search-content article {
    padding-bottom: 0;
    margin-bottom: 0;
}
.search-content span.edit-link a {
    color: #7d2447;
}
.search-content span.posted-on a{
    text-decoration: none;
}
span.comments-link a {
    margin-right: 10px;
}
.serach-container section.no-results.not-found .page-header {
    padding-top: 190px ;
}
.serach-container section.no-results.not-found .page-header h1.page-title {
    font-size: 55px;
    letter-spacing: 1px;
    line-height: 65px;
    color: #7d2447;
    font-weight: 800;
    font-family: "Cosmos";
    text-transform: uppercase;
    margin: 0;
}
.serach-container section.no-results.not-found .page-content p {
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
    margin: 10px 0;
}
input[type="tel"] {
    width: 100%;
    border-radius: 4px;
    border: 0;
    padding: 23px 28px;
    background-color: #f7f3ef;
    margin-bottom: 11px;
    outline: none;
    color: #7d2447 !important;
}
.check-boxes label {
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
    padding: 0 3px;
    position: relative;
}
.page-template-contact select{
    position: relative;
    appearance: none;
}
span.menu-867,span.menu-56 {
    position: relative;
}
.page-template-contact .menu-867::after,.page-template-contact .menu-56::after{
    content: " ";
    background-image: url(../../uploads/2021/03/Dropdown.png);
    position: absolute;
    top: -6px;
    width: 100%;
    height: 32px;
    background-repeat: no-repeat;
    max-width: 33px;
    right: 22px;
    cursor: pointer;
    pointer-events: none;
}
.form-lead .product-info p {
    margin-bottom: 25px !important;
}
.form-lead .product-info img {
    width: 100%;
    margin: 0 auto;
    max-width: 190px;
}
.form-lead .page-template-contact .info-btm {
    margin-top: 35px;
}
.form-lead .product-info p {
    margin-bottom: 34px !important;
}
.form-lead .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.form-lead  .info-btm {
    margin-top: 35px;
}


input[type="checkbox"] { position: absolute; opacity: 0; z-index: -1; }
input[type="checkbox"]+span {     font-size: 21px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #7d2447;
    font-family: "Arquitecta";
    padding: 0 3px;
    position: relative; 
    display: block;
    padding-left: 26px;
}
input[type="checkbox"]+span:before { font: 16pt FontAwesome; content: ''; display: inline-block;  background: #efe4db;
    border: 2px solid #efcfb4;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 5px;
    left: -7px;
 }
input[type="checkbox"]:checked+span:before { content: '\2713';  font-size: 16px;
    padding-left: 5px;}
input[type="checkbox"]:focus+span:before { outline: 1px dotted #aaa; }
input[type="checkbox"]:disabled+span { color: #999; }
input[type="checkbox"]:not(:disabled)+span:hover:before { text-shadow: 0 1px 2px #77F; }

.always, .gf-right{
    padding: 0 10px !important;
}

/*====================================== Responsive =====================================*/

@media screen and (max-width: 1840px){
	header .container{
		max-width: 100%;
		padding: 0px 40px;
	}
}
@media(max-width: 1890px) and (min-width: 1600px){
	.history-section:after {
    width: 758px;
    background-size: contain;
}
.inner-mission {
    padding: 0 360px;
}

}
@media(max-width: 1599px) and (min-width: 1440px){
.history-section:after {
    width: 640px;
    right: -168px;
    background-size: contain;
}
.inner-mission {
    padding: 0 150px;
}
.wrapper {
    max-width: 1300px;
    margin: 0 auto;
}
.mission:before {
    width: 23%;
    height: 350px;
    bottom: -120px;
}
}

@media screen and (max-width: 1890px){
    a.organic{
        padding: 15px 18px;
    }
    a.gluten-free{
        padding: 15px 15px;
}

}

@media screen and (max-width: 1800px){
a.gluten-free {
    padding: 15px 8px;
}
a.organic {
    padding: 15px 19px;
}
.left-banner{
		padding: 0px 25px;
	}
.left-toast {
    padding-left: 80px;
}
.page-template-gultenfreeproduct .left-toast,.page-template-organicproducts  .left-toast{
         text-align: unset;
}
}

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

    /*gluten free products  */
.page-template-gultenfreeproduct .left-toast,.page-template-organicproducts .left-toast{
    padding: 100px 0px 0 0;
}
.page-template-gultenfreeproduct .left-toast img,.page-template-organicproducts .left-toast{
    
    max-width: 665px;

}
.page-template-gultenfreeproduct .left-toast,.page-template-organicproducts .left-toast{
    padding: 65px 0px 0 0px;
}
.page-template-gultenfreeproduct .left-toast img,.page-template-organicproducts .left-toast img{
    max-width: 590px;
}
.page-template-gultenfreeproduct .kitchen-text, .page-template-organicproducts .kitchen-text{
    padding: 70px 0px 0 10px;
}
.page-template-gultenfreeproduct .kitchen-toast:before,.page-template-organicproducts .kitchen-toast:before{
    width: 100%;
    background-repeat: no-repeat;
    right: 0px;
    background-position: right;
    bottom: -58px;
    z-index: 1;
    background-position: center;
    background-size: contain;
    max-width: 260px;
}
.page-template-gultenfreeproduct .kitchen-toast, .page-template-organicproducts .kitchen-toast{
    height: unset;

}
.page-template-organicproducts .rt-content,.page-template-gultenfreeproduct .rt-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-template-organicproducts .rt-content img,.page-template-gultenfreeproduct .rt-content img {
    width:90% !important;
    top:95px !important;
}

}
@media screen and (max-width: 1600px){
    .page-template-aboutproduct .food-lable .food-boxes div:nth-child(3)::after{
        left: -17%;
    }
    .page-template-aboutproduct .food-lable .food-boxes div:nth-child(1)::after{
        right: -17%;
    
}
/* press */
.page-template-press .pdf-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding-bottom: 180px;
}
/* .page-template-press .pdf-list li.post-data{
    width: 32.2%;
    margin: 0 0 1.8% 0;
    max-width: unset;

} */
.page-template-press .image-sect{
    display: flex;
}
.page-template-press .custom-pagination{
    position: absolute;
    bottom: 96px;
    left: 50%;
    transform: translate(-50%,0);
}
/* gluten free products */
.inner-what-section .right-diff{
    padding: 170px 0 113px;
}
.page-template-gultenfreeproduct .lft-cont, .page-template-organicproducts .lft-cont{
padding: 150px 0;
}
.product-inner-section .project-tiles li{
    margin-bottom: 95px;
}
.inner-product-section{
    padding: 135px 0 70px;
}

/* single product */
.single-products .related-product{
    padding: 85px 0 128px !important;
}
.single-products .find-store {
    padding-top: 90px !important;
}
/* single recipes */
.single-recipes .recipes-content-area{
    margin: 130px auto 0 !important;
}
.single-recipes .related-product{
padding-top: 80px;
padding-bottom: 150px;
}
.page-template-recipes .lft-cont h2 {
    font-size: 50px !important;
    line-height: 60px !important;
    margin: 0 auto 15px !important;
}

}

@media screen and (max-width: 1550px){
.product-inner-section .project-tiles li{
    width: 31.2%;
}
.product-image-box::after{
    left: 4px;
}
}

@media screen and (max-width: 1540px){
.left-banner {
    padding: 0px 18px;
    width: 34%;
}
.banner h1 {
	font-size: 49px;
}
.banner{
	padding: 100px 50px 100px 100px;
	}
.left-banner::before, .left-banner::after {
    bottom: -98px;
}
.left-prod, .right-prod{
		padding: 100px 50px 62px 70px;
	}
.left-toast {
    padding-left: 0;
}
.main-navigation a{
    font-size: 14px !important;
}
.mission:before {
    right: -38px;
}
.mission {
    position: relative;
    overflow: hidden;
}
/* single-prodcut */
.left-pro-banner{
    padding: 60px 0px 0 !important;
}
.right-pro-banner{
    padding-top: 50px !important;
}
.box-area{
    margin-top: 50px !important;
}
.left-pro-banner img {
    width: 100%;
    max-width: 580px !important;
}
.product-content-area {
    padding: 90px 0 110px !important;
}
.gf-right h5 {
    margin: 10px 0 -14px !important;
}
.postid-1528 .left-pro-banner,.postid-1527 .gf-education-container.inner-single-banner,.postid-1526 .gf-education-container.inner-single-banner{
    padding: 155px 0px 0 !important;
}
}


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

    li.resource-dropdown::after{
        width: 100%;
        right: 8px;
        background-size: 100%;
    max-width: 15px;
    height: 15px;
    }
    .page-template-organicfaq .faq-section{
        padding-top: 120px;
    }
    .page-template-organicfaq .inner-faq .outer-tab:nth-child(2), .page-template-organicfaq .inner-faq .outer-tab:nth-child(3){
        padding-top: 60px;
    }
    .page-template-organicfaq .inner-faq .outer-tab:nth-child(3){
        padding-bottom: 140px;
    }

    /* gf-fq */
    .page-id-910 .inner-faq .outer-tab:nth-child(3)
{
    padding-bottom: 0 !important;
}
.page-id-910 .inner-faq .outer-tab:nth-child(4){
    padding-top: 60px;
    padding-bottom: 140px;
}
/* press */
.page-template-press .content-box .ttl h4{
    font-size: 21px;
    padding: 0px 10px;
}
.page-template-press .content-box{
    min-height: 140px;
}
.page-template-press .lft-cont{
    padding: 260px 0 227px;
}
.page-template-press .ttl{
    min-height: 81px;
}
.page-template-press .content-box .ttl h4{
    line-height: 24px;
}
.page-template-press .pdf-list{
    padding: 160px 0 160px;
}
/* gluten free product */
.inner-content-gluten-roduct h2{
    font-size: 50px;
}
.inner-content-gluten-roduct p
{
    font-size: 54px;
}
.page-template-gultenfreeproduct .left-toast img, .page-template-organicproducts .left-toast img{
    max-width: 560px;
}
.page-template-gultenfreeproduct .kitchen-text, .page-template-organicproducts .kitchen-text{
    padding: 95px 0px 0 20px;
}

.inner-what-section .right-diff{
    padding: 150px 0 93px;
}
.page-template-gultenfreeproduct .rt-content img{
    bottom: -81px;
}
.page-template-organicproducts .rt-content img,.page-template-gultenfreeproduct .rt-content img{
    bottom: -110px !important;
    top:unset !important;
}
.page-template-gultenfreeproduct .inner-content-gluten-roduct, .page-template-organicproducts .inner-content-gluten-roduct{
    padding: 80px 70px;
}
.gluten-banner-btn{
    margin-top: 28px;
}
.product-image-box::after{
    left: -12px;
}
.right-pro-banner h2{
    font-size: 50px !important;
    line-height: 60px !important;
}
.inner-box-area h2{
    font-size: 30px !important;
    line-height: 26px !important;
}
.left-product-single p{
    padding-bottom: 12px;
}
/* single-product */

a.back {
    left: 115px !important;
    transition: 0.5s !important;
}
/* single-recipe */
.inner-content-area-term p{
    margin: 15px 0;
}
.inner-content-area-term{
    padding: 80px 0 80px;
}
.page-template-recipes .recipe-head {
    padding-top: 50px;
}
.page-template-press .ser-content{
    height: 428px;
}
.page-template-recipes ul.project-tiles1{
    padding-bottom: 95px;
}

}


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

.page-template-contact .contact-form-section{
    padding: 120px 0 0;
}
.page-template-contact .cont-inner{
    padding-bottom: 143px;
}
/* gluten free product */
.page-template-gultenfreeproduct .kitchen-toast:before,.page-template-organicproducts .kitchen-toast:before{
    bottom: -103px;
    max-width: 160px;
}
}
@media screen and (max-width: 1440px){
	footer .container {
		padding: 0px 40px;
	}
	.left-prod .content-area, .right-prod .content-area{
		padding: 20px 48px;
		margin-left: 152px;
	}
	.main-navigation a{
		font-size: 14px;
		padding: 10px 6px;
	}
	.banner {
		height: 1000px;
	}
	.right-banner img{
		width: 80%;
	}
	.slider-featured{
		max-width: 100%;
		padding: 80px 60px 0;
	}
    .history-section:after {
        width: 500px;
        right: -140px;
        background-size: contain;
    }
.inner-mission {
    padding: 0 150px;
}
.wrapper {
    max-width: 1300px;
    margin: 0 auto;
}
.mission:before {
    width: 23%;
    height: 350px;
    bottom: -120px;
}
/* gluten free products */

}
@media screen and (max-width: 1400px){
    /* li#menu-item-1151::after{
        height: 15px;
        right: 4px;
        max-width: 15px;
    } */
    li.resource-dropdown a::after {
        content: " ";
        content: " ";
        background-image: url(../../uploads/2021/04/Vector-Smart-Object-4-1.png);
        width: 16px;
        height: 15px;
        position: absolute;
        background-repeat: no-repeat;
        top: 50%;
        right: -11px;
        transform: translate(0,-50%);
        appearance: none;
        width: 100%;
        background-size: 100%;
        max-width: 14px;
    }
.left-banner::before, .left-banner::after{
		border-bottom: 383px solid #ffffff;
    	border-left: 245px solid transparent;
    	border-right: 228px solid transparent;
		bottom: -81px;
}
.left-banner{
		width: 36%;
}
.left-prod, .right-prod {
    padding: 100px 50px 138px 50px;
}
.page-template-aboutproduct .food-lable{
    padding-top: 110px;
}
.page-template-aboutproduct .food-lable .food-boxes{
    padding: 70px 0 149px;
}
.left-prod .content-area, .right-prod .content-area {
    padding: 5px 30px;
    margin-left: 160px;
}
.left-prod {
    padding-bottom: 124px;
}
.left-toast {
    padding-left: 0;
    padding-right: 45px;
}
a.organic, a.gluten-free {
    display: block;
    padding: 0px 20px;
}
a.organic {
    margin-right: 0px;
    margin-bottom: 20px;
}
.kitchen-toast:before{
		height: 280px;
	}
    .banner-area:after{
        width: 27%;
        background-size: contain;
    }
    .page-template-aboutproduct .right-organic{
        padding-left: 5%;
    }
    .page-template-aboutproduct .lft-gluten{
        padding-right: 5%;
    }

    .page-template-aboutproduct .lft-organic::after{
        top: -30%;
        width: 31%;
        right: -12%;
    }
    .page-template-aboutproduct .right-gluten::after{
        width: 35%;
        top: -24%;
    }
    .page-template-gfeducation .safty-txt-lft .inner-safty-txt-lft,.page-template-gfeducation .safty-txt-rt .inner-safty-txt-rt{
        padding: 0 10%;
    }
    .page-template-gfeducation .education-section{
        padding: 145px 0 155px;
    }
    .page-template-gfeducation .additional-resources{
        padding: 180px 0 0;
    }

    .page-template-gfeducation .add-txt .inner-add-txt{
        padding-right: unset;
    }
    /* press */
 
    .page-template-press .content-box{
        min-height: 161px;
    }
    /* gluten free products */
    .page-template-gultenfreeproduct .left-toast, .page-template-organicproducts .left-toast{
        padding: 45px 0px 0 0px;
    }
    .page-template-gultenfreeproduct .left-toast img,.page-template-organicproducts .left-toast img{
        max-width: 500px;
    }
    .page-template-gultenfreeproduct .kitchen-text, .page-template-organicproducts .kitchen-text{
        padding: 40px 0px 0 20px;
    }
    .kitchen-text h2{
        font-size: 45px;
        line-height: 58px;
    }
    .kitchen-text h3{
        font-size: 50px;
        line-height: 58px;
    }
    .product-image-box::after{
        max-width: 241px;
        height: 233px;
        background-size: contain;
        top: 73px;
    }
    .inner-box-area h2{
        font-size: 30px ;
    }
    .inner-box-area p{
        font-size: 32px;
    }
    


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

    .page-template-contact .left-add, .page-template-contact .rt-add, .page-template-contact .city, .page-template-contact .state, .page-template-contact .zip, .page-template-contact .subject
    ,.page-template-contact .email, .page-template-contact .phone,.page-template-contact .fname, .page-template-contact .lname,.page-template-contact .ups, .page-template-contact .lot-code{
        width: 49%;
        max-width: unset;
    }
    
}

@media screen and (max-width: 1300px){
	.left-banner::before, .left-banner::after{
		bottom: -90px;
    }
    .wrapper {
        padding: 0 30px;
    }
    .page-template-aboutproduct .lft-organic::after{
        top: -34%;
    }
    .page-template-gultenfreeproduct .lft-cont, .page-template-organicproducts .lft-cont{
        padding: 130px 0;
    }
    .page-template-gultenfreeproduct .left-toast img,.page-template-organicproducts .left-toast img {
        max-width: 440px;
    }
    /* single recipe */
    .page-template-recipes .recipe-head {
        padding-top: 30px;
    }
    li.resource-dropdown {
        padding-right: 12px;
    }

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

.page-template-aboutproduct .right-organic{
    max-width: 460px;
}
.page-template-aboutproduct .lft-gluten p{
    max-width: 400px;
}
.page-template-contact .wpcf7-list-item-label{
    padding: 0 30px 0 3px;
}
.product-inner-section .project-tiles li{
    width: 30.6%;
}
.product-image-box::after {
    left: -22px;
}
/* .page-template-recipes li.recipes-data {
    width: 31.9%;
} */


}
@media screen and (max-width: 1280px){
.left-pro-banner img {
        max-width: 520px !important;
    }
.left-pro-banner{
    display: flex;
  }
  .left-pro-banner img {
    object-fit: cover;
}
  .inner-box-area h2 {
    font-size: 21px !important;
    line-height: 24px !important;
}
.inner-box-area p {
    font-size: 24px !important;
    line-height: 33px !important;
}

.gf-right img {
    max-width: 58px;
}
.gf-right p {
    font-size: 12px !important;
    line-height: 24px !important;
}
.inner-box-area{
    padding: 30px 0 !important;
}
.gf-right h5 {
    margin: 10px 0 8px !important;
}
.inner-box-area p:nth-child(6) {
    font-size: 18px !important;
    letter-spacing: 1px !important;
    line-height: 28px !important;
}
.always, .gf-right{
    padding: 0 10px !important;
}
.always p {
    line-height: 30px !important;
}


.inner-box-area h2:nth-child(5):after{
    width: 32%;
    margin: 10px auto 10px !important;
}
.right-pro-banner a{
    font-size: 14px !important;
}
/* .gf-right p:nth-child(3){
    margin-top: 20px !important;
} */
.gf-right h5{
    line-height: 28px !important;
}
a.back {
    left: 90px !important;
}
/* locator-page */
.cont-lft-cont h2{
    font-size: 50px;
}
.page-template-locator .cont-lft-cont h2{
    font-size: 50px;
    line-height: 60px;
}
.page-template-locator .cont-lft-cont::before{
    height: 258px;
    max-width: 190px;
    bottom: -61px;
}
.always h5,.organic-product .always h5{
    font-size: 18px;
    line-height: 28px;
}
.page-template-press .custom-pagination{
    bottom: 80px;
}
.postid-1528 .left-pro-banner,.postid-1527 .left-pro-banner,.postid-1526 .left-pro-banner{
    padding: 180px 0px 0 !important;
}
}


@media screen and (max-width: 1300px) and (min-width: 1200px){
	.history-section:after {
		width: 550px;
	}
}
@media(max-width:1270px){
    .right-banner {
        width: 52%;
        bottom: 120px;
    }
    .banner {
        padding: 175px 50px 100px 100px;
    }
    .left-banner {
        width: 46%;
    }
    .banner h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .left-prod, .right-prod {
        width: 100%;
    }
    .prod-types{
        display: unset !important;
    }
}

@media(max-width:1199px){
    .page-template-aboutproduct .lft-cont{
        padding: 132px 0;
    }
    .history-section:after {
        width: 360px;
        right: -87px;
    }
    .inner-mission {
        padding: 0 90px;
    }
    .kitchen-text h2 {
        font-size: 38px;

    }
    .page-template-aboutpage .lft-value h6 p{
        font-size: 38px;
        padding-bottom: 38px;
    }
    .page-template-aboutpage  .lft-value p{
        padding-left: 10px;
    padding-right: 10px;
    }
    .page-template-aboutproduct .lft-cont p{
        padding: 0 5%;
    }
    .page-template-aboutproduct .right-organic{
        padding-left: 11%;
    }
    .page-template-aboutpage .lft-cont{
        padding: 170px 20px;
    }
    .page-template-aboutproduct .lft-gluten{
        padding-right: 12%;
    }
    .page-template-aboutproduct .about-organic{
        padding: 115px 0 120px;
    }
    .page-template-aboutproduct .food-lable{
        padding-top: 75px;
    }
    .page-template-aboutproduct .food-lable .food-boxes{
        padding: 70px 0 115px;
    }
    .page-template-aboutproduct .gluten-free{
        padding: 115px 0 75px;
    }
    .page-template-aboutproduct .lft-organic::after{
        top: -37%;
    }
    .page-template-aboutproduct .right-gluten::after{
        top: -32%;
    }
    .page-template-gfeducation .lft-cont p{
        padding: 12px 37px 0;
    }
    .page-template-gfeducation .add-txt ul li:nth-child(1):after,.page-template-gfeducation .add-txt ul li:nth-child(2):after,.page-template-gfeducation .add-txt ul li:nth-child(3):after,.page-template-gfeducation .add-txt ul li:nth-child(4):after{
        width: 48px;
    }
    .page-template-gfeducation .add-txt .inner-add-txt{
        max-width: 520px;
    }
    .page-template-gfeducation .add-txt ul{
           padding-left: 10%;
    }
    .page-template-gfeducation .inner-diagnosis-treatment::before{
        top: -86px;
        right: 13px;
        background-size: 170px;
        max-width: 221px;
    }
    .page-template-gfeducation .additional-resources .add-img::after{
        top: -80px;
        left: 40px;
        background-size: 171px;
    }
    /* contact-us */
    .page-template-contact .contact-form-section{
        padding: 100px 0 0;
    }
    .page-template-contact .banner-text,.page-template-contact .inner-banner-contact{
        min-height: 750px;
    }

    .page-template-contact .cont-lft-cont h2{
        font-size: 48px;
        line-height: 58px;
    }
    .page-template-contact .cont-lft-cont p{
        font-size: 21px;
    }
    .page-template-contact .cont-inner h3,.page-template-contact .product-info h2,.page-template-contact .quest-diff h2{
        font-size: 32px;
    }
    /* organic faq  */
    .page-template-organicfaq .cont-lft-cont h2{
        font-size: 48px;
        line-height: 58px;
    }
    .page-template-organicfaq .cont-lft-cont p{
        font-size: 21px;
        max-width: 300px;
    }
    .page-template-organicfaq .inner-faq h2{
        font-size: 32px;
    }
    .page-template-organicfaq .banner-text,.page-template-organicfaq .inner-banner-contact{
        min-height: 750px;
    }
    .page-template-organicfaq .cont-lft-cont p:nth-child(1){
        padding-top: 0;
    }
    .page-template-organicfaq .cont-lft-cont{
        padding: 7% 8% 7%;
    }
    .page-template-organicfaq .question{
        line-height: 33px;
        padding: 16px 20px 16px 0;
    }
    /* press */
    .page-template-press .lft-cont{
        padding: 240px 0 206px;
    }
    .page-template-press .pdf-list{
        padding: 130px 0 130px;
    }
    .page-template-press .custom-pagination{
        bottom: 58px;
    }
    .page-template-press .entry-date{
        font-size: 14px;
    }
    /* coming soon */
    .page-template-comingsoon .rt-content img,.page-template-terms-privacy .rt-content img{
        width: 100% !important;
        max-width: 400px;
    }
    .page-template-comingsoon .lft-cont h2,.page-template-terms-privacy .lft-cont h2{
        max-width: 406px;
        font-size: 48px;
        line-height: 58px;
      }
      /* gluten free products */
      .page-template-gultenfreeproduct .left-toast img,.page-template-organicproducts .left-toast img{
        max-width: 390px;
      }
      .inner-what-section .right-diff{
        padding: 130px 50px 73px;
      }
      .inner-content-gluten-roduct h2, .inner-content-gluten-roduct p{
        font-size: 48px;
        line-height: 58px;
      }
      .page-template-gultenfreeproduct .right-diff p{
        margin: 10px auto 20px;
      }
      .product-image-box::after{
        left: -31px;
      }
      /* sigle-product */
     
      .single-products .related-product {
        padding: 60px 0 103px !important;
    }
    .single-products .find-store {
        padding-top: 78px !important;
    }
    .single-products .find-store a{
        font-size: 14px !important;
    }
    /* locator-page */
    .page-template-locator .map-area{
        padding: 80px 0;
    }
    .page-template-recipes .recipes-content h4{
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .postid-1526 .organic-product .right-pro-banner h2 br {
        display: none;
    }
 
}

@media(max-width:1100px){
.diffrance-section:after {
    width: 30%;
}
.baking .left-baked, .right-baked {
    width: 100%;
    padding: 80px 0px 90px;
}
.left-baked p {
    width: 100%;
    padding: 0 75px;
}
.right-baked {
    padding: 0;
}
.right-baked img {
    /* height: auto; */
}
.kitchen-text h2 {
    font-size: 36px;
    line-height: 44px;
    margin-top: 0;
}
.baking:after {
    width: 30%;
}
/* gluten free products */
.page-template-gultenfreeproduct .left-toast,.page-template-organicproducts .left-toast{
    width: 35%;
}
.page-template-gultenfreeproduct .kitchen-text, .page-template-organicproducts .kitchen-text{
    width: 65%;
    max-width: 450px;
    margin: 0 auto;
}
.page-template-gultenfreeproduct .left-toast img,.page-template-organicproducts .left-toast img{
    max-width: 315px;
}
.page-template-gultenfreeproduct a.browse-btn,.page-template-organicproducts a.browse-btn{
    margin-top: 4px;
}
.page-template-gultenfreeproduct .inner-content-gluten-roduct, .page-template-organicproducts .inner-content-gluten-roduct{
    padding: 60px 34px;
}
.page-template-gultenfreeproduct .rt-content, .page-template-organicproducts .rt-content{
    
    display: flex;
    justify-content: center;

}
.page-template-gultenfreeproduct .rt-content img, .page-template-organicproducts .rt-content img{
    top: 170px;
    bottom: unset;
}
.page-template-gultenfreeproduct .rt-content img, .page-template-organicproducts .rt-content img{
         height: unset;
max-width: 500px !important;
}
.page-template-organicproducts .rt-content img ,.page-template-gultenfreeproduct .rt-content img{
        bottom: -65px !important;
        top: unset !important;
     }
     /* .page-template-recipes li.recipes-data{
        width: 31.5%;
     } */

}


@media(max-width:1023px){

.footer-one {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.footer-one .widget {
    width: 50%;
}
.footer-two {
    width: 48%;
}
.footer-three {
    width: 48%;
    margin-left: 2%;
}
.footer-four {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: -12px;
}
.footer-five {
    width: 100%;
    margin-top: 25px;
}
.footer-four .widget {
    width: 50%;
}
.copyright {
    margin-top: 40px;
}
input#s {
    border-bottom: 3px solid #fff;
    color: white;

}
footer::before {
    bottom: 0px;
    height: 51px;
    width: 127px;
    background-repeat: no-repeat;
    right: 0;
    background-size: contain;
}
input#searchsubmit{
    top: -6px !important;
}
input[type="search"]{
    padding: 3px 3px 16px !important;
}
.right-diff p {
    max-width: 395px;
}
.product-image-box::after{
    height: 185px;
    left: -53px;
}
}

@media(max-width:999px){
    .menu-toggle {
        display: block;
        text-align: right;
        width: 50px;
        float: right;
        border: 0;
        /* font-size: 0; */
        background: url(../../uploads/2021/03/nav-bar.png);
        text-indent: -1px;
        background-repeat: no-repeat;
        font-size: 0;
        height: 24px;
        margin-top: 4%;
    }
     .page-template-homepage .main-navigation{
        width: 100%;
    }
    .page-template-aboutproduct nav.main-navigation{
        top: 40px;
    }

    .menu-toggle:focus{
outline: none;
    }
.menu-home-page-menu-container {
    float: right;
    display: none;
}
.toggled .menu-home-page-menu-container {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 9999;
    background: #fff;
    top: 60px;
    padding: 20px 31px;
}
.page-template-aboutproduct .menu-toggle{
    margin-top: 0;
}
.page-template-aboutpage .toggled .menu-home-page-menu-container{
    left: 15px;
}
.main-navigation a {
    font-size: 22px;
    padding: 6px 6px;
    text-align: left;
    line-height: 37px;
}
.page-template-aboutpage nav.main-navigation {
    float: right;
    width: 100%;
    /* position: relative; */

}
.page-template-aboutpage nav.main-navigation{
    top: 35px;
}
.left-banner{
    margin-top: -60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home img.custom-logo {
    display: block;
}
.banner {
        padding: 182px 27px 85px 50px;
}
.banner {
    margin-top: -9%;
}
.home .toggled .menu-home-page-menu-container {
    top: 62px;
    left: 15px;
}
.right-banner {
    width: 68%;
    bottom: 120px;
}
.kitchen-toast:before {
    height: 230px;
}
.baking:after {
    width: 34%;
}
.left-prod .content-area, .right-prod .content-area{
    position: initial;
}
.left-prod .content-area, .right-prod .content-area {
    position: initial;
    margin-left: -7%;
    width: 67%;
    margin-top: 78px;
}
.left-prod img, .right-prod img {
    float: left;
    width: 30%;
    z-index: 1;
    position: relative;
}
button.fa-angle-left {
    top: 190px;
}
button.fa-angle-right {
    top: 190px;
}
.home .site-branding{
    padding-left: 9px;
}
.value-section {
    max-width: 400px;
    margin: 35px auto 0;
}
.lft-value h6 p {
    text-align: center;
    font-size: 36px;
    line-height: 47px;
}
.lft-value p {
    max-width: 467px;
    padding: 0 20px;
    width: 100%;
}
.page-template-aboutproduct .main-navigation{
    width: 100%;
} 
.page-template-aboutproduct .menu-home-page-menu-container{
    left: 15px;
    top: 50px;
}
/* gf-education */
.page-template-gfeducation .main-navigation{
    width: 100%;
    top: 35px;
}
.page-template-gfeducation .menu-home-page-menu-container{
    left: 15px;
    top: 50px;
}
.page-template-gfeducation .menu-toggle{

    margin-top: 0;
}
/* contact us */
.page-template-contact .menu-toggle,.page-template-organicfaq .menu-toggle,.page-template-comingsoon .menu-toggle,
.single-recipes .menu-toggle,.page-template-gultenfreeproduct .menu-toggle,.page-template-press .menu-toggle,.page-template-organicproducts .menu-toggle,
.single-products .menu-toggle,.single-post .menu-toggle,.page-template-terms-privacy .menu-toggle,.page-template-locator .menu-toggle ,.page-template-recipes .menu-toggle,.page-template-aboutpage .menu-toggle,.search .menu-toggle{
    margin-top: 0;
}
.page-template-contact .main-navigation,.page-template-organicfaq .main-navigation,.page-template-comingsoon .main-navigation,
.single-recipes .main-navigation,.page-template-gultenfreeproduct .main-navigation,.page-template-press .main-navigation,.page-template-organicproducts .main-navigation,.single-products .main-navigation
,.single-post .main-navigation,.page-template-terms-privacy .main-navigation,.page-template-locator .main-navigation ,.page-template-recipes .main-navigation,.page-template-aboutpage .main-navigation,.search .main-navigation{
    right: 15px;
    top: 35px;
    width: 100%;
}
.page-template-contact .menu-home-page-menu-container,.page-template-organicfaq .menu-home-page-menu-container,.page-template-comingsoon .menu-home-page-menu-container,
.single-recipes .menu-home-page-menu-container,.single-products .menu-home-page-menu-container,.page-template-gultenfreeproduct .menu-home-page-menu-container,.page-template-press .menu-home-page-menu-container,
.page-template-organicproducts .menu-home-page-menu-container,.single-post .menu-home-page-menu-container,
.page-template-terms-privacy .menu-home-page-menu-container,.page-template-locator .menu-home-page-menu-container ,.page-template-recipes .menu-home-page-menu-container ,.page-template-aboutpage .menu-home-page-menu-container,.search .menu-home-page-menu-container{
    left: 15px;
    top: 50px;
}
/* coming soon */


.product-inner-section ul li a{
    line-height: 33px
}

    ul.tab {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
    padding:0;
  }
  
  ul.tab li a {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
  }
  
  ul.tab li a:hover,
  .header .menu-btn:hover {
    background-color: #f4f4f4;
  }
  
  



/* menu */
  



  .tab {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
  }
  
  /* menu icon */
  
 .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 25px 20px;
    position: relative;
    user-select: none;
  }
  
 .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
    display: none;
  }
  
 .menu-icon .navicon:before,
 .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  
  .outer-filter .logo {
    display: block;
    float: left;
    font-size: 18px;
    padding: 13px 20px 8px;
    text-decoration: none;
    letter-spacing: 1px;
    color: #7d2447;
    font-weight: 800;
    font-family: "Cosmos";
    text-transform: capitalize;
}

.menu-icon .navicon:before {
    top: 5px;
  }
  
.menu-icon .navicon:after {
    top: -5px;
  }
  
  /* menu btn */
  
  .menu-btn {
    display: none;
  }
  
.menu-btn:checked ~ .tab {
    max-height: 240px;
    padding: 0px 0px 15px;
  }
  .menu-btn:checked ~ label.menu-icon::before {
    content: " ";
    background-image: url(../../uploads/2021/03/ACTIVE-Dropdown.png);
    position: absolute;
    width: 26px;
    height: 26px;
    content: " ";
    position: absolute;
    top: 13px;
    right: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
} 
.menu-btn:checked ~ label.menu-icon::after{
    display: none;
}

  .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  
  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
 .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
   .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
   .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
  
  /* 48em = 768px */




}

  
@media (min-width: 993px) {
    .tab li {
      float: left;
    }
    .tab li a {
      padding:0;
    }
     .menu {
      clear: none;
      max-height: none;
    }
     .menu-icon {
      display: none;
    }
    .outer-filter .logo{
        display: none;
    }
    .menu-btn{
        display: none;
    }
  }
  @media screen and (min-width: 993px) {
    .page-template-recipes .recipe-section .navigation{
        display:none
    }
    .page-template-recipes .recipe-section .nav-list {
      display: block !important;
    }
  }

@media(max-width:992px){

    .page-template-aboutproduct .site-branding{
        top: 20px;
    }
.page-template-aboutproduct .inner-about-organic,.page-template-aboutproduct .inner-gluten-area{
    display: flex;
    flex-direction: column-reverse;
}
.page-template-aboutproduct .right-organic,.page-template-aboutproduct .lft-gluten, .page-template-aboutproduct .right-gluten{
    width: 100%;
    max-width: unset;
}
.page-template-aboutproduct .lft-organic{
    width: 100%;
}
.page-template-aboutproduct .food-lable .food-boxes{
    flex-direction: column;
}
.page-template-aboutproduct .food-lable .boxes-food{
    width: 100%;
}
.page-template-aboutproduct .food-lable .food-boxes div:nth-child(1) p, .page-template-aboutproduct .food-lable .food-boxes div:nth-child(3) p{
    max-width: 490px;
}
.page-template-aboutproduct .food-lable p{
    max-width: 642px;
}
.page-template-aboutproduct .food-lable .food-boxes div:nth-child(2) p
{
    max-width: 520px;
}
li.resource-dropdown a::after{
    height: 17px;
    right: 0px;
    max-width: 17px;
}
ul.sub-menu{
    width: 100%;
}
.main-navigation ul ul a{
    width: 100%;
}
.baking{
    flex-direction: column;
}
.page-template-aboutproduct .food-lable .food-boxes
{
padding: 30px 0 85px;

}
p.about-content{
    padding: 0 20px;
}
.page-template-aboutproduct .lft-gluten p{
    max-width: unset;
}
.page-template-aboutproduct .lft-gluten,.page-template-aboutproduct .right-organic{
    padding: 2%;
}
.page-template-aboutproduct .right-organic h2, .page-template-aboutproduct .lft-gluten h2{
    text-align: center;
}
.page-template-aboutproduct .right-organic, .page-template-aboutproduct .lft-gluten, .page-template-aboutproduct .right-gluten{
    text-align: center;
}
.page-template-aboutproduct .about-organic{
    padding: 50px 0 100px;
}
.page-template-aboutproduct .lft-organic{
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.page-template-aboutproduct .lft-organic::after{
    top: -25%;
    width: 31%;
    right: 1%;
}
.page-template-aboutproduct .lft-organic img{
    width: 80%;
}
.page-template-aboutproduct .food-lable .food-boxes h2{
    margin-bottom: 10px;
}
.page-template-aboutproduct .right-gluten::after{
    width: 31%;
    top: -21%;
    left: 2%;
}
.page-template-aboutproduct .right-gluten img{
width: 80%
}
.page-template-aboutproduct .gluten-free{
    padding: 115px 0 55px;
}
.page-template-aboutproduct .food-lable .food-boxes div:nth-child(3)::after,.page-template-aboutproduct .food-lable .food-boxes div:nth-child(1)::after{
    display: none;
}
.page-template-aboutproduct .food-lable .food-boxes p{
    padding-bottom: 10px;
}
.page-template-gfeducation .lft-cont{
    padding: 150px 0;
}
.page-template-gfeducation .outer-safty-text{
    flex-direction: column;
}
.page-template-gfeducation .safty-txt-lft, .page-template-gfeducation .safty-txt-rt{
    width: 100%;
}
.page-template-gfeducation .safty-txt-lft .inner-safty-txt-lft,.page-template-gfeducation .safty-txt-rt .inner-safty-txt-rt{
    max-width: unset;
}
.page-template-gfeducation .safty-txt-lft::after{
    content: " ";
    border-bottom: 3px solid #7d2447;
    width: 90%;
    margin: 0 auto;
    border-left: none;
    position: absolute;
    left: 0;
}
.page-template-gfeducation .additional-resources .add-img img{
    vertical-align: bottom;
}
.page-template-gfeducation .additional-resources{
    flex-direction: column;
}
.page-template-gfeducation .additional-resources .add-img,.page-template-gfeducation .add-txt{
    width: 100%;
}
.page-template-gfeducation .outer-safty-text{
    padding: 30px 0 89px;
}
.page-template-aboutproduct .food-lable .food-boxes p{
    font-size: 21px !important;
}
/* contact us page */
.page-template-contact .left-add, .page-template-contact .rt-add, .page-template-contact .city,
.page-template-contact .state, .page-template-contact .zip, .page-template-contact .subject, .page-template-contact .email, 
.page-template-contact .phone, .page-template-contact .fname, .page-template-contact .lname, .page-template-contact .ups,
 .page-template-contact .lot-code,.page-template-contact .rt-check-bx, .page-template-contact .lft-check-bx{
      width: 100%;
}
.page-template-contact .contact .name,.page-template-contact .second-row,.page-template-contact .address,
 .page-template-contact .btm-add, .page-template-contact .sub-area, 
 .page-template-contact .info-btm,.page-template-contact .check-boxes
{
    flex-direction: column;
}
.page-template-contact .submit{
    margin-top: 30px;
}
.page-template-contact .cont-lft-cont{
    padding: 10% 13% 10%;
}
.page-template-contact .lot-code small{
position: unset;
}
/* organic faq */
.page-template-organicfaq .cont-lft-cont{
    padding: 7% 8% 7%;
}
/* press */
.page-template-press .pdf-list li.post-data{
width: 49%;
margin: 0 2% 2% 0;
}
.page-template-press .lft-cont{
    padding: 180px 0 147px;
}
.page-template-press .pdf-list li.post-data:nth-child(3n+0) {
    margin-right: 2%;
}
.page-template-press .pdf-list li.post-data:nth-child(even) {
    /* margin-right: 0; */
    margin: 0 0% 2% 0;
}
  /* gluten free products */
  .page-template-gultenfreeproduct .banner-text,.page-template-organicproducts .banner-text{
    flex-direction: column;
  }
  .page-template-gultenfreeproduct .inner-content-gluten-roduct, .page-template-organicproducts .inner-content-gluten-roduct{
    padding: 10% 10% 10%;
  }
  .page-template-gultenfreeproduct .lft-cont, .page-template-organicproducts .lft-cont,.page-template-gultenfreeproduct .rt-content, .page-template-organicproducts .rt-content{
    width: 100%;
  }
  .page-template-gultenfreeproduct .rt-content, .page-template-organicproducts .rt-content{
    margin-bottom: -17px;
  }
  .page-template-gultenfreeproduct .lft-cont, .page-template-organicproducts .lft-cont {
    padding: 130px 0 50px;
}
  .page-template-gultenfreeproduct .rt-content img, .page-template-organicproducts .rt-content img{
    max-width: 400px !important;
    position: static;
  }
  .inner-what-section .lft-diff img{
    vertical-align: bottom;
  }
  .inner-what-section {
    flex-direction: column;
}
.inner-what-section .lft-diff {
    width: 100%;
}
.inner-what-section .right-diff {
    width: 100%;
    padding: 73px 22px 73px;
}
.inner-what-section .right-diff p{
    max-width: 790px !important;
    width: 100% !important;
    padding: 0 20px !important;
}
.pro-text p{
    display:none;
}
.inner-product-section{
    padding: 100px 0 50px;
}
ul.project-tiles{

    padding: 65px 0 6px;
}
.product-inner-section .project-tiles li{
    margin-bottom: 75px;
}
.product-box h3{
    margin: 0;
}
.product-box h3::after{
    top: 100%;
    height: 3px;
    opacity: 0.8;
}
.page-template-gultenfreeproduct .kitchen-toast, .page-template-organicproducts .kitchen-toast{
    position: relative;
}
.page-template-gultenfreeproduct .left-toast,.page-template-organicproducts .left-toast{
    position: absolute;
    width: 100%;
    max-width: 237px;
    top: -122px;
    left: -94px;
    padding: 0;
}
.page-template-gultenfreeproduct .kitchen-text, .page-template-organicproducts .kitchen-text{
    width: 100%;
    max-width: 392px;
    margin: 0 auto;
    padding: 40px 0px 20px 0px;
}
.page-template-gultenfreeproduct .kitchen-text h2 br,.page-template-organicproducts .kitchen-text h2 br {
    display: none !important;
}
.page-template-gultenfreeproduct .kitchen-text, .page-template-organicproducts .kitchen-text{
    padding: 40px 105px 20px 107px;
    max-width: unset;
}
.kitchen-text h2 {
    font-size: 28px;
    margin-bottom: 0;
}
.kitchen-text h3 {
    font-size: 40px;
    line-height: 42px;
}
a.browse-btn{
    font-size: 14px;
}
.product-inner-section .project-tiles li {
    width: 29.8%;
}
/* filter-design */
.outer-filter{
    background-color: #f7f3ef;
    position: relative;
}
.outer-filter::after {
    content: " ";
    display: table;
    clear: both;
}
.tab{
background-color: #f7f3ef !important;
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 49px;
    display: flex;
    flex-direction: column;
    align-items: end;
}
ul.tab li a{
    padding: 0px 20px;
}
label.menu-icon::after {
    background-image: url(../../uploads/2021/03/arrow-down.png);
    width: 26px;
    height: 26px;
    content: " ";
    position: absolute;
    top: 12px;
    right: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.outer-filter{
    margin: 12px 0 25px;
}
/* single-product-page */

.right-pro-banner p:nth-child(1){
    display: none;
}
.single-products .inner-single-banner {
    flex-direction: column;
    align-items: center;
}
.left-pro-banner {
    display: flex;
    width: 100%;
    justify-content: center;
}
.right-pro-banner {
    padding-top: 20px !important;
    text-align: center;
    width: 100%;
}
.left-pro-banner img {
    max-width: 370px !important;
}
.right-pro-banner h2{
    margin: 0;
}
.right-pro-banner p{
    margin: 10px auto 20px !important;
}
.inner-box-area{
    flex-direction: column;
    align-items: center;
}
.right-pro-banner p{
    max-width: 478px !important;
}
.always, .gf-right {
    padding: 0 10px !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.always p {
    margin: 0 !important;
}
.gf-right img {
        max-width: 90px;
        margin-top: 40px;
}
.postid-1477 .gf-right img,.postid-1475 .gf-right img{
    margin-top: 0px;
}
.always h5,.organic-product .always h5 {
    margin: 8px 0 40px;
}
.product-content-area{
    display: flex;
    flex-direction: column;
}
.left-product-single, .right-product-single {
    width: 100%;
}
.left-product-single{
    text-align: center;
}
.find-images-sec ul li:nth-child(4) {
    display: none;
}
.always::after {
    content: " ";
    position: absolute;
    height: 308px;
    top: 100%;
    background: #006890;
    height: 3px !important;
    width: 90%;
    right: unset;;
}
.always p {
    margin: 0 !important;
    line-height: 26px !important;
}

.box-area {
    width: 70%;
    margin: 50px auto 0 !important;
}
.inner-box-area h2:nth-child(5):after{
    margin: 10px auto 0px !important;
}
.gf-right p {
    display: block !important;
    position: unset !important;
    margin: 0 !important;
}

.single-products .post-img {
    display: flex;
    height: 290px;
    overflow: hidden;
}
.product-content-area {
    padding: 70px 0 90px !important;
}
.single-products .find-store p{
    max-width: 360px;
}
.single-products .find-store{
    padding-top: 65px !important;
}
.single-products .find-images-sec ul{
    margin: 58px 0 -41px;
}
.find-images-sec ul li img {
    max-width: 90px !important;
}
.single-products .find-images-sec ul {
    margin: 25px 0 -27px;
}
.single-products .find-images-sec ul li {
    margin: 0px 30px !important;
}
.postid-1528 .left-pro-banner,.postid-1527 .left-pro-banner,.postid-1526 .left-pro-banner {
    padding: 60px 0px 0 !important;
}

/* single orgainc product */
.organic-product .always::after{
    content: " ";
    position: absolute;
    top: 100%;
    background: #5a7d2d;
    height: 3px !important;
    width: 90%;
    right: unset;;
}
.find-images-sec ul li:nth-child(4),.find-images-sec ul li:nth-child(5),
.find-images-sec ul li:nth-child(6){
display: none;
}
.organic-product  .find-images-sec ul li img {
    max-width: 120px !important;
}
.single-products .organic-product .find-images-sec ul li {
    margin: 0px 12px !important;
}

/* single recipes */
.page-template-recipes .recipe-section .tab1{
    display: none;
}
.outer-recipe-category {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    display: none;
}
.page-template-recipes .recipe-section .recipe-category-inner{
    justify-content: center;    
    width: 100%;
}
.page-template-recipes .recipe-section .search{
    width: 90%;
    margin-top: 10px;
}
.page-template-recipes .recipe-section .nav-mobile {
    display: block;
    position: absolute;
    top: 0px;
    z-index: 1;
    background: transparent;
}
.page-template-recipes .recipe-section .navigation {
    height: 70px;
    background: #f7f3ef;
    width: 90%;
    margin: 15px auto 0;
  }
.page-template-recipes .recipe-section  nav {
  width: 100%;
  padding: 70px 0 15px;
}
.page-template-recipes .recipe-section  a#nav-toggle::after {
    content: " ";
    background-image: url(../../uploads/2021/03/arrow-down.png);
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: -2px;
    right: 0px;
}
.page-template-recipes .recipe-section a#nav-toggle.active::after {
    background-image: url(../../uploads/2021/03/ACTIVE-Dropdown.png);
}
.page-template-recipes .recipe-section #nav-toggle.active span,.page-template-recipes .recipe-section #nav-toggle span, .page-template-recipes .recipe-section #nav-toggle span:before,
 .page-template-recipes .recipe-section #nav-toggle span:after{
    display: none !important;
}
.page-template-recipes .recipe-section nav ul {
    display: none;
    /* margin-right: 163px; */
    position: absolute;
    width: 100%;
    top: 35px;
    z-index: 1;
    background: #f7f3ef;
    padding: 10px 0px;
}
.page-template-recipes .recipe-section nav ul li {
  float: none;
}
.page-template-recipes .recipe-section nav ul li a {
  padding: 15px;
  line-height: 20px;
}
.page-template-recipes .recipe-section nav ul li ul li a {
  padding-left: 30px;
}
.page-template-recipes .recipe-section nav ul li ul li a{
    padding: 10px 15px
}
.page-template-recipes .recipe-section .nav-dropdown{
    padding: 15px 15px;
    background: #f7f3ef;
}
.page-template-recipes .recipe-section nav ul li a{
    background: #f7f3ef;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 16px;
    color: #7d2447;
    font-family: "Arquitecta";
    text-transform: uppercase;
    font-size: 600;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s ease;
}
.page-template-recipes .recipe-section nav {
position: relative;
float:unset;
}
.single-recipes .single-banner,.single-post .single-banner{
    align-items: flex-end !important;
    min-height: 580px !important;
}
.single-recipes .banner-area-txt,.single-post .banner-area-txt{
    margin: -200px auto !important;
}
.single-recipes .right-recipes {
    padding: 0 50px;
}
.single-recipes .recipes-content-area {
    padding: 0 0px;
    margin: 0 auto 0 !important;
}
.single-recipes .recipes-content-area .left-recipes{
padding: 270px 50px 120px;
}
.single-recipes .related-product {
    padding: 50px 0px 125px;
}
.single-recipes .banner-area-txt,.single-post .banner-area-txt{
    padding: 80px 87px 80px;
}

.page-template-recipes .recipe-section #nav-toggle {
    position: absolute;
    left: 18px;
    top: -1px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
  }
  .page-template-recipes .recipe-section  #nav-toggle span,
  .page-template-recipes .recipe-section #nav-toggle span:before,
  .page-template-recipes  .recipe-section #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #463f3f;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
  }
  .page-template-recipes .recipe-section #nav-toggle span:before {
    top: -10px;
  }
  .page-template-recipes .recipe-section #nav-toggle span:after {
    bottom: -10px;
  }
  .page-template-recipes .recipe-section #nav-toggle.active span {
    background-color: transparent;
  }
  .page-template-recipes .recipe-section #nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
  }
  .page-template-recipes .recipe-section #nav-toggle.active span:before {
    transform: rotate(45deg);
  }
  .page-template-recipes .recipe-section  #nav-toggle.active span:after {
    transform: rotate(-45deg);
  }
  .page-template-recipes .recipe-section .navigation {
    height: 50px;
    background: #f7f3ef;
  }

  .page-template-recipes .recipe-section .nav-container {
    width: 100%;
    padding: 14px 0;
  } 
 .page-template-recipes .recipe-section .brand {
    position: absolute;
    padding-left: 20px;
    float: left;

  }
  .page-template-recipes .recipe-section .sub-category{
      display: none;
  }
  .page-template-recipes .recipe-section .follow{
    z-index: -1;
  }
  .page-template-recipes .recipe-section .brand a,
  .page-template-recipes .recipe-section .brand a:visited {
    display: block;
    float: left;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 1px;
    color: #7d2447;
    font-weight: 800;
    font-family: "Cosmos";
    text-transform: capitalize;
  }

.single-post .banner-area-txt{
    width: 78%;
}
/* single post */
.single-post .recipes-content-area{
    padding: 200px 0px 0;
    margin:  0 auto !important;
    padding: 200px 30px 0;
}
.single-post .right-post-single{
    padding-top: 70px;
}
.single-post .related-product{
    padding-top: 25px;
}
.single-post  .post-img{
    height: auto;
}
.single-post .related-inner {
    padding: 0 60px;
}
.single-post .related-product h2{
    margin-top: 0px;
}
.single-post .related-inner {
    padding: 0px 30px 0 30px;
}
.single-post .recipes-ttl h4{
    font-size: 24px !important;
    line-height: 28px !important;
}
/* locator page */
.page-template-locator .cont-lft-cont::before {
    height: 185px;
    max-width: 130px;
    bottom: -45px;
}
.page-template-locator .cont-lft-cont h2 br{
    display: none;
}
.page-template-locator .cont-lft-cont h2 {
    font-size: 44px;
    line-height: 50px;
}
.page-template-locator .cont-lft-cont{
    padding: 88px 130px;
}
/* recipe */
.page-template-recipes .lft-cont{
    padding: 160px 20px !important;
}
.page-template-recipes .recipes-content h4{
    font-size: 24px;
    line-height: 28px;
}
.page-template-recipes li.recipes-data:nth-child(even){
    margin: 0 0 3% 0 !important;
}
.page-template-recipes li.recipes-data{
    width: 49%;
}
.page-template-recipes li.recipes-data:nth-child(3n+0) {
    margin: 0 3% 3% 0;
}
.tabcontent{
    padding: 10px 12px;
}
ul.sub-category-list li a{
    margin: 0 10px;
    font-size: 15px;
    line-height: 28px;
}
button.tablinks::after{
    width: 24px;
    height: 24px;
    top: 18px;
}
.tab1 button{
    line-height: 33px;
}
.page-template-recipes li.recipes-data{
    margin: 0 3% 3% 0;
}
.page-template-recipes li.recipes-data{
    width: 48.4%;
}
}

@media(max-width:907px){
    .rt-content {
        width: 100%;
    }
    .banner-text {
        display: block;
    }
    .rt-content img {
        width: 100% !important;
        height: auto;
    }
    .lft-cont p {
        max-width: 670px;


    }
    .lft-cont {
        width: 100%;
        padding: 100px 0;
    }
    .lft-diff {
        width: 100%;
    }
    .right-diff {
        width: 100%;
        padding: 100px 0px ;
    }
    .diffrance-section {
        display: block;
    }
    .lft-diff img {
        height: auto;
        vertical-align: bottom;
    }
    .diffrance-section:after {
        width: 45%;
    }
    .right-diff p {
        width: 640px;

    }
    .inner-mission {
        padding: 0;
    }
    .mission {
        padding: 71px 50px 70px;
    }
    .lft-value {
        padding-top: 190px;
    }
    .right-value {
        width: 100%;
    }
    .our-value {
        display: flex;
        flex-direction: column-reverse;

    }
    .lft-value h6 p{
        padding-bottom: 70px;
    }
    .lft-value {
        padding-top: 90px;
        padding-bottom: 90px;
        width: 100%;
    }
    .value-section {
        max-width: 620px;
       
    }
    .mission:before {
        bottom: -243px;
    }
    .history-section:after {
        width: 480px;
        bottom: -100px;
    }
    .right-value img {
        height: auto;
        vertical-align: bottom;
    }
    .banner h1 {
        font-size: 37px;
        line-height: 38px;
    }
    .left-banner {
        width: 60%;
    }
    .right-banner img {
        width: 70%;
    }
    .baking:after {
        width: 29%;
        height: 230px;
        right: 21px;
        top: -110px;
        background-size: contain;
    }
    .kitchen-text {
        padding: 48px 0px 140px;
    }
    .kitchen-text h2 {
        font-size: 28px;
    }
    .footer-one {
        /* padding-right: 16px; */
    }
    footer .social-media i {
        margin-right: 15px;
    }
    button.fa-angle-left {
        left: -98px;
        top: 170px;
    }
    button.fa-angle-right {
        position: absolute;
        top: 170px;
        right: -98px;
    }
  /* coming soon */
  .page-template-comingsoon .lft-cont,.page-template-terms-privacy  .lft-cont{
    padding: 160px 0;
  }
  .page-template-comingsoon .lft-cont h2,.page-template-terms-privacy .lft-cont h2{
    max-width: 405px;
    font-size: 48px;
    line-height: 58px;
  }
  .page-template-comingsoon .lft-cont p,.page-template-terms-privacy .lft-cont p{
    max-width: 400px;
  }
  .page-template-comingsoon .rt-content,.page-template-terms-privacy .rt-content{
    padding: 80px 0 50px;
    text-align: center;
  }
  .page-template-comingsoon .rt-content img,.page-template-terms-privacy .rt-content img{
    width: 100% !important;
    max-width: 320px;
  }
  .product-image-box::after{
    max-width: 222px;
    height: 233px;
    background-size: 140px;
    top: 43px;
  }
  .single-post-carousel .owl-nav button{
    right: 10px;
  }
  .single-post .related-inner {
    padding: 0 30px 0 30px;
}
.inner-content-area-term{
    padding: 0px 20px 60px;
}
.inner-content-area-term h3{
    line-height: 35px;
}
.single-post button.fa.fa-angle-left,.single-recipes button.fa.fa-angle-left{
    display: none;
}

}

@media(max-width:767px){
	nav.main-navigation{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
	}
	.home .toggled .menu-home-page-menu-container{
		    top: 88px;
    		left: 0;
	}
    .menu-toggle{
        margin-top: 50px !important;
    }
    ul.sub-menu li a{
        padding: 10px 15px 6px 15px;
    }
    .page-template-homepage .banner{
        margin-top: -80px;
    }

    .page-template-aboutpage .banner-area{
        margin-top: 0;
        padding-top: 90px;

    }
    .page-template-aboutpage .lft-cont{
        padding: 170px 20px;
    }
    .page-template-aboutpage .toggled .menu-home-page-menu-container{
        left: 15px;
    top: 116px !important;
    }
    .page-template-aboutpage .lft-cont{
        margin-top:0px;
    }
    .home .site-branding{
        display: none;
    }
    header.site-header{
        position: fixed;
        width: 100%;
        z-index: 999999;
       
    }
    .page-template-contact .menu-home-page-menu-container, .page-template-organicfaq .menu-home-page-menu-container, 
    .page-template-comingsoon .menu-home-page-menu-container, .single-recipes .menu-home-page-menu-container, .single-products .menu-home-page-menu-container, 
    .page-template-gultenfreeproduct .menu-home-page-menu-container, .page-template-press .menu-home-page-menu-container, .page-template-organicproducts .menu-home-page-menu-container,
     .single-post .menu-home-page-menu-container, .page-template-terms-privacy .menu-home-page-menu-container, .page-template-locator .menu-home-page-menu-container, 
     .page-template-recipes .menu-home-page-menu-container, .search .menu-home-page-menu-container,.page-template-gfeducation .menu-home-page-menu-container{
        left: 15px;
        top: 105px;
    }
    .page-template-aboutproduct .menu-toggle{
        margin-right: 15px;
    }
    
    a.organic, a.gluten-free{
        font-size: 14px !important;
    }
    .page-template-aboutpage main{
        float: unset;
    }
    .lft-cont h5{
        font-size: 24px;
        line-height: 25px;
        margin-top: 9px;
        margin-bottom: 26px;
    }
    .page-template-aboutpage header .site-branding{
        top: 37px;
    }
	.left-banner{
		width: 90% !important;
     margin-top: -100px !important;
	}
    .left-banner{
        position: relative;
    }
    .left-banner::after{
        content:" ";
        position: absolute;
        background-image: url(../../uploads/2021/03/Mobile.png);
    }
	header .container{
		    max-width: 100%;
    position: relative;
	}
	.banner h1{
		font-size: 26px;
	line-height: 30px;
	}
    .lft-cont {
        width: 100%;
        padding: 100px 40px;
        margin-top: 78px;
    }
    .page-template-aboutpage .lft-cont a{
        font-size: 14px;
    }
    .years-wise1 .col6 {
        width: 100%;
        float: none;
        padding: 0 0px 0 0px;
        margin-bottom: 30px;
    
    }
    .years-wise2 .col4 {
        width: 100%;
        float: none;
        padding-left: 0;
        float: left;
        margin-bottom: 30px;
    }
    .years-wise3 .col3 {
        width: 100%;
        float: none;
        padding-left: 0;
        float: left;
        margin-bottom: 30px;
    }
    .history-section p{
        font-size: 16px;
letter-spacing: 1px;
line-height: 21px ;
margin: 0;
    }
    .years-wise1:before {
       display: none;
    }
    .years-wise1:after {
        display: none;
    }
    .years-wise2:before {
        display: none;
    }
    .years-wise2:after {
        display: none;
    }
    .years-wise3:before {
        display: none;
    }
    .featured h3{
        font-size: 22px;
        margin: 18px 0 40px;
        line-height: 27px;

    }
    .history-section:after {
        width: 610px;
        bottom: -110px;
    }

    .history-section {
        /* padding-bottom: 325px; */
        padding-top: 40px;
        padding-bottom: 218px;
      
    }
    .history-section:after {
        width: 100%;
        bottom: 0px;
        right: -28%;
        height: 225px;
    }
    .hist-ttl {
        margin-bottom: 10px;
        margin-top: 90px;
    }
    .page-template-aboutpage .hist-ttl{
        margin-top: 30px;
    }
    .history-section h3 {
        max-width: 60px;
        height: 60px;
        width: 100%;
        padding: 0 20px;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 800;
        margin: 0px 15px 3px 0 !important;
        float:left;
    }
    .hist-ttl h2{
        font-size: 24px;
    }
    .left-baked p{
        font-size: 18px;
        line-height: 25px;
    }
    .left-baked h3{
        font-size: 21px;
        line-height: 21px;
    }
    .follow a{
        font-weight: 600;
        font-size: 15px;
        
    }
    .follow{
        padding: 24px;
    }
    .right-diff h2{
        font-size: 24px;
        max-width: 172px;
        line-height: 35px;
    }
    a.browse-btn{
        font-size: 14px !important;
    }
    a.about{
        font-size: 14px;
    }
    .diffrance-section {
        position: relative;
        margin-top: 78px;
    }
    .right-diff p {
        width: 100%;
        padding: 0 30px;
        font-size: 21px;
        line-height: 33px !important;
        margin: 10px auto 17px;
    }

    .mission h3{
        font-size: 24px;
    }
    .mission p{
        font-size: 16px;
    line-height: 25px;
    }
    .mission:before{
        bottom: -46% !important;
    }
    .inner-mission p:last-child {
        display: block;
        align-items: center;
        justify-content: center;
    }
    .inner-mission a.btn-first {
        margin-bottom: 0px;
        display: block;
        max-width: 250px;
        margin: 0 auto;
        font-size: 14px !important;
    }
    .inner-mission a.btn-second {
        max-width: 250px;
        display: block;
        margin: -20px auto 0;
        font-size: 14px !important;
    }
    .our-value{
        display: flex;
    flex-direction: column-reverse;
    }
    .value-content p{
        font-size: 24px !important;
    }
    
    .lft-value h6 p{
        padding-bottom: 20px !important;
    }
    .diffrance-section:after {
        width: 24%;
        top: -148px;
        background-size: contain;
        left: 15px;
    }
    .page-template-aboutpage .lft-value h3{
        font-size: 24px;
    }
    .page-template-aboutpage .lft-value p{
        font-size: 18px;
        line-height: 25px;
    }
    .footer-one {
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .footer-one .widget {
        width: 50%;
    }
    .footer-two {
        width: 48%;
    }
    .footer-three {
        width: 48%;
        margin-left: 2%;
    }
    .footer-four {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: -12px;
    }
    .footer-five {
        width: 100%;
        margin-top: 25px;
    }
    .footer-four .widget {
        width: 50%;
    }
    .copyright {
        margin-top: 40px;
    }
    input#s {
        border-bottom: 3px solid #fff;

    }
    footer::before {
        bottom: 0px;
        height: 51px;
        width: 127px;
        background-repeat: no-repeat;
        right: 0;
        background-size: contain;
    }
    .lft-value p {
        width: 100%;
        padding: 0 30px;
    }
    .value-section {
        max-width: 400px;
        width: 100%;
    }
    .banner-area:after {
        width: 32%;
        height: 406px;
        background-size: contain;
    }
    .banner-area:after{
            bottom: -178px;
    }
    .left-banner {
        /* width: 100% !important; */
        padding-bottom: 43px;
    }
   
    .banner {
        height: inherit;
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    }
    .right-banner img {
        padding-left: 0;
        float: none;
        padding-right: 0;
        margin: 0 auto;
        text-align: center;
    }

    .featured {
        text-align: center;
        padding: 50px 50px;
        float: left;
        width: 100%;
    }
    .left-baked p {
        width: 100%;
        padding: 0 40px;
    }
    .kitchen-text, .left-toast {
        float: none;
        width: 100%;
        padding-right: 0 !important;
    }

    .featured p {
        width: 100%;
        font-size: 21px;
        letter-spacing: 1px;
        line-height: 33px;
        color: #7d2447;
        font-family: "Arquitecta";
        margin: 0 auto;
    }
    .cta-button{
        margin: 51px 0 90px 0;
    }
    .content-area h3 {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: -15px;
    }
    .content-area p{
        margin-bottom: 11px;
    }
    .kitchen-text h2 {
        font-size: 24px;
        margin-top: 30px;
        text-align: left;
        text-transform: uppercase;
        line-height: 35px;
    }
    .kitchen-text h3 {
        text-align: left;
        font-size: 24px;
        line-height: 35px;
    }
.kitchen-text p {
    text-align: left;
}
.kitchen-toast:before {
    height: 178px;
    width: 34%;
}
.left-prod, .right-prod {
    padding: 45px 30px 62px 30px;
}
a.find-btn {
    padding: 14px 27px;
    font-size: 15px;
}
.left-prod .content-area, .right-prod .content-area {
    position: initial;
    margin-left: -14%;
    width: 84%;
    margin-top: 20px;
}
.left-prod img, .right-prod img {
    float: left;
    width: 30%;
    z-index: 1;
    position: relative;
    margin-top: 13px;
}
.featured h2 {
    font-size: 17px;
    letter-spacing: 1.2px;
    line-height: 35px;
}
.featured p {
    width: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 21px;
}
.baking {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
.baking .left-baked {
    margin-top: -6px;
}
.left-toast {
    position: absolute;
    left: -33px;
    top: -74px;
}
.kitchen-toast {
    padding: 50px 30px 0px;
}
.kitchen-text {
    padding-top: 0;
}
.kitchen-text {
    padding: 28px 0px 26px;
}
.left-toast img {
    width: 100%;
    max-width: 140px;
}
.kitchen-text h2 {
    margin-top: 0;
}
.home.left-banner {
    width: 88% !important;
}
.banner {
    padding: 182px 50px 300px 49px;
}
.page-template-homepage .left-banner p img{
    width: 100%;
} 
.page-template-homepage .banner .left-banner h3 {
    font-size: 25px;
    line-height: 32px;
    font-weight: bold;
}

.banner .left-banner h3
a.organic, .banner .left-banner h3 a.gluten-free {
    font-size: 14px;
    line-height:22px;
    padding: 15px 18px;
    max-width: 210px;
    width: 100%;
    margin: 0 auto 5px!important;
    text-align: center;
}
.left-banner p:first-child {
    margin-bottom: 0;
}
.left-banner p {
    margin: 10px 0;
}
#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
    width: 33% !important;
}
.social-media{
    text-align: end;
}
input#searchsubmit{
    background-size: 15px;
}
input[type="search"]{
    padding: 3px 3px 15px !important;
}
input#searchsubmit{
    top:-6px !important;
}
.right-diff p {
    max-width: 100%;
    width: 100%;
}
.right-diff {
    width: 100%;
    padding: 100px 50px;
}
.left-prod .content-area, .right-prod .content-area {
    padding: 30px 30px;
}
.page-template-aboutpage nav.main-navigation {
    top: -33px;
}
.page-template-aboutpage header .site-branding {
    top: 19px;
}
.page-template-aboutpage .menu-toggle {
    margin-top: 70px !important;
}
.mission:before {
    width: 26%;
    height: 370px;
    bottom: -120px;
    right: -14px;
}
.value-section .owl-nav {
    display: block;
}
.value-section button.owl-prev {
    display: none !important;
}
.value-section .owl-theme .owl-dots .owl-dot span::before {
    border-top: 3px solid #fff;
    position: absolute;
    content: "";
    width: 64px;
    left: 12px;
    top: 3px;
}
.owl-dots {
    width: 75%;
}
/* .value-section .owl-theme .owl-dots .owl-dot {
    margin-right: 47px;
} */
.value-section button.owl-next:after {
    content: "";
    position: absolute;
    right: 24px;
    background: url(../../uploads/2021/03/arr.png);
    height: 31px;
    width: 31px;
    bottom: 4px;
    background-color: #fff;
    border-radius: 55%;
}
.value-section button span {
    display: none;
}
nav.main-navigation {
    top: -30px;

}
.value-section button.fa.fa-angle-right {
    background: #c9a787;
    border-radius: 50px;
    height: 33px;
    width: 33px;
    text-align: center;
    padding: 0px;
    color: #fff;
    font-size: 21px;
    line-height: 0px;
    border: none;
    cursor: pointer;
    transition: all 0.5s ease;
}
.value-section button.fa-angle-right {
    position: absolute;
    top: 150px;
    right: 40px;
}
.value-section button.fa.fa-angle-left {
    display: none;
}
.owl-dots {
    width: 86%;
}
.value-carousel .owl-dots{
    width: 100%;
}
.years-wise2.mob {
    display: block;
}
.years-wise2.desk {
    display: none;
}
.page-template-aboutproduct .lft-cont{
    margin-top: 0;
}
.page-template-aboutproduct .lft-cont h2{
    font-size: 26px !important;
    line-height: 36px !important;
    max-width: 180px;
}
.page-template-aboutproduct .lft-cont p{
    max-width: 560px;
}
.page-template-aboutproduct .lft-cont{
    padding: 70px 0;
}
.page-template-aboutproduct .right-organic h2, .page-template-aboutproduct .lft-gluten h2,.page-template-aboutproduct .top-food h2{
    font-size: 24px;
    line-height: 30px;
}
.page-template-aboutproduct .food-lable .food-boxes h2{
    font-size: 23px;
}
.page-template-aboutproduct .lft-gluten a,.page-template-aboutproduct .lft-cont a,.page-template-aboutproduct .right-organic a{
    font-size: 14px;
}
.page-template-aboutproduct .lft-cont h3{
    font-size: 24px;
    line-height: 25px;
}
.page-template-aboutproduct .follow{
    font-size: 15px;
    font-weight: 600;
}
.page-template-aboutproduct .banner-area{
    padding-top: 90px;
}
 .page-template-aboutproduct .menu-home-page-menu-container{
    left: 0;
    top: 99px;
} 
.page-template-aboutproduct nav.main-navigation{
    top: -10px;
}
/* .page-template-aboutproduct .site-branding{
    top:0;
} */
.page-template-gfeducation .lft-cont h2{

}
/* gf-education */

.page-template-gfeducation  .menu-toggle{
    margin-top: 0;
}
.page-template-gfeducation .menu-home-page-menu-container{
    left: 10px;
}
.page-template-gfeducation .lft-cont{
    margin-top: 0;
}
.page-template-gfeducation .main-navigation{
    top: -15px;
    right: 10px;
    position: absolute;
}
/* .page-template-gfeducation  .site-branding{
    top: -8px;
    width: 100%;
    left: 28px;
    max-width: 120px;
} */
.page-template-gfeducation .education-diff p:nth-child(3){
    padding-bottom: 20px;
}
.page-template-gfeducation .lft-cont h2{
    font-size: 26px !important;
    line-height: 36px !important;
    max-width: 220px !important;
}
.page-template-gfeducation .inner-diagnosis-treatment::before{
    top: -66px;
    right: 32px;
    background-size: 130px;
    max-width: 131px;
}
.page-template-gfeducation .education-diff{
    padding: 0 30px;
}
.page-template-gfeducation .additional-resources .add-img::after{
    top: -61px;
    left: 40px;
    background-size: 130px;
    max-width: 133px;
}
.page-template-gfeducation .inner-mission{
    padding: 125px 20px 2px;
}

.page-template-gfeducation .lft-cont{
    padding: 100px 0;
}
.page-template-gfeducation .lft-cont h5{
    font-size: 24px;
    line-height: 25px;
}
.page-template-gfeducation .lft-cont a{
    font-size: 14px;
}
.page-template-gfeducation .education-diff h2, .page-template-gfeducation .inner-mission h2,.page-template-gfeducation .add-txt h2{
    font-size: 24px;
    line-height: 30px;
}
.page-template-gfeducation .add-txt ul li{
    font-size: 16px;
}
.page-template-gfeducation .add-txt ul li:nth-child(1):after,.page-template-gfeducation .add-txt ul li:nth-child(2):after,.page-template-gfeducation .add-txt ul li:nth-child(3):after,.page-template-gfeducation .add-txt ul li:nth-child(4):after
{
    height: 55px;
    background-repeat: no-repeat;
    background-size: 34px;
    left: -51px;
    top: 2px;
}
.page-template-gfeducation .safty-txt-lft p, .page-template-gfeducation .safty-txt-rt p{
    font-size: 18px;
    line-height: 21px;
}
.page-template-gfeducation .outer-safty-text{
    padding: 8px 0 85px;
}
.page-template-gfeducation .add-txt h2{
    max-width: 200px;
    margin: 0 auto 41px;
}
.page-template-gfeducation .education-section{
    padding: 100px 0 120px
}
.page-template-gfeducation .additional-resources{
    padding: 135px 0 0;
}
.page-template-gfeducation .diagnosis-section-link{
    font-size: 18px;
    line-height: 21px;
}
.page-template-gfeducation .safty-txt-lft h3, .page-template-gfeducation .safty-txt-rt h3{
    text-align: center;
}
/* contact page */
.page-template-contact .main-navigation{
    top: -15px;
}
.page-template-contact .banner-text, .page-template-contact .inner-banner-contact{
    min-height: 640px;
}
.page-template-contact .cont-inner h3, .page-template-contact .product-info h2, .page-template-contact .quest-diff h2{
    font-size: 24px;
    line-height: 35px;
}
.page-template-contact .cont-lft-cont{
    padding: 10% 10% 10%;
}
.page-template-contact .cont-lft-cont p{
    max-width: 300px;
}
.page-template-contact label{
    font-size: 12px;
}
.page-template-contact .wpcf7-list-item-label{
    font-size: 13px;
    line-height: 16px;
}
.page-template-contact .cont-lft-cont h2{
font-size: 26px !important;
line-height: 36px !important;
}
.page-template-contact .quest-diff p{
    font-size: 17px;
    line-height: 24px;
}
.page-template-contact .wpcf7-checkbox input[type=checkbox] + span:before,.page-template-contact .wpcf7-checkbox input[type=checkbox] + span:after{
    height: 15px;
    width: 15px;
    top: 4px;
    left: -21px;
}
.page-template-contact .wpcf7-checkbox input[type=checkbox] + span:after{
    font-size: 10px;
    line-height: 13px;
}
.page-template-contact .state .menu-867::after, .page-template-contact .subject .menu-56::after{
    max-width: 33px;
    right: 10px;
    background-size: 24px;
    top: 0px;
}
.page-template-contact input[type="submit"].sub-btn
{
    font-size: 14px;

}
.page-template-contact .contact-form-section{
    padding: 70px 0 0;
}
.page-template-contact .cont-inner{
    padding-bottom: 100px;
}
.page-template-contact .banner-text{
    padding: 0 12%;
}


/* organic faq */
.page-template-organicfaq .banner-text, .page-template-organicfaq .inner-banner-contact{
    min-height: 640px;
}
.page-template-organicfaq .cont-lft-cont h2,.page-template-comingsoon .lft-cont h2,.page-template-terms-privacy .lft-cont h2{
    font-size: 26px !important;
    line-height: 36px !important;
    max-width: 275px;
    margin: 0 auto;
}
.page-template-organicfaq .cont-lft-cont{
    padding: 10% 10% 10%;
}
.page-template-organicfaq .cont-lft-cont h2::after{
    margin: 20px auto 0;
}
.page-template-organicfaq .cont-lft-cont p{
    padding-top: 14px;
}
.page-template-organicfaq .inner-faq h2{
    font-size: 24px;
    line-height: 35px;
}
.page-template-organicfaq .faq-section{
    padding-top: 75px;
}
.page-template-organicfaq .inner-faq .outer-tab:nth-child(3){
    padding-bottom: 85px;
}
.page-template-organicfaq .inner-faq .outer-tab:nth-child(2), .page-template-organicfaq .inner-faq .outer-tab:nth-child(3){
    padding-top: 45px;
}


.page-template-organicfaq s.accordion-button-icon::after{
    background-size: 23px;
    right: -23px;
}
.page-template-organicfaq .banner-text{
    padding: 0 12%;
}
.page-template-organicfaq .accordion-button-icon::after{
    top: 22px;
    right: -10px;
}
.page-template-organicfaq .question{
font-size: 14px;
line-height: 21px;
}
.page-template-organicfaq .main-navigation,.page-template-comingsoon .main-navigation,.single-recipes .main-navigation,
.page-template-gultenfreeproduct .main-navigation,.page-template-press .main-navigation,.page-template-organicproducts .main-navigation,.single-products .main-navigation,
.single-post .main-navigation,.page-template-terms-privacy  .main-navigation,.page-template-locator .main-navigation ,.page-template-recipes .main-navigation, .search .main-navigation{
    top: -15px;
} 
.page-template-organicfaq .faq_answer p{
    font-size: 16px;
    line-height: 21px;
}
.page-template-organicfaq .question{
    padding: 13px 20px 13px 0;
}
.page-template-organicfaq .accordion-button-icon::after{
    top: 10px;
}
/* gf-fq */
.page-id-910 .inner-faq .outer-tab:nth-child(4){
    padding-bottom: 85px;
}
.wpcf7 form.sent .wpcf7-response-output{
    font-size: 16px;
}
/* press */
.page-template-press  .lft-cont{
    margin-top:0px;
}
.page-template-press .pdf-list{
    justify-content: center;
}
.page-template-press .pdf-list li.post-data{
    width: 100%;
    margin: 0 0 25px 0;
    max-width: 446px;
}
.page-template-press .lft-cont h2{
    font-size: 26px;
    line-height: 33px;
    margin: 0 auto 5px;
}
.page-template-press .lft-cont h3{
    margin: 10px auto 44px;
}
.page-template-press .lft-cont{
    padding: 110px 0 77px;
}
.page-template-press .lft-cont h3{
    font-size: 24px;
    line-height: 25px;
}
.page-template-press .pdf-list li.post-data{
    max-width: 370px;
}
.page-template-press .pdf-list{
    padding: 100px 20px 100px;
}
.page-template-press .custom-pagination{
    bottom: 58px;
}
.page-template-press .page-numbers{
    font-size: 15px;
}
.page-template-press .content-box .ttl h4{
    font-size: 24px;
    line-height: 30px;
}
a.next.page-numbers::after{
    font-size: 14px;
}
a.prev.page-numbers {
    font-size: 0px;
}
a.prev.page-numbers::after{
    font-size: 14px;
}
a.next.page-numbers{
    font-size: 0px;
}
.page-template-press .pdf-list li.post-data:nth-child(3n+0) {
    margin-right: 0%;
}
.page-template-press .pdf-list li.post-data:nth-child(even){
    margin: 0 0% 25px 0;
}
/* coming soon */
.page-template-comingsoon .lft-cont,.page-template-terms-privacy .lft-cont{
    margin-top: 0;
    padding: 150px 20px;
}

.page-template-comingsoon .lft-cont p ,.page-template-terms-privacy .lft-cont p{
    max-width: 370px;
}
.page-template-comingsoon .lft-cont h2,.page-template-terms-privacy .lft-cont h2{
    max-width: 225px;
}
/* gluten free products */
.page-template-gultenfreeproduct .inner-content-gluten-roduct{
    padding: 10% 11.6% 10%;
}
.page-template-organicproducts .inner-content-gluten-roduct{
    padding: 10% 12% 10%;
}
.page-template-gultenfreeproduct .lft-cont, .page-template-organicproducts .lft-cont{
    padding: 20px 0 30px;
}
.page-template-gultenfreeproduct .rt-content img, .page-template-organicproducts .rt-content img {
    max-width: 300px !important;
}
.page-template-gultenfreeproduct .lft-cont, .page-template-organicproducts .lft-cont{
    padding: 70px 0 40px;
}
.page-template-gultenfreeproduct .banner-text,.page-template-organicproducts  .banner-text{
    padding: 0 30px;
}
.page-template-gultenfreeproduct .kitchen-text h2 br,.page-template-organicproducts .kitchen-text h2 br{
    display: block !important;
}
.page-template-gultenfreeproduct .left-toast,.page-template-organicproducts .left-toast{
    top: -95px;
    max-width: 180px;
}
ul.tab{
    /* flex-wrap: wrap; */
}
ul.project-tiles{

    padding: 27px 0 10px;
}
.page-template-gultenfreeproduct .kitchen-text, .page-template-organicproducts .kitchen-text{
    padding: 40px 0px 20px 80px;
}
.inner-what-section a,.inner-content-gluten-roduct a{
    font-size: 14px;
}
.filter-title{
    font-size: 24px;
    line-height: 35px;
}
.project-tiles .the-content h4{
    font-size: 18px !important;
    line-height: 18px !important;
}
.inner-content-gluten-roduct h2, .inner-content-gluten-roduct p{
    font-size: 26px;
    line-height: 36px;
}
.product-inner-section ul li a{
    font-size: 14px;
    line-height: 33px;
}
.product-inner-section .project-tiles li{
    width: 43%;
}
.page-template-press .page-numbers{
    letter-spacing: 10px;
}
.product-image-box{
    margin-bottom: 5px;
}
.product-inner-section .project-tiles li {
    margin-bottom: 28px;
}
.details-btn.hover a{
    bottom: -42px;
}
.details-btn.hover a::before{
    margin: 17px auto -6px;
}
.details-btn.hover a{
    font-size: 12px;
}
.details-btn.hover a::before{
    left: 20px;
}
.page-template-press .ser-content{
    height: 358px;
}
.page-template-press .image-sect{
    height: 200px;
}
.product-box h3::after{
    top: 85%;
}
.inner-product-section{
    padding: 60px 0 50px;
}
.right-pro-banner h2 {
    font-size: 26px !important;
    line-height: 33px !important;
}
.left-product-single h2,.related-product h2,.single-products .find-store h2{
    font-size: 24px;
    line-height: 35px;
}
/* single-product */
.left-product-single p{
    margin: 0 !important;
    padding: 10px 0 30px !important;
}
.right-product-single {
    padding: 30px 20px 0 !important;
}
.left-product-single{
    padding: 0 15px !important;
}
.always h2 {
    font-size: 24px !important;
    line-height: 33px !important;
}
.always p {
    margin: 0 !important;
    line-height: 18px !important;
}
.single-post-carousel.owl-carousel .owl-stage{right: 30px;}
.single-products .single-post-carousel.owl-carousel button.fa-angle-right{
    right:10px;
    top: 50%;
    transform: translate(0,-50%);
}
.single-products .single-post-carousel.owl-carousel button.fa-angle-left
{   display:none;
}
.single-products .find-images-sec ul{
    padding: 0 !important;
}
.find-images-sec ul li img {
    max-width: 90px !important;
}
.single-products .find-images-sec ul {
    margin: 0px 0 -28px !important;
}
.single-products .find-images-sec ul li{
    margin: 0px 19px !important;
}
.related-product h2{
    font-size: 24px !important;
    line-height: 35px !important;
}
.single-products .find-store a{
    margin: 10px 0 34px !important;
}
.product-content-area {
    padding: 60px 0 80px !important;
}
/* .single-products .related-inner {
    padding: 0 0px 0 30px !important;
} */
.single-products .single-post-carousel .owl-nav button {
    height: 40px;
    width: 40px;
    font-size: 28px;
}
.single-products .related-inner .all-relt-post {
    padding: 0 0 0 30px !important;
}
.single-products .related-inner {
    padding: 0;
}
/* single-organic-product */

.single-products .organic-product .single-banner::after{
    height: 130px;
}
.single-products .organic-product .find-images-sec ul li {
    margin: 0px 4px !important;
}
.organic-product .find-images-sec ul li img {
    max-width: 110px !important;
}
.single-products .organic-product .contain-text{
    margin-top: 10px;
}
.left-product-single p{
    padding: 10px 0 16px !important;
}

/* single-recipes */
.single-recipes .single-banner,.single-post .single-banner{
    min-height: 540px !important;
}
.single-recipes .recipes-content-area .left-recipes {
    padding: 250px 50px 120px;
}
.single-recipes button.fa-angle-right {
    position: absolute;
    top: 170px;
    right: 0px;
}
.single-recipes .left-recipes h2,.single-recipes .right-recipes h2{
    font-size: 24px !important;
    line-height: 35px !important;
}
.single-recipes .banner-area-txt h4,.single-post .banner-area-txt h4{
    font-size: 26px !important;
    line-height: 36px !important;
}
.single-recipes .tag p,.single-post .tag p{
    font-size: 21px;
}
.single-recipes .fet a{
    font-size: 14px;
}
.single-recipes .right-recipes {
    padding: 55px 50px 0;
}
.single-recipes .right-recipes li {
    font-size: 16px;
    line-height: 21px;
}
.single-recipes .left-recipes li {
    font-size: 16px;
    line-height: 33px;
}
.single-recipes .left-recipes p{
    font-size: 21px;
    line-height: 33px;
}
.single-recipes .recipes-content-area .left-recipes {
    padding: 285px 50px 75px;
}
.right-recipes li span{
    font-size: 17px !important;
    height: 32px !important;
    width: 32px !important;
    padding: 4px 0 0 0 !important;
}
.single-recipes .related-inner {
    padding: 0 0px 0 30px;
}
.single-recipes .related-product {
    padding: 35px 0px 100px;
}
.single-recipes .right-recipes li{
    display: flex;
    align-items: center;
}
.single-recipes .right-recipes li span{
    margin-right: 15px;
    display: inline-table;
}
.single-recipes .banner-area-txt h4:after,.single-post .banner-area-txt h4:after{
    bottom: -18px;
}
.single-recipes  .banner-area-txt h4,.single-post .banner-area-txt h4{
    margin: 0 0 33px 0;
}
.single-recipes .single-banner {
    min-height: 380px !important;
}
.single-recipes .banner-area-txt ,.single-post .banner-area-txt{
    padding: 10% 8% 10%;
}
.single-recipes .banner-area-txt {
    margin: -250px auto !important;
}
.single-recipes button.fa-angle-right {
    right: 10px;
}
.single-recipes .single-post-carousel .owl-nav button,.single-post .single-post-carousel .owl-nav button{
    height: 40px;
    width: 40px;
    font-size: 30px;
}
.single-recipes.right-recipes li {
    padding: 6px 0;
}

.single-post .right-post-single h3{
    line-height: 35px;
}
.inner-content-area-term p{
margin: 15px 0;
}
/* single post */
.single-post .related-inner{
    padding: 0 0px 0 0px;
}
.single-post .related-inner .all-relt-post {
    padding: 0 0 0 30px;
}
.single-post .related-product h2,.single-products .related-product h2{
    padding: 0 15px;
}
.single-post .single-post-carousel .owl-nav button {
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
}
/* locator-page */
.page-template-locator .cont-lft-cont h2 {
    font-size: 26px;
    line-height: 36px;
}
.page-template-locator .cont-lft-cont h2{
    padding: 0px 30px;
}
.page-template-locator .cont-lft-cont::before{
    background-image: url(../../uploads/2021/03/GF_Multigrain-_full.png);
}
.page-id-1669 .cont-lft-cont::before{
    background-image: url(../../uploads/2021/03/HoneySweetWholeWheat-copy.png);
}
.page-template-locator .cont-lft-cont::before{
    height: 185px;
    max-width: 150px;
    bottom: -45px;
    left: 50%;
    transform: translate(-50%,0);
}
.page-template-locator .map-area{
    padding: 70px 0;
}
.page-template-locator .cont-lft-cont{
    padding: 120px 130px 130px;
}
/* recipes */
.page-template-recipes .lft-cont{
     margin-top: 0px;
}
.page-template-recipes .lft-cont p{
    max-width: 550px;
}
.page-template-recipes .lft-cont h2 {
        font-size: 26px !important;
        line-height: 36px !important;
        padding: 0 30px;
}
.page-template-recipes .lft-cont {
    padding: 150px 20px !important;
}
.page-template-recipes .lft-cont h5{
    font-size: 24px !important;
    line-height: 25px !important;
    margin-bottom: 30px !important;
}
.page-template-recipes .banner-area .lft-cont a{
    font-size: 14px;
}
.page-template-recipes a.find-btn{
    font-size: 14px;
}
.page-template-recipes li.recipes-data {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 3%;
}
.page-template-recipes li.recipes-data:nth-child(even){
    margin: 0 auto 3%;
}
.page-template-recipes .recipe-head h2{
    font-size: 24px;
    line-height: 35px;
}
ul.sub-category-list li a{
    margin: 0 10px;
    font-size: 14px;
    line-height: 28px;
}
.page-template-recipes ul.project-tiles1 {
    padding: 25px 0 54px;
}
.tab1{
    padding: 13px 10px;

}
button.tablinks::after{
    width: 21px;
    height: 21px;
    top: 10px;
}
.tab1 button{
    line-height: 28px;
    font-size: 15px;
    padding: 6px 16px 6px 29px;
}
.page-template-recipes li.recipes-data:nth-child(3n+0) {
    margin: 0 auto 3%;
}
.page-template-recipes li.recipes-data{
    max-width: 463px;
}
.page-template-gfcertificate .gf-banner-area{
    padding-top: 90px;
    margin-top: 0 !important;
}
.page-template-gfcertificate .site-header {
    display: block;
    position: relative;
    position: fixed !important;
    width: 100%;
}
.page-template-gfcertificate .site-branding {
    top: 15px;
    width: 100% !important;
    max-width: 138px;
    left: 28px !important;
}
.page-template-gfcertificate .menu-toggle {
    margin-top: 62px !important;
}
.page-template-gfcertificate .menu-home-page-menu-container {
    position: absolute;
    top: 99px;
    left: 15px;
}
.subject select.wpcf7-form-control.wpcf7-select option {
	font-size: 16px;

}
.subject select.wpcf7-form-control.wpcf7-select {
	font-size: 16px;

}
.state select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	font-size: 16px;
}
.single-products .-rel-title {
    min-height: 30px;
    margin-bottom: 15px;
}.single-products .rel-post-data {
    padding: 30px 15px 30px;
}
.single-products a.post-view{
    font-size: 14px;
}
/* search */
.search-content .entry-title a {
    font-size: 24px !important;
    line-height: 35px !important;
}
 .search-head {
    font-size: 26px !important;
    line-height: 36px !important;
    max-width: 430px;
}
.search-content {
    padding: 20px 0;
}
.search-page-top {
    padding-top: 155px !important;
}
.search-content .entry-footer {
    background: transparent;
    padding: 0 0 35px 0;
}
/* .value-section .owl-theme .owl-dots .owl-dot {
    margin-right: 47px;
} */
.serach-container section.no-results.not-found .page-header h1.page-title {
    font-size: 26px !important;
    line-height: 36px !important;
    max-width: 430px;
}
.serach-container section.no-results.not-found .page-header {
    padding-top: 155px;
}
.serach-container section.no-results.not-found .page-content p{
    margin: -10px 0 10px;
}
.page-template-recipes ul.project-tiles1 {
    justify-content: center;
}
.page-template-comingsoon .rt-content, .page-template-terms-privacy .rt-content {
    padding: 65px 0 30px;
    text-align: center;
}
}


@media(max-width:767px) and (min-width:640px){
    .right-banner {
        width: 36%;
        bottom: -27px;
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        float: none;
        float: none;
    }
    .left-banner {
        width: 60% !important;
        margin-top: -100px !important;
    }
    .left-banner::before, .left-banner::after {
        border-bottom: 383px solid #ffffff;
        border-left: 221px solid transparent;
        border-right: 228px solid transparent;
        bottom: -81px;
    }
}

@media(max-width:640px) and (min-width:575px){

    .right-banner img {
        width: 37%;
    }
    .right-banner {
        width: 96%;
        bottom: -39px;
    }
    .search  .site-branding{
        width: 100%;
        max-width: 125px;
        left: 39px;
        top: 22px;
    }
}



@media(max-width:570px) and (min-width:500px){
    .right-banner {
        width: 100%;
        bottom: -37px;
    }
    .left-banner::before, .left-banner::after {
        border-bottom: 361px solid #ffffff;
        border-left: 230px solid transparent;
        border-left: 244px solid transparent;
        border-right: 207px solid transparent;
    }
    .right-banner img {
        width: 38%;
    }
}
@media(max-width:575px){
    .page-template-contact .banner-text, .page-template-contact .inner-banner-contact{
        min-height: 520px;
    }

    .page-template-contact .site-branding{
        width: 100%;
        max-width: 125px;
        left: 39px;
        top: 22px;
    }
    .page-template-organicfaq .banner-text, .page-template-organicfaq .inner-banner-contact{
        min-height: 500px;
    }
    .page-template-organicfaq .site-branding, .page-template-comingsoon .site-branding,.single-recipes .site-branding,
    .page-template-gultenfreeproduct .site-branding,.page-template-press .site-branding,.page-template-organicproducts .site-branding,
    .single-products .site-branding,.single-post .site-branding,.page-template-terms-privacy .site-branding
    ,.page-template-locator .site-branding ,.page-template-recipes .site-branding,.search  .site-branding,.page-template-aboutproduct .site-branding,.page-template-gfeducation .site-branding{
        width: 100%;
        max-width: 125px;
        left: 39px;
        top: 22px;
    }

    /* press */
    .page-template-press .lft-cont{
        padding: 110px 20px 77px;
    }

    /* coming soon */
    .page-template-comingsoon .rt-content,.page-template-terms-privacy .rt-content{
        padding: 60px 0 10px;
    }

    .page-template-comingsoon .rt-content img,.page-template-terms-privacy .rt-content img{
        width: 100% !important;
        max-width: 201px;
    }

    /* gluten free products */
    .page-template-gultenfreeproduct .lft-cont, .page-template-organicproducts .lft-cont{
        padding: 30px 0 40px;
    }
    .product-image-box::after{
        height: 142px;
    }
    .details-btn.hover a{
        font-size: 14px;
    }
    ul.tab{
        /* flex-wrap: wrap; */
    }
    .product-inner-section ul li a{
        font-size: 14px;
        line-height: 33px;
    }
    /* single-products */
    .left-pro-banner {
        padding: 0px 0px 0;
    }
    .box-area{
        width: 90%;
    }
    .right-pro-banner p{
        padding: 0 20px;
    }
    .right-pro-banner {
        padding: 20px 20px 0;
    }
    .left-pro-banner img {
        max-width: 300px !important;
    }
    .find-images-sec ul li img {
        max-width: 70px !important;
    }
    .single-post-carousel .owl-nav button{
        height: 40px;
        width: 40px;

    }
    .always h5,.organic-product .always h5 {
        margin: 8px 0 30px;
    }
    .gf-right img {
        margin-top: 30px;
    }
    
    .gf-right img {
        max-width: 75px;
    }
    .single-products .single-post-carousel.owl-carousel button.fa-angle-right{
        right: 9px;
    }
    .single-products .wrap{
        padding: 0 20px;
    }
    .single-products .related-product {
        padding: 40px 0 83px;
    }
    /* single-recipe */
    .single-recipes .banner-area-txt,.single-post .banner-area-txt{
        margin: -286px auto !important;
    }
    .single-recipes .single-banner,.single-post .single-banner{
        min-height: 300px !important;
    }
    .single-recipes .banner-area-txt,.single-post .banner-area-txt{
        margin: -314px auto !important;
    }
    .single-recipes .recipes-content-area .left-recipes {
        padding: 365px 50px 75px;
    }
    .single-post .recipes-content-area{
        padding: 314px 30px 0;
    }
    .single-post .right-post-single {
        padding-top: 51px;
    }
    /* recipe-filter-drop-down */
    .page-template-recipes .recipe-section nav ul li a {
        padding: 10px 15px;
    }
    .page-template-recipes .recipe-section nav ul li ul li a{
        line-height: 16px;
    }
    .page-template-recipes .recipe-section nav ul{
        padding: 5px 0px 10px;
    }
    /* locator-page */
    .page-template-locator .cont-lft-cont::before {
        height: 150px;
        max-width: 130px;
        bottom: -36px;
    }
    .page-template-locator .cont-lft-cont h2{
        max-width: 370px;
    }
    .page-template-locator .cont-lft-cont {
        padding: 60px 30px 100px;
    }
    .page-template-locator .map-area{
        padding: 50px 0;
    }
    .page-template-recipes .recipes-content{
        height: 384px;
    }
    .page-template-recipes .recipes-image-box{
        height: 250px;
    }
    .page-template-recipes .recipes-content p{
        padding-top: 18px;
    }
    .page-template-recipes .recipes-content h4{
        min-height: 80px;
        padding: 0 10px 27px 10px;
    }
    .page-template-recipes .left-prod .content-area, .page-template-recipes .right-prod .content-area{
        padding: 20px 30px;
    }
    .page-template-gfcertificate .site-branding {
        width: 100% !important;
        max-width: 125px !important;
    }
    .page-template-organicproducts .product-box h3 {
        /* line-height: 60px; */
        font-size: 20px !important;
    }
    .product-box h3 {
        font-size: 20px !important;
    }
    .postid-1477 .box-area, .postid-1475 .box-area {
        width: 80%;
    }
}

@media(max-width:500px) and (min-width:414px){
    .left-banner {
        padding-bottom: 25%;
    }
    .right-banner img {
        width: 60%;
    }
    .right-banner img {
        padding-left: 0;
        float: none;
        padding-right: 0;
        text-align: center;
        margin: 0 auto;
    }
    a.organic, a.gluten-free {
        font-size: 10px !important;
        line-height: 36px;
    }
    .left-banner {
        padding-top: 0px;
        height: 700px;
        /* width: 260px; */
    }
    .left-banner {
        padding-bottom: 13%;
    }
    a.organic {
        margin-right: 0px;
        margin-bottom: 7px;
    }
    .mission:before {
        bottom: -275px !important;
    }
}
@media(max-width:500px){
    .left-banner {
        /* width: 100% !important; */
        background: url(../../uploads/2021/03/ribbon.png);
        background-size: cover;
   		background-repeat: no-repeat;
    	padding-top: 30px;
    }
    .left-banner::before, .left-banner::after {
        display: none;
    }
    .right-banner {
        width: 100%;
        bottom: -37px;
    }
    .left-banner {
        padding-top: 0px;
        height: 545px;
        /* width: 260px; */
        padding-bottom: 32%;
    }
    .right-diff {
        padding: 100px 0px;
    }
    .cta-button{
        margin: 1% 0 12%;
    }
    .cta-button p{
        display: block !important;
    }
    .cta-button p br{
        display: none;
    }
    .cta-button p .organic{
        margin-bottom: 8px;
    }

 .page-template-gfcertificate header .site-branding {
        width: 28%;
    }
    .page-template-aboutpage header .site-branding{
        width: 100%;
        max-width: 125px;
    }
    .page-template-gfeducation .inner-diagnosis-treatment::before{
        top: -50px;
        right: 23px;
        background-size: 100px;
        max-width: 103px;
    }
    .page-template-gfeducation .additional-resources .add-img::after{
        top: -47px;
    left: 20px;
    background-size: 100px;
    max-width: 103px;
    }
    /* contact page */
    .page-template-contact .cont-lft-cont p{
        max-width: 250px;
    }
    .page-template-gultenfreeproduct .left-toast img,.page-template-organicproducts .left-toast img{
        max-width: 290px;
    }
    .page-template-gultenfreeproduct .kitchen-text, .page-template-organicproducts .kitchen-text {
        padding: 70px 0px 20px 20px;
    }
    .product-image-box::after{
        background-size: 101px;
        top: 43px;
        max-width: 166px;
        height: 101px;
        left: -42px;
    }
    .details-btn.hover a{
        font-size: 10px;
    }
    .details-btn.hover a::before{
        left: 15px
    }
    /* gluten free products */
    .page-template-gultenfreeproduct .banner-text, .page-template-organicproducts .banner-text{
        padding: 0;
    }
    .page-template-organicproducts .gulten-product-banner-area{
        padding: 0px 15px;
    }
    .page-template-gultenfreeproduct .gulten-product-banner-area{
        padding: 0px 5px;
    }
    /* single-products */
    .box-area{
        width: 100%;
    }
    /* single recipe */
    .page-template-recipes .left-prod .content-area,.page-template-recipes .right-prod .content-area{
        padding: 20px 30px;
    }
    .page-template-recipes a.find-btn{
        padding: 15px 24px;
    }
    .page-template-recipes .left-prod,.page-template-recipes .right-prod{
        padding: 45px 15px 62px 15px;
    }
    .page-template-recipes .content-area p{
        margin: 0 0 15px;
    }
    .search-page-top {
        padding-top: 140px !important;
    }
}



@media(max-width:500px) and (min-width:440px){

.left-banner {
    padding-top: 0px;
    height: 662px;
    /* width: 260px; */
    padding-bottom: 9%;
}
}
@media(max-width:500px) and (min-width:474px){
    .left-banner{
        height: 700px;
    }
}
@media(max-width:412px){
    .mission:before {
        bottom: -290px !important;
    }
}
@media(max-width:439px) and (min-width:415px){

    .left-banner {
        padding-top: 0px;
        height: 620px;
        /* width: 260px; */
        padding-bottom: 9%;
    }
    }
@media(max-width:412px) and (min-width:410px){
a.organic, a.gluten-free {
    font-size: 10px !important;
    line-height: 44px;
}
.left-banner {
    /* width: 100% !important; */
    padding-bottom: 60px;
}
}

@media(max-width:400px){
    .left-banner {
        padding-bottom: 46%;
    }
    a.organic, a.gluten-free {
        font-size: 10px !important;
        line-height: 36px;
    }
    .left-banner {
        padding-bottom: 20%;
    }
    a.organic {
        margin-bottom: 7px;
    }
    .left-banner {
        height: 498px;

    }
    /* .page-template-aboutproduct .site-branding{
        width: 24%;
        top: 10px;
    } */
    .page-template-gfeducation .add-txt ul{
        padding-left: 15%;
    }
    .page-template-gfeducation .add-txt ul{
        max-width: 280px;
    }
    .page-template-gfeducation .additional-resources{
        padding: 110px 0 0;
    }
    .page-template-gultenfreeproduct .left-toast,.page-template-organicproducts .left-toast{
        top: -82px;
        max-width: 159px;
        left: -62px;
    }
    .page-template-gultenfreeproduct .kitchen-toast:before , .page-template-organicproducts .kitchen-toast:before {
        bottom: -110px;
        max-width: 130px;
    }
    .product-inner-section ul li a{
        font-size: 14px;
    }
    .product-inner-section ul li {
        margin: 0 8px;
    }
    .page-template-press .pdf-list li.post-data{
        max-width: 275px;
    }
    .page-template-press .entry-date {
        padding-top: 20px;
    }
 .page-template-press .entry-date {
    padding-top: 20px;
}
    .page-template-press .content-box {
        min-height: 140px;
    }
    .page-template-press .image-sect {
        height: 182px;
    }
    .page-template-press .ser-content {
        height: 319px;
    }
    /* single-organic-product */
    .organic-product .find-images-sec ul li img {
        max-width: 90px !important;
    }
    /* single recipe */
    .page-template-recipes .left-prod img,.page-template-recipes .right-prod img{
        margin-top: 28px;
    }
    .postid-1477 .box-area, .postid-1475 .box-area {
        width: 100%;
    }

}
@media(max-width:400px) and (min-width:384px){
    .left-banner{
    height: 525px;
    }
}
@media(max-width:375px){
     .slider-featured .owl-item.center .product-image-box img {
    	object-fit: contain;
    }
    .follow a{
        font-size: 14px;
    }
    .hist-ttl h2{
        font-size: 17px;
    }
    .lft-cont h5{
        font-size: 17px;
        line-height: 21px;
    }
    /* .page-template-contact .cont-lft-cont{
        padding: 9% 11% 9%;
    }
    .page-template-contact .cont-lft-cont p{
        font-size: 17px;
        line-height: 24px;
    }
    .page-template-contact .cont-lft-cont{
        padding: 8% 8% 8%;
    } */
    .page-template-gultenfreeproduct .kitchen-toast:before,.page-template-organicproducts .kitchen-toast:before{
        bottom: -126px;
        max-width: 85px;
    }
}
@media(max-width:340px){
    a.organic, a.gluten-free {
        font-size: 15px;
    }
    .banner h1 {
        font-size: 12px;
        line-height: 21px;
    }
    .banner .left-banner h3 {
        font-size: 23px;
        line-height: 28px;
    }
    .kitchen-text h2 {
        font-size: 22px;
        margin-top: 0px;
        line-height: 28px;
    }
    .follow a{
        font-size: 13px;
    }
    .page-template-homepage .banner .left-banner h3 {
        font-size: 20px;
        line-height: 28px;
        font-weight: bold;
    }
    .left-banner {
        height: inherit;
        padding-bottom: 87px;
    }
    footer .container {
        padding: 0px 20px;
    }
    .product-image-box::after{
            background-size: 75px;
            top: 31px;
            height: 99px;
            left: -38px;
    }

    /* single-product */
    .find-images-sec ul li img {
        max-width: 60px !important;
    }
    .organic-product .find-images-sec ul li img {
        max-width: 70px !important;
    }
    .single-products .organic-product .find-images-sec ul {
        margin: 0px 0 -17px !important;
    }
}