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

Version: 1.3.8

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.8
Requires PHP: 7.3+

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: recipe-blogger
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Top Bar
- Site Header
	- Title Area
- Mobile Header
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Lazy Loader
- 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
	- Max-width: 960px
	- Max-width: 700px
	- Max-width: 480px
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */


/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */


/* stylelint-disable */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 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,
.after-entry .enews::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,
.after-entry .enews::after {
    clear: both;
    content: " ";
    display: table;
}


/* Defaults
---------------------------------------------------------------------------- */


/* Typographical Elements
--------------------------------------------- */

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #fff;
    color: #1a1a1a;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    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: #333;
    text-decoration: none;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

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

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

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

li {
    list-style-type: none;
}

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

b,
strong {
    font-weight: 700;
}

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

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

blockquote {
    margin: 30px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif, Arial;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 20px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
    font-family: "Crimson Text", serif;
}

h3 {
    font-size: 28px;
    color: #535353;
    font-family: "Crimson Text", serif;
}

h4 {
    font-size: 24px;
    font-weight: 600;
}

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

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

h5 {
    font-size: 18px;
    font-weight: 600;
}

h6 {
    font-size: 16px;
    font-weight: 600;
}

.breadcrumb a,
.breadcrumb a:visited,
.entry-content a,
.entry-content a:visited,
.adjacent-entry-pagination a,
.adjacent-entry-pagination a:visited {
    text-decoration: underline;
}

.entry-content a:hover,
.entry-content a:focus {
    color: #666;
}


/* 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: 0.5px solid #535353;
    height: auto;
    padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
    border: 0.5px solid #535353;
    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: 0.5px solid #535353;
    color: #535353;
    font-family: "Crimson Text", serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    width: 100%;
    font-style: italic;
    letter-spacing: 0.65px;
}

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

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

::-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
    background-color: #535353;
    border: 0.5px solid #535353;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    width: auto;
    font-family: "Roboto", serif;
    text-transform: uppercase;
    letter-spacing: 0.65px;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
    background-color: #ffffff;
    color: #535353;
}

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

.btn {
    text-decoration: none;
}


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

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

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

td,
th {
    text-align: left;
    vertical-align: top;
}

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

th {
    font-weight: 600;
    padding: 0 10px 10px;
}

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

td:last-child,
th:last-child {
    padding-right: 0;
}


/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span,
.site-description,
.wp-custom-logo .site-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.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,
.more-link:visited,
.archive-pagination li a,
.archive-pagination li a:visited,
.more-from-category a,
.more-from-category a:visited {
    display: inline-block;
    position: relative;
    margin: 10px auto;
    border: 0.5px solid #535353;
    padding: 5px 10px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 0.65px;
    font-weight: 500;
    color: #535353;
}

.more-link:focus,
.more-link:hover,
.more-from-category a:focus,
.more-from-category a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #535353;
}


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


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

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

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


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

.site-inner {
    clear: both;
    margin: 0 auto;
    padding: 60px 30px 0;
}

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


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


/* Avatar
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.author-box .avatar,
.alignleft .avatar {
    margin-right: 20px;
}

.alignright .avatar {
    margin-left: 20px;
}

.comment .avatar {
    margin: 0 15px 20px 0;
}

.bypostauthor {
    font-size: 20px;
}


/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
    margin-bottom: 40px;
}

.archive-description p {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 20px;
}

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

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

.breadcrumb {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

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

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


/* Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.search-form input[type="search"] {
    background-image: url(images/searchicon.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: top 12px right 10px;
    font-size: 14px;
}

.site-header .search-form {
    max-width: 130px;
}

.site-header .search-form input[type="search"],
.sticky-header .search-form input[type="search"] {
    padding: 6px 10px;
    text-transform: uppercase;
    background-size: 14px;
    font-size: 13px;
    background-position: top 7px right 8px;
    background-color: transparent;
    font-style: normal;
    font-family: "Muli", sans-serif;
    min-height: 28px;
    max-width: 125px;
}

.site-header .search-form input[type="search"]:hover {
    background-color: #ffffff;
    color: #000;
}

.sticky-header .search-form {
    max-width: 130px;
}

.sticky-header .search-form input[type="search"]:hover {
    background-color: #ffffff;
    color: #000;
}

.entry-content .search-form {
    margin-bottom: 40px;
    width: 50%;
}

.front-page-sidebar .search-form {
    margin-bottom: 0px;
    width: 100%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    margin-top: 10px;
}

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

.front-page-sidebar .enews {
    padding: 0 30px 30px;
}


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

.archive-description .entry-title,
.archive-title,
.author-box-title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.65px;
}

.archive-title,
.entry-title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.65px;
    font-family: "Roboto", sans-serif;
}

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

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

.widget-title {
    margin-bottom: 10px;
    font-size: 26px;
    font-family: "Crimson Text", serif;
    font-weight: 400;
    letter-spacing: 0.65px;
    text-align: center;
    color: #535353;
}

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


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

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
    display: block;
    margin: 0 auto 20px;
}

img.alignnone,
.alignnone {
    margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 30px;
}


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

.widget {
    margin-bottom: 20px;
}

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

.widget.user-profile p {
    margin-bottom: 15px;
}

.widget.user-profile .avatar-240 {
    float: none;
    display: block;
    margin: auto;
}

.user-profile h3 {
    margin-bottom: 10px;
}


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

.featured-content .entry {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

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

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


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


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

.after-entry .enews {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 10px;
    background-color: #f3fcf9;
}

.after-entry .enews form {
    display: flex;
}

.after-entry .enews form>* {
    flex: 1;
}

.enews-widget p {
    margin-bottom: 15px;
    text-align: center;
}

.enews-widget input {
    font-size: 16px;
    border: 0px;
    margin-bottom: 10px;
    flex-grow: 1;
    margin: 3px;
}

.enews-widget input[type="submit"] {
    margin: 0;
    font-size: 14px;
    width: 100%;
    margin: 4px;
}

.enews form+p {
    margin-top: 20px;
}

.sidebar .enews-widget {
    padding: 30px;
}

.front-page-sidebar .enews-widget,
.sidebar .enews-widget {
    background-color: #f3fcf9;
}

.site-header .enews-widget,
.site-header .enews-widget .widget-title,
.site-header .enews-widget p,
.sticky-header .enews-widget,
.sticky-header .enews-widget .widget-title,
.sticky-header .enews-widget p {
    color: #333;
}


/* WP Recipe Maker
--------------------------------------------- */

.entry-content .wprm-recipe {
    background: transparent;
}

.entry-content .wprm-recipe-container .wprm-recipe {
    padding-bottom: 0px !important;
}

.entry-content .wprm-recipe-container .wprm-recipe img {
    height: 150px;
    width: 150px;
    object-fit: cover;
}

.wprm-recipe-times-container,
.wprm-recipe-notes-container {
    background: #f3fcf9;
    margin: 10px -10px !important;
    border: 0px !important;
}

.wprm-recipe-notes-container {
    margin-bottom: 0px !important;
    padding: 1px 20px 20px 20px !important;
}


/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
    background: transparent;
    border-bottom: 1px solid #eee;
    color: #333;
    padding-left: 0;
    padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
    background: transparent;
    text-decoration: underline;
}

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


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

.widget-area .widget.simple-social-icons ul li {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

.front-page-sidebar .widget.simple-social-icons,
.sidebar .widget.simple-social-icons {
    margin-top: -40px;
    margin-bottom: 15px;
}


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

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

.entry-content .wpforms-form .wpforms-field {
    clear: both;
    margin: 20px 0;
    overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
    border-radius: 0;
    height: auto;
    padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
    font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
    font-size: 14px;
    font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
    display: none !important;
    left: -9000px !important;
    position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
    padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
    height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
    height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
    height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
}

.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
}


/* Display outline on focus */

:focus {
    color: #333;
    outline: #ccc solid 1px;
}


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

.top-bar {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}

.top-bar .widget-area {
    max-width: 940px;
    padding: 3px;
    margin: auto;
    text-align: center;
}

.top-bar {
    background-color: #535353;
    color: #ffffff;
}

.top-bar .enews-widget .widget-title {
    background-color: transparent;
    color: #ffffff;
}

.top-bar input[type="submit"],
.top-bar button,
.top-bar .button {
    background-color: #fff;
    color: #535353;
    padding: 2px 10px;
    font-size: 14px;
    height: auto;
    margin: 0 2px;
}

.top-bar .enews-widget .enews {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar .widget-title,
.top-bar p,
.top-bar form {
    display: inline-block;
    margin: 0px 5px;
    flex-basis: auto;
}

.top-bar .enews-widget form {
    display: flex;
    justify-content: flex-start;
    flex-grow: 40%;
}

.top-bar .enews-widget form input {
    padding: 5px 10px;
    font-size: 14px;
    height: auto;
    margin: 0 2px;
    width: 32%;
}

.top-bar .enews-widget form input[type="email"] {
    width: auto;
}

.top-bar .enews-widget form input[type="submit"] {
    width: auto;
}

.top-bar .widget:last-child {
    margin-bottom: 0px;
}


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

.site-header {
    background-color: #f3fcf9;
    padding: 0 30px;
    display: none;
}

.site-header .wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.site-header .close-toggle {
    display: none;
}

.sticky-header {
    display: none;
}

.sticky-header .title-area {
    padding-top: 0px;
    padding-bottom: 0px;
}

.sticky-header .title-area.no-logo {
    padding-top: 18px;
    padding-bottom: 18px;
}

.sticky-header .nav-primary {
    padding: 0px;
    margin: 0px;
}

.sticky-header .wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.sticky .sticky-header {
    position: fixed;
    -webkit-position: fixed;
    width: 100%;
    display: block;
    background-color: #f3fcf9;
    box-shadow: 0px 2px 5px #f2f2f2;
    z-index: 999;
    top: 0;
}

.site-header .wrap,
.sticky-header .wrap {
    display: flex;
}


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

.title-area {
    float: left;
    padding-bottom: 18px;
    padding-top: 18px;
    flex-basis: 25%;
    text-align: center;
}

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

.wp-custom-logo .title-area img {
    width: auto;
}

.site-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    font-family: "Crimson Text", serif;
    margin-bottom: 0;
    padding: 2px 15px 5px 15px;
    border: 1px solid #fff;
    color: #535353;
}

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


/* Mobile Header
---------------------------------------------------------------------------- */

.mobile-header {
    display: block;
    background-color: #f3fcf9;
    max-height: 50px;
}

.mobile-header .wrap {
    display: flex;
}

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

.mobile-header .title-area,
.sticky-header .title-area,
.wp-custom-logo .site-container .mobile-header .title-area,
.wp-custom-logo .site-container .stikcy-header .title-area {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.wp-custom-logo .mobile-header .title-area img,
.wp-custom-logo .sticky-header .title-area img {
    max-height: 42px;
}

.mobile-header .mobile-menu-toggle {
    max-width: 50px;
    margin: 0px
}

.mobile-header .searchicon,
.sticky-header .searchicon {
    mask-image: url(images/searchicon.svg);
    -webkit-mask-image: url(images/searchicon.png);
    max-width: 50px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 20px;
    -webkit-mask-size: 20px;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: #000;
    height: 50px;
    background-size: 20px;
    width: 50px;
    display: block;
}


/* Header Right Widget
---------------------------------------------------------------------------- */

.header-widget-area {
    width: 100%;
    float: right;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-widget-area .widget {
    float: left;
    margin: 0px;
}

.header-widget-area a.subscribe,
.header-widget-area a.subscribe:visited {
    font-size: 13px;
    min-height: 28px;
    margin: 0 5px;
    padding: 4px 8px 3px 8px;
    background: #fff;
    width: 125px;
    text-transform: uppercase;
    display: inline-block;
    border: 0.5px solid #535353;
    color: #535353;
    background-image: url(images/emailicon.png);
    background-size: 16px 12px;
    background-repeat: no-repeat;
    background-position: top 8px right 8px;
    text-align: left;
    background-color: transparent;
}

.header-widget-area a.subscribe:focus,
.header-widget-area a.subscribe:hover {
    background-color: transparent;
}

.header-widget-area .widget-title {
    font-size: 24px;
}

.header-widget-area .enews {
    display: none;
    background-color: #fff;
    box-shadow: 0px 0px 1px 2px #ccc;
    padding: 20px;
    max-width: 300px;
    margin-top: 20px;
    z-index: 999;
}

.header-widget-area .enews:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    margin-top: -30px;
    position: absolute;
}

.header-widget-area .enews.active {
    display: block;
    position: absolute;
}

.header-widget-area .enews input {
    border: 0.5px solid #535353;
}

.header-widget-area .widget.simple-social-icons {
    margin-top: 3px;
}

.header-widget-area .widget.simple-social-icons li>a {
    padding: 5px !important;
    font-size: 16px !important;
}


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

.genesis-nav-menu {
    clear: both;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
}

.genesis-nav-menu a,
.genesis-nav-menu a:visited {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 600;
    outline-offset: -1px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-decoration: none;
    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: #333;
    text-decoration: underline;
}

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

.genesis-nav-menu .sub-menu {
    clear: both;
    left: -9999px;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    z-index: 99;
    display: none;
}

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

.genesis-nav-menu ul.sub-menu li a,
.genesis-nav-menu ul.sub-menu li a:visited {
    background-color: #fff;
    font-size: 14px;
    position: relative;
    word-wrap: break-word;
    color: #333;
}

.genesis-nav-menu .sub-menu a:before {
    content: "\00BB";
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 18px;
    color: #ccc;
}

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

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

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

.menu-toggle,
.sub-menu-toggle {
    background-color: transparent;
    border-width: 0;
    color: #333;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
    background-color: transparent;
    border-width: 0;
    color: #000;
    font-weight: bold;
}

.menu-toggle {
    float: none;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    z-index: 1000;
    text-align: center;
}

.site-header .menu-toggle,
.sticky-header .menu-toggle {
    padding-left: 10px;
    float: right;
}

.menu-toggle::before {
    content: "";
    position: relative;
    display: inline-block;
    float: none;
    width: 30px;
    height: 20px;
    margin-bottom: -5px;
    background-color: #000;
    mask-image: url(images/menu-button.svg);
    -webkit-mask-image: url(images/menu-button.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

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

.sub-menu .sub-menu-toggle {
    padding: 12px 10px;
}

.sub-menu-toggle:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 3px;
    transition: transform 0.25s ease-in-out;
}

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


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

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


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

.nav-secondary {
    margin-top: 25px;
    text-align: center;
}

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

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

.nav-secondary a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}


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


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

.entry {
    margin-bottom: 40px;
}

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

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

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

.entry-content ol ul>li,
.entry-content ul ul>li {
    list-style-type: circle;
}

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

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

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


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

.entry-header h2.entry-title {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

h1.entry-title {
    margin-bottom: 15px;
}

.content-sidebar h2.entry-title {
    font-size: 16px;
}

p.entry-meta,
.post-meta {
    font-size: 16px;
    letter-spacing: 0.65px;
    margin-bottom: 0;
    font-style: italic;
    font-family: "Crimson Text", serif;
    color: #535353;
}

p.entry-meta {
    text-align: center;
    font-size: 16px;
    text-transform: none;
}

p.entry-meta a,
.post-meta a,
p.entry-meta a:visited,
.post-meta a:visited {
    color: #535353;
}

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

.entry-header .entry-meta {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: "Crimson Text", serif;
    line-height: 1;
    border-bottom: 0.5px solid #535353;
}

.single .entry-header .entry-meta {
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.entry-footer .entry-meta {
    border-top: 0.5px solid #535353;
    padding-top: 10px;
    font-family: "Crimson Text", serif;
}

.post-meta {
    border-bottom: 0.5px solid #535353;
    font-family: "Crimson Text", serif;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #535353;
}

.entry-header .entry-image a {
    color: #535353;
}

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

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


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

.pagination {
    clear: both;
    margin: 60px 0;
}

.adjacent-entry-pagination {
    margin-top: 40px;
    margin-bottom: 40px;
}

.adjacent-entry-pagination a,
.adjacent-entry-pagination a:visited {
    color: #333;
}

#listings .archive-pagination ul {
    padding-left: 0px;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a,
.archive-pagination li a:visited {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    letter-spacing: 0px;
    margin-bottom: 4px;
    padding: 5px 12px;
}

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

.adjacent-entry-pagination div {
    max-width: 45%;
}


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

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

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

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

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

.comment-content {
    clear: both;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 100%;
}

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

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

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

.comment-form-cookies-consent {
    clear: both;
}

.comment-form-cookies-consent label {
    display: inline;
    padding-left: 10px;
}

.comment-respond h3,
.comment-respond h4 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.65px;
}


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

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

.front-page-sidebar .widget,
.sidebar .widget {
    margin-bottom: 30px;
}

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

.sidebar .widget-title {
    font-size: 26px;
    font-family: "Crimson Text", serif;
    font-weight: 500;
    text-align: center;
}

.sidebar .cat-item {
    display: inline-block;
    width: 49%;
    text-align: left;
    margin: 0px;
    padding-left: 10px;
}

.sidebar .cat-item a,
.sidebar .cat-item a:visited {
    text-decoration: none;
    color: #1a1a1a;
}

.sidebar .cat-item a:hover,
.sidebar .cat-item a:focus {
    text-decoration: underline;
    color: #1a1a1a;
}

.sidebar .featured-content article {
    float: left;
    width: 50%;
    padding: 0 10px;
    border: 0px
}

.sidebar .featured-content .widget-wrap:after {
    content: '';
    clear: both;
    display: block;
}

.sidebar .featured-content .avatar {
    float: none;
}

.sidebar .featured-content .more-from-category {
    clear: both;
    padding: 20px;
    text-align: Center;
}


/* Front Page Sidebar
---------------------------------------------------------------------------- */

.front-page-sidebar {
    text-align: center;
}


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

.before-footer-widgets .wrap {
    max-width: 1040px;
    margin: 20px auto;
}


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

.footer-widgets {
    background-color: #f3fcf9;
    clear: both;
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
}

.footer-widgets .widget-title {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #1a1a1a;
}

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

.footer-widget-area {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

.footer-widgets h4 {
    font-family: "Crimson Text", serif;
    font-size: 34px;
    color: #535353;
    border: 1px solid #fff;
    max-width: 280px;
    margin: 0 auto 5px auto;
    line-height: 1;
    padding-top: 3px;
    padding-bottom: 5px;
    font-weight: 400;
}

.footer-widgets .enews-widget {
    border: 1px solid #535353;
    padding: 20px;
}

.footer-widgets .enews-widget p {
    margin-bottom: 15px;
}

.footer-widgets .cat-item {
    display: inline-block;
    width: 49%;
    text-align: left;
    margin: 0px;
    padding: 0px 0px 1px 10px;
    float: left;
}

.footer-widgets .cat-item:nth-of-type(2n + 1) {
    clear: both;
}

.footer-widgets .cat-item a,
.footer-widgets .cat-item a:visited {
    text-decoration: none;
    color: #1a1a1a;
    font-size: 16px;
}

.footer-widgets .widget_recent_entries li {
    text-align: left;
}

.footer-widgets ul li a:focus,
.footer-widgets ul li a:hover {
    text-decoration: underline;
}


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

.site-footer {
    background-color: #fff;
    font-size: 14px;
    line-height: 1.5;
    padding: 22px 0 30px 0;
    text-align: center;
}

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

.site-footer a,
.site-footer a:visited {
    color: #333;
}


/* Lazy Loader
---------------------------------------------------------------------------- */

.lazy-load {
    transition: opacity 0.15s;
    opacity: 0;
}

.lazy-load.is-loaded {
    opacity: 1;
}


/* Infinite Scroll
---------------------------------------------------------------------------- */

div.more-button {
    text-align: center;
}

.scroller-status .loader-ellips {
    font-size: 20px;
    /* change size here */
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}

.scroller-status .loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #555;
    /* change color here */
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.scroller-status .loader-ellips__dot:nth-child(1),
.scroller-status .loader-ellips__dot:nth-child(2) {
    left: 0;
}

.scroller-status .loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}

.scroller-status .loader-ellips__dot:nth-child(4) {
    left: 3em;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }
    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em);
    }
}

.scroller-status .loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.scroller-status .loader-ellips__dot:nth-child(2),
.scroller-status .loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.scroller-status .loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}


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

.home .aboutsection h3 {
    font-family: "Crimson Text", serif;
    letter-spacing: 0.65px;
}

.subscriberow {
    margin: 0 70px;
    box-shadow: 2px 2px 6px 1px #cccccc;
}

.subscriberow h3 {
    font-family: "Crimson Text", serif;
}

.subscriberow h3,
.subscriberow h4 {
    margin: 0px 0px 5px;
    letter-spacing: 0.65px;
}

.subscriberow p {
    margin-bottom: 25px;
}

.subscriberow .gb-block-layout-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.subscriberow .gb-newsletter-submit {
    font-size: 16px;
}

.subscriberow .mailerlite-form-title,
.subscriberow .mailerlite-form-description,
.subscriberow .mailerlite-form .mailerlite-form-field label {
    display: none;
}

.subscriberow .mailerlite-form-inputs {
    display: flex;
}

.subscriberow .mailerlite-form-field {
    max-width: 100%;
    flex: 1;
    margin-right: 2%;
}

.aboutsection h3 {
    font-size: 28px;
    margin-top: 30px;
}

.site-container .aboutsection .wp-block-media-text__content {
    background: rgba(255, 255, 255, 0.4);
    margin-right: 32px;
    border: 0.5px solid #535353;
    padding-bottom: 15px;
    height: 100%;
}

.site-container .aboutsection .content_column {
    border: 0.5px solid #535353;
    padding: 0px 40px;
    height: 100%;
    display: flex;
    align-items: center;
}

.site-container .btns .wp-block-button {
    margin-bottom: 10px;
    margin-right: 0;
}

.site-container .btns .wp-block-button:nth-of-type(2n) {
    margin-right: 0px;
}

.site-container .btns::after {
    content: "";
    display: block;
    clear: both;
}

.site-container .aboutsection .wp-block-button a,
.site-container .aboutsection .wp-block-button a:visited {
    border-radius: 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: "Crimson Text", serif;
    font-size: 21px;
    letter-spacing: 0.65px;
    font-weight: 400;
    border: 0.5px solid #535353;
    background-color: #ffffff;
}

.aboutsection .wp-block-media-text__content .wp-block-button a:hover,
.aboutsection .wp-block-media-text__content .wp-block-button a:focus {
    background-color: #535353;
    color: #fff;
}

.site-container .aboutsection .wp-block-image {
    margin-bottom: 0px;
}

.wp-block-button.fullwidth a {
    width: 100%;
    display: block;
}


/* About Page
--------------------------------------------- */

.wp-block-media-text__content {
    margin-top: 30px;
}

.aboutsection .wp-block-media-text__content {
    margin-top: 0px;
}

.aboutsection.aboutpage .wp-block-media-text__content {
    margin-top: 30px;
}

.altbtn.aligncenter {
    margin-bottom: 12px;
}

.site-container .wp-block-button.altbtn .wp-block-button__link {
    width: 200px;
    max-width: 100%;
}

.site-container .wp-block-button.altbtn .wp-block-button__link:hover {
    background-color: #fff;
    color: #535353;
}


/* Recipe Index Page
--------------------------------------------- */

.inner-content-sidebar .gb-block-post-grid .gb-post-grid-section-title {
    text-align: left;
}

.topfilter h5 {
    display: inline-block;
    padding-right: 20px;
    letter-spacing: 0.65px;
}

.filterHeading {
    display: inline-block;
}

.topfilter .wp-block-categories {
    display: inline-block;
    width: 50%;
}

.topfilter .wp-block-column:first-of-type {
    text-align: right;
}

.topfilter .wp-block-column:last-of-type {
    text-align: left;
}

.topfilter .wp-block-search {
    flex-wrap: nowrap;
    display: block;
}

.topfilter .wp-block-search .wp-block-search__label {
    width: auto;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
    letter-spacing: 0.65px;
    font-family: "Roboto", sans-serif;
}

.wp-block-search .wp-block-search__input {
    background-image: url(images/searchicon.png);
    background-repeat: no-repeat;
    background-position: top 12px right 8px;
    background-size: 18px;
    display: inline-block;
    width: 50%;
}

.entry-content .wp-block-search__button {
    display: none;
}


/* Landing Page
--------------------------------------------- */

.site-container .entry-content .wp-block-button.widebtn .wp-block-button__link {
    width: 300px;
    max-width: 100%;
    font-size: 20px;
}

.gb-container-content h5 {
    margin: 0 0 10px;
}


/* Instagram Page
--------------------------------------------- */

.ig_logo {
    color: #535353;
    padding: 2px 10px 5px 10px;
    border: 1px solid #fff;
    margin: 0px auto;
    display: block;
    max-width: 300px;
}

.ig_page .wp-block-button__link {
    text-transform: uppercase;
    width: 100%;
    display: block;
    max-width: 100%;
}

.ig_page .wp-block-button__link:hover,
.ig_page .wp-block-button__link:focus {
    background-color: #fff;
    color: #535353;
}

.instalatestgrid .gb-post-grid-section-title {
    margin-bottom: 10px;
}

.instabtn {
    font-size: 18px;
}


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

@media only screen and (max-width: 500px) {
    .gb-block-post-grid .is-list article {
        display: block;
        grid-template-columns: 1fr;
    }
}

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

@media only screen and (min-width: 960px) {
    /* Site Header
	--------------------------------------------- */
    .mobile-header,
    .mobile-sidebar-content {
        display: none;
    }
    .site-header {
        display: block;
    }
    .sticky-header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1023;
    }
    .sticky .sticky-header {
        display: block;
    }
    .admin-bar .sticky-header {
        top: 32px;
    }
    .wp-custom-logo .sticky-header .title-area {
        justify-content: flex-start;
        padding: 5px 0;
    }
    .wp-custom-logo .sticky-header .title-area img {
        max-height: 60px;
    }
    /* Genesis Menu
	--------------------------------------------- */
    .genesis-nav-menu .menu-item {
        display: inline-block;
    }
    .genesis-nav-menu .menu-item:focus,
    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
    .genesis-nav-menu>.menu-bold>a {
        font-weight: 700;
    }
    .genesis-nav-menu>.menu-highlight>a {
        background-color: #333;
        border-radius: 3px;
        color: #fff;
        font-weight: 600;
        margin-left: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .genesis-nav-menu>.menu-highlight>a:focus,
    .genesis-nav-menu>.menu-highlight>a:hover {
        background-color: #535353;
        text-decoration: underline;
    }
    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        width: 180px;
    }
    .genesis-nav-menu .sub-menu {
        border-top: 1px solid #eee;
        opacity: 0;
        padding-left: 0;
        position: absolute;
        display: none;
        transition: opacity 0.4s ease-in-out;
    }
    .genesis-nav-menu .sub-menu a {
        border: 1px solid #eee;
        border-top: 0;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -46px 0 0 179px;
    }
    .genesis-nav-menu .menu-item:hover>.sub-menu {
        display: block;
        left: auto;
        opacity: 1;
    }
    /* Responsive Menu
	--------------------------------------------- */
    .genesis-responsive-menu {
        display: block;
        padding-top: 0px;
    }
    .menu-toggle,
    .sub-menu-toggle {
        display: none;
        visibility: hidden;
    }
    /* Header Menu
	--------------------------------------------- */
    .nav-primary {
        clear: none;
        float: left;
        width: auto;
        margin: 0px;
    }
    .nav-primary .genesis-nav-menu a {
        padding-left: 10px;
        padding-right: 10px;
    }
    /* Site-Inner
	--------------------------------------------- */
    .site-inner {
        max-width: 1200px;
    }
    /* Content
	--------------------------------------------- */
    .content {
        float: left;
        width: 65%;
    }
    .sidebar-content .content {
        float: right;
    }
    .full-width-content .content {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    /* Sidebar
	--------------------------------------------- */
    .sidebar {
        float: right;
        width: 320px;
    }
    .sidebar-content .sidebar {
        float: left;
    }
    .sidebar a,
    .sidebar a:visited {
        text-decoration: underline;
    }
    /* Author Box
	--------------------------------------------- */
    .author-box {
        background-color: #f5f5f5;
        padding: 30px;
    }
    /* After Entry
	--------------------------------------------- */
    .after-entry {
        padding: 0px;
    }
    .after-entry .enews {
        background-color: #f3fcf9;
        padding: 30px;
    }
    .after-entry .enews-widget p {
        margin-bottom: 15px;
    }
    .after-entry .enews-widget form input {
        display: inline-block;
        margin-right: 1%;
        text-align: left;
        float: left;
        margin-bottom: 0px;
    }
    .after-entry .enews-widget form input[type="submit"] {
        width: auto;
        text-align: center;
        margin-right: 0;
        max-width: 150px;
    }
    /* Column Classes
	--------------------------------------------- */
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        float: left;
        margin-left: 2.564102564102564%;
    }
    .one-half,
    .three-sixths,
    .two-fourths {
        width: 48.717948717948715%;
    }
    .one-third,
    .two-sixths {
        width: 31.623931623931625%;
    }
    .four-sixths,
    .two-thirds {
        width: 65.81196581196582%;
    }
    .one-fourth {
        width: 23.076923076923077%;
    }
    .three-fourths {
        width: 74.35897435897436%;
    }
    .one-sixth {
        width: 14.52991452991453%;
    }
    .five-sixths {
        width: 82.90598290598291%;
    }
    .first {
        clear: both;
        margin-left: 0;
    }
    /* Entry Misc.
	--------------------------------------------- */
    .after-entry,
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings {
        margin-bottom: 30px;
    }
    /* Footer Widgets
	--------------------------------------------- */
    .footer-widgets .wrap {
        max-width: 1200px;
    }
    .footer-widget-area {
        float: left;
        margin-bottom: 0;
    }
    .footer-widget-area:nth-of-type(2n) {
        width: 36%;
    }
    .footer-widget-area:nth-of-type(2n + 1) {
        width: 32%;
    }
}

@media only screen and (max-width: 1300px) {
    .site-header .wrap {
        display: flex;
    }
    .title-area {
        max-width: 175px;
    }
    .site-title {
        font-size: 24px;
    }
    .genesis-nav-menu a {
        font-size: 14px;
    }
    .header-widget-area {
        text-align: right;
        padding-top: 0px;
        width: calc(100% - 175px);
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: right;
        align-content: center;
        justify-content: flex-end;
    }
    .wp-custom-logo .header-widget-area {
        width: calc(100% - 230px);
    }
    .header-widget-area>* {
        flex: 100% 1 1 1;
    }
    .nav-primary {
        width: 100%;
        float: right;
        display: block;
        padding: 0px;
        margin: 0px;
    }
    .nav-primary .wrap {
        display: block;
    }
    .nav-primary li {
        text-align: left;
    }
}

@media only screen and (max-width: 1023px) {
    .top-bar .widget .enews {
        flex-wrap: wrap;
        flex: 1 1 100%;
    }
    .wp-custom-logo .title-area img {
        width: auto;
        height: auto;
        float: left;
        max-width: 230px;
        max-height: 60px;
    }
    .sticky.wp-custom-logo .title-area img {
        max-width: 100%;
    }
    .nav-primary {
        float: left;
    }
    .nav-primary .genesis-nav-menu a {
        padding: 10px 5px;
        font-size: 14px;
    }
    .site-inner,
    .home .site-inner {
        padding-left: 3%;
        padding-right: 3%;
    }
    .aboutsection {
        display: block;
        max-width: 700px;
        margin: auto;
    }
    .site-container .aboutsection .wp-block-media-text__content {
        margin-left: 0px;
    }
    .site-container .btns .wp-block-button {
        float: none;
        width: 100%;
    }
    .aboutsection.wp-block-media-text {
        max-width: 700px;
        margin: auto;
        display: block;
    }
    .footer-widgets .wrap {
        display: block;
    }
    .footer-widget-area {
        margin-bottom: 20px;
    }
    .footer-widget-area:nth-of-type(2n) {
        width: 100%;
    }
    .footer-widget-area:nth-of-type(2n + 1) {
        width: 100%;
    }
    .topfilter h5 {
        display: block;
    }
    .topfilter .wp-block-categories {
        display: block;
        width: 100%;
    }
    .topfilter .wp-block-search .wp-block-search__label {
        display: block;
        margin-bottom: 12px;
    }
    .wp-block-search .wp-block-search__input {
        display: block;
        width: 100%;
    }
    .entry.five-sixths,
    .entry.four-sixths,
    .entry.one-fourth,
    .entry.one-half,
    .entry.one-sixth,
    .entry.one-third,
    .entry.three-fourths,
    .entry.three-sixths,
    .entry.two-fourths,
    .entry.two-sixths,
    .entry.two-thirds {
        float: left;
        margin-left: 0;
        width: 50%;
        padding: 10px;
    }
    .entry.five-sixths:nth-of-type(2n + 1),
    .entry.four-sixths:nth-of-type(2n + 1),
    .entry.one-fourth:nth-of-type(2n + 1),
    .entry.one-half:nth-of-type(2n + 1),
    .entry.one-sixth:nth-of-type(2n + 1),
    .entry.one-third:nth-of-type(2n + 1),
    .entry.three-fourths:nth-of-type(2n + 1),
    .entry.three-sixths:nth-of-type(2n + 1),
    .entry.two-fourths:nth-of-type(2n + 1),
    .entry.two-sixths:nth-of-type(2n + 1),
    .entry.two-thirds:nth-of-type(2n + 1) {
        clear: both;
    }
}

@media only screen and (max-width: 960px) {
    .top-bar {
        position: relative;
    }
    .mobile-sidebar-content {
        transform: translate(-100%);
        display: none;
        background-color: #fff;
        position: fixed!important;
        left: 0px;
        top: 0px;
        max-width: 100%;
        width: 250px;
        z-index: 9999;
        height: 100vh;
        transition: opacity 5s;
        opacity: 0;
        padding: 40px 20px;
        overflow-y: visible;
    }
    .admin-bar .mobile-sidebar-content {
        top: 32px;
    }
    .mobile-sidebar-content.active {
        display: block;
        transform: translate(0%);
        padding-top: 20px;
        opacity: 1;
    }
    .mobile-sidebar-content>.wrap {
        position: relative;
    }
    .mobile-sidebar-content .widget {
        text-align: center;
    }
    .mobile-sidebar-content.active a.subscribe {
        display: none;
    }
    .mobile-sidebar-content.active .enews {
        display: block;
        position: relative;
        max-width: 100%;
        border: 1px solid;
        padding: 10px;
        box-sizing: border-box;
    }
    .mobile-sidebar-content.active .enews input {
        border: 1px solid;
        max-width: 100%;
        box-sizing: border-box;
        margin: 0 0 10px 0;
    }
    .mobile-sidebar-content.active .header-widget-area .enews::before {
        display: none;
    }
    .mobile-sidebar-content.active .close-toggle {
        position: absolute;
        right: 10px;
        top: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        display: block;
        z-index: 99999;
    }
    .mobile-sidebar-content .menu {
        text-align: left;
    }
    .mobile-sidebar-content .menu-item {
        position: relative;
    }
    .mobile-sidebar-content .menu-item a,
    .mobile-sidebar-content .menu-item a:visited {
        color: #000;
    }
    .mobile-sidebar-content .menu-item a:hover,
    .mobile-sidebar-content .menu-item a:focus {
        color: #000;
        text-decoration: underline;
    }
    .mobile-sidebar-content .menu-item .sub-menu {
        display: none;
    }
    .mobile-sidebar-content .menu-item .sub-menu.active {
        display: block;
    }
    .mobile-sidebar-content .menu-item .sub-menu li {
        margin-left: 10px;
    }
    .sticky-header .wrap {
        display: flex;
    }
    .sticky-header .wrap>* {
        flex: 1;
    }
    .sticky-header .mobile-menu-toggle,
    .sticky-header .searchicon {
        max-width: 50px;
        margin: 0px
    }
    .sticky-header .title-area.no-logo,
    .sticky .sticky-header .title-area {
        max-width: 100%!important;
        padding: 0px
    }
    .header-widget-area {
        width: auto !important;
        display: block;
    }
    .header-widget-area {
        padding-top: 20px;
    }
    .site-header .header-widget-area .widget {
        float: none;
        margin: 10px;
        text-align: center;
        clear: both;
    }
    .site-header .search-form,
    .site-header .search-form input {
        max-width: 100%!important;
    }
    .genesis-nav-menu ul.sub-menu li a,
    .genesis-nav-menu ul.sub-menu li a:visited {
        background-color: transparent;
    }
    #genesis-mobile-nav-secondary {
        position: relative;
        text-align: center;
        float: none;
        margin: 10px auto;
    }
    .nav-secondary .menu-item {
        display: block;
        margin: 5px;
        text-align: left;
    }
    .sidebar .cat-item {
        width: 100%;
    }
    .subscriberow .mailerlite-form-inputs {
        display: block;
    }
    .wp-custom-logo .title-area img {
        float: none;
    }
    .footer-widgets {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 700px) {
    .after-entry .enews form {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .top-bar .enews .widget-title,
    .top-bar .enews p {
        display: block;
        width: 100%;
        flex-basis: 100%;
    }
    .top-bar .enews-widget form input,
    .top-bar .enews-widget form input[type="email"],
    .top-bar .enews-widget form input[type="submit"] {
        width: 33.33%;
    }
    .site-header {
        padding: 0 10px;
    }
    .sticky .title-area {
        max-width: 70%;
    }
    .site-title {
        font-size: 24px;
    }
    .footer-widgets .cat-item {
        width: 100%;
    }
    .subscriberow {
        margin: 0 20px;
    }
}


/* Print Styles
---------------------------------------------------------------------------- */

@media print {
    *,
    *::before,
    *::after {
        background: transparent !important;
        box-shadow: none !important;
        color: #333 !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]::after,
    a[href^="#"]::after,
    .site-title>a::after {
        content: "";
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 2cm 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    .content,
    .content-sidebar {
        width: 100%;
    }
    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }
    .title-area {
        text-align: center;
        width: 100%;
    }
    .site-title>a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }
    .site-inner {
        padding-top: 0;
        position: relative;
    }
    .author-box {
        margin-bottom: 0;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }
    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }
    dl,
    ol,
    ul {
        page-break-before: avoid;
    }
}