/* Genesis Framework
Theme Name: Alton Brown
Template: genesis
*/

/* 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: #fff;
	color: #333;
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	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;
}

a {
	color: #0073e5;
	text-decoration: underline;
	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-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: 30px;
}

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

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

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

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

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

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: #fff;
	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;
}

:-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: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

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: #0073e5;
	border-width: 0;
	color: #fff;
}

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

.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: 30px;
	margin-bottom: 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-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: 14px;
	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: 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-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;
	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;
}

/* 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;
	width: 100%;
}

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

.genesis-responsive-menu {
	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;
	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;
	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: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	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;
	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-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 {
	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 {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	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: #fff;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 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
	--------------------------------------------- */

	.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 {
		max-width: 1140px;
	}

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

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

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

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

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

}

/* CUSTOM */

:focus {
	outline: none;
}

.wps-items.wps-items-list, .wps-products-price {
	display: inline-block;
}

.wps-products-all img.wps-product-image.lazyload {
    width: 100%;
	height: 350px;
	object-fit: cover;
}

.wps-product-single div#product_gallery {
	position: sticky;
	top: 90px;
}

.wps-quantity-input.wps-quantity-label-wrapper {
	display: none;
}

span.wps-products-price.wps-product-pricing.wps-products-price-one {
	margin: 0 !important;
}

#related-recipes, #related-products, #featured-things {
	background-color: #C0D4D5;
	text-align: center;
	padding: 2em 0;
	position: relative;
	z-index: 1000;
	margin-top: -2px;
}
#related-products {
	background-color: #D97056 !important;
}
#related-products .site-inner {
	max-width: 1140px !important;
}
.single-wps_products .site-inner {
	max-width: none !important;
	padding: 0 !important;
}
.related-recipe-item, .popular-recipe-item, .related-product-item, .related-video-item, .featured-thing-item {
	width: 30%;
	margin: 1em 10px;
	display: inline-block;
	vertical-align: top;
}

.related-product-item {
	text-align: center;
}

.related-recipe-item img, .recipe-item img, .related-video-item img, .featured-thing-item img {
	height: 200px;
	width: 400px;
	object-fit: cover;
}

@media screen and (max-width: 768px){
	.related-recipe-item img, .recipe-item img, .related-video-item img, .featured-thing-item img {
		width: 100%;
	}
}

.recipe-item:hover > .recipe-item-detail > a > h4, .blog-item:hover > .blog-item-detail > a > h4, .video-item:hover > .video-item-detail > a > h4, .favorite-item:hover > .favorite-item-detail > a > h4, .news-item:hover > .news-item-detail > a > h4 {
	text-decoration: underline;
}

.recipe-item-detail p {
	text-decoration: none !important;
}

.related-product-item .wps-gallery-featured-wrapper img {
	height: 250px !important;
	width: 250px !important;
	object-fit: cover;
	margin: 0 auto;
}

#related-recipes .site-inner, #related-products .site-inner, #featured-things .site-inner {
	max-width: 1140px;
}

.recipe-item, .blog-item, .video-item, .book-item, .favorite-item {
	width: 20%;
    display: inline-block;
	vertical-align: top;
    margin: 1em 15px 1em 15px;
}

@media screen and (max-width:1230px) and (min-width: 992px){
	.recipe-item, .blog-item, .video-item, .book-item, .favorite-item {
		width: 30%;
	}
}

@media screen and (max-width: 991px) and (min-width: 769px){
	.recipe-item, .blog-item, .video-item, .book-item, .favorite-item {
		width: 40%;
	}
}

.related-video-item-detail {
	text-align: center !important;
}

.news-item {
	background-color: white;
	margin: 30px 0;
	text-align: left;
}

.news-item img {
    display: inline-block;
    width: 30%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
	max-height: 250px;
}

@media screen and (max-width: 768px){
	.news-item img {
		max-height: 250px;
		width: 100% !important;
	}
	.news-item-detail {
		width: 100% !important;
		padding: 15px 0 !important;
	}
}

.news-item-detail {
    width: 60%;
    display: inline-block;
    margin-left: 15px;
	vertical-align: middle;
}

.related-recipe-item-detail, .recipe-item-detail, .blog-item-detail, .video-item-detail, .related-video-item-detail, .featured-thing-item-detail {
	background-color: white;
	text-align: left;
	padding: 1em;
	overflow: hidden;
}

.recipe-item-detail h4:hover {
    text-decoration: underline;
}

.related-recipe-item-detail, .featured-thing-item-detail {
	height: 130px;
}

.page-template-cook-template .recipe-item-detail {
	height: 130px;
}

.page-template-blog-template .blog-item-detail {
	height: 200px;
}

.related-video-item-detail, .video-item-detail  {
	height: 230px;
}

.related-recipe-item-detail p, .recipe-item-detail p, .blog-item-detail p, .news-item-detail p, .video-item-detail p, .related-video-item-detail p, .favorite-item-detail p, .featured-thing-item-detail p {
	font-size: 80%;
	text-transform: uppercase;
	color: #D97056;
	margin-bottom: 0;
	font-family: prestige-elite-std, monospace;
	font-weight: 700;
}

.news-item-detail p {
	font-weight: 400 !important;
	font-size: 100% !important;
	text-transform: capitalize !important;
}

.news-tagline {
	margin-top: 50px !important;
}

.page-template-blog-template .blog-item-detail h4:hover, .news-item-detail h4:hover, .video-item-detail h4:hover, .favorite-item-detail h4:hover, .related-video-item-detail h4:hover, .book-item-detail h4:hover {
	text-decoration: underline;
}

.related-recipe-item-detail h4, .recipe-item-detail h4, .blog-item-detail h4, .news-item-detail h4, .video-item-detail h4, .related-video-item-detail h4, .book-item-detail h4 {
	margin-bottom: 0;
	font-family: WindsorBTWXX-Roman;
	font-size: 24px;
}

.featured-thing-item-detail h4, .favorite-item-detail h4 {
	font-family: WindsorEloD;
	font-size: 48px;
}

.related-baseboard {
	width: 100%;
	height: 30px;
	position: relative;
	z-index: 1000;
}

.nav-item {
	display: inline-block;
	color: white;
	vertical-align: middle;
	padding: 0 25px;
}

.nav-section {
	padding: 0 !important;
}

.nav-item a {
	text-decoration: none;
}

.cook-nav, .shop-nav {
	font-size: 3em;
	font-family: WindsorEloD;
	padding-top: 10px;
}

#header {
	background-image: url('/wp-content/uploads/2020/06/AB_Header-BG-1-1.jpg');
	background-size: cover;
	padding: 10px 0;
	text-align: center;
}

.logo-nav-desktop img {
	width: 90%;
	margin-top: -5px;
}

.home-scroll-header .nav-item {
    font-size: 1.5em;
}

#home-scroll-header {
    position: fixed;
    top: 0;
    background-image: url('/wp-content/uploads/2020/06/AB_Header-BG-1-1.jpg');
	background-size: cover;
    padding: 0;
    height: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 300ms linear;
}

#home-scroll-header.home-header-active {
	padding: 0;
    height: 90px;
	width: 100%;
    opacity: 1;
    z-index: 10000;
    transition: opacity 300ms linear;
}

#search-popup, #menu-popup {
	display: none;
	height: 0%;
	z-index: 10000;
	width: 0%;
	text-align: center;
}

.search-nav, .burger {
	cursor: pointer;
	margin-top: -10px;
}

#search-inner, #menu-inner {
	border: 15px solid black;
	background-color: #F9F6EC !important;
	width: 90%;
	margin: -15px auto 0 auto;
}

@media screen and (min-width: 768px){
div.is-ajax-search-details, div.is-ajax-search-result {
	position: fixed !important;
}
}

@media screen and (min-width: 1430px) {
	#search-inner, #menu-inner {
		width: 60%;
	}
	.menu-pull {
		width: 62% !important;
	}
}

#search-inner {
	height: 90vh;
}

.search-show, .menu-show {
	display: block !important;
	position: fixed;
	width: 100% !important;
	height: 100% !important;
	overflow-y: scroll;
	z-index: 100;
	top: -300%;
	transition: top 1s ease, background-color 1s ease 1s;
	background-color: rgba(0,0,0,0);
	-ms-overflow-style: none;
  	scrollbar-width: none;
}

.search-show::-webkit-scrollbar, .menu-show::-webkit-scrollbar {
	display: none;
  }

.search-form {
    overflow: hidden;
    position: relative;
    top: 5%;
    margin: 0 auto;
	text-align: center;
}

.search-field {
	background: none;
	border: none;
	border-bottom: 2px solid black !important;
	width: 50%;
}

.search-field:focus {
	border: none;
	border-bottom: 2px solid black !important;
}

.search-form h1 {
	margin-bottom: 0;
	margin-right: 10px;
	display: inline-block;
	font-family: WindsorEloD;
	font-size: 4em;
}

.search-field, .search-form h1 {
    vertical-align: top;
}

#search-header img, #menu-header img {
	display: block;
	margin: 2em auto 0 auto;
}

@media screen and (min-width: 991px){
	#search-close-menu {
		top: 6% !important;
		left: 31% !important;
	}
	#search-close {
		top: 6% !important;
		right: 31% !important;
	}
}

@media screen and (max-width: 768px){
	#search-close-menu {
		left: 5% !important;
	}
	#search-close {
		right: 5% !important;
	}
}

#search-close{
	position:absolute;
	top: 1em;
	right: 23%;
	font-size: 2em;
	cursor: pointer;
}

#search-close-menu {
	position:absolute;
	top: 1em;
	left: 23%;
	font-size: 2em;
	cursor: pointer;
}

#search-close-menu img, #search-close img {
	margin: 0 !important;
}

#menu-cook-container-desktop, #menu-cook-container-mobile {
	text-align: center;
	margin: 2em auto 0 auto;
	width: 90%;
}

#popup-main-menu {
	margin: -1em auto 0 auto;
}

#menu-cook-container-desktop {
	display: block;
}

#menu-cook-container-mobile {
	display: none;
}

.menu-pull {
	margin-top: -2px;
    width: 92%;
    max-width: none;
}

#cook-menu-popup, #cook-category-menu {
	display: inline-block;
}

#cook-menu-popup, #cook-menu-popup-mobile {
	margin-right: 25px;
	margin-bottom: 0;
	color: black;
	font-family: WindsorEloD;
	font-size: 6em;
	display: none;
}

#cook-menu-desktop {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 0;
	color: black;
	text-decoration: none;
	font-family: WindsorEloD;
	font-size: 6em;
}

#cook-menu-popup li, #cook-menu-popup-mobile li {
	display: inline-block;
	margin-right: 10px;
}

#cook-category-menu, #cook-category-menu-mobile {
	text-transform: capitalize;
	width:70%;
	text-align: left;
	font-family: schoolbook;
}

#cook-category-menu a, #cook-category-menu-mobile a {
	color: black;
	text-decoration: none;
	font-size: 1.5em;
}

.slash {
	font-size: 1.5em;
}

#cook-category-menu a:hover, #cook-category-menu-mobile a:hover {
	text-decoration: underline;
}

#cook-category-menu .slash:last-child, #cook-category-menu-mobile .slash:last-child {
	display: none;
}

@media screen and (max-width: 768px){
	#cook-category-menu-mobile {
		width: 80%;
		margin: 0 auto 2em auto !important;
		text-align: center !important;
	}
	#menu-cook-container-desktop {
	display: none;
}

#menu-cook-container-mobile {
	display: block;
}
}

#popup-main-menu li {
    display: inline-block;
    margin: 0 20px;

}

#popup-main-menu li a {
	color: black;
	text-decoration: none;
	font-family: WindsorEloD;
	font-size: 6em;
	line-height: 1.3;
	text-transform: uppercase;
}

.site-container {
	background-color: #FCF3D4;
}

.header-inner {
	padding-top: 0 !important;
}

.category-container {
	text-align: center;
	padding: 3em 0;
}

.category-container a {
	color: black;
	text-decoration: none;
}

.footer {
	background-color: #210C04;
	text-align: center;
	position: relative;
	z-index: 1000;
}

.footer-column {
	display: inline-block;
	vertical-align: middle;
}

.footer-left, .footer-right {
	width: 25%
}

.footer-center {
	width: 40%;
}

.footer-inner {
	width:100%;
	margin: 0 auto;
	padding: 2em 0;
}

.footer-left li {
	font-family: WindsorBTWXX-Roman;
	font-size: 1.2em;
	line-height: 1.2em;
	text-transform: uppercase;
}

.footer-social img, .popup-social img {
	margin: 0 10px;
}

.footer-social img {
	width: 30px;
}

.popup-social {
	text-align: center;
	margin: 2em 0 4em 0;
}

.footer ul {
	columns: 2;
	text-align: left;
	display: inline-block;
	list-style-type: none;
}

.footer-inner h3 {
	color: #C0D4D5;
	letter-spacing: 1px;
}

.footer a {
	color: #C0D4D5;
	text-decoration: none;
	letter-spacing: 1px;
}

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

.sub-footer-mobile a {
	color: #000;
}

.footer-center input {
	background: none;
	border: none;
	border-bottom: 2px solid #C0D4D5 !important;
	color: #C0D4D5;
	margin-bottom: 1em;
	padding-left: 0;
	font-family: schoolbook;
	font-size: 1em;
	letter-spacing: 1px;
}

.footer-center input::placeholder {
	color: #C0D4D5;
	font-family: schoolbook;
}

.footer-center button {
	background-color: #C0D4D5;
	border-radius: 0;
	font-family: WindsorBTWXX-Roman;
	font-size: 1.3em;
	color: #210C04;
	letter-spacing: 1px;
}

.footer-center button:hover {
	background-color: #ddf4f5;
}

.sub-footer {
	background-color: black;
	color: white;
	text-align: center;
	font-family: schoolbook;
	font-size: 80%;
	padding: 5px;
}

.sub-footer-mobile {
	display: none;
}

.footer-group-mobile {
	display: none;
}

.footer-inner h3 {
	font-family: WindsorEloD;
	font-size: 2.5em;
}

.desc-cutoff {
	max-height: 150px;
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	transition: max-height 300ms;
}

.read-more, .read-less {
	color: #D97056;
	cursor: pointer;
}

.read-less {
	display: none;
}



#related-recipes h3, #related-videos h3, #featured-things h3 {
	font-family: WindsorEloD;
	font-size: 2.5em;
}

#related-videos h3 {
	text-align: center;
}

.related-recipe-item-detail a, .news-item-detail a, .related-video-item-detail a, .recipe-item-detail a, .video-item-detail a, .favorite-item-detail a, .featured-thing-item-detail a {
	color: black;
	text-decoration: none;
}

.news-date {
	font-family: proxima-nova !important;
	font-style: italic;
	color: black !important;
}

#header .site-inner {
	padding-top: 0;
}

.logo-nav-mobile {
	display: none !important;
}

.recipes-template .site-inner {
	max-width: none;
	padding: 60px 0 0;
}

.page-template-blog-template .blog-item-detail, .video-item-detail, .favorite-item-detail {
	text-align: center !important;
	padding: 1em !important;
}

.video-item img {
	width: 400px;
	height: 200px;
	object-fit: cover;
}

.favorite-item img {
	width: 300px;
	height: 300px;
	object-fit: contain;
}

.page-template-blog-template .blog-item img {
	height: 200px;
	object-fit: cover;
}

.page-template-blog-template h1, .page-template-books-template h1 {
	font-family: WindsorEloD;
	font-size: 4em;
}

.video-description, .favorite-description {
	font-family: proxima-nova !important;
	color: black !important;
	text-transform: none !important;
	font-weight: 400 !important;
	margin-top: 15px;
}

@media screen and (max-width: 768px){
	.related-product-item {
	width: 90%;
	display: block;
	margin: 25px auto;
}
}
.blog-tagline, .news-tagline, .video-tagline, .favorite-tagline {
	font-family: proxima-nova, sans-serif !important;
	font-weight: 400 !important;
	color: black !important;
	text-transform: initial !important;
	font-size: 100% !important;
	line-height: 100%;
	margin-top: 10px;
}

.blog-sidebar img, .news-sidebar img, .sidebar-options img {
	display: inline-block;
	width: 30%;
	height: auto;
	vertical-align: middle;
}

.blog-sidebar .related-recipe-item .related-recipe-item-detail, .blog-sidebar .popular-recipe-item .popular-recipe-item-detail, .sidebar-options .related-recipe-item .related-recipe-item-detail, .sidebar-options .popular-recipe-item .popular-recipe-item-detail {
	display: inline-block;
	background-color: transparent;
	width: 65%;
	vertical-align: middle;
}

.sidebar-bottom {
	margin-top: 2em;
}

.news-sidebar .related-product-item .related-product-item-detail, .sidebar-options .related-product-item .related-product-item-detail {
	display: inline-block;
	background-color: transparent;
	width: 100%;
	vertical-align: middle;
}

.blog-sidebar h4, .sidebar-options h4 {
	font-size: 1.75em;
	font-family: WindsorEloD;
	color: black;
}

.news-sidebar h4, .sidebar-options h4 {
	font-size: 1.25em;
	font-family: WindsorBTWXX-Roman;
	color: black;
	margin-bottom: 0;
}

.blog-sidebar a, .news-sidebar a, .sidebar-options a {
	text-decoration: none;
}

.news-baseboard {
	display: none;
}

@media screen and (max-width: 991px){
	.news-sidebar, .news-container, .sidebar-options {
		width: 100% !important;
		display: block !important;
		position: relative !important;
	}
	.news-sidebar, .sidebar-options {
		background-color: #D97056 !important;
		margin: 0 !important;
		top: 0 !important;
	}
	.blog-sidebar {
		margin: 0 !important;
		top: 0 !important;
	}
	.news-baseboard {
		display: block;
	}
	.related-video-item, .video-item, .favorite-item {
		width: 95% !important;
		margin: 1em auto !important;
	}
	.related-video-item img, .video-item img, .favorite-item img {
		width: 100% !important;
		height: auto !important;
		max-height: 500px !important;
	}
	#related-videos {
		margin-top: 3em;
	}
}

.page-template-videos-template .category-container h1, .page-template-favorite-things-template .category-container h1 {
	font-family: WindsorBTWXX-Roman;
	font-size: 2em;
	text-align: center;
}

.blog-sidebar p, .news-sidebar p, .sidebar-options p {
	font-size: 80%;
    text-transform: uppercase;
    color: #D97056;
    margin-bottom: 5px;
    font-family: prestige-elite-std, monospace;
    font-weight: 700;
}

.blog-sidebar .related-recipe-item, .blog-sidebar .popular-recipe-item, .news-sidebar .related-product-item, .sidebar-options .related-recipe-item, .sidebar-options .popular-recipe-item, .sidebar-options .related-product-item {
	display: block;
	width: 100%;
}

.news-sidebar .related-product-item, .sidebar-options .related-product-item {
	padding-bottom: 0 !important;
	margin: 25px auto !important;
}

.blog-sidebar .popular-recipe-item-detail, .blog-sidebar .related-recipe-item-detail, .sidebar-options .popular-recipe-item-detail, .sidebar-options .related-recipe-item-detail {
	padding: 1em 0.5em;
}

.blog-sidebar .related-recipe-item-detail, .news-sidebar .related-product-item-detail, .sidebar-options .related-recipe-item-detail, .sidebar-options .related-product-item-detail {
	height: auto;
}

.related-product-item-detail h4 {
	font-family: 'WindsorBTWXX-Roman';
	color: #000000;
	font-size: 24px;
}

.related-product-item-detail a {
	text-decoration: none;
}

.blog-prev a span:hover, .blog-next a span:hover, .news-prev a span:hover, .news-next a span:hover {
	text-decoration: underline;
}

.blog-sidebar .popular-recipe-item-detail h4, .blog-sidebar .related-recipe-item-detail h4, .sidebar-options .popular-recipe-item-detail h4, .sidebar-options .related-recipe-item-detail h4 {
	margin-bottom: 0;
}

.blog-sidebar .popular-recipe-item:last-child, .blog-sidebar .related-recipe-item:last-child, .sidebar-options .popular-recipe-item:last-child, .sidebar-options .related-recipe-item:last-child {
	border-bottom: none !important;
}

.blog-container, .news-container {
	width: 70%;
	display: inline-block;
	vertical-align: top;
	padding: 25px 70px;
}

.news-sidebar, .sidebar-options, .blog-sidebar {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	background-color: #FCF3D4;
	position: sticky;
	right: 0;
	top: 90px;
	margin-left: calc(100vw / 22.5);
	height: 100%;
	padding: 25px;
	border-left: 1px solid black;
}

@media screen and (max-width: 991px){
	.blog-container {
		min-height: 0 !important;
	}
}

.blog-arrow-prev, .blog-arrow-next, .news-arrow-prev, .news-arrow-next {
	margin: 0 1em;
	font-size: 42px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -25px;
}

@media screen and (max-width: 1170px) {
	.blog-arrow-prev, .blog-arrow-next, .news-arrow-prev, .news-arrow-next {
		margin: -25px 20px 0 20px !important;
	}
}

@media screen and (max-width: 991px) {
	.blog-nav, .news-nav {
		display: none;	
	}
}

.blog-container li, .news-container li {
/* 	list-style-type: disc; */
	margin-left: 40px;
	margin-bottom: 15px;
}

.blog-container h2, .news-container h2 {
	font-family: WindsorBTWXX-Roman;
	font-size: 2em;
}

.news-container h1 {
	font-size: 4em;
	text-align: center;
	font-family: WindsorEloD;
}

.blog-category, .news-category, .video-category, .favorite-category {
	font-family: prestige-elite-std;
	font-weight: 700;
	color: #D97056;
	text-transform: capitalize;
}

.video-container, .favorite-container {
	margin-top: 3em;
}

.blog-category a, .news-category a, .video-category a, .favorite-category a {
	color: inherit;
	text-decoration: none;
}

.blog-info, .news-info, .video-info, .favorite-info {
	text-align: center;
}

.blog-info h1, .news-info h1, .video-info h1, .favorite-info h1 {
	font-family: WindsorEloD;
	font-size: 4em;
	margin-bottom: 0;
}

.blog-info .date, .news-info .date, .video-info .date, .favorite-info .date {
	font-style: italic;
}

.blog-img img, .news-img img {
	margin-bottom: 3em;
}

.favorite-img {
	margin-top: 2em;
	margin-bottom: 2em;
}

.news-img img {
	width: 100%;
	max-height: 800px;
	object-fit: cover;
}

@media screen and (max-width: 768px){
	.news-img img {
		max-height: 400px !important;
	}
}

.single-altons_blog .site-container, .single-news .site-container, .single .site-container {
	background-color: white;
}

.single-altons_blog .site-inner, .single-news .site-inner, .page-template-news-template .site-inner, .page-template-blog-template .site-inner, .page-template-cook-template .site-inner, .page-template-videos-template .site-inner, .single-videos .site-inner, .single .site-inner, .page-template-books-template .site-inner, .single-books .site-inner, .page-template-favorite-things-template .site-inner {
	max-width: none;
	padding: 0;
	position: relative;
}

.blog-sidebar h3, .news-sidebar h3, .sidebar-options h3 {
	font-family: WindsorEloD;
	font-size: 42px;
	border-bottom: 2px solid black;
}

.blog-sidebar h3:nth-of-type(2) {
    margin-top: 1em;
}

.news-sidebar h3, .sidebar-options h3 {
	border-bottom: none !important;
	text-align: center;
}

.blog-sidebar .related-recipe-item, .blog-sidebar .popular-recipe-item, .news-sidebar .related-product-item, .sidebar-options .related-recipe-item, .sidebar-options .popular-recipe-item, .sidebar-options .related-product-item {
	margin: 0;
}

.blog-nav, .news-nav {
	border-top: 2px solid black;
	margin-top: 1em;
	padding-top: 1em;
	text-align: center;
}

.blog-nav .nav-text, .news-nav .nav-text {
	font-family: WindsorEloD;
	font-size: 2.5em;
	width: 45%;
}

.blog-nav-section, .news-nav-section {
	display: inline-block;
	vertical-align: middle;
}

.blog-next, .blog-prev, .news-next, .news-prev {
	display: inline-block;
	position: relative;
	top: -5px;
	width: 25%;
}

.blog-nav a, .news-nav a {
	color: black;
	text-decoration: none;
	font-family: WindsorBTWXX-Roman;
	font-size: 1.5em;
	display: inline-block;
	vertical-align: middle;
}

.blog-social, .news-social {
	margin-bottom: 2em;
}

.blog-social a, .news-social a {
	margin: 0 10px;
}

.home-header-active .logo-nav-desktop.nav-item img {
	-webkit-filter: none !important;
	filter: none !important;
}

@media screen and (max-width: 991px) {
	.wprm-recipe-template-ab-recipe-template-left {
		border-right: none !important;
	}
}

@media screen and (min-width: 991px) {

.wprm-recipe-template-ab-recipe-template-left {
	position: fixed;
	height: calc(100vh - 90px) !important;
	top: 95px;
	width: 25%;
	overflow-y: scroll;
}

.wprm-recipe-template-ab-recipe-template-left::-webkit-scrollbar-thumb {
    background-color: #D97056;
	border: 1px solid black;
	border-right: none;
}
.wprm-recipe-template-ab-recipe-template-left::-webkit-scrollbar, .wprm-recipe-template-ab-recipe-template-left::-webkit-scrollbar-track, .wprm-recipe-template-ab-recipe-template-left::-webkit-scrollbar-thumb {
    width: 6px;
}
.wprm-recipe-template-ab-recipe-template-left::-webkit-scrollbar-track {
	background-color: #D9D2BD;
}

.wprm-recipe-template-ab-recipe-template-right {
	width: 70%;
	flex: none;
	margin-left: 28%;
}
}

@media screen and (max-width: 991px){
	.blog-sidebar, .sidebar-options {
		position: relative;
		display: block;
		width: 100%;
	}
	.blog-container, .news-container {
		width: 100%;
		padding: 25px;
	}
}

@media screen and (max-width: 768px) {
	.search-show, .menu-show {
		width: 100% !important;
		left: 0%;
		height: 100vh;
		width: 100vw;
		overflow-y: hidden;
	}
	#search-inner, #menu-inner {
		border: none;
		background-color: #FBE587 !important;
		height: 100%;
		width: 100%;
		overflow-y: scroll;
		position: absolute;
		top: 0;
	}
	#popup-main-menu li {
		display: block;
	}
	#cook-category-menu, #cook-category-menu-mobile {
		display: none;
	}
	#menu-cook-container-mobile a {
		text-decoration: none;
	}
	#cook-menu-popup, #cook-menu-popup-mobile {
		margin-right: 0;
		cursor: pointer;
		display: block;
	}
	#cook-menu-desktop {
		display: none;
	}
	#menu-header {
		margin-bottom: 2em;
	}
	#popup-main-menu, #menu-cook-container-mobile {
		margin: 0 auto;
	}
	#popup-main-menu li a, #cook-menu-popup, #cook-menu-popup-mobile {
		font-size: 3em;
		line-height: 1.3em;
		display: block;
	}
	.menu-pull {
		bottom: -27px;
	}
}

@media screen and (max-width: 991px){
		.footer-column {
		width: 100%;
	}
	
	.footer-left {
		width: 100% !important;
	}
	
	.footer-inner {
		width:100%;
		padding-bottom: 0 !important;
	}
	
	.footer-left {
		background-color: #FBE587;
		padding: 1em;
		margin-top: 1em;
	}
	
	.footer-left-desktop {
		display: none;
	}
	
	.footer-group-mobile {
		display: block;
	}
	
	.footer-center input {
		text-align: center;
	}
	
	.footer-left ul {
		display: block;
	}
	
	.footer-social {
		margin: 2em 0;
	}
	
	.footer-social img {
		margin: 0 5px !important;
	}
	
	.footer-left li {
		text-align: center;
	}
	
	.footer-left a {
		color: black !important;
	}
	
	.sub-footer-mobile {
		background-color: #FBE587;
		color: black;
		font-family: schoolbook;
		display: block;
		font-size: 14px;
	}
	
	.sub-footer-mobile-inner {
		padding: 1em 0;
		width: 80%;
		border-top: 2px solid black;
		margin: 0 auto;
	}
	
	.sub-footer {
		display: none;
	}
}

@media screen and (min-width:992px){
	.footer-left-mobile {
		display: none;
	}
}

.logo-nav-mobile img {
	max-width: 115px;
}

@media screen and (max-width: 768px){
	#home-scroll-header.home-header-active {
		height: 70px;
	}
	
	.nav-right-flip, .cook-nav.nav-item {
		line-height: 1;
	}
	
	#home-scroll-header .nav-right-flip {
		margin-top: 0;
	}
	
	#header {
		position: sticky;
		top: 0;
	}
	.header-inner {
		padding: 0 !important;
	}
	
	.nav-section {
		display: inline-block !important;
		width: 30%;
	}
	
	#logo-nav {
		padding: 0 !important;
	}

	.cook-nav, .shop-nav {
		font-size: 2em;
		padding-top: 10px !important;
		width: 100%;
	}
	
	#home-scroll-header .cook-nav, #home-scroll-header .shop-nav {
		width: 65%;
		font-size: 1.5em;
	}
	
	.nav-center {
		width: 30% !important;
	}

	.logo-nav-desktop {
		display: none !important;
	}

	.logo-nav-mobile {
		display: block !important;
	}
	
	.nav-item {
		display: inline-block;
		margin: 0;
		padding: 0 5px;
	}
	
	#nav-right-flip {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.related-recipe-item, .featured-thing-item {
		width: 80%;
		margin: 1em auto;
	}
	
	.site-inner {
		padding: 0 !important;
	}
	
	#related-recipes {
		margin-top: -20px;
	}
	
	#menu-cook-container-mobile, #popup-main-menu {
		width: 100% !important;
	}
	
	.search-form h1 {
		display: block;
	}
	
	.search-field {
		width: 80%;
	}
	
	.recipe-item, .blog-item, .book-item {
		width: auto;
	}
	
	#home-latest {
		padding-top: 30px !important;
	}
}


@media screen and (min-width: 991px) {
	.footer-center submit {
		display: inline-block;
		width: 40%;
	}
	.footer-center input {
		display: inline-block;
		width: 55%;
	}
}

@media screen and (max-width: 1100px) and (min-width: 641px){
	#cook-nav, #shop-nav {
		padding: 0;
	}
	.recipe-right-intro {
		padding-right: 0px !important;
	}
	.wprm-recipe-template-ab-recipe-template-right {
		padding-right: 25px;
	}
	.wprm-recipe-prep-time-container, .wprm-recipe-total-time-container, .wprm-recipe-servings-container {
		width: 100% !important;
		margin: 0 !important;
	}
}

@media screen and (max-width: 430px) {
	#home-scroll-header .cook-nav, #home-scroll-header .shop-nav {
		width: 50% !important;
	}
}


.components-notice {
	display: none !important;
}

.wps-item {
	text-align: center;
}

.wps-item h2 {
	font-family: WindsorBTWXX-Roman !important;
	font-size: 24px !important;
	margin-bottom: 0;
}

.wps-products-wrapper {
	margin-top: 3em;
}

.wps-product-individual-price {
	font-family: Schoolbook !important;
	font-size: 24px !important;
	margin-top: 10px !important;
}

.wps-component-products-pricing {
	margin: 0 auto;
}

section.wps-items.wps-items-list {
	display: grid;
}

section.wps-items.wps-items-list .wps-component-products-buy-button {
	display: none;
}

.wps-products-header {
	display: none;
}

.related-product-item section.wps-items.wps-items-list {
	display: inline-block !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    transform: rotate(90deg);
    height: calc(100vw / 3);
	position: relative;
	left: -50%;
	opacity: 0 !important;
}

@media screen and (max-width: 600px){
	input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: 100vw;
}
}

.wps-quantity-input {
    position: relative;
}

.wps-quantity-input:after {
    content: "+";
    position: absolute;
    right: 20px;
    height: 100%;
    top: -5px;
    pointer-events: none;
	font-size: 36px;
	font-family: WindsorBTWXX-Roman;
}

.wps-quantity-input:before {
    content: "-";
    position: absolute;
    left: 20px;
    height: 100%;
    top: -5px;
	font-size: 36px;
	font-family: WindsorBTWXX-Roman;
}

.page-template-about-template .site-inner {
	max-width: none;
	padding: 0;
}

.about-section {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	text-align: center;
}

.about-left {
	background-color: #FBE587;
	border-right: 2px solid black;
	height: 91vh;
	position: sticky;
	top: 90px;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px){
	.about-left {
		height: 400px;
		position: relative;
		top: 0;
	}
}

.about-left img {
	width: 100%;
}

.about-right {
	padding: 4em;
}

.about-right h1 {
	font-family: WindsorEloD;
	font-size: 56px;
}

.about-right p {
	font-family: Schoolbook;
	font-size: 24px;
}

@media screen and (max-width: 1200px) {
	.about-right {
		padding: 2em;
	}
	.about-right h1 {
		font-size: 48px;
		line-height: 42px;
	}
	.about-right p {
		font-size: 20px;
	}
}

@media screen and (max-width: 991px){
	.about-section {
		display: block;
		width: 100%;
	}
	.about-left {
		border-right: none;
	}
	.about-right {
		padding: 2em;
	}
}

.contact-inner {
	text-align: center;
}

.contact-inner h1 {
	font-family: WindsorEloD;
	font-size: 56px;
	margin-bottom: 0;
}

.contact-inner h3 {
	font-family: WindsorBTWXX-Roman;
	font-size: 26px;
}

.contact-inner ul {
	display: inline-block;
	list-style-position: inside;
}

.gform_wrapper {
	margin-top: 2em !important;
	margin-bottom: 4em !important;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
	font-family: Schoolbook;
	font-size: 24px;
	width: 25%;
	vertical-align: top;
	padding: 5px 10px 0 10px;
	height: 50px;
	line-height: 1.7 !important;
}

.about-module .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
	width: 100%;
}

@media screen and (max-width: 991px){
	.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
		display: none !important;
	}
	.contact-container {
		padding: 2em;
	}
	body .gform_wrapper .top_label div.ginput_container {
		width: 100% !important;
	}
}

body .gform_wrapper .top_label div.ginput_container {
	display: inline-block;
	margin-top: 0 !important;
	width: 75%;
}

.about-module .gform_wrapper .top_label div.ginput_container {
	width: 100%;
}

#field_2_8 {
	display: inline-block;
    width: 50%;
    position: relative;
    float: right;
    top: -90px;
}

.about-module .gform_wrapper form {
	width: 80%;
}

body .gform_wrapper ul li.gfield {
	padding-top: 10px !important;
	padding-bottom: 10px;
	background-color: white;
	margin-top: 0 !important;
	border: 2px solid black;
	border-bottom: none !important;
}

#field_1_4 {
	border-bottom: 2px solid black !important;
}

.gform_wrapper .gfield_required {
	display: none;
}

.gform_footer {
	text-align: center;
}

input[type="submit"]{
	font-family: WindsorBTWXX-Roman;
	font-size: 26px !important;
	text-transform: uppercase;
	border-radius: 0;
	background-color: #FCF3D4;
	padding: 15px 40px;
	color: black;
	border: 2px solid black !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	height: 50px;
}

input, select, textarea {
	border: none !important;
	color: black;
	font-family: proxima-nova;
	font-size: 24px;
}

input::placeholder, textarea::placeholder {
	font-family: proxima-nova;
	color: #636367;
}

.page-template-contact-template .site-container {
	background-color: #FBE587 !important;
}

.video-iframe-container {
	position: relative;
    overflow: hidden;
    padding-top: 56.25%;
	margin-top: 3em;
}

.video-iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.sticky-note-btn {
	margin-left: 0 !important;
	background-color: #FBE587;
	cursor: pointer;
}

.sticky-note-text {
	margin: 1em !important;
    height: 100px;
	width: 150px;
    display: inline-block;
    margin: 1em;
    transform: rotate(-3deg);
    font-family: prestige-elite-std;
    font-size: 16px !important;
    font-weight: 700;
}

.wprm-recipe-instructions-container .wprm-recipe-instruction-text {
	position: relative;
}

.sticky-note {
	background-image: url('/wp-content/uploads/2020/07/Rectangle-32.png');
    display: inline-block;
    position: absolute;
    height: 192px;
	width: 192px;
    z-index: 100;
	display: none;
}

.sticky-note-text::before {
    content: 'x';
    position: relative;
    float: right;
    border: 1px solid black;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    font-size: 12px;
    text-align: center;
    line-height: 1;
}

.ajax-load-more-wrap.blue .alm-load-more-btn {
	background-color: #FBE587 !important;
    border: 2px solid black;
    width: 40%;
    font-size: 2em;
    font-family: WindsorEloD;
    color: black;
    padding: 20px 0 10px 0;
    height: auto;
    border-radius: 0;
}

.category-name {
	text-align: center;
	font-family: WindsorBTWXX-Roman;
	text-transform: capitalize;
	font-size: 2em;
}

.category-filter select, .category-filter .is-form-style input.is-search-input {
	font-family: WindsorEloD !important;
	font-size: 2em !important;
	padding: 10px 12px 0 12px;
	height: 50px !important;
	border: 2px solid black !important;
}

.category-filter {
	text-align: center;
	max-width: 1140px;
    margin: 3em auto 1em auto;
}

.category-filter #filter {
	margin: 0 10px 0 0;
}

.category-filter .is-search-form {
	margin: 0 0 10px 0;
}

.category-filter form, .category-filter-box {
	width: 48%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0 !important;
	position: relative;
}

.category-box-display {
	background-color: white;
    height: 50px;
    border: 2px solid black;
	padding: 2px 10px 0 10px;
	text-align: left;
	cursor: pointer;
}

.category-box-dropdown {
	background-color: white;
    text-align: left;
    border: 2px solid black;
    border-top: 0;
	position: absolute;
	width: 100%;
	z-index: 100;
	display: none;
}

.category-box-dropdown p {
    margin-bottom: 0;
    font-family: WindsorEloD;
    color: black;
    font-size: 2em;
    padding: 10px 10px 0 10px;
	line-height: 1;
	text-transform: uppercase;
}

.category-box-dropdown p:hover {
	background-color: #FBE587;
}

.category-box-dropdown a {
	text-decoration: none;
}

.category-box-display p {
	margin-bottom: 0;
    font-size: 2em;
    font-family: WindsorEloD;
    line-height: 1.5;
	display: inline-block;
	text-transform: uppercase;
}

.filter-arrow {
	float: right;
	margin-top: 10px;
	transform: rotate(0deg);
	transition: transform 0.2s ease;
}

@media screen and (max-width: 768px){
	.category-filter form, .category-filter-box {
		width: 90%;
		margin: 1em 0 !important;
	}
}

.is-search-input::placeholder {
	font-family: WindsorEloD !important;
	font-size: 36px !important;
}

.blog-container p img {
	margin-right: 20px;
}

@media screen and (max-width: 768px){
	.blog-container p img {
		width: 100% !important;
		margin-bottom: 20px;
	}
}

div#ajax-load-more {
	text-align: center;
}

input.wps-product-quantity.wps-form-input {
	border: 2px solid black !important;
	border-bottom: none !important;
	border-radius: 0;
	font-size: 2em;
	font-family: WindsorBTWXX-Roman;
	width: 100%;
	max-width: none;
	margin: 0;
}

button.wps-btn.wps-btn-secondary.wps-add-to-cart {
	width: 50%;
	border-radius: 0;
    font-size: 1.5em;
    font-family: WindsorBTWXX-Roman;
	color: black;
    background-color: #C0D4D5;
	border: 2px solid black;
}

button.alm-load-more-btn.more.done[disabled] {
    display: none;
}

#is-ajax-search-result-556 a, #is-ajax-search-details-556 a:not(.button), #is-ajax-search-result-44 a, #is-ajax-search-details-44 a:not(.button), #is-ajax-search-result-18465 a, #is-ajax-search-details-18465 a:not(.button) {
	font-family: schoolbook;
	font-size: 1.5em;
}

form.is-search-form.is-disable-submit.is-form-style.is-form-style-2.is-form-id-44.is-ajax-search {
    width: 70%;
    display: inline-block;
	vertical-align: middle;
    border-bottom: 2px solid black;
}

#search-inner h1 {
	font-family: WindsorEloD;
	font-size: 4em;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

form.is-search-form.is-disable-submit.is-form-style.is-form-style-2.is-form-id-44.is-ajax-search input.is-search-input {
    font-family: WindsorEloD !important;
    font-size: 3em !important;
	height: auto;
}

#is-ajax-search-result-44 .is-ajax-search-post, #is-ajax-search-result-44 .is-show-more-results, #is-ajax-search-details-44 .mCSB_container > div {
	border-bottom: 2px solid black;
}

#is-ajax-search-result-44 .is-ajax-term-label, #is-ajax-search-details-44 .is-ajax-term-label, #is-ajax-search-result-44, #is-ajax-search-details-44 {
	padding: 0 !important;
}

.is-show-more-results-text {
	background-color: #FBE587;
	font-family: WindsorEloD;
	border: 2px solid black !important;
	padding: 25px 0 15px 0 !important;
	border-bottom: 0 !important;
	font-size: 3em !important;
}

#popup-main-menu a[title="SEARCH"] {
	cursor: pointer;
}

.fb-share, .pinterest-share, .twitter-share, .insta-share, .email-share {
	text-decoration: none !important;
}

.video-container, .favorite-container {
	max-width: 1140px;
	margin: 3em auto;
}

.sep_off {
	visibility: hidden;
}

#cook-category-menu a {
	white-space: nowrap;
}

.sub-categories {
	text-align: center;
	margin-top: 1em;
}

.sub-categories .separator {
	font-size: 2em;
}

.sub-categories a {
	font-family: WindsorEloD;
	font-size: 2em;
	display: inline-block;
	color: black;
	text-decoration: none;
}

.recipe-list {
	margin-top: 1em;
}

.product-dot-container {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
}

.product-dot-button {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #D97056;
	border: 2px solid #D97056;
    border-radius: 100%;
    margin: 0 10px;
	cursor: pointer;
}

.active-dot {
	background-color: transparent;
	border: 2px solid #D97056;
}

.wps-thumbnails-wrapper {
	display: none !important;
}

.video-tagline, .video-item-detail h4, .favorite-item-detail h4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.about-module-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 50px 0;
}

.about-list {
	margin-left: 60px;
}

.about-list ol {
	counter-reset: my-counter;
    list-style: none;
    padding-left: 40px;
}

.about-list li {
	counter-increment: my-counter;
    position: relative;
    margin-bottom: 2em;
	font-family: schoolbook;
}

.about-list li:before {
	color: black;
    font-size: 2em;
    position: absolute;
    left: -60px;
	top: -10px;
    line-height: 1.3em;
    width: 50px;
    height: 50px;
    background: #FCF3D4;
    border-radius: 50%;
    border: 2px solid black;
    text-align: center;
    content: counter(my-counter);
}

.about-module-inner h2, .about-header h2, .about-header h1 {
	font-family: WindsorBTWXX-Roman;
	font-size: 46px;
}

.about-module-inner p, .about-header p {
	font-family: schoolbook;
	font-size: 24px;
	line-height: 30px;
}

.about-module-inner h3, .about-header h3 {
	font-family: WindsorBTWXX-Roman;
	font-size: 32px;
}

.about-btn {
	padding: 15px 25px;
	background-color: #fbe587;
	font-family: WindsorBTWXX-Roman;
	font-size: 28px;
	display: inline-block;
	border: 2px solid black;
	text-decoration: none;
}

.about-btn a {
	color: black;
	text-decoration: none;
}

.about-header a {
	color: black;
}

.about-module form {
	font-family: schoolbook;
}

#field_2_6 {
	height: 180px;
	border-right: none !important;
	border-bottom: none !important;
}

#field_2_7, #field_2_8 {
	height: 90px;
}

#field_2_8 {
	border-bottom: none !important;
	border-left: none !important;
}

ul#input_2_8 {
	display: flex;
}

li.gchoice_2_8_0 {
	display: inline-block;
	margin-right: 15px !important;
}

#field_2_9 {
	position: relative;
	top: -90px;
	border-top: none !important;
	border-bottom: 2px solid black !important;
}

#gform_wrapper_2 .gform_footer {
	margin-top: -50px;
}

.about-module form input::placeholder {
    font-family: schoolbook;
}

.about-module form li {
	padding: 0 10px;
}

@media screen and (max-width: 991px){
	.gform_wrapper ul.gform_fields li.gfield {
		display: block !important;
		width: 100% !important;
	}
	#field_2_6 {
		border-right: 2px solid black !important;
	}
	#field_2_8 {
		border-left: 2px solid black !important;
		float: none !important;
		top: 0 !important;
	}
	#field_2_9 {
		top: 0 !important;
	}
	#gform_wrapper_2 .gform_footer {
		margin-top: 0 !important;
	}
}

select#input_1_5 {
	height: 50px;
}

@media screen and (max-width: 768px){
	select#input_1_5 {
		width: 98%;
	}
}

.book-item img {
	object-fit: cover;
	margin-bottom: 15px;
}

@media screen and (min-width:1231px){
	.book-item img {
		height: 20vw;
	}
}

@media screen and (max-width:1230px) and (min-width:992px){
	.book-item img {
		height: 30vw;
	}
}

@media screen and (max-width:991px) and (min-width:769px){
	.book-item img {
		height: 40vw;
	}
}

.book-product img {
	display: inline-block;
	width: 30%;
	vertical-align: middle;
}

.book-product-text {
	display: inline-block;
	width: 50%;
	margin-left: 10%;
	text-align: center;
	vertical-align: middle;
}

.book-product-text p {
	font-size: 1.3em;
}

.buy-book-btn {
	display: inline-block;
    width: 30%;
	padding-top: 10px;
	font-size: 2em;
    background-color: #FBE588;
    border: 2px solid black;
    font-family: WindsorEloD;
    color: black;
}

.book-info h1 {
	font-family: WindsorBTWXX-Roman;
	font-size: 2.5em;
}

.book-category, .book-category a {
	font-family: prestige-elite-std;
	color: #D97056;
	text-decoration: none;
}

.book-info {
	text-align: center;
	background-color: #FCF3D4;
	padding: 3em 0;
}

@media screen and (max-width: 991px) {
	.book-product img {
		width: auto;
	}
	.book-product-text {
		width: 90%;
		margin-top: 2em;
		margin-left: 0;
	}
	.buy-book-btn {
		width: 90%;
	}
}

.video-recipe {
	text-align: center;
	margin: 2em 0;
	padding: 2em 0;
	background-color: #C0D4D5;
}

.video-recipe img, .video-recipe-content {
	height: 300px;
	width: auto;
	object-fit: cover;
}

.video-recipe-content-inner, .video-recipe img, .video-recipe-content {
	display: inline-block;
	vertical-align: middle;
}

.video-recipe-content-inner {
	margin-top: 60px;
	margin-left: 50px;
	text-align: left;
}

@media screen and (max-width: 991px){
	.video-recipe-content-inner {
		margin-left: 0;
		text-align: center;
	}
}

.video-recipe-content-inner h3 {
	font-family: WindsorEloD;
	font-size: 3em;
}

.video-recipe-btn {
	padding: 10px 25px;
	background-color: #FBE587;
	border: 2px solid black;
	font-family: WindsorBTWXX-Roman;
	font-size: 1.3em;
	text-align: center;
}

.video-recipe-btn a {
	color: black;
	text-decoration: none;
}

span.time-separator {
	font-size: 1.5em;
}

ul#gform_fields_3, ul#gform_fields_4 {
	columns: 1;
}

@media only screen and (min-width: 991px){
	#gform_wrapper_3.gform_wrapper .gform_body, #gform_wrapper_4.gform_wrapper .gform_body {
		width: 50% !important;
		display: inline-block;
	}
	#gform_wrapper_3.gform_wrapper .gform_footer, #gform_wrapper_4.gform_wrapper .gform_footer {
		width: 45% !important;
		display: inline-block;
	}
}

#gform_wrapper_3.gform_wrapper form, #gform_wrapper_4.gform_wrapper form {
	text-align: center !important;
}

#gform_wrapper_3 input[type="submit"], #gform_wrapper_4 input[type="submit"] {
	font-size: 20px !important;
}

#gform_wrapper_3.gform_wrapper .gform_footer input.button, #gform_wrapper_3 .gform_wrapper .gform_footer input[type=submit], 
#gform_wrapper_4.gform_wrapper .gform_footer input.button, #gform_wrapper_4 .gform_wrapper .gform_footer input[type=submit] {
	margin: 0 !important;
}
#gform_wrapper_3.gform_wrapper .top_label div.ginput_container, #gform_wrapper_4.gform_wrapper .top_label div.ginput_container {
	width: 100% !important;
}

#gform_wrapper_3.gform_wrapper ul li.gfield, #gform_wrapper_4.gform_wrapper ul li.gfield {
	background-color: transparent !important;
	border: none !important;
}

#gform_wrapper_3.gform_wrapper, #gform_wrapper_4.gform_wrapper {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#gform_wrapper_3.gform_wrapper .gform_footer, #gform_wrapper_4.gform_wrapper .gform_footer {
	margin: 0 !important;
}

div#gform_confirmation_message_3, div#gform_confirmation_message_4 {
    color: white;
    font-family: WindsorEloD;
    font-size: 1.5em;
}

div#gform_confirmation_message_1 {
    text-align: center;
    font-size: 2em;
    margin: 2em 0;
}

#search-inner .is-form-style input.is-search-input {
	border: none !important;
}

.archive .site-container .site-inner main.content {
	width: 100% !important;
}

.archive .site-container .site-inner aside.sidebar.sidebar-primary.widget-area {
	display: none !important;
}

#field_1_6 {
	background-color: transparent;
	border: none;
	text-align: center;
}

#input_1_6 div:nth-child(1) {
    margin: 0 auto;
}

.favorite-item iframe {
	width: 100%;
	height: 200px;
	margin-bottom: -10px;
}

@media screen and (max-width: 991px){
	.favorite-item iframe {
		height: calc(100vw / 2);
	}
}

.favorite-img iframe {
	width: 100%;
	height: calc(100vw / 3);
}

@media screen and (max-width: 991px){
	.favorite-img iframe {
		height: calc(100vw / 2);
	}
}

.featured-thing-item iframe {
	width: 100%;
    height: 200px;
    margin-bottom: -10px;
}

.favorite-item {
	position: relative;
}

img.favorite-frame {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
	max-height: none !important;
    object-fit: fill;
    top: -15px;
    left: 0;
	pointer-events: none;
}

.favorite-item-inner {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 35px;
}

.post-meta {
	display: none;
}

@media screen and (max-width: 768px){
	.wprm-recipe-block-container-inline {
		margin-right: 0 !important;
	}
}