/*
Theme Name: Stone Gable Blog
Theme URI: https://anchoreddesign.com/
Github Theme URI: https://github.com/AnchoredDesign/stone-gable-blog
Description: This is the Stone Gable Blog Theme created for the Genesis Framework.
Author: AnchoredDesign
Author URI: https://www.anchoreddesign.com/

Version: 1.0.232222

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

Template: genesis
Requires at least: 5.0
Tested up to: 5.5.1
Requires PHP: 7.2+
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: stone-gable-blog
*/


/* 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
	- Tasty Recipes
	- Related Posts
	- Easy Digital Downloads
- Skip Links
- Top Bar
- Sticky Header
- Site Header
	- Title Area
- Sticky Header
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Archive Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Archive
- Sidebar
- Footer Widgets
- Site Footer
- MobileOnly
- 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
*/

:root {
	 --max-width: 1170px;
	 --primary-color: #9E9C51;
	 --secondary-color: #e1e2aa;
	 --bg-color: #faf8f4;
	 --secondary-bg-color: #e1e2aa;
	 --link-color: #9E9C51;
	 --accent-color: #666666;
	 --button-color: #9E9C51;
	 --white: #fff;
	 --font-color: #4D4D4D;
	 --heading-h1-size: 36px;
	 --heading-h2-size: 32px;
	 --heading-h3-size: 29px;
	 --heading-h4-size: 25px;
	 --heading-h5-size: 19px;
	 --heading-h6-size: 18px;
	 --para-size: 18px;
	 --primary-font-family: 'Merriweather', 'Times New Roman', serif;
	 --alternate-font-family: 'Literata', 'Times New Roman', serif;
	 --secondary-font-family: 'Oxygen', Arial, Verdana, sans-serif;
	 --para-font-family: 'Muli', Arial, Verdana, sans-serif;
	 --title-size: 25px;
	 --archive-title-size: 29px;
}

/* 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: var(--para-font-family);
	font-size: var(--para-size);
	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: var(--link-color);
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	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: var(--secondary-font-family);
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 20px;
	color: var(--font-color);
}

h1 {
	font-size: var(--heading-h1-size);
}

h2 {
	font-size: var(--heading-h2-size);
	font-family: var(--secondary-font-family);
	font-weight: 400;
}

h3 {
	font-size: var(--heading-h3-size);
}

h4 {
	font-size: var(--heading-h4-size);
}

.before-archive h4 {
	font-size: var(--heading-h4-size);
	font-family: var(--para-font-family);
	font-weight: 500;
	margin-bottom: 10px;
}

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

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

h5 {
	font-size: var(--heading-h5-size);
	font-family: var(--primary-font-family);
}

h6 {
	font-size: var(--heading-h6-size);
}

.single .entry-content h1,
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 {
	margin-bottom: 5px;	
}

/* Columns
--------------------------------------------- */

.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%;
	width: 48.717948717948715%;
}

.five-sixths:nth-of-type(2n+1),
.four-sixths:nth-of-type(2n+1),
.one-fourth:nth-of-type(2n+1),
.one-half:nth-of-type(2n+1),
.one-sixth:nth-of-type(2n+1),
.one-third:nth-of-type(2n+1),
.three-fourths:nth-of-type(2n+1),
.three-sixths:nth-of-type(2n+1),
.two-fourths:nth-of-type(2n+1),
.two-sixths:nth-of-type(2n+1),
.two-thirds:nth-of-type(2n+1) {
	clear: both;
	margin-left: 0px;
}

/* 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 #999999;
	color: #333;
	font-size: 12px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
	border-radius: 0px;
}

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

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

input[type="search"] {
	border-radius: 0px;
}

::-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: var(--button-color);
	border: 1px solid var(--button-color);
	color: #fff;
	cursor: pointer;
	font-size: 19px;
	font-weight: 700;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	text-transform: uppercase;
	letter-spacing: 0.2;
	font-family: var(--secondary-font-family)
}

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: #fff;
	border: 1px solid var(--button-color);
	color: var(--button-color)		;

}

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

.single .entry-content a,
.single .entry-content a:visited {
	font-weight: bold;
}

.single .entry-content a:not(.button):focus,
.single .entry-content a:not(.button):hover {
	text-decoration: underline;	
	color: var(--secondary-color);
}

.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: 30px 20px 0;
}


/* Common Classes
---------------------------------------------------------------------------- */
.hide {
	display: none;
}

/* 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 {
	text-align: center;
	margin-bottom: 40px;
}

.after-entry {
	padding: 0px 30px;
}

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

.after-entry .subscribebox {
	display: none;
	margin: 0px;
}

.breadcrumb {
	font-family: var(--para-font-family);
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-transform: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
	color: #000;
	text-decoration: underline
}

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

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


.single .breadcrumb {
	margin-top: -15px
}

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

.widget_search form {
	display: flex;	
}

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-family: var(--secondary-font-family);
	font-size: var(--title-size);
	font-weight: 700;
	margin-bottom: 10px;
}

.page h1.entry-title,
.archive-title {
	font-family: var(--secondary-font-family);
	font-size: var(--archive-title-size);
	text-align: center;
	text-transform: uppercase;
}

.category.has-cat-desc .archive-description {
	margin-bottom: 10px
}

.category.has-cat-desc .archive-title {
	font-size: 26px;
	text-align: left;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

h2.entry-title {
	text-align: center;
	font-family: var(--primary-font-family);
	font-size: 19px;
	font-weight: 700;
}

.single h1.entry-title {
	text-align: center;
	font-size: 25px;
	margin-bottom: 10px;
	font-family: var(--alternate-font-family);
	font-weight: 400;
	line-height: 1.6;
	color: var(--font-color);
	border-bottom: 1px solid #B3B3B3;
}

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

.entry-title a:focus,
.entry-title a:hover {
	color: #000;
	text-decoration: underline;

}

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

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

/* ARCHIVE 
--------------------------------------------- */

.topPosts article:first-of-type {
	margin-left: 0px;
}

.archive-description .intro {
	background-color: #FBF8F3;
	display: block
}

.archive-description .intro:after{
	clear: both;
	content: '';
	display: block;
}

.archive-description .intro > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;

} 

.archive-description .intro .breadcrumb {
	font-family: var(--secondary-font-family);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 0px;
	border-bottom: 0px;
}

.archive-description .intro .first {
	padding: 20px;
}

.archive-description .intro > div img {
	margin-bottom: 0px;
	display: none
}

.archive-description .popularsection {
	clear: both;
	margin-top: 50px;
}

.archive-description .popularsection h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}

.archive-description .popularsection p {
	margin-bottom: 5px;
}

article:hover > .gb-block-post-grid-image a,
article:hover  a.entry-image-link {
	opacity: 0.8;
}

.gb-post-grid-item:hover  a.entry-link,
.gb-post-grid-item:focus  a.entry-link,
article:hover  h2.entry-title a ,
article:focus  h2.entry-title a,
h2.gb-block-post-grid-title a.entry-link:hover,
h2.entry-title a:hover,
h2.gb-block-post-grid-title a.entry-link:focus,
h2.entry-title a:focus {
	text-decoration: underline!important;
	transition: all .5s ease;
	
}
/* 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: 30px;
}

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

.archive-internal {
	clear: both;
}

.archive-internal h3,
.archive-internal p {
	margin-bottom: 15px;
}

.archive-internal figure {
	margin-bottom: 0px;
}

.subscribecols {
	background-color: var(--secondary-bg-color)!important;
}

.archive-internal .subscribecols.gb-2-col-wideright > .gb-layout-column-wrap {
	grid-template-columns: 420px 2fr;
	grid-gap: 0px;
}

.archive-internal .subscribecols .subscribefrm {
	max-width: 100%;
	margin: auto;
	width: 550px;
}

.category .archive-internal .wrap {
	margin: 50px 0;
}

.category .archive-internal .widget,
.category .archive-internal .gb-block-container {
	margin-bottom: 0px!important;
}

.before-archive {
	clear: both;
	background-color: #FBF8F3;
	padding: 10px;
	text-align: center;
	margin-bottom: 40px;
	position: relative
}

.before-archive .widget {
	margin-bottom: 0px;
}


.before-archive .widget h4 div {
	display: inline-block
}

.before-archive  .menu-item a,
.before-archive  .menu-item a:visited {
	text-transform: lowercase;
	font-family: var(--para-font-family);
	font-weight: 500;
	border-bottom: 1px solid var(--primary-color);
	color: #1B3F32;
	font-size: 24px;
	text-decoration: none!important;
}

.before-archive .genesis-nav-menu:not(.sub-menu) > li.menu-item-has-children:last-of-type  > a::before {
	display: none;
}

.before-archive  .menu-item .sub-menu {
	width: 100%;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	max-height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	left: 0px;
	right: 0px;
	padding-left: 0px;
}

.before-archive  .genesis-nav-menu .menu-item,
.before-archive .genesis-nav-menu .menu-item:focus, 
.before-archive  .genesis-nav-menu .menu-item:hover {
	position: initial;
}

.before-archive  .menu-item .sub-menu li {
	margin-left: 0px;
	padding-left: 0px;
	display: block;

}

.before-archive  .menu-item .sub-menu li a,
.before-archive  .menu-item .sub-menu li a:visited {
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	font-family: var(--secondary-font-family);
	font-weight: 500;
	text-transform: none;
	font-size: 17px;
	width: 100%;
	display: block;
	border-color:  var(--accent-color);
	background-color: #fff;
}

.before-archive  .menu-item .sub-menu li a:focus,
.before-archive  .menu-item .sub-menu li a:hover {
	background-color: var(--secondary-bg-color);
}

.before-archive .genesis-nav-menu li.menu-item-has-children > a::after {
    font-family: "dashicons";
    content: "\f347";
    padding-left: 5px;
    color: #000;
    font-size: 14px;
    font-weight: 400;	
    display: inline-block;
}

.before-archive  .genesis-nav-menu li.menu-item-has-children.sfHover > a::after {
    content: "\f343";
}

.before-archive .genesis-nav-menu .sub-menu li.menu-item-has-children > a::after {
	float:  right;
}



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

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

/* Tasty Recipes
--------------------------------------------- */


.single .tasty-recipes-display {
	border:  0px;
	background-color: #fff;
	box-shadow: 0px 0px 7px #f2f2f2;
	outline:  0px;
}

.tasty-recipes-instructions-header h3 {
	margin: 0px!important
}

.tasty-recipes-instructions-header {
	margin-bottom: 0px!important;
}

.tasty-recipes-print-button.tasty-recipes-no-print {
	background-color: var(--primary-color);
	border:1px solid var(--primary-color);
	font-weight: bold;
}

.tasty-recipes-print-button.tasty-recipes-no-print:hover,
.tasty-recipes-print-button.tasty-recipes-no-print:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	color: var(--primary-color);
}

.entry-content .tasty-recipes-details ul {
	padding-left: 20px;
}

.tasty-recipes-details li,
.tasty-recipes-details li span {
	font-size: 14px!important;
}

.tasty-recipes .tasty-recipes-image {
	border-left: 0px!important
}

.tasty-recipes .tasty-recipes-rating a {
	text-decoration: none;
}

/* Related Posts
--------------------------------------------- */

.relpost-thumb-wrapper {
	border-top: 1px solid #B3B3B3;
	padding-top: 10px;
}

.relpost-block-container .relpost-block-single {
	width: 25%;
}

.relpost-block-container .relpost-block-single div {
	height: auto!important;
	width: 100%!important;
}

.relpost-block-container  .relpost-block-single-text {
	font-family: var(--primary-font-family)!important;
	font-size: 17px!important;
	text-align: center!important;
	color: var(--font-color)
}

.related-post .post_title {
	font-weight: bold;
	text-align: center;
	display: inline;
	font-size: 18px;
	font-family: var(--secondary-font-family);
	line-height: 1.3
}

.related-post .post_title:hover,
.related-post .post_title:focus {
	text-decoration: underline!important;
}

.related-post .post-list.owl-carousel {
    position: relative;
    padding-top: 0px!important;
}


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

/* Top Bar
---------------------------------------------------------------------------- */

.top-bar {
	background-color: var(--bg-color);
	font-family: var(--secondary-font-family);
	font-weight: 700;
	color: #4D4D4D;
	padding:  5px 0px;
	font-size: 11px;
}

.top-bar div.one-half {
	width: 100%
}

.top-bar h4.widget-title {
	display: inline
}

.top-bar .textwidget a,
.top-bar .textwidget a:visited {
	color: var(--link-color);
	text-decoration: underline;
	margin-left: 5px;
}

.top-bar .textwidget a:hover,
.top-bar .textwidget a:focus {
	color: var(--primary-color);
	
}

.top-bar .wrap {
	max-width: var(--max-width);
	margin: auto;
}

.top-bar .widget {
	text-align: center;
	margin-bottom: 0px;
}

.top-bar .widget_search {
	display: flex;
	justify-content: flex-end;	
}

.top-bar .widget_search form {
	width: 300px;
}

.top-bar .widget_search form input {
	border: 0px;
	padding: 5px;
	font-weight: 400;
	font-family: var(--para-font-family);
}

.top-bar .widget_search form input[type="submit"] {
	padding: 5px;
	font-size: 12px;
	font-family: var(--secondary-font-family);
	font-weight: bold;
}

/* Sticky Header
---------------------------------------------------------------------------- */

.sticky-header {
	position: fixed;
	width: 100%;
	background-color: #fff;
	top: 0;
	z-index: 99;
	display: none;
	box-shadow: 2px 0 7px #ccc;
	-webkit-box-shadow: 2px 0 7px #ccc;
}

.admin-bar .sticky-header {
	top:  32px;
}

.sticky .sticky-header {
	display: block;
}

.sticky-header .header-wrap {
	display: block;

}

.sticky-header .genesis-nav-menu a {
	text-transform: uppercase;
}

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

.site-header {
	background-color: #fff;
	padding: 0px 0px;
	position: relative;
	box-shadow: 2px 0 7px #ccc;
	-webkit-box-shadow: 2px 0 7px #ccc;
}

.site-header {
	background-image: url(images/fullwrithe.png), url(images/fullwrithe.png);
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: top -190px left 23%, top -250px right 37%;
}

.site-inner {
	overflow: visible;
	position: relative;

}

.home .site-inner::before {
	overflow: visible;
	background-image: url(images/fullwrithe.png);
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: top 0 left 40%;
	content: '';
	display: block;
	width: 100%;
	height: 200px;
	position: absolute;
	top: -80px;
	z-index: 9;
	left: 0;
}

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

.title-area {
	float: none;
	padding-bottom: 5px;
	padding-top: 0px;
	text-align: center;
}

.wp-custom-logo .title-area {
	max-width: 100%;
	padding-bottom: 5px;
	padding-top: 25px;
	width: 100%;
	text-align: center;
}

.wp-custom-logo .title-area img {
	width: auto;
	max-width: 335px;
	max-height: 45px;
}

.site-title {
	line-height: 1;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 	34px;
	text-align: center;
	color: #0E281D;
	font-family: var(--primary-font-family);
}

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


.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-description {
	font-size: 10px;
	font-weight: 900!important;
	font-family: var(--secondary-font-family);
	text-align: center;
	color: #FF9B8F;
	margin-bottom: 0px;
}


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


.genesis-responsive-menu {
	display: none;
	position: relative;
}

.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: var(--font-color);
	display: block;
	font-size: 19px;
	outline-offset: -1px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-decoration: none;
	font-family: var(--secondary-font-family);
	font-weight: 700;
	text-transform: uppercase;
}

.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: #000;
	text-decoration: underline;

}

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

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 9999;
	background-color: var(--secondary-bg-color);

}

.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu a:visited {
	background-color: #FCF2F0;
	color: #000;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
	text-align: left;
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus {
	background-color: var(--secondary-bg-color);
	color: #000;
	text-decoration: none;
}


.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 .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: var(--primary-color);;
	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: var(--primary-color);
}

.menu-toggle {
	line-height: 20px;
	position: relative;
	z-index: 1000;
	background-color: var(--bg-color);
	padding: 12px;
	float: left;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom:  0px;
	height: 100%
}

.content .menu-toggle,
.site-footer .menu-toggle {
	float: none;
	position: relative;
	background-color: transparent;
	width: 100%;
	text-align: center;
}

.content .menu-toggle:before,
.site-footer .menu-toggle:before {
	float: none;
	text-align: center;
}

.menu-toggle:focus,
.menu-toggle:hover {
	background-color: var(--bg-color);
}

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

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

.menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	font-size: 25px;
	height: 25px;
}

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

.sub-menu .sub-menu-toggle {
	padding: 2px 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
--------------------------------------------- */

.header-wrap {
	
	max-width: var(--max-width);
	margin: 0px auto ;
	display: flex;
	justify-content: flex-start;
	clear: both;
}

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

.nav-sticky-primary {
	flex: 1;
	top:  55px;
	width: 100%;
}


.header-wrap .search-form {
	max-width: 180px
}

.header-wrap .search-form input[type="search"] {
	
	background-image: url('images/searchicon.png');
	background-repeat: no-repeat;
	background-size: 14px;
    background-position: top 10px right 5px;
	font-family: var(--secondary-font-family);
	margin-bottom: 0px;
	padding: 10px;
	font-size: 14px;
	border: 0px!important;
}

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

}

/* Secondary Menu
--------------------------------------------- */

.nav-secondary,
.sub-list {
	text-align: center;
	margin-bottom:40px;
}

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

.sub-list li.cat-item,
.nav-secondary .menu-item {
	display: inline-block;
	margin: 0 5px;
}

.nav-secondary .genesis-nav-menu a,
.nav-secondary .genesis-nav-menu a:visited,
.sub-list a,
.sub-list a:visited {
	padding: 10px 20px;
	color: var(--button-color);
	font-size: 16px;
	background-color: var(--white);
	border: 1px solid var(--button-color);
	min-width: 140px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.sub-list a:hover,
.sub-list a:focus,
.sub-list .current-cat a,
.nav-secondary .genesis-nav-menu .sub-menu a,
.nav-secondary .genesis-nav-menu .sub-menu a:visited { 
	color: #000;
	background-color: var(--secondary-bg-color);
	border-color: var(--secondary-bg-color);
}

.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu .sub-menu a:focus { 
	background-color: white;
	color: #000;
	text-decoration: none
}

.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu .current-menu-item a { 
	background-color: white;
	color: var(--primary-color);
	text-decoration: none;
}

.nav-secondary .genesis-nav-menu li.menu-item-has-children > a::after { 
	color: #fff;
}

.nav-secondary ul {
	padding-left: 0px;
}

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

.nav-footer {
	margin-bottom: 20px;
}

.nav-footer li {
	margin: 0 40px;
}

.nav-footer li a {
	font-size: 17px;
}

/* 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;
	text-align: center;
}

p.entry-meta a,
p.entry-meta a:visited {
	text-decoration: none;
	font-size: 14px;
	color: var(--font-color);
}

p.entry-meta a:hover,
p.entry-meta a:focus {
	text-decoration: underline;
}

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

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

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

.entry-comments-link::before {
	content: "";
	margin: 0px;
}


.single .entry-header {
	position: relative;
}

.entry-header .tasty-recipes-quick-links {
	position: absolute;
	right:  0;
	bottom: 20px;
}

.entry-header .tasty-recipes-quick-links a,
.entry-header .tasty-recipes-quick-links a:visited {
	background-color: #F9F8F5;
	padding: 5px 10px;
	color: #000;
	text-decoration: none;
	font-size: 16px; 
}

.entry-header .tasty-recipes-quick-links a:hover,
.entry-header .tasty-recipes-quick-links a:focus {
	color: var(--primary-color);
	text-decoration: underline;
}

.entry-header .entry-image-link img {
	margin-bottom: 10px;
}

.entry-header p {
	display: inline;
}

.entry-header  .categories-listing {
	display: block;
	text-align: center;
}

.categories-listing a:hover,
.categories-listing a:focus {
	opacity: 0.7;
}

.single .entry-header  .categories-listing {
	text-align: left
}

.entry-header  .categories-listing .cat-item {
	display: inline-block;
}

.entry-header .categories-listing .cat-item img {
	margin-right: 2px;
	max-width: 25px;
}

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

.pagination {
	clear: both;
	margin: 60px 0;
	text-align: center
}

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

.archive-pagination li {
	display: inline-block
}

.archive-pagination li a {
	background-color: var(--bg-color);
	color: #000;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 21px;
	font-weight: 400;
	margin-right: 4px;
	padding: 5px 15px;
	text-decoration: none;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	font-family: var(--para-font-family);
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: var(--secondary-bg-color);
	color: #000;
}

.pagination .pagination-next a,
.pagination .pagination-previous a{
	border-radius: 0px;
	height: 50px;
	width: auto;
}

.pagination .pagination-next,
.pagination .pagination-previous {
	display: none
}

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

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

.entry-comments h3 {
	border-bottom: 1px solid var(--font-color);
	margin-bottom: 0px;
	padding-bottom: 5px;
	text-transform: none;
	font-family: var(--secondary-font-family);
	color: var(--font-color);
	font-size: var(--heading-h4-size);
}

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

.comment-list .depth-1 {
	padding-left: 0;
	border-bottom: 1px solid #4D4D4D; 
}

.comment-list .comment-time a {
	text-decoration: none
}

.comment-list article {
	position: relative
}

.comment-list article .comment-reply {
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
}

.comment-list article .comment-reply a {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

.comment-list li.depth-1:last-of-type {
	border-bottom: 0px;
}

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

.comment-header .comment-author {
	font-weight: normal;
}

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

.comment-respond {
	background-color: var(--bg-color);
	padding: 20px 50px 50px;
}

.comment-reply-title {
	font-family: var(--secondary-font-family);
	font-weight: bold;
	text-align: center;
	color: var(--font-color);
	border-bottom: 0px!important;

}

.comment-respond form p {
	text-align: center;
	margin-bottom: 10px;
}

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

.comment-respond .tasty-recipes-ratings label {
	display: inline-block
} 

.comment-respond form input:not(.submit),
.comment-respond form textarea {
	border: 0px;
}

.comment-respond form input.submit {
	width: 100%
}

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

.comment-header a {
	text-decoration: none;
	color: var(--font-color);
}

.comment-header a:hover,
.comment-header a:focus {
	text-decoration: underline;
	color: var(--font-color);
}

.comment-author-name {
	font-weight: normal;
}

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

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
	font-size: 16px;
    text-align: left;
}

.comment-meta {
	display: none;
}

.comment-author img.avatar {
    margin: -15px 10px 10px 0 !important;
}

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

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

.sidebar .widgettitle {
	text-align: center;
	font-size: 29px;
	font-family: var(--secondary-font-family);
}

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

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

.sidebar .widget:first-of-type
 {
	background-color: #fafcf7;
	padding: 10px 20px 0;
	margin-bottom: 0px;
}

.sidebar .widget:first-of-type img.aligncenter {
	margin-bottom: 10px;
}

.sidebar .widget:nth-of-type(2)
{
	background-color:  #fafcf7;
}

.sidebar .wp-block-social-links {
	max-width: 140px;
	margin: auto;
}

.sidebar .wp-block-social-link {
	margin-bottom: 0px;
}

.sidebar .categories-listing {
	flex-wrap: wrap;
}

.sidebar .categories-listing .cat-item {
	flex:  50%;
	margin-bottom: 20px;
}

.sidebar .categories-listing .cat-item img {
	max-width: 40px;
	margin-right: 5px;
}

.sidebar .categories-listing .cat-item a {
	flex-basis: 50%;
	text-align: left;  
	justify-content: flex-start;
}

.sidebar .enews {
	background-color: var(--secondary-bg-color);
	padding: 20px;
}

.sidebar .enews-widget .widget-title {
	margin-bottom: 10px;
}

.sidebar .enews p {
	text-align: center;
	margin-bottom: 10px;
}

.sidebar .enews input {
	border: 0px
}

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

.footer-widgets {
	border-top: 0px solid #eee;
	background-color: var(--bg-color);
	clear: both;
	padding: 20px 0 0;
	text-align: center;
}

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

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

.footer-widget-area.footer-widgets-2 .widget {
	display: inline-block;
	margin-bottom: 0px;
}

.footer-widget-area .menu {
	display: inline-block;
}

.footer-widget-area .menu li {
	display: inline-block;
	padding: 0 20px;
}

.footer-widget-area .menu li a,
.footer-widget-area .menu li a:visited {
	text-decoration: none;
	color: var(--font-color);
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 700;
}

.footer-widget-area .menu li a:hover,
.footer-widget-area .menu li a:focus {
	text-decoration: underline;
}

.footer-widgets .wp-block-social-links li {
	margin-bottom: -10px;
}

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

.site-footer {
	background-color: var(--bg-color);
	font-size: 15px;
	line-height: 1.5;
	padding: 20px 30px 20px;
	text-align: center;
}

.site-footer a,
.site-footer a:visited {
	text-decoration: none;
	color: #000;
}

.site-footer a:focus,
.site-footer a:hover {
	text-decoration: underline;
}

.site-footer nav a {
	text-align: left
}

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

.site-footer p a {
	display: inline-block
}

.site-footer .mediatxt {
	border-top: 1px solid #999;
	color: #999;
	max-width: 450px;
	margin: 10px auto 0;
	padding-top: 10px;
}

/* MobileOnly
---------------------------------------------------------------------------- */

.mobileonly {
	display: block;
}

.desktoponly {
	display: none;
}

#searchform {
	display: none;
	opacity: 0;
	transform: translateX(-100%);
	transition: all .5s ease-in;
	z-index: 999;
}

#searchform.active {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	background-color: var(--bg-color);
	padding: 10px;	
	opacity: 1;
	transform: translateX(0);
	font-size: 17px;
}

#searchform.active input[type="search"] {
	border:  1px solid #000
}

.sticky-header .search-form.active {
	top: 55px;
}

.admin-bar .sticky-header .search-form.active {
	top: 55px;
}

.searchicon {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45px;
	height: 55px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url(images/searchicon.png) center no-repeat;
	background-size: 16px;
}

.searchicon.open {
	background: url(images/closeicon.png) center no-repeat;
	z-index: 99;
	background-size: 16px;
}

.menu-primary {
	position: absolute;
	top: 0;
	padding: 0 20px;
	z-index: 99;
	background-color: #fff;
	border-top: 1px solid #C6C1B9;
}



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

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

	table {
		table-layout: auto;
		word-break: normal;
	}

	.wp-custom-logo .title-area img {
		width: auto;
		max-width: 335px;
		max-height: 45px;
	}
}

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

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

	.site-inner {
		max-width: var(--max-width);
		padding: 30px 0 0;
		
	}

}

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

	.top-bar {
		font-size: 15px;
	}

	.top-bar .widget {
		text-align: left;
	}

	.top-bar div.one-half {
		width: 48.717948717948715%;
	}

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

	.site-title {
		font-size: 54px;
	}

	.site-description {
		font-size: 15px;
	}

	.site-header,
	.sticky-header {
		box-shadow: none;
		-webkit-box-shadow: none;
	}

	.stick-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	.header-wrap {
		margin: 20px auto;
	}

	.nav-secondary .genesis-nav-menu a,
	.nav-secondary .genesis-nav-menu a:visited {
		padding: 5px 20px;
		color: #fff;
		text-transform: uppercase
	}

	.sticky-header .header-wrap {
		display: flex;
		margin-top: 10px;	
		margin-bottom: 10px;	
	}

	.wp-custom-logo .title-area img  {
		max-height: 100px;
	}



	/* 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 a {
		
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {	
		background-color: #333;
		border-radius: 0px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}

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

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid var(--accent-color);
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid var(--accent-color);
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}


	.genesis-nav-menu .sub-menu a,
	.genesis-nav-menu .sub-menu a:visited {
		background-color: #fff;
	}

	.before-archive .genesis-nav-menu li.menu-item-has-children > a::after,
	.genesis-nav-menu li.menu-item-has-children > a::after {
	    font-family: "dashicons";
	    content: "\f345";
	    padding-left: 5px;
	    color: #000;
	    font-size: 14px;
	    font-weight: 400;	
	    display: inline-block;
	}

	.before-archive .genesis-nav-menu li.menu-item-has-children.sfHover > a::after,
	.genesis-nav-menu li.menu-item-has-children.sfHover > a::after {
	    content: "\f347";
	}

	.before-archive .genesis-nav-menu .sub-menu li.menu-item-has-children > a::after,
	.genesis-nav-menu .sub-menu li.menu-item-has-children > a::after {
		float:  right;
	}
	


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

	.genesis-responsive-menu {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	.menu-primary {
		position: relative;
		border-top:  0px;
		padding: 0px;
		background-color: transparent;
	}

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

	.nav-primary {
		clear: none;
		float: none;
		width: auto;
		max-width: var(--max-width);
		margin: auto;
		text-align: center;

	}

	.nav-sticky-primary,
	.admin-bar .nav-sticky-primary {
		top: 0px;
	}

	.nav-primary .genesis-nav-menu,
	.nav-sticky-primary .genesis-nav-menu {
		display: flex;
		justify-content: space-between
	}


	.header-wrap .search-form {
		margin-left: 10px;
	}

	.nav-sticky-primary .genesis-nav-menu a,
	.nav-primary .genesis-nav-menu a {
		padding-left: 10px;
		padding-right: 10px;
	}

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

	.site-inner {
		max-width: var(--max-width);
		
	}



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

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

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

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

	.after-entry .widget-title {
		font-size: 25px;
		font-family: var(--secondary-font-family);
		margin-bottom: 5px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}


	.after-entry .subscribecols h3 {
		font-size: 26px!important;
	}

	.after-entry .subscribecols p {
		font-size: 16px!important;
	}

	.after-entry .subscribecols h3,
	.after-entry .subscribecols p {
		margin-bottom: 15px;
	}

	.after-entry .subscribecols figure {
		margin-bottom: 0px;
	}

	.after-entry .subscribecols.gb-2-col-wideright>.gb-layout-column-wrap {
		grid-gap: 0px;
	}
	

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

	.five-sixths:nth-of-type(2n+1),
	.four-sixths:nth-of-type(2n+1),
	.one-fourth:nth-of-type(2n+1),
	.one-half:nth-of-type(2n+1),
	.one-sixth:nth-of-type(2n+1),
	.one-third:nth-of-type(2n+1),
	.three-fourths:nth-of-type(2n+1),
	.three-sixths:nth-of-type(2n+1),
	.two-fourths:nth-of-type(2n+1),
	.two-sixths:nth-of-type(2n+1),
	.two-thirds:nth-of-type(2n+1) {
		clear: none;
		margin-left: 2.564102564102564%;
	}

	.first {
		clear: both!important;
		margin-left: 0!important;
	}

	

	/* Entry Misc.
	--------------------------------------------- */

	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	
	.after-entry {
		margin-bottom: 30px;
	}

	.single .entry {
		margin-bottom: 10px;
	}

	.home .entry {
		margin-bottom: 15px;
	}

	.archive-description {
		margin-bottom: 30px
	}

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

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

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

	/* Archvie
	--------------------------------------------- */

	.before-archive  .menu-item .sub-menu {
		width: 330px;
		transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		max-height: 250px;
		overflow-y: scroll;
		overflow-x: hidden; 
		
	}

	.archive-description.intro {
		display: flex;
		background-color: var(--bg-color);
	}

	.archive-description.intro > div {
		width: 50%;
	}

	.archive-description.intro .first {
		padding:  20px;
	}

	.archive-description.intro .breadcrumb {
		margin-bottom: 0px;
	}

	.archive-description.intro > div img { 
		display: block;
	}

	.pagination .pagination-next,
	.pagination .pagination-previous {
		display: inline-block;
	}


	/* MobileOnly
	--------------------------------------------- */

	.mobileonly {
		display: none;
	}

	.desktoponly {
		display: block;
	}

	#searchform {
		display: inline-block;
		opacity: 1;
		transform: translateX(0);
	}

	.site-footer nav a {
		text-align: center
	}
}

@media only screen and (max-width: 2300px) {
	.site-header {
		background-position: top -190px left 18%, top -250px right 32%;
	}
}

@media only screen and (max-width: 2000px) {
	.site-header {
		background-position: top -190px left 12%, top -250px right 29%;
	}
}

@media only screen and (max-width: 1700px) {
	.site-header {
		background-position: top -190px left 6%, top -250px right 27%;
	}
}

@media only screen and (max-width: 1400px) {
	.site-header {
		background-position: top -190px left 0%, top -250px right 20%;
	}
}

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

	.wp-custom-logo .title-area {
		padding-top: 5px;
	}
	/* Tasty Recipes
	--------------------------------------------- */

	.tasty-recipes.tasty-recipes-display {
		padding: 10px;
	}

	.tasty-recipes-details ul {
		padding-left: 0px;
	}

	.tasty-recipes-details ul li {
		width: auto!important;
	}

	.tasty-recipes-description {
		width: 60%;
	}

	.tasty-recipes .tasty-recipes-image {
		float: right;
	    width: 40%;
	    text-align: right;

	}

	.single .tasty-recipes-display h2.tasty-recipes-title {
		width: 80%;
		margin-bottom: 10px;
	}

	.tasty-recipes-print-button.tasty-recipes-no-print {
		position: absolute;
		right: 20px;
	}

	.site-header  {
		background-image: none;
	}

	.home .site-inner::before {
		top: 0px
	}

	.footer-widget-area.footer-widgets-2 .widget {
		display: block;
	}

	.footer-widgets .menu-toggle {
		position: relative;
		float: none;
    	margin: 10px auto;
	}

	.footer-widgets .wp-block-social-links {
		max-width: 140px;
		margin: auto;
	}

	
	.archive-internal .subscribecols.gb-2-col-wideright > .gb-layout-column-wrap {
		grid-template-columns: 100%;
		grid-gap: 0px;
		grid-template-areas: 'col2';
	}
	

	.nav-secondary  {
		margin-bottom: 20px;
	}

	.nav-secondary .menu-item {
		margin-bottom: 20px;
	}

	.relpost-block-container .relpost-block-single {
		width: 50%;
	}

	.after-entry {
		padding: 0px;
	}

	.comment-respond {
		padding: 20px;
	}
}
/* Print StylesF
---------------------------------------------------------------------------- */

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

	.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 css*/
.slick-arrow {
	background-color: rgba(158,156,81,0.6)!important;
}
.sticky-header {
	box-shadow: 1px 1px 3px #ccc;
}
.top-bar  a {
	text-decoration: none!important
}

.top-bar  a:hover,
.top-bar  a:focus{
	text-decoration: underline!important
}

.site-description {
	display: none;
}
.wp-custom-logo .title-area {
		margin: 10px auto 25px;
	}
	
	.wp-custom-logo .title-area img  {
		max-height: 200px;
		max-width: 500px
	}
.sub-list .cat-item {
    	margin-bottom: 20px!important;;
}
.sub-list  {
	margin-bottom: 15px!important;
}

.stackedbtns a {
	text-transform: uppercase;
}


.after-entry .widget-title {
	text-align:left;
	margin-bottom: 10px;
}

.relatedposts .one-fourth:first-child {
	margin-left: 0px;
}
.relatedposts  a {
	color: #4d4d4d;
	text-decoration: none
}
.crp_title {
	display: block;
	font-family: var(--primary-font-family);
	
}

.after-entry {
	border-top: 1px solid #B3B3B3;
}
.archive-description.intro{
	background-color: var(--bg-color)!important;
 align-items:center;
}
.error404 .entry-title,
.error404 .entry-content {
	text-align:Center;
}
.error404 .entry-content .search-form {
	display:none
}

.wp-block-search
.wp-block-search__button  {
	background-color: var(--button-color);
	border: 1px solid var(--button-color);
	color: #fff;
}
.wp-block-search
.wp-block-search__button:hover,

.wp-block-search
.wp-block-search__button:focus{
	background-color: #fff;
	border: 1px solid var(--button-color);
	color: var(--button-color);
}


.equalcols .gb-layout-column-wrap .gb-block-layout-column-inner  {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
article .dpsp-content-wrapper {
	text-align:center;
}
article .dpsp-content-wrapper .dpsp-networks-btns-wrapper  {
	display:inline-block;
}
article .dpsp-content-wrapper .dpsp-networks-btns-wrapper  li {
	margin: 2px;
}

.site-header{
	background-image: none!important
}
.home .site-inner:before {
  display: none
}
.decindex h4 a{
	text-decoration: none;
	color: #4d4d4d;
	font-family:var(--primary-font-family);
	font-size: 18px;
}
.decindex h4 a:hover,
.decindex h4 a:focus {
	text-decoration: underline;
}
@media screen and (max-width: 960px) {
	.wp-custom-logo .title-area {
		margin: 0px;
	}
	.wp-custom-logo .title-area img{
		max-height: 45px;
	}
	.sub-list .cat-item {
		width: 33.33%!important;;
		float: left;
		margin: 0px!important;
		padding: 5px!important;
		
		display: block;
	}
	.sub-list .cat-item:nth-of-type(3n+1) {
		clear: both;
	}
	.sub-list .cat-item  a {
		display: block;
		margin-bottom: 10px!important
	}
}
@media screen and (max-width: 768px) {
	.archive-description.intro {
		display:block;
		padding: 20px;
	}
	.archive-description.intro .one-half {
		width: 100%;
	}
	.archive-description.intro .one-half:last-child {
		display: none
	}
	.after-entry .subscribecols img{
		display: none
	}
	.sub-list .cat-item  a {
		width: 100%;
		padding: 5px;
		min-width: 10px!important;
	}
}

@media screen and (max-width: 580px) { 
	.sub-list .cat-item {
		width: 50%!important;
	}
	.sub-list .cat-item:nth-of-type(3n+1) {
		clear: none;
	}
	.sub-list .cat-item:nth-of-type(2n+1) {
		clear: both;
	}
}