/*
Theme Name: Cuisine Recipe Theme
Theme URI: https://cuisinerecipetheme.anchoredthemes.com/
Github Theme URI: https://github.com/AnchoredDesign/cuisine-recipe-theme
Description: This is the Cuisine Recipe Theme Theme created for the Genesis Framework.
Author: AnchoredDesign
Author URI: https://www.anchoreddesign.com/

Version: 1.1.0

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.7.2
Requires PHP: 7.2+
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: cuisine-recipe-theme
*/


/* 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
	- Simple Social Icons
- 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
*/

@font-face {
    font-family: "MoonTime";
    src: url("fonts/MoonTime-Regular.woff2") format("woff2"), /* Super Modern Browsers */
    url("fonts/MoonTime-Regular.woff") format("woff");
    font-display: swap;
}

:root {
    --max-width: 1170px;
    --primary-color: #182E33;
    --secondary-color: #B7D4CA;
    --bg-color: #F6F4F4;
    --bg-color-txt: #333;
    --link-color: #182E33;
    --accent-color: #71AA97;
    --button-color: #182E33;
    --altbutton-color: #517F71;
    --button-hover-color: #ffffff;
    --altbutton-hover-color: #ffffff;
    --button-txt-color: #ffffff;
    --altbutton-txt-color: #ffffff;
    --button-txt-hover-color: #182E33;
    --altbutton-txt-hover-color: #517F71;
    --topbar-bg: #182E33;
    --topbar-color: #ffffff;
    --menu-color: #182E33;
    --title-color: #182E33;
    --white: #fff;
    --heading-h1-size: 42px;
    --heading-h2-size: 29px;
    --heading-h3-size: 26px;
    --heading-h4-size: 24px;
    --heading-h5-size: 23px;
    --heading-h6-size: 17px;
    --para-size: 16px;
    --cursive-font-family: 'MoonTime', 'Times New Roman', cursive;
    --primary-font-family: 'MoonTime', 'Times New Roman', cursive;
    --secondary-font-family: 'Georgia', Arial, Verdana, sans-serif;
    --button-font-family: 'Geneva', Arial, Verdana, sans-serif;
    --para-font-family: 'Geneva', Arial, Verdana, sans-serif;
    --archive-title-size: 35px;
    --title-size: 21px;
    --link-color-txt: #ffffff;
    --accent-color-txt: #ffffff;
}


/* 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: #000;
    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(--accent-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: var();
    color: #333;
}

blockquote {
    margin: 30px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--secondary-font-family);
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 20px;
}

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

h2 {
    font-size: var(--heading-h2-size);
    font-weight: 600;
}

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: 600;
    margin-bottom: 10px;
}

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

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

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

h6 {
    font-size: var(--heading-h6-size);
    font-family: var(--para-font-family);
    font-weight: 700;
}

.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 var(--link-color);
    color: #333;
    font-size: 15px;
    font-weight: 400;
    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,
.wp-block-search .wp-block-search__button {
    background-color: var(--button-color);
    border: 1px solid var(--button-color);
    color: #fff;
    cursor: pointer;
    font-size: var(--para-size);
    font-weight: 700;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: var(--button-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,
.wp-block-search .wp-block-search__button:focus,
.wp-block-search .wp-block-search__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;
}

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

.more-link:hover,
.more-link:focus {
    color: var(--accent-color)
}


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


/* Author Box
--------------------------------------------- */

.author-box h3.title {
    position: relative;
    text-transform: none;
    font-family: var(--para-font-family);
    font-size: 20px;
    margin-bottom: 20px;
}

.author-box h3.title span {
    background-color: #fff;
    padding-right: 10px;
    display: inline-block;
    z-index: 1;
}

.author-box h3.title:after {
    position: absolute;
    top: 50%;
    left: 0px;
    height: 5px;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    content: '';
    display: inline-block;
    width: 100%;
    z-index: -1;
}

.author-box-inner {
    display: flex;
}

.author-box-inner>* {
    flex: 1;
}

.author-box-inner .left {
    max-width: 170px;
    margin-right: 2%;
}

.author-box-inner h4 {
    margin-bottom: 0px;
    margin-right: 10px;
}

.author-box-inner h4,
.author-box-inner .social {
    display: inline-block;
    width: auto
}

.author-box-inner .social {
    top: -10px
}

.author-box-inner .social a,
.author-box-inner .social a:visited {
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 0px;
    text-align: center;
    color: var(--link-color-txt);
    background-color: var(--link-color);
    border-radius: 50%;
    margin: -5px 0px 0;
    text-decoration: none;
}

.author-box-inner .social a span.dashicons {
    font-size: 16px;
}

.author-box-inner .social a:hover {
    opacity: 0.8;
}

.author-box-inner .social svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}


/* 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 {
    padding: 20px 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: 700;
    font-size: 12px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #666666;
    text-align: center;
}

.breadcrumb a,
.breadcrumb a:visited {
    text-decoration: none;
    color: #666666;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
    color: var(--accent-color);
    text-decoration: underline
}

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

body.page:not(.blog) .breadcrumb,
.single .breadcrumb {
    text-align: left;
    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;
    font-size: 14px;
    padding: 10px 15px;
}

.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: 400;
    margin-bottom: 10px;
    color: #000;
}

.archive-title {
    font-family: var(--secondary-font-family);
    text-align: center;
}

h2.entry-title {
    text-align: center;
    font-family: var(--secondary-font-family);
    font-size: var(--archive-title-size);
    font-weight: 600;
    color: var(--title-color);
}

.single h1.entry-title {
    font-size: 35px;
    margin-bottom: 10px;
    font-family: var(--secondary-font-family);
    font-weight: 600;
    line-height: 1;
    color: var(--title-color);
}

.landing-page h1.entry-title {
    text-align: center;
}

.entry-title a {
    color: var(--title-color);
    text-decoration: none;
}

.sidebar .widget-title a {
    color: #000;
    text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
    color: var(--title-color);
    text-decoration: underline;
}

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

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

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


/* SIGNLE
--------------------------------------------- */

.full-width-content.single .site-inner {
    max-width: 100%;
    width: 800px;
}

.single .entry-header .entry-meta,
.single .entry-header .entry-meta .entry-categories,
.single .entry-header .entry-meta .entry-tags {
    text-align: left;
    margin: 0;
}

.single .entry-footer .entry-meta {
    border-top: 1px solid var(--link-color);
    padding-top: 10px;
    text-align: center;
}

.single .entry-footer .entry-meta .entry-categories {
    margin: 0px;
}


/* 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.post:hover>.gb-block-post-grid-image a,
article.post:hover a.entry-image-link,
article.listing-item:hover>.gb-block-post-grid-image a,
article.listing-item: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.post:hover h2.entry-title a,
article.post:focus h2.entry-title a,
article.listing-item:hover h2.entry-title a,
article.listing-item: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: 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;
}

.archive-internal {
    clear: both;
}

.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;
    padding: 0px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.before-archive:After {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    border-top: 1px solid #EFEDED;
    border-bottom: 1px solid #EFEDED;
    clear: both;
    margin: 20px 0;
}

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

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

.before-archive .widget_search .widget-title {
    font-size: 17px;
}

.before-archive .widget_search {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

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

.before-archive .menu-item a,
.before-archive .menu-item a:visited {
    font-family: var(--para-font-family);
    font-weight: 700;
    color: var(--button-color);
    font-size: 15px;
    text-decoration: none!important;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 1px solid var(--button-color);
    width: 100%;
    text-align: center;
}

.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 {
    position: initial;
}

.before-archive .genesis-nav-menu .menu-item.current-menu-item a,
.before-archive .genesis-nav-menu .menu-item a:focus,
.before-archive .genesis-nav-menu .menu-item a:hover {
    background-color: var(--button-color);
    color: var(--button-txt-color);
}

.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: var(--button-color);
    font-family: var(--secondary-font-family);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
    width: 100%;
    display: block;
    border-color: var(--button-color);
    background-color: #fff;
}

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


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

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

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

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


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


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

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

.sidebar .enews {
    background-color: var(--bg-color);
    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 var(--bg-color);
    color: #333;
    padding-left: 0;
    padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
    background: transparent;
    color: var(--accent-color);
}

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

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

.related-post .post_title {
    font-weight: 600;
    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;
}

.owl-carousel .owl-stage-outer {
    margin: -10px!important;
}


/* Simple Social Icons
--------------------------------------------- */

.sticky-header .simple-social-icons ul li,
.header-wrap .simple-social-icons ul li,
.footer-wrap .simple-social-icons ul li {
    margin: 0px!important;
}

.simple-social-icons ul li a {
    padding: 4px!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: var(--topbar-bg);
    font-family: var(--secondary-font-family);
    font-weight: 600;
    color: var(--topbar-color);
    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(--topbar-color);
    text-decoration: none;
    margin-left: 5px;
    border: 1px solid var(--topbar-color);
    padding: 0 5px;
}

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

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

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


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

.sticky-header {
    position: relative;
    width: 100%;
    background-color: #fff;
    top: 0;
    z-index: 99;
    display: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.sticky .sticky-header:not(.nosticky) {
    position: fixed;
    -webkit-position: fixed;
    display: block;
    box-shadow: 2px 0 7px #ccc;
    -webkit-box-shadow: 2px 0 7px #ccc;
}

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

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

.site-header .wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-end;
}

.site-header .wrap>* {
    flex: 1
}


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

.title-area {
    float: none;
    padding-bottom: 5px;
    padding-top: 0px;
    text-align: left;
    justify-content: flex-start;
    flex: 2
}

.header-right-disabled.wp-custom-logo .title-area {
    text-align: center;
    float: none;
}

.title-area.mobileonly {
    display: flex;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
    font-family: var(--primary-font-family);
}

.title-area.mobileonly .site-title {
    position: relative !important;
    width: 100%;
    height: auto;
}

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

.wp-custom-logo .sticky-header .title-area {
    width: 100%;
    text-align: center;
}

.sticky-header .menu-widgets {
    display: none;
}

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

.site-header .wrap {
    max-width: var(--max-width);
    margin: 5px auto
}

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

.header-right-disabled .site-title {
    text-align: center;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: var(--accent-color);
    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: left;
    color: var(--link-color);
    margin-bottom: 0px;
    text-indent: -9999;
    text-align: center;
    display: none;
}

.wp-custom-logo .site-description {
    display: none;
}


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

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

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

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

.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: var(--menu-color);
    text-decoration: underline;
}

.nav-primary ul.genesis-nav-menu:not(.sub-menu)>li:first-child>a {
    padding-left: 0px;
}

.nav-primary .genesis-nav-menu li:last-child a {
    padding-right: 0px;
}

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

.sub-menu.active {
    display: block;
}

.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu a:visited {
    color: var(--menu-color);
    font-size: 14px;
    position: relative;
    word-wrap: break-word;
    text-align: left;
}

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

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


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

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

.mobile-header .menu-toggle:focus,
.mobile-header .menu-toggle:hover {
    color: var(--primary-color);
}

.menu-toggle {
    line-height: 1;
    position: relative;
    z-index: 1000;
    padding: 0;
    width: 36px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    padding: 8px;
    text-align: center;
}

.sub-menu-toggle span,
.menu-toggle span {
    width: 100%;
    width: 16px;
    height: 16px;
}

.sub-menu-toggle span {
    color: var(--menu-color)
}

.sub-menu-toggle span svg,
.menu-toggle span svg,
.searchicon span svg {
    stroke: currentColor;
    fill: currentColor;
}

.menu-toggle span:last-child,
.menu-toggle.activated span:first-child,
.sub-menu-toggle span:last-child,
.sub-menu-toggle.activated span:first-child,
.sfHover .sub-menu-toggle span:first-child {
    display: none;
}

.menu-toggle span:first-child,
.menu-toggle.activated span:last-child,
.sub-menu-toggle span:first-child,
.sub-menu-toggle.activated span:last-child,
.sfHover .sub-menu-toggle span:last-child {
    display: block;
    height: 16px;
}

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

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

.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 .hwrap {
    border-top: 1px solid #EFEDED;
    border-bottom: 1px solid #EFEDED;
    width: var(--max-width);
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    clear: both;
    flex-basis: 100%;
    padding: 5px 0;
    position: relative;
    min-height: 45px;
    justify-content: center;
    align-items: center;
}

.sticky-header .wrap {
    border-top: 0px;
}

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

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

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

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

.sticky-header .search-form input[type="submit"],
.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;
}

.menu-widgets .widget {
    margin-bottom: 0px;
    display: block;
    float: left;
}


/* Header Widget Area
--------------------------------------------- */

.header-widget-area {
    max-width: 300px;
    flex-basis: 300px;
    float: right;
    margin-bottom: 15px;
    display: none;
}

.header-widget-area .widget {
    margin-bottom: 10px;
}

.header-widget-area .widget:last-child {
    margin-bottom: 0px;
}

.header-widget-area button,
.header-widget-area input[type="button"],
.header-widget-area input[type="reset"],
.header-widget-area input[type="submit"] {
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
}


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

.nav-secondary {
    text-align: right;
}

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

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

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

.nav-secondary .genesis-nav-menu .sub-menu a,
.nav-secondary .genesis-nav-menu .sub-menu a:visited {
    color: #000;
    padding: 12px;
}

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

.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu a:hover {
    text-decoration: underline
}

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

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

.nav-footer .genesis-nav-menu li.menu-item-has-children>a::after {
    display: none;
}


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

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

.entry-categories,
.entry-tags {
    display: block;
    text-align: center;
    margin: 10px;
}

.entry-categories a,
.entry-tags a {
    text-decoration: none;
}

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

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

.entry-header .entry-meta,
.entry-content .entry-meta {
    text-align: center;
    display: block;
}

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

.content .entry-meta .categories-listing {
    margin: 10px 0;
}

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

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

.after-entry .entry-header .categories-listing {
    text-align: center
}

.after-entry .display-posts-listing .image img {
    margin-bottom: 10px;
}

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

.entry-footer .categories-listing .cat-item,
.entry-content .categories-listing .cat-item {
    margin: 10px 0;
}

.entry-header .categories-listing .cat-item img,
.entry-footer .categories-listing .cat-item img,
.entry-content .categories-listing .cat-item img,
.home .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;
}

.adjacent-entry-pagination a {
    text-decoration: none;
    font-weight: bold;
}

.adjacent-entry-pagination a:hover {
    text-decoration: underline;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: var(--bg-color);
    color: var(--bg-color-txt);
    cursor: pointer;
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    margin-right: 4px;
    padding: 5px 15px;
    text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: var(--accent-color);
    color: var(--accent-color-txt);
}

.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 #000;
    margin-bottom: 0px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: var(--secondary-font-family);
}

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

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

.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: bold;
    color: var(--link-color);
}

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

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

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

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

.comment-respond form p {
    text-align: center
}

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

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

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

.sidebar .widgettitle {
    text-align: center;
}

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

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

.sidebar .widget:first-of-type {
    background-color: var(--bg-color);
    padding: 20px 30px;
}

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

.sidebar .categories-listing .cat-item {
    display: block;
    margin-bottom: 20px;
}

.sidebar .categories-listing .cat-item:last-child {
    margin-bottom: 0px;
}

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

.sidebar .categories-listing .cat-item a {
    text-align: left;
    justify-content: flex-start;
    max-width: 200px;
    margin: auto;
}


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

.footer-widgets {
    border-top: 0px solid #eee;
    background-color: #fff;
    clear: both;
    padding: 40px 0;
}

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

.footer-widgets .wrap>* {
    flex: 1;
}

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


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

.footer-wrap {
    display: flex;
    width: var(--max-width);
    max-width: 100%;
    margin: auto;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-wrap .menu-toggle {
    height: 30px;
}

.site-footer #menu-widgets ul li a,
.site-footer .footer-wrap .widget-area .widget.simple-social-icons li a {
    background-color: transparent!important;
}


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

.site-footer {
    background-color: #F6F4F4;
    font-size: 15px;
    line-height: 1.5;
    padding: 20px 30px 30px;
    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
}


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

.mobileonly {
    display: block;
}

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

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

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

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

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

.searchicon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 36px;
    height: 100%;
    padding: 8px;
}

.searchicon span {
    width: 18px;
    height: 18px;
    color: var(--link-color);
}

.searchicon span:last-child,
.searchicon.activated span:first-child {
    display: none;
}

.searchicon span:first-child,
.searchicon.activated span:last-child {
    display: block;
}

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

.menu-widgets-disabled .menu-primary {
    text-align: center;
}


/* Extra styles
---------------------------------------------------------------------------- */

.slidersection.gb-block-post-grid {
    overflow: hidden;
}

.slidersection.gb-block-post-grid .is-grid.swiper-wrapper,
.slidersection.gb-block-post-grid .gb-is-grid.swiper-wrapper {
    display: flex;
    grid-gap: 0px;
}

.slidersection.gb-block-post-grid .is-grid>.swiper-slide,
.slidersection.gb-block-post-grid .gb-is-grid>.swiper-slide {
    flex: none;
}

.is-style-sectionheading {
    position: relative;
}

.is-style-sectionheading span {
    background-color: #fff;
    padding-right: 10px;
    display: inline-block;
    z-index: 1;
}

.is-style-sectionheading:after {
    position: absolute;
    top: 50%;
    left: 0px;
    height: 5px;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    content: '';
    display: inline-block;
    width: 100%;
    z-index: -1;
}

.is-style-cursive {
    font-family: var(--cursive-font-family);
}


/* 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: 100%;
        max-height: 35px;
    }
}

@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: center;
    }
    .header-widget-area {
        display: block;
    }
    /* Site Header
	--------------------------------------------- */
    .site-title {
        font-size: 74px;
        text-align: left;
    }
    .site-description {
        font-size: 15px;
    }
    .site-header {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .title-area {
        float: left;
    }
    .stick-header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 9999;
        width: 100%;
        box-shadow: 1px 0 5px var(--bg-color);
        background-color: var(--white);
    }
    .nav-secondary .genesis-nav-menu a,
    .nav-secondary .genesis-nav-menu a:visited {
        padding: 0 20px;
        color: #fff;
        text-transform: uppercase
    }
    .sticky-header .sticky-wrap {
        display: flex;
        margin: 10px auto;
        max-width: 100%;
        width: var(--max-width);
        justify-content: center;
        align-items: space-between;
        clear: both;
        flex-basis: 100%;
    }
    .wp-custom-logo .title-area img {
        max-height: 100px;
    }
    .menu-primary {
        background-color: transparent;
    }
    /* Sticky Header
	--------------------------------------------- */
    .sticky-header .menu-widgets {
        display: block;
    }
    /* 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: 600;
    }
    .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: var(--primary-color);
    }
    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        width: 220px;
    }
    .genesis-nav-menu .sub-menu {
        border-top: 1px solid var(--link-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(--link-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 li.menu-item-has-children {
        padding-right: 15px;
    }
    .before-archive .genesis-nav-menu li.menu-item-has-children>.sub-menu-toggle,
    .genesis-nav-menu li.menu-item-has-children>a .sub-menu-toggle {
        font-family: inherit;
        content: "";
        margin-left: 5px;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        display: inline-block;
        height: 10px;
        width: 10px;
        position: relative;
    }
    .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: none;
    }
    .genesis-nav-menu .sub-menu {
        background-color: var(--white);
    }
    .genesis-nav-menu .menu-item.menu-item-has-children:focus>.sub-menu,
    .genesis-nav-menu .menu-item.menu-item-has-children:hover>.sub-menu {
        display: block;
        left: auto;
        opacity: 1;
    }
    /* Responsive Menu
	--------------------------------------------- */
    .genesis-responsive-menu {
        display: block;
    }
    .menu-toggle {
        display: none;
        visibility: hidden;
    }
    .menu-primary {
        position: relative;
        border-top: 0px;
        padding: 0px;
        text-align: left;
    }
    .sub-menu-toggle span {
        width: 12px;
    }
    /* Header Menu
	--------------------------------------------- */
    .nav-primary {
        clear: none;
        float: none;
        width: auto;
        max-width: var(--max-width);
        margin: auto;
        text-align: center;
        position: relative;
        top: auto
    }
    .nav-sticky-primary,
    .admin-bar .nav-sticky-primary {
        top: 0px;
    }
    .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: 70%;
    }
    .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 {
        padding: 40px 0;
    }
    /* After Entry
	--------------------------------------------- */
    .after-entry {
        padding: 40px 0px;
    }
    .after-entry .widget-title {
        font-size: 32px;
        font-family: var(--secondary-font-family);
    }
    .after-entry .enews {
        padding-left: 30px;
        padding-right: 30px;
    }
    .after-entry .subscribebox {
        background-color: var(--accent-color);
        padding: 20px 60px 20px 20px;
        display: block;
        margin: 0 40px;
    }
    .after-entry .subscribebox img {
        margin: 0;
        max-width: 200px;
    }
    /* 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.
	--------------------------------------------- */
    .after-entry,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings {
        margin-bottom: 40px;
    }
    .home .entry {
        margin-bottom: 15px;
    }
    .archive-description {
        margin-bottom: 20px
    }
    /* Footer Widgets
	--------------------------------------------- */
    .footer-widgets .wrap {
        max-width: 1140px;
    }
    .footer-widget-area {
        float: left;
        margin-bottom: 0;
        width: calc(100% / 3);
    }
    /* 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;
    }
    .archive-description .intro>div {
        width: 50%;
    }
    .archive-description .intro .first {
        padding: 0 30px;
        s
    }
    .archive-description .intro>div img {
        display: block;
    }
    .pagination .pagination-next,
    .pagination .pagination-previous {
        display: inline-block;
    }
    /* MobileOnly
	--------------------------------------------- */
    .mobileonly {
        display: none!important;
    }
    #searchform {
        display: inline-block;
        opacity: 1;
        transform: translateX(0);
    }
    .site-footer nav a {
        text-align: center
    }
}

@media only screen and (max-width: 960px) {
    .site-header,
    .header-wrap .search-wrap,
    .header-wrap .menu-toggle,
    .header-wrap nav {
        display: none;
    }
    .sticky-header {
        display: block;
    }
    .wp-custom-logo .title-area {
        width: 100%;
        text-align: center;
    }
    .menu-widgets-disabled .header-wrap {
        min-height: 0px;
        border: 0px;
    }
    .sticky .header-wrap {
        margin-top: 55px;
    }
    .genesis-nav-menu a {
        text-align: left;
    }
    .before-archive .menu-item,
    .before-archive .menu-item a {
        display: inline-block;
        text-align: center;
    }
    .before-archive .menu-item a,
    .before-archive .menu-item a:visited {
        padding: 3px;
    }
    .wp-block-search .wp-block-search__inside-wrapper {
        display: block;
    }
    .wp-block-search input,
    .wp-block-search .wp-block-search__button {
        width: 100%;
        margin-bottom: 5px;
    }
    /* site footer */
    .footer-widgets .wrap {
        display: block;
    }
    .footer-widgets .wrap .footer-widget-area {
        width: 50%;
        float: left;
    }
    .footer-widgets .wrap .footer-widget-area.one-half:nth-of-type(2n+1) {
        clear: both;
    }
    .footer-wrap {
        display: block;
    }
    .site-footer .menu-widgets,
    .site-footer .menu-widgets .widget {
        display: block;
        float: none;
    }
    .site-footer .simple-social-icons ul.alignright {
        float: none;
        text-align: center;
        margin: 10px
    }
    .site-footer .simple-social-icons ul.alignright li {
        float: none;
        display: inline-block;
    }
    h2.entry-title,
    .gb-block-post-grid header .gb-block-post-grid-title {
        font-size: medium!important;
    }
    .categories-listing .cat-item {
        font-size: 70%;
    }
    .author-box-inner {
        display: block;
    }
    .author-box-inner {
        display: block;
    }
    .author-box-inner .left {
        max-width: 100%;
        margin: 10px auto 20px;
        display: block;
        text-align: center;
        float: none;
    }
    .author-box-inner .left .avatar {
        float: none;
    }
    .after-entry {
        padding: 10px 0px;
    }
}

@media only screen and (max-width: 700px) {
    .before-archive .genesis-nav-menu .menu-item {
        width: 48%;
    }
}

@media only screen and (max-width: 480px) {
    .footer-widgets .wrap .footer-widget-area {
        width: 100%;
        float: none;
        clear: both;
    }
}


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