/*!
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;
}

/**
 * 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
--------------------------------------------- */

/* === Financier Fonts === */

@font-face {
  font-family: "FinancierBoldItalic";
  src: url("webfonts/financier-display-web-bold-italic.eot");
  src: url("webfonts/financier-display-web-bold-italic.eot?#iefix")
      format("embedded-opentype"),
    url("webfonts/financier-display-web-bold-italic.woff2") format("woff2"),
    url("webfonts/financier-display-web-bold-italic.woff") format("woff"),
    url("webfonts/financier-display-web-bold-italic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "FinancierBold";
  src: url("webfonts/financier-display-web-bold.eot");
  src: url("webfonts/financier-display-web-bold.eot?#iefix")
      format("embedded-opentype"),
    url("webfonts/financier-display-web-bold.woff2") format("woff2"),
    url("webfonts/financier-display-web-bold.woff") format("woff"),
    url("webfonts/financier-display-web-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FinancierRegularItalic";
  src: url("webfonts/financier-display-web-regular-italic.eot");
  src: url("webfonts/financier-display-web-regular-italic.eot?#iefix")
      format("embedded-opentype"),
    url("webfonts/financier-display-web-regular-italic.woff2") format("woff2"),
    url("webfonts/financier-display-web-regular-italic.woff") format("woff"),
    url("webfonts/financier-display-web-regular-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "FinancierRegular";
  src: url("webfonts/financier-display-web-regular.eot");
  src: url("webfonts/financier-display-web-regular.eot?#iefix")
      format("embedded-opentype"),
    url("webfonts/financier-display-web-regular.woff2") format("woff2"),
    url("webfonts/financier-display-web-regular.woff") format("woff"),
    url("webfonts/financier-display-web-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* === Cera Fonts === */

@font-face {
  font-family: "CeraBoldItalic";
  src: url("webfonts/Cera-Pro-Bold-Italic.eot");
  src: url("webfonts/Cera-Pro-Bold-Italic.eot?#iefix")
      format("embedded-opentype"),
    url("webfonts/Cera-Pro-Bold-Italic.woff2") format("woff2"),
    url("webfonts/Cera-Pro-Bold-Italic.woff") format("woff"),
    url("webfonts/Cera-Pro-Bold-Italic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "CeraBold";
  src: url("webfonts/Cera-Pro-Bold.eot");
  src: url("webfonts/Cera-Pro-Bold.eot?#iefix") format("embedded-opentype"),
    url("webfonts/Cera-Pro-Bold.woff2") format("woff2"),
    url("webfonts/Cera-Pro-Bold.woff") format("woff"),
    url("webfonts/Cera-Pro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CeraBoldRegularItalic";
  src: url("webfonts/Cera-Pro-Regular-Italic.eot");
  src: url("webfonts/Cera-Pro-Regular-Italic.eot?#iefix")
      format("embedded-opentype"),
    url("webfonts/Cera-Pro-Regular-Italic.woff2") format("woff2"),
    url("webfonts/Cera-Pro-Regular-Italic.woff") format("woff"),
    url("webfonts/Cera-Pro-Regular-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "CeraRegular";
  src: url("webfonts/Cera-Pro-Regular.eot");
  src: url("webfonts/Cera-Pro-Regular.eot?#iefix") format("embedded-opentype"),
    url("webfonts/Cera-Pro-Regular.woff2") format("woff2"),
    url("webfonts/Cera-Pro-Regular.woff") format("woff"),
    url("webfonts/Cera-Pro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* === Acumin Pro Condensed === */
@font-face {
  font-family: "acumin-pro-condensed";
  src: url("webfonts/acumin-pro-condensed.eot");
  src: url("webfonts/acumin-pro-condensed.eot?#iefix")
      format("embedded-opentype"),
    url("webfonts/acumin-pro-condensed.woff2") format("woff2"),
    url("webfonts/acumin-pro-condensed.woff") format("woff"),
    url("webfonts/acumin-pro-condensed.ttf") format("truetype"),
    url("webfonts/acumin-pro-condensed.svg#Acumin Pro Condensed") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("webfonts/Brandon-Grotesque/Brandon_Grotesque_Regular.otf")
    format("opentype");
  font-weight: 400; /* normal */
}
/* === Acumin Helvetica === */
@font-face {
  font-family: "Halvetica-regular";
  src: url("webfonts/helvetica/Helvetica.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* === Acumin Helvetica === */
@font-face {
  font-family: "Halvetica-bold";
  src: url("webfonts/helvetica/Helvetica-Bold.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.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-red {
  background-color: #d11313 !important;
}

.b-yellow {
  background-color: #f7b316 !important;
}

.bck-100 {
  width: 100%;
}

.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 .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: 0.025rem !important;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}

.search-result-page .title {
  font-weight: 400 !important;
  letter-spacing: 0.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: 0.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: 0.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: 40px;
  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: 0.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;
  display: flex;
  justify-content: center;
}

.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: 15px;
  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: 28px !important;
  margin: 0.35em 0 0.35em 0;
  line-height: 32px;
  letter-spacing: 0.1rem;
  font-weight: 400;
  text-transform: uppercase !important;
  text-align: center;
  font-family: "CeraBold", sans-serif;
}

@media (min-width: 768px) {
  .recip-type-tax h2.entry-title {
    font-size: 36px !important;
    line-height: 42px;
  }
}

/*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;
  text-align: center;
}

/*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: 6.7rem;
}
@media screen and (min-width: 540px) {
  .site-main {
    padding-top: 7.5rem;
  }
}
@media screen and (min-width: 768px) {
  .site-main {
    padding-top: 11rem;
  }
}
@media screen and (min-width: 990px) {
  .site-main {
    padding-top: 11.25rem;
  }
}

.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 0.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;
}

.main-navigation .label {
  margin: 0;
}

/* .search-bar {
	display: none;
	padding: 2rem 0;
	margin-right: 10px;
	padding-right: 20px;
	position: absolute;
    right: 100%;
	top: -15px;
} */

/* .search-bar .search-form {
	display: flex;
} */

.search-bar label {
  margin: 0;
  height: 42px;
}
.search-bar label input {
  height: 100%;
}
/* 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: 1rem;
  display: none;
}

.top-contact-fr {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  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*/

/* 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: 0.25rem;
}

/*--------------------------------------------------------------
# Our Story Page
--------------------------------------------------------------*/

.sec-family-bck {
  min-height: 350px !important;
  background-size: cover !important;
  background-position: center !important;
}

/*--------------------------------------------------------------
# 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: 0.5em 0.5em;
  text-align: center;
  width: 200px;
  border-radius: 0;
  font-family: "CeraBold", sans-serif;
  transition: all 0.5s ease;
  font-size: 0.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: 0.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: 0.35em 0 0.35em 0;
  line-height: 1.125;
  letter-spacing: 0.2rem;
  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: 0.35em 0 0.25em 0;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  font-family: "FinancierRegular", sans-serif;
}

.single-recipe h4 {
  font-size: 1.6rem !important;
  margin: 0.35em 0 0.25em 0;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  font-family: "FinancierRegular", sans-serif;
}
.single-recipe p + h2,
.single-recipe p + h3,
.single-recipe p + h4 {
  margin-top: 2rem;
}

.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: 0.35em 0 0.35em 0;
  line-height: 1.15;
  letter-spacing: 0.2rem;
  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.2rem !important;
  margin: 0.35em 0 0.2em 0;
  line-height: 1.35;
  letter-spacing: 0.1rem;
  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 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 {
  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 .last-section,
.reciepe-lp .last-section {
  padding-bottom: 100px;
}

.product-lp .sec-content,
.reciepe-lp .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,
.product-lp .browse-by-diet-type,
.reciepe-lp .browse-by-diet-type,
.recip-type-tax .browse-by-diet-type {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

@media screen and (max-width: 767px) {
  .product-lp .browse-by-category,
  .reciepe-lp .browse-by-category,
  .product-lp .browse-by-diet-type,
  .reciepe-lp .browse-by-diet-type,
  .recip-type-tax .browse-by-diet-type {
    padding-top: 2rem !important;
    padding-bottom: 2rem !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: 0.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;
}

.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;
  }

  .nav-tabs-social li {
    width: 32.33%;
  }

  .menu-toggle {
    display: none;
  }

  .search-header {
    right: 5px;
    padding: 1em 0.5em;
    top: 0;
  }

  .search-header .navbar-text {
    float: right;
    padding-top: 0px;
    cursor: pointer;
  }

  .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.scrolling {
    width: 70%;
  }

  .main-navigation.scrolling input[type="submit"] {
    width: 180px;
  }

  .main-navigation.scrolling .search-header {
    padding: 1em 0.5em;
    font-size: 0.9rem;
  }

  .main-navigation ul ul a,
  .main-navigation.scrolling ul ul a {
    padding: 0.75em 0.7em;
  }

  .search-bar {
    padding: 0.5rem 0;
    margin: 0 1.5rem;
  }

  .main-navigation.scrolling .search-bar {
    padding: 0.25rem;
    font-size: 0.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;
  }

  .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, 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: 0.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.1rem;
  }

  .title-height {
    height: 650px;
  }
  .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;
  }

  .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) {
  #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:focus {
  outline: none;
}

#accordion .panel-body.faq-body {
  padding: 15px;
}

.faq-title .fa-chevron-down {
  transition: transform 0.3s;
}

.faq-title a[aria-expanded="true"] .fa-chevron-down {
  transform: rotate(180deg);
}

.browse-by-category .category-list-item {
  text-decoration: none;
  display: block;
}

.browse-by-category .category-list-item .chopped-title p {
  font-weight: 500;
  line-height: 1.125;
  letter-spacing: 0.1rem;
  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: 0.1rem;
  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;
  line-height: 30px;
  text-transform: uppercase !important;
}

.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;
  }
}

.sec-header-link.vr-red {
  background-color: #a84242;
}

.sec-header-link {
  position: relative;
}

@media (max-width: 768px) {
  .sec-header-link .header-banner {
    font-size: 1rem !important;
  }
}
@media (max-width: 560px) {
  .sec-header-link .header-banner {
    font-size: 0.8rem !important;
  }
}

.topbar-social-icons {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 1rem;
  align-items: center;
}
.social-icon svg {
  width: 16px;
  height: 16px;
}
.social-icon svg path {
  fill: white;
}

@media (max-width: 768px) {
  .topbar-social-icons {
    display: none;
  }
}

.site-footer
  .gform_legacy_markup_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(
    [type="file"]
  ):not([type="text"]) {
  min-height: 55px;
  line-height: 1;
  margin-left: 11px !important;
}

.featured-blog-posts-v2 .btn-readmore {
  position: relative;
  font-size: 14.4px;
  left: unset;
  bottom: unset;
  padding: 10px;
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  width: 200px !important;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.featured-blog-posts-v2 .entry-header {
  min-height: 280px;
}

.category-listings div[data-sc-id][data-sc-type="SmartButton"] {
  display: flex;
  justify-content: center;
}
.category-listings button.sc-btn-ec {
  max-width: 150px;
  width: 100%;
  min-width: 150px;
}

@media (max-width: 320px) {
  .category-listings button.sc-btn-ec {
    min-width: 120px;
    font-size: 14px;
  }
}
.archive-description ol li {
  margin-bottom: 1rem;
}

.category-listings .row .col-6.col-md-3 > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.dish-pg .card.collection-post-card {
  height: 100%;
}

.dish-pg .card.collection-post-card .card-body {
  display: flex;
  flex-direction: column;
}

.dish-pg .tl-blogpost .row {
  margin-bottom: 2rem;
}

.recipe-pg .card.collection-post-card {
  height: 100%;
}

.recipe-pg .card.collection-post-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.recipe-pg .tl-blogpost .row {
  margin-bottom: 2rem;
}

.product-category-page .sec-content.featured-recipe {
  background-color: #f1eed6;
}
@media (max-width: 990px) {
  .product-category-page div[data-sc-id][data-sc-type="SmartButton"] {
    min-width: 150px;
  }
}

@media (max-width: 480px) {
  .product-category-page div[data-sc-id][data-sc-type="SmartButton"] {
    min-width: 200px;
  }
}
@media (max-width: 450px) {
  .product-category-page div[data-sc-id][data-sc-type="SmartButton"] {
    min-width: 185px;
  }
}
@media (max-width: 420px) {
  .product-category-page div[data-sc-id][data-sc-type="SmartButton"] {
    min-width: 175px;
  }
}
@media (max-width: 380px) {
  .product-category-page div[data-sc-id][data-sc-type="SmartButton"] {
    min-width: 150px;
  }
}
@media (max-width: 480px) {
  .product-category-page .chopped-cat.with-image {
    height: 270px;
  }
}
@media (max-width: 460px) {
  .product-category-page .chopped-cat.with-image {
    height: 250px;
  }
}
@media (max-width: 420px) {
  .product-category-page .chopped-cat.with-image {
    height: 230px;
  }
}
@media (max-width: 380px) {
  .product-category-page .chopped-cat.with-image {
    height: 210px;
  }
}

.recipe-featured-product .feature-product-details-section .tf-btn {
  cursor: pointer;
}

.single-products .header .main-navigation ul li a {
  font-weight: 500 !important;
}

@media (max-width: 768px) {
  #accordion .panel-body.faq-body p {
    font-size: 1.1rem;
    padding-right: 2rem;
  }
}
