/*
Theme Name: North Country Smokehouse
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.4.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
- Baseline Normalize
- Box Sizing
- Float Clearing
- Defaults
- Typographical Elements
- Headings
- Objects
- Gallery
- Forms
- Tables
- Screen Reader Text
- Structure and Layout
- Site Container
- Site Inner
- Common Classes
- Avatar
- Genesis
- Search Form
- Titles
- WordPress
- Widgets
- Featured Content
- Plugins
- Genesis eNews Extended
- Genesis Simple FAQ
- WPForms
- Skip Links
- Site Header
- Title Area
- Site Navigation
- Responsive Menu
- Header Menu
- Footer Menu
- Content Area
- Entry Content
- Entry Meta
- Pagination
- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
- Min-width: 960px
- Site Header
- Genesis Menu
- Responsive Menu
- Header Menu
- Site Inner
- Content
- Sidebar
- Author Box
- After Entry
- Column Classes
- Entry Misc.
- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

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

/* Float Clearing
--------------------------------------------- */

/* .author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
content: " ";
display: table;
} */

/* .author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
clear: both;
content: " ";
display: table;
} */


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: "Alike", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

body a{
	color: #A75D35;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

body a:focus,
body a:hover {
	color: #A75D35;
	text-decoration: underline;
}

p {
	margin: 0 0 15px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 0;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	padding-bottom: 25px;
	margin: 0;
	text-transform: uppercase;
}

h1 {
	font-size: 56px;
	font-weight: 500;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 38px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 400;
}

.entry-content h4 {
	margin-top: 0px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #ffffff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #000000;
	border: 0;
	border-radius: 0;
	color: #ffffff !important;
	cursor: pointer;
	font-size: 16px;
	font-weight: 900;
	padding: 11.5px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	font-family: aileron;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #ffffff !important;
	border-width: 0;
	color: #000000 !important;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */
.search .site-inner {
	padding: 60px 30px;
}

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 48px;
	margin-bottom: 10px;
	text-align: center;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 18px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 0;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 20px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000000;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
	color: #000000 !important;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 25px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	text-align: center;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #ffffff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
	line-height: 1.25;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #000000;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #000000;
	clear: both;
	padding: 40px 20px;
}

.footer-widget-area {
	margin-bottom: 0;
	width: 100%;
}

.footer-widgets .wrap {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	gap: 35px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 35px;
}

.footer-widgets-1 {
	width: 40%;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 20%;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #000000;
	font-size: 15px;
	line-height: 1.5;
	padding-block: 30px;
	text-align: center;
	color: #ffffff;
}

.site-footer p {
	margin-bottom: 0;
}

/* Custom Css
------------------------------------------- */

body .site-inner .my-custom-wrap,
body .site-container .my-custom-wrap {
	max-width: 1280px;
	margin: auto;
}

.custom-sm-wrap {
	max-width: 980px;
	margin: auto;
}

/* body .wp-block-group .wp-block-group__inner-container {
max-width: 1280px;
margin: auto;
} */

/* Custom Before Header
------------------------------------------- */

.before-header-area-widget-area {
    transition: top 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.before-header-area-widget-area.is-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998; /* Ensure it's below the header */
    background-color: #fff; /* Adjust as needed */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow for better visibility */
}

.site-header {
    z-index: 9999; /* Ensure it's above the before-header widget */
    transition: top 0.3s ease-in-out;
}

.before-header-area .before-header-inner {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 5px 10px;
	padding-top: 0;
	flex-wrap: wrap;
	gap: 10px;
}

.before-header-area .before-header-inner .widget_nav_menu .widget-wrap .menu-social-icons-container .menu {
	display: flex;
}

.before-header-area .before-header-inner .widget_nav_menu .menu-social-icons-container .menu li a {
	padding: 3px 6px;
	border-radius: 25px;
	margin: 0 2px;
}

.before-header-area .before-header-inner .widget_nav_menu .menu-social-icons-container .menu li.menu-item-282 a {
	padding: 3px 8px;
}

.before-header-area .before-header-inner .widget_nav_menu .menu-social-icons-container .menu li a:hover {
	background-color: #000000;
}

.before-header-area .before-header-inner .widget_nav_menu .menu-social-icons-container .menu li a:hover i {
	color: #ffffff;
}

/* Custom Header
-------------------------------------------- */

.site-header .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1280px;
	margin: 0 auto;
}

.site-header .wrap .nav-primary {
	order: 1;
	width: 35%;
}

.site-header .wrap .title-area {
	order: 2;
}

.site-header .wrap .header-widget-area {
	display: flex;
	justify-content: right;
	order: 3;
	width: 35%;
	gap: 15px;
	align-items: center;
}

.header-widget-area .search-form input.search-form-input {
	border-radius: 50px;
}

.before-header-area .widget:nth-child(1) {
	width: 100%;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	width: 100vw;
}

/* .before-header-area a,
.before-header-area a:hover,
.before-header-area a:focus, */
.header-widget-area a,
.header-widget-area a:hover,
.header-widget-area a:focus,
.widget_nav_menu a,
.widget_nav_menu a:hover,
.widget_nav_menu a:focus {
	color: #000000;
}

/* Custom Mega Menu
-------------------------------------------- */

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	top: 78px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link::after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link::after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:hover > a.mega-menu-link::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	margin: 0 15px;
	border-bottom: 2px solid;
	border-bottom-color: #000000;
	transition: right 0.5s;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link::after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item:hover > a.mega-menu-link::after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:hover > a.mega-menu-link::after {
	right: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:hover > a.mega-menu-link {
	display: inline-block !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link::after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:hover > a.mega-menu-link::after {
	margin: 0;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
body #mega-menu-wrap-primary,
body #mega-menu-wrap-primary #mega-menu-primary,
body #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu,
body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item,
body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row,
body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column,
body #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link,
body #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge,
body .site-container .wp-block-button .wp-block-button__link,
.recipe-content-right .recipe-button,
body .wopb-block-content-wrap .wopb-block-image ~ .wopb-product-btn a,
body .woocommerce .wp-block-product-blocks-product-cart .wopb-builder-cart form.cart .wopb-cart-button,
body .wp-block-product-blocks-product-cart .wopb-builder-cart form.cart .wopb-cart-button,
.wopb-product-wrapper.wopb-cart-table-wrapper .wopb-cart-form .wopb-cart-coupon-submit-btn,
body .site-container button:disabled,
body .wopb-product-wrapper .wc-proceed-to-checkout .checkout-button,
.page-template-blog-template .wp-block-post-template .wp-block-post .wp-block-read-more,
.prod-catalogue-section .wp-block-column p a {
	font-family: aileron;
	font-weight: 900;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus,
body .site-container .wp-block-button .wp-block-button__link:hover,
body .site-container .wp-block-button .wp-block-button__link:focus,
.recipe-content-right .recipe-button:hover,
.recipe-content-right .recipe-button:focus {
	font-weight: 900;
}

/* Custom After Header
---------------------------------------------- */

.after-header-p {
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	padding: 10px 0;
}

/* Custom Home
----------------------------------------------- */

.section-two {
	padding-top: 20px;
}

.section-two .inner-section {
	gap: 0;
	border-top: 4px solid #5d9d48;
	border-bottom: 4px solid #5d9d48;
	margin-bottom: 0;
}

.section-two .inner-section .wp-block-cover__inner-container p {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 21px;
}

.section-two,
.section-three,
.section-four {
	background-color: #000000;
	color: #ffffff;
}

.section-three {
	border-bottom: 4px solid #5d9d48;
}

.section-three .wp-block-quote {
	max-width: 900px;
	margin: 0 auto;
}

.home .section-three .wp-block-quote p {
	font-size: 42px;
	font-family: aileron;
	font-weight: 900;
}

.home .section-three .wp-block-quote cite {
	font-size: 30px;
	text-align: right;
	margin-right: 50px;
	font-style: normal;
}

.section-four .my-logo  {
	position: relative;
}

.section-four .my-logo .owl-nav {
	display: block !important;
}

.section-four .my-logo .owl-nav .owl-prev,
.section-four .my-logo .owl-nav .owl-next {
	position: absolute;
	top: -37px;
}

.section-four .my-logo .owl-nav .owl-prev {
	left: 450px;
}

.section-four .my-logo .owl-nav .owl-prev:hover,
.section-four .my-logo .owl-nav .owl-next:hover,
.section-four .my-logo .owl-nav .owl-prev:focus,
.section-four .my-logo .owl-nav .owl-next:focus {
	background-color: #000000 !important;
}

.section-four .my-logo .owl-nav .owl-next {
	right: 450px;
}

.owl-carousel .owl-item .item img {
	width: 150px;
}

.home .site-container .site-inner .section-five {
	padding: 0 0 20px 0;
}

.home .site-container .site-inner .section-five .wp-block-cover__inner-container {
	position: relative;
	right: 80px;
	padding: 50px 0 70px 0;
}

.section-five .wp-block-cover__inner-container .vertically-integrate-images {
	gap: 0;
	margin-top: 15px;
	justify-content: center;
}

.section-five .wp-block-cover__inner-container .vertically-integrate-images .wp-block-column {
	max-width: 80px;
}

.home .site-container .site-inner .section-five .wp-block-cover__inner-container p {
	font-weight: 700;
}

.home .site-container .site-inner .section-five .wp-block-cover__inner-container p:nth-child(1) {
	font-size: 80px;
	margin-bottom: 0;
	line-height: 1.5;
}

.home .site-container .site-inner .section-five .wp-block-cover__inner-container p:nth-child(2) {
	font-size: 50px;
	text-transform: capitalize;
	font-family: 'Source Sans 3', sans-serif;
	line-height: 1.2;
	margin-bottom: 10px !important;
}

.section-four .wp-block-group__inner-container p {
	font-family: 'Source Sans 3', sans-serif;
}

.section-eight .wp-block-group__inner-container p,
.section-four .wp-block-group__inner-container p {
	font-size: 21px;
	text-transform: capitalize;
}

.home .site-container .site-inner .section-five .wp-block-buttons a {
	padding: 5px 70px;
	margin-bottom: 10px;
}

.section-six .custom-loyalty-program {
	background-color: #000000;
}

.section-six .custom-loyalty-program .wp-block-image {
	margin-bottom: 15px;
}

.section-six .custom-loyalty-program .wp-block-button a {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #000000;
	padding: 3px 30px;
}

.section-six .custom-loyalty-program .wp-block-button a:hover {
	background-color: #000000;
	color: #ffffff !important;
}

.section-six .custom-our-mission {
	background-color: #5d9d48;
}

.section-six .custom-our-mission h2 {
	margin-bottom: 15px;
}

.section-six .inner-section {
	gap: 0;
	margin-bottom: 0;
}

.section-six .inner-section .wp-block-column {
	padding: 40px 0;
}

.section-six .inner-section h2 {
	padding: 0;
	color: #ffffff;
}

.custom-loyalty-program figure img,
.custom-our-mission figure img {
	max-width: 100px;
}

.section-eight {
	background-color: #5d9d48;
	color: #ffffff;
	padding-top: 30px;
}

.section-four,
.section-seven,
.section-eight,
.google-reviews-main {
	padding: 30px 20px;
}

.section-seven .wp-block-image figcaption {
	margin-bottom: 0;
}

.section-eight .wp-block-group__inner-container p {
	margin-bottom: 15px;
}

.home form,
.before-footer-main form {
	display: flex;
	justify-content: center;
	gap: 5px;
	align-items: baseline;
}


.home form input[type="submit"],
.before-footer-main form .gform_footer input[type="submit"] {
	padding: 8.5px 30px;
}

.google-reviews-main {
	background-color: #000000;
	color: #ffffff;
}

/* Custom Recipe Section
------------------------------------ */

.single-recipe .content {
	width: 100%;
}

.recipe {
	display: flex;
}

.recipe-img-left,
.recipe-content-right {
	width: 50%;
}

.recipe img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.recipe-content-right {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 50px;
}

.recipe-content-right .recipe-content {
	margin-bottom: 30px;
}

.recipe-content-right .recipe-button {
	padding: 5px 60px;
	border: 2px solid #000000;
}

.recipe-content-right .recipe-button:hover,
.recipe-content-right .recipe-button:focus {
	text-decoration: none;
}

.recipe-content-right .recipe-title {
	font-size: 46px;
}

.recipe-content-right .serving-title {
	font-size: 26px;
	color: #A75D35;
	font-family: 'Source Sans 3', sans-serif;
}

.my-recipes-main {
	position: relative;
}

.my-recipes-main .owl-nav .owl-prev {
	position: absolute;
	right: 37%;
	bottom: 133px;
}

.my-recipes-main .owl-nav .owl-next {
	position: absolute;
	right: 11%;
	bottom: 133px;
}

.instagram-main {
	text-align: center;
	padding: 50px 0;
}

.instagram-main #sb_instagram {
	max-width: 1280px;
	margin: auto;
}

/* Custom Contact Us
-------------------------------------------- */

.contact-us-main {
	padding: 60px 20px;
}

.contact-us-main .inner-section {
	background-color: #F6F6F6;
	padding: 20px 40px;
	margin-bottom: 20px;
}

.phone-main a,
.fax-main,
.mail-main a,
.location-main,
.mailing-address-main,
.hours-main {
	display: flex;
	gap: 34px;
	align-items: baseline;
	text-decoration: none;
}

.phone-main a,
.mail-main a {
	color: #000000;
}

.location-main,
.phone-main {
	margin-bottom: 20px;
}

.contact-us #gform_2 .gform-body input,
.contact-us #gform_2 .gform-body select,
.contact-us #gform_2 .gform-body textarea,
#gform_3 .gform-body input, #gform_3 .gform-body select, #gform_3 .gform-body textarea {
	background-color: #F6F6F6;
	border: none;
	border-radius: 25px;
	line-height: 2;
}

#gform_3 .gform-body input, #gform_3 .gform-body select, #gform_3 .gform-body textarea {
	border-radius: 0;
}

#gform_3 .gform-body .ginput_container_total input {
	background:none;
}

.contact-us #gform_2 .gform-body select, #gform_3 .gform-body select {
	padding: 13px 8px 13px 8px;
}

.contact-us #gform_2 .gform-body select:focus, #gform_3 .gform-body select:focus {
	outline: none;
}

.contact-us #gform_2 .gform-body textarea, #gform_3 .gform-body textarea {
	margin-bottom: 16px !important;
}

.contact-us #gform_2 input[type="submit"] {
	border: 2px solid #000000;
	padding: 8px 30px;
}

.contact-form-main {
	padding: 0 60px;
}

.directions-main .vermont-main {
	border-bottom: 3px solid #000000;
	border-top: 3px solid #000000;
	padding: 60px 20px 30px;
}

.directions-main .new-hampshire-main {
	padding: 60px 20px 30px;
}

.the-smoke-house-main {
	padding: 70px 120px;
	background-color: #000000;
	color: #ffffff;
}

.the-smoke-house-main p{
	font-size: 24px;
}

.smoke-house-dropdown details > summary:first-of-type {
	list-style-type: disclosure-open;
	color: #ffffff;
}

.my-drop-down summary {
	text-align: center;
	cursor: pointer;
}

.my-drop-down summary::marker {
	font-size: 100px;
	margin: 0 !important;
}

body .historic-building-main {
	padding: 40px;
}

.historic-building-main-col .wp-block-column p {
	font-size: 21px;
}

.smoke-house-dropdown {
	padding-top: 70px;
	padding-bottom: 0;
	color: #ffffff;
	background-color: #661E1B;
	display: none;
}

/* .smoke-house-dropdown p {
font-size: 28px;
}

.storic-claremont-main {
background-color: #ffffff;
color: #000000;
padding: 40px;
text-align: center;
}

.storic-claremont-main .storic-claremont-content {
display: flex;
margin-bottom: 40px;
align-items: center;
}

.storic-claremont-main .storic-claremont-text {
padding: 36px;
text-align: left;
}

.storic-claremont-main .storic-claremont-text h2 {
font-size: 38px;
}

.storic-claremont-main .storic-claremont-content div {
width: 50%;
} */

.mission-text-col p {
	font-size: 20px;
	margin-bottom: 20px;
}

.mission-text-col .wp-block-buttons .wp-block-button a,
.storic-claremont-main .button {
	border: 2px solid #000000;
}

.smoke-house-mission .wp-block-columns:nth-child(odd) .wp-block-column:nth-child(1) {
	background: #000000;
	color: #ffffff;
}

.smoke-house-mission .wp-block-columns:nth-child(even) .wp-block-column:nth-child(2) {
	background: #5D9D48;
	color: #ffffff;
}

.mission-image-col figure img {
	max-width: 150px;
}

.mission-image-col,
.mission-text-col {
	padding: 40px;
}

.smoke-house-mission .wp-block-columns {
	margin-bottom: 0;
	gap: 0;
}

.woocommerce-checkout .site-inner,
.video-page .site-inner,
.wholesale-product-page .site-inner {
	padding: 40px 0;
}

.archive .site-inner {
	padding: 0 0 40px 0;
}

.tax-product_tag.archive .site-inner {
	padding: 40px 20px 40px 20px;
}

.archive .woocommerce-products-header__title {
	text-align: center;
}

.archive .woocommerce-ordering select {
	padding: 5px 10px;
}

.woocommerce.full-width-content .content,
.woocommerce-page.full-width-content .content {
	max-width: 1280px !important;
}

.woocommerce a.button,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce .gform_footer  input.button[type="submit"] {
	background-color: #000000 !important;
}

.woocommerce a.button:hover,
.woocommerce input.button[type="submit"]:hover {
	background-color: #ffffff !important;
}

.archive .products .product {
	padding: 30px !important;
	background-color: #F1F1F1;
	border-radius: 10px;
}

.archive.tax-product_tag .products .product a.woocommerce-LoopProduct-link,
.archive .products .product a {
	text-align: center;
	margin: auto;
	flex: 1;
}

.archive.tax-product_tag .catcbll_preview_button {
	display: none;
}

.archive.tax-product_tag .products .product a {
	flex: 0;
}

.archive .site-inner .content .products .product a h2 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
	font-family: Alike, serif;
}

.archive .site-inner .content .products .product a span {
	font-size: 16px;
}

.wopb-product-wrapper .wopb-coupon-section .wopb-toggle-header button:hover,
.wopb-product-wrapper .wopb-coupon-section .wopb-toggle-header button:focus {
	background-color: #000000 !important;
	color: #ffffff !important;
}

.my-blog-main .wp-block-group__inner-container {
	max-width: 1280px;
	margin: auto;
}

.page-template-blog-template .content-wrap .site-inner,
.single-post .site-inner,
.page-template-blog-template .site-inner,
.page-template-recipe-template-php .site-inner,
.tax-recipe-category .site-inner,
.category .site-inner,
.single-recipe .site-inner,
.food-preparation-page .site-inner,
.pre-order-page .site-inner,
.page-template-pressroom-template .site-inner {
	padding: 60px 20px;
}

.page-template-blog-template .wp-block-post-template,
.page-template-pressroom-template .wp-block-post-template {
	margin-bottom: 20px;
	padding: 0;
}

.page-template-blog-template .wp-block-post-template .wp-block-post,
.page-template-pressroom-template .wp-block-post-template .wp-block-post {
	border-radius: 10px;
	padding: 40px;
	background-color: #000000;
	list-style-type: none;
}

body .site-container .wp-block-latest-posts li {
	margin-right: 0;
}

.page-template-pressroom-template .wp-block-post-template .wp-block-post figure,
.page-template-blog-template .wp-block-post-template .wp-block-post figure,
.page-template-recipe-template-php .recipe-main .recipe-item figure,
.tax-recipe-category .recipe-main .recipe-item figure,
.category .ct-blog-main .blog-item figure {
	margin-bottom: 20px;
	overflow: hidden;
}

.page-template-recipe-template-php .recipe-main .recipe-item figure,
.page-template-blog-template .wp-block-post-template .wp-block-post figure {
	height: 106px;
}

.page-template-pressroom-template .wp-block-post-template .wp-block-post figure img,
.page-template-blog-template .wp-block-post-template .wp-block-post figure img,
.page-template-recipe-template-php .recipe-main .recipe-item img,
.tax-recipe-category .recipe-main .recipe-item img,
.category .ct-blog-main .blog-item img {
	transition: all ease .3s;
}

.page-template-pressroom-template .wp-block-post-template .wp-block-post:hover figure img,
.page-template-blog-template .wp-block-post-template .wp-block-post:hover figure img,
.page-template-recipe-template-php .recipe-main .recipe-item:hover img,
.tax-recipe-category .recipe-main .recipe-item:hover img,
.category .ct-blog-main .blog-item:hover img {
	scale: 1.05;
}

.page-template-blog-template .wp-block-post-template .wp-block-post h2,
.page-template-pressroom-template .wp-block-post-template .wp-block-post h2 {
	font-size: 30px;
}

.page-template-blog-template .wp-block-post-template .wp-block-post h2 a,
.page-template-pressroom-template .wp-block-post-template .wp-block-post h2 a {
	text-decoration: none;
}

.page-template-blog-template .wp-block-post-template .wp-block-post .wp-block-read-more,
.page-template-pressroom-template .wp-block-post-template .wp-block-post .wp-block-read-more,
.page-template-recipe-template-php .recipe-main .recipe-item a,
.tax-recipe-category .recipe-main .recipe-item a,
.category .ct-blog-main .blog-item a {
	font-size: 21px;
	text-decoration: underline;
}

.page-template-recipe-template-php .recipe-main .recipe-item h2 a {
	text-decoration: none;
}

.page-template-pressroom-template .wp-block-post-template .wp-block-post .wp-block-read-more::after,
.page-template-blog-template .wp-block-post-template .wp-block-post .wp-block-read-more::after,
.page-template-recipe-template-php .recipe-main .recipe-item a.get-the-recipe::after,
.tax-recipe-category .recipe-main .recipe-item a::after,
.category .ct-blog-main .blog-item a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f178";
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
	padding-left: 15px;
	transition: all ease .3s;
}

.page-template-pressroom-template .wp-block-post-template .wp-block-post:hover .wp-block-read-more::after,
.page-template-blog-template .wp-block-post-template .wp-block-post:hover .wp-block-read-more::after,
.page-template-recipe-template-php .recipe-main .recipe-item:hover a::after,
.tax-recipe-category .recipe-main .recipe-item:hover a::after,
.category .ct-blog-main .blog-item:hover a::after {
	padding-left: 25px;
}

.page-template-blog-template .wp-block-query-pagination span,
.page-template-blog-template .wp-block-query-pagination a,
.archive-pagination li a,
body .facetwp-page {
	padding: 8px 15px;
	box-shadow: 1px 1px 8px #ccc;
	text-decoration: none;
}

.page-template-blog-template .wp-block-query-pagination span.current,
.page-template-blog-template .wp-block-query-pagination a.current,
.page-template-blog-template .wp-block-query-pagination span:hover,
.page-template-blog-template .wp-block-query-pagination a:hover,
.archive-pagination li.active,
.archive-pagination li:hover,
.facetwp-page.active,
.facetwp-page:hover {
	background-color: #000000;
	color: #ffffff;
}

.facetwp-facet-pagination {
	justify-content: center;
}

.single-post .entry-title {
	font-size: 48px;
	text-align: center;
	margin-bottom: 0;
}

.single-post .entry-meta {
	text-align: center;
}

.single-post .content {
	width: 100%;
}

.single-recipe .site-inner h1 {
	text-align: center;
}

.page-template-recipe-template-php .recipe-main,
.tax-recipe-category .recipe-main,
.category .ct-blog-main {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.category .ct-blog-main,
.tax-recipe-category .recipe-main {
	flex-wrap: wrap;
}

.page-template-recipe-template-php .recipe-main .recipe-item,
.tax-recipe-category .recipe-main .recipe-item,
.category .ct-blog-main .blog-item {
	width: 31.5%;
	padding: 40px;
	background-color: #F1F1F1;
	border-radius: 10px;
	margin-bottom: 20px;
}

.category .ct-blog-main .blog-item {
	margin-bottom: 35px;
}

.page-template-recipe-template-php .recipe-main .recipe-item h2,
.page-template-recipe-template-php .recipe-main .recipe-item h2 a,
.tax-recipe-category .recipe-main .recipe-item h2,
.category .ct-blog-main .blog-item h2,
.single-recipe main h2 {
	font-size: 30px;
}

.page-template-recipe-template-php .recipe-main .recipe-item .recipe-data,
.tax-recipe-category .recipe-main .recipe-item .recipe-data {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.single-recipe main h2,
.single-recipe main .recipe-meta,
.single-recipe main h2.in-this-recipe {
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 0;
}

.single-recipe main h2.in-this-recipe,
.single-recipe main p {
	margin-bottom: 30px;
}

.single-recipe main h2 {
	text-align: left;
}

.single-recipe main .featured-img {
	display: flex;
	gap: 28px;
	margin-bottom: 30px;
}

.single-recipe main .featured-img img {
	width: 100%;
	max-width: 900px;
/* 	height: 400px; */
	object-fit: cover;
}

.single-recipe main .featured-img .recipe-data {
	box-shadow: 1px 1px 10px #ccc;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 25%;
	text-align: center;
}

.single-recipe main .featured-img .prep::after {
	content: " ";
	width: 70%;
	height: 1px;
	background-color: #000000;
	position: absolute;
	left: 13%;
	bottom: 0;
}

.single-recipe main .featured-img .prep,
.single-recipe main .featured-img .cook{
	padding: 15px 0;
	position: relative;
}

.single-recipe main .featured-img .prep span,
.single-recipe main .featured-img .cook span {
	font-size: 30px;
}

.single-recipe main .featured-img .prep span strong,
.single-recipe main .featured-img .cook span strong {
	display: block;
}

.single-recipe .entry-content ul > li {
	list-style-type: none;
}

.woocommerce-cart .return-to-shop a {
	text-decoration: none;
	border: 1px solid #000000;
}

.woocommerce input.button[type="submit"] {
	line-height: 1.15;
}

/* .single-recipe .wp-block-columns, */
.woocommerce-checkout .wp-block-columns {
	margin-bottom: 0;
}

.wp-block-product-blocks-checkout-payment-method .wopb-product-wrapper #payment {
	padding-bottom: 0;
}

/* .faqs-main, */
.privacy-policy-main,
.gallery-main-col .wp-block-column,
.archive-main,
.shop-main,
.video-page-main,
.woocommerce-cart .wopb-row-content,
.woocommerce-checkout .product,
.food-preparation-main,
.wholesale-product-main {
	padding: 0 20px;
}

.woocommerce-account .site-inner {
	padding-bottom: 60px;
}

.wopb-product-btn {
	position: relative;
	z-index: 1;
}

.wopb-block-title {
	min-height:100px;
}

.wp-block-atbs-tabs.faq-tabs .tabs-container {
	flex-direction: row;
	justify-content: space-between;
	gap: 50px;
}

.wp-block-atbs-tabs.job-opportunities-tab .tabs-container {
	margin-bottom: 35px;
}

.wp-block-atbs-tabs.faq-tabs .tabs-titles {
	background-color: #000;
}

.wp-block-atbs-tabs.faq-tabs .tabs-titles .tab-title.active {
	background-color: #5d9d48;
}

.faq-tabs .tabs-nav {
	width: 100%;
	max-width: 300px;
}

.job-opportunities-tab .tabs-nav {
	max-width: 350px;
}

.faq-tabs .tabs-nav .tabs-titles {
	flex-direction: column;
	margin-bottom: 0;
}

.wp-block-atbs-tabs.faq-tabs .tabs-content {
	background: none;
	padding: 0;
	width: 100%;
	max-width: 820px;
}

.faq-tabs .tab-title-text {
	font-size: 24px;
	text-transform: uppercase;
}

/* body .faq-tabs .aagb__accordion_active {
border-color: #cccccc !important;
} */

/* body .faq-tabs .aagb__accordion_body.aagb__accordion_body--show {
border-top-color: #cccccc !important;
display: block !important;
} */

/* body .faq-tabs .aagb__accordion_head.aab_right_icon {
padding: 20px 25px !important;
} */

/* body .faq-tabs .aagb__accordion_title {
padding-bottom: 0;
} */

.wp-block-atbs-tabs.faq-tabs .tabs-titles .tab-title {
	justify-content: flex-start;
	padding: 10px 15px;
	border-bottom: 2px solid #fff;
}

body .eb-accordion-wrapper.eb-accordion-hidden .eb-accordion-title-wrapper {
	border-color: #000000;
}

/* body .aagb__accordion_container.aagb__accordion_active,
body .wp-block-aab-accordion-item .aagb__accordion_body.aagb__accordion_body--show {
border-color: #5d9d48 !important;
} */

/* body .wp-block-aab-accordion-item .aagb__accordion_head .aagb__accordion_icon {
color: #5d9d48 !important;
} */

.post-type-archive-product .wp-block-query {
	display: block;
}

body .shop-main .prox-shop-col {
	display: none;
}

body .shop-main .shop-filter,
.wholesale-product-page .shop-filter {
	display: flex;
	gap: 10px;
	align-items: baseline;
	margin-bottom: 40px;
}

.wholesale-product-page .entry-content ul.facetwp-template {
	padding-left: 0;
}

.post-type-archive-product .wp-block-query-pagination>.wp-block-query-pagination-numbers span,
.post-type-archive-product .wp-block-query-pagination>.wp-block-query-pagination-numbers a,
.post-type-archive-product .wp-block-query-pagination a {
	background-color: #000;
	color: #fff;
	padding: 8px 14px;
	border: 2px solid #000;
	text-decoration: none;
}

.post-type-archive-product .wp-block-query-pagination>.wp-block-query-pagination-numbers span:hover,
.post-type-archive-product .wp-block-query-pagination>.wp-block-query-pagination-numbers span.current,
.post-type-archive-product .wp-block-query-pagination>.wp-block-query-pagination-numbers a:hover,
.post-type-archive-product .wp-block-query-pagination a:hover {
	background-color: #fff;
	color: #000;
}

body .products-block-post-template {
	margin-bottom: 20px;
}

body .products-block-post-template .product {
	padding: 40px !important;
	background-color: rgba(241,241,241,1);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
}

body .products-block-post-template .product .wp-block-post-title,
.archive .wopb-block-title {
	font-family: 'Alike', serif;
	font-size: 18px !important;
	padding-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
}

.archive.term-bacon-of-the-month .wopb-block-title {
	height: auto;
}

.facetwp-dropdown {
	padding: 10px;
}

.facetwp-dropdown:focus-visible {
	outline-color: #000;
}

/* Before Footer
------------------------------------ */

.bg_before_footer_widget_area {
	text-align: center;
	background-color: #5d9d48;
	color: #ffffff;
	padding: 30px 20px;
}

.before-footer-main p {
	font-size: 21px;
	margin-bottom: 15px;
}

.home form .gform_footer,
.home form .gform_footer input,
.before-footer-main form .gform_footer,
.before-footer-main form .gform_footer input {
	margin: 0 !important;
}

.wopb-block-167a33 .wopb-my-account-container .woocommerce-MyAccount-content a {
	color: #ffffff !important;
}

.home .gform_wrapper.gravity-theme .gform_footer,
.before-footer-main .gravity-theme form .gform_footer {
	padding: 0;
}

/* Custom Footer
----------------------------------- */

body .footer-widgets a:hover,
body .footer-widgets a:focus {
	color: #ffffff;
}

.after-footer-area.widget-area {
	background: #000;
	padding: 10px 0;
}

.copyright-footer {
	display: flex;
	color: #fff;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 0 20px;
}

.copyright-footer p {
	text-align: center;
}

.footer-widgets a,
.footer-widgets h3,
.footer-widgets p {
	color: #ffffff;
}

.footer-widgets .widget-title {
	padding-bottom: 0;
}

.fca-one,
.fca-two,
.fca-three,
.fca-four {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

.footer-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	max-width: 250px;
}

.footer-social-links a.fb-icon {
	padding: 5px 10px;
}


.footer-social-links a {
	padding: 5px 6px;
	border-radius: 25px;

}

body .footer-social-links a:hover {
	background-color: #ffffff;
	color: #000000;
}

.footer-widgets-1 form input[type="submit"] {
	background-color: #ffffff;
	color: #000000;
}

.about-banner {
	position: relative;
}

.about-banner img {
	object-fit: cover;
	width: 100%;
	height: 500px;
}

.float-heading {
	position: absolute;
	inset: 0;
	text-align: center;
	display: grid;
	align-items: center;
}

.float-heading h1 {
	color: #fff;
	padding-bottom: 0;
}

.about-banner.noimage {
	height: 500px;
	background: #5d9d48;
}

.food-preparation-banner.noimage {
	height: 200px;
	background: #5d9d48;
	position: relative;
}

.privacy-policy-main .wp-block-group__inner-container,
.product-guarantee-main .wp-block-group__inner-container,
.shipping-policy-main .wp-block-group__inner-container,
.payments-main .wp-block-group__inner-container,
.terms-of-use-main .wp-block-group__inner-container,
.faqs-main .wp-block-group__inner-container {
	max-width: 1280px;
	margin: auto;
	padding: 30px 20px;
}

.privacy-policy-main .wp-block-group__inner-container p,
.product-guarantee-main .wp-block-group__inner-container p,
.shipping-policy-main .wp-block-group__inner-container p,
.payments-main .wp-block-group__inner-container p,
.terms-of-use-main .wp-block-group__inner-container p,
.loyalty-program-page p,
.loyalty-program-terms-conditions p {
	padding: 0 !important;
	margin-bottom: 25px;
}

.privacy-policy-main .wp-block-group__inner-container p:last-child,
.product-guarantee-main .wp-block-group__inner-container p:last-child,
.shipping-policy-main .wp-block-group__inner-container p:last-child,
.payments-main .wp-block-group__inner-container p:last-child,
.terms-of-use-main .wp-block-group__inner-container p:last-child {
	margin-bottom: 0;
}

.faqs-main h3 {
	padding-bottom: 30px;
}

.faqs-main .wp-block-aab-group-accordion {
	padding-bottom: 15px;
}


.faqs-main .wp-block-aab-group-accordion h4,
.wp-block-aab-group-accordion h4 {
	padding-bottom: 0;
}

.aagb__accordion_head.aab_right_icon {
	padding: 25px !important;
}

.aagb_accordion_476518fb-978f-4916-adad-06f1595f436b .aagb__accordion_container:last-child {
	margin-bottom: 0 !important;
}

.shop-main .wp-block-group__inner-container,
.archive-main .wp-block-group__inner-container,
.more-products-main .wp-block-group__inner-container {
	max-width: 1280px;
	margin: auto;
}

.wopb-block-item .wopb-short-description {
	display: none;
}

.wopb-block-item:hover .wopb-short-description {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgb(241 241 241 / 75%);
	padding: 20px;
	width: 100%;
	border-radius: 10px 10px 0 0;
	color: #000;
	height: 367px;
	display: flex;
	align-items: center;
}

.archive.post-type-archive.woocommerce .wopb-block-item:hover .wopb-short-description {
	height: 275px;
}

.single-product .Product-short-description {
	margin-bottom: 25px;
}

.single-product .Product-short-description p {
	margin-bottom: 15px;
}

.more-products-main {
	padding: 0 20px;
}

.organic-images {
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: flex-end;
	margin-bottom: 20px;
}

.woocommerce .organic-images img {
	max-width: 80px;
	width: 100%;
}

.temp-title {
	background-color: #5D9D48;
	color: #fff;
	text-align: center;
	padding: 20px 0 25px;
}

.temp-title.recipe-title,
.page-template-blog-template .temp-title,
.page-template-pressroom-template h1.temp-title {
	margin-bottom: 30px;
}

.full-width-content .content {
	width: 100%;
}

.home .bg_before_footer_widget_area {
	display: none;
}

.shop-main .wp-block-group__inner-container .wp-block-columns {
	margin-bottom: 0;
}

.single-post .wp-block-image figure {
	margin-top: 25px;
	margin-bottom: 25px;
}

.recipe-desc-main {
	margin-bottom: 20px;
}

.rec-ingredients, .rec-method {
	padding: 0 30px;
	/* 	padding-right: 0; */
}

.rec-method {
	padding-right: 0;
}

.rec-ingredients ul li, .rec-method ol li {
	margin-bottom: 10px;
}

.rec-method ol li {
	list-style-type: inherit;
}

.no-ct-image {
	height: 400px;
	background: #a36744;
}

/* .faq-page .site-inner, */
.gallery-page .site-inner {
	padding: 40px 0 0;
}

.videos-col .wp-block-column {
	display: flex;
	flex-direction: column;
}

.video-name {
	font-size: 24px;
	background-color: #5d9d48;
	color: #fff;
	padding: 10px;
	flex: 1;
}

.temp-featured-image.ct-blog,
.temp-featured-image.temp-recipe {
	display: none;
}

.page-template-blog-template .my-blog-main .wp-block-post-template .wp-block-post .wp-block-post-title a,
.page-template-pressroom-template .my-blog-main .wp-block-post-template .wp-block-post .wp-block-post-title a,
.page-template-pressroom-template .my-blog-main .wp-block-post-template .wp-block-post .wp-block-post-date,
.page-template-blog-template .my-blog-main .wp-block-post-template .wp-block-post .wp-block-post-date,
.page-template-pressroom-template .my-blog-main .wp-block-post-template .wp-block-post .magazine-p,
.page-template-pressroom-template .wp-block-post-template .wp-block-post .wp-block-read-more,
.page-template-blog-template .wp-block-post-template .wp-block-post .wp-block-read-more {
	color: #ffffff;
}

.post-type-archive .wp-block-post-title a {
	text-decoration: none;
}

body .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
	border: 1px solid #000000 !important;
	line-height: 15px;
	padding: 10px 20px;
}

.wp-block-gallery.has-nested-images.recipe-gallery {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.wp-block-gallery.has-nested-images.recipe-gallery .wp-block-image {
	height: 400px;
}

.woocommerce div.product .wopb-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel {
	text-align: center;
}

.woocommerce div.product .wopb-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews {
	text-align: left;
}

.section-seven .wp-block-columns .wp-block-image img {
	max-width: 160px;
	width: 100%;
}

.attributes-section {
	background-color: #000000;
	color: #fff;
	padding: 50px 0;
	margin-bottom: 40px;
}

/* .attributes-section .wp-block-group__inner-container {
max-width: 1280px;
margin: 0 auto;
} */

.attributes-section .prod-attributes {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 0;
}

.entry-content ul.prod-attributes li,
ul.prod-attributes li {
	list-style-type: none;
	width: 100%;
	max-width: 400px;
	position: relative;
	text-transform: capitalize;
}

.entry-content ul.prod-attributes li:before,
ul.prod-attributes li:before {
	content: "✔";
	position: absolute;
	color: #5d9d48;
	font-size: 14px;
	left: -40px;
	top: 0;
	border: 2px solid #5d9d48;
	border-radius: 100%;
	padding: 0px 6px;
}

.prod-title-section {
	background-color: #5d9d48;
	padding: 50px 30px;
	color: #fff;
}

.prod-title-section h2 {
	font-size: 36px;
}

.facetwp-facet.facetwp-type-dropdown,
.prod-title-section p,
.prod-catalogue-section .wp-block-group__inner-container .wp-block-columns:last-child,
.site-container .cook-details-section .wp-block-buttons:last-child .wp-block-button .wp-block-button__link,
.cook-details-section .wp-block-columns {
	margin-bottom: 0;
}

.prod-catalogue-section {
	padding: 50px 0;
}

.wholesale-product-page .prod-catalogue-section {
	display: none;
}

/* .prod-catalogue-section .wp-block-group__inner-container {
max-width: 1280px;
margin: 0 auto;
} */

.prod-catalogue-section .wp-block-column .wp-block-image img {
	margin-bottom: 20px;
	height: 300px;
	object-fit: cover;
}

.prod-catalogue-section .wp-block-column {
	background-color: #000;
	color: #fff;
	padding-bottom: 20px;
	border: 2px solid #5d9d48;
}

.prod-catalogue-section .wp-block-column p {
	padding: 0 50px;
	margin-bottom: 40px;
}

.prod-catalogue-section .wp-block-column p a {
	color: #fff;
	text-decoration: underline;
}

.prod-catalogue-section .wp-block-column p a:hover {
	text-decoration: none;
}

/* .prod-catalogue-section .wp-block-group__inner-container .wp-block-columns:last-child {
margin-bottom: 0;
} */

body .prod-catalogue-section .wp-block-columns {
	flex-wrap: wrap !important;
}

body .prod-catalogue-section .wp-block-columns .wp-block-column {
	flex-basis: 30%;
	position: relative;
}

body .prod-catalogue-section .wp-block-columns .wp-block-column p:last-child {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 20px;
}

.cook-details-section {
	padding: 50px 30px;
}

.attributes-section .wp-block-group__inner-container,
.prod-catalogue-section .wp-block-group__inner-container,
.cook-details-section .wp-block-group__inner-container,
.prod-tab-section .wp-block-group__inner-container,
.prod-title-section .wp-block-group__inner-container {
	max-width: 1280px;
	margin: 0 auto;
}

.site-container .cook-details-section .wp-block-button .wp-block-button__link {
	margin-bottom: 20px;
	min-width: 250px;
	width: 100%;
	border: 1px solid #000000;
}

/* .site-container .cook-details-section .wp-block-buttons:last-child .wp-block-button .wp-block-button__link,
.cook-details-section .wp-block-columns {
margin-bottom: 0;
} */

.ddown-section .wp-block-group__inner-container,
.sub-prod-section .wp-block-group__inner-container {
	max-width: 1280px;
}

.smoke-house-dropdown.ddown-section {
	background-color: #fff;
	color: #000;
}

.smoke-house-dropdown.ddown-section details > summary:first-of-type {
	color: #000000;
}

.prod-tab-section {
	padding: 50px 0;
}

.prod-tab-section .wp-block-atbs-tabs .tabs-content {
	background-color: #fff;
	padding: 15px 0;
}

.prod-tab-section .wp-block-image img {
	height: 300px;
	object-fit: cover;
}

.prod-tab-section .tab-title-text {
	font-size: 24px;
}

.prod-tab-section .wp-block-atbs-tabs .tabs-titles {
	background-color: #000;
}

.prod-tab-section .wp-block-atbs-tabs .tab-title {
	border: 2px solid #fff;
}

.prod-tab-section .wp-block-atbs-tabs .tabs-titles .tab-title.active {
	background-color: #5d9d48;
}

.prod-tab-section a.wp-block-button__link.wp-element-button {
	border: 1px solid #000;
}

.section-eight .gform_wrapper.gravity-theme .gform_validation_errors {
	max-width: 600px;
	margin: 0 auto 10px;
}

.sub-prod-section {
	padding: 50px 0;
}

.sub-prod-section .wp-block-image img {
	margin-bottom: 10px;
}

.sub-prod-section h3 {
	font-size: 24px;
}

.facetwp-facet {
	display: flex;
	flex-wrap: wrap;
}

/* .facetwp-facet.facetwp-type-dropdown {
margin-bottom: 0;
} */

body .facetwp-radio,
body .facetwp-radio.checked {
	background: #000;
	margin-right: 10px;
	margin-bottom: 9px;
	color: #fff;
	padding: 5px 15px;
	border: 2px solid #000;
}

body .facetwp-radio.checked {
	background-image: none;
	background-color: transparent;
	color: #000;
	font-weight: 600;
}

/* Career page */

.careers-banner-col .wp-block-column .wp-block-buttons .wp-block-button .wp-block-button__link,
.compromising-flavour-col .wp-block-buttons .wp-block-button .wp-block-button__link,
body .products-ingredients .more-information-btn .wp-block-button__link,
.error404 .search-form input[type="submit"],
.gtc-sender-send-gift-cards-button-wrapper .gtc-sender-send-gift-cards-popup-button {
	border: 1px solid #000;
}

.careers-banner-col {
	gap: 0;
	margin-bottom: 30px !important;
}

.banner-col1 {
	padding: 20px;
}

.banner-col1 p {
	margin-bottom: 20px;
}

body .career-jobs-col {
	flex-wrap: wrap !important;
	margin-bottom: 1.75em;
	padding: 0 20px;
}

.career-jobs-col .wp-block-column {
	flex-basis: 31% !important;
}

.career-jobs-col .wp-block-column p {
	background-color: #fff;
	color: #000;
	padding: 10px 0;
}

.career-jobs-col .wp-block-column p:hover {
	background-color: #000;
	color: #fff;
}

.career-jobs-col .wp-block-column p:hover a {
	color: #fff;
	text-decoration: none;
}

.career-join-team {
	padding: 50px 0;
}

.submit-application-parent-col {
	gap: 0;
	border-bottom: 5px solid #5D9D48;
	margin-bottom: 0;
}

.submit-application-col,
.benefits-package-col {
	color: #fff;
	padding: 30px 0;
}

.submit-application-col figure img,
.benefits-package-col figure img {
	width: 150px;
}

.submit-application-col .wp-block-image,
.benefits-package-col .wp-block-image {
	margin-bottom: 10px;
}

.submit-application-col {
	background-color: #000;
}

body .submit-application-col .wp-block-button .wp-block-button__link {
	background-color: #fff;
	color: #000;
}

body .submit-application-col .wp-block-button .wp-block-button__link:hover {
	background-color: transparent;
	color: #fff !important;
	outline: 1px solid #fff;
}

.benefits-package-col {
	background-color: #5D9D48;
}

.company-Benefits-h2 {
	padding: 20px;
	background-color: #000;
	color: #fff;
}

.company-benefits-main {
	padding: 30px 0;
}

.company-benefits-main .wp-block-columns {
	gap: 0;
	justify-content: center;
}

.company-benefits-main .wp-block-columns .wp-block-column .wp-block-image figure {
	height: 140px;
}

.real-stories-col {
	max-width: 70%;
	padding: 50px 20px;
	background-color: #5D9D48;
	text-align: center;
}

.real-stories-col .vp-a {
	background-color: #000;
	color: #fff;
	padding: 10px 35px;
	text-transform: uppercase;
	font-family: aileron;
	font-weight: 900;
	text-decoration: none;
}

.real-stories-col .vp-a:hover {
	background-color: #fff;
	color: #000;
}

body .real-stories-col h2 {
	padding-bottom: 0;
	color: #fff;
}

.real-stories-cover-main .wp-block-cover__inner-container .wp-block-columns {
	justify-content: center;
}

.real-stories-cover-main {
	overflow: visible !important;
	margin-bottom: 100px;
}

.real-stories-cover-main .wp-block-cover__inner-container {
	position: relative;
	bottom: -150px;
}

body .company-benefits-col {
	flex-wrap: wrap !important;
}

.company-benefits-col .wp-block-column {
	/* 	flex-basis: 30% !important; */
	padding: 20px;
}

/* Food Service page */

.food-service-main .food-service-banner h2 {
	color: #fff;
	font-size: 60px;
	padding: 0;
}

.food-service-main .food-service-banner .wp-block-cover__inner-container {
	width: 100% !important;
	max-width: 1280px;
	margin: 0 auto !important;
}

.virtual-cutting-h2 {
	padding: 30px 20px;
	background-color: #000;
	color: #fff;
	border-top: 5px solid #2f6e1a;
	border-bottom: 5px solid #2f6e1a;
}

.virtual-cutting-col {
	border-bottom: 5px solid #2f6e1a;
	gap: 5px;
}

.compromising-flavour-col {
	padding: 30px 20px;
}

.compromising-flavour-col p {
	font-size: 30px;
	margin-bottom: 25px;
	line-height: 1.2;
}

.distributor-main-div {
	background-color: #000;
}

.distributor-main-col {
	background-color: #000;
	color: #fff;
	padding: 80px 0;
	margin-bottom: 0;
}

.distributor-main-col .wp-block-column {
	text-align: center;
}

.distributor-main-col .wp-block-column i {
	font-size: 25px;
	margin-bottom: 10px;
}

.distributor-main-col .wp-block-column p {
	margin-bottom: 10px;
}

body .distributor-main-col .wp-block-column .wp-block-button__link {
	background-color: #2f6e1a;
}

.food-service-page .wp-block-post-template .wp-block-post {
	list-style: none;
}

.food-service-posts-main .wp-block-post-template {
	gap: 0;
	margin-bottom: 0;
	padding: 0;
}

.food-service-posts-main .wp-block-post-template .wp-block-post {
	position: relative;
	display: flex;
	justify-content: center;
}

.food-service-posts-main .wp-block-post-template .wp-block-post h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #000;
	font-size: 28px;
	padding: 20px;
	transform: translate(-50%, -50%);
	border: 1px solid #fff;
}

.food-service-posts-main .wp-block-post-template .wp-block-post h2:hover {
	background-color: #fff;
}

.food-service-posts-main .wp-block-post-template .wp-block-post h2:hover a {
	color: #000;
}

.food-service-posts-main .wp-block-post-template .wp-block-post h2 a {
	color: #fff;
	text-decoration: none;
}

/* Food Preparation page */

.food-preparation-main p {
	padding: 0 !important;
	margin-bottom: 20px;
}

.food-preparation-tabs .tabs-nav,
.single-post p {
	margin-bottom: 20px;
}

.food-preparation-tabs .tabs-nav .tabs-titles {
	background-color: #fff;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: left;
	gap: 5px;
}

.food-preparation-tabs .tabs-nav .tabs-titles .tab-title {
	padding: 10px 12px;
	border: 2px solid #000;
	width: auto;
	box-shadow: 0px 5px #fff;
	background-color: #000;
}

.food-preparation-tabs .tabs-nav .tabs-titles .tab-title.active {
	background-color: #fff;
	color: #000;
}

body .food-preparation-tabs .tabs-content {
	background-color: #fff;
	padding: 0;
}

.paoc-credit-wrp,
.page-template-recipe-template .archive-pagination {
	display: none;
}

.paoc-design-1 .paoc-popup-inr {
	text-align: center;
}

.to-keep-col figure,
.to-cook-col figure {
	margin-bottom: 10px;
}

/* Pre Order page */

.email-paragraph {
	margin-bottom: 25px;
}

.single .wp-block-buttons .wp-block-button .wp-block-button__link:hover,
.single .wp-block-buttons .wp-block-button .wp-block-button__link:focus {
	outline: 1px solid #000;
}

.product_cat-pre-order .cart,
.term-pre-order .wopb-product-btn,
.product_cat-pre-order .related.products {
	display: none;
}

.single-product .product_meta {
	display: flex;
	flex-direction: column;
}

#gform_3 .gfield_description.instruction {
	visibility: hidden;
}

#gform_3 .gfield_label {
	margin-bottom: 20px;
}

.gform_wrapper.gravity-theme #gform_3 input[type=text] {
	padding: 8px 10px;
}

.faq-page p {
	padding: 0 !important;
	margin-bottom: 25px;
}

.faq-page .entry-content ul {
	margin-bottom: 25px;
}

/* .page-template-recipe-template .archive-pagination {
display: none;
} */

.recipe-filter-div {
	display: flex;
	align-items: baseline;
	gap: 15px;
	padding: 0 20px;
	flex-wrap: wrap;
}

.blog-filter-div {
	padding: 0 20px;
}

.blog-filter-div .facetwp-facet-blog_filter,
.blog-filter-div .facetwp-facet-pressroom_filter {
	margin-bottom: 0;
}

.rsfv-has-video video.rsfv-video, .rsfv-has-video iframe.rsfv-video {
	height: 100px !important;
}

.opportunities-section .wp-block-group__inner-container {
	padding: 0;
}

.opportunities-section .wp-block-group__inner-container h2 {
	background-color: #5d9d48;
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 40px;
}

.opportunities-section {
	padding-top: 95px;
}

.opportunities-section:nth-child(1),
.production-section {
	padding-top: 35px;
}

.opportunities-section:last-child,
.managerial-section {
	margin-bottom: 35px;
}

.job-opportunities-tab,
.banner-owl-carousel {
	display: none;
}

.products-ingredients {
	padding: 30px 20px;
}

/* body.woocommerce-page ul.products-block-post-template li.product_cat-bacon-of-the-month, */
body .wp-block-product-blocks-product-price .wopb-product-wrapper .price .from,
.postid-2976 .more-products-main,
body .wopb-cart-after {
	display: none;
}

.wopb-builder-cart form.cart div.quantity .wopb-builder-cart-icon-right svg,
body.woocommerce div.product .wopb-builder-cart form.cart div.quantity .wopb-builder-cart-icon-right svg {
	height: 21px !important;
}

.woocommerce div.product form.cart .variations td .wopb-variation-selector select {
	font-size: 16px;
}

.woocommerce div.product form.cart .variations th {
	width: 27%;
}

.woocommerce div.product form.cart .variations label {
	position: relative;
}

.woocommerce div.product form.cart .variations label:after {
	content: '*';
	color: red;
	position: absolute;
	right: -10px;
}

.single-post p a,
.single a,
.single .footer-widgets a:hover {
	text-decoration: underline;
}

.single-post p a:hover,
a.stx-layer-button:hover,
.single a:hover,
.single .footer-widgets a {
	text-decoration: none;
}

.single-post .wp-block-embed__wrapper {
	height: 400px;
}

.post-2678 .wp-block-post-featured-image {
	background-color: #fff;
}

.product_title.wopb-builder-product-title.entry-title {
	text-align: left;
}

.job-opportunities .site-container .wp-block-button .wp-block-button__link,
.faq-page .site-container .wp-block-button .wp-block-button__link,
.video-page .site-container .wp-block-button .wp-block-button__link {
	border: 2px solid #000000;
}

.single-recipe .view-all-recipe-btn {
	text-align: center;
}

.single-product .product_cat-bacon-of-the-month .subscription-details,
/* .archive.term-bacon-of-the-month .subscription-details:last-child, */
.single-product div.product .wopb-product-wrapper .subscription-details
/* .archive.term-bacon-of-the-month .subscription-details  */
{
	position: relative;
}

.single-product div.product .wopb-product-wrapper .subscription-details,
.archive.term-bacon-of-the-month .subscription-details {
	display: inline-block;
}

.single-product .product_cat-bacon-of-the-month .subscription-details,
.archive.term-bacon-of-the-month .subscription-details:last-child,
.archive.tax-product_cat.term-bacon-of-the-month .filter-col {
	display: none;
}

.single-product div.product .wopb-product-wrapper .subscription-details:before,
.single-product .subscription-details:before
/* .archive .subscription-details:before  */
{
	content: '/ 6 months';
	width: 100%;
	height: 100%;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}

/* .archive .subscription-details:last-child:before {
	content: 'To: $539.00 / 12 months';
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
} */

.archive .subscription-details:before {
	background: rgba(241,241,241,1);
}

.facetwp-counter {
	display: none;
}

.facetwp-facet-pagination.facetwp-type-pager {
	margin-bottom: 0;
}

.boneless-turkey-breast .boneless-turkey-breast-col,
.boneless-turkey-breast .cooking-instructions,
.uncured-black-forest .uncured-black-forest-col,
.uncured-black-forest .cooking-instructions,
.hams p {
	padding: 0 20px;
}
/* 
.archive .wc-block-components-product-image img,
.archive .wopb-block-item .wopb-block-image img {
height: 300px;
} */

.pre-order-page .gform_footer input[type="submit"],
.add-new-button #add-new-field-btn {
	border: 1px solid #000 !important;
}

/* Custom Single Product Page */

.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
	border: 0;
}

.single-product.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	display: none;
}

/* .single-product .flex-viewport {
height: 585px !important;
} */

.single-product .flex-viewport {
	margin-bottom: 20px;
}

.single-product.woocommerce div.product div.images .flex-control-thumbs li {
	margin-right: 10px;
}

.single-product .product_title,
.product_title {
	text-align: left;
	font-size: 40px;
}

.single-product.woocommerce div.product p.price {
	font-size: 30px;
}

.single-product.woocommerce .catcbll_preview_button {
	text-align: left;
}

.single-product.woocommerce .catcbll_preview_button a {
	font-family: aileron;	
	font-weight: 900;
}

/* .product_cat-bacon-of-the-month.has-subscription-plans p.price, */
body .product_cat-bacon-of-the-month.has-subscription-plans .wopb-variation-switcher-price {
	display: none;
}

.product_cat-bacon-of-the-month.has-subscription-plans .wopb-variation-switcher-price {
	font-size: 30px;
	display: inline;
}

.catcbll_preview_button .btn.catcbll:hover {
	color: #000;
}

.single-product.woocommerce .tabs.wc-tabs {
	text-align: center;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
	border: 0;
}	

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin-right: 10px !important;
}

.woocommerce-Tabs-panel p {
	text-align: center;
}

.single-product.woocommerce .quantity .qty {
	padding: 8px 5px;
	line-height: 0;
	border-color: #000;
}

.single-product.woocommerce div.product form.cart {
	margin-bottom: 0;
}

.single-product.woocommerce div.product form.cart .button {
	line-height: 0.7;
	background-color: #000;
	border: 1px solid #000;
	font-weight: 900;
}

.related.products ul.products li.product {
	background-color: rgba(241,241,241,1);
	padding: 40px;
	align-items: center;
	border-radius: 10px;
}

.related.products .woocommerce-loop-product__title {
	font-size: 18px !important;
	text-align: center;
	font-family: Alike, serif;
}

.related.products .price {
	font-size: 15px !important;
	text-align: center;
	margin-bottom: 15px !important;
}

.related.products .button.product_type_simple {
	margin: 0 !important;
	padding: 10px 20px;
}

.careers-page figcaption {
	padding: 0;
}

body .wholesale-product-col .wholesale-product-tittle {
	font-family: 'Alike', serif;
	font-size: 18px;
}

body .wholesale-product-col {
	background-color: rgba(241, 241, 241, 1);
	padding: 40px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

body .wholesale-product-col .wp-block-button .wp-block-button__link,
.gtc-cart-gift-card-usage-btn,
.gtc-cart-gift-card-usage-btn:hover {
	border: 1px solid #000;
}

/* Gift Card product */

.gtc-gift-card-amount-wrapper p label, .gtc-gift-card-delivery-date-wrapper p label, .gtc-gift-card-recipient-details-wrapper p label, .gtc-gift-card-recipient-extra-details-wrapper p label, .gtc-gift-card-sender-details-wrapper p label, .gtc-product-gift-card-wrapper p label {
	width: 100% !important;
	margin-bottom: 10px;
}

.product_cat-gift-cards .woocommerce-tabs.wc-tabs-wrapper {
	visibility: hidden;
}

body .gtc-gift-card-predefined-buttons button {
	background-color: #000000;
}

body .gtc-gift-card-predefined-buttons button.gtc-active {
	background-color: #ffffff;
}

body .gtc-gift-card-predefined-buttons button.gtc-active {
	color: #000000 !important;
}

.custom-wrap-small {
	width: 1080px;
	margin: auto;
}

.wholesale-product-page .entry-content ul > li {
	list-style: none;
}

.wholesale-product-page .wc-block-components-product-image img {
	height: 300px;
	object-fit: fill !important;
}

.product_cat-wholesale-bacon .product_meta,
.product_cat-wholesale-hams .product_meta,
.product_cat-wholesale-sausage .product_meta,
.wholesale-deli-meat .product_meta,
.poultry .product_meta,
.product_cat-gift-cards .product_meta,
.product_cat-wholesale-bacon .related,
.product_cat-wholesale-hams .related,
.product_cat-wholesale-sausage .related,
.wholesale-deli-meat .related,
.poultry .related,
.is-screen-reader-text,
.is-search-submit,
.single-product .stock,
.gtc-cart-gift-card-usage-content label {
	display: none;
}

.product_cat-pre-order .add_to_cart_button {
	display: none !important;
}

.gtc-checkout-gift-card-usage-form .gtc-checkout-gift-card-code {
	width: auto;
	padding: 10px;
}

.search .catcbll_preview_button {
	margin: auto;
}

.woocommerce.search ul.products li.product .price,
.gtc-checkout-gift-card-usage-form,
.gtc-checkout-gift-card-usage-wrapper .woocommerce-info {
	margin-bottom: 1.5em;
}

.is-search-input {
	border-radius: 50px;
}

.gform_confirmation_message_1 {
	text-align: center;
}

/* .product a {
overflow: hidden;
}

.product a img {
transition: all .5s ease-in-out;
}

.product a img:hover {
scale: 1.2;
} */

/* Wholesale Product page */

.wholesale-product-tittle,
.prod-title-section p {
	text-align: center;
}

.prod-title-section .wp-block-group__inner-container {
	max-width: 1280px;
	margin: 0 auto;
}

ul.prod-attributes {
	padding-left: 40px;
}

.prod-title-section-old,
.attributes-section-old {
	display: none;
}

body .site-container .wholesale-product-filter {
	padding: 0 30px;
}
.nolable .gform-field-label.gfield_header_item {
	display: none;
}
.productrepeater .gfield_repeater_item {
	display: flex;
	flex-wrap: wrap;
}
.productrepeater .gfield_repeater_cell:first-child {
	width: 25%;
}

.productrepeater .gfield_repeater_cell:nth-child(2) {
	width: 40%;
	padding-left: 40px;
}
.productrepeater .gfield_repeater_cell:nth-child(3) {
	width: 5%;
}
.productrepeater .gfield_repeater_cell:nth-child(4) {
	width: 5%;
}
.productname,
.productField {
	display: block !important;
}
.productrepeater .gfield_repeater_buttons {
	position: absolute;
	bottom: -60px;
	right: 0px;
}
.productrepeater  button.remove_repeater_item {
	display: none;
}
.productrepeater {
	position: relative;
	margin-bottom: 50px;
}
.productadat {
	display: flex;
	gap: 15px;
	align-items: center;
	cursor: pointer;
}
.productadat img {
	width: 70px;
}
.productadat h3 {
	font-size: 15px;
	line-height: 1;
	padding: 0;
}
ul.productlist li {
	cursor: pointer;
	padding: 10px;
	margin-bottom: 0;
	list-style: none;
}
ul.productlist {
	padding: 0;
	background: #fff;
	position: absolute;
	max-width: 254px;
	text-align: -webkit-auto;
	z-index: 1;
	list-style: none;
	padding-left: 0;
	border: 1px solid #c2c2c2;
	margin-bottom: 0;
}
.wp-block-column.wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}
.gform_wrapper.gravity-theme .gfield_repeater_buttons button.add_repeater_item {
	padding: 0;
	border: none;
	background: transparent;
	color: #000 !important;
	font-size: 16px;
}
.gfield_repeater_cell.reset {
	width: 22%;
	text-align: right;
	color: red;
}
.gfield_repeater_cell {
	position: relative;
}
.gfield_repeater_item:first-child > div:before {
	font-size: 19px;
	line-height: 1;
	position: absolute;
	top: -70px;
	text-transform: uppercase;
}
.gfield_repeater_item:first-child {
	border-top: 2px solid #e0e0e6;
}
.productrepeater legend.gfield_label.gform-field-label {
	display: none;
}
.gfield_repeater_item:first-child > div:first-child:before {
	content: "Search";
}
.gfield_repeater_item:first-child > div:nth-child(2):before {
	content: "Photo PRODUCT";
}
.gfield_repeater_item:first-child > div:nth-child(4):before {
	content: "QTY";
}
.gfield_repeater_item:first-child > div:nth-child(6):before {
	content: "Action";
	display: block;
	right: 0;
}
.gfield_repeater_cell.reset span {
	cursor: pointer;
}
#div#gform_wrapper_3.gform_wrapper.gravity-theme .gform_validation_errors {
	margin-bottom: 80px;
}
ul.productlist a.nolink {
	pointer-events: none;
}
.dataend {
	display: flex;
	justify-content: space-between;
}
.dataend span {
	font-size: 12px;
}
.dataend span.p-price {
	font-size: 18px;
}
ul.productlist li:hover,
body .is-ajax-search-result .is-ajax-search-post:hover {
	background: #90d977;
}
.productoutput .dataend {
	display: none;
}

body div.is-ajax-search-result {
	padding: 2px;
}

body .is-ajax-search-result a {
	color: #000000;
}

body .is-form-style input.is-search-input {
	padding: 20px;
	border-radius: 50px;
}

.pre-order-page .pre-order-products-list #wp-block-file--media-4fbd230b-0794-4f64-9d77-d8fa63f45050 {
	display: none;
}

.pre-order-page .pre-order-products-list a {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 30px;
	border: 1px solid #000000;
	font-family: aileron;
	font-weight: 900;
	font-size: 16px;
	border-radius: 0;
}

.pre-order-page .pre-order-products-list a:hover {
	background-color: #ffffff;
	color: #000000;
}

/* Wholesale pdf button */

.button.custom-button:focus {
	background-color: #ffffff !important;
}

.woocommerce-account .button,
body .gtc-form-btn,
body .gtc-form-btn:hover,
body .gtc-redeem-gift-card-form-btn,
body .gtc-redeem-gift-card-form-btn:hover,
body .gtc-redeem-gift-card-form-btn:focus,
body .loyalty-program-btn,
body #points_form .wps_wpr_custom_coupon.button {
	border: 1px solid #000000;
}

.woocommerce-account .woocommerce-message .woocommerce-Button.button {
	background-color: #000000;
}

body .wopb-my-account-container .woocommerce-MyAccount-content h2 {
	margin-bottom: 20px;
}

body .gtc-redeem-gift-card-form-btn{
	background-color: #000000 !important;
}

body .gtc-gift-card-available-balance-content,
body .gtc-myaccount-active-gift-card-wrapper,
body .gtc-gift-card-available-balance-code,
body .gtc-myaccount-active-gift-card-wrapper h2,
body .gtc-myaccount-activity-wrapper h2 {
	margin-bottom: 15px;
}

body .wpsl-search {
	padding: 30px 12px 20px 12px;
}

body #wpsl-search-btn {
	background: #000000;
	background-image: none;
}

body #wpsl-search-btn:hover {
	background: #ffffff;
}

.woocommerce-Tabs-panel ul {
	text-align: center;
}

.woocommerce-Tabs-panel ul li {
	list-style: none;
}

body tr.cart_item .variation {
	display: none;
}

body.woocommerce-account .wopb-my-account-container form p input:focus {
	background-color: rgb(241 241 241);
}

.job-opportunities .eb-accordion-content p,
.job-opportunities .eb-accordion-content h3 {
	margin-bottom: 15px !important;
}

.job-opportunities .eb-accordion-content h3 {
	font-size: 24px;
}

.woocommerce-email h1 {
  text-align: center !important;
}

body #wpsl-result-list li p,
body #wpsl-result-list li p a {
	text-transform: uppercase;
	color: #000000;
}

body #wpsl-result-list li p span {
	text-transform: capitalize;
}

.woocommerce.search-results ul.products li.product .button {
	font-weight: 900;
	text-transform: uppercase;
}

label[for="tax_term_Wholesale Retail_157"],
.woocommerce .product_cat-bacon-of-the-month.has-subscription-plans .woocommerce-variation-price span.price {
    display: none !important;
}

.job-opportunities .wp-block-essential-blocks-accordion {
	width: 95%;
	margin: auto;
	margin-bottom: 20px;
}

.single-post figure {
	width: 600px;
	margin: auto;
}

/* Custom Media Queries
------------------------------------------------ */

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

	.attributes-section .wp-block-group__inner-container,
	.prod-catalogue-section .wp-block-group__inner-container {
		padding: 0 30px;
	}

	.loyalty-program-page .loyalty-program-section,
	.career-join-team {
		padding-left: 20px;
		padding-right: 20px;
	}
}

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

	.single-recipe main .featured-img {
		flex-direction: column;
		align-items: center;
	}

	.single-recipe main .featured-img img {
		max-width: none;
	}

	.single-recipe main .featured-img .recipe-data {
		flex-direction: row;
		width: 100%;
	}

	.single-recipe main .featured-img .prep::after {
		width: 1px;
		height: 70%;
		top: 17px;
		left: 100%;
	}

	.single-recipe main .featured-img .prep,
	.single-recipe main .featured-img .cook {
		width: 50%;
		padding: 15px 15px;
	}
}

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

	.section-four .my-logo .owl-nav,
	.owl-carousel .owl-nav {
		display: none !important;
	}
}

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

	.section-four {
		padding: 30px 20px;
	}

	.section-four .my-logo .owl-nav .owl-prev {
		left: 282px;
	}

	.section-four .my-logo .owl-nav .owl-next {
		right: 282px;
	}

	.page-template-blog-template .wp-block-post-template .wp-block-post h2,
	.page-template-recipe-template-php .recipe-main .recipe-item h2 a,
	.page-template-pressroom-template .wp-block-latest-posts li a,
	.page-template-recipe-template-php .recipe-main .recipe-item h2,
	.tax-recipe-category .recipe-main .recipe-item h2,
	.category .ct-blog-main .blog-item h2,
	.single-recipe main h2 {
		font-size: 24px;
	}

	.my-recipes-main .owl-nav .owl-prev {
		right: 38%;
	}

	.my-recipes-main .owl-nav .owl-next {
		right: 10%;
	}

	.wp-block-atbs-tabs.faq-tabs .tabs-container {
		flex-direction: column;
	}

	.faq-tabs .tabs-nav,
	.wp-block-atbs-tabs.faq-tabs .tabs-content {
		margin: 0 auto;
		width: 100%;
		max-width: none;
	}

	body .prod-catalogue-section .wp-block-columns .wp-block-column {
		flex-basis: 45%;
	}

	.historic-building-main-col {
		flex-direction: column;
	}

	.historic-building-main-col .wp-block-column p,
	.mission-text-col p {
		font-size: 18px;
	}

	body .historic-building-main {
		text-align: center;
	}

	.page-template-blog-template .wp-block-post-template .wp-block-post, 
	.page-template-pressroom-template .wp-block-post-template .wp-block-post {
		padding: 30px;
	}

	.banner-col1 h1 {
		font-size: 38px;
	}

	.contact-us-main {
		padding: 60px 25px;
	}

}

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

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		top: 55px;
	}

	.menu-toggle {
		order: 3;
	}

	.section-four .my-logo .owl-nav .owl-prev {
		left: 190px;
	}

	.section-four .my-logo .owl-nav .owl-next {
		right: 190px;
	}

	.site-header .wrap {
		flex-direction: column;
	}

	.site-header .wrap .title-area {
		order: 1;
		width: 100%;
	}

	.site-header .wrap .header-widget-area {
		order: 2;
		justify-content: center;
		width: 100%;
	}

	.site-header .wrap .nav-primary {
		order: 3;
		width: 100%;
	}

	.page-template-recipe-template-php .recipe-main,
	.category .ct-blog-main {
		flex-wrap: wrap;
	}

	.page-template-recipe-template-php .recipe-main .recipe-item,
	.tax-recipe-category .recipe-main .recipe-item {
		width: 49%;
		margin-bottom: 20px;
		padding: 25px;
	}

	.single-recipe main .featured-img .prep,
	.single-recipe main .featured-img .cook {
		padding: 15px 10px;
	}

	.woocommerce-cart .wopb-row-content,
	.contact-us-main .wp-block-columns {
		flex-direction: column;
	}

	.contact-form-main {
		padding: 0;
	}

	.storic-claremont-main .storic-claremont-content {
		flex-direction: column;
		margin-bottom: 0;
	}

	.storic-claremont-main .storic-claremont-content div {
		width: 100%;
		text-align: center;
	}

	.storic-claremont-main .storic-claremont-content div p {
		font-size: 24px;
		margin-bottom: 0;
	}

	.careers-banner-col h2 {
		font-size: 32px;
	}

	.food-service-posts-main .wp-block-post-template .wp-block-post h2 {
		width: 80%;
	}

	.mission-text-col p {
		font-size: 16px;
	}

}

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

	.smoke-house-mission .wp-block-columns:nth-child(even) {
		flex-direction: column-reverse;
	}

	.careers-banner-col .wp-block-buttons {
		margin-bottom: 10px;
	}

	.to-keep-col .inner-column,
	.to-cook-col .inner-column,
	.to-keep-col .wp-block-columns,
	.to-cook-col .wp-block-columns {
		gap: 10px;
	}

	body .products-block-post-template .product {
		padding: 20px !important;
	}
}

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

	.mega-menu-wrap {
		width: 100% !important;
	}

	.home .wp-block-columns.is-not-stacked-on-mobile,
	.food-service-page .wp-block-columns.is-not-stacked-on-mobile,
	.wholesale-page .wp-block-columns.is-not-stacked-on-mobile {
		flex-wrap: wrap !important;
	}

	.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
		flex-basis: 35% !important;
	}

	.full-width-content .entry-content > .wp-block-cover.alignfull {
		justify-content: center;
	}

	.home .site-container .site-inner .section-five .wp-block-cover__inner-container {
		position: static;
	}

	.recipe {
		flex-direction: column;
	}

	.recipe-img-left,
	.recipe-content-right {
		width: 100%;
	}

	.footer-widgets .wrap {
		flex-direction: column;
	}

	.footer-widgets .wrap .footer-widget-area {
		width: 100%;
	}

	.page-template-blog-template .my-blog-main .wp-block-post-template,
	body .wp-container-core-post-template-layout-1.wp-container-core-post-template-layout-1 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-template-pressroom-template .wp-block-latest-posts li,
	.page-template-recipe-template-php .recipe-main .recipe-item,
	.tax-recipe-category .recipe-main .recipe-item,
	.category .ct-blog-main .blog-item {
		width: 48.5% !important;
	}

	/* 	.single-recipe main .featured-img {
	flex-direction: column;
	align-items: center;
}

	.single-recipe main .featured-img .recipe-data {
	flex-direction: row;
	width: 100%;
}

	.single-recipe main .featured-img .prep::after {
	width: 1px;
	height: 70%;
	top: 20px;
	left: 100%;
}

	.single-recipe main .featured-img .prep,
	.single-recipe main .featured-img .cook {
	width: 50%;
	padding: 15px 15px;
} */

	body .prod-catalogue-section .wp-block-columns .wp-block-column {
		flex-basis: 100% !important;
	}

	.food-service-posts-main .wp-block-post-template .wp-block-post h2 {
		font-size: 20px;
	}

	.mission-text-col p {
		font-size: 18px;
	}

}

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

	.page-template-pressroom-template .wp-block-latest-posts li,
	.page-template-recipe-template-php .recipe-main .recipe-item,
	.tax-recipe-category .recipe-main .recipe-item,
	.category .ct-blog-main .blog-item {
		width: 100% !important;
	}

	body .shop-main .shop-filter,
	.recipe-filter-div,
	.wholesale-product-page .shop-filter {
		display: block;
	}

	.facetwp-facet {
		flex-direction: column;
	}

	.home form,
	.before-footer-main form {
		align-items: center;
	}

	.owl-carousel .owl-item .item .banner-div {
		padding: 0 20px 125px;
	}

	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100% !important;
	}

	.related.products .button.product_type_simple {
		width: auto !important;
	}


	.productrepeater .gfield_repeater_item .gfield_repeater_cell {
		width: 100%;
	}
	.gfield_repeater_item > div:nth-child(4),
	.productrepeater .gfield_repeater_cell:nth-child(2),
	.gfield_repeater_item > div:first-child {
		padding-top:40px;
	}
	.productrepeater .gfield_repeater_cell:nth-child(2) {
		padding-left: 0;
	}
	.gfield_repeater_item > div:nth-child(2):before {
		content: "Photo PRODUCT";
	}
	.gfield_repeater_item > div:first-child:before {
		content: "Search";
	}
	.gfield_repeater_item > div:nth-child(4):before {
		content: "QTY";
	}
	.gfield_repeater_item:first-child > div:nth-child(6):before,
	.gfield_repeater_item > div:nth-child(6):before {
		content: "Action";
		left: 0;
		float: left;
		text-align: left;
	}
	.gfield_repeater_item:first-child > div:nth-child(6):before {
		top: 40px !important;
	}
	.gfield_repeater_item:first-child > div:nth-child(6):before,
	.gfield_repeater_item:first-child > div:first-child:before,
	.gfield_repeater_item:first-child > div:nth-child(2):before,
	.gfield_repeater_item:first-child > div:nth-child(4):before {
		top: 0;
	}
	body .gform_wrapper.gravity-theme .gfield_repeater_items .gfield_repeater_cell:not(:first-child) {
		padding-top: 40px;
	}
}

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

	h1 {
		font-size: 42px;
	} 

	h2,
	.recipe-content-right .recipe-title {
		font-size: 34px;
	}

	h3 {
		font-size: 30px;
	}

	.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
		flex-basis: 100% !important;
	}

	.home .site-container .site-inner .section-five .wp-block-cover__inner-container {
		padding: 70px 20px 70px 20px;
	}

	.home .site-container .site-inner .section-five .wp-block-cover__inner-container p:nth-child(1) {
		font-size: 45px;
	}

	.home .site-container .site-inner .section-five .wp-block-cover__inner-container p:nth-child(2) {
		font-size: 34px;
	}

	.before-footer-main p {
		font-size: 18px;
	}

	.single-recipe main .featured-img .prep span,
	.single-recipe main .featured-img .cook span {
		font-size: 22px;
	}

	.wp-block-product-blocks-product-grid-1 .wopb-block-items-wrap {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.the-smoke-house-main {
		padding: 70px 20px;
	}

	.the-smoke-house-main p,
	.smoke-house-dropdown p,
	.storic-claremont-main .storic-claremont-content div p {
		font-size: 20px;
		padding: 0 !important;
	}

	.food-service-main .food-service-banner h2 {
		font-size: 44px;
	}

	.compromising-flavour-col p {
		font-size: 20px;
	}

	.recipe-content-right .serving-title {
		font-size: 24px;
	}

	.food-preparation-tabs .tabs-nav .tabs-titles .tab-title {
		width: 100%;
	}

	.home .section-three .wp-block-quote p {
		font-size: 26px;
	}
	.home .section-three .wp-block-quote cite {
		font-size: 22px;
	}

	.recipe-content-right {
		padding: 35px 20px 35px 20px;
	}

	.my-recipes-main {
		border-bottom: 1px solid #000;
	}

	body .site-header .wrap .title-area {
		max-width: 150px;
	}

	body .widget_search {
		width: 60%;
	}

	.header-widget-area .search-form input.search-form-input {
		padding: 10px;
		font-size: 16px;
	}

	.owl-carousel .owl-item .item img {
		width: 130px;
	}

	.recipe img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
		height: 370px;
	}

	.section-seven .wp-block-columns .wp-block-image img {
		width: 135px;
	}

	.section-eight .wp-block-group__inner-container p {
		font-size: 18px;
	}

	.home form input[type="submit"], 
	.before-footer-main form .gform_footer input[type="submit"] {
		padding: 3.5px 25px;
	}

	body.home form input[type=email],
	.before-footer-main form input[type=email] {
		padding: 4px !important;
	}

	body .historic-building-main,
	.mission-image-col, 
	.mission-text-col {
		padding: 40px 20px 40px 20px;
	}

	.facetwp-pager {
		text-align: center;
	}

	body .facetwp-page {
		margin-bottom: 6px;
	}

	.careers-page h1 {
		font-size: 35px;
	}

	.real-stories-col {
		max-width: 100%;
		padding: 20px 15px;
	}

	.page-template-blog-template .wp-block-post-template .wp-block-post h2, 
	.page-template-pressroom-template .wp-block-post-template .wp-block-post h2 {
		font-size: 25px;
	}

	.video-name {
		font-size: 22px;
	}

	.prod-title-section {
		padding: 50px 0;
	}
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}


	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1280px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 0;
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}