/*!
Theme Name: Taylor Farms
Theme URI: http://underscores.me/
Author: Yarely Chino
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: taylor-farms
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.

Taylor Farms is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'CeraRegular', sans-serif !important;
}

/**
 * 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;
}

.sec-footer .ginput_container input {
	background: none;
	color: white;
	border: none;
	border-bottom: 1px solid white;
}

.sec-footer .ginput_container textarea:focus,
.sec-footer .ginput_container input:focus {
	color: white;
}

/* 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
--------------------------------------------- */


@font-face {
	font-family: 'FinancierBoldItalic';
	src: url('webfonts/financier-display-web-bold-italic.eot');
	/* IE9 Compat Modes */
	src: url("webfonts/financier-display-web-bold-italic.eot?#iefix") format("embedded-opentype"), url('webfonts/financier-display-web-bold-italic.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('webfonts/financier-display-web-bold-italic.woff') format('woff');
	/* Modern Browsers */
	url('webfonts/financier-display-web-bold-italic.ttf') format('truetype'),
	/* Safari, Android, iOS */
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'FinancierBold';
	src: url('webfonts/financier-display-web-bold.eot');
	/* IE9 Compat Modes */
	src: url("webfonts/financier-display-web-bold.eot?#iefix") format("embedded-opentype"), url('webfonts/financier-display-web-bold.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('webfonts/financier-display-web-bold.woff') format('woff');
	/* Modern Browsers */
	url('webfonts/financier-display-web-bold.ttf') format('truetype'),
	/* Safari, Android, iOS */
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'FinancierRegularItalic';
	src: url('webfonts/financier-display-web-regular-italic.eot');
	/* IE9 Compat Modes */
	src: url("webfonts/financier-display-web-regular-italic.eot?#iefix") format("embedded-opentype"), url('webfonts/financier-display-web-regular-italic.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('webfonts/financier-display-web-regular-italic.woff') format('woff');
	/* Modern Browsers */
	url('webfonts/financier-display-web-regular-italic.ttf') format('truetype'),
	/* Safari, Android, iOS */
	font-weight: normal;
	font-style: Italic;
}

@font-face {
	font-family: 'FinancierRegular';
	src: url('webfonts/financier-display-web-regularc.eot');
	/* IE9 Compat Modes */
	src: url("webfonts/financier-display-web-regular.eot?#iefix") format("embedded-opentype"), url('webfonts/financier-display-web-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('webfonts/financier-display-web-regular.woff') format('woff');
	/* Modern Browsers */
	url('webfonts/financier-display-web-regular.ttf') format('truetype'),
	/* Safari, Android, iOS */
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'CeraBoldItalic';
	src: url('webfonts/Cera-Pro-Bold-Italic.eot');
	/* IE9 Compat Modes */
	src: url("webfonts/Cera-Pro-Bold-Italic.eot?#iefix") format("embedded-opentype"), url('webfonts/Cera-Pro-Bold-Italic.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('webfonts/Cera-Pro-Bold-Italic.woff') format('woff');
	/* Modern Browsers */
	url('webfonts/Cera-Pro-Bold-Italic.ttf') format('truetype'),
	/* Safari, Android, iOS */
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'CeraBold';
	src: url('webfonts/Cera-Pro-Bold.eot');
	/* IE9 Compat Modes */
	src: url("webfonts/Cera-Pro-Bold.eot?#iefix") format("embedded-opentype"), url('webfonts/Cera-Pro-Bold.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('webfonts/Cera-Pro-Bold.woff') format('woff');
	/* Modern Browsers */
	url('webfonts/Cera-Pro-Bold.ttf') format('truetype'),
	/* Safari, Android, iOS */
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'CeraBoldRegularItalic';
	src: url('webfonts/Cera-Pro-Regular-Italic.eot');
	/* IE9 Compat Modes */
	src: url("webfonts/Cera-Pro-Regular-Italic.eot?#iefix") format("embedded-opentype"), url('webfonts/Cera-Pro-Regular-Italic.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('webfonts/Cera-Pro-Regular-Italic.woff') format('woff');
	/* Modern Browsers */
	url('webfonts/Cera-Pro-Regular-Italic.ttf') format('truetype'),
	/* Safari, Android, iOS */
	font-weight: normal;
	font-style: italic;

}

@font-face {
	font-family: 'CeraRegular';
	src: url('webfonts/Cera-Pro-Regular.eot');
	/* IE9 Compat Modes */
	src: url("webfonts/Cera-Pro-Regular.eot?#iefix") format("embedded-opentype"), url('webfonts/Cera-Pro-Regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('webfonts/Cera-Pro-Regular.woff') format('woff');
	/* Modern Browsers */
	url('webfonts/Cera-Pro-Regular.ttf') format('truetype'),
	/* Safari, Android, iOS */
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}




body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 1rem;
	line-height: 1.5;
	font-family: 'CeraRegular', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: .5em;
	letter-spacing: .025rem;
	font-family: 'CeraRegular', sans-serif;
}

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: #007bff;
	text-decoration: none;
	background-color: transparent;
}

a,
a:visited {
	color: #007bff;
}

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: 0px;
	padding: 3px;
}

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
--------------------------------------------------------------*/

h1 {
	font-size: 3.0rem !important;
	margin: .25em 0;
	line-height: 1.125;
	letter-spacing: .20rem;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'CeraBold', sans-serif;
}

h2 {
	font-size: 2.5rem !important;
	margin: .35em 0 .35em 0;
	line-height: 1.15;
	letter-spacing: .20rem;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'FinancierRegular', sans-serif;
}

h3 {
	font-size: 2.20rem !important;
	margin: .35em 0 .35em 0;
	line-height: 1.15;
	letter-spacing: .10rem;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'CeraBold', sans-serif;
}

.our-story-page h2 {
	font-size: 2.20rem !important;
	margin: 0.35em 0 0.35em 0;
	line-height: 1.15;
	letter-spacing: .10rem;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'CeraBold', sans-serif;
}

h4 {
	font-size: 2rem !important;
	margin: .35em 0 .25em 0;
	line-height: 1.15;
	letter-spacing: .10rem;
	font-family: 'FinancierRegular', sans-serif;

}

h5 {
	font-size: 1.75rem !important;
	margin: .35em 0 .20em 0;
	line-height: 1.35;
	letter-spacing: .10rem;
	font-family: 'CeraBold', sans-serif;
}

h6 {
	font-size: 1.20rem !important;
	margin: .25em 0 .25em 0;
	line-height: 1.125;
	letter-spacing: .10rem;
	font-family: 'FinancierRegular', sans-serif;
}

.h0 {
	font-size: 3.5rem !important;
	letter-spacing: 8px;
}

.h7 {
	font-size: .95rem !important;
	line-height: 1.25;
	margin-bottom: .30em;
}

.h8 {
	font-size: .80rem !important;
	line-height: 1.25;
	margin-bottom: .30em;
}

.f-financier-bold-italic {
	font-family: 'FinancierBoldItalic';
}

.f-financier-bold {
	font-family: 'FinancierBold';
}

.f-financier-regular-italic {
	font-family: 'FinancierRegularItalic';
}

.f-financier-regular {
	font-family: 'FinancierRegular';
}

.f-cera-bold-italic {
	font-family: 'CeraBoldItalic';
}

.f-cera-bold {
	font-family: 'CeraBold';
}

.f-cera-bold-regular-italic {
	font-family: 'CeraBoldRegularItalic';
}

.f-cera-regular {
	font-family: 'CeraRegular';
}

.size-p {
	font-family: 'CeraRegular';
	font-size: 1.15rem !important;

}

.container {
	padding-right: 12px;
	padding-left: 12px;
}

.w-45,
.w-50 {
	width: 86% !important;
	margin: 0 auto;
	padding: 0 2px;
}


.w-55,
.w-60,
.w-65 {
	width: 90% !important;
	margin: 0 auto;
	padding: 0 2px;
}

.w-70,
.w-75,
.w-80 {
	width: 94% !important;
	margin: 0 auto;
	padding: 0 2px;
}

.w-85,
.w-90,
.w-95 {
	width: 96% !important;
	margin: 0 auto;
	padding: 0 2px;
}


.c-white {
	color: white !important;
}

.c-off-white {
	color: #F1EED6 !important;
}

.c-black {
	color: black;
	!important;
}

.c-light-grey {
	color: #00000029 !important;
}

.c-dark-grey {
	color: #707070 !important;
}

.c-green {
	color: #93BF34 !important;
}

.c-yellow {
	color: #F7B316 !important;
}

.b-white {
	background-color: white !important;
}



.b-off-white {
	background-color: #F1EED6 !important;
	padding-bottom: 10px !important;
}

.b-black {
	background-color: black !important;
	;
	color: white !important;
}

.b-light-grey {
	background-color: #00000029 !important;
}

.b-dark-grey {
	background-color: #707070 !important;
}

.b-green {
	background-color: #93BF34 !important;
}

.b-yellow {
	background-color: #F7B316 !important;
}

.bck-100 {
	width: 100%;
}

.btn,
input[type=submit] {
	color: black !important;
	background: #F7B316;
	text-transform: uppercase;
	padding: .5em 1.25em;
	text-align: center;
	width: 200px;
	border-radius: 0;
	font-family: 'CeraBold', sans-serif;
	letter-spacing: .125rem;
	transition: all 0.5s ease;

}

.btn:focus,
.btn.focus {
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 0%) !important;
}

button:focus {
	outline: 0px dotted;
	outline: 0px auto -webkit-focus-ring-color !important;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-center {
	margin: 0 auto;
}

.font-1 {
	font-size: 1rem;
}

/* Search Page Tabs*/



.search-result-page .nav-tabs .nav-link {
	border: 0px solid transparent !important;
	border-top-left-radius: 0rem !important;
	border-top-right-radius: 0rem !important;
}

.search-result-page .nav-link.active {
	border-bottom: solid #f1870d !important;
}

.search-result-page .nav-link {
	color: black !important;
	font-size: 1.2em;
	font-weight: bold;
}

.search-result-page .search-tabs {

	width: 90%;
	margin: 0;
	padding: 0;
}

.search-result-page .title a {
	color: black !important;
	text-decoration: none !important;
}

.search-result-page .tab-content {
	padding-top: 20px !important;
}

.search-result-page .row {
	padding-top: 20px !important;
}

.search-result-page .table th,
.table td {
	padding: 1rem !important;
	border-top: 0px solid #dee2e6 !important;
}

.search-result-page p {

	margin-bottom: 0.5em !important;
	letter-spacing: .025rem !important;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;


}

.search-result-page .title {
	font-weight: 400 !important;
	letter-spacing: .099rem !important;

}



/*Search Result Datatable Pagination*/
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 60px 0 !important;
	white-space: nowrap !important;


}

table.dataTable .sorting_asc {
	display: none !important;
}

.search-result-page div.dataTables_wrapper div.dataTables_info {
	padding-top: 1.8em !important;
}

.search-result-page table thead {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

/*Search Results End*/


/*Learn More Button H3*/
.btn .h3 {
	text-transform: uppercase;
	font-family: 'CeraBold', sans-serif;
	letter-spacing: .125rem;

}

.btn-black {
	background-color: black !important;
	color: #F7B316 !important;
}



.link {
	text-transform: capitalize;
	color: #707070 !important;
	text-decoration: underline;
}

.link-b {
	color: black !important;
}

.link-b:hover {
	color: #F7B316 !important;
}

a.link-underline {
	text-decoration: underline;
}

.link-s {
	font-size: .9em;
}

.div-l {
	float: left !important;
}

.div-r {
	float: left !important;
}


.f-uppercase {
	text-transform: uppercase;
}

.title-underline,
.title-underline-feature {
	width: 20%;
	background-color: #F7B316;
	border: none;
	padding: 3px;
	margin-bottom: 10px;
	margin-left: 40%;
}


.bar:after {
	content: '';
	display: block;
	height: 5px;
	Width: 24%;
	max-width: 200px;
	background: #F7B316;
	margin: 10px auto;

}

.bar-long:after {
	content: '';
	display: block;
	height: 5px;
	Width: 60%;
	max-width: 250px;
	background: #F7B316;
	margin: 10px auto;

}

.bar-left:after {
	content: '';
	display: block;
	height: 5px;
	width: 22%;
	max-width: 150px;
	background: #F7B316;
	margin: 10px auto;
	margin-left: 0;
}

.img-100 {
	width: 100% !important;
}

.product-tags.align-l,
.prod-type-page .product-tags.align-ls {
	pointer-events: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-logo img {
	max-width: 120px;
}

.footer-menu-container a {
	color: white !important;
	text-transform: uppercase;
}

.footer-menu-container ul {
	list-style: none;
}

.footer-social a {
	color: white !important;
}

.footer-social a:hover,
.footer-menu-container a:hover {
	color: #F7B316 !important;
	text-decoration: none;
	transition: all 0.5s ease;
}

.sec-footer .gfield_required {
	color: white !important;
}


/*Breadcrumbs*/
/*Added 2022/11/23*/
.tf-breadcrumb {
	width: 100%;
	background-color: #f7b316;
	margin-top: 22px;
	padding: 10px 10px 10px 10px;
	font-size: .9rem;
	font-weight: 400;
	color: black;
	margin-bottom: 0px;
	padding-left: 6%;
}

.tf-breadcrumb a:hover,
.tf-breadcrumb a:link {
	color: black !important;
	text-decoration: none;
	background-color: transparent;
}

.tf-breadcrumb span a {
	color: #000;
}



.tf-breadcrumb ol {
	padding: 10px 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tf-breadcrumb li {
	display: inline;

	margin: 0;
	padding: 0;
	width: 100%;
}

.tf-breadcrumb li a {
	margin: 0;
	padding: 0;
	color: black;

}

.tf-breadcrumb li:after {
	content: '>';
	display: inline;


	padding-left: 5px;
	padding-right: 5px;
}

.tf-breadcrumb li:last-child:after {
	content: '';
}


/*Added 2022/11/25*/
/* Taylor Leaf Blog Langing Page*/
.tl-blogpost .see-more {
	font-size: 0.9rem !important;
}

.tl-blogpost .publish-date {
	font-style: italic;
	font-size: 0.95em;
	color: grey;
}


.tl-blogpost .row.blog-post-light {
	background: #F1EED6;
	margin-bottom: 0;
	font-size: 0.9rem;
}

.tl-blogpost .blog-post {
	margin-top: 6% !important;
	margin-bottom: 6% !important;
}

/*Single Blog Post*/
.single-blog-post h2 {
	padding-top: 30px;
	padding-bottom: 10px;
}

.single-blog-post h3 {
	padding-top: 20px;
	padding-bottom: 10px;
}

/*Reciepe Type Taxonomy Page*/
.recip-type-tax h2.entry-title:after {
	content: '';
	display: block;
	height: 6px;
	Width: 24%;
	max-width: 293px;
	background: #F7B316;
	margin: 10px auto;
}

.recip-type-tax h2.entry-title {
	font-size: 2.20rem !important;
	margin: 0.35em 0 0.35em 0;
	line-height: 1.15;
	letter-spacing: .10rem;
	font-weight: 400;
	text-transform: uppercase !important;
	text-align: center;
	font-family: 'CeraBold', sans-serif;
}

/*Dish Taxonomy page*/
.dish-pg h1.page-title:after {
	content: '';
	display: block;
	height: 6px;
	Width: 24%;
	max-width: 293px;
	background: #F7B316;
	margin: 10px auto;
}

.dish-pg .single-recipe-link,
.single-product-link,
.reciepe-lp .single-recipe-link,
.single-product-link,
.reciepe-lp .single-blog-post-link,
.single-product-link,
.tx-dishes .single-recipe-link,
.single-product-link,
.product-lp .single-blog-post-link {
	height: 100% !important;
	width: 100% !important;
}

.tx-dishes .see-more {
	margin-top: 2em;
}


/*Added 2022-11-25*/
/*Navigation Wrapper*/
article.single-post .posts-navigation {
	padding-top: 3em !important;
	padding-bottom: 4em !important;
	width: 100%;


}

article.single-post .posts-navigation .nav-previous {
	float: left;

}

article.single-post .posts-navigation .nav-next {
	float: right;


}

article.single-post .posts-navigation a {
	color: #21759b;
	text-decoration: none !important;
}

article.single-post .prev-label,
.next-label {
	font-size: 0.9em;

}

/*Pagination*/
.pagination-space {
	margin-bottom: 6%;
	justify-content: center;
	margin-top: 6%;
}

.pagination .page-link {
	color: black !important;
}

.pagination .page-item.active .page-link {
	color: #fff !important;
}

@media screen and (max-width: 767px) {
	ul#menu-footer {
		grid-template-columns: 1fr 1fr;
		margin-top: -32px;
	}

	.footer-menu-container a {
		float: left;
		margin-right: 85px;
		margin-bottom: 9px;
	}

	/*Single Product */
	.single-product-pg .product-single-head .product-head-image {
		background-position: center;
		min-height: 100% !important;
		max-height: 100% !important;
		background-size: 32% !important;
		padding-top: 15rem;
		padding-bottom: 10rem;
		display: none;
	}

	.browse-all-btn {
		width: 100% !important;
	}




}

.single-product-pg .page-title:after {
	content: '' !important;
	display: block !important;
	height: 6px !important;
	Width: 24% !important;
	max-width: 293px !important;
	background: #F7B316 !important;
	margin: 10px auto !important;

}

.single-product-pg h2.page-title {
	text-align: center !important;
}


/*Featured Blog Post*/
.product-lp .featured-blog-posts .b-off-white {
	min-height: 100%;
	margin: 0;
	padding: 0;
}

.product-lp .padding-title {
	padding: 1.5rem;
	margin-top: 1.5rem;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

#masthead {
	position: fixed;
	top: 0;
	z-index: 99;
	background: white;
	width: 100%;
}

.site-main {
	padding-top: 9.5rem !important;
}

.header-logo {
	max-width: 150px;
	min-width: 120px;
	transition: all 0.25s ease;
}

.header-logo.scrolling {
	max-width: 120px;
	min-width: 90px;
}

.header-logo a {
	z-index: 99;
	position: relative;
}

.main-navigation {
	display: block;
	width: 100%;
	transition: all 0.25s ease;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 2px 8px #00000029;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	transition: all 0.25s ease;
	border-width: 1px;
	border-radius: 4px;
}

.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;
	opacity: 1;
}

.main-navigation ul ul a {
	width: 100%;
	font-weight: 700;
	font-style: normal;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: .35em 0;
	transition: all 0.25s ease;
}

.main-navigation a br {
	display: none;
}

.main-navigation ul ul a {
	background: white;
}

/*Our Story Navigation Item*/
.our-story {
	max-width: 110px !important;
}



.our-story-desktop a,
.our-blog-desktop a {
	padding: 0.8em 1.25em !important;
}

/* Small menu. */

.main-navigation.toggled ul {
	display: block;
	transition: all 0.25s ease;
}

.menu-toggle {
	display: block;
}

.menu-toggle {
	float: right;
	margin-top: 1.25rem;
	background: transparent;
	border: none;
	font-size: 1.5rem;
	margin-right: 1.25rem;
	padding: 0.6em .75em 0.4em;
}

.menu-toggle .menu-primary-container,
.menu-togle .menu-main-menu-container {
	display: flex;
}

.sec-header-logo {
	max-width: 1350px;
	margin: 0 auto;
}

.header-banner {
	letter-spacing: 2px;
}

.row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.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%;
}

.nav-tabs .nav-item {
	margin-bottom: 0;
}

.nav-tabs-social {
	margin: 0 auto;
}

.nav-tabs-social li {
	width: 100%;
	text-align: center;
	transition: all 0.25s ease;
	margin: 0;
}

.nav-tabs-social a:hover {
	background: #F1EED6;
	color: black;
	text-decoration: none;
}

.nav-tabs-social a:visited {
	color: black;
}

.nav-tabs-social a.active {
	background: #F1EED6;
}

.nav-tabs-social a {
	color: black;
	padding: 1em .75em !important;
	width: 100%;
	display: block;
	transition: all 0.25s ease;
	margin-bottom: -10px;
	background: none;
	font-size: 1.35em;
	line-height: 1.125;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.tabs-social {
	padding: 2em
}

/* .search-header {
	position: absolute;
	top: 2rem;
	right: 1.25rem;
	z-index: 99;
	display: none;
} */

.main-navigation .label {
	margin: 0;
}

.search-bar {
	display: none;
	padding: 2rem 0;
	margin-right: 10px;
	padding-right: 20px;
}

.search-bar .search-form {
	display: flex;
}

.search-bar label {
	margin: 0;
}

/* Added on 5/20/21 */
.top-contact-sec {
	position: absolute;
	right: -10px;
	top: -20px;
	display: block;
}

.top-contact {
	font-family: acumin-pro, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.0rem;
	display: none;
}

.top-contact-fr {
	font-family: acumin-pro, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.0rem;
	display: none;
}

.top-contact-sec a {
	color: black;
}

.top-contact-sec a:hover {
	color: #F7B316;
	text-decoration: none;
}

.alignwide {
	/* Set these margins to work with your own theme. */
	margin-left: -80px;
	margin-right: -80px;
	max-width: 100vw;
}

.alignfull {
	margin-left: calc(-99vw / 2 + 95% / 2);
	margin-right: calc(-99vw / 2 + 97% / 2);
	max-width: 100vw;
}

.alignfull img {
	width: 100vw;
}

ul#top-menu {
	list-style: none;
	font-family: acumin-pro, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.025rem;
}

ul#top-menu li {
	padding-left: 10px;
}

li.warning-icon,
li.canada-link,
li.contact-us-link {
	display: inline-block;
}

ul#top-menu li.contact-us-link a:before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #F7B316 !important;
	margin-right: 5px;
}

li.canada-link a:before {
	content: "";
	background-image: url(/wp-content/uploads/flags/flag-canada.png);
	height: 12px;
	width: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	margin-right: 5px;
}

li.warning-icon a {
	color: red;
}

li.warning-icon a:hover {
	color: red;
	text-decoration: underline;
}

li.warning-icon a:before {
	content: "";
	background-image: url(/wp-content/themes/taylor-farms/img/warning-ico.png);
	height: 14px;
	width: 15px;
	display: inline-block;
	background-repeat: no-repeat;
	margin-right: 5px;
}

@media screen and (min-width: 768px) {
	.mobile-view-only {
		display: none;
		visibility: hidden;
	}

	.top-contact {
		display: block;
	}

	.top-contact-fr {
		display: block;
		display: inline-flex;
		align-content: center;
		justify-content: center;
		align-items: center;
		flex-wrap: nowrap;
	}


}

/*End Added on 5/20/21*/

@media screen and (max-width: 768px) {

	.menu-primary-container,
	.menu-main-menu-container {
		transition: all 0.25s ease;
		text-align: center;
		margin-left: calc(-34% + -35px);
		padding-top: 5rem;
		z-index: 0;
	}

	.nav-tabs-social a {
		padding: 1em 3em !important;
	}

	.search-header .navbar-text {
		float: right;
	}


	.main-navigation a,
	.main-navigation a:hover,
	.main-navigation a:focus {
		color: black;
		text-decoration: none;
	}

	.main-navigation a:after {
		content: '';
		display: block;
		height: 2px;
		Width: 24%;
		max-width: 200px;
		background: #F7B316;
		margin: 2px auto 10px auto;
	}

	.main-navigation .search-submit {
		padding: .5em 1em;
		text-align: center;
		width: 110px;
	}

	.search-bar {
		padding: 2rem .75rem;
		font-size: .75rem;
		margin-top: -2em;

	}

	.main-navigation.scrolling .menu-toggle {
		margin-top: .625rem;
	}

	.main-navigation.scrolling .search-header {
		top: 1.5rem;
	}

	.main-navigation ul ul {
		position: relative;
		left: 0;
		display: contents;
	}

	.main-navigation ul ul a {

		text-align: center;
		font-style: normal;
		margin: 0 auto;
		font-size: .875em;
		padding: 0.15em 0 .35em 0;
	}

	.desktop-view-only {
		display: none !important;
		visibility: hidden;
	}

	li.warning-icon,
	li.contact-us-link {
		display: none;
	}


}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0em;
}

.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;
}

h1.entry-title {
	padding-top: 25px;
}

h1.page-title,
h2.page-title {
	margin-top: 25px;
}

/* 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;
}




/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/

.hero-home-text {
	text-align: center;
	padding-top: 1rem;
}

.hero-home-img {
	background-size: cover;
	min-height: 350px;
	background-position: center;
}

.b-white-desktop {
	background: #ffffffc7;
}

.b-locations {
	background-size: contain;
}


/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/


.hero-404-img {
	background-size: cover;
	min-height: 350px;
	background-position: center;
}

.hero-404-img .hero-404-text {
	background: #fffbfb36;
}

.hero-404-img .hero-home-text {
	padding-top: .25rem;
}

/*--------------------------------------------------------------
# Our Story Page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Newsroon Page
--------------------------------------------------------------*/
.news-title {
	margin-bottom: -10px !important;
	padding-top: 34px;
	font-family: 'CeraBold' !important;
}

.title-underline-news {
	width: 20%;
	background-color: #F7B316;
	border: none;
	padding: 3px;
	margin-bottom: 50px;
	margin-left: 0;
}

.date-month {
	font-family: 'CeraBold';
	font-size: 1em;
}

.date-date {
	font-family: 'CeraBold';
	font-size: 1.5em;
}

.date-year {
	font-family: 'CeraRegular';
	font-size: 1.1em;
}

.align-c-l {
	text-align: left;
}

.blog-title {
	font-size: 1.3rem !important;
}

.news-btn {
	color: black !important;
	border: 2px solid black;
	text-transform: uppercase;
	padding: .5em .5em;
	text-align: center;
	width: 200px;
	border-radius: 0;
	font-family: 'CeraBold', sans-serif;
	transition: all 0.5s ease;
	font-size: .9em;
}

.btn-sec {
	float: left;
	margin-right: 5%;
	margin-bottom: 30px;
}

.btn-download {
	margin-left: 33.3px;
}

.image-assets img {
	height: 200px;
}

.download-icon {
	width: 20px !important;
	height: 20px !important;
}

.video iframe {
	margin-top: -130px;
	margin-bottom: -117px;
}

.video-youtube iframe {
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
}

.report img {
	width: 30%;
}

/*--------------------------------------------------------------
# Individual Post
--------------------------------------------------------------*/
.linkedin-icon {
	width: 32px;
	margin-top: -2px;
}

.press-release {
	width: auto;
	margin-left: auto;
	margin-top: 0px;
}

/*--------------------------------------------------------------
# Coupon Page
--------------------------------------------------------------*/

#mydiv1 .embed-container,
#mydiv2 .embed-container,
#mydiv3 .embed-container {
	overflow-y: auto;
	overflow-x: auto;
}

@media only screen and (max-width: 940px) {
	#coupons .embed-container {
		height: auto !important;
		overflow: auto !important;
		padding-bottom: 0 !important;
	}

	#coupons .embed-container iframe {
		position: relative;
	}
}

/*--------------------------------------------------------------
# Trade Ad Page
--------------------------------------------------------------*/
.header-img {
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
}

.icon-img {
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
}

.title-height {
	height: 550px;
}

.underline-yellow {
	border-bottom: #F7B316 3px solid;
}

.pb-9 {
	padding-bottom: 9rem !important;
}

.mtN-20 {
	margin-top: -15.2rem !important;
}

.marg-15 {
	margin: .9rem;
}

/*--------------------------------------------------------------
# Search Page
--------------------------------------------------------------*/
.search-results-list ol {
	margin: 0px;
}

/*--------------------------------------------------------------
# Global Styles
--------------------------------------------------------------*/
.align-r,
.align-l,
.align-c {
	text-align: center;
}

.align-c-mobile {
	text-align: center;
}


.overflow-hid {
	overflow: hidden;
}

.pos-rel {
	position: relative;
}

.pos-abs {
	position: absolute;
}

.z-1 {
	z-index: 1;
}

.z-5 {
	z-index: 5;
}

.z-10 {
	z-index: 10;
}

.z-15 {
	z-index: 15;
}


.dis-flex-m {
	display: -webkit-box !important;
	/* OLD - iOS 6-, Safari 3.1-6 */

	display: -moz-box !important;
	/* OLD - Firefox 19- (buggy but mostly works) */

	display: -ms-flexbox !important;
	/* TWEENER - IE 10 */

	display: -webkit-flex !important;
	/* NEW - Chrome */

	display: flex !important;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.dis-block {
	display: block;
}

.dis-inline {
	display: inline-block;
}

.mx-auto-m {
	margin-right: auto;
	margin-left: auto;
}

.my-auto-m {
	margin-top: auto;
	margin-bottom: auto;

}

.mxy-auto-m {
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}

.hidden-mobile {
	display: none;
}

.img-shadow {
	box-shadow: 1px 6px 6px #0000005c;
}

.img-shadow-c {
	background: radial-gradient(circle at 50%, #fffdfd, #fff 40%, #fff0 67%);
}

.white-bottom {
	height: 100px;
	margin-top: 0px !important;
	background-color: white;
}

.transform-cap {
	text-transform: capitalize !important;
}

.transform-upper {
	text-transform: uppercase !important;
}

.transform-regular {
	text-transform: initial !important;
}

/*Added 11/15/2022 */
/*Single Reciepe Cust*/
.single-recipe h1 {
	font-size: 2.5rem !important;
	margin: .35em 0 .35em 0;
	line-height: 1.125;
	letter-spacing: .20rem;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'FinancierRegular', sans-serif;
}

.single-recipe .recipe-instructions h2 {
	text-transform: none;
}

.single-recipe h2 {
	font-size: 2rem !important;
	margin: .35em 0 .25em 0;
	line-height: 1.15;
	letter-spacing: .10rem;
	font-family: 'FinancierRegular', sans-serif;
}

.single-recipe .single-recipe-link,
.single-product-link {
	height: 100% !important;
	width: 100% !important;
}

/*Single Reciepe Cust*/


/*Added 22/11/2022*/
.single-product h1 {
	font-size: 2.5rem !important;
	margin: .35em 0 .35em 0;
	line-height: 1.15;
	letter-spacing: .20rem;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'FinancierRegular', sans-serif;
}

.single-product h1 {
	margin-bottom: 0.45rem;
	font-weight: 500;
	line-height: 1.125;
}

.single-product h1.entry-title {
	padding-top: 0px;
	margin-top: 0px;
}

.single-product h2 {
	font-size: 2.20rem !important;
	margin: 0.35em 0 0.2em 0;
	line-height: 1.35;
	letter-spacing: .10rem;
	font-family: 'CeraBold', sans-serif;
}

.single-product .product-details {
	padding-top: 3em !important;
}

.single-product .product-features h2 {
	font-size: 1.8rem !important;
}



/*Added 12/7/21*/
.font-weight-b {
	font-weight: 900;
	font-size: 1.25em !important;
	font-family: 'CeraBold', sans-serif !important;
	margin-top: 31px;
}

.recipe-background {
	height: 142px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.padding-title {
	padding: 0rem;
}

.col-md-5.col-12.b-off-white.background-margin {
	background: none !important;
}

/*Added 2/1/22*/
.discover-background {
	height: 235px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.font-weight-d {
	font-weight: 900;
	font-size: 1.5rem !important;
	font-family: 'CeraBold', sans-serif !important;
}

.btn:hover {
	color: white !important;
	text-decoration: none;
}

/*Product Landing Page*/

.product-lp .btn:hover,
.single-product-pg .btn:hover {
	color: white !important;
	text-decoration: none;
}

.product-lp .page-title,
.reciepe-lp .page-title,
.tx-dishes .page-title {
	text-transform: uppercase;
}

.product-lp h2.page-title:after,
.reciepe-lp h2.page-title:after,
.tx-dishes h2.page-title:after,
.tx-collections h2.page-title:after {
	content: '' !important;
	display: block !important;
	height: 6px !important;
	Width: 24% !important;
	max-width: 293px !important;
	background: #F7B316 !important;
	margin: 10px auto !important;

}

.product-lp .b-off-white,
.reciepe-lp .b-off-white,
.tx-dishes .b-off-white {
	background-color: #F1EED6 !important;
	/* padding-bottom: 3% !important;	 */
	margin-bottom: 5% !important;

}

.product-lp .featured-blog-posts .b-off-white {
	background-color: #F1EED6 !important;
	padding-bottom: 0% !important;
	margin-bottom: 3% !important;

}

.product-lp .white-bottom,
.reciepe-lp .white-bottom,
.dish-pg .white-bottom {
	height: 60px;

}

.product-lp h2,
.reciepe-lp h2,
.tx-dishes h2,
.tx-collections h2 {
	font-size: 2.20rem !important;
	margin: 0.35em 0 0.35em 0;
	line-height: 1.15;
	letter-spacing: .10rem;
	font-weight: 400;
	text-transform: uppercase !important;
	text-align: center;
	font-family: 'CeraBold', sans-serif;
}

.product-lp .last-section,
.reciepe-lp .last-section,
{
padding-bottom: 100px;
}

.product-lp .sec-content,
.reciepe-lp .sec-content,
.tx-dishes .sec-content,
.prod-type-page .sec-content {
	padding-bottom: 4%;

}

.recent-reciepe-sec {
	margin-bottom: -4em !important;
}

.product-lp .recent-products {
	padding-bottom: 6% !important;


}


.product-lp .browse-by-category,
.reciepe-lp .browse-by-category,
.tx-dishes .browse-by-category,
.product-lp .browse-by-diet-type,
.reciepe-lp .browse-by-diet-type,
.recip-type-tax .browse-by-diet-type {
	padding-top: 2em !important;
	padding-bottom: 3em !important;
}


.product-lp .browse-by-category .chopped-title,
.reciepe-lp .browse-by-category .chopped-title,
{

padding: 1.2em 0 !important;

}

.product-lp .browse-by-category .multi-line,
.reciepe-lp .browse-by-category .multi-line {

	padding: 0em 0 !important;

}

.product-lp .plp-chopped-title {
	margin-bottom: 40px !important;
}

/*Single Product Page*/
.single-product-pg .product-description {
	padding-top: 1.7rem !important;
	padding-right: 0rem !important;
}

.single-product-pg .entry-header {
	padding-top: 0 !important;
}


.single-product-pg .product-ul-list {
	margin: 0;
	padding: 0;
	padding-left: 40px;
	font-size: 1rem;
}

.single-product-pg .tranparency-btn {
	color: black !important;
	background: transparent !important;
	text-transform: uppercase;
	padding: 0.5em 1.25em;
	text-align: center;
	width: 200px;
	border-radius: 0;
	font-family: 'CeraBold', sans-serif;
	letter-spacing: .125rem;
	transition: all 0.5s ease;
	border: 2px solid black;
}

.single-product-pg .tranparency-btn:hover {
	color: white !important;
	background: black !important;
}

.single-product-pg .tranparency-btn:focus {
	color: #000 !important;
}

.single-product-pg .cta-btn {
	padding: 10px 10px 10px 10px;
}

.single-product-pg .product-description p {
	font-size: 1rem !important;
}

.single-product-pg .button-wrap-inline-block {
	padding-top: 1.7rem !important;
	padding-bottom: 1.7rem !important;
}

/*New Single Product Pg*/
/* .single-product-pg .discover-more{
	padding-bottom: 5em !important;
} */

.single-product-pg .mob-separator {
	margin-top: 2em !important
}

.single-product-pg .two-lines {
	margin-top: 10px;
}

.single-product-pg .product-details p {
	text-align: left !important;
}

/*Product Type Page*/
.prod-type-page .see-more-sec {
	margin-top: 1rem !important;
}

/*--------------------------------------------------------------
# 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;
}

.clear-results {
	clear: both;
}

.row {
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.text-image-bg img {
	width: 65%;
}

.hero-image-slider {
	min-height: 230px;
}

/* Pinterest page
--------------------------------------------- */
.pinterest-bg {
	height: 230px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

/*Carousel*/
.carousel-video-modal {
	overflow-y: hidden !important;
	padding-right: 0px !important;
}

.carousel-video-modal .modal-dialog {
	max-width: 800px;
	margin: 30px auto;
}



.carousel-video-modal .modal-body {
	position: relative;
	padding: 0px;
}

.carousel-video-modal .close {
	position: absolute;
	right: 10px;
	top: -3px;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: 1;
}



.carousel .video-btn .video-play-icon {
	display: inline-block;
	position: absolute;
	left: 54%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: auto;
	color: white;
	font-size: 3rem !important;
	/* background-color: rgba(23, 35, 34, 0.75); */
	/* border-radius: 5px 5px 5px 5px; */
	box-shadow: 0px 0px 10px rgb(51, 51, 51, 0.5);
	border-radius: 100px;
	transition: color 0.2s ease-in-out;
}

.carousel .video-btn-thumb .video-play-icon {

	display: inline-block;
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
	padding: auto;
	color: white;
	font-size: 3rem !important;
	/* background-color: rgba(23, 35, 34, 0.75); */
	border-radius: 5px 5px 5px 5px;
}

.carousel .overlay-txt {
	position: absolute;
	top: 0;
	margin: 0;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	background: rgba(0, 0, 0, 0.3);
	width: 100% !important;
	text-shadow: lightgray 1px 0 10px;
}


#carousel-slider {
	/* padding-right: 10% !important; */
	/* padding-left: 6% !important; */
	/* padding-top: 10% !important; */
}

#carousel-slider #main-carousel .carousel-item {
	width: 100%;
}

#carousel-slider .carousel-thumb {
	/* max-width: 100px;
	max-height: 100px; */
	max-width: 100%;
	max-height: 100%;
}

#carousel-slider .carousel-item.video-btn {
	cursor: pointer;
}

#carousel-slider .carousel-inner {
	width: auto;
	padding: 0 17%;
}

#main-carousel {
	display: block;
	margin: 0 auto;
}

.default-featured-image {
	max-width: 380px;
	min-width: 360px;
	max-height: 600px;
}

.carousel .carousel-item .carousel-featured-image {
	max-width: 100%;
	max-height: 400px;
}

#main-carousel .carousel-product-image {
	max-width: 380px;
	min-width: 350px;
	max-height: 600px;
	margin: 0 auto;
}

#carousel-thumbs .carousel-inner .carousel-item .thumb {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

/*Carousel*/




.btn-lg-block {
	width: 55% !important;
}


/* Cookie Pop-up
--------------------------------------------- */
#consent-popup {
	position: fixed;
	font-size: 0.9rem;
	bottom: 0px;
	left: 0;
	right: 0;
	padding: 11px;
	background-color: white;
	color: black;
	transition: opacity 1s ease;
	z-index: 19;
	width: 100%;
	margin: auto;
}

#consent-popup .hidden {
	opacity: 0;
}

#consent-popup .close {
	color: black;
	opacity: unset;
}


@media (min-width: 388px) {
	.btn-download {
		margin-left: 0px;
	}

	.image-assets img {
		height: 285px;
	}

	.video iframe {
		margin-top: -100px;
		margin-bottom: -95px;
	}

	.video-youtube iframe {
		margin-top: inherit;
		margin-bottom: inherit;
	}

	.recipe-background {
		height: 300px !important;
		width: auto !important;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	/*Product LP Page Lengthy Text Button*/
	.btn-lg-block {
		width: 100% !important;
	}

}

@media (min-width: 490px) {
	.video iframe {
		margin-top: -50px;
		margin-bottom: -60px;
	}

	.video-youtube iframe {
		margin-top: inherit;
		margin-bottom: inherit;
		height: 300px;
	}

}

@media (min-width: 560px) {

	.sec-family-bck {
		min-height: 450px !important;
	}

	.hero-home-img,
	.hero-404-img {
		min-height: 450px;
	}

	.hero-404-img .hero-404-text {
		background: transparent;
	}

	.hero-image-slider {
		min-height: 300px;
	}

	.text-image-bg img {
		background: none;
	}

	.recipe-background {
		/* height: 168px; */
		height: auto;
	}

	#consent-popup {
		position: fixed;
		font-size: 1rem;
	}

}




@media screen and (min-width: 768px) {

	.size-p {
		font-size: 1.35rem !important;

	}

	.nav-tabs-social {
		max-width: 800px;
		list-style: none;
		margin: 0 auto;
	}

	.main-navigation a {
		display: block;
		padding: 3.5em .65em;
		max-width: 110px;
		text-align: left;
		color: black;
		font-size: .785rem;
	}

	.main-navigation a:hover {
		color: #F7B316;
		text-decoration: none;
		transition: all 0.25s ease;
	}

	.nav-tabs-social li {
		width: 32.33%;
	}


	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex !important;
		float: right;
		margin-right:0;
		align-items: center;
	}

	.main-navigation ul ul {
		display: inline !important;
	}

	.main-navigation ul ul a {
		padding: 0.5em .60em;
	}
/* 
	.search-header {
		right: 5px;
		padding: 1em .5em;
		top: 0;
	} */

	.search-header .navbar-text {
		float: right;
		padding-top: 0px;
		cursor: pointer;
	}

	.main-navigation.scrolling .search-header .navbar-text {
		padding-top: 4px;
	}

	.background-image-size {
		background-size: auto 85% !important;
		background-position: center !important;
	}

	.w-45 {
		width: 45% !important;
	}

	.w-50 {
		width: 50% !important;
	}

	.w-55 {
		width: 55% !important;
	}

	.w-60 {
		width: 60% !important;
	}

	.w-65 {
		width: 65% !important;
	}

	.w-70 {
		width: 70% !important;
	}

	.w-75 {
		width: 75% !important;
	}

	.w-80 {
		width: 80% !important;
	}

	.w-85 {
		width: 85% !important;
	}

	.w-90 {
		width: 90% !important;
		max-width: 1300px;
	}

	.w-95 {
		width: 95% !important;
		max-width: 1350px;
	}

	.align-r {
		text-align: right !important;
	}

	.align-l {
		text-align: left !important;
	}

	.align-c {
		text-align: center;
	}

	.float-l {
		float: left;
	}

	.align-c-mobile {
		text-align: left;
	}

	.hidden-mobile {
		display: block;
	}

	.header-logo {
		max-width: 200px;
	}

	.header-logo.scrolling {
		width: 70%;
	}

	.main-navigation.scrolling a {
		padding: 3em .70em;
		font-size: .75rem;
	}

	.main-navigation.scrolling input[type=submit] {
		width: 180px;
	}

	.main-navigation.scrolling .search-header {
		padding: 1em .5em;
		font-size: .90rem;
	}


	.main-navigation ul ul a,
	.main-navigation.scrolling ul ul a {
		padding: .75em .70em;
	}


	.search-bar {
		padding: .5rem 0;
		margin: 0 1.5rem;
	}

	.main-navigation.scrolling .search-bar {
		padding: .25rem;
		font-size: .95rem;
		margin: 0 1rem;
	}

	.footer-menu-container li {
		width: 33.33%;
		float: right;
		padding-bottom: 4em;
	}

	.hero-home-img,
	.hero-404-img {
		min-height: 600px;
	}

	.hero-404-img .hero-home-text {
		padding-top: 1rem;
	}

	.float-r {
		float: right;
	}

	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.dis-flex {
		display: -webkit-box !important;
		/* OLD - iOS 6-, Safari 3.1-6 */

		display: -moz-box !important;
		/* OLD - Firefox 19- (buggy but mostly works) */

		display: -ms-flexbox !important;
		/* TWEENER - IE 10 */

		display: -webkit-flex !important;
		/* NEW - Chrome */

		display: flex !important;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
	}

	.mx-auto {
		margin-right: auto;
		margin-left: auto;
	}

	.my-auto {
		margin-top: auto;
		margin-bottom: auto;

	}

	.mxy-auto {
		margin-top: auto;
		margin-bottom: auto;
		margin-right: auto;
		margin-left: auto;
	}

	.h0 {
		font-size: 4.5rem !important;
		letter-spacing: 8px;
	}

	.b-white-desktop {
		background: white;
	}

	.float-r {
		float: right !important;
	}

	.float-l {
		float: left !important;
	}

	.flex-col-reverse {
		flex-direction: row-reverse;
	}

	.flex-col-reverse-mobile {
		flex-direction: initial;
	}

	.mtN-20 {
		margin-top: -13.2rem !important;
	}

	.title-underline {
		margin-left: 0;
	}

	.sec-footer .gform_fields li {
		width: 48% !important;
		padding: 2% !important;
		clear: none !important;
		float: left !important;
	}

	.align-c-l {
		text-align: center !important;
		padding: 0px !important;
	}

	.blog-title {
		font-size: 1.5rem !important;
	}

	.image-assets img {
		width: 100%;
		height: 100px;
	}

	.video iframe {
		height: auto;
		margin-top: -38px;
		margin-bottom: -40px;
	}

	.right-border {
		border-right: 2px black solid;
	}

	.sub-menu {
		width: 250px;
		background: white
	}

	.sub-menu {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.sub-menu-columns ul.sub-menu li {
		float: left;
		display: block;
		width: 100%;
	}

	.sub-menu-columns ul.sub-menu li:nth-child(odd) {
		float: left;
	}

	.sub-menu-columns ul.sub-menu li:nth-child(even) {
		float: right;
	}

	.hero-image-slider {
		min-height: 400px;
	}

	/*Added 12/7/21*/
	.recipe-background {
		height: 300px;
		width: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.padding-title {
		padding: 1.5rem 1.5rem 0rem 1.5rem;
		min-height: 260px;
		margin-bottom: 45px;
	}

	.reciepe-lp .padding-title {
		min-height: 250px;
		margin-bottom: 0;
	}

	.recipe-background img {
		object-fit: cover;
		height: 300px;
	}

	.font-weight-b {
		font-size: 1.5rem !important;
		margin-top: unset;
	}

	.background-margin {
		margin: 10px auto 10px auto;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.col-md-5.col-12.b-off-white.background-margin {
		background: #F1EED6 !important;
	}


}


.wrap {
	position: relative;
	height: 100vh;
}

.video-bg {
	position: relative;
	height: 100%;
	background: #000;
	overflow: hidden;
}

.video-bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	/* background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"); */
}

.video-bg iframe {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	height: 60vw;
}

/* recipe single  */
.recipe-header {
	padding-left: 6% !important;
	padding-right: 6% !important;
}

.title-underline-left {
	width: 20%;
	background-color: #F7B316;
	border: none;
	padding: 3px;
	margin-bottom: 10px;
	margin-left: 0;
}

.recipe_excerpt {
	padding-top: 1.7rem;
}

.recipe_excerpt p {
	font-size: 1rem;
}

.btn-shop-recipe {
	border: 1px solid #F7B316;
	color: black !important;
	background: #F7B316;
	text-transform: uppercase;
	padding: 10px;
	text-align: center;
	width: 200px;
	border-radius: 0;
	font-family: 'CeraBold', sans-serif;
	letter-spacing: .125rem;
	transition: all 0.5s ease;
	display: inline-block;
}

.btn-shop-recipe:hover {
	border: 1px solid #000;
}

.btn-print-recipe:focus,
.btn-shop-recipe:focus {
	color: white !important;
}

.btn-print-recipe {
	display: inline-block;
	padding: 10px;
}

body.modal-open {
	padding-right: 0 !important;
}


@media (min-width: 992px) {

	body {
		font-size: 1.10rem;
	}

	.title-height {
		height: 650px;
	}

	.main-navigation a {
		padding: 3.25em .75em;
		font-size: .975rem !important;
		max-width: 100%;
	}

	.main-navigation ul ul a {
		padding: 1em .75em;
	}

	.main-navigation.scrolling a {
		font-size: .810rem !important;
	}

	.video iframe {
		height: auto;
		margin-top: -21px;
		margin-bottom: -25px;
	}

	.video-youtube iframe {
		margin-bottom: -5px;
	}

	.image-assets img {
		height: 135px;
	}

	.nav-tabs-social {
		max-width: 1000px;
	}

	.hero-image-slider {
		min-height: 500px;
	}

	.alignfull {
		margin-left: calc(-99vw / 2 + 97% / 2);
		margin-right: calc(-99vw / 2 + 97% / 2);
	}


}


@media (min-width: 1220px) {
	.container {
		max-width: 1150px;
	}

	.main-navigation a {
		padding: 1em 1em;
		font-size: 1.15rem !important;
		max-width: 100%;
	}

	.main-navigation.scrolling a {
		font-size: .975rem !important;
		padding: 1em 1em;
		max-width: 100%;
	}

	.main-navigation.scrolling ul ul a,
	.main-navigation ul ul a {
		padding: 0.8em 1.25em;
		text-transform: capitalize;
	}

	.video iframe {
		height: auto;
		margin-top: -10px;
		margin-bottom: -14px;
	}

	.hero-image-slider {
		min-height: 600px;
	}

	li#menu-item-42 a {
		/* padding: 2.25em 1.5em; */
	}

	.main-navigation.scrolling li#menu-item-348 a {
		max-width: 155px;
	}



}

@media only screen and (min-width: 1600px) {
	/* #carousel-slider .carousel-inner {
		padding: 0 30%;
	} */
}

@media only screen and (min-width: 1383px) and (min-height: 864px) {
	.tf-breadcrumb {
		margin-top: 31px;
	}
}

@media (min-width: 1350px) {
	.title-height {
		height: 950px;
	}

	.single-product-pg .product-single-head .product-head-image {

		background-position: center;
		min-height: 100% !important;
		max-height: 100% !important;
		background-size: 70% !important;
	}

	.btn-lg-block {
		width: 50% !important;
	}
}

@media (min-width: 992px) and (max-width: 1024px) {
	#main-carousel .carousel-product-image {
		max-width: 100%;
		min-width: 100%;
		max-height: 450px;
		/* height: 400px; */
		margin: 0 auto;
	}

	.default-featured-image {
		max-width: 360px;
		min-width: 360px;
		max-height: 600px;
	}

	.btn-print-recipe,
	.btn-shop-recipe {
		margin-bottom: 15px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.site-main {
		padding-top: 10.7em;
	}

	#carousel-slider .carousel-inner {
		padding: 0 4%;
	}

	#main-carousel .carousel-product-image {
		max-width: 100%;
		min-width: 100%;
		max-height: 450px;
		/* height: 400px; */
		margin: 0 auto;
	}

	.default-featured-image {
		max-width: 300px;
		min-width: 300px;
		max-height: 450px;
	}

	.btn-print-recipe,
	.btn-shop-recipe {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 767px) {
	.single-product-pg .product-description {
		padding-right: 0rem !important;
	}

}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	#main-carousel .carousel-product-image {
		max-width: 300px;
		min-width: 300px;
		max-height: 100%;
		/* height: 400px; */
		margin: 0 auto;
	}

	.default-featured-image {
		max-width: 300px;
		min-width: 300px;
		max-height: 100%;
	}

	.btn-print-recipe,
	.btn-shop-recipe {
		margin-bottom: 15px;
	}
}

@media (min-width: 320px) and (max-width: 480px) {
	.featured-recipe .recipe-archive-featured img {
		max-width: 275px !important;
	}

}

@media (min-width: 320px) and (max-width: 480px) {
	.tf-breadcrumb {
		padding: 10px 10px 10px 10px;
		margin-top: 31px;
	}

	.wrap {
		height: 190px;
	}

	#carousel-slider .carousel-inner {
		padding: 0 5%;
	}

	#carousel-slider #main-carousel .carousel-item {
		width: 100%;
	}

	#main-carousel .carousel-product-image {
		/* max-height: 250px; */
		/* height: 250px; */
		margin: 0 auto;
		max-width: 100%;
		min-width: auto;
		max-height: 350px;
	}

	.default-featured-image {
		max-width: 300px;
		min-width: 300px;
		max-height: 500px;
	}

	.btn-print-recipe,
	.btn-shop-recipe {
		margin-bottom: 15px;
	}

	.single-recipe h1 {
		/* text-align: center; */
	}

	.title-underline-mobile-center {
		margin-left: 40%;
	}

	.recipe-header {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}


/* FAQ */

#accordion .faq-panel {
	border-top: 0.5px solid #ddd;
}

#accordion .faq-panel:last-child {
	border-bottom: 0.5px solid #ddd;
}

#accordion .faq-heading .faq-title {
	margin-bottom: 0;
	transition: background-color 0.3s ease;
}

#accordion .faq-heading .faq-title:hover {
	background-color: #f3f3f3;
	transition: background-color 0.3s ease;
}

#accordion .faq-heading .faq-title a {
	color: #212529;
	text-decoration: none;
	display: block;
	padding: 20px 15px;
	text-transform: initial;
}

#accordion .faq-heading .faq-title a i {
	float: right;
}

#accordion .faq-heading .faq-title a:focus {
	outline: none;
}

#accordion .panel-body.faq-body {
	padding: 15px;
}

#accordion .panel-body.faq-body p {
	font-size: 1.35rem !important;
}

.faq-title .fa-chevron-down {
	transition: transform 0.3s;
}

.faq-title a[aria-expanded="true"] .fa-chevron-down {
	transform: rotate(180deg);
}

@media (min-width: 320px) and (max-width: 480px) {
	#accordion .faq-heading .faq-title a {
		font-size: 1.5rem;
	}
}

.browse-by-category .category-list-item {
	text-decoration: none;
	display: block;
}

.browse-by-category .category-list-item .chopped-title {
	font-weight: 500;
	line-height: 1.125;
	letter-spacing: .10rem;
	font-family: 'FinancierRegular', sans-serif;
	font-size: 17px;
	color: #000;

}


.related-product-item {
	height: auto;
	position: relative;
	background-color: #F1EED6;
	padding-bottom: 20px;
}

.related-product-item a {
	display: block;
}

.related-product-item a:hover {
	text-decoration: none;
}

.related-product-item a img {
	object-fit: cover;
	height: 300px;
	/* width: 250px; */
	margin-bottom: 15px;
}

.related-product-item a .product-title {
	font-weight: 500;
	line-height: 1.125;
	letter-spacing: .10rem;
	font-family: 'FinancierRegular', sans-serif;
	font-size: calc(14px + (16 - 14)*(100vw - 768px)/(1200 - 768)) !important;
	color: #000;
	min-height: 80px;
	padding: 0 15px;
}

.featured__recipe_block {
	position: relative;
}

.featured__recipe_block .desc {
	font-size: 1rem;
}

.btn-see-recipe {
	position: absolute;
	bottom: 20px;
	left: 22%;
	font-size: 14.4px;
	padding: 10px;
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
}

.btn-readmore {
	position: absolute;
	bottom: 20px;
	left: 22%;
	font-size: 14.4px;
	padding: 10px;
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
}

.btn-post-readmore {
	margin: 0 auto;
	font-size: 14.4px;
	padding: 10px;
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
}

.collection-post-card {
	border: 0 !important;
	border-radius: 0 !important;
	background-color: #F1EED6 !important;
}

.collection-post-card img {
	object-fit: cover;
	height: 300px;
}

.card.collection-post-card h2 {
	font-size: 1.5rem !important;
	min-height: 85px;
}

.card.collection-post-card .featured-excerpt {
	color: #000;
	font-size: 1rem;
	padding-top: 5px !important;
	text-align: center;
	min-height: 160px;
}

.btn-see-more {
	display: block;
	margin: 0 auto;
	font-size: 14.4px;
	padding: 10px;
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
}

/* salad month iframe */
iframe#vs_widget_frame_vs_134897_134897_747410 {
	display: block;
	margin: 0 auto;
}


.site-footer .footer-social a {
	font-size: 18px;
	font-family: 'CeraRegular', sans-serif;
}

.site-footer .footer-social .social-icon {
	height: 18px;
	width: 23px;
	display: inline-block;
}

.site-footer .footer-social .social-icon svg {
	height: 18px;
	width: 18px;
	margin: 0 auto;
	display: block;
}

.site-footer .footer-social .social-icon svg path {
	fill: #fff;
}

.site-footer .footer-social .social-icon:hover path {
	fill: rgb(247, 179, 22);
}

@media only screen and (min-width: 1600px) {
	.related-product-item {
		height: auto;
	}
}

@media (min-width: 992px) and (max-width: 1024px) {
	.related-product-item {
		width: 210px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.related-product-item {
		width: 210px;
	}
}

@media (min-width: 320px) and (max-width: 480px) {
	.related-product-item {
		width: auto;
		margin-bottom: 30px;
	}

	.related-product-item a .product-title {
		min-height: auto;
		font-size: calc(20px + (16 - 14)*(100vw - 768px)/(1200 - 768)) !important;
	}

	.related-product-item a img {
		height: 250px;
	}

	.b-off-white {
		padding-bottom: 10% !important;
	}

	.card.collection-post-card h2 {
		min-height: auto;
	}

	.card.collection-post-card .featured-excerpt {
		min-height: auto;
	}
}


@media (max-width:768px){

.ourHistorySection .colLeft {
	 order: 2;
}
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2.hide_summary {
	padding-left: 3rem;
}
.cky-btn {
	color: black !important;
    background: #f7b316;
    text-transform: uppercase !important;
    text-align: center;
    border-radius: 0;
    font-family: "CeraBold", sans-serif !important;
    font-weight: 700 !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2.hide_summary {
	padding-left: 3rem;
}

.gform-page-footer .gform-loader {
	position: absolute !important;
    right: 6rem !important;
	top: 50% !important;
	transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.step-tfc-form_wrapper .gform_page_footer.top_label {
	flex-direction: column;
}

.gform-page-footer .gform_next_button {
	margin-top: .5rem !important;
	margin-left: 0 !important;
    font-size: 20px !important;
}

@media (min-width: 768px) {
	.step-tfc-form_wrapper .gform_page_footer.top_label {
		flex-direction: row;
	}
	.gform-page-footer .gform_next_button {
		margin-top: 30px!important;
	}
}
