/*
Theme Name: Baker by Nature
Theme URI: https://bakerbynature.com/
Description: Custom theme created for Baker by Nature
Author: Weller Smith Design
Author URI: https://wellersmithdesign.com/

Version: 3.7.78

Template: genesis

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

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/s

/* 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
- 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
- Media Queries
	- Min-width: 1024px
		- 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
---------------------------------------------------------------------------- */

/* 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:none}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

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

html {
	box-sizing: border-box;
}

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

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

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


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

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

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

body {
	background-color: #fff;
	color: #000;
	font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
	letter-spacing: .01em;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #000;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

p a, .entry-content li a {
    font-weight: 500;
    box-shadow: inset 0 -10px 0 0 #FDDACE;
    transition: ease-in-out 0.2s;
}

p a:hover, .entry-content li a:hover {
    box-shadow: inset 0 -20px 0 0 #FDDACE;
    transition: ease-in-out 0.2s;    
}

a:focus,
a:hover {
	color: #000;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
    background: #f4f6f5;
    padding: 30px;
    margin: 0 0 28px !important;
    font-family: georgia;
    font-style: initial;
    font-size: 17px;
}

blockquote p:last-child {
    margin-bottom: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Helvetica Neue', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 35px;
	font-family: Georgia;
}

h2 {
	font-size: 27px;
}

.content .entry-content h2 {
    font-family: Georgia;
    font-size: 34px;
    font-weight: bold;
}

h2 p {
    margin: 0;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

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

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

h5 {
	font-size: 18px;
}

h6 {
	font-size: 12px;
	letter-spacing: .15em;
	font-weight: bold;
	text-transform: uppercase;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
    background: transparent;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid #FDDACE;
    border-radius: 999px;
    padding: 8px 14px;
    line-height: normal;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	cursor: pointer;
}

.button.arrow::after, .clear-btn button::after {
    content: '';
    display: inline-block;
    background: url(https://bakerbynature.com/wp-content/uploads/2021/06/long-arrow-right-blk.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 8px;
    margin-left: 5px;
}

.button.arrow.white::after {
    content: '';
    display: inline-block;
    background: url(https://bakerbynature.com/wp-content/uploads/2021/06/long-arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 8px;
    margin-left: 5px;
}

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: #FDDACE !important;
	color: #000 !important;
}

.button {
	display: inline-block;
}

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

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

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

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

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

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

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

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

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

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


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

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

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
overflow-x: hidden;
    overflow-y: scroll;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

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

.site-inner {
	clear: both;
	margin: 0 auto 30px;
	padding: 20px 0;
	overflow-y: scroll;
	overflow-x: hidden;
}


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

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

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

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

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

.breadcrumb {
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #004533;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 12px;
    font-weight: 800;
    max-width: 1140px;
    margin: 10px auto 0;
    padding: 0 20px;
}

.search .breadcrumb, .archive .breadcrumb  {
    margin: 10px auto 20px;
}

.breadcrumb a {
    color: #004533;    
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.fa-caret-right {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #004533;
    transform: rotate(90deg);
    display: inline-block;
    margin-left: 4px;
}

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

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

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

.search-icon img {
	width: 16px;
}

.search-form {
	overflow: hidden;
}

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

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

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
	font-family: georgia;
}

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

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

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

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

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

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

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

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

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

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

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

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

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

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


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

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

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

.sidebar .enews {
    background-color: #004533;
    padding: 30px;
    color: #fff;
    text-align: center;
}



.enews-widget input {
	margin-bottom: 10px;
    border: 2px solid #FDDACE;
    border-radius: 25px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .15em;
    text-transform: uppercase;
    padding: 13px 20px;
    background: transparent;
    color: #fff;
    appearance: none;
    -webkit-appearance: none;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
	background: #FDDACE;
	color: #000;
}

.enews-widget input[type="submit"]:hover {
    opacity: .9;
}

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

.privacy-policy-link {
    color: #fff;
    margin-top: 10px;
    display: block;
}

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

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

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

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

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

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

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

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

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

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

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

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

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

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


/* 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: none !important;
}


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

.site-header {
	background-color: transparent;
}

.site-header .wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px 20px;
    position: relative;
}

.utility-bar {
    background: #FDDACE;
}

.utility-bar .wrap {
    display: flex;
    padding: 6px 20px;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.utility-bar .wrap::before, .utility-bar .wrap::after ,
.mini-header .wrap::before, .mini-header .wrap::after {
    display: none;
}

.utility-bar .left {
    display: flex;
    align-items: center;
}

.utility-bar .genesis-nav-menu .menu-item {
    margin-right: 15px;
}


.utility-bar .genesis-nav-menu a {
    color: #000;
    font-family: Georgia;
    font-size: 18px;
    letter-spacing: .05em;    
    font-weight: normal;
    text-transform: none;
    padding: 0;
}

.utility-bar .genesis-nav-menu a:hover {
    text-decoration: underline;
    color: #000;
}

.utility-bar .social-icons a img {
    height: 16px;
    margin: 0 4px;
}

.utility-bar .right {
    display: flex;
}

#search-utility {
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    right: 165px;
    position: relative;
}

#search-utility:hover {
    text-decoration: underline;
}

#search-utility img {
    margin-right: 8px;
}

.header-optin {
     background: #FF3F62;
    border-radius: 100%;
    width: 145px;
    height: 145px;
    position: absolute;
    right: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 99998;
    top: -65px;
}

.header-optin a {
    color: #fff;
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 14px;  
}

.header-optin a:hover {
    text-decoration: underline;
}

.header-optin a img {
     width: 18px;
    display: block;
    margin: 5px auto 15px;
}

.button-wrap {
    cursor: pointer;
}

.jump-to {
    right: 55px;
    transform: rotate(90deg) translate(0, -100%);
    transform-origin: 100% 0;
    position: fixed !important;
    margin-top: 163px;
    background: #004533;
    border-color: #004533;
    color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 18px;
    z-index: 999;
}

.jump-to:hover {
    color: #004533;
    background: #f4f6f5;
    border-color: #f4f6f5;
}

/* ## Fixed Mini Header appearing on scroll
----------------------------------------------------- */

.mini-header {
	position: fixed;
	width: 100%;
	z-index: 9999;
	top: 0;
	display: none;
	padding: 0;
    background: #FDDACE;
}

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

.mini-header .wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 39px;
}

.start-wrap, .end-wrap {
  align-items: center;
  height: 100%;
  display: flex;
}

.mini-header .header-logo {
	margin-right: 20px;
}

.mini-header .logo {
	width: 32px;
	vertical-align: top;
}

.mini-header .genesis-nav-menu a {
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 12px;
}

.mini-header .genesis-nav-menu .sub-menu a {
    padding-left: 15px;
    margin-left: -15px;
}

.mini-header .genesis-nav-menu a:hover, .mini-header .optin a:hover {
	text-decoration: underline;
}

.mini-header .genesis-nav-menu .menu-item:last-child a {
	margin-right: 0;
}

.mini-header .optin {
    background: #FF3F62;
    font-size: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 6px;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: bold;
    max-width: 220px;
    line-height: 14px;
    text-align: center;
}

.mini-header .optin a {
    color: #fff;
}

.mini-header .social-icons {
    margin-right: 10px;
}

.mini-header .social-icons a img {
    margin: 0 3px;
}


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

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

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

.wp-custom-logo .custom-logo-link {
	display: block;
}

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

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	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;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
}

.social-icons a img {
    height: 16px;
}


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

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

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

.genesis-nav-menu a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    outline-offset: -1px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .15em;
}


.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000;
	text-decoration: underline;
}

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

.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 .sub-menu a {
	background-color: #fcdace;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

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

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

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

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #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 !important;
	border-width: 0;
	color: #000 !important;
}

.menu-toggle {
    float: none;
    line-height: 20px;
    position: absolute;
    z-index: 1000;
    left: 20px;
    border-radius: 0;
    padding: 0;
}

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

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

.site-header .menu-toggle::before {
	margin-right: 0;
	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;
	width: 100%;
}

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

.nav-secondary {
	margin-top: 10px;
}

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

section {
    clear: both;
    margin: 0 auto 40px;
}

section .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.image-link-wrapper img {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.image-link-wrapper:hover img {
	opacity: .75;
}


/* Homepage
---------------------------------------------------------------------------- */

.home-intro .container {
    display: flex;
}

.home-intro .container .left {
    width: 52%;
    padding-right: 5%;
}

.home-intro .container .right {
    width: 48%;
    text-align: right;
}

.home-intro h1 {
    font-style: italic;
    font-size: 34px;
    line-height: 41px;
    margin: 0 0 20px;
}

.home-intro p {
    margin: 0 0 18px;
}

.home-intro .social-icons {
    display: flex;
    align-items: center;
    justify-content: center;    
}

.home-intro .social-icons a {
    background: #FDDACE;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 10px;
}

.social-icons a:hover {
    opacity: .7;
}

.home-intro .button {
    display: table;
    margin: 20px auto 0;
}

.page-template-start-here .home-intro .button {
    margin: 20px 0 0;
}

section .container h2, .home-about h2 {
    font-family: 'Helvetica Neue', sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: .05em;
    font-weight: bold;
    text-align: center;
}

section .container h2 em, .home-about h2 em {
    font-size: 35px;
    font-family: Georgia;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    color: #FF3F62;  
}

.page-template-start-here .home-cat h2 em {
    color: #fff;
}

.home-start .row {
    display: inline-block;
}

.home-start .one-fourth {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-start .one-fourth:first-child {
    margin-left: 0;
}

.home-start .one-fourth .overlay-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0038223b;
    opacity: 1;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    z-index: 99;
}

.home-start .one-fourth:hover .overlay-1 {
    opacity: 0;
}

.home-start .one-fourth h3 {
    position: absolute;
    font-size: 48px;
    font-family: georgia;
    margin: 0;
    color: #fff;
    z-index: 999;
}

.home-start .button {
    margin: 20px auto 0;
    clear: both;
    display: table;
}

.home-cat {
    background: #004533;
    padding: 40px 0;    
    text-align: center;
}

section.home-cat .container h2 {
    font-family: Georgia;
    text-transform: none;
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 0;
    font-style: italic;
    color: #fff;
    margin: 0 0 20px;
}

.home-cat .row, .home-latest .row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.home-cat .row {
    flex-wrap: wrap;
}

.home-cat .button {
    color: #fff;
    margin: 10px;
    padding: 8px 12px;
}

.home-cat .button:hover {
    color: #000;
    background: #FDDACE;
}

.home-latest .container {
    position: relative;
}

.home-latest p {
    text-align: center;
}

.home-latest .one-fourth:first-child {
    margin-left: 0;
}

.home-latest .one-fourth:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
}

.home-latest article h3 {
    margin: 0;
}

section .container article a:hover {
    text-decoration: none;
    background-image: linear-gradient(transparent 30%,#fcdace 0%);
}

section .container article h3 a:hover {
    background-image: linear-gradient(transparent 54%,#fcdace 0%);    
}

section .container article a.button:hover {
    text-decoration: none;
    background-image: none;
}

section .container article h6 {
    text-align: center;
    margin: 18px 0 10px;
}

section .container article h6 a {
    color: #FF3F62;
}

section .container article h3 {
    font-family: georgia;
    text-align: center;
    line-height: 28px;
    letter-spacing: .04em;  
    margin: 0 0 20px;
}

.home-top-5 .container article h3 {
    margin: 0;
}

.home-latest .button {
    margin: 30px auto 0;
    clear: both;
    display: table;
}

.circle-button {
    background: #FF3F62;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    letter-spacing: .15em;
    font-weight: bold;
    height: 100px;
    width: 100px;
    display: block;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 5px;
    line-height: 16px;
    right: -30px;
    margin-top: 20px;
    transform: rotate(
10deg
);
    -webkit-transform: rotate(
10deg
);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
}

.circle-button:hover {
    color: #fff;
    text-decoration: underline;
}

.home-highlight {
    background: #FFF9F6;
    margin-top: 90px;
    padding-bottom: 40px;
}

.page-template-at-home .home-highlight {
    margin-bottom: 0;
}

.home-highlight .container {
    position: relative;
}

.home-highlight .logo-mark {
    display: block;
    margin: 0 auto;
    position: relative;
    top: -53px;
    margin-bottom: -30px;
    width: 100px;
}

.home-highlight .row:first-of-type {
    display: flex;
    justify-content: space-between;
}

.page-template-start-here .home-highlight .row:first-of-type,
.page-template-at-home .home-highlight .row:first-of-type {
    margin: 0 0 50px;
}

.home-highlight .row .col {
    width: 49%;
    text-align: center;
}

.home-highlight .row .col.featured h3 {
    margin: 0 0 10px;    
}

.home-highlight h2 p {
    line-height: 1.2;
}

.home-highlight p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.home-highlight .row .col:last-child {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-highlight .row .col:last-child article {
    width: 48.5%;
    margin-bottom: 20px;    
}

.home-highlight .row:last-of-type {
    text-align: center;
    margin-top: 40px;
}

.page-template-start-here .home-highlight .row:last-of-type,
.page-template-at-home .home-highlight .row:last-of-type {
    margin-top: 20px;
}

.home-highlight .button {
    background: #fff;
}

.home-highlight .button:first-child {
    margin-right: 15px;
}

.home .home-highlight .row:last-of-type .button:first-child {
    margin-right: 15px;
}

.page-template-start-here .home-highlight .row:last-of-type .button,
.page-template-at-home .home-highlight .row:last-of-type .button {
    margin: 10px;
}

.pum-content {
    text-align: center;
}

.pum-container .pum-content+.pum-close:hover {
    background: none !important;
}

.pum-content .optin .container {
    border: none;
    padding: 0;
    text-align: center !important;
}

.pum-content #mc_embed_signup_scroll {
    display: block;
}

.pum-content .mc-field-group {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

.pum-content .mc-field-group input {
    border: 2px solid #ff4062;    
    appearance: none;
    -webkit-appearance: none;
}

.pum-content #mc_embed_signup_scroll .button {
    border: 2px solid #ff4062;
}

.pum-content #mc_embed_signup_scroll .button:hover {
    background: #ff4062 !important;
    border-color: #ff4062;
    color: #fff !important;
}

.pum-content .optin #mc_embed_signup_scroll p {
    margin: 0
}

.home-guide {
    background: #004533;
    color: #fff;
    padding: 24px 0;
    position: relative;
    margin: 80px auto 0;
}

.page-template-at-home .home-guide {
    margin: 0 auto;
}

.page-template-start-here .home-guide {
    padding: 0;
    margin: 200px auto 60px;
}

.home-guide .container {
    padding: 0 20px;
}

.home-guide .row {
    background: #004533;
    color: #fff;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-template-at-home .home-guide .row {
    flex-direction: column;   
}

.home-guide container h2 {
    font-size: 35px;
    font-family: Georgia;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    font-style: italic;
    margin: 0 0 20px;
}

.page-template-at-home #mc_embed_signup {
    width: 100%;
}

.page-template-at-home .mc-field-group input {
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
}

.home-guide .mc-field-group input::placeholder {
    color: #fff;
}

.enews-widget input::placeholder {
    color: #fff;
}

.page-template-at-home .home-guide .button {
    color: #000;
    margin-top: 0;
    min-width: 230px;
}

.page-template-start-here .home-guide .row {
    padding: 0;
}

.page-template-start-here .home-guide .row {
    align-items: flex-end;
}

.home-guide .row .col:first-child {
    position: absolute;
    margin-top: 15px;
}

.home .home-guide .row .col:first-child img {
    width: 200px;
    transform: rotate(-8deg);
}

.page-template-start-here .home-guide .row .col:first-child {
    max-width: 330px;
    margin-bottom: 40px;
}

.home .home-guide .row .col:nth-child(2) {
    margin-left: 255px;
    padding: 0;
    width: 100%;
}

.home-guide .row .col:nth-child(2) {
    margin-left: 380px;
    text-align: left;
    padding: 80px 0
}

.home-guide h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: bold;
}

.home-guide h3 {
    font-size: 15px;
    margin: 0 0 10px
}

.home-guide #mc_embed_signup_scroll {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.page-template-at-home .home-guide #mc_embed_signup_scroll {
    flex-wrap: nowrap;
}

.home .home-guide #mc_embed_signup_scroll {
    flex-wrap: nowrap;
    margin: 0;
}

.home .home-guide .mc-field-group {
    width: 33%;
    margin-right: 2%;
}

.home-guide .button {
    color: #000;
    margin-top: 18px;
}

.home .home-guide .button {
    margin-top: 0;
}

.home-guide .button:hover {
    background: #fff9f5 !important;
    border-color: #fff9f5 !important;
}

.home-guide .mc-field-group input {
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
}

.home-guide .container h2 {
    text-align: left;
    margin: 0 0 5px;
    font-style: italic;
    letter-spacing: .02em;
    font-family: georgia;
    text-transform: none;
    font-weight: normal;
    font-size: 40px;
}

.home .home-guide .container h2 {
    margin: 0 0 14px;
}

.home-guide .button:hover {
    background: #fff !important;
}

.home .home-top-5, .page-template-start-here .home-top-5 {
    padding-top: 60px;
    margin: 0 auto;
    padding-bottom: 40px;
    background: url(https://bakerbynature.com/wp-content/uploads/2021/06/floral-1-alt-1.png) left no-repeat;
    background-size: 450px;
}

.home-top-5 .row {
    display: inline-block;
}

.home-top-5 .row .one-fifth:first-child {
    margin-left: 0;
}

.home-top-5 article h3 {
    font-size: 20px;
    line-height: 23px !important;
    margin: 0;
}


.archive .cat-loop article h3 {
    font-size: 20px;
    line-height: 23px;
}

.home .home-video {
    margin: 0 auto;
}

.home-video {
    background: #f4f6f5;
    padding: 40px 0;
}

.home-video h2 {
    margin: 0 0 30px;
}

.home-video .row {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.home-video .row .col:first-child {
    width: 40%;
    padding-right: 5%;
}

.home-video .row .col:last-child {
    width: 60%;
}

.home-video .button {
    background: #fff;
}

.home-video .button:first-child {
    margin-right: 15px;
}

.home-spotlight, .page-template-at-home .home-latest {
    padding: 40px 0;
    margin: 0 auto;
    background: url(https://bakerbynature.com/wp-content/uploads/2021/06/floral-2-1.png) no-repeat right bottom;
    background-size: 700px;
}

.home-spotlight h4 {
    margin: 0 0 20px;
}

.home-spotlight p {
    text-align: center;
        margin: 0 0 20px;
}

.home-spotlight h2 p {
    margin: 0;
}

.home-spotlight .tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 25px;
}

.home-spotlight .tabs .button {
    margin: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.home-spotlight .tabs .button.current, .home-spotlight .tabs .button:hover {
    background: #FDDACE;
}

.home-spotlight .recipe-columns {
    display: inline-block;
}

.home-spotlight .recipe-columns .one-fourth {
    margin-bottom: 20px;
}

.home-spotlight .recipe-columns .one-fourth:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
}

.home-spotlight .container article h3 {
    margin: 0;
}


.home-spotlight .tab-content {
			display: none;
			position: relative;
		}
		
.home-spotlight	.tab-content.current {
			display: inherit;
		}
		
.home-spotlight .button.cta {
    clear: both;
    margin: 10px auto 0;
    display: table;
}

.home-search {
    background: #004533;
    color: #fff;
    padding: 32px 0;
}

.home-search .search-form-1 {
    display: flex;
    max-width: 920px;
    margin: 0 auto;
}

.home-search .search-form-1 .search-form-input {
    border: 2px solid #FDDACE;
    border-radius: 25px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .15em;
    text-transform: uppercase;
    padding: 13px 20px;
    max-width: 100%;
    appearance: none;
    -webkit-appearance: none;
}

.home-search button {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
    border-radius: 25px;
}

.home-search .button::after {
    content: '';
    display: inline-block;
    background: url(https://bakerbynature.com/wp-content/uploads/2021/06/long-arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 8px;
    margin-left: 5px;
}

.home-highlight .row .col.alt {
    display: block;
}

.home-highlight .row .col.alt article {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.home-highlight .row .col.alt article .image-link-wrapper {
    min-width: 180px;
    width: 180px;
    margin-right: 20px;
}

.home-highlight .row .col.alt article h6,
.home-highlight .row .col.alt article h3 {
    text-align: left;
}

.home-about .container {
    background: #f4f6f5;
    max-width: 100%;
}

.home .home-about h2 {
    margin-bottom: 60px;
}

.home-about .container .row {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    position: relative;
}

.home-about .container .row .col:first-child {
    width: 100%;
    max-width: 360px;
    position: absolute;
}

.home-about .button {
    background: #fff;
}

.home-about .container .row .col:nth-child(2) {
    margin-left: 390px;
    max-width: 400px;
    margin-right: 30px;
}

.home-about .container .row .col:nth-child(2) p:last-child {
    margin-bottom: 0;
}

.home-about .container .row .col:last-child {
    min-width: 260px;
    position: relative;
}

.home-about .circle-button {
    top: -100px;
    padding: 0 6px
}

.home-about .container .row .col:last-child .image {
    width: 110px;
    height: 110px;
    min-width: 110px;
    margin-right: 15px;
}

.home-about .container .row .col:last-child .image:hover {
	opacity: .75;    
}

.home-about .container .row h6 {
    color: #FF3F62;
    margin: 0 0 14px;
}

.home-about .container .row p {
    margin: 0 0 14px;
}

.home-about .container .row h3 {
    font-size: 20px;
    font-family: georgia;
    letter-spacing: .04em;
}

.home-about .container .row .col:last-child article {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.home-about .container .row .col:last-child article:last-child {
    margin: 0;
}

.home-about .container .row .col:last-child article a:hover {
    text-decoration: underline;
    background-image: none;
}

.home-about .container .row .col:last-child article h4 {
    font-size: 20px;
    line-height: 23px;
    font-family: georgia;
    margin: 0;
    letter-spacing: .04em;
}


/* Category Archives
---------------------------------------------------------------------------- */

.cat-heading .container {
    display: flex;
    align-items: center;
    margin: 0 auto 20px;
}

.cat-heading .cat-info {
    text-align: center;
    padding: 30px;
    background: #f4f6f5;
    position: relative;
    z-index: 99;
    left: 6%;
    width: 65%;
    color: #000;
    font-weight: 400;
}

.cat-heading .cat-info p:last-child {
    margin: 0;
}

.cat-heading .cat-image {
    z-index: 0;
    width: 55%;
}

.cat-info p a.button {
    box-shadow: none;
    background: #fddace;
}

.cat-loop p {
    text-align: center;
}

.cat-loop .recipe-columns {
    display: table;
    width: 100%;
}

.cat-loop .recipe-columns .one-fifth:nth-child(5n+1) {
	margin-left: 0;
}

.featured-post {
    background: #f4f6f5;
    padding: 40px 0;    
}

.featured-post .row {
    display: flex;
    align-items: center;
}

.featured-post .row .col:first-child {
    width: 52%;
}

.featured-post .row .col:last-child {
    margin-left: 4%;
    width: 48%;    
}

.featured-post .row .col:last-child p {
    font-size: 22px;
    line-height: 34px;
}

.featured-post h3 {
    font-size: 34px;
    line-height: 41px;
    font-style: italic;
    font-family: georgia;
}

.shop-slider p {
    text-align: center;
}

.product-slider .slick-track {
    display: flex;
    align-items: center;
}

.product-slider .slick-list, .product-slider .slick-slide {
    padding: 0 20px !important;
}

.post-slider {
    margin: 0 -20px !important;
}

.post-slider .slick-prev, .post-slider .slick-next {
    top: 34%;
}

.post-slider .slick-next {
    right: -10px;
}

.post-slider .slick-list, .post-slider .slick-slide {
    padding: 0 10px !important;
}

.product-slider .slick-slide img {
    max-height: 200px;
    width: auto;
    margin: 0 auto;
}

.fave-pick {
    background: #FDDACE;
    border-top: 200px solid #fff9f5;
    margin-top: 60px;
    height: 620px;
    display: flex;
    align-items: flex-end;
}

.fave-pick .row {
    display: flex;
    align-items: flex-end;
    margin-top: -280px;
}

.fave-pick .row .col:first-child {
    width: 37%;    
}

.fave-pick .row .col:last-child {
    width: 60%;
    margin-left: 10%;
    padding-bottom: 30px;
}

.fave-pick .row .col:last-child img {
    max-width: 400px;
    width: 100%;
    margin: 0 0 20px;
}

.archive .fave-pick h2 {
    text-align: left;
    margin: 0 0 10px;
}

.archive .fave-pick article h3 {
    text-align: left;
}

.archive .fave-pick h6 {
    margin: 0 0 10px;
    text-align: left;
}

.fave-pick .archive article h3 {
    text-align: left;
    margin: 0 0 10px;
}

.fave-pick article p {
    margin: 0 0 20px;
}

.fave-pick .button {
    border-color: #FF3F62;
    background: #FF3F62;
    color: #fff;
}

.fave-pick .button:hover {
    color: #fff !important;
    border-color: #004533 !important;
    background: #004533 !important;
}

.fave-pick .button.arrow::after {
    background: url(https://bakerbynature.com/wp-content/uploads/2021/06/long-arrow-right.svg);    
}



/* Start Here & At Home With Ashley 
---------------------------------------------------------------------------- */

.home-intro.start .container {
    align-items: center;
}

.home-intro.start .container .right {
    width: 52%;
    text-align: left;
}

.community .row {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.community .row .col {
    width: 49.5%;
    background: #FF3F62;
    color: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.community .row .col .left {
    width: 100px;
}

.community .row .col h3 {
    font-size: 19px;
    font-family: georgia;
    margin: 0 0 10px;
    font-weight: bold;
}

.community .row .col a {
    font-size: 19px;
    font-family: georgia;
    margin: 0 0 10px;
    font-weight: normal;
    color: #fff
}

.community .row .col .button {
    display: table;
    margin: 10px auto 0;
    color: #fff;
    font-size: 16px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: bold;
}

.community .row .col .button img {
    width: 19px;
    margin-right: 8px;
}

.page-template-start-here .home-top-5 .circle-button:before  {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(https://bakerbynature.com/wp-content/uploads/2021/06/pinterest-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 14px;
}

.page-template-start-here .home-top-5 .circle-button span {
    margin-top: 10px;
}

.videos {
    background: #f4f6f5;
    padding: 40px 0;
}

.videos .row {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}

.videos .row .col {
    width: 32%;
}

.videos .row .col a {
    text-align: center;
    display: block;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    color: #004533;
    margin-top: 10px;
}

.videos .row .col a:hover {
    text-decoration: underline;
}

.videos .button {
    display: table;
    margin: 0 auto;
}

.page-template-start-here .site-footer .other-posts, .page-template-at-home .site-footer .other-posts, .page-template-recipe-index .site-footer .other-posts {
    display: none;
}

.page-template-at-home .home-intro .container {
    align-items: center;
}

.page-template-at-home .home-intro .container .left {
    width: 61%;
    padding-right: 0;
}

.page-template-at-home .home-intro .container .right {
    width: 68%;
    text-align: center;
    background: #f4f6f5;
    padding: 30px;
    position: relative;
    right: 0;
    margin-left: -5%;
}

.page-template-at-home .home-intro p:last-child {
    margin-bottom: 0;
}

.page-template-at-home .home-intro h1 {
    font-size: 28px;
    margin: 0 0 10px;
    padding: 0;
}

.page-template-at-home .home-latest .circle-button {
    top: 65px;
}

.page-template-at-home .shop-slider, .category .shop-slider {
    margin: 0 auto;
    background: url(https://bakerbynature.com/wp-content/uploads/2021/06/floral-3-1.png) no-repeat left;
    background-size: 450px;
    padding: 60px 0;
}

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

.wpcf7 p {
    margin: 0 0 20px;
    text-align: left;
}

.contact-name {
    display: flex;
    justify-content: space-between;
}

.contact-name p {
    width: 48.5%;
}

.wpcf7 input[type="submit"] {
    border: 2px solid #fddace;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .15em;
    text-transform: uppercase;
    padding: 13px 20px;
    background: #fddace;    
}

.wpcf7 input[type="submit"]:hover {
    border-color:#004533 !important;
    background: #004533 !important;
    color: #fff !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}


/* Recipe Index */

.facetwp-flyout {
    z-index: 9999999 !important;
    background: #f4f6f5 !important;
    border-right: none !important;
}

.facetwp-flyout-content {
    padding-left: 20px !important;
}

.recipe-widgets {
    position: relative;
}

.page-template-recipe-index .section {
    position: relative;
    margin: 0 auto 40px;
}

.page-template-recipe-index .intro {
    text-align: center;
    padding: 0 20px;
}

.page-template-recipe-index .intro h1 {
    font-weight: normal;
    letter-spacing: 0;
    font-style: italic;
    font-size: 34px;
}

.page-template-recipe-index .intro p:last-child {
    margin: 0;
}

.recipe-browse .container {
    display: flex;
    justify-content: center;    
    flex-wrap: wrap;
}

.recipe-browse .container a, .other-posts .row a {
   padding: 0 20px;
    text-align: center;
    color: #ff4062;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.other-posts .row a {
    padding: 0 10px;
}

.recipe-browse .container a img, .other-posts .row a img {
    border-radius: 100%;
    padding: 8px;
    transition: all 0.2s ease-in-out;
}

.recipe-browse .container a:hover img, .other-posts .row a:hover img {
    padding: 6px;
}

.recipe-browse .container a:hover, .other-posts .row a:hover {
    text-decoration: underline;
}

.recipe-browse .icon, .other-posts .icon {
    border-radius: 100%;
    width: 120px;
    border: 2px solid #d7d7d8; 
    margin-bottom: 14px;    
}

.recipe-browse h6, .other-posts h6 {
    margin: 0;
}

.clear-btn {
    text-align: center;
}

.facetwp-flyout-content .clear-btn {
    display: block;
    margin-left: -6px;
    margin-bottom: 16px;
    text-align: left;
}

.recipe-filters h6 {
    font-size: 16px;
    color: #ff4062;
    margin: 0 0 6px;
}

.recipe-filters h6 img {
    width: 20px;
    margin-right: 5px;
}

.facetwp-facet {
    margin-bottom: 30px !important;
}

.facet-selections {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    height: 40px;
    float: none;
    width: 100%;
    max-width: 1140px;
    margin: 6px auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.facet-selections:before {
    content: "Recipes Displayed: ";
    display: inline-block;
    padding-right: 15px;
    float: left;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.facetwp-selection-label {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;   
}

.facetwp-selections .facetwp-selection-value {
    font-weight: 200;
    font-style: italic;    
    background: none !important;
    font-family: georgia;
    font-size: 14px;
}

.facetwp-selections ul {
    float: left;
}

.facetwp-selection-value:before {
    content: '×';
    margin-right: 10px;
    font-style: normal;
    font-weight: bold;
    background: #fcdace;
    padding: 4px;
    color: #000;
    font-size: 16px;
    line-height: 9px;
    height: 19px;
    display: inline-block;
}

.facetwp-facet .facetwp-checkbox {
    background: transparent;
    position: relative;
    margin-bottom: 2px !important;
}

.facetwp-facet .facetwp-checkbox.checked {
    background: transparent;
}

.facetwp-facet .facetwp-checkbox:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    border: 2px solid #ff4062;
    border-radius: 0;
}

.facetwp-facet .facetwp-checkbox.checked:after, .facetwp-facet .facetwp-checkbox:hover:after {
    content: "✓";
    position: absolute;
    left: 2px;
    top: calc(50% - 1px);
    transform: translateY(-50%);
}

.recipe-columns .container {
    display: flex;
    flex-wrap: wrap;
}

.recipe-columns .container .one-fourth {
    margin-bottom: 30px;
}

.page-template-recipe-index .recipe-columns .container .one-fourth {
    margin-bottom: 0;
}

.facetwp-pager {
    clear: both;
}

.recipe-filter {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    max-width: 220px;
}

.recipe-filter h6 {
    font-size: 14px;
    letter-spacing: 2px;
    background-image: linear-gradient(#fff 30%, #f7f5f1 0%);
    display: inline-block;
}

.recipe-filter h6:first-child {
    margin-bottom: 5px;
    background-image: none;
}

.facetwp-icon {
    opacity: 1;
    right: 1%;
    top: 33%;
    font-size: 16px;
    font-weight: 900;
    color: #000;
    opacity: 1 !important;
    font-style: normal;
}

.facetwp-icon:before {
    content: "\f002" !important;
    background: none !important;
    font-family: 'font awesome 5 pro';
}

.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
    padding: 10px 14px;
    border-radius: 999px;
    letter-spacing: normal;
}

.recipe-index {
    padding-left: 60px;
    width: 100%;
}

.recipe-index .button-group h2 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 25px;
}

.recipe-index button {
    padding: 12px 26px;
    width: 100%;
}

.facetwp-flyout-content {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    padding-left: 20px;
}

.facetwp-flyout-content h3 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .15em;
    color: #ff4062;
    margin: 0 0 10px;
}

.facetwp-flyout-close {
    font-weight: 600;
    font-size: 17px;
}

.facetwp-flyout-content h6 {
    font-size: 14px;
    font-weight: bold;
}

.facetwp-flyout-content .name-search_recipes {
    display: none;
}

.recipe-index .clear-btn button {
    padding: 0;
    color: #080808;
    background: transparent;
    border: none;
    font-weight: bold;
    width: auto;
}

.recipe-filters {
    background: #f4f6f5;
    padding: 40px 0;
    margin: 0 auto;
}

.recipe-filters .container {
    display: flex;
    justify-content: space-between;
}

.facetwp-toggle {
    font-style: italic;
    font-size: 14px;
    font-family: georgia;
}

.page-template-recipe-index .recipe-columns {
    background: url(https://bakerbynature.com/wp-content/uploads/2021/06/floral-1-alt-1.png) top left no-repeat;
    background-size: 450px;
    padding-top: 20px;
    background-position-x: -40px; 
    position: relative;
}

.page-template-recipe-index .recipe-columns::after {
    z-index: -1;
    content: '';
    background: url(https://bakerbynature.com/wp-content/uploads/2021/06/floral-2-1.png);
    display: block;
    width: 600px;
    height: 800px;
    position: absolute;
    right: -100px;
    top: 60%;
    background-size: contain;
    transform: translateY(-60%);
}


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

.blog .archive-description, .search .archive-description, .archive .archive-description {
    display: none;
}

.blog article .entry-content img, .search article .entry-content img, .archive article .entry-content img {
    width: 300px;
}

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

.single .content-sidebar-wrap {
    margin-top: 30px;
}

.single .entry-header {
    background: #f4f6f5;
}

.single .entry-header .wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 20px;
}

.single .entry-header .post-date {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: bold;
    margin: 0 0 10px;
    opacity: .5;
}

.single .entry-header .post-date a:hover {
    text-decoration: underline;
}

.single .entry-header .title {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    flex-wrap: wrap;
}

.single .entry-header .entry-title {
    font-size: 34px;
    font-style: italic;
    margin-right: 12px;
}

.single .entry-header .post-author {
    font-size: 22px;
    font-family: georgia;
    font-style: italic;
    color: #FF3F62;
}

.single .entry-header .disclaimer p {
    margin: 10px 0 0;
    text-transform: none;
    letter-spacing: .15em;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    opacity: .5;
}

.single .entry-header .disclaimer p a {
    text-decoration: underline;
    box-shadow: none;
    font-weight: 800;
}

.single .entry-header .disclaimer p a:hover {
    opacity: 1;
}

.content-sidebar-wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.single .content-sidebar-wrap .entry .entry-header {
    display: none;
}

.entry-header .post-buttons {
    margin: 0 0 14px;
    display: flex;
    align-items: center;
}

.entry-header .comments-link {
    margin-right: 10px;
}

.entry-header .recipe-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.entry-header .wprm-recipe-link {
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase !important;
    margin-right: 10px;
    font-size: 12px;
    font-weight: bold !important;
    letter-spacing: .15em;
    color: #000 !important;
    border: 2px solid #fcdace;
    padding: 8px 14px;
    border-radius: 25px;
    display: inline-block;
    line-height: normal;
}

.entry-header .wprm-recipe-link:hover {
 background: #fff;
}

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

/* Post Blocks */

.tip-block, .more-posts {
    background: #FDDACE;
    display: flex;
    align-items: center;
    border-left: 23px solid #FF3F62;
    padding: 30px 20px;
    margin: 0 0 28px;
}

.tip-block .left, .more-posts .left {
    width: 100px;
    background: #FF3F62;
    border-radius: 100%;
    padding: 18px;
    margin-right: 20px;
    min-width: 100px;
}

.entry-content .tip-block h3, .entry-content .more-posts h3 {
    font-family: georgia;
    font-weight: normal;
    font-size: 27px;
    font-style: italic;
    margin: 0 0 10px;
}

.more-posts a {
    display: block;
    color: #FF3F62;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}

.more-posts a:hover {
    text-decoration: underline;
    color: #FF3F62;
    opacity: .7;
}

.more-posts a:before {
    content: '•';
    position: relative;
    display: inline-block;
    font-size: 22px;
    margin-right: 8px;
    top: 3px;
}

.pinit-block {
    background: #ff3f62;
    display: flex;
    align-items: center;
    padding: 30px 20px;
    margin: 0 0 28px;
    color: #fff;
    padding-left: 40px;
    overflow: hidden;
}

.pinit-block .left {
    margin-right: 80px;
    min-width: 120px;
    margin-bottom: -40px;
}

.pinit-block .right {
    text-align: center;
    font-family: georgia;    
}

.pinit-block h3 {
    font-size: 18px;
    font-family: georgia;
    margin: 0 0 10px;
}

.pinit-block .wprm-recipe-link {
cursor: pointer;
    text-decoration: none;
    text-transform: uppercase !important;
    margin-right: 10px;
    font-size: 12px;
    font-weight: bold !important;
    letter-spacing: .15em;
    color: #fff !important;
    border: 2px solid #fff;
    padding: 8px 14px;
    border-radius: 25px;
    font-family: helvetica;
    display: table;
    line-height: normal;
    margin: 10px auto 0;    
}

.pinit-block .wprm-recipe-link:hover {
    background: #fff !important;
    color: #ff3f62 !important;
}

.entry-content .tip-block p {
    font-family: georgia;
    font-style: italic;
    font-size: 20px;
    line-height: 27px;
}

.entry-content .tip-block p:last-child {
    margin-bottom: 0;
}

.shop-block {
    margin: 0 0 28px;
}

.shop-block h3, .related-title {
    font-family: 'Helvetica Neue', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: bold;
    text-align: center;
}

.shop-block h3 p {
    font-size: 14px;
    margin: 0 0 20px;
}

.shop-block h3 em, .related-title em {
    font-size: 28px;
    font-family: Georgia;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    color: #FF3F62;
}

.shop-block p {
    font-size: 16px;
    text-align: center;
}

.related-posts-wrap {
    margin: 0 0 28px;
}

.related-posts {
    display: inline-block;
}

.related-posts .one-fifth:first-child {
    margin-left: 0;
}

.related-post-cat {
    text-align: center;
    margin: 10px auto 6px;
    font-size: 10px;
}

.related-post-cat a {
    color: #FF3F62;
}

.related-post-cat a:hover {
    text-decoration: none;
    background-image: linear-gradient(transparent 30%,#fcdace 0%);
}

.related-post-info {
    font-family: georgia;
    text-align: center;
    line-height: 20px;
    letter-spacing: .04em;
    margin: 0;
    font-size: 16px;
}

.related-post-info a:hover {
    background-image: linear-gradient(transparent 54%,#fcdace 0%);
}

.entry-footer {
    clear: both;
}



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

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

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

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

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

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

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

.pagination, .facetwp-pager, .archive-pagination {
	clear: both;
    margin: 40px 0;
    text-align: center;
    color: #FF3F62;
    font-weight: 800;
}

.pagination a, .facetwp-pager a, .archive-pagination li a  {
    color: #FF3F62;    
    padding: 0 4px;
}

.pagination .current, .pagination a:hover, .facetwp-pager .active, .facetwp-pager a:hover, .archive-pagination li a:hover,
.archive-pagination li.active a  {
    text-decoration: underline;
}

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

.archive-pagination li {
	display: inline;
}

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

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

.comment-respond {
    background: #FFF9F6;
    padding: 30px;
}

.comment-respond-label {
    display: block;
    margin-right: 12px;
    text-transform: uppercase;
    letter-spacing: .15rem;
    font-size: 12px;
    font-weight: bold;
}

.comment-respond h3 {
    font-family: georgia;
    color: #000;
    font-size: 25px;    
}

.comment-list p a {
    box-shadow: none;
    font-weight: normal;
}

.comment-list p a:hover {
    text-decoration: underline;
}

.comment-author {
    color: #FF3F62;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
}

.comment-author a {
color: #FF3F62;    
}

.comment-meta, .comment-meta a {
    font-size: 13px;
    color: #444;
    font-style: italic;
}

.comment-list li{
    padding: 0;
}

.comment-list .depth-1 {
    margin: 0 0 30px;
}

.comment-list li article {
	background: #f3f6f5;
	padding: 30px;
}

.comment-list .children .comment {
    padding: 30px;
    margin-top: 30px;
    margin-left: 30px;
    border: 2px solid #FDDACE;
    margin-bottom: 30px;
}

.comment-list li .children article {
    background: none;
    padding: 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: 50%;
}

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

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

.comment-reply-link {
    font-weight: bold;
    color: #004533;
    font-size: 15px;
    text-decoration: underline;
}

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

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

.comment-list input, .comment-list textarea {
    background-color: transparent;
    border: 2px solid #fddace;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
    width: 100%;
    border-radius: 25px;
    font-size: 15px;
}

.comment-list .submit {
    color: #000;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid #fcdace;
    border-radius: 999px;
    padding: 8px 14px;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
    cursor: pointer;
    margin: 0 auto;
    background: #fcdace;    
}

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

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

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

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

.widget-title {
    text-align: center;
    font-family: georgia;
    font-weight: normal;
    font-size: 29px;    
}

#custom_html-1 p {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
}

#custom_html-1 .widget-wrap {
    border: 2px solid #FDDACE;
    padding: 20px 35px;
    text-align: center;
}

.sidebar .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 5px;
    border: 2px solid #FDDACE;
    width: 30px;
    height: 30px;
}

.sidebar .social-icons a:hover {
    background: #FDDACE;
}

.sidebar .social-icons a:hover {
    opacity: 1;
}

.sidebar .featured-content .widget-wrap {
    padding: 20px 35px;
    text-align: center;
    display: table;    
}

#featured-content-1 .widget-wrap {
    border: 2px solid #FDDACE;
}

#featured-content-1 .widget-title a {
    color: #FF3F62;
    font-style: italic;
}

.sidebar .aligncenter, .sidebar img.alignnone, .sidebar .alignnone  {
    margin: 0 auto 10px;
}

.sidebar .featured-content .entry-title {
    font-size: 14px;
    text-align: center;
    font-family: georgia;
    line-height: 16px;
}

.sidebar .featured-content .entry {
    border-bottom: none;
    margin-bottom: 10px;
}

#featured-content-2 .widget-wrap {
    background: #f4f6f5;
}

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

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

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

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

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


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

.site-footer {
	background-color: #fff;
	text-align: center;
}

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

.other-posts {
    margin: 0 0 60px;
    text-align: center;
}

.other-posts .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.other-posts .row .col {
    margin: 0 20px;
}

.other-posts .row .col a:hover {
    text-align: center;
}

.other-posts .row .col a:hover img {
    opacity: .8;
}

.other-posts .row .col img {
    width: 110px;
    margin: 0 0 20px;
}

.other-posts .row .col h6 {
    margin: 0;
    color: #FF3F62;
}

.optin {
    padding: 0 20px;
}

.optin .container {
    border: 1px solid #000;
    padding: 30px 20px 40px;
    max-width: 1100px;
}

.optin h3 {
    font-size: 34px;
    font-family: georgia;
    font-style: italic;
    line-height: 41px;
    margin: 0 0 12px;
}

.optin p {
    font-size: 20px;
    margin: 0 0 30px;
}

.footer {
    background: #fff9f5 url(https://bakerbynature.com/wp-content/uploads/2021/06/bbn-pattern-15-1.png);
    margin: 0;
}

.footer .container {
    padding: 45px 20px;
}

.footer .row {
    display: flex;
    flex-wrap: wrap;
}

.footer .row .col {
    width: 25%;
    padding: 0 2%;
    font-size: 14px;
    line-height: 20px;
}

.footer .row .col:first-child {
    border-right: 1px solid;
    padding-right: 6%;
}

.footer .row .col h3 {
    color: #FF3F62;
    font-family: georgia;
    font-style: italic;
    font-size: 34px;
    margin: 0 0 15px;
}

.footer .row .col p {
    margin: 0 0 20px;
}

.footer .row .col a {
    display: block;
}

.footer .row .col a:hover {
    text-decoration: underline;
}

.footer .row .col .social-icons a {
    display: inline-block;
}

.footer .social-icons a img {
    height: 20px;
    margin: 0 8px;
}

.footer-info {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: #888;
    font-weight: bold;
    padding: 15px 20px;
}

.footer p a, .footer p a:hover {
    box-shadow: none;
}

.footer-info a {
    color: #888;
    font-weight: bold;
}

.footer-info a:hover {
    text-decoration: underline;
}

.footer-info p {
    margin: 0 12px
}

#mc_embed_signup_scroll {
    display: flex;
    align-items: center;
    justify-content: space-evenly; 
    max-width: 800px;
    margin: 0 auto;
}

.mc-field-group {
    width: 48%;
    margin-right: 2%;
}

.mc-field-group input {
    border: 2px solid #FDDACE;
    border-radius: 25px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .15em;
    text-transform: uppercase;
    padding: 13px 20px;
    appearance: none;
    -webkit-appearance: none;
}

#mc_embed_signup_scroll .button {
    border: 2px solid #fddace;
    border-radius: 25px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .15em;
    text-transform: uppercase;
    padding: 13px 20px;
    background: #fddace;
}

#mc_embed_signup_scroll .button:hover {
    background: #fddace !important;
    border-color: #fddace !important;
    color: #000 !important;
    opacity: .9;
}

.signup-form #mc_embed_signup_scroll .button:hover {
    color: #fff !important;
    background: #004533 !important;
    border-color: #004533 !important;
}


/* Search Box in Full Screen Overlay
------------------------------------------------------ */

body .overlay, body .overlay1 {
	background: #fff9f6f5;
	z-index: 999999;
}

.overlay .overlay-close, .overlay1 .overlay-close {
	background: none !important;
	color: #000 !important;
	text-indent: inherit !important;
	font-size: 30px;
	padding: 0;
}

.overlay .overlay-close:hover, .overlay1 .overlay-close:hover {
	background: transparent;
	color: #000;
}

.overlay .overlay-container, .overlay1 .overlay-container {
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay .overlay-container h2, .overlay1 .overlay-container h2 {
    font-size: 34px;
    margin: 0 0 20px;
    color: #000;
    text-transform: none;
    font-family: georgia;
    font-style: italic;
}

.overlay-container .search-form {
	margin: 0 auto;
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
    max-width: 600px;
    margin: 0 auto;
}

.overlay-container .search-form input[type="search"] {
    max-width: 500px;
    padding: 13px;
    border-radius: 0;
    border: 2px solid #FDDACE;
    appearance: none !important;
    -webkit-appearance: none;
    height: 40px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .15em;
    text-transform: uppercase;
    padding: 13px 20px;
}

.overlay-container .search-form-submit {
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
    border-radius: 15px;
    background: #fddace;
}

.overlay-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent;
}

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

	.overlay input, .overlay1 input {
		font-size: 14px;
		appearance: none;
		-webkit-appearance: none;
	}
	.overlay h2, .overlay1 h2 {
    	font-size: 28px;
    	margin: 0 0 14px;
	}
	.overlay .search-form, .overlay1 .search-form {
		max-width: 340px;
		width: 90%;
	}
	.overlay .overlay-close, .overlay1 .overlay-close {
		font-size: 30px;
	    right: 20px;
        top: 10px;
	}
}

.js nav {
    display: none;
}

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

    .js nav {
        display: block;
    }

.header-widget-area, .nav-primary .widget-area {
  display: none;
  }
}


/* Column Classes
  Link: Link: http://wpsmith.net/2013/wp/genesis-2-0-drops-fifths-from-column-classes/
  Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half {
    float: left;
    margin-left: 4%;
}

.one-fourth {
    margin-left: 1%;
}

.one-fifth {
    margin-left: 1.8%;
}

.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-half {
    width: 48%;
}

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

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

.one-fourth {
	width: 24%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-fifth {
    width: 18.56%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

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

}

@media only screen and (min-width: 1024px) {
    
.mobile-only {
    display: none;
}

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

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
		padding-top: 40px;
	}
	

	.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: #0073e5;
	}

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

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

	.genesis-nav-menu .sub-menu a {
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

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

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

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

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

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

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}
	
	.nav-primary .wrap {
	    padding: 0;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 12px;
		padding-right: 12px;
	}


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

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

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

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

	.sidebar {
		float: right;
		width: 32%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

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

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

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

	.after-entry {
		padding: 40px 60px;
	}

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



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

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

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

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

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

}


@media only screen and (max-width: 1200px) {
    
.mini-header .header-logo {
    margin-right: 15px;
}
    
.mini-header .genesis-nav-menu a {
    font-size: 10px;
    margin-right: 10px;
}
.wp-custom-logo .site-container .title-area {
    max-width: 310px !important;
}

.jump-to {
    transform: none;
    top: 20px;
    padding: 8px 12px;
    border-radius: 0;
    position: initial !important;
    margin: 0;
    float: right;
}

.circle-button {
    font-size: 9px;
    letter-spacing: .15em;
    height: 80px;
    width: 80px;
    padding: 0;
    line-height: 14px;
    right: 5px;
}

.home-latest .circle-button {
    display: none;
}

.home-top-5 .container {
    max-width: 1000px;
}
}

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

.nav-primary .wrap {
    padding: 0;
}
      
.genesis-nav-menu .sub-menu {
    padding-left: 0;
}

.genesis-nav-menu a {
    padding: 12px 20px;
}


  
.jump-to {
    margin-top: 93px;
    margin-right: -1px;
}
    
.fixed-header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #fff;
}

html #wpadminbar {
    position: fixed;
}
    
.site-header .wrap {
    display: flex;
    align-items: center;
    height: 60px;
}

.nav-primary {
    position: fixed;
    z-index: 9999;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    top: 93px;
    max-height: calc(100% - 93px);
    background: #fff9f5;
}

.admin-bar .nav-primary {
    top: 125px;
    max-height: calc(100% - 125px);
}

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

.nav-primary>.wrap, .nav-primary .menu {
    height: 100%!important;
}

.nav-primary .social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-primary .genesis-nav-menu .social-icons a {
    margin: 0 10px;
}

.nav-primary .widget {
    margin: 0;
}
    
.site-inner {
    padding: 0;
    margin-top: 140px;
}

.search .breadcrumb, .archive .breadcrumb {
    margin: 120px auto 6px;
}

.search .site-inner, .archive .site-inner {
    margin-top: 0;
}
    
.desktop-only {
    display: none;
}

.wp-custom-logo .site-container .title-area {
    margin: 0 auto;
    max-width: 215px !important;
}
    
.utility-bar .wrap {
    padding: 6px;
}

.utility-bar .left, #search-utility {
    display: none;
}    

.utility-bar .right {
    width: 100%;
}

.header-optin {
    background: transparent;
    position: initial;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.header-optin a {
    color: #000;
    font-size: 9px;
}

.header-optin span {
    background: #FF3F62;
    height: 21px;
    width: 21px;
    display: inline-flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}

.header-optin a img {
    width: 13px;
    display: inline-block;
    margin: 0;
}

.home-intro h1 {
    padding: 0 20px;
    text-align: center;
    max-width: 100%;
}

.home-intro.start .container {
    align-items: flex-start;
}

.home-intro .left h1, .home-intro.start .right h1  {
    display: none;
}

.page-template-start-here .home-intro .button {
    margin: 20px 0;
}

.featured-post .row .col:last-child p {
    font-size: 18px;
    line-height: 27px;
}

.featured-post h3 {
    font-size: 29px;
    line-height: normal;
    margin: 0 0 20px;
}

.featured-post .row .col:last-child {
    margin-left: 0;
    width: 100%;
    text-align: center;
}

.home-video .row {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 20px;
}

.home-video .row .col:first-child {
    width: 100%;
    padding-right: 0;
    max-width: 600px;
    margin: -20px auto 0;
}

.home-video .row .col:last-child {
    width: 100%;
    max-width: 500px;
}

.home-video h2 {
    margin: 0;
}

.recipe-filters {
    display: none;
}

.page-template-recipe-index .button-group {
    text-align: center;
    padding: 20px 10px;
    background: #f4f6f5;
    margin: 0;
}

.page-template-recipe-index .button-group button {
    margin-right: 0;
}

.page-template-recipe-index .button-group .button {
    display: none;
}

.page-template-recipe-index .recipe-columns::after {
display: none;
}

.page-template-recipe-index .recipe-columns, .home-spotlight, .page-template-at-home .home-latest, .page-template-at-home .shop-slider, .category .shop-slider, .home .home-top-5, .page-template-start-here .home-top-5 {
    background-size: 70%;
}
}

@media only screen and (max-width: 960px) { 
    
.overlay .overlay-container h2, .overlay1 .overlay-container h2  {
    font-size: 24px;
}
    
.home h2, .archive h2 {
    font-size: 16px;
}

.home h2 em, .archive h2 em {
    font-size: 29px;
}

.home-intro .social-icons {
    margin-top: 20px;
}

.home article h3, .archive article h3, .archive .cat-loop article h3,
section .container article h3 {
    font-size: 18px;
    line-height: 22px !important;
}

.home-start .one-fourth {
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 3%;
}

.home-start .one-fourth:nth-child(3) {
    margin-left: 0;
    clear: both;
}

.home-start .button {
    margin: 0 auto;
}
   
.home-latest .button {
    margin: 20px auto 0;
}

.home-highlight .container {
    max-width: 600px;
}

.home-highlight .row:first-of-type {
    flex-direction: column;
}

.home-highlight .row .col {
    width: 100%;
}

.home-highlight .row .col:last-child {
    width: 100%;
    margin-top: 30px;
}

.home-highlight .row:last-of-type {
    margin-top: 10px;
}

.home-highlight .row .col.alt article .image-link-wrapper {
    min-width: auto;
    width: auto;
    margin-right: 0;
}

.home-highlight .row .col.alt article {
    width: 48.5%;
    margin-bottom: 20px;
    margin-left: 3%;
    float: left;
    display: block;
}

.home-highlight .row .col.alt article:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}

.home-highlight .row .col.alt article h6, .home-highlight .row .col.alt article h3 {
    text-align: center;
}

section.home-highlight .container article h3 {
    margin: 0;
}

.home-guide {
    padding: 20px 20px 40px;
    margin: 130px auto 40px;
}

.home-guide .row {
    padding: 0;
    flex-direction: column;
}

.home-guide .row .col:first-child {
    position: initial;
    margin-top: -120px;
    max-width: 180px;
}

.home-guide .row .col:nth-child(2) {
    margin-left: auto;
    margin: 20px auto 10px;
}

.home-guide h3 {
    font-size: 12px;
    margin: 0 0 10px;
}

.home-guide .container h2 {
    font-size: 36px;
    text-align: center;
}

.home-guide .button {
    margin-top: 10px;
}

.home .home-guide {
    padding: 20px 20px 30px;
    margin: 160px auto 40px;
}


.home .home-guide .row {
    padding: 0;
    flex-direction: column;
    background: transparent;
    margin-top: -160px;
}

.home .home-guide .row .col:first-child {
    max-width: 100%;
    margin: 10px auto;
}

.home .home-guide .row .col:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
}

.home .home-guide .mc-field-group {
    width: 100%;
    margin-right: auto;
}

.home .home-guide #mc_embed_signup_scroll {
    margin: auto;
}

.home-about {
    margin: 0 auto;
}

.home-about .container {
    background: transparent;
}
    
.home .home-about h2 {
    margin-bottom: 20px;
}

.home-about .container .row {
    padding: 0;
    flex-direction: column;
} 

.home-about .container .row .col:first-child {
    max-width: 400px;
    position: initial;
}

.home-about .container .row .col:nth-child(2) {
    max-width: 400px;
    text-align: center;
    margin: 30px auto;
}

.home-about .container .row h6 {
    margin: 0 0 14px;
}

.home-about .container .row .col:last-child article {
    background: #fcdace;
    border-left: 20px solid #FF3F62;
}

.home-about .container .row .col:last-child article h4 {
    color: #ff3f62;
    padding-right: 15px;
}

.home-about .container .row .col:last-child article:last-child {
    margin-bottom: 0;
}

.home-about .circle-button {
    top: -70px;
    right: 0;
}

.home-spotlight .recipe-columns {
    max-width: 600px;
    margin: 0 auto;
    display: block;
}

.home-spotlight .recipe-columns .one-fourth:nth-child(n+5) {
    display: none;
}

.other-posts .row {
    flex-wrap: wrap;
}

.other-posts .row .col {
    margin: 10px 20px;
}

#mc_embed_signup_scroll {
    display: block;
}

.mc-field-group {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 14px;
}

#mc_embed_signup_scroll .button {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

.footer .row .col {
    width: 50%;
    padding: 0 1%;
    margin: 0 auto 30px;
}

.footer .row .col:first-child {
    border-right: none;
    padding-right: 2%;
}

.footer .row .col:nth-child(3), .footer .row .col:nth-child(4) {
    margin: 0 auto;
}

.cat-heading h1 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 10px;
}

.cat-heading .container {
    flex-direction: column;
    max-width: 600px;
    width: 100%;
}

.cat-heading .cat-info {
    left: 0;
    width: 100%;
}

.cat-heading .cat-image {
    width: 100%;
}

.featured-post .row .col:last-child p {
    font-size: 18px;
    line-height: 27px;
}

.featured-post h3 {
    font-size: 29px;
    line-height: normal;
    margin: 0 0 20px;
}

.featured-post .image-link-wrapper, .youtube {
    margin: 0;
}

.featured-post .row .col:last-child {
    margin-left: 0;
    width: 100%;
    text-align: center;
}

.page-template-at-home .home-intro .container {
    align-items: center;
    flex-direction: column-reverse;
    max-width: 600px;
    width: 100%;
}

.page-template-at-home .home-intro .container .right {
    width: 100%;
    margin-left: 0;
    padding: 20px;
}

.page-template-at-home .home-intro .container .left {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
}

.home-cat .button {
    margin: 5px;
}

.home-guide .row {
    flex-direction: column-reverse;
    align-items: center;
    padding: 30px 0;
}

.home-guide .row .col:nth-child(2) {
    margin-left: auto;
    text-align: center;
    padding: 0;
}

.home-guide h2 {
    text-align: center;
}

.home-guide .row .col:first-child {
    max-width: 100%;
    margin: 30px 0 0;
}

.community .row {
    flex-direction: column;
    align-items: center;
}

.community .row .col {
    width: 100%;
    max-width: 600px;
}

.community .row .col:first-child {
    margin: 0 0 10px;
}

.videos .row {
    flex-direction: column;
    align-items: center;
}

.videos .row .col {
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
}

.videos .row .col:last-child {
    margin: 0;
}

.page-template-start-here .home-highlight .row:first-of-type, .page-template-at-home .home-highlight .row:first-of-type {
    margin: 0 0 20px;
}

.page-template-start-here .home-guide {
    padding: 20px 20px 30px;
    margin: 160px auto 40px;
}


.page-template-start-here .home-guide .row {
    align-items: center;
    padding: 0;
    flex-direction: column;
    background: transparent;
    margin-top: -160px;
}

.page-template-start-here .home-guide .row .col:first-child {
    max-width: 230px;
    margin-bottom: 20px;
}

.page-template-start-here .home-highlight .row:last-of-type .button, .page-template-at-home .home-highlight .row:last-of-type .button {
    margin: 5px;
}

.single .entry-header .wrap {
    padding: 20px;
}

.single .entry-header .entry-title {
    font-size: 30px;
    margin-right: 0;
    text-align: center;
}

.single .entry-header .post-author {
    font-size: 18px;
}

.single .entry-header .title {
    margin: 0 0 20px;
    flex-direction: column;
}

.single .entry-header .post-date {
    margin: 0 0 6px;
    text-align: center;
}

.entry-header .comments-link {
    margin-right: 0;
}

.entry-header .post-buttons {
    margin: 0 0 14px;
    text-align: center;
    line-height: 40px;
    display: block;
}

.entry-header .wprm-recipe-link:last-child {
    margin-right: 0;
}

.wprm-recipe-rating {
    text-align: center;
}

.entry-header .disclaimer {
    text-align: center;
    margin: 5px 0 0;
}


.page-template-recipe-index .section {
    margin: 0 auto 20px;
}

.page-template-recipe-index .section.recipe-wrap {
    margin: 0;
}

.page-template-recipe-index .section.recipe-browse {
    margin-bottom: 28px;
}

.recipe-filter {
    display: none;
}

.recipe-index {
    padding-left: 0;
}

.facet-selections {
    margin: 12px 0;
    border-bottom: none;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}

.facet-selections:before {
    margin-bottom: 0;
}

.recipe-index .recipe-columns .one-third {
    width: 49%;
    margin-left: 2%;
}

.recipe-index .recipe-columns .one-third:nth-child(3n+1) {
    clear: none;
    margin-left: 2%;
}

.recipe-index .recipe-columns .one-third:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
}

.home-highlight {
    padding-bottom: 10px;
}

}

@media only screen and (max-width: 800px) { 
    
.home-intro h1 {
    font-size: 30px;
    line-height: 35px;
}
    
.home-intro p {
    font-size: 15px;
    line-height: 23px;
}

.home-top-5 .row, .home-latest .row, .related-posts {
    display: flex;
    overflow: scroll;
    flex-wrap: nowrap;
}

.home-latest .one-fourth, .home-top-5 .one-fifth, .related-posts .one-fifth {
    width: 145px;
    min-width: 145px;
    margin-left: 10px;
}    

.home-latest .one-fourth:nth-child(4n+1) {
    margin-left: 10px;
}

.home-latest .one-fourth:first-child {
    margin-left: 0;
}

.page-template-start-here .home-latest section .container article h3 {
    font-size: 20px;
    line-height: 23px !important;
}

.fave-pick {
    margin-top: 0;
    height: auto;
    align-items: center;
}

.fave-pick .row {
    display: flex;
    margin-top: -180px;
    align-items: center;
    flex-direction: column-reverse;
}

.fave-pick .row .col:last-child {
    width: 100%;
    margin-left: 0;
    padding-bottom: 30px;
    text-align: center;
}

.archive .fave-pick article h3 {
    text-align: center;
}

.archive .fave-pick h2, .archive .fave-pick h6 {
    text-align: center;
}

section.home-cat .container h2 {
    font-size: 30px;
    line-height: 35px;
}

.page-template-start-here .home-cat h2 em {
    font-size: 30px;
}

section .container h2 em, .home-about h2 em {
    font-size: 30px;
}

section .container h2, .home-about h2 {
    font-size: 18px;
}

.shop-slider .container h2 em {
    display: block;
}

.recipe-index .clear-btn button {
    display: none;
}

}

@media only screen and (max-width: 782px) {
    
.admin-bar .nav-primary {
    top: 139px;
    max-height: calc(100% - 139px);
}
}

@media only screen and (max-width: 680px) { 
    
.content .entry-content h2 {
    font-size: 26px;
}
    
.jump-to {
    transform: none;
    top: 20px;
    padding: 6px 8px;
    font-size: 10px;
}

.home .home-intro .container {
    flex-direction: column-reverse;
}

.page-template-start-here .home-intro .container {
    flex-direction: column;
}

.page-template-start-here .home-intro {
    margin-bottom: 10px;
}

.page-template-start-here .home-intro h1 {
    margin: 0;
}

.home-intro .container .right, .page-template-start-here .home-intro .container .right {
    width: 100%;
    text-align: center;
}
    
.home-intro .container .left, .page-template-start-here .container .left {
    padding-right: 0;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.page-template-start-here .home-intro .container .right {
    margin-top: 20px;
}

.page-template-start-here .home-intro .button {
    margin: 20px auto;
}

section.home-latest .container h2 em,
.site-footer section .container h2 em {
    display: block;
}

.home-latest .row {
    justify-content: flex-start;
} 

.home-spotlight .recipe-columns .one-fourth, .page-template-recipe-index .recipe-columns .container .one-fourth {
    width: 48.5%;
    margin-left: 3%;
}

.home-spotlight .recipe-columns .one-fourth:nth-child(2n+1), .page-template-recipe-index .recipe-columns .container .one-fourth:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}

.footer .row .col h3 {
    font-size: 30px;
}

.home-start .one-fourth h3 {
    font-size: 30px;
}

.cat-loop .recipe-columns .one-fifth {
    width: 49%;
    margin-left: 2%;
}

.cat-loop .recipe-columns .one-fifth:nth-child(5n+1) {
    margin-left: 2%;
    float: left;
    clear: none;
}

.cat-loop .recipe-columns .one-fifth:nth-child(2n+1) {
    clear: both;
    margin-left: initial;
}

.community .row .col {
    flex-direction: column;
    padding: 20px;
}

.community .row .col .left {
    width: 40px;
    margin: 0 0 10px;
}

.community .row .col h3 {
    margin: 0 0 6px;
}

.home-cat .button {
    padding: 7px 11px;
    font-size: 10px;
}

.optin h3 {
    font-size: 30px;
    line-height: 37px;
    margin: 0 0 10px;
}

.optin p {
    margin: 0 0 20px;
}

.tip-block, .more-posts, .pinit-block {
    padding: 20px;
    flex-direction: column;
}

.pinit-block {
    padding-left: 20px;
}

.tip-block .left, .more-posts .left {
    width: 80px;
    padding: 14px;
    min-width: 80px;
    margin-right: 0;
    margin-bottom: 14px;
}

.tip-block .right, .more-posts .right {
    text-align: center;
}

.entry-content .tip-block p {
    font-size: 16px;
    line-height: 23px;
}

.entry-content .tip-block h3, .entry-content .more-posts h3 {
    font-size: 22px;
    margin: 0px 0px 8px;
}

.pinit-block .left {
    min-width: 50px;
    margin: 0 auto 10px;
}

blockquote {
    padding: 20px;
}

.shop-block h3 em, .related-title em {
    font-size: 23px;
}

.recipe-browse {
    margin: 0 auto 20px;
}

.recipe-browse .container {
    padding: 0;
}

.recipe-browse .container a, .other-posts .row a {
    padding: 0;
    display: flex;
    flex-direction: column;
    max-width: 100px;
    margin: 5px;
}

.recipe-browse .icon, .other-posts .icon {
    width: 100px;
}

.slick-slide img {
    margin: 0 auto;
    padding: 0 20px;
}

.post-slider .slick-prev, .post-slider .slick-next {
    top: 38%;
}

.slick-prev {
    left: 4px !important;
}

.post-slider .slick-next {
    right: 4px !important;
}

.blog article .entry-content img, .search article .entry-content img, .archive article .entry-content img {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
}

.blog .entry-header, .search .entry-header, .archive .entry-header {
    text-align: center;
}

.blog .entry, .search .entry, .archive .entry {
    margin-bottom: 30px;
    text-align: center;
}

.home .home-highlight .row:last-of-type .button:first-child {
    margin-right: 0;
    margin-bottom: 10px;
}

.home-cat .container {
    padding: 0 10px;
}

.entry-header .wprm-recipe-link {
    margin-bottom: 10px;
}

.entry-header .disclaimer {
    margin: 0;
}

}

@media only screen and (max-width: 360px) { 
.page-template-recipe-index .button-group button {
    margin-right: 0;
    margin-bottom: 10px;
}
}


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

}
