/*
Theme Name: Busy Toddler
Theme URI: https://www.anchoreddesign.com/
Description: This is the Busy Toddler Theme created for the Genesis Framework.
Author: AnchoredDesign
Author URI: https://www.anchoreddesign.com/

Version: 1.1.454543512222121

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

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

Text Domain: busy-toddler
*/


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


/* HTML5 Reset
---------------------------------------------------------------------------- */
/*
@font-face {
	font-family: 'Muli';
	src: url("fonts/Muli-Regular.woff2") format("woff2"),
	url("fonts/Muli-Regular.woff") format("woff");
	font-display: swap;
	

}

@font-face {
	font-family: 'Muli';
	src: url("fonts/Muli-Medium.woff2") format("woff2"),
	 url("fonts/Muli-Medium.woff") format("woff");
	font-display: swap;
	font-weight: 500;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;

}

@font-face {
	font-family: 'Muli';
	src: url("fonts/Muli-SemiBold.woff2") format("woff2"),
	url("fonts/Muli-SemiBold.woff") format("woff");
	font-display: swap;
	font-weight: 600;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;

}

@font-face {
	font-family: 'Muli';
	src: url("fonts/Muli-Bold.woff2") format("woff2"),
	   url("fonts/Muli-Bold.woff") format("woff");
	font-display: swap;
	font-weight: 700;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;

}


@font-face {
	font-family: 'Muli';
	src: url("fonts/Muli-Black.woff2") format("woff2"),
	 url("fonts/Muli-Black.woff") format("woff");
	font-display: swap;
	font-weight: 900;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;

}
 */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before,
.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: Tahoma,Verdana,Segoe,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	letter-spacing: 0.5px;
	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: #0192db;
	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: Tahoma,Verdana,Segoe,sans-serif, Arial;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 20px;
	letter-spacing: 0.75px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
}

h3 {
	font-size: 28px;
	color: #1a1a1a;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
}

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

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

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

h5 {
	font-size: 21px;
	font-weight: 700;
}

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

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

.content a:focus,
.content a:hover {
	color: #000;
}

/* 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 #666;
	color: #666666;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
	width: 100%;
	font-style: normal;
}

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: #666666;
	opacity: 1;
}

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

::placeholder {
	color: #666666;
	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: 0px solid #E6E6E6;
	border-radius: 0px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	width: auto;
	font-weight: 600;
	font-family: 'Muli', serif;
	text-transform: uppercase;
	border-color: inherit;
}

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

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

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.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 {
	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 {
	display: inline-block;
	position: relative;
	margin: 10px auto;
	border:0.5px solid #535353;
	padding:5px 10px;
	font-size: 14px;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	text-transform: uppercase;
	text-decoration: none!important;
	letter-spacing: 0.65px;
	font-weight: 500;
	color: #535353;
}

.more-link:focus,
.more-link: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: 20px 0px 0;
}

.home .site-inner {
	padding: 50px 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 10px right 10px;
	font-size:16px;
}

.site-header .header-widget-area .widget:first-of-type {
	margin-left: 20px;
}

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

.site-header .search-form input[type="search"] {
	padding:6px 10px;
	text-transform: none;
	background-size: 14px;
	font-size: 13px;
	background-position: top 7px right 8px;
	background-color: transparent;
	font-style: normal;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	min-height: 28px;
	max-width: 180px;
	border-color: #333333;
}

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

.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: none;
	letter-spacing: 0.65px;
}

.archive-title,
.entry-title {
	font-size: 27px;
	text-align: center;
	margin-bottom: 10px;
	text-transform: none;
	font-weight: 600;
}

.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: 20px;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-weight: 600;
	letter-spacing: 0.65px;
	text-align: center;
	color: #1A1A1A;
}

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

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

.enews-widget input {
	font-size: 19px;
	border: 0px;
	margin-bottom: 10px;
}

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

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

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

}

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

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

/* Instagram Widget
--------------------------------------------- */

.before-footer-widgets #sb_instagram .sb_instagram_header {
	margin: 0px!important;
	padding: 0px!important;
}

.before-footer-widgets .sbi_no_bio {
	display: none
}

/* 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: #f7f6f6;
	color: #000;
}

.top-bar .enews-widget .widget-title {
	background-color: transparent;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
}

.top-bar input[type="submit"],
.top-bar button,
.top-bar .button {
	background-color: var(--wp--preset--color--yellowtwo);
	color: #fff;
	padding: 2px 10px;
	font-size: 11px;
	height: auto;
	margin: 0 2px;
	border-radius: 5px;
}


.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: space-between;
	flex-grow: 50%
}

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

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

.top-bar .enews-widget form input[type="submit"] {
	background-color: var(--wp--preset--color--yellowtwo);
	width: auto;
	color: #fff;
	font-weight: 700;
}

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

/* After Header Widgets
---------------------------------------------------------------------------- */

.after-header-widgets .widget {
	margin: 0px;
}

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

.site-header {
	background-color: #ffffff;
	padding: 0 30px;
}

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

.sticky .site-header {
	box-shadow: 0px 2px 5px #f2f2f2;
}


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

.title-area {
	float: left;
	padding-bottom: 18px;
	padding-top: 18px;
}

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

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

.sticky .site-header .title-area {
	max-width: 250px;
}

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

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

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

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

.header-widget-area{
	width: auto;
	float: right;
	padding-top: 20px;
	padding-bottom: 0px;
}

.sticky .header-widget-area {
	padding-top: 5px;
}

.sticky .header-widget-area .nav-header .menu-item {
	margin: 0px;
}

.sticky .header-widget-area .nav-header .menu-item a,
.sticky .header-widget-area .nav-header .menu-item a:visited {
	font-size: 14px;
}

.header-widget-area .widget {
	float: right;
	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: #ffffff;
}

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

.header-widget-area .widget.widget_nav_menu {
	width: 100%;
	float: right;
	text-align: right;
}

.header-widget-area .wpmenucartli.menu-item a,
.header-widget-area .wpmenucartli.menu-item a:visited {
	color: #DF1E26;
}

/* 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 .menu-item a,
.genesis-nav-menu .menu-item 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%;
	text-align: left;
}

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

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

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

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

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

.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: right;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0;
	position: relative;
	z-index: 1000;
}

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

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

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

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

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

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

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

.nav-primary {
	clear: left;
	padding-bottom: 18px;
	padding-top: 18px;
	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
--------------------------------------------- */

.type-page .entry-header {
	margin-bottom: 30px;
}

.entry-header h2.entry-title {
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-align: left;

}

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

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

p.entry-meta, .post-meta {
	margin-bottom: 0;
	font-style: normal;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	color: #1a1a1a;
	font-size: 12px;
	font-weight: bold;
}

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

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

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

.entry-header .entry-meta {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	line-height: 1;
}

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

.entry-footer .entry-meta {
	border-top: 0.5px solid #666;
	padding-top: 10px;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
}

.post-meta {
	border-bottom: 0.5px solid #535353;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size:16px;
	font-weight: 500;
	color:#666;
}

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

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

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

.entry-header .entry-categories a {
  padding: 10px 20px 0;
}

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

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

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

.adjacent-entry-pagination .label {
	text-transform: uppercase;
	font-size: 11px;
	color: #535353;
}

.adjacent-entry-pagination a,
.adjacent-entry-pagination a:visited {
	color: #1a1a1a;
	line-height:1.2;
}

.adjacent-entry-pagination a:hover,
.adjacent-entry-pagination a:focus {
	color: #0192DB;
	line-height:1.2;
}

.adjacent-entry-pagination a {
	font-size: 16px;
	color: #1a1a1a;
	line-height:1;
	display: flex;
}

.adjacent-entry-pagination a span.icon {
	width: 20px;
	font-size: 30px;
	line-height: 1;
	margin-top: -7px;
}

.adjacent-entry-pagination .pagination-next,
.adjacent-entry-pagination .pagination-previous {
	max-width: 40%
}

.archive-pagination.pagination {
	padding: 30px 0 30px 0 ;
	margin: 0px;
	text-align: center
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 0.5px solid #535353;
	color: #1a1a1a;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 4px;
	padding: 5px 12px;
	text-decoration: none;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	text-transform: uppercase;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f7f6f6;
	color: #1a1a1a;
}

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

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

.comment-respond h3 {
	text-align: center
}

.comment-respond h3:before {
	background-image: url(images/arrow-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	content: '';
	width: 100%;
	height: 50px;
}

.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 {
	text-align: center
}

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

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

.comment-form .form-submit {
	text-align: left;
	clear: both;
}

.comment-form input[type="submit"] {
	background-color: #FEB500;
	border:1px solid #FEB500;
}

.comment-form input[type="submit"]:hover {
	background-color: #fff;
	border:1px solid #FEB500;
	color: #FEB500;
}

.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 .widget-title {
	font-size: 14px;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	color: #1a1a1a;
}

.sidebar .widget h3 {
	font-size: 18px;
	font-weight: 900;
	color: #0192DB;
	margin-bottom: 10px;
}

.sidebar .widget:first-of-type,
.sidebar .widget.widget_search{
	background:#f7f6f6;
	padding: 15px 15px 0;
	margin-bottom: 0px;
}
.sidebar .widget.widget_search {
	padding: 15px 15px 15px;
	margin-bottom: 20px;
}

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

.site-container .sidebar .button {
	margin-bottom: 5px;
	font-size: 15px;
	width: 100%;
	line-height: 1;
	min-height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-container .button.redbtn,
.site-container .button.redbtn:visited {
	background-color: var(--wp--preset--color--redtwo);
	border:1px solid var(--wp--preset--color--redtwo);
}

.site-container .button.redbtn:hover,
.site-container .button.redbtn:focus {
	background-color: #fff;
	color: var(--wp--preset--color--redtwo);
}

.site-container .wp-block-button .wp-block-button__link.has-red-background-color,
.site-container .wp-block-button .wp-block-button__link.has-red-background-color:visited {
	background-color: var(--wp--preset--color--redtwo);
	border:1px solid var(--wp--preset--color--redtwo);
	color: #fff;
}

.site-container .wp-block-button .wp-block-button__link.has-red-background-color:hover,
.site-container .wp-block-button .wp-block-button__link.has-red-background-color:focus {
	background-color: #fff;
	color: var(--wp--preset--color--redtwo)!important;
}

.site-container .button.bluebtn,
.site-container .button.bluebtn:visited {
	background-color: var(--wp--preset--color--bluetwo);
	border:1px solid var(--wp--preset--color--bluetwo);
}

.site-container .button.bluebtn:hover,
.site-container .button.bluebtn:focus {
	background-color: #fff;
	color: var(--wp--preset--color--bluetwo);
}

.site-container .wp-block-button .wp-block-button__link.has-blue-background-color,
.site-container .wp-block-button .wp-block-button__link.has-blue-background-color:visited {
	background-color: var(--wp--preset--color--bluetwo);
	border:1px solid var(--wp--preset--color--bluetwo);
	color: #fff;
}

.site-container .wp-block-button .wp-block-button__link.has-blue-background-color:hover,
.site-container .wp-block-button .wp-block-button__link.has-blue-background-color:focus {
	background-color: #fff;
	color: var(--wp--preset--color--bluetwo)!important;
}

.site-container .wp-block-button .wp-block-button__link.has-theme-primary-background-color,
.site-container .wp-block-button .wp-block-button__link.has-theme-primary-background-color:visited {
	background-color: #0192DB;
	border:1px solid #0192DB;
	color: #fff;
}

.site-container .wp-block-button .wp-block-button__link.has-theme-primary-background-color:hover,
.site-container .wp-block-button .wp-block-button__link.has-theme-primary-background-color:focus {
	background-color: #fff;
	color: #0192DB!important;
}

.site-container .button.greenbtn,
.site-container .button.greenbtn:visited {
	background-color: var(--wp--preset--color--greentwo);
	border:1px solid var(--wp--preset--color--greentwo);
}

.site-container .button.greenbtn:hover,
.site-container .button.greenbtn:focus {
	background-color: #fff;
	color: var(--wp--preset--color--greentwo);
}


.site-container .wp-block-button .wp-block-button__link.has-green-background-color,
.site-container .wp-block-button .wp-block-button__link.has-green-background-color:visited {
	background-color: #68BC24;
	border:1px solid #68BC24;
	color: #fff;
}

.site-container .wp-block-button .wp-block-button__link.has-green-background-color:hover,
.site-container .wp-block-button .wp-block-button__link.has-green-background-color:focus {
	background-color: #fff;
	color: var(--wp--preset--color--greentwo)!important;
}

.site-container .button.pinkbtn,
.site-container .button.pinkbtn:visited {
	background-color: var(--wp--preset--color--pinktwo);
	border:1px solid var(--wp--preset--color--pinktwo);
}

.site-container .button.pinkbtn:hover,
.site-container .button.pinkbtn:focus {
	background-color: #fff;
	color: var(--wp--preset--color--pinktwo);;
}

.site-container .wp-block-button .wp-block-button__link.has-pink-background-color,
.site-container .wp-block-button .wp-block-button__link.has-pink-background-color:visited {
	background-color: var(--wp--preset--color--pinktwo);;
	border:1px solid var(--wp--preset--color--pinktwo);
	color: #fff;
}

.site-container .wp-block-button .wp-block-button__link.has-pink-background-color:hover,
.site-container .wp-block-button .wp-block-button__link.has-pink-background-color:focus {
	background-color: #fff;
	color: var(--wp--preset--color-pinktwo)!important;
}

.site-container .wp-block-button .wp-block-button__link.has-yellow-background-color,
.site-container .wp-block-button .wp-block-button__link.has-yellow-background-color:visited {
	background-color: var(--wp--preset--color--yellowtwo);
	border:1px solid var(--wp--preset--color--yellowtwo);
	color: #fff;
}

.site-container .wp-block-button .wp-block-button__link.has-yellow-background-color:hover,
.site-container .wp-block-button .wp-block-button__link.has-yellow-background-color:focus {
	background-color: #fff;
	color: var(--wp--preset--color--yellowtwo)!important;
}

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

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

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

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

.before-footer-widgets .button.redbtn {
	font-size: 12px;
	font-weight: 600;
	padding: 5px 15px;
	margin: 0 10px
}

/* After Post Archive
---------------------------------------------------------------------------- */

.site-container .after-post-archive .wp-block-columns.ordersection {
	margin-bottom: 12px;
}


.after-post-archive  .borderbox .gb-container-content {
	padding: 20px 20px 0;
}

.after-post-archive .ordersection h3 {
	font-size: 20px;

}

.after-post-archive .ordersection h3,
.after-post-archive .ordersection p {
	margin-bottom: 10px;
}

.after-post-archive .ordersection .has-larger-font-size{
	font-size: 17px;
	line-height: 1.2
}

.after-post-archive .ordersection p {
	font-size: 13px;
}

/*  Archive
---------------------------------------------------------------------------- */

.nav-categories {
	margin-top: -10px;
	margin-bottom: 20px;
	text-align: center
}

.nav-categories li {
	display: inline-block;
	margin:  10px;
}

.nav-categories li a,
.nav-categories li a:visited {
	padding:  5px 15px;
	border: 1px solid #A39690;
	color: #A39690;
	font-size: 13px;
	min-width: 90px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.nav-categories li a:focus,
.nav-categories li a:hover {
	border: 1px solid #A39690;
	color: #fff;
	background-color:#A39690;
}

.nav-categories .cat-item-none {
	display: none;
}

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

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

.footer-widgets .widget-title {
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-weight: 600;
	font-size: 18px;
	color:#1a1a1a;
}

.footer-widgets .wrap {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px
}

.footer-widgets input {
	border-color: #E6E6E6;
}

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

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

.footer-widgets h4{
	font-family: Tahoma,Verdana,Segoe,sans-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 #FEB500;
	padding:20px;
	background-color: #fff;
}

.footer-widgets .enews input {
	border:1px solid #E6E6E6
}

.footer-widgets .enews input[type="submit"] {
	background-color: #FEB500;
	border-color: #FEB500;
	color: #fff;
}

.footer-widgets .enews input[type="submit"]:hover {
	background-color: #fff;
	border-color: #FEB500;
	color: #FEB500;
}

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

.footer-widgets .search-form {
	max-width: 380px;
	margin: auto;
}

.footer-widgets .search-form input[type="search"] {
	font-size: 19px;
	background-position: top 12px right 10px;
}

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

.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: #ffffff;
	font-size: 15px;
	line-height: 1.5;
	padding: 22px 0 30px 0;
	text-align: center;
	color: #666;
}

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

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

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

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

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

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

.content .extrabold,
.sidebar .extrabold {
	font-weight: 900;
}

.home .aboutsection h3 {
	font-family: 'Muli',serif;
	letter-spacing: 0.65px;
}

.borderbox .gb-container-content{
	border: 2px dashed #4f4f4f;
	padding: 40px 40px 0;
}


.borderbox .gb-container-content{
	border: 2px dashed #4f4f4f;
	padding: 40px 0 40px 40px;
}


.booksection .wp-block-media-text__media img {
	transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
}

.booksection .wp-block-media-text__content h2,
.booksection .wp-block-media-text__content h3,
.booksection .wp-block-media-text__content p {
	margin-bottom: 5px;
}

.ordersection  p.redtxt {
	line-height: 1.4;
}

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

.ordersection .wp-block-media-text__content h3,
.ordersection .wp-block-media-text__content p {
	margin-bottom: 20px;
}

.ordersection .wp-block-media-text__content h3 {
	margin: 0 -40px 20px -40px;

}

.site-container .ordersection .wp-block-column .wp-block-image,
.site-container .ordersection .wp-block-column .wp-block-image figure{
			margin-bottom: 10px!important
}


.logogallery .blocks-gallery-grid {
	margin-bottom: 0px;
	flex-grow: 1;
}

.logogallery .blocks-gallery-grid .blocks-gallery-item {
	align-items: center;
}

.logogallery.wp-block-gallery .blocks-gallery-item figure {
	align-items: center;
}

.logogallery .blocks-gallery-grid .blocks-gallery-item img {
	   max-width: 100px !important;
	object-fit: contain !important;
}

.logogallery .blocks-gallery-grid .blocks-gallery-item img.wp-image-50197 {
	   max-width: 200px !important;
}

.fullwidth .gb-button {
	width: 100%;
	padding: 15px;
}

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

h3.heading26 {
	font-size: 26px;
}

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

.site-container .aboutsection .wp-block-media-text__content .wp-block-button {
	width: 48%;
	margin-bottom: 20px;
	margin-right: 4%;
}

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

.site-container .aboutsection .wp-block-media-text__content .wp-block-button a{
	border-radius: 0px;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: 21px;
	letter-spacing: 0.65px;
	font-weight: 400;
	border:0.5px solid #535353!important;
	background-color: #ffffff;
}

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

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

.site-container  .wp-block-button.btnmedium .wp-block-button__link {
	font-size: 14px;
	width: 180px;
}

.site-container  .wp-block-button.btnlarge .wp-block-button__link {
	font-size: 14px;
	width: 230px;
}

.entry-content ul.catmenu {
	text-align: center;
	padding-left:0px;
	margin-left:0px;
}

.catmenu li {
	display: inline-block;
	margin:  10px;
}

.catmenu li a,
.catmenu li a:visited {
	padding:  5px 10px;
	border: 1px solid #A39690;
	color: #A39690;
	font-size: 14px;
	min-width: 120px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
}

.catmenu li a:focus,
.catmenu li a:hover {
	border: 1px solid #A39690;
	color: #fff;
	background-color:#A39690;
}

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

.btns .wp-block-button .wp-block-button__link img {
	width: 20px;
	margin-top: 3px;
	margin-left: 10px;
}

.site-container .gb-block-button.redbtn .gb-button,
.site-container .gb-block-button.redbtn .gb-button:visited {
	background-color: #DF1E26!important;
	color: #fff!important;
	border:1px solid #DF1E26;
}

.site-container .gb-block-button.redbtn .gb-button:hover,
.site-container .gb-block-button.redbtn .gb-button:focus {
	background-color: #fff!important;
	color: #DF1E26!important;
}

.site-container .gb-block-button.bluebtn .gb-button,
.site-container .gb-block-button.bluebtn .gb-button:visited {
	background-color: #0192DB;
	border:1px solid #0192DB;
}

.site-container .gb-block-button.bluebtn .gb-button:hover,
.site-container .gb-block-button.bluebtn .gb-button:focus {
	background-color: #fff!important;
	color: #0192DB!important;
}

.site-container .gb-block-button.greenbtn .gb-button,
.site-container .gb-block-button.greenbtn .gb-button:visited{
	background-color: #68BC24;
	border:1px solid #68BC24;
}

.site-container .gb-block-button.greenbtn .gb-button:hover,
.site-container .gb-block-button.greenbtn .gb-button:focus  {
	background-color: #fff!important;
	color: #68BC24!important;
}

.site-container .gb-block-button.pinkbtn .gb-button,
.site-container .gb-block-button.pinkbtn .gb-button:visited  {
	background-color: #FD799F;
	border:1px solid #FD799F;
}

.site-container .gb-block-button.pinkbtn .gb-button:hover,
.site-container .gb-block-button.pinkbtn .gb-button:focus {
	background-color: #fff!important;
	color: #FD799F!important;
}

.emailbtn .wp-block-button__link:after {
	content:'';
	margin-bottom: -4px;
	height: 20px;
	width: 20px;
	background-image: url(images/email-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	display: inline-block;
  margin-left: 20px;
}

.emailbtn .wp-block-button__link:hover:after {
	content:'';
	margin-bottom: -4px;
	height: 18px;
	width: 18px;
	background-image: url(images/white-email-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
	display: inline-block;
  margin-left: 22px;
}

/* 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: Tahoma,Verdana,Segoe,sans-serif;
}

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

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

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

.site-container .content .wp-block-button.widebtn .wp-block-button__link {
	width: auto;
	max-width: 100%;
	font-size: 18px;
	font-weight: 700;
	box-shadow: 3px 3px 8px #999;
	-webkit-box-shadow: 3px 3px 8px #999;
	padding: 5px 20px;
	min-width: 200px;
	border-color: #DF1E26;
}

.site-container .content .wp-block-button.widebtn .wp-block-button__link:hover,
.site-container .content .wp-block-button.widebtn .wp-block-button__link:focus {
	color: #DF1E26!important
}

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

/* Landing Page with Header
--------------------------------------------- */

.landing-page-full h2,
.landing-page-full h4,
.landing-page-full h5 {
	font-weight: 700;
}

.landing-page-full .borderbox .gb-container-content {
	padding: 30px 0 30px 30px;
}

.landing-page-full .entry-content li {
	margin-left: 20px;
	margin-bottom: 15px;
}

.landing-page-full .entry-content .pagination li {
	margin-left: 0px;
	margin-bottom: 5px;
}

.yellowbox .gb-container-content {
	border:  1px solid #FEB500;
	padding: 20px 20px 5px;
}

.entry-content .pageheading h3 {
	margin-bottom: 10px;
}

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

.entry-content .pageheading h5 {
	 margin-top: 0px;
	 
}

.yellowbox h4,
.yellowbox h5,
.yellowbox h6,
.yellowbox p {
	margin-bottom: 15px;
}

.yellowbox h4,
.yellowbox h5,
.yellowbox h6 {
	line-height: 1;
	font-weight: 600;
}

.yellowbox .wp-block-button .wp-block-button__link {
	width: 60%!important;
}

.checkmarks li:before {
	display: inline-block;
	content: '';
	width: 30px;
	height: 20px;
	background:url(//busytoddlercom.bigscoots-staging.com/wp-content/uploads/2020/04/checkmark.png) no-repeat center;
	background-size: contain;
}

.entry-content .checkmarks li {
	list-style-type: none ;
	display: flex;
 	align-items: center; 
	margin-bottom: 15px;
	margin-left: 0px;
}

.landing-page-full .ordersection h6,
.landing-page-full .ordersection p.redtxt {
	margin-bottom: 15px;
}

.landing-page-full .ordersection .wp-block-media-text__content {
	margin-top: 0px;
}

.site-container .nomargin {
	margin-bottom: 0px!important
}

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

.wp-block-button__link,
.gb-button,
.button {
	font-weight: 900!important;;
}


.store-notice {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	font-size: 1em;
	padding: 1em 0;
	text-align: center;
	color: #fff;
	z-index: 99998;
	box-shadow: 0 1px 1em rgba(0,0,0,.2);
	display: block;
	 background: #DF1E26 !important;	
 font-weight: 400;
 padding: 10px 0 !important;
 }
 .store-notice a,
 .store-notice a:visited {
	 color: #fff;
	 text-decoration: underline
 }
 .admin-bar .store-notice {
	 top: 32px;
 }
 
 

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

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1023;
	}

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


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

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

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

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

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

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #535353;
		text-decoration: underline;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 220px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding:  15px 10px;
	}

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

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

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

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


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

	.site-inner {
		max-width: 1200px;
	}

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

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

	.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:not(.button):focus,
	.sidebar a:not(.button):hover {
		text-decoration: underline;
	}

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

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 0px;
	}

	.after-entry .widget-title {
		text-transform:uppercase;
		text-align:left;
	}	 

	.after-entry .enews {
		border: 1px solid #FEB500;
		padding: 20px;
		position:relative;
		padding-left: 240px;
		margin-top:50px;
	}

	.after-entry .enews-widget p {
		margin-bottom: 15px;
		text-align:left
	}

	.after-entry .enews-widget form input {
		display: inline-block;
		width: 35%;
		margin-right: 1%;
		text-align: left;
		float: left;
		border:1px solid #ccc;
	}

	.after-entry .enews-widget form input[type="submit"] {
		width: 28%;
		text-align: center;
		margin-right: 0;
		background:#FEB500;
		border-color:#FEB500;
	}


	.after-entry .enews input[type="submit"]:hover {
		background:#fff;
		border-color:#FEB500;
		color:#FEB500;
	}

	.single .widget_wp_related_posts .widget-title {
		margin-bottom:20px;
	}

	.after-entry .enews img {
		position:absolute;
		max-width:200px;
		top:-35px;
		transform:rotate(-3deg);
		-mas-transform:rotate(-3deg);
		left:10px
	}

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

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

}

@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: 5px;
		width: calc( 100% - 175px );
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: right
	}

	.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: none;
		padding: 0px;
		margin: 0px;

	}

	.nav-primary .wrap {
		display: block;
	}

	.nav-primary li {
		text-align: left;
	}



}

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

	.top-bar {
		position: relative;
	}

	.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%;
		padding-top: 20px;
	}

	.aboutsection {
		display: block;
		max-width: 700px;
		margin: auto;
	}

	.site-container .aboutsection .wp-block-media-text__content {
		margin-left: 0px;
	}

	.site-container .aboutsection .wp-block-media-text__content .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%;
		max-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) {

	.site-header {
		position: relative;
	}

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		padding:  0 10px;
		top: 0px!important;
	}

	.site-header .wrap {
		display: block;
	}

	.header-widget-area {
		width: auto !important;
		display: block;
	}

	.header-widget-area {
		padding-top: 20px;
	}

	.nav-primary {
		position: relative;
		display: block;
		float: right;
		width: auto;
		z-index: 99;
	}
	
	.nav-primary ul.genesis-responsive-menu {
		float:none;
		position: absolute;
		top: 30px;
		width: 90vw;
		left: auto;
		right: 0px;
		background-color: #fff;
		padding:0px;
		z-index: 999;
	}

	.nav-header {
		display: none;
	}

	/*.sticky .nav-primary {
		top: 75px;
	}
	*/

	.sticky .site-header {
		position: sticky;
		z-index: 1023;
		top: 0;
		box-shadow: 0px 2px 5px #f2f2f2;
	}

	.site-header .header-widget-area .widget:first-of-type {
		margin-left: 0px;
	}

	.sticky .header-widget-area {
		padding-top: 20px;
	}

	.sidebar .cat-item {
		width: 100%
	}

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

	.sidebar .widget,
	.footer-widgets .widget {
		max-width: 400px;
		clear:both;
		float:none;
		margin:20px auto;
	}

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



	

}

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

	.sticky .site-header .wrap {
		display: flex;
		align-items: center;
	}


	.title-area {
		width: 100%;
		text-align: center;
		float: none;
		padding:10px;
		max-width: 100%;
		z-index: 1;
	}

	.header-widget-area {
		float: none;
		width: 100%!important;
		padding-top: 0px;
		z-index: 0;
	}

	.wp-custom-logo .header-widget-area {
		width: 100%!important;
	}

	.header-widget-area .widget {
		padding: 0 5px;
	}

	.header-widget-area .menu-toggle {
		display: block;
		width: 100%;
		text-align: center;
	}

	.site-header .menu-toggle::before {
		float: none;
	}

	.header-widget-area .widget {
		display: block;
		width: 100%;
		float: none;
		margin-bottom: 5px;
	}

	.header-widget-area .widget a.subscribe {
		margin: 0px 0px 5px 0px;
		width: 100%;
	}

	.wp-custom-logo .site-container .title-area {
		max-width: 100%!important;
		text-align: center!important;
	}

	.wp-custom-logo .title-area img {
		float: none
	}

	.sticky .title-area {
		width: 100%;
		max-width: 60%;
		text-align: center;
		float: left;
	}

	.wp-custom-logo .site-container .title-area {
		max-width: 60%;
	}

	.nav-primary {
		position: relative;
		top: auto;
		width: 100%;
		background: transparent;
	}

	/*.sticky .nav-primary {
		position: absolute;
		top: 55px;
		width: 95%;
		background: #fff;
	}*/

	.sticky .header-widget-area {
		width: 90%;
		position: absolute;
		right: 10px;
		padding-top: 0px;
	}

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

	.site-header .search-form, .site-header .search-form input[type="search"] {
		max-width: 100%;
		width: 100%;
	}

	.sticky .header-widget-area .menu-toggle {
		text-align: right;
	}

	.sticky.wp-custom-logo .site-container .title-area {
		
		text-align: center!important;
	}

	.sticky.wp-custom-logo .title-area img {
		float: left;
	}

	.top-bar .enews-widget form input {
		width: 33.33%!important;
	}

	.entry-header .entry-categories a {
    	padding: 10px 10px 10px;
    	box-sizing: border-box;
    	display: inline-block;
	}

	.single .related_post.wp_rp li {
		width:50%!important;
		padding:5px!important;
	}

	.single .related_post.wp_rp li:last-child {
		padding:5px!important;
	}
	
	.after-entry .enews img {
		top:40px;
	}

}

@media only screen and (max-width: 600px) {
	h2 {
		font-size: 27px;
	}
	h3 {
		font-size: 22px;
	}

	.ordersection .wp-block-media-text__content p.redtxt { 
		font-size: 16px!important;
	}

	.ordersection .wp-block-media-text__content p {
		font-size: 14px!important;
	}

	.wp-block-column:nth-child(2n) {
    	margin-left: 0px;
	}
	.btns .wp-block-column:not(.first-child){
		margin-left: 0px!important;
	}
		
	.btns .wp-block-button {
		float: none!important;
		text-align: center!important;
		margin:5px auto!important;
	}

	.borderbox .gb-container-content {
		padding: 20px;
	}

	.wp-block-media-text .wp-block-media-text__content {
 	   padding: 0 2%;
	}

	.adjacent-entry-pagination .pagination-next, .adjacent-entry-pagination .pagination-previous {
 	   max-width: 45%
	}
}

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

	.site-header {
		padding:0 10px;
	}

	.sticky .title-area {
		max-width: 70%
	}

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

	.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 {
		width:100%;
		clear:both;
		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;
	}

	.subscriberow {
		margin:0 20px;
	}

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

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

	.nav-categories li {
		display: inline-block;
		margin: 5px;
	}

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

	.after-entry .enews img {
		top:0px;
		margin:10px 0;
		position:relative;
	}

}

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

}


/* all custom css for new home on 10/15/22 */
.wp-block-button__link {
  will-change: transform;
  transform: translateZ(0);
}
.logogallery .blocks-gallery-grid .blocks-gallery-item img.wp-image-50197 {
    max-width: 130px !important;
}
.site-container .wp-block-button.btnmedium .wp-block-button__link {
	width: 210px;
	padding-left: 10px;
	padding-right: 10px;
}
.single .related_post.wp_rp li {
	width:25%!important;
	margin:0px!important;
	padding-right: 10px!important;
}

.single .related_post.wp_rp li:last-child {
	padding-right:0px!important;	
}
.site-header .search-form input[type="search"] {
	
	background-size: 16px;
	background-position: top 5px right 8px;
}

.logogallery {
	display: flex;
}
.logogallery > * {
	flex: 1;
}
.logogallery .wp-block-image {
	display: flex;
	justify-content:center;
	align-items:center;
	margin: 0px 10px 20px!important;
	width: auto!important;
	flex-basis: auto!important;
}
.logogallery.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
	object-fit:contain;
	max-height: 40px;
}
.footer-widgets .search-form input[type="search"],
.wp-block-search .wp-block-search__input {
	background-size: 20px;
	
		background-position: top 10px right 8px;
}

.single .related_post.wp_rp li img {
	width: 100%!important;
	height: auto!important;
	box-shadow:none!important;
}
.single .related_post.wp_rp li a,
.single .related_post.wp_rp li a:visited {
	font-family:'Muli', sans-serif!important;
	font-size:15px!important;
	color:#000;
	font-weight: 700!important
}
.single .related_post.wp_rp li a:hover,
.single .related_post.wp_rp li:hover a,
.single .related_post.wp_rp li:focus a,
.single .related_post.wp_rp li a:focus {
	text-decoration:underline!important		
}

ul.related_post li:hover {
	background: #f1f1f1 !important;
}
.after-entry .enews {
	background:#fff;
	border: 1px solid #FEB500;
	padding: 20px;
	position:relative;
	padding-left: 240px;
	margin-top:50px;
	text-align:left!important;
}

.after-entry .widget-title {
	text-transform:uppercase;
	text-align:left!important;
} 

.single .widget_wp_related_posts .widget-title {
	margin-bottom:20px;
}

.after-entry .enews p {
	text-align:left!important;
}
.after-entry .enews input {
	border:1px solid #ccc;
}

.after-entry .enews input[type="submit"] {
	background:#FEB500;
	padding:11px 0;
	border-color:#FEB500;
}
.after-entry .enews input[type="submit"]:hover {
	background:#fff;
	border-color:#FEB500;
	color:#FEB500;

}

.after-entry .enews img {
	position:absolute;
	max-width:200px;
	top:-35px;
	transform:rotate(-3deg);
	-mas-transform:rotate(-3deg);
	left:10px
}
.after-post-archive {
	clear:both;
}
.fd-modal.fd-is-open{
	z-index: 999999!important;
}

.menu-toggle:before {
	background: no-repeat url(/wp-content/themes/busy-toddler/images/menu-button.svg) center / contain;
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
  margin-bottom: -3px;
	margin-left: 5px
}
.menu-toggle.activated:before {
	background: no-repeat url(/wp-content/themes/busy-toddler/images/close.svg) center / 16px;
	content: '';
}

.sub-menu-toggle::before {
	content: "";
	width: 10px;
	height: 10px;
	border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
	transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.sub-menu-toggle.activated::before {
	content: "";
	
	transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.sticky.wp-custom-logo .site-container .title-area {
	max-width: 240px;
}
.nav-categories li a, .nav-categories li a:visited {
	padding-top: 8px
}

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

.footer-widgets .wp-block-social-links li {
	margin-bottom: 0px
}
.genesis-responsive-menu.active,
.sub-menu.active{
	display:block;
}
.sticky .site-header {
	margin-top: -2px!important;
}
.site-header .wp-block-social-links,
.site-header .wp-block-social-links li{
	margin: 0px
}
.site-header .wp-block-social-links li a{
	padding: 5px 0px 0px;
	font-size: 18px
}
@media screen and (max-width: 960px) {
	.site-header .widget_nav_menu {
		display:none;
	}
	.nav-primary {
		display: block
	}
	.site-header,
	.nav-primary ul.genesis-responsive-menu {
		z-index: 999;
		margin: auto;
	}
	.nav-secondary .menu-toggle {
		text-align:center;
		margin: auto;
		float: none;
		display: none;
	}
	.nav-secondary .genesis-responsive-menu {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.single .related_post.wp_rp li {
		width:50%!important;
		padding:5px!important;
	}
	.single .related_post.wp_rp li:last-child {
		padding:5px!important;
	}
	
	.after-entry .enews img {
		top:40px;
	}
	.single .content .entry-content {
		padding: 0 3%;
	}
	.logogallery{
		padding: 10px!important;
	}
.logogallery .wp-block-image {
	display: flex;
	justify-content:center;
	align-items:center;
	margin: 0px 0px 20px!important;
	padding: 10px;
	flex-basis: 25%!important;
}
	
	
}
@media screen and (max-width: 500px) {
	.reversestack.wp-block-media-text {
		display: flex;
		flex-direction: column-reverse;
	}
	.after-entry .enews {
		padding-left:20px;
	}
	.after-entry .enews img {
		top:0px;
		margin:10px 0;
		position:relative;
	}

.logogallery .wp-block-image {
	display: flex;
	justify-content:center;
	align-items:center;
	margin: 0px 0px 20px!important;
	padding: 10px;
	flex-basis:33%!important;
}
}
/* added by anchored on 05/mar */
.after-post-archive .borderbox {
	border: 2px dashed #000
}
.wp-block-button.aligncenter,
.wp-block-butttons.aligncenter {
	justify-content:center;
	text-align: center;
}

#genesis-mobile-nav-primary {
	height: 25px
}
.gb-block-post-grid header .gb-block-post-grid-title,
.gb-block-post-grid .gb-block-post-grid-text p{
		font-family: Tahoma,Verdana,Segoe,sans-serif!important; 
	letter-spacing: .5px;
}

.gb-block-post-grid header .gb-block-post-grid-title {
	letter-spacing: .75px!important;
}

.genesis-nav-menu .menu-item a {
	
	letter-spacing:.75px;
}


/* new home css */
.newhometemplate .entry {
	margin-bottom: 0px;
	padding: 0px;
	margin-top:0px;

}
.newhometemplate #before-footer-widgets {
	display: none;
}

.contentpadding4 .wp-block-media-text__content {
  padding: 0 4%
}

.wp-block-button  a.wp-block-button__link {
	font-family:var(--theme-font)!important;
}

.site-container .is-style-thickoutline.wp-block-button  a.wp-block-button__link {
  font-size:17px;
  position: relative;
  border-radius: 15px;
  padding: 10px 35px;
}

.site-container .equalbtns .is-style-thickoutline.wp-block-button  a.wp-block-button__link {
	font-size: 26px;
	padding: 7px 0px;
}

.is-style-thickoutline.wp-block-button  a.wp-block-button__link:before {
  content: '';
  border: 4px solid #000!important;
  border-radius: 15px;
  position: absolute;
  left: -8px;
  top: -2px;
  width: 102%;
  height: 108%;
	transition: all .3s linear
}

.is-style-thickoutline.wp-block-button  a.wp-block-button__link:hover:before {
	left: -2px;
}

.margintop-20 {
	margin-top: -30px
}
.separatorline  {
  position: relative;
  z-index: -1;
  margin-bottom: 20px;
}

.separatorline img {
  width: 100%;
  height: 102px;
  margin-top: -70px;
  margin-bottom: 30px;
  
}


.equalbtns .wp-block-button.aligncenter {
  margin: 0px 10px!important;
  clear: none;
  flex: 1;
  width: auto!important;
}

.equalbtns .wp-block-button.aligncenter a {
  width: 100%;
	
}
.categorieslist .wp-block-columns {
  gap: 1em!important;
  margin-bottom: 0px!important;
}
.categorieslist .wp-block-columns .wp-block-column {
  padding: 10px;
}
.categorieslist .wp-block-column figure  {
  text-align: center;
	margin-bottom: 0px;
	justify-content:center;
	float: none;
	align-items:center;
	display:flex;
	flex-direction: column;
}

.categorieslist .wp-block-column figure img {
  height: 75px!important;
  width: auto;
	margin: auto;
	float: none;
	display: block;
}

.categorieslist .wp-block-column figure:hover img {
	opacity: 0.7;
}

.categorieslist figcaption,
.categorieslist figcaption a {
	text-decoration: none;
	font-style: normal;
	color: #000;
	font-weight: bold;
	width: 100%;
	display: block;
	margin-bottom: 0px!important;
}

.categorieslist figcaption a  {
	padding: 2px;
}

.categorieslist  figure:hover figcaption a {
	background: #000;
	color: #fff;
	padding:  2px;
	width: 100%;
	max-width: 100%;
	
}

.is-style-captioned,
.is-style-captioned figure {
  margin: 0px auto!important;
	display: flex!important;
	flex-direction: column;
	width: 100%;
	border: 3px solid #000;
	position: relative;
}

.is-style-captioned figcaption,
.is-style-captioned figcaption a {
	text-decoration: none;
  font-size: 25px!important;
	width: 100%;
  margin: 0!important;
  font-weight:bold;
  color: #000!important;
  font-style: normal!important;
	width: 100%;
	display: block;
	text-align:center;
	background: #fff;
}

.is-style-captioned figcaption {
	bottom: 5px;
	position: absolute;
	background: transparent;
	max-width: calc( 100% - 10px);
	margin:auto!important;
	left:5px;
	right: 5px;
}

.is-style-captioned figcaption a {
	border: 3px solid #000;
	border-radius: 10px;
	padding: 2px 4px;
}

.is-style-captioned:hover figure img {
	opacity: .8;
	
}

.is-style-captioned:hover figcaption a{
	

	color: #fff!important;
	background-color: #000;

}

.newhometemplate .wp-block-button  a.wp-block-button__link {
	padding: 8px 35px;
	border-width: 2px!important;
}

.newhometemplate .gb-block-post-grid header .gb-block-post-grid-title,
.newhometemplate .gb-block-post-grid header .gb-block-post-grid-title a {
	font-size: 21px;
	line-height: 1.4;
	text-align: center;
	color: #000
}

.newhometemplate .wp-block-buttons >.wp-block-button .wp-block-button__link {
	border-radius: 15px!important;
}
.newhometemplate .wp-block-media-text__content 
{
	margin-top:0px;
}
.emailsubscribefrm  {
  display: flex;
  gap: 2em;
  margin: 0px!important;
}
.emailsubscribefrm input {
  margin: 0px!important;
	border: 0px!important;
}
.emailsubscribefrm input#subbutton {
  background: #000;
  border-radius: 15px;
  font-size: 19px;
  padding: 12px 20px;
}
.footer-widget-area .enews #subbutton
{
	border-radius: 15px!important
	
}
.newhometemplate .gb-block-post-grid .is-grid, .newhometemplate .gb-block-post-grid .gb-is-grid {
	gap: 0 1em;
}
.emailsubscribefrm input#subbutton:hover,
.emailsubscribefrm input#subbutton:focus {
  background: #fff
}
.margin0 {
	margin-bottom: 0px!important
}

.margin10 {
	margin-bottom: 10px!important
}
.wp-block-columns.gap0 {
	gap: 15px
}
.page-id-54149 .borderbox .gb-container-content {
  border-width: 7px;
  border-color: #000
}
article.entry.one-fourth.gb-post-grid-item {
		width: 100%!important
	} 
@media screen and (max-width: 960px) {
	.separatorline img {
		margin-top: -50px;
	}
	.equalbtns .wp-block-button.aligncenter {
  margin: 0px 10px!important;
  clear: none;
  flex: auto;
	max-width: 33.33%;
  width: auto!important;
	}
	.categorieslist .wp-block-columns {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr
	} 
	.emailsubscribefrm {
		padding: 0 20px;
	}
	.footer-widget-area .wp-block-columns.footercols {
		display: block;
	}
	 .footer-widgets .footer-widget-area .footercols .wp-block-social-links.aligncenter {
		justify-content: center!important;
		margin: 10px 0 0!important;
	}
	.footer-widgets .footer-widget-area {
		padding-left: 20px;
		padding-right:  20px;
	}
	
	.footer-widgets .widget {
		width: 400px;
		max-width: 100%;
	}
	.mobilecolumns.wp-block-columns {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	
	
	.archive-wrap {
		padding: 0 3%;
	}
	
}
 
@media screen and (max-width: 600px) { 
	.site-container .gb-block-post-grid .is-grid.columns-3, .site-container .gb-block-post-grid .is-grid.columns-4, .site-container  .gb-block-post-grid .is-grid.columns-5,.site-container  .gb-block-post-grid .is-grid.columns-6 {
		grid-template-columns: 1fr 1fr;
		-webkit-grid-template-columns: 1fr 1fr;
	
	}
.entry.one-fourth:not(.gb-post-grid-item) {
		width: 50%;
		margin: 0px!important;
		float:left!important;
		clear: none!important;
		padding: 10px
	}
	
	.entry.one-fourth:not(.gb-post-grid-item):nth-of-type(2n+1) {
		clear:both!important;
	}
	article.entry.one-fourth.gb-post-grid-item {
		width: 100%!important;
		clear: none!important;
	} 
	.newhometemplate .gb-block-post-grid header .gb-block-post-grid-title, .newhometemplate .gb-block-post-grid header .gb-block-post-grid-title a,
	.entry-header h2.entry-title,
	.favorite-wrap .grid-title {
		font-size: 16px!important;
	}
	.site-inner {
		padding: 20px 3% 0;
	}
		.equalbtns .wp-block-button.aligncenter {
		width: 30%!important
	}
}
@media screen and (max-width: 500px) { 
	.equalbtns  {
		gap: 10px 0px!important
	}
	.equalbtns .wp-block-button.aligncenter {
		 max-width: 40%;
	}
	.newhometemplate .equalbtns .wp-block-button a.wp-block-button__link {
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.categorieslist .wp-block-columns {
		display: grid;
		grid-template-columns: 1fr 1fr;
	} 
	.emailsubscribefrm {
		display: block;
	}
	.emailsubscribefrm input#subbutton {
		margin: 10px 0!important;
		width: 100%;
	}
	
}

/* new sidebar css for posts */
.sidebar .featuredpost article  {
	width: 50%;
	margin: 0px 0px 20px;
	padding: 0 5px;
	border: 0px!important;
	clear: none!important;
}
.sidebar .featuredpost article:nth-of-type(2n+1) {
	
	clear: both!important
}
.sidebar  .featuredpost article .entry-header {
	border: 0px!important
}
.sidebar  .featuredpost article h4.entry-title {
	margin: -8px 0px 0;
	text-align:left;
	font-size: 14px
} 
.sidebar .featuredpost article h4.entry-title a,
.sidebar .featuredpost article h4.entry-title a:Visited{
	color:var(--link-color);
	
}

/*  busytoddler seo edit on 26/08/22 */
.breadcrumb {
	font-size: 13px;
	margin-bottom: 20px
}
.single .entry-header {
	margin-bottom: 0px;
}
.single .entry-header .entry-meta {
	margin: 30px 0 0 0;
	padding: 0px 0;
}
.single .entry-header .avatar {
	float: none;
	border-radius: 0px!important;
	margin: -20px 5px 0;
}

.single .entry-footer {
	text-align:center;
	color: #0192db;
	
}
.single .entry-footer h4 {
	font-size: 18px;
	color: #0192db;
	margin-bottom: 10px
}
.single .entry-footer .entry-meta {
	text-align:Center;
	padding: 10px 0;
}

.single .entry-footer  a {
	text-decoration: underline!important;
	font-size: 15px
}
.adjacent-entry-pagination {
	margin: 20px 0px 30px
}
.adjacent-entry-pagination a span.icon {
	font-size: 25px;
	font-weight: normal;
	text-decoration: none!important;
	width: auto;
}
.adjacent-entry-pagination .pagination-previous  a span:not(.icon) {
	margin-left: 5px
}
.adjacent-entry-pagination .pagination-next  a span:not(.icon) {
	margin-right: 5px
}

.adjacent-entry-pagination .label {
	
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 600;
}
.adjacent-entry-pagination a:hover,
.adjacent-entry-pagination a:focus {
	text-decoration: none
}
.adjacent-entry-pagination a:hover span:not(.icon),.adjacent-entry-pagination 
a:focus  span:not(.icon){
	line-height: 1;
	
	text-decoration: underline
}
.comment-author{
	font-weight: bold
}
.comment-meta time {
	font-size: 13px;
	text-transform: uppercase;
}

.more-from-category {
	padding: 20px 0;
	clear: both;
}
.more-from-category a,
.more-from-category a:visited {
	background-color: var(--wp--preset--color--redtwo);
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
  border: 1px solid var(--wp--preset--color--redtwo);
	position: relative;
	border-radius: 15px;
}
.resourcelinks a {
	position: relative;
	border-radius: 15px;
}
.more-from-category a::before,
.resourcelinks a:before{
  content: '';
  border: 4px solid #000 !important;
  border-radius: 15px;
  position: absolute;
  left: -8px;
  top: -2px;
  width: 102%;
  height: 108%;
  transition: all .3s linear;
}
.more-from-category a:hover,
.more-from-category a:focus {
	background-color: #fff;
	color: var(--wp--preset--color--redtwo);
	text-decoration:none!important
}

.more-from-category a:hover:before,
.more-from-category a:focus:before,
.resourcelinks a:hover:before,
.resourcelinks a:focus:before{
  left: -2px;
  top: -2px;
}

/* archive css */

.archive-wrap {
  position: relative;
  text-align: left;
  margin-bottom: 40px;
}
.archive-wrap .breadcrumb {
	padding: 0px 0px 10px 0;
	margin: 0px;
	border: 0px;
	text-align:center;
}

.archive-wrap .breadcrumb,
.archive-wrap .breadcrumb a,
.archive-wrap .breadcrumb a:visited {
	text-transform: uppercase;
	font-size: 12px;
	font-family:var(--theme-font);
	font-weight: 600;
	border:0px;
	color: #333;
	text-decoration: none;
}


.archive-wrap .breadcrumb a:focus,
.archive-wrap .breadcrumb a:hover {
	text-decoration: underline;
}

.archive-wrap .inner {
  margin: auto;

  width: 100%;
  max-width: 100%;
  padding: 0px 0 0px;
}

.archive-description .wrap {
	display: flex;
		background-color: var(--wp--preset--color--greybg);
	margin-bottom: 20px
}

.archive-description .wrap .onehalf.first {
	padding: 10px 20px;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items:Center;
	text-align:Center;
}

.archive-description .wrap > * {
	flex: 1;
}

.archive-description .onehalf img {
	display: block;
	object-fit: cover;
	max-height: 350px;
}
.favorite-wrap  {
	margin-bottom: 60px;
}
.favorite-wrap .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 1em;
}

.archive-wrap .archive-title {
	margin-bottom: 12px;
	font-size: 27px;
}

.favorite-wrap .title {
	font-size: var(--archive-title-size);
  text-align: center;
  margin-bottom: 20px;
  text-transform: none;
  text-transform: none;
	font-family: var(--theme-font);
  font-weight: 700;
	font-size: 27px;
}

.favorite-wrap p,
.favorite-wrap div.fav-desc {
	text-align: center;
	margin: 0 auto 20px;
	width: 1000px;
	max-width: 100%
}

.gb-block-post-grid-title a,
.favorite-wrap .grid a,
.favorite-wrap .grid a:visited {
	font-weight: 400;
	font-size: 21px;
	text-align: center;
	color: #333;
	font-weight:bold;
}

.gb-block-post-grid-title a:hover,
.gb-block-post-grid-title a:focus,
.favorite-wrap .grid a:focus,
.favorite-wrap .grid a:hover {
	color: #333!important 
}

.favorite-wrap .grid img {
	margin-bottom: 7px
}

.sub-list {
	display: flex;
	justify-content:center;
}

.sub-list li {
	display: inline-block;
	margin: 0 5px;
}

.sub-list li a,
.sub-list li a:visited {
  width: 100%;
  background-color: var(--wp--preset--color--bluetwo);
  border: 1px solid var(--wp--preset--color--bluetwo);
  color: #fff;
	font-weight: bold;
  padding:6px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
	text-align:Center;
	border-radius: 5px;
}
.sub-list li a.active,
.sub-list li a:hover,
.sub-list li a:focus {
  background-color: #fff;
  color: var(--wp--preset--color--bluetwo);
	border-color: var(--wp--preset--color--bluetwo);
}

.current-archive .archive-title {
	margin-bottom: 20px;
}

.custom-tax .content #after-post-archive:last-child {
	display: none
}
.custom-tax .content #after-post-archive p {
	margin: 5px 0!important;
	border:0px!important;
	padding: 0px!important
}
.custom-tax .content #after-post-archive {
	margin-bottom: 40px;
}
.custom-tax .archive-wrap #after-post-archive .widget {
	margin: 0px
}
.entry-header h2.entry-title {
	font-size: 21px;
	text-align:center;
}


.is-style-outline .wp-block-button__link.has-redtwo-color.has-greybg-background-color{
	border: 3px solid var(--wp--preset--color--redtwo)!important; 
}

.is-style-outline .wp-block-button__link.has-redtwo-color.has-greybg-background-color:hover,
.is-style-outline .wp-block-button__link.has-redtwo-color.has-greybg-background-color:focus{
	background-color: var(--wp--preset--color--redtwo)!important; 
	border: 3px solid var(--wp--preset--color--redtwo)!important; 
}

@media screen and (max-width: 960px) {
	.top-bar {
		padding: 5px 0px;
	}
	.adthrive-device-phone .footer-widgets,
	.adthrive-device-phone .top-bar,
	.adthrive-device-phone .sticky-header{
		margin: 0px -2.5%!important;
		padding: 0 3%;
		width: 106%;
	}
	.favorite-wrap .grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 1em;
	}
	.sub-list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: .5em;
	}
	.archive-wrap .wrap .onehalf:last-child {
		display: none
	}
	
	.custom-tax .content #after-post-archive .alignfull,
	.newhometemplate .alignfull {
		padding: 0 3%;
	}
	.separatorline img {
		height: auto
	}
	.headimages.wp-block-columns {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	
	.is-style-captioned figcaption,
	.is-style-captioned figcaption a {
		font-size: 18px!important;
		
	}
	.is-style-thickoutline.wp-block-button a.wp-block-button__link::before { 
		border-width: 3px!important;
		left: -6px;
		top: -2px
	}
	.is-style-thickoutline.wp-block-button a.wp-block-button__link:hover::before { 
		border-width: 3px!important;
		left: -1px;
	}
	.site-container .equalbtns .is-style-thickoutline.wp-block-button a.wp-block-button__link {
		font-size: 14px;
	}
	.newhometemplate .site-inner {
		padding-top: 0px;
		margin-top: 0px;
	}
	.wp-block-spacer.mobileheight20  {
		height: 20px!important
	}
	.booksection {
		padding: 20px 0;
	}
	 .booksection img{
		max-width: 200px;
		margin: auto;
		display: block;
	}
	h1.mobilepadding {
		margin-top: -20px;
	}
	.separatorline img {
  
  margin-top: -50px;
  margin-bottom: 10px;
  
}
	
}
@media screen and (max-width: 560px) { 
	.sub-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: .5em;
	}
	.is-style-captioned {
		border-width: 2.5px;
	}
	.is-style-captioned figcaption,
	.is-style-captioned figcaption a {
		font-size: 12px!important;
		border-width: 2.5px;
	}
	.newhometemplate .booksection img{
		max-width: 70%;
		margin: auto;
		display: block;
	}
	
	.single .entry-header .entry-meta {
		display: flex;
		justify-content:center;
		align-items:center;
		line-height: 1.4;
		margin: 10px 0;
	}
	.single .entry-header .entry-meta .author-link {
		margin: 0px 5px 0 0;
		flex: auto;
		width: 90px
	}
	.single .entry-header .entry-meta .avatar {
		margin: 0px;
		width: 60px;
	}
	.single .entry-header .entry-meta > * {
		font-size: 11px;

		
	}
}

/* table of content */

#header_toc_links {
	background:  rgb(223, 30, 38,0.02);
	border:  1px solid rgb(223, 30, 38,1);
	padding: 20px 0px 0;
	margin: 30px 0;
	text-align:left
}

.single .entry-content > .wp-block-image .aligncenter {
	display: block;
	margin: auto;
	text-align:Center;
}

.single .entry-content > .wp-block-image .aligncenter figcaption {
	display: block;
	text-align:Center;
}


#header_toc_links #tocheader {
	font-weight: bold;
	font-size: 23px;
	margin-bottom: 5px;
	padding: 0 20px;
	color: var(--wp--preset--color--redtwo);
	border-bottom: 1px solid;
	padding-bottom: 10px;
	
}

.entry-content #header_toc_links ol  {
	padding: 10px 20px 0 50px;
}


#header_toc_links ol li:not(:first-of-type):not(:nth-of-type(2)):not(:nth-of-type(3)) {
	display: none
}
#header_toc_links.expanded ol li {
	display: list-item!important;
	
}

#header_toc_links a {
	text-decoration: none;
	font-weight: bold;
}
#header_toc_links a:hover{
	text-decoration: underline;
	font-weight: bold;
}

.toc-toggle button{
	width: 100%;
	text-align: left;
	color: #fff;
	background: var(--wp--preset--color--redtwo);
}

.toc-toggle button:before {
	content: '+';
	margin-right: 5px;
}

.expanded .toc-toggle button,
.expanded .toc-toggle button:hover,
.expanded .toc-toggle button:focus {
	color: #fff;
	background: var(--wp--preset--color--redtwo);
}
.expanded .toc-toggle button:before {
	content: '-';
	margin-right: 5px;
}
.content .wprm-recipe .wprm-recipe-link {
	background-color: var(--wp--preset--color--redtwo)!important;
	border-color: var(--wp--preset--color--redtwo)!important;
	text-decoration: none;
	font-weight: bold;
	border-radius: 15px!important;
	color: #fff!important;
}

.content .wprm-recipe .wprm-recipe-link  svg path{
	fill: currentcolor;
}
.content .wprm-recipe .wprm-recipe-link:hover {
	opacity: 0.8;
	background-color:#fff!important;
	color: var(--wp--preset--color--redtwo)!important;
}

.wprm-recipe-template-compact-howto {
	font-family:var(--theme-font);
	color: #000;
}
.wprm-recipe-template-compact-howto .wprm-recipe-name {
	color: var(--wp--preset--color--redtwo);
}

.entry-content .wprm-recipe-container .wprm-recipe {
	border-radius: 15px;
	border: 1px solid var(--wp--preset--color--redtwo);
}
.wprm-recipe-times-container, .wprm-recipe-notes-container {
background:  #fff;
}