/*
Theme Name: Blogger Theme
Theme URI: https://blogger.anchoredthemes.com/
Github Theme URI: https://github.com/AnchoredDesign/blogger-theme
Description: This is the Blogger Theme Theme created for the Genesis Framework.
Author: AnchoredDesign
Author URI: https://www.anchoreddesign.com/

Version: 1.1.9

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

Text Domain: blogger-theme
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaultsp
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Author Box
	- 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
- Extra Styles
- Planing Page
- 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: "Willowlane";
    src: url("fonts/Willowlane.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("fonts/Willowlane.woff") format("woff");
    font-display: auto;
    font-weight: normal;
}

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

@font-face {
    font-family: "PT Serif";
    src: url("fonts/PTSerif-Bold.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("fonts/PTSerif-Bold.woff") format("woff");
    font-display: swap;
    font-weight: bold;
}

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

@font-face {
    font-family: "Quattrocento Sans";
    src: url("fonts/QuattrocentoSans-Bold.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("fonts/QuattrocentoSans-Bold.woff") format("woff");
    font-display: swap;
    font-weight: bold;
}

:root {
    --max-width: 1200px;
    --single-max-width: 800px;
    --primary-color: #fcefeb;
    --secondary-color: #d46e6c;
    --bg-color: #fcefeb;
    --link-color: #1a1a1a;
    --accent-color: #bc4646;
    --button-color: #bc4646;
    --altbutton-color: #d46e6c;
    --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: #d46e6c;
    --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: 20px;
    --para-size: 16px;
    --cursive-font-family: "Willowlane", "Times New Roman", cursive;
    --primary-font-family: "Willowlane", "Times New Roman", cursive;
    --secondary-font-family: "PT Serif", Arial, Verdana, sans-serif;
    --button-font-family: "Quattrocento Sans", Arial, Verdana, sans-serif;
    --para-font-family: "Quattrocento Sans", Arial, Verdana, sans-serif;
    --archive-title-size: 35px;
    --title-size: 21px;
    --theme-color1: #db7b7b;
    --theme-color2: #c95f5f;
    --theme-color3: #a53434;
}


/* 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: 0.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: -0.25em;
}

sup {
    top: -0.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: 0.35em 0.75em 0.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.4;
    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: underline;
}

a:not(.entry-title-link):not(.entry-link) {
    font-weight: bold;
}

p {
    margin: 0 0 20px;
    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: 500;
    line-height: 1.1;
    margin: 0 0 10px;
}

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

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

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

h4 {
    font-size: var(--heading-h4-size);
    font-family: var(--para-font-family);
    font-weight: bold;
    margin-bottom: 20px;
}

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

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

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;
    margin-top: 20px;
}


/* 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,
#edd-purchase-button,
.edd-submit,
[type="submit"].edd-submit,
#edd-purchase-button:visited,
.edd-submit:visited,
[type="submit"].edd-submit:visited {
    background-color: var(--button-color);
    border: 1px solid var(--button-color);
    color: #fff;
    cursor: pointer;
    font-size: 21px;
    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,
#edd-purchase-button:hover,
.edd-submit:hover,
[type="submit"].edd-submit:hover,
#edd-purchase-button:focus,
.edd-submit:focus,
[type="submit"].edd-submit:focus {
    background-color: #fff;
    border: 1px solid var(--button-color);
    color: var(--button-color);
}

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

.home .site-inner {
    padding: 0px;
}

.single.full-width-content .site-inner,
body.page:not(.home) .site-inner {
    max-width: 100%;
    width: var(--single-max-width);
    margin: auto;
}

body.page:not(.genesis-title-hidden) .site-inner {
    padding-top: 30px;
}


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

.hide {
    display: none;
}


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

.author-name {
    font-size: 28px;
}

.author-box-inner {
    display: grid;
    grid-template-columns: 170px 1fr;
    column-gap: 20px;
}

.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-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    padding: 4px 0;
    text-align: center;
    color: #fff;
    background-color: var(--button-color);
    border: 1px solid var(--button-color);
    border-radius: 50%;
    text-decoration: none;
    margin: -5px 0px 0;
}

.author-box-inner .social a:hover,
.author-box-inner .social a:focus {
    color: var(--button-color);
    background-color: #fff;
}

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

.author-box-inner .social svg {
    width: 16px;
    height: 16px;
}


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

.archive-description {
    width: 850px;
    max-width: 100%;
    margin: auto;
}

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

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

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

.breadcrumb {
    font-family: var(--para-font-family);
    font-size: 14px;
    text-transform: uppercase;
    color: #666666;
    clear: both;
    display: block;
    padding: 10px 0;
    font-weight: bold;
    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;
}

.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;
    font-size: 14px;
    padding: 10px 15px;
}

.widget_search form {
    display: block;
}

.home .wp-block-search {
    width: 800px;
}

.wp-block-search__inside-wrapper .wp-block-search__input {
    font-size: 17px;
    font-weight: bold;
    background-color: #f9f6f2;
    background-image: url(images/searchicon.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center right 20px;
    padding: 10px 20px;
    border-radius: 20px !important;
    border-width: 0px !important;
}

.wp-block-search__inside-wrapper .wp-block-search__button {
    display: none;
}


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

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

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

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

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

.single h1.entry-title {
    font-size: var(--archive-title-size);
    margin-bottom: 10px;
    font-family: var(--secondary-font-family);
    font-weight: 400;
    line-height: 1.4;
}

.page h1.entry-title {
    text-align: center;
    font-size: var(--archive-title-size);
}

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

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

.entry-title a:focus,
.entry-title a:hover {
    color: var(--link-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: 21px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: var(--secondary-font-family);
}

.genesis-title-hidden .site-inner {
    padding-top: 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: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.entry:hover h2.entry-title a,
article.entry:focus h2.entry-title a,
h2.gb-block-post-grid-title a.entry-link:hover,
h2.gb-block-post-grid-title a.entry-link:focus {
    text-decoration: underline !important;
    transition: all 0.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;
    font-style: normal;
}

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

.archive-internal .ff__wrapper .ff__form,
.entry-content .ff__wrapper .ff__form {
    padding: 0px;
}

.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;
    width: 850px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

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

.nav-archive {
    clear: both;
    margin: 30px 0 40px 0;
    text-align: center;
}

.nav-archive .menu-item {
    margin: 0 3px;
}

.nav-archive .menu-item a,
.nav-archive .menu-item a:visited {
    font-family: var(--para-font-family);
    font-weight: 700;
    background-color: var(--button-color);
    font-size: 14px;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 10px !important;
    color: #fff;
    border: 1px solid var(--button-color);
}

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

.nav-archive .genesis-nav-menu .sub-menu a,
.nav-archive .genesis-nav-menu .sub-menu a:visited {
    border-color: var(--button-color);
}

.nav-archive .genesis-nav-menu .sub-menu a:focus,
.nav-archive .genesis-nav-menu .sub-menu a:hover {
    background-color: var(--button-color) !Important;
    color: var(--button-hover-color);
    border-color: var(--button-color);
}

.nav-archive .genesis-nav-menu .sub-menu {
    border-color: var(--button-color);
}


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


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

.after-entry .listing-item .entry-title {
    line-height: 1.5;
}


/* 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 {
    font-family: var(--para-font-family);
    background: var(--bg-color);
    font-weight: 600;
    color: var(--bg-color-txt);
    padding: 5px 0px;
    font-size: 17px;
}

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

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

.top-bar a,
.top-bar a:visited {
    color: var(--bg-color-txt);
    text-decoration: none;
    margin-left: 5px;
    border: 1px solid var(--bg-color-txt);
    padding: 0 5px;
}

.top-bar a:hover,
.top-bar a:focus {
    background-color: var(--bg-color-txt);
    color: var(--bg-color);
}

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

.top-bar .widget {
    text-align: center;
    margin-bottom: 0px;
    color: var(--bg-color-txt);
}


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

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

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

.sticky .sticky-header.sticky-enabled {
    display: block;
    position: fixed;
}

.sticky .site-inner {
    margin-top: 50px;
}

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

.site-header>.wrap {
    display: flex;
}

.site-header .wrap>* {
    flex: auto;
}

.site-header .genesis-nav-primary {
    float: right;
}

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


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

.title-area {
    float: none;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    margin-bottom: -30px;
    position: relative;
    z-index: 999;
    height: 140px;
    width: 500px;
    margin-bottom: -40px;
    margin-top: 0;
}

.title-area.mobileonly {
    display: flex;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
}

.wp-custom-logo .title-area {
    max-width: 100%;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 300px;
    text-align: left;
    margin-bottom: 0px;
    height: auto;
    display: flex;
    align-items: center;
}

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

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

.wp-custom-logo .title-area img {
    width: auto;
    max-width: 100%;
    margin-bottom: 0px;
}

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

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

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #000;
    text-decoration: none;
    font-weight: 400 !important;
    white-space: nowrap;
}

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

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


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

.genesis-responsive-menu,
.nav-primary nav {
    display: none;
    position: relative;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
}

.genesis-responsive-menu.active,
.nav-primary nav.active,
.nav-footer.active {
    display: block;
    transform: scaleY(100%);
    opacity: 1;
    top: 50px;
    left: 0;
}

.nav-footer.active {
    top: 0px;
}

.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,
.genesis-nav-menu a:visited {
    color: #000;
    display: block;
    font-size: 17px;
    outline-offset: -1px;
    padding: 10px 15px;
    text-decoration: none;
    font-family: var(--para-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: var(--accent-color);
    text-decoration: underline;
}

.site-header .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;
    background-color: var(--white);
}

.amp-menu .genesis-nav-menu .sub-menu {
    display: block;
    transform: scaleY(100%) !important;
}

.amp-menu .genesis-nav-menu .sub-menu-toggle {
    display: none !important;
}

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

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

.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu a:visited {
    background-color: var(--white);
    color: #000;
    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,
.genesis-nav-menu .sub-menu .current-menu-item a {
    background-color: var(--secondary-color) !important;
    color: var(--secondary-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: #000;
    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: #000;
}

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

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

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

.menu-toggle:focus,
.menu-toggle:hover {
    background-color: #fff;
}

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

.menu-toggle span:first-child,
.sub-menu-toggle span:first-child {
    display: inline-block;
}

.sub-menu-toggle.activated span:last-child,
.menu-toggle.activated span:last-child {
    display: inline-block;
}

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

.sub-menu-toggle {
    padding: 0px !important;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    height: 30px;
    width: 20px;
    line-height: 1;
}

.sub-menu-toggle span {
    height: 12px;
    width: 12px;
    position: relative;
}

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

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

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

.nav-sticky-primary {
    flex: 1;
    top: 52px;
    width: 100%;
    z-index: 999;
}

.sticky-header .search-form input[type="search"],
.search-form input[type="search"] {
    border-width: 0px;
    background-image: url("images/searchicon.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center right 10px;
    font-family: var(--para-font-family);
    margin-bottom: 0px;
    padding: 8px;
    font-size: 14px;
    background-color: #f2f2f2;
    border-radius: 20px;
    text-transform: lowercase;
    width: 100%;
}

.sticky-header .search-form input[type="submit"],
.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 {
    width: auto;
    max-width: 100%;
    float: right;
    margin-bottom: 0px;
    margin-top: 0px;
}

.header-widget-area .widget {
    display: none;
    margin: 0;
}

.header-widget-area nav {
    margin-top: 25px;
}

.header-widget-area ul>li {
    margin-bottom: 0px;
}

.header-widget-area .widget-title {
    display: none;
}

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

.header-widget-area .widget.widget_search {
    max-width: 180px;
}


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

.footer-wrap {
    padding: 0px;
    text-align: center;
}

.footer-menu {
    margin-bottom: 20px;
    text-align: center;
}

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

.footer-menu .menu-toggle {
    position: relative;
    margin: auto;
    text-align: center;
    width: 100%;
    float: none;
}

.footer-menu .menu-toggle {
    margin: auto;
}

.footer-menu .genesis-responsive-menu.active {
    position: relative;
}


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


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

.entry {
    margin-bottom: 40px;
}

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

.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-content .single-sign {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--bg-color);
}

.entry-content .single-sign:after {
    content: "";
    display: block;
    height: 35px;
    width: 100%;
    background: no-repeat url(images/rose.png) center / contain;
    margin: 20px auto 0;
}

.single article.entry {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--button-color);
}


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

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

p.entry-meta .entry-author-link {
    font-weight: 500;
    text-decoration: none;
    color: #000;
}

p.entry-meta .entry-author-link:hover {
    color: var(--accent-color);
    text-decoration: underline;
    font-weight: bold;
}

.entry-footer .entry-meta {
    padding-top: 10px;
    text-align: center;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
}

.entry-footer .entry-meta a,
.entry-footer .entry-meta a:visited {
    text-decoration: none;
    color: #666;
}

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

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

.archive-wrap,
.single .entry-header-wrap {
    position: relative;
    background-color: var(--bg-color);
    text-align: center;
    margin-bottom: 20px;
}

.archive-wrap .inner,
.single .entry-header-wrap .wrap {
    margin: auto;
    width: 800px;
    max-width: 100%;
    padding: 40px 0 10px;
}

.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 .entry-image-link img {
    margin-bottom: 10px;
}

.entry-header p {
    display: inline;
}

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

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

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

.after-entry .display-posts-listing .title {
    font-weight: 400;
    font-size: var(--title-size);
    display: block;
    text-align: center;
}

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

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

.entry-header .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;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4em;
    margin-top: 10px;
}

.adjacent-entry-pagination:before,
.adjacent-entry-pagination:after {
    display: none;
}

.adjacent-entry-pagination div a:visited,
.adjacent-entry-pagination div.pagination-previous a,
.adjacent-entry-pagination div.pagination-next a {
    display: flex;
    background-color: #f7f6f5;
    padding: 10px;
    font-weight: 400;
    color: #000;
}

.adjacent-entry-pagination div a:hover,
.adjacent-entry-pagination div a:focus {
    color: var(--accent-color);
}

.adjacent-entry-pagination img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.adjacent-entry-pagination .link {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.adjacent-entry-pagination .link::before {
    content: "";
    background: no-repeat url(images/color-arrowright.svg) center / contain;
    width: 100%;
    height: 12px;
    margin-bottom: 5px;
}

.adjacent-entry-pagination .previousLink::before {
    background: no-repeat url(images/color-arrowleft.svg) center / contain;
}

.adjacent-entry-pagination .label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.adjacent-entry-pagination .title {
    font-size: 19px;
    font-family: var(--secondary-font-family);
    font-weight: 400;
}

.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: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 21px;
    font-weight: 400 !important;
    margin-right: 4px;
    padding: 5px 15px;
    text-decoration: none;
    font-family: var(--secondary-font-family);
}

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


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

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

.entry-comments h3 {
    margin-bottom: 0px;
    padding-bottom: 5px;
    text-transform: none;
    font-family: var(--secondary-font-family);
}

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

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

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

.comment-list .comment-time a {
    text-decoration: none;
    font-weight: bold;
}

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

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

.content .comment-respond {
    background-color: var(--bg-color);
    padding: 20px 40px 10px;
    margin-bottom: 60px;
}

.comment-reply-title {
    font-family: var(--secondary-font-family);
    font-weight: 400;
    text-align: center;
    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;
}

.comment-respond input,
.comment-respond textarea {
    border: 0px;
}

.comment-author>* {
    font-size: 23px;
    font-weight: 400;
    font-family: var(--secondary-font-family);
}

.comment-author-name a {
    text-decoration: none;
}


/* 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 .categories-listing {
    flex-wrap: wrap;
}

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

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

.sidebar .menu-toggle {
    display: none;
}


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

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

.home .footer-widgets {
    border: 0px;
}

.footer-widgets .wrap {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding: 25px 0;
}

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

.footer-widgets .widget-title {
    font-family: Var(--secondary-font-family);
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

.footer-widgets h6 {
    color: var(--accent-color);
    font-size: 14px;
}

.footer-widget-area.footer-widgets-1 img {
    margin-top: -30px !important;
    margin-bottom: 10px;
}

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

.site-container .sidebar .menu-toggle,
.footer-widget-area .menu-toggle {
    display: none;
}

.footer-widget-area .widget {
    margin-bottom: 0px;
}

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

.footer-widget-area .widget ul>li {
    margin-bottom: 0px;
}

.footer-widget-area li a,
.footer-widget-area li a:visited {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
    text-decoration: none;
    color: #000;
}

.footer-widget-area li a:focus,
.footer-widget-area li a:hover {
    color: var(--accent-color);
}

.footer-widgets .footer-widget-area:not(:first-child):not(:last-child) {
    border-right: 1px solid #e6e6e6;
}

.footer-widgets .sub-menu {
    display: none;
}

.footer-widgets .simple-social-icons ul.aligncenter li {
    margin-bottom: 0px !important;
}

.footer-widgets .wp-block-social-links li {
    margin: 0px !important;
    padding: 0px !important;
}

.footer-widgets .wp-block-social-links li a {
    font-size: 20px;
}

.footer-widgets .footer-widgets-1 img {
    margin-bottom: 0px;
}


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

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

.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: #fff;
    font-size: 15px;
    line-height: 1.5;
    padding: 0px 0px 20px 0;
    text-align: center;
    font-weight: bold;
}

.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 .disclaimer {
    margin-top: 10px;
    font-weight: normal;
}

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

.before-footer {
    background-color: var(--secondary-color);
    font-style: 17px;
    color: var(--secondary-color-txt);
    padding: 10px 0;
    margin-bottom: 20px;
}

.before-footer .wrap {
    width: var(--max-width);
    max-width: 100%;
    margin: auto;
    position: relative;
}


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

.mobileonly {
    display: block;
}

#searchform {
    display: none;
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.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: 54px;
}

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

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

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

.searchicon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 45px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: no-repeat url(images/blacksearchicon.svg) center / 17px;
    background-color: #fff;
    z-index: 9999;
}

.searchicon.active {
    background: no-repeat url(images/close.svg) center / 16px;
    background-color: #fff;
}

.searchicon img {
    max-width: 16px;
    z-index: 99;
}

.menu-primary {
    position: absolute;
    top: 0;
    padding: 0 20px;
    z-index: 992;
    border-top: 1px solid #c6c1b9;
    text-align: left;
    left: 0px;
    right: 0px;
}


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

.is-style-aligncenter,
body .is-layout-flex>.is-style-aligncenter {
    text-align: center;
    justify-content: center;
    margin: auto;
}

.wp-block-social-links.aligncenter {
    margin-bottom: 0px;
    padding-left: 0px;
}

.error404 .entry-content {
    text-align: center;
}

.error404 .entry-content .search-form {
    text-align: center;
    max-width: 100%;
    margin: auto;
}

.wp-block-image a:hover img {
    opacity: 0.9;
}

ul.largeList {
    margin-bottom: 25px;
}

.largeList li {
    font-size: 22px;
    margin-bottom: 5px;
    list-style-type: none !important;
    font-family: var(--secondary-font-family);
}

.wp-block-column:not(:first-child) {
    margin-left: 1em;
}

.wp-block-image {
    margin-bottom: 10px;
}

.whitetxt .wp-block-image figcaption a,
.whitetxt .wp-block-image figcaption a:visited {
    color: #fff;
    text-decoration: none;
}

.whitetxt .wp-block-image figcaption a:focus,
.whitetxt .wp-block-image figcaption a:hover {
    text-decoration: underline;
}

.wp-block-image.margin0 {
    margin-bottom: 0px;
}

.wp-block-image.margin-20 {
    margin-top: -20px;
}

.bottomleftImage img {
    position: absolute;
    bottom: -30px;
    left: -60px;
}

.bottomrightImage img {
    position: absolute;
    bottom: -60px;
    right: -10%;
}

.is-style-style2 article {
    position: relative;
}

.is-style-style2 .gb-block-post-grid-text {
    position: absolute;
    bottom: 40px;
    background-color: rgba(249, 246, 242, 0.8);
    width: 100%;
    padding: 5px;
}

.is-style-style2 .glider .gb-block-post-grid-text {
    width: calc(100% - 1em);
}

.is-style-style2 .gb-block-post-grid-text h2 {
    font-size: 25px;
}

.is-style-fullwidth .wp-block-button,
.site-container .is-style-fullwidth .wp-block-button .wp-block-button__link {
    width: 100%;
    margin: 0px;
}

.is-style-withicon a:after {
    position: relative;
    margin-top: 0px;
    height: 12px;
    content: "";
    width: 20px;
    z-index: 1;
    background: no-repeat url(images/black-arrowright.svg) center / contain;
    display: inline-block;
    margin-left: 10px;
}

.is-style-withicon a:hover:after {
    margin-left: 5px;
}

.borderCol {
    border: 1px solid #fff;
    padding: 10px 10px 0;
}

.borderCol .wp-block-buttons {
    max-width: 90%;
    margin: auto;
}

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

.is-style-sectionheading1:after {
    position: relative;
    top: 50%;
    left: 0px;
    height: 12px;
    content: "";
    display: inline-block;
    width: 20px;
    z-index: 1;
    background: no-repeat url(images/black-arrowright.svg) center / contain;
    transform: translateY(-20%);
    margin-left: 10px;
    transition: all 0.5s ease-in;
}

.circlestyle {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: 180px;
    width: 180px;
    margin: 0 auto 20px;
    padding: 0px !important;
    align-items: center;
    outline: 1px solid #fff;
    outline-offset: -5px;
    font-size: 80px;
}

.gb-block-container .gb-container-content h3 a,
.gb-block-container .gb-container-content h3 a:visited {
    font-weight: 400;
    text-decoration: none;
}

.gb-container-content h3 a:hover,
.gb-container-content h3 a:focus {
    color: #1a1a1a;
    text-decoration: underline;
}

.is-style-sectionheading1:hover:after,
.is-style-sectionheading1:focus:after {
    margin-left: 15px;
}

.is-style-sectionheading2:after {
    position: relative;
    top: 50%;
    left: 0px;
    height: 12px;
    content: "";
    display: inline-block;
    width: 20px;
    z-index: 1;
    mask: no-repeat url(images/color-arrowright.svg) center / contain;
    -webkit-mask: no-repeat url(images/color-arrowright.svg) center / contain;
    background: var(--accent-color);
    transform: translateY(-20%);
    margin-left: 10px;
}

.is-style-sectionheading1 a:not(.entry-title-link):not(.entry-link),
.is-style-sectionheading2 a:not(.entry-title-link):not(.entry-link) {
    font-weight: 400;
    text-decoration: none;
}

.is-style-sectionheading2:hover:after {
    transform: translate(20%, -20%);
}

.is-style-cursive {
    font-family: var(--cursive-font-family);
    margin-bottom: -10px;
    margin-top: -20px;
}

.rounded-button {
    height: 140px;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    transition: all 0.5s ease-in-out;
}

.rounded-button:hover,
.rounded-button:focus {
    color: #fff;
    opacity: 0.9;
}

.rounded-button span {
    transition: all 0.5s ease-in-out;
}

.rounded-button span:after {
    position: relative;
    margin-top: 10px;
    height: 12px;
    content: "";
    display: block;
    width: 20px;
    z-index: 1;
    background: no-repeat url(images/black-arrowright.svg) center / contain;
    margin-left: 0px;
    width: 100%;
}

.rounded-button:hover span:after {
    margin-left: 5px;
}

.toprightButton {
    position: absolute;
    top: -30px;
    left: -35px;
    transform: rotate(-15deg);
    z-index: 99;
}

.toprightButton strong {
    font-size: 19px;
    font-family: var(--secondary-font-family);
}

.toprightButton.rounded-button span:after {
    background: no-repeat url(images/white-arrowright.svg) center / contain;
}

.is-style-rounded140 {
    text-align: center;
}

.is-style-rounded140 img {
    width: 140px;
    height: 140px;
}

.edd-cartinfo:before {
    position: relative;
    top: 2px;
    left: 0px;
    height: 18px;
    content: "";
    display: inline-block;
    width: 20px;
    z-index: 1;
    background: no-repeat url(images/cart.svg) center / contain;
    transform: translateY(0%);
    margin-left: 0px;
}

.author-box .title,
.after-entry .widget-title,
.entry-comments h3:not(.comment-reply-title) {
    position: relative;
    text-transform: none;
    font-family: var(--secondary-font-family);
    text-align: left;
    font-size: 21px;
}

.author-box .title span,
.after-entry .widget-title span,
.entry-comments h3:not(.comment-reply-title) span {
    position: relative;
    background-color: #fff;
    padding-right: 10px;
    z-index: 9;
    display: inline-block;
}

.author-box .title:after,
.after-entry .widget-title:after,
.entry-comments h3:not(.comment-reply-title):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #f2e2dd;
    top: 50%;
    z-index: 0;
    display: block;
}

.postsList.gb-block-post-grid .is-grid article {
    margin-bottom: 0px;
}

.gb-block-profile .gb-social-links li i {
    background-color: var(--accent-color) !important;
}

.gb-block-profile .gb-social-links li i:hover {
    background-color: #db7b7b !important;
}

.ourteam.stacked.gb-block-profile {
    display: block;
}

.ourteam.stacked .gb-profile-column {
    width: 100% !important;
    text-align: center;
}

.ourteam.stacked .gb-profile-image-wrap {
    max-width: 200px;
    margin: 10px auto;
}


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

@media only screen and (min-width: 481px) {
    table {
        table-layout: auto;
        word-break: normal;
    }

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

@media only screen and (min-width: 960px) {
    .top-bar {
        color: #000;
        font-size: 15px;
    }

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

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

    .header-widget-area .widget {
        display: inline-block;
    }

    .header-widget-area .widget:not(:last-child) {
        margin-right: 2%;
    }

    .header-widget-area nav {
        width: 100%;
    }

    .nav-primary nav {
        position: relative;
        display: block;
        top: 0px;
    }

    /* Sticky Header
	--------------------------------------------- */
    .sticky-header {
        display: none;
    }

    .sticky .site-inner {
        margin-top: 0px;
    }

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

    .site-header {
        display: block;
    }

    .header-right-disabled .nav-primary {
        display: flex;
        align-items: center;
        margin: 0px;
        justify-content: flex-end;
    }

    .nav-primary .wrap {
        margin: 0px;
    }

    /* Site Header
	--------------------------------------------- */
    .site-title {
        font-size: 120px;
        text-align: left;
    }

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

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

    .site-header .wrap>* {
        flex: auto;
    }

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

    /* 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 .sub-menu a,
    .genesis-nav-menu .sub-menu a:visited {
        background-color: #fff;
    }

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

    .before-archive .genesis-nav-menu li.menu-item-has-children>a::after,
    .genesis-nav-menu li.menu-item-has-children>a::after {
        font-family: inherit;
        content: "";
        margin-left: 5px;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        display: inline-block;
        background: no-repeat url(images/right-arrow.svg) center / contain;
        height: 10px;
        width: 10px;
    }

    .before-archive .genesis-nav-menu li.menu-item-has-children.sfHover>a::after,
    .genesis-nav-menu li.menu-item-has-children.sfHover>a::after {
        background: no-repeat url(images/down-arrow.svg) center / contain;
    }

    .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,
    .widget_nav_menu nav {
        display: block;
    }

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

    .menu-primary {
        position: relative;
        border-top: 0px;
        padding: 0px;
        text-align: right;
    }

    /* Header Menu
	--------------------------------------------- */
    .nav-primary {
        clear: none;
        float: right;
        width: 100%;
        margin: 0px;
        text-align: right;
        position: relative;
        top: 0px;
        margin-top: 20px;
    }

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

    .nav-sticky-primary .menu-primary {
        text-align: center;
    }

    .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 {
        background-color: #fff;
        padding: 30px 0;
    }

    .author-box .author-name {
        font-family: var(--secondary-font-family);
        font-weight: 400;
    }

    /* After Entry
	--------------------------------------------- */
    .after-entry {
        padding: 0px;
    }

    .after-entry .widget-title {
        font-family: var(--secondary-font-family);
    }

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

    .after-entry .subscribebox {
        background-color: #fdddd3;
        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-fifth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        float: left;
        margin-left: 1.2%;
    }

    .one-half,
    .three-sixths,
    .two-fourths {
        width: 49.4%;
    }

    .one-third,
    .two-sixths {
        width: 32.533%;
    }

    .four-sixths,
    .two-thirds {
        width: 65.267%;
    }

    .one-fourth {
        width: 24.1%;
    }

    .three-fourths {
        width: 74.7%;
    }

    .one-fifth {
        width: 19.66%;
    }

    .one-sixth {
        width: 15.66%;
    }

    .five-sixths {
        width: 83.14%;
    }

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

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

    /* Footer Widgets
	--------------------------------------------- */
    .footer-widgets .wrap {
        max-width: var(--max-width);
    }

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

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

    .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: 1200px) {
    .nav-primary {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 960px) {
    .site-header {
        box-shadow: 0px 1px 5px #f2f2f2;
        position: relative;
        margin-bottom: 5px;
    }

    .site-header .wrap {
        padding: 0px;
        margin: 0px;
    }

    .title-area {
        width: 100%;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 50px;
        background-position: center;
    }

    .wp-custom-logo .title-area {
        justify-content: center;
        width: 100%;
    }

    .wp-custom-logo .title-area img,
    .sticky-custom-logo .title-area img {
        max-height: 50px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 5px 0;
        max-width: 200px !important;
    }

    .sticky-custom-logo .title-area img {
        max-height: 50px;
    }

    .widget_nav_menu nav,
    .menu-primary {
        background-color: #fff;
    }

    .before-archive .menu-item,
    .before-archive .menu-item a {
        display: inline-block;
    }

    .before-footer .wrap::after {
        right: 0px;
    }

    .footer-widgets .wrap {
        display: block;
    }

    .footer-widget-area {
        float: left;
        width: 50%;
    }

    .footer-widget-area:nth-child(2n+1) {
        clear: both;
    }

    .site-inner,
    .home .site-inner,
    .entry-header-wrap .alignfull .wrap,
    .gb-block-container.alignfull .gb-container-content {
        padding: 0 4%;
    }

    .toprightButton {
        top: -10px;
        left: -10px;
    }

    .bottomleftImage img {
        bottom: -20px;
        left: -2%;
    }

    .bottomrightImage img {
        bottom: -20px;
        right: -2%;
    }

    .wp-block-columns:not(.categorycolumns) .wp-block-column:nth-child(2n+1) {
        margin-left: 0px;
    }

    .wp-block-columns.categorycolumns .wp-block-column {
        flex-basis: calc(30% - 1em) !important;
        text-align: center;
    }

    .wp-block-columns.categorycolumns .wp-block-column:nth-child(4n+1) {
        margin-left: 0px;
    }

    .mobileCol1.gb-layout-columns-3>.gb-layout-column-wrap {
        display: block;
        max-width: 400px;
        margin: 10px auto;
    }

    .gb-block-layout-column {
        margin-bottom: 20px;
    }

    .nav-archive {
        display: none;
        margin-top: 0px;
    }

    .nav-archive.active {
        display: block;
    }

    .nav-archive .genesis-nav-menu .menu-item {
        width: 100%;
        display: inline-block;
        margin-bottom: 5px;
    }

    .nav-archive .genesis-nav-menu .menu-item a {
        font-size: 12px;
    }
}

@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 0.5em) !important;
        flex-grow: 0;
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 1em;
    }
}

@media screen and (max-width: 600px) {
    .wp-block-columns.categorycolumns .wp-block-column {
        flex-basis: calc(33.33% - 1em) !important;
    }

    .wp-block-columns.categorycolumns .wp-block-column:not(.first-child) {
        margin-left: 1em;
    }

    .wp-block-columns.categorycolumns .wp-block-column:nth-child(3n+1) {
        margin-left: 0px;
    }

    .rounded-button {
        margin: auto;
    }

    .wp-block-column:not(:first-child) {
        margin-left: 0px;
    }

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

    .archive-internal .ff__wrapper .ff__form,
    .entry-content .ff__wrapper .ff__form {
        padding: 0px 10px;
    }

    .top-bar a {
        display: inline-block;
    }
}

@media screen and (max-width: 500px) {
    .wp-block-columns.categorycolumns .wp-block-column {
        flex-basis: calc(50% - 1em) !important;
    }

    .wp-block-columns.categorycolumns .wp-block-column:not(.first-child) {
        margin-left: 1em;
    }

    .wp-block-columns.categorycolumns .wp-block-column:nth-child(2n+1) {
        margin-left: 0px;
    }

    .rounded-button {
        margin: auto;
    }

    .author-box-inner,
    .adjacent-entry-pagination {
        display: block;
    }

    .adjacent-entry-pagination div.pagination-previous,
    .adjacent-entry-pagination div.pagination-next {
        float: none;
        margin: 10px 0;
    }

    .author-box-inner .left {
        text-align: centerl;
    }

    .author-box-inner .avatar {
        margin: 10px auto;
        float: none;
        display: block;
    }

    .footer-widget-area {
        float: none;
        width: 100%;
    }

    .emailsubscribe form div.ff__grid {
        display: block !important;
    }

    .emailsubscribe form div.ff__grid .ff__footer {
        flex: 1;
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 10px !important;
    }

    .nav-archive .genesis-nav-menu .menu-item {
        width: 100%;
        display: inline-block;
        margin-bottom: 5px;
    }

    .nav-archive .genesis-nav-menu .menu-item a {
        font-size: 12px;
    }
}


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