/*
	Theme Name: Genesis Sample
	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: 2.6.0

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

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/

/* 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
	- Jetpack
- 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
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
	overflow: visible;
}
progress,
sub,
sup {
	vertical-align: baseline;
}
[type=checkbox],
[type=radio],
legend {
	box-sizing: border-box;
	padding: 0;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
}
code,
kbd,
pre,
samp {
	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;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
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,
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: ButtonText dotted 1px;
}
fieldset {
	padding: .35em .75em .625em;
}
legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}
textarea {
	overflow: auto;
}
[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;
}

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

@font-face {
	font-family: 'museo';
	src: url('/wp-content/themes/faidleys/assets/fonts/Museo500.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'museo';
	src: url('/wp-content/themes/faidleys/assets/fonts/Museo700.otf');
	font-weight: 700;
	font-style: normal;
}

html {
	font-size: 62.5%; /* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
	font-size: 18px;
	font-size: 1.8rem;
}

body {
	/* background-color: #fff; */
	background-color: #fafaf6;
	background: url(/wp-content/uploads/2020/10/faidley-background.png) repeat;
	color: #333;
	font-family: 'Kameron', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	/* line-height: 1.625; */
	line-height: 1.35;
	margin: 0;
}

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

a {
	/* color: #0073e5; */
	color: #993300;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

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

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 30px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Kameron', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 27px;
	font-size: 2.7rem;
}

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

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

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

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

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

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* 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, .6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}

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

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

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

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 30px 0px 0;
	background: #fff;
	border: 2px solid #eee;
	border-bottom: none;
}

/* 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;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.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-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 20px;
	font-weight: 700;
	padding: 0 10px;
}

.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-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
}

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

.aligncenter {
	text-align: center;
}

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	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: 40px;
}

.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-image {
	height: 75px;
	width: 75px;
}

.featured-content .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	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;
	font-size: 1.6rem;
	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";
	float: right;
}

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

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* 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;
	outline: #ccc solid 1px;
}

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

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

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

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

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	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-size: 1.5rem;
	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: #0073e5;
	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;
	font-size: 1.4rem;
	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 {
	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;
}

.genesis-responsive-menu {
	display: none;
	padding-bottom: 15px;
	position: relative;
}

.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;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

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

.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;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition: transform .25s ease-in-out;
}

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

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

.nav-primary {
	clear: left;
	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: 40px;
}

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

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

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

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

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

.entry-content .caption {
	font-size: 14px;
	font-weight: 600;
	margin-top: -20px;
	text-align: center;
}

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

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

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	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;
	margin: 60px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

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

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

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

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

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

.comment-list .bypostauthor {
}

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

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

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

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

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

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

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

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

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

.site-footer {
	background-color: #514e4e;
	border-top: 1px solid #eee;
	font-size: 15px;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 15px;
	text-align: center;
	color: #fff;
}

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

.footer-credits a {
	color: #fff !important;
	font-weight: 600;
}

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

@media only screen and (min-width: 960px) {
	/* Site Header
	--------------------------------------------- */

	.site-header {
		/* position: fixed; */
		position: relative;
		width: 100%;
		z-index: 9999;
	}

	/* 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:hover,
	.genesis-nav-menu > .menu-highlight > a:focus {
		background-color: #0073e5;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-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 .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
	--------------------------------------------- */

	.genesis-responsive-menu {
		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 {
		margin-top: 70px;
		max-width: 1140px;
		min-height: 800px;
	}

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

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

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

	.sidebar {
		float: right;
		width: 30%;
		padding-top: 5.5rem;
	}

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

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

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: 33.33%; /* fallback for older browsers */
		width: calc(100% / 3);
	}
}

/* Start 321 CSS
---------------------------------------------------------------------------------------------------- */

/* General
---------------------------------- */

a.custom-logo-link {
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	position: relative;
}
.home .site-inner {
	clear: both;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	width: 100%;
	background: transparent;
	border: none;
}

body.home .content {
	width: 100%;
}
.content-sidebar-wrap,
.wrap {
	margin: 0 auto;
	padding-left: 6vw;
	padding-right: 6vw;
}

.nav-primary .wrap {
	width: 100%;
}

.site-header {
	background: #6b5c48;
}

.entry-content h2,
.single-recipe .entry-title,
.styled-header .entry-title,
aside.sidebar .widgettitle.widget-title,
h1.woocommerce-products-header__title.page-title,
.related.products > h2,
.archive-title {
	background: url(/wp-content/uploads/2020/10/heading-bg.png) repeat;
	font-size: 2rem;
	color: #2c2525;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 45px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 1rem;
	font-weight: 600;
}

h1.archive-title {
    font-size: 3rem;
}

.styled-header h1.entry-title {
    font-size: 2.5rem;
}

.styled-header .entry-content {
	padding: 2rem 1rem 0;
}

p.note {
	color: #5e5e5e;
	font-weight: 600;
	font-size: 1.6rem;
}

.entry-content p {
	padding: 0 10px;
}

.textwidget.custom-html-widget {
	padding: 0 10px;
}

.entry-content h3 {
	font-size: 2rem;
	padding: 0 10px;
	color: #555;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	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;
}

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

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
body.woocommerce a.button,
body.woocommerce button.button,
body.woocommerce button.button.alt,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page button.button.alt{
	cursor: pointer;
	font-weight: 400;
	text-decoration: none;
	white-space: normal;
	width: auto;
	background: #433c36;
	border: 1px solid #f1b224;
	color: #ffcc11;
	padding: 8px 30px;
	font-size: 16px;
	font-size: 1.6rem;
	border-radius: 4px;
	text-transform: uppercase;
	line-height: 1.35;
}

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,
.button:focus,
.button:hover,
body.woocommerce a.button:hover,
body.woocommerce a.button:focus,
body.woocommerce button.button:hover,
body.woocommerce button.button:focus,
body.woocommerce button.button.alt:hover,
body.woocommerce button.button.alt:focus,
body.woocommerce-page a.button:hover,
body.woocommerce-page a.button:focus,
body.woocommerce-page button.button:hover,
body.woocommerce-page button.button:focus,
body.woocommerce-page button.button.alt:hover,
body.woocommerce-page button.button.alt:focus{
	background-color: #6b5b48;
	color: #fc1 !important;
}

body.woocommerce div.product form.cart .button.alt {
	line-height: 1.5;
	padding: 15px 20px;
}

body.woocommerce-page .button[name="apply_coupon"] {
	line-height: 1;
	padding: 15px 30px;
}

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

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 6px 14px;
	font-size: 1.4rem;
}

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


.site-header .menu-toggle::before {
	line-height: 0.9;
	top: 0;
}

	.site-header > .wrap {
		padding: 0 6vw;
		margin: 0 auto;
		position: relative;
	}

@media (min-width: 960px) {
	.title-area {
		position: absolute;
	}
	.site-header {
		padding: 0;
	}
	.site-header > .wrap  {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 92%;
		max-width: 1250px;
		padding: 0;
		margin: 0 auto;
	}
	.content-sidebar-wrap,
	.wrap {
		/* width: 88%;
		max-width: 1152px; */
		width: 92%;
		max-width: 1250px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 960px)  {
	.title-area {
    position: absolute;
    float: left;
    top: calc(0% - 50px);
}
	.title-area a.custom-logo-link img {
	max-width: 100px;
}
	.menu-toggle {
	    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
	 margin: 10px 0 10px auto;
}
}

.nav-primary .genesis-nav-menu.menu-primary .menu-item a {
    color: #fff;
    font-weight: 600;
}

.nav-primary .genesis-nav-menu.menu-primary .menu-item .sub-menu-toggle {
    color: #fff;
}

.nav-primary .genesis-nav-menu.menu-primary .menu-item .sub-menu li a {
    background: transparent;
}

/* Desktop Menu
---------------------------------- */

@media (min-width: 960px) {
	.nav-primary {
		text-align: right;
		flex: 1;
		padding: 0;
	}
	.nav-primary .wrap > .genesis-nav-menu.menu-primary > .menu-item > a {
		color: #fff;
		font-weight: 600;
		font-size: 1.6rem;
		text-transform: uppercase;
		padding: 2rem 1.5rem;
		text-shadow: 1px 1px 0 #000;
		font-family: 'museo';
	}
	.nav-primary .wrap > .genesis-nav-menu.menu-primary > .menu-item > a:hover {
		background: #433c36;
	}
	.genesis-nav-menu.menu-primary .menu-item.menu-item-has-children > a:first-child {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}
	/* .genesis-nav-menu.menu-primary .menu-item.menu-item-has-children>a:first-child:after {
        display: none;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f078";
    }
    .genesis-nav-menu.menu-primary .menu-item.menu-item-has-children>a:first-child svg {
        margin-left: 0.5rem;
        color: #fff;
        font-size: 1.2rem;
        margin-top: 2px;
        -webkit-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
    }
    .site-header.shrink .menu-item.menu-item-has-children>a:first-child svg {
        color: rgba(0, 0, 0, 0.45);
    } */
	.genesis-nav-menu.menu-primary .sub-menu {
		display: block;
		background: rgba(0, 0, 0, 0.7);
		border: none;
		top: -2000px;
		left: 0;
		position: absolute;
		/* margin-left: -0.5em; */
		margin-left: 0em;
		width: auto;
		min-width: 200px;
		z-index: 99;
		padding: 0;
		border-radius: 1px;
		right: auto;
		box-shadow: 0 10px 28px rgba(0, 16, 44, 0.08), 0 1px 4px rgba(0, 16, 44, 0.08);
		opacity: 0;
		pointer-events: none;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
		transition: opacity 0.2s linear, top 0.25s step-end, -webkit-transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1);
		-webkit-transition: opacity 0.2s linear, top 0.25s step-end,
			-webkit-transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1);
		transition: transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1), opacity 0.2s linear, top 0.25s step-end;
		transition: transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1), opacity 0.2s linear, top 0.25s step-end,
			-webkit-transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1);
		-webkit-transform: translateY(-35px);
		transform: translateY(-35px);
	}
	.genesis-nav-menu.menu-primary .menu-item.menu-item-has-children:hover .sub-menu {
		/* top: 80%; */
		top: 100%;
		opacity: 1;
		pointer-events: all;
		transition: opacity 0.1s linear, top 0.25s step-start, -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.52, 1);
		-webkit-transition: opacity 0.1s linear, top 0.25s step-start,
			-webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.52, 1);
		transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.52, 1), opacity 0.1s linear, top 0.25s step-start;
		transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.52, 1), opacity 0.1s linear, top 0.25s step-start,
			-webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.52, 1);
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	.genesis-nav-menu.menu-primary .menu-item.menu-item-has-children:hover .sub-menu .sub-menu {
		top: -2000px;
	}
	.genesis-nav-menu.menu-primary
		.menu-item.menu-item-has-children
		.sub-menu
		.menu-item.menu-item-has-children:hover
		.sub-menu {
		top: 92%;
		-webkit-transform: translateY(-35px);
		transform: translateY(-35px);
	}
	.nav-primary .genesis-nav-menu.menu-primary .menu-item a {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		font-size: 1.5rem;
		font-weight: 700;
		color: #fff;
		height: 100%;
		background: transparent;
		border: none;
	}

	.nav-primary .genesis-nav-menu.menu-primary li.menu-item.menu-item-has-children ul.sub-menu li {
		width: 100%;
	}

	.nav-primary .genesis-nav-menu.menu-primary li.menu-item.menu-item-has-children ul.sub-menu li a {
		font-weight: 700;
		color: #fff;
		height: 100%;
		background: transparent;
		border: none;
		width: 100%;
	}
	.nav-primary .genesis-nav-menu.menu-primary li.menu-item.menu-item-has-children ul.sub-menu li a:hover {
		background-color: #433c36;
	}
}

/* Header Top Area
---------------------------------- */

.header-top-area {
	background: url(/wp-content/uploads/2020/10/faidley-background.png) repeat;
	padding: 2rem 0;
}

.header-top-area .wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-top-area .widget {
	margin: 0;
}

/* .header-top-area .widget:not(first-child) {
	margin-left: 2rem;
} */

.header-top-links {
	display: flex;
	align-items: center;
	padding: 0 1.5rem;
}

.header-top-item.header-top-ctas a:not(:last-child) {
	margin-right: 1.5rem;
}

@media only screen and (max-width: 960px) {
	.header-top-area .textwidget.custom-html-widget {
		padding: 0;
	}
	.header-top-links {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-end;
		/* flex-direction: column; */
		padding: 0;
		padding-bottom: 2rem;
	}
	.header-top-item.header-top-ctas a.button,
	.header-top-item.header-top-cart a.button {
		font-size: 1.4rem;
		padding: 8px 18px;
	}
	.header-top-item.header-top-cart {
		order: 0;
		margin-right: 1rem;
		/* margin-bottom: 0.8rem; */
	}
	.header-top-item.header-top-ctas {
		order: 1;
	}
	.header-top-item.header-top-cart a.cart-btn {
		margin-left: 0;
	}
	.header-top-area {
		padding: 2rem 0 4rem;
	}
}
	
	@media only screen and (max-width: 600px)  {
	.header-top-item.header-top-ctas a:not(:last-child) {
			margin-right: .5rem;
	}	
}

/* Home Page
---------------------------------- */

.front-page-widget {
	padding: 4rem 0;
}

.front-page-widget .widget:not(last-of-type) {
	margin: 0;
}

/* Front Page 1
---------------- */

.front-page-1.with-slider {
	padding: 0;
}

/* Front Page 2
---------------- */

.front-page-2 {
	padding: 3rem 0 0rem;
	background: #fefffe;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fefffe 0%, #f9f9f5 72%, #f1f1e8 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #fefffe),
		color-stop(72%, #f9f9f5),
		color-stop(100%, #f1f1e8)
	);
	background: -webkit-linear-gradient(top, #fefffe 0%, #f9f9f5 72%, #f1f1e8 100%);
}

.fp-slogan {
	font-family: 'museo';
	color: #654e2d;
	text-align: center;
	font-size: 2.4rem;
	position: relative;
}

.fp-slogan:after {
	display: block;
	content: "";
	width: 100%;
	height: 50px;
	background-image: url(/wp-content/uploads/2020/10/header_stars.png);
	background-position: center;
	background-repeat: no-repeat;
}

.fp-slogan p {
	margin: 0 0 0.5rem;
}

span.muted {
	font-size: 1.4rem;
	font-weight: 600;
	color: #b4a48d;
}

@media (max-width: 960px) {
	.fp-slogan {
    font-size: 1.8rem;
}
}

/* Front Page 3
---------------- */

.front-page-3 {
	padding: 0;
}

.front-page-3 .wrap {
	display: flex;
	padding: 3rem 1rem;
	background-color: #fff;
	border: 2px solid #eee;
}

.front-page-3 .wrap > .widget {
	flex: 1;
	background-color: #fff;
	padding: 0 2rem;
}

.front-page-3 h4.widget-title.widgettitle {
	background: url(/wp-content/uploads/2020/10/heading-bg.png) repeat;
	font-size: 2rem;
	color: #2c2525;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 45px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 1rem;
}

.home-business-hours > div {
	flex: 1;
}

.home-business-hours {
	display: flex;
	background: #292116;
	color: #fff;
	padding: 2rem 2rem;
}

h5.home-business-hours--header {
	font-weight: 600;
	font-size: 1.6rem;
}

.home-business-hours p {
	font-size: 1.4rem;
	font-weight: 600;
}

@media (max-width: 960px) {
	.front-page-3 .wrap {
    flex-wrap: wrap;
}

.front-page-3 .wrap > .widget {
    flex: 1 100%;
	    margin: 0 0 2rem;
}
}

@media (max-width: 600px) {
	.home-gallery .foogallery .fg-image {
    width: 100px;
}
.home-business-hours--left {
    display: none;
}
}

/* Home Slider
---------------- */

.home-slider-container {
	position: relative;
}

.slider-controls {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	margin: auto auto 0 auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.slick-prev,
.slick-next {
	width: 30px;
	height: 30px;
}

.slick-prev::before,
.slick-next::before {
	font-size: 30px;
	opacity: .85;
}

.home-slider-item {
	position: relative;
}

.home-slider-item--caption {
	display: block;
	position: absolute;
	z-index: 5;
	top: 20%;
	right: 5%;
	background: rgb(0 0 0 / 70%);
	color: #fff;
	min-width: 200px;
	max-width: 400px;
	padding: 2rem 3rem;
	opacity: 0;
	transition: 1.5s ease-in-out all;
}

.home-slider-item.slick-current.slick-active .home-slider-item--caption {
	opacity: 1;
}

.home-slider-item--caption h2 {
	font-family: 'museo';
	font-weight: 700;
}

.home-slider-item--caption p:last-of-type {
	margin: 0;
}

@media (max-width: 960px) {
	img.home-slider-item--image {
    height: 500px;
}
}

@media (max-width: 600px)  {
	img.home-slider-item--image {
    height: 400px;
}
.home-slider-item--caption {
    max-width: 325px;
    right: 20%;
    top: 10%;
}
.home-slider-item--caption h2 {
    font-size: 2.2rem;
}
.home-slider-item--caption p {
    font-size: 1.6rem;
}
}

/* Testimonial Slider
---------------------------------- */

.testimonial-slider-container {
	overflow: hidden;
	max-width: 350px;
	max-height: 225px;
	padding: 2rem 2rem;
	margin: 2rem 0 0;
	position: relative;
	background: url(/wp-content/uploads/2020/10/bg_testi.jpg) bottom right no-repeat #e8dfd0;
}

.testimonial-slider-container:before {
	content: "";
	display: block;
	height: 30px;
	width: 100%;
	background: url(/wp-content/uploads/2020/10/fs-small-quotes.png);
	background-repeat: no-repeat;
}

.testimonial-slider-item--output {
	display: block;
	margin: 0 0 1rem;
	display: block;
	margin: 0 0 1rem;
	font-size: 1.6rem;
	line-height: 1.2;
}

.testimonial-slider-item--author {
	color: #7b6655;
	font-weight: 600;
	font-size: 1.4rem;
}

@media (max-width: 600px) {
	.testimonial-slider-container {
		max-width: 300px;
	}
}

/* Contact Page
---------------------------------- */

span.contact-main-item--label {
	text-transform: uppercase;
	font-weight: 600;
	color: #555;
}

p.contact-main-item {
	font-size: 1.6rem;
	margin: 0 0 2rem;
}

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

iframe {
	border: none;
}

/* Regular Recipe List
---------------------------------- */

.regular-recipe-list-item {
	display: block;
	border-top: 1px solid #ddd;
	padding: 3rem 5px;
}

h5.regular-recipe-list-item--name {
	font-size: 1.8rem;
	color: #222;
	margin: 0 0 2rem;
}

p.regular-recipe-list-item--description {
	display: block;
	margin: 1.5rem 0 1.5rem;
	padding: 0;
	font-size: 1.6rem;
}

.regular-recipe-list-item--cta {
	display: block;
	text-align: right;
}

/* Current Menu 
---------------------------------- */

.current-menu-category {
	padding: 0 1rem;
}

h4.current-menu-category--name {
	color: #5e5e5e;
	font-size: 2.3rem;
}

ul.current-menu-category--items {
	margin: 0;
}

li.current-menu-category--item {
	display: block;
	list-style-type: none !important;
	margin: 1.5rem 0;
	font-size: 1.4rem;
	padding: 0 2px;
	color: #5e5e5e;
	font-weight: 600;
}

span.current-menu-category--item-name {
	display: block;
}

span.current-menu-category--item-description {
	display: block;
	font-size: 1.2rem;
	margin-top: 0.5rem;
	color: #777;
}

.current-menu-category--note p {
	margin: 1.5rem 0;
	font-size: 1.4rem;
	padding: 0 2px;
	color: #444;
}

/* Contact Info
---------------------------------- */

.contact-info--item {
	display: flex;
	align-items: flex-start;
	margin: 0 0 1rem;
}

.contact-info--item-icon {
	margin-top: 2px;
	margin-right: 1rem;
}

.contact-info--item-icon svg {
	font-size: 1.6rem;
}

.contact-info--item-output > span {
	display: block;
}

.home-contact-info.contact-info {
	padding-top: 0.5rem;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 1rem;
}

.contact-info--item-output {
	color: #212020;
}
.contact-info--item-output a {
	font-weight: 600;
	text-decoration: none;
}

/* Recipe Single
---------------------------------- */

.recipe-single--header {
	display: block;
	margin: 0 0 2rem;
}

/* Recipe List
---------------------------------- */

a.recipe-list-item {
	display: block;
	text-decoration: none;
	color: #2c2525;
	padding: 1rem 0.5rem;
	border-bottom: 1px solid #e9e9e9;
}

a.recipe-list-item:hover {
	background: #f5f5f5;
}

.recipe-list .recipe-list-item:nth-child(even) {
	background: #f9f9f9;
}

h4.recipe-list-item--title {
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -.01em;
	margin: 0 0 0.5rem;
	line-height: 1;
}

span.recipe-list-item--description {
	display: block;
	color: #606060;
	font-size: 1.1rem;
}

/* Testimonial List
---------------------------------- */

.testimonial-list-item {
	display: block;
	margin: 0 0 4rem;
}

.testimonial-list-item--output {
	padding: 15px 20px;
	background: #f9f9f9;
	border: 1px solid #efefef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 12px;
	font-size: 1.2rem;
}

.testimonial-list-item--author {
	display: block;
	text-align: right;
	font-size: 1.2rem;
	color: #333;
}

/* Accolade List
---------------------------------- */

ul.testimonial-list {
	margin-left: 35px;
}

li.accolade-list-item {
	font-size: 1.6rem;
	margin: 0 0 1.5rem;
}

/* Socials
---------------------------------- */

.social-icons--container {
	display: flex;
	align-items: center;
}

.social-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #d2cdc2;
	margin-right: 1rem;
	font-size: 2.25rem;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	position: relative;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/* .social-icon::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: rgb(213 208 197);
    border: 1px dashed #fff;
    position: absolute;
    border-radius: 50%;
    margin: auto;
    top: 0;
    bottom: 0px;
    left: 0;
    opacity: 0.5;
    right: 0;
} */

.social-icon a {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	color: #6b5b48;
	width: 90%;
	height: 90%;
	z-index: 5;
	border-radius: 50%;
	border: 1px dashed #fff;
}

.social-icon:hover {
	background: #bf2420;
}

.social-icon:hover a {
	background: #bf2420;
	color: #fff;
}

.header-top-item.header-top-socials .social-icons--container {
	margin-right: 1.5rem;
}

@media (max-width: 960px) {
	.social-icons--container {
		display: none;
	}
	.social-icon {
    height: 32px;
    width: 32px;
    font-size: 1.6rem;
}
}

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

footer.site-footer a {
	color: #fff;
}

/* WooCommerce CSS
---------------------------------- */

h1.woocommerce-products-header__title.page-title {
	font-size: 3rem;
}

section.related.products {
	display: block;
	margin: 1rem 0;
	padding: 2rem 0 0rem;
	clear: both;
}

span.woocommerce-Price-amount.amount {
	color: #69727b;
	font-weight: 600;
}

span.breadcrumb-sep {
	padding: 0 3px;
}

a.breadcrumb-link {
	font-weight: 600;
}

.woocommerce .col-1,
.col-2 {
	max-width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	max-width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-weight: 600;
    font-size: 0.9em;
}

span.info-popover {
    color: #993300;
    cursor: pointer;
    font-size: 1.4rem;
}

span.info-popover:focus {
    outline: none;
}

.popover-body {
    font-size: 1.3rem;
    padding: 0.7rem 1.2rem;
    background: #f9f6f3;
    font-weight: 500;
    color: #333;
}

p.shipping-policy-info {
    font-size: 1.6rem;
    color: #333;
    margin: 0 0 1.5rem;
}

p.shipping-policy-info a {
    font-weight: 600;
    font-size: 1.5rem;
}

.woocommerce .woocommerce-result-count {
    margin-top: 1rem;
    display: block;
    height: 100%;
}

.woocommerce .woocommerce-ordering select {
    padding: 8px;
}

.woocommerce ul.products li.product a img {
    border-radius: 2px;
    box-shadow: 0px 4px 10px -3px rgb(0 0 0 / 20%);
}

.header-top-item.header-top-cart a.cart-btn {
	display: flex;
    align-items: center;
    margin-left: 1.5rem;
    background-color: #b33c00;
    color: #fff;
    border-color: #993300;
}

.header-top-item.header-top-cart a.cart-btn:hover {
    background-color: #cc4400;
    color: #fff !important;
}

span.cart-btn--count {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px 3px;
    background: #ffffff;
    color: #222;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 3px;
    line-height: 1;
    margin-left: 8px;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 45%);
}

.woocommerce .select2-container .select2-selection--single {
    height: 44px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}

.woocommerce .select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
    border-radius: 0;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
}

.woocommerce form .form-row label {
    font-weight: 600;
    font-size: 1.6rem;
    color: #444;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
    font-size: 1.6rem;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
    font-size: 1.6rem;
}

.address-field span.optional {
    display: none;
}

.woocommerce ul.order_details li > strong {
    font-size: 1.2em !important;
}

p.important-note {
    display: block;
    background: rgb(180 61 2 / 85%);
    border: 1px solid #993300;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    padding: 0.3rem 1rem 0.5rem;
    border-radius: 2px;
    font-size: 1.6rem;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 20%);
    text-shadow: 0px 1px 2px rgb(0 0 0 / 15%);
}


p.important-note span {
    font-weight: 600;
}

.woocommerce form .form-row.voucher-checkbox {
    background: #ffe7dc;
    border: 1px solid #cb4401;
    padding: 5px 10px;
    margin: 6px 3px 6px;
}


.woocommerce form .form-row.voucher-checkbox .woocommerce-input-wrapper label {
    color: #b43d02;
	    line-height: 1;
}


.woocommerce form .form-row:not(.voucher-checkbox) .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: .5em 0 0;
    clear: both;
    display: none;
    position: relative;
}

.woocommerce form .form-row.voucher-checkbox .woocommerce-input-wrapper .description {
    display: block !important;
    background: transparent;
    color: #333;
    border-radius: 0;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
    height: 100% !important;
}

.woocommerce form .form-row.voucher-checkbox .woocommerce-input-wrapper .description:before {
    display: none;
}

.woocommerce form .wooccm-conditional-child.delivery-date-field {
    display: block;
}

.checkout-voucher-notice .woocommerce-message {
    box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 20%);
}

.checkout-voucher-notice .woocommerce-message span {
    font-weight: 600;
    color: #333;
    font-size: 1.6rem;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-disabled, .ui-widget-content .ui-state-disabled {
    width: auto;
}

.woocommerce-shipping-fields__field-wrapper {
    margin-bottom: 5rem;
}

h3#order_review_heading {
    margin-top: 5rem;
}

.woocommerce form .form-row.voucher-checkbox .description a {
    margin-top: 3px;
    color: #b43d02 !important;
    font-weight: 600 !important;
    display: block;
}

@media only screen and (max-width: 960px) {
	.woocommerce-checkout-review-order tfoot tr > th {
		font-size: 1.6rem;
	}
	tr.cart_item > td {
		font-size: 1.5rem;
	}
	.woocommerce-checkout #payment ul.payment_methods {
		padding: 0;
	}
	.woocommerce ul#shipping_method > li {
		font-size: 1.4rem;
	}
}

/* PUM CSS
---------------------------------- */

.pum.pum-overlay.pum-theme-lightbox .pum-container.popmake {
    padding: 2rem 3rem 2.5rem;
    border: 3px solid rgb(179 60 0 / 85%);
}

.pum.pum-overlay.pum-theme-lightbox .pum-container.popmake .pum-title {
    text-align: center;
    font-weight: 600;
}

.pum.pum-overlay.pum-theme-lightbox .pum-container.popmake .pum-content.popmake-content {
    text-align: center;
    line-height: 1.35;
}

.pum.pum-overlay.pum-theme-lightbox .pum-container.popmake img.voucher-cta-image {
    display: block;
    max-width: 400px;
    margin: 0 auto;
}

/* Notification Bar CSS
---------------------------------- */

@media (max-width: 960px) {
	div#wpfront-notification-bar {
        padding: 0.3rem 1rem 0.5rem;
}
div#wpfront-notification-bar .banner-message {
    white-space: normal;
    word-break: break-word;
    line-height: 1.2;
}
div#wpfront-notification-bar .wpfront-button {
    margin-top: 8px;
}
}


.woocommerce .cart a.button.wc-backward {
    padding: 15px 30px;
}

.saturday-delivery-notice {
    display: block;
    width: 48%;
    margin: 0.5rem 0 0 auto;
    padding-left: 2rem;
    font-size: 1.4rem;
}

.saturday-delivery-notice p {
    padding: 0;
}


/* End 321 CSS
---------------------------------------------------------------------------------------------------- */

/* 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;
		top: -100px;
	}

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


.banner-message a {
	color: #fff;
	text-decoration: underline;
	font-weight: 700;
}

.small {
    font-size: 0.7em;
}

.faidleys-message {
	display: block;
	width: 90%;
	margin: 0 auto 3rem;
	background: whitesmoke;
	padding: 1rem 2rem;
	border-top: 3px solid #f0b223;
}

.faidleys-message p {
	margin: 0;
}