/*
Theme Name: A Healthy Slice of Life
Theme URI: https://ahealthysliceoflife.com/
Description: This is a theme created for A Healthy Slice of Life.
Author: Weller Smith Design
Author URI: https://wellersmithdesign.com/

Version: 4.3.94

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

/* 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: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

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

/* 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: 700er
}

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%;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

/* stylelint-enable */

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

html {
	box-sizing: border-box;
}

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

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

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

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

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

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

html {
	-moz-osx-font-smoothing: #808080scale;
	-webkit-font-smoothing: antialiased;
}

@font-face {
	font-family: 'Saudagar';
	src: url('../woff/saudagar.woff');
	/* IE9 Compat Modes */
	src: url('../otf/saudagar.otf') format('opentype');
	/* Pretty Modern Browsers */
}

@font-face {
	font-family: 'LaLuxesScript';
	src: url('../woff2/laluxesscript.woff2');
	src: url('../woff2/laluxesscript.woff2') format('woff2'), url('../woff/laluxesscript.woff') format('woff'), url('../index-3.html') format('truetype');
}

body {
	background-color: #fff;
	color: #100909;
	font-family: 'quasimoda', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	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: #100909;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

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

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

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

li {
	list-style-type: none;
}

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

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 30px;
}

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

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

h1, .h1 {
	font-size: 26px;
	font-family: 'Saudagar', sans-serif;
	letter-spacing: 1px;
	color: #4e2c47;
}

h2 {
	font-family: 'laluxesscript', serif;
	font-size: 50px;
	font-style: normal;
	color: #4e2c47;
}

h3 {
	font-size: 24px;
	font-family: 'linotype-didot-headline', serif;
	color: #4e2c47;
}

h3 a {
	color: #4e2c47;
}

h4 {
	font-size: 16px;
	font-family: 'Saudagar', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1.25px;
}

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

h5, .h5 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
}

h6, .h6 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 700;
}

/* 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 #4e2c47;
	color: #100909;
	font-size: 16px;
	font-weight: 300;
	padding: 15px;
	width: 100%;
	appearance: none !important;
	-webkit-appearance: none;
	border-radius: 0;
}

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

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

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

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

::placeholder {
	color: #8c8b8b;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #4e2c47;
	border: 0;
	border-radius: 0;
	appearance: none;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 8px 28px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	text-transform: uppercase;
}

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: #4e2c47 !important;
	border-width: 0;
	opacity: .75;
	color: #fff;
}

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

.button {
	display: inline-block;
}

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

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

/* 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;
	width: 100%;
}

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

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

.site-inner {
	clear: both;
	max-width: 100%;
	padding: 0;
	margin: 20px auto 0;
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
}

.content-sidebar-wrap,
.site-inner section,
.page-template-default .page-header {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto 60px;
	display: table;
	width: 100%;
}

.page-template-default .page-header {
    margin: 0 auto 20px;
}

.home .site-inner .home-shop,
.category .site-inner section {
	display: block;
}

.content-sidebar-wrap {
	margin: 0 auto;
}

section.full {
	max-width: 100% !important;
}

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

.search .site-inner,
.archive .site-inner,
.blog .site-inner {
	margin: 20px auto 80px;
}

.search img.alignleft,
.archive img.alignleft,
.blog img.alignleft {
	margin: 0 20px 0px 0;
}

.search .entry,
.archive .entry,
.blog .entry {
	margin-bottom: 30px;
	border-bottom: 2px solid #fbf7f4;
}

.search .entry .entry-title,
.archive .entry .entry-title,
.blog .entry .entry-title {
    font-size: 28px;
    line-height: 35px;
}

.author-box {
	background-color: #edf0e9;
	padding: 30px !important;
}

.site-inner .author-box {
    display: flex;
    align-items: center;
}

#custom_html-9 {
    padding: 0;
    margin: 0;
    display: block;
}

.after-entry .enews-widget {
	box-shadow: none;
	background: #faf7f3;
	padding: 30px 40px;
	position: relative;
}

.after-entry .enews-widget:after {
	content: '';
	display: block;
	background: url(../png/polygon-2.png);
	width: 95px;
	height: 145px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -8px;
	top: -15px;
}

.after-entry .enews-widget .widget-title {
	font-size: 44px;
	font-weight: 600;
	margin-bottom: 5px;
	font-family: 'laluxesscript', serif;
	font-weight: 400;
	text-transform: none;
	color: #4e2c47;
}

.after-entry .enews-widget h3 {
	font-family: 'quasimoda', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: .5px;
	margin: 0 0 16px;
	color: #4e2c47;
}

.after-entry .enews-widget p {
	max-width: 480px;
	margin: 0 auto 28px;
}

.after-entry .enews-widget form {
	max-width: 360px;
	margin: 0 auto;
}

.after-entry .enews-widget input {
	border: none;
	border-bottom: 1px solid #000;
	padding: 0 10px 10px 0;
	background: transparent;
	text-align: left;
	margin-bottom: 20px;
}

.after-entry .enews-widget input[type=submit] {
	width: auto;
	background: #4e2c47;
	color: #fff;
	box-shadow: 2px 2px #e4e1de;
	padding: 10px 28px;
	border: none;
	margin: 0;
	min-width: 200px;
	text-align: center;
}

.after-entry .enews-widget input[type=submit]:hover {
    background: #fff !important;
    color: #4e2c47 !important;
}

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

.breadcrumb {
	font-size: 12px;
	line-height: 15px;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto 20px;
	text-transform: uppercase;
	border: none;
	font-weight: 400;
	letter-spacing: 1px;
}

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

.breadcrumb i {
	color: #a9b490;
}

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

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

.author-box p:last-child {
	display: table;
}

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

.search-form {
	overflow: hidden;
}

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

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 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: 400;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

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

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

.entry-title a:focus,
.entry-title a:hover {
	color: #100909;
}

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

.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-widget {
	background: url(../jpg/sidebar-background-600-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 25px;
}

.sidebar .enews-widget .widget-wrap {
	background: #ffffffeb;
	padding: 70px 20px 20px;
	text-align: center;
}

.sidebar .enews .widget-title {
	padding: 8px;
	min-width: 170px;
	text-align: center;
	/color: #fff; /* White not accessible on Gold - CO */
	color: #000;
	background: #c3912c;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 600;
	font-family: 'quasimoda', sans-serif;
	position: absolute;
	top: 45px;
	left: 0;
}

.sidebar .enews h2 {
	font-family: 'linotype-didot-headline', serif;
	letter-spacing: 0;
	text-align: center;
	margin: 0 0 8px;
	font-size: 26px;
	letter-spacing: 0;
	color: #4e2c47;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
	background: transparent;
	border: none;
	border-bottom: 1px solid #4e2c47;
	padding: 0 0 10px;
}

.enews-widget input[type="submit"] {
	width: 100%;
	background: #4e2c47;
	color: #fff;
	box-shadow: 2px 2px #e4e1de;
	padding: 10px 28px;
	border: none;
	margin: 0;
	min-width: 200px;
	text-align: center;
}

.enews-widget input[type="submit"]:hover {
	background-color: #fff !important;
	color: #4e2c47;
	opacity: 1;
}

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

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

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

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

.site-header {
	background-color: #fff;
	box-shadow: none;
	padding: 0 20px;
	border-bottom: 3px solid #fbf7f4;
}

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

.title-area {
	float: none;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px !important;
}

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

/* Utility Bar */

.utility-bar {
	background: #a44255;
	color: #fff;
}

.utility-bar a {
	color: #fff;
	text-decoration: none;
}

.utility-bar .utility-bar-left a:hover {
	text-decoration: underline;
}

.utility-bar .wrap {
	max-width: 1200px;
	padding: 9px 30px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: url(../png/arrow-header.png);
	background-position: center left;
	background-size: 80px;
	background-repeat: no-repeat;
}

.utility-bar .widget {
	margin-bottom: 0;
}

.utility-bar-left {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px;
	width: 100%;
	position: relative;
}

.utility-bar-left .widget {
	margin-left: 50px;
}

.utility-bar-right {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .5px;
	width: 100%;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	line-height: 10px;
}

.utility-bar-right a:hover {
	opacity: .6;
}

.utility-bar-right .search-icon i {
	margin-right: 6px;
}

.utility-bar-right .search-icon {
	margin-right: 20px;
}

.utility-bar-right a {
	margin-right: 20px;
}

.utility-bar-right .social-nav {
	margin-right: 8px;
}

.cart-count {
    background: #4d2d47;
    color: #fff;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    max-height: 15px;
    min-height: 15px;
    max-width: 15px;
    min-width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 9px;
    position: absolute;
    right: 25px;
    top: 6px;
}

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

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

.admin-bar .fixed-header {
	top: 46px;
}

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

.mini-header .wrap {
	max-width: 1269px;
	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: 50px;
}

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

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

.mini-header .genesis-nav-menu a {
	padding: 0;
	font-family: 'quasimoda', sans-serif;
	font-weight: 300;
	letter-spacing: .05em;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 16px;
}

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

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

#menu-sticky-menu .social-nav:last-child a {
	margin-right: 0;
}

#menu-sticky-menu .social-nav:first-child a {
	margin-left: 15px;
}

#menu-sticky-menu .social-nav a:hover {
	background: #080808;
	color: #f7f5f0;
	text-decoration: none;
}

.mini-header .icons {
	display: flex;
	margin: 0 22px;
}

.mini-header .icons a {
	padding: 0 6px;
	font-size: 14px;
}

.mini-header .icons a:hover {
	color: #4e2c47;
}

.mini-header .header-offer {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px;
	background: #a44255;
	position: relative;
	background: #a44255 url(../png/arrow-header.png);
	background-position-x: -26px;
	background-size: 80px;
	background-repeat: no-repeat;
	height: 50px;
	max-width: 260px;
	width: 100%;
	display: flex;
	align-items: center;
	background-position-y: center;
}

.mini-header .header-offer a {
	max-width: 200px;
	display: block;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	line-height: 15px;
	font-weight: 700;
}

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

.mini-header .header-social {
    position: relative;
}

.mini-header .header-social .cart-count {
background: #a44355;
    right: -5px;
    top: 1px;    
}

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


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



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

.genesis-nav-menu .menu-item.mobile-only {
	    display: none;
	}

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

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

.genesis-nav-menu .current-menu-item>a span {
	text-decoration: underline;
}

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

.genesis-nav-menu .sub-menu a:hover {
	background: #fbf7f4;
}

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

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

.genesis-nav-menu .widget-area {
    display: block;
    text-align: center;
    padding: 0 0 14px;
}

.genesis-nav-menu .widget-area .widget {
    margin: 0;
}

.genesis-nav-menu .widget-area .textwidget {
    display: flex;
    align-items: center;
    justify-content: center;
}

.genesis-nav-menu .social-nav {
     padding: 0 !important;
    font-size: 13px !important;
    margin-right: 10px;   
}

.genesis-nav-menu .social-nav {
    color: #4e2c47;
}

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

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

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

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

.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: #4e2c47;
	display: block;
	margin: 0;
	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: #4e2c47 !important;
	opacity: 1 !important;
}

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

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

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

.site-header .menu-toggle::before {
	float: left;
	margin-right: 0;
	position: relative;
	text-rendering: auto;
	top: 0;
	left: -2px;
	color: #4e2c47;
}

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

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

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

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

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

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

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

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

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

.skip-to-blog {
    right: 40px;
    transform: rotate(90deg) translate(0, -100%);
    transform-origin: 100% 0;
    position: fixed !important;
    margin-top: 222px !important;
    z-index: 100;
    transition: none;
    font-size: 18px !important;
    font-family: 'Saudagar', sans-serif;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 1.25px;
    color: #100909 !important;
    background: #fbf7f4 !important;
    padding: 8px 16px !important;
    line-height: 23px !important;
}

.skip-to-blog:hover {
	opacity: 1;
	color: #fff !important;
	background: #9ba682 !important;
}

.skip-to-blog.sticky {
	position: fixed;
	margin-top: -47px;
}

.skip-to-blog:hover {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}


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

.home section {
	clear: both;
}

.heading-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto 40px;
}

.heading-wrap h2, .heading-wrap h1 {
	text-align: center;
	color: #4e2c47;
	margin: 0 auto;
	padding: 0 20px;
	background: #fff;
	font-size: 26px;
	font-family: 'Saudagar', sans-serif;
	letter-spacing: 1px;
	color: #4e2c47;
}

.heading-wrap p {
	margin: 0;
}

.heading-wrap .divider {
	width: 100%;
	height: 1px;
	background: #a795a0;
	display: table-footer-group;
	position: absolute;
	max-width: 1200px;
	left: 50%;
	top: 60%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.heading-wrap h2 em, .heading-wrap h1 em {
	font-family: 'LaLuxesScript', serif;
	font-size: 50px;
	font-style: normal;
	position: relative;
	top: 3px;
}

.featured-categories .one-fourth:first-child {
	margin-left: 0;
}

.featured-categories .one-fourth a:last-child {
	display: block;
	margin: 6px auto 0;
	text-align: center;
	background: #9ba682;
	padding: 6px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	transition: all 0.2s ease-in-out;
}

.featured-categories .one-fourth a:last-child:hover {
	opacity: .75;
}

.featured-categories .one-fourth:nth-child(2) a:last-child {
	background: #c3912c;
}

.featured-categories .one-fourth:nth-child(3) a:last-child {
	background: #526874;
}

.featured-categories .one-fourth:nth-child(4) a:last-child {
	background: #4e2c47;
}

.featured-categories h4 {
	clear: both;
	text-align: right;
	padding: 20px 0 0;
	display: block;
	margin: 0;
}

.featured-categories h4:hover {
	text-decoration: underline;
}

.featured-categories h4:after {
	content: '';
	background: url(../png/arrow-purple.png);
	background-size: contain;
	width: 16px;
	height: 15px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 8px;
}

.home-cat-inner {
	display: flex;
}

.home-cat-inner .left {
	width: 63%;
	margin-right: 2%;
}

.home-cat-inner .right {
	width: 50%;
}

.home-cat-inner article .left {
	width: 70%;
	margin-right: 15px;
}

.home-cat-inner article a {
	color: #4e2c47;
}

.home-cat-inner article h3 a:hover {
	text-decoration: underline;
}

.home-cat-inner .left article {
	display: flex;
	align-items: center;
}

.home-cat-inner .left article .image-link-wrapper,
.home-cat-inner .left img {
	width: 100%;
}

.cat-label {
	display: table;
	color: #fff;
	background: #9ba682;
	padding: 8px;
	min-width: 168px;
	text-align: center;
	transition: all 0.2s ease-in-out;
}

.cat-label:hover {
	opacity: .6;
}

.home-cat-inner .left a.cat-label {
	background: #9ba682;
	color: #fff;
}

.cat-label.parenting,
.home-cat-inner .left a.cat-label.parenting {
	background: #c3912c;
	color: #fff;
}

.cat-text.parenting,
.home-cat-inner .right a.cat-label.parenting,
.home-trending .post-list a.cat-text.parenting {
	color: #c3912c;
}

.cat-label.travel,
.home-cat-inner .left a.cat-label.travel {
	background: #4e2c47;
	color: #fff;
}

.cat-text.travel,
.home-cat-inner .right a.cat-label.travel,
.home-trending .post-list a.cat-text.travel {
	color: #4e2c47;
}

.cat-label.homeschool,
.home-cat-inner .left a.cat-label.homeschool {
	background: #9ba682;
	color: #fff;
}

.cat-text.homeschool,
.home-cat-inner .right a.cat-label.homeschool,
.home-trending .post-list a.cat-text.homeschool {
	color: #9ba682;
}

.cat-label.feeding-a-family,
.home-cat-inner .left a.cat-label.feeding-a-family {
	background: #b69774;
	color: #fff;
}

.cat-text.feeding-a-family,
.home-cat-inner .right a.cat-label.feeding-a-family,
.home-trending .post-list a.cat-text.feeding-a-family {
	color: #b69774;
}

.cat-label.recipes,
.home-cat-inner .left a.cat-label.recipes {
	background: #526874;
	color: #fff;
}

.cat-text.recipes,
.home-cat-inner .right a.cat-label.recipes,
.home-trending .post-list a.cat-text.recipes {
	color: #526874;
}

.cat-label.parenting,
.home-cat-inner .left a.cat-label.parenting {
	background: #a44355;
	color: #fff;
}

.cat-text.parenting,
.home-cat-inner .right a.cat-label.parenting,
.home-trending .post-list a.cat-text.parenting {
	color: #a44355;
}

.cat-label.personal,
.home-cat-inner .left a.cat-label.personal {
	background: #a44355;
	color: #fff;
}

.cat-text.personal,
.home-cat-inner .right a.cat-label.personal,
.home-trending .post-list a.cat-text.personal {
	color: #a44355;
}

.read-more {
	padding: 0 0 1.5px;
	border-bottom: 1px solid #c3912c;
	font-style: italic;
	text-decoration: none !important;
	font-weight: 600;
	display: table;
}

.read-more:hover {
	opacity: .7;
}

.home-cat-inner .right h6,
.home-cat-inner .right .h6 {
	margin: 0 0 5px;
}

.home-cat-inner .right a.cat-label {
	background: none !important;
	width: auto;
	text-align: left;
	padding: 0;
	margin: 0 0 10px;
	color: #9ba682;
}

.home-cat-inner .right h3 {
	font-size: 20px;
	margin: 0 0 4px;
}

.home-cat-inner .right p {
	margin: 0 0 6px;
}

.home-cat-inner .right article {
	margin-bottom: 20px;
	border-bottom: 1px solid #9ba6827a;
	padding-bottom: 20px;
	display: inline-block;
}

.home-cat-inner .right article .content-area {
	float: left;
	width: 70%;
}

.home-cat-inner .right article:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.home-cat-inner .right article .image-link-wrapper {
	clear: both;
	float: left;
	margin-right: 5%;
	height: 100px;
	width: 100px;
}

.home-cat-inner .right article .image-link-wrapper img {
	border-radius: 100%;
}

.home-search {
	background: #fbf7f4;
	text-align: center;
	padding: 40px 30px !important;
}

.home-search h2 {
	color: #4e2c47;
	margin: 0 0 10px;
	font-size: 26px;
	font-family: 'Saudagar', sans-serif;
	letter-spacing: 1px;
}

.home-search p {
	font-size: 14px;
}

.home-search .search-form {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}

.home-search #search {
	padding: 11px 26px;
	border-radius: 999px;
	appearance: none;
	height: 40px;
}

.home-search button {
	position: absolute;
	right: 0;
	padding: 0;
	border-radius: 100%;
	height: 38px;
	width: 38px;
	top: .5px;
}

.home-search button:hover {
	background-color: #a44255 !important;
	opacity: 1;
}

.home-shop {
	text-align: center;
	font-weight: 600;
	font-size: 15px;
}

.home-shop h2 {
	color: #100909;
	background: #eef0e9;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 1.25px;
	text-transform: uppercase;
	padding: 10px 10px 6px;
	font-family: 'Saudagar', sans-serif;
}

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

.home-shop .product:hover {
	text-decoration: underline;
}

.home-shop .image-link-wrapper {
	width: 100%;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.home-shop h5, .home-shop .h5 {
	margin: 0 0 6px;
	text-transform: uppercase;
}

.home-shop .cta {
    clear: both;
    text-transform: uppercase;
    font-weight: 600;
    padding: 28px 0 2px;
    border-bottom: 1px solid #c2a88b;
    display: table;
    font-size: 14px;
    letter-spacing: .5px;
    margin: 0 auto;
    line-height: 22px;
}

.home-shop .cta:hover {
	opacity: .6;
}

.home-faves .left {
	width: 30%;
	float: left;
	margin-right: 40px;
	padding-right: 20px;
	border-right: 1px solid #a795a0;
}

.home-faves .left img {
	width: 200px;
	height: 200px;
	border-radius: 100%;
	margin: 0 auto 20px;
	display: block;
}

.home-faves .left h2 {
	margin: 0 0 10px;
	color: #4e2c47;
}

.home-faves .left .links-area h2 {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    font-family: 'Saudagar', sans-serif;
}

.home-faves p a,
.cat-slider p a,
.cat-products p a,
.cat-text-block p a {
	text-decoration: underline;
	font-weight: 600;
	color: #100909;
}

.home-faves p a:hover,
.cat-slider p a:hover,
.cat-products p a:hover,
.cat-text-block p a:hover {
	color: #9ba682;
}

.home-faves a.cta {
	padding: 0 0 1.5px;
	border-bottom: 1px solid #c3912c;
	font-style: italic;
	text-decoration: none;
	font-weight: 600;
}

.home-faves a.cta:hover {
	opacity: .6;
}

.home-faves .left h3 {
	margin: 24px 0 10px;
	border-top: 1px solid #a795a0;
	padding-top: 24px;
	text-transform: uppercase;
	font-family: 'Saudagar', sans-serif;
	letter-spacing: 1px;
	color: #4e2c47;
	font-size: 20px;
}

.home-faves .left h5, .home-faves .left .h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin: 0 0 12px;
	display: flex;
	align-items: center;
}

.home-faves .left h5:hover, .home-faves .left .h5:hover {
	text-decoration: underline;
}

.home-faves .left h5::before, .home-faves .left .h5::before {
	content: '';
	background: url(../png/arrow-purple.png);
	background-size: contain;
	max-width: 16px;
	height: 15px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 15px;
	width: 100%;
}

.home-faves .right {
	float: right;
	width: 66%;
}

.home-faves .right h6 {
	font-size: 16px;
	letter-spacing: .5px;
	margin: 0 0 10px;
}

.home-faves .right h6:hover {
	opacity: .6;
}

.magenta {
	color: #a44255;
}

.home-faves .right .icon {
	background: #a9b490;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	float: left;
	position: relative;
}

.home-faves .right .icon:before {
	content: '';
	display: block;
	background: url(../png/polygon-1.png);
	width: 120px;
	height: 70px;
	position: absolute;
	left: -15px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	bottom: -10px;
}

.home-faves .right .icon img {
	max-width: 60px;
}

.home-faves .right .cat {
	width: 47%;
	float: left;
	margin-left: 6%;
	margin-bottom: 40px;
	min-height: 300px;
}

.home-faves .right .cat:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}

.home-faves .right .content-area {
	float: right;
	width: 68%;
	padding-left: 8%;
}

.home-faves .right .content-area p {
	margin: 0 0 8px;
}

.home-browse .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #a795a0;
	padding-bottom: 60px;
}

.home-browse .cat-wrap .cat {
	width: 130px;
	height: 130px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #a44355;
	flex-direction: column;
	position: relative;
}

.home-browse .cat-wrap:nth-child(2) .cat {
	background: #526874;
}

.home-browse .cat-wrap:nth-child(3) .cat {
	background: #9ba682;
}

.home-browse .cat-wrap:nth-child(4) .cat {
	background: #c3912c;
}

.home-browse .cat-wrap:nth-child(5) .cat {
	background: #b69774;
}

.home-browse .cat-wrap:nth-child(6) .cat {
	background: #4e2c47;
}

.home-browse .cat-wrap h6, .home-browse .cat-wrap .h6  {
	margin: 0;
	font-size: 14px;
	z-index: 99;
	margin: 10px auto;
	text-align: center;
	font-weight: 600;
}

.home-browse .cat img {
	height: auto;
	position: relative;
	z-index: 99;
	transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	-webkit-transform: scale(0.5, 0.5);
}

.home-browse .cat .image-wrap {
	margin-bottom: 10px;
}

.home-browse .cat:before {
	content: '';
	display: block;
	background: url(../png/arrows-white.png);
	width: 90px;
	height: 91px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -10px;
	z-index: 9;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.home-browse .cat:hover:before {
	opacity: 1;
}

.home .site-inner section.home-signup {
	padding: 60px 30px;
	background: #fbf7f4 url(../png/ahs-overlay1.png);
	background-size: 420px;
	background-repeat: no-repeat;
	background-position: -25px 10px;
}

.home-signup .wrap {
	display: flex;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}

.home-signup .wrap .left {
	padding: 5% 4% 0;
	width: 45%;
}

.home-signup .wrap .left h6, .home-signup .wrap .left .h6 {
	color: #a44255;
	font-size: 16px;
	margin: 0 0 10px;
}

.home-signup .wrap .left .image-group {
	display: none;
}

.home-signup .left .button {
	background: #a44255;
	color: #fff;
	box-shadow: 2px 3px #e4e1de;
}

.home-signup .left .button:hover {
	background: #4e2c47 !important;
	color: #fff !important;
	opacity: 1;
}

.home-signup .wrap .right {
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.home-signup .wrap .right img {
	width: 48%;
}

.home-trending .heading-wrap {
	margin: 0 auto 60px;
}

.home-trending .post-list {
	width: 39%;
	float: left;
	margin-right: 4%;
}

.home-trending .post-list h6 {
	margin: 0 0 10px;
}

.home-trending .post-list article {
	border-bottom: 1px solid #a795a0;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	min-height: 100px;
	position: relative;
	padding-bottom: 10px;
}

.home-trending .post-list article:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.home-trending .post-list article:before {
	content: '1';
	display: block;
	float: left;
	font-family: 'linotype-didot-headline', serif;
	font-size: 50px;
	width: 20px;
	margin-right: 40px;
	color: #4e2c47;
}

.home-trending .post-list article:nth-child(2):before {
	content: '2';
}

.home-trending .post-list article:nth-child(3):before {
	content: '3';
}

.home-trending .post-list article:nth-child(4):before {
	content: '4';
}

.home-trending .post-list article:nth-child(5):before {
	content: '5';
}

.home-trending .post-list article:nth-child(6):before {
	content: '6';
}

.home-trending .post-list h3 a:after {
	content: '';
	background: url(../png/arrow-purple.png);
	background-size: contain;
	width: 16px;
	height: 15px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 0;
}

.home-trending h3 a:hover {
	text-decoration: underline;
}

.home-trending .post-list a {
	color: #4e2c47;
}

.home-trending .post-list .cat-text:hover {
	opacity: .6;
}

.home-trending .post-list h3 {
	padding-right: 40px;
	margin-bottom: 0;
}

.home-trending .post-list h3 a {
	color: #4e2c47;
}

.home-trending .post-featured {
	width: 57%;
	float: right;
	margin-top: 50px;
}

.home-trending .post-featured h6 a {
	display: table;
	padding: 8px;
	min-width: 168px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
}

.home-trending .post-featured h6 a:hover {
	opacity: .6;
}

.home-trending .post-featured .read-more {
	padding: 0 0 1.5px;
	border-bottom: 1px solid #b69774;
	font-style: italic;
	text-decoration: none;
	font-weight: 600;
	text-transform: none;
	float: right;
	letter-spacing: 0;
}

.home-trending .post-featured .image-link-wrapper {
	position: relative;
}

.home-trending .post-featured .image-link-wrapper:hover img {
	opacity: 1;
}

.home-trending .post-featured .image-link-wrapper:before {
	content: '';
	display: block;
	background: url(../jpg/geo-accent.jpg);
	width: 640px;
	height: 490px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -120px;
	right: -116px;
	z-index: -1;
}

.home-latest .left {
	width: 52%;
	display: flex;
	float: left;
}

.home-latest article {
	position: relative;
	display: table;
	clear: both;
}

.home-latest .left article {
	width: 48%;
}

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

.home-latest article h3 a {
	color: #4e2c47;
}

.home-latest article h3 a:hover {
	text-decoration: underline;
}

.home-latest article h6 {
	top: 20px;
	position: absolute;
	left: 0;
}

.home-latest article h6 a {
	display: table;
	padding: 8px;
	min-width: 168px;
	text-align: center;
	color: #fff;
}

.home-latest article h6 a:hover {
	opacity: 1;
}

.home-latest article p {
	margin: 0 0 12px;
}

.home-latest article .read-more {
	padding: 0 0 1.5px;
	border-bottom: 1px solid #b69774;
	font-style: italic;
	text-decoration: none;
	font-weight: 600;
	text-transform: none;
	float: right;
	letter-spacing: 0;
}

.home-latest .left article:first-child {
	margin-right: 4%;
}

.home-latest .right {
	width: 46%;
	float: right;
	margin-left: 2%;
}

.home-latest .right article {
	margin-bottom: 26px;
}

.home-latest .right article:last-child {
	margin-bottom: 0;
}

.home-latest .right article .image-link-wrapper {
	float: left;
	max-width: 200px;
	margin-right: 20px;
}

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

.home-latest .right article h6 a {
	display: table;
	padding: 8px;
	min-width: 168px;
	text-align: center;
	color: #fff;
}

.home-latest .right article h6 .cat-label:hover {
	opacity: 1;
}

.home-latest .latest-mobile {
	display: none;
}

/* Shop/Resources Page Template */

.page-template-category-blocks .heading-wrap {
	margin: 0 auto 20px;
	text-align: center;
}

.page-template-category-blocks .heading-wrap h1 {
	color: #100909;
	font-size: 26px;
	font-family: 'linotype-didot-headline', serif;
	letter-spacing: 0;
}

.page-template-category-blocks .heading-wrap h1 em {
	color: #4e2c47;
}

.page-template-category-blocks .content {
	max-width: 100%;
	width: 100%;
}

.page-template-category-blocks .page-header {
	margin-bottom: 30px;
}

.page-template-category-blocks .page-header p,
.page-template-category-blocks .page-header h6 {
	font-weight: 400;
}

.page-template-category-blocks .content-area {
	text-align: center;
}

.page-template-category-blocks .shop-block h2 {
	color: #fefefe;
	background: #3f3b35;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 12px 10px 6px;
	text-align: center;
	margin: 0 auto 28px;
    font-family: 'Saudagar';
}

.page-template-category-blocks .shop-block .image-link-wrapper {
    margin-bottom: 10px;
}

.shop-block {
	margin-bottom: 40px;
	clear: both;
	display: block;
	width: 100%;
	max-width: 1200px;
}

.shop-block .product-columns {
    overflow-x: scroll;
    display: flex;
    width: 100%;
	margin-bottom: 30px;
}

.shop-block .product-col {
	margin-bottom: 30px;
    margin-bottom: 0;
    width: 260px;
    min-width: 260px;
}

.shop-block .product-col:first-child {
	margin-left: 0 !important;
}

.shop-block .product-col:nth-child(4n+1) {
	margin-left: 1%;
	clear: both;
}

.shop-block .image-link-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ebebeb;
	height: 263px;
	padding: 10px;
}

.shop-block h5 {
	text-align: center;
    margin: 6px auto 10px;
	min-height: 42px;
}

.shop-block .price {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.content .shop-block a {
	text-decoration: none;
}

.shop-block .button-wrap {
	display: flex;
}

.content .shop-block .button {
	background: #9ba682;
	width: 100%;
	padding: 8px 2px;
	font-size: 12px;
}

.content .shop-block .button:hover {
	background: #9ba682 !important;
	opacity: .75;
	text-decoration: none;
}

.shop-block .cta {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	clear: both;
	text-align: center;
	display: block;
	font-weight: 400;
	text-decoration: none;
}

.shop-block .cta:after {
	content: ' ';
	display: block;
	width: 180px;
	height: 1px;
	background-color: #b69774;
	margin: 7px auto;
}

.shop-block .button.add-btn {
	margin-left: 6px;
}

/* Category Page Template */

.category .breadcrumb {
	margin: 20px auto;
}

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

.category .site-inner .cat-heading-wrap {
	margin: 0 auto;
}

.cat-heading .cat-info {
	text-align: center;
	padding: 30px;
	background: #9ba682;
	position: relative;
	z-index: 99;
	left: 10%;
	max-width: 680px;
	width: 100%;
	color: #fff;
	font-weight: 400;
}

.cat-heading .cat-info h2 {
    font-size: 45px;
    color: #fff;
    margin: 0;
}

.category-parenting .cat-heading .cat-info {
    background: #c3912c;
}

.category-travel .cat-heading .cat-info {
    background: #4e2c47;
}

.category-feeding-a-family .cat-heading .cat-info {
    background: #b69774;
}

.category-recipes .cat-heading .cat-info {
    background: #526874;
}

.category-personal .cat-heading .cat-info {
    background: #a44355;
}

.cat-heading .cat-info.plain {
	padding: 0;
	background: transparent;
	left: auto;
	max-width: 100%;
	color: #4e2c47;
}

.cat-heading .cat-info.plain h1 {
	margin: 0 auto 40px;
	font-size: 26px;
	font-family: 'Saudagar', sans-serif;
	letter-spacing: 1px;
	color: #4e2c47;
}

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

.cat-heading .cat-info a {
	text-decoration: underline;
	color: #fff;
}

.cat-heading .cat-info h1 {
	letter-spacing: 0;
	color: #fff;
	font-family: 'linotype-didot-headline';
	margin: 0 0 16px
}

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

h3.heading {
	font-size: 23px;
	font-family: 'saudagar', sans-serif;
	letter-spacing: 1px;
	color: #4e2c47;
	border-bottom: 1px solid #a795a0;
	padding-bottom: 5px;
	text-align: left;
}

.cat-slider article h3,
.cat-loop article h3 {
	margin: 10px 0;
	font-size: 18px;
	line-height: 23px;
	border-bottom: none;
	padding-bottom: 0;
	letter-spacing: 0;
    font-family: 'linotype-didot-headline';
}

.cat-slider article h3:hover,
.cat-loop article h3:hover {
	text-decoration: underline;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'dashicons' !important;
	font-size: 60px !important;
	line-height: 1;
	opacity: 1 !important;
	color: #9ba682 !important;
}

.slick-prev:before {
	content: '\f341' !important;
}

.slick-next:before {
	content: '\f345' !important;
}

.slick-prev,
.slick-next {
	top: 36% !important;
	width: 23.5px !important;
	height: 50px !important;
}

.product-slider slick-prev,
.product-slider .slick-next {
	top: 40% !important;
}

.slick-prev {
	left: -5% !important;
}

.slick-next {
	right: -4.5% !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: none !important;
}

.slick-slide {
	margin-right: 5px;
	margin-left: 5px;
}

.cat-products .product-slider {
	text-align: center;
}

.cat-products h5 {
	margin: 10px auto 5px;
}

.cat-products .cta {
	clear: both;
	text-transform: uppercase;
	font-weight: 600;
	padding: 28px 0 2px;
	border-bottom: 1px solid #c2a88b;
	display: table;
	font-size: 14px;
	letter-spacing: .5px;
	margin: 20px auto 0;
}

.category .site-inner .cat-text-block {
	background: #faf7f3;
	height: 400px;
	display: flex;
	align-items: center;
	padding: 0;
}

.cat-text-block .left {
	width: 50%;
	height: 100%;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.cat-text-block h5 {
	color: #a54255;
}

.cat-text-block h2 {
	font-family: 'linotype-didot-headline';
	letter-spacing: 0;
	color: #100909;
	font-size: 26px;
}

.cat-text-block .button {
	background: #a44255;
	color: #fff;
	box-shadow: 3px 4px #e4e1de;
}

.cat-text-block .button:hover {
	opacity: 1;
	color: #a44255;
background-color: #fff!important;
}

.cat-text-block .right {
	width: 50%;
	height: 100%;
}

.cat-loop .post-columns .one-fourth:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

.cat-loop .post-columns .one-fourth {
	margin-bottom: 20px;
}


.cat-loop .post-columns article .image-link-wrapper {
    max-height: 210.23px;
    overflow: hidden;
}

/* Start Here
---------------------------------------------------------------------------- */

.welcome .wrap {
	background: #eef0e9;
	height: 430px;
	display: flex;
	align-items: center;
	padding: 0;
}

.welcome .left {
	width: 50%;
	height: 100%;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.welcome .left h1 {
	font-family: laluxesscript, serif;
	font-size: 60px;
	margin: 0;
	color: #4e2c47;
}

.welcome .left p {
	text-align: center;
	max-width: 480px;
}

.welcome .left p:last-child {
	margin: 0;
}

.welcome .left a {
	text-decoration: underline;
	font-weight: 600;
}

.welcome .left a:hover {
	color: #4e2c47;
}

.welcome .right {
	width: 50%;
	height: 100%;
}

.page-template-start-here .home-latest .right {
	width: 44%;
}

.page-template-start-here .home-latest .left {
	width: 54%;
}

.sh-intro .wrap {
	background: #edf0e9 url(../png/polygon-overlay.png);
	padding: 40px 30px;
	display: flex;
	align-items: center;
	background-size: 160px;
	background-repeat: no-repeat;
	background-position: 15px bottom;
}

.sh-intro .left {
	max-width: 300px;
	width: 30%;
	text-align: center;
}

.sh-intro .right {
	padding-left: 3%;
	width: 70%;
}

.sh-intro .right h2 {
	font-family: laluxesscript, serif;
	font-size: 50px;
	color: #4e2c47;
	margin: 0 0 10px;
}

.sh-intro .right .cta {
	padding: 0 0 6px;
	border-bottom: 1px solid #c3912c;
	font-style: italic;
	text-decoration: none;
	font-weight: 600;
}

.sh-intro .right .cta:hover {
	opacity: .6;
}

.page-template-start-here .site-inner .slider {
	display: block;
}

.page-template-start-here .site-inner .sh-signup {
	position: relative;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	max-width: 1160px;
}

.sh-signup {
	    background: url(../jpg/starthere-optin-background-1200-1.jpg);
}

.sh-signup h6 {
	position: absolute;
	padding: 8px;
	min-width: 168px;
	text-align: center;
	color: #fff;
	margin: 0;
	background: #c3912c;
	font-size: 14px;
	left: 0;
	top: 20px;
}

.sh-signup .wrap {
	background: #ffffffe3;
	padding: 60px 40px 30px;
	width: 100%;
	display: flex;
	align-items: center;
}

.sh-signup h3 {
	margin: 0 0 10px;
	color: #4e2c47;
}

.sh-signup .left {
	width: 50%;
	padding-right: 5%;
}

.sh-signup .left p {
	font-size: 18px;
}

.sh-signup .left p:last-child {
	margin-bottom: 0;
}

.sh-signup .right {
	width: 50%;
}

.sh-signup input::-ms-input-placeholder {
	color: #100909;
	opacity: 1;
}

.sh-signup input:-ms-input-placeholder {
	color: #100909;
	opacity: 1;
}

.sh-signup input::placeholder {
	color: #100909;
	opacity: 1;
}

.slider h2 {
	padding-bottom: 5px;
	border-bottom: 1px solid #a795a0;
    font-size: 26px;
    font-family: 'Saudagar', sans-serif;
    letter-spacing: 1px;
}

.slider h2 a {
    color: #4e2c47;
}

.slider h2 a:hover {
    color: #100909;
}

.slider p {
	font-size: 18px;
	margin: 0 0 28px;
}

.slider h3 {
	margin-top: 20px;
	font-size: 20px;
}

.slider h3:hover {
	text-decoration: underline;
}

.slider-wrap {
	position: relative;
}

.arrows-container {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 36%;
	transform: translateY(-50%);
	width: 100%;
}

.arrows-container button {
	color: #9ba682;
	padding: 0;
	background: transparent;
	font-size: 70px;
	font-weight: 100;
}

.arrows-container button:hover {
	opacity: .7;
	color: #9ba682;
	background: transparent;
}

.prev1 {
	position: relative;
	left: -5%;
}

.next1 {
	position: relative;
	right: -4.5%;
}

.sh-instagram .wrap {
	max-width: 650px;
	margin: 80px auto 0;
	background: #fbf7f4;
	padding: 60px 40px 20px;
	position: relative;
}

.sh-instagram .logo-wrap {
	background: #fbf7f4;
	max-width: 140px;
	padding: 20px;
	border-radius: 100%;
	position: absolute;
	width: 100%;
	top: -50%;
	left: 50%;
	transform: translateX(-50%);
}

.sh-instagram .logo-wrap img {
	max-width: 100px;
}

.sh-instagram .columns {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sh-instagram .left {
	float: left;
	color: #aab392;
	font-size: 60px;
	margin-right: 40px;
}

.sh-instagram .right {
	float: right;
	font-family: linotype-didot-headline, serif;
	color: #aab392;
	font-size: 28px;
	line-height: 35px;
	padding-left: 30px;
	text-align: center;
}

.sh-instagram .right:hover {
	text-decoration: underline;
}

/* Instagram Page */

.instagram-links {
    text-align: center;
}

.instagram-links img {
    max-width: 160px;
    border-radius: 100%;
    margin-bottom: 20px;
}

.instagram-links .button {
    display: table;
    margin: 0 auto 10px;
    max-width: 500px;
    width: 100%;
    background-color: #9ba682;
    line-height: 20px;
}

.instagram-links .button:hover {
    background-color: #9ba682 !important;
}

/* Default Page Template */

.page-template-default .site-inner {
    margin-top: 30px;
}

.page-template-default .page-header img {
    width: 100%;
}

.content h2.script {
	font-family: 'laluxesscript', serif;
	font-size: 50px;
	font-style: normal;
	color: #100909;
}

.entry-header .entry-title {
	font-family: linotype-didot-headline, serif;
	line-height: 41px;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.content .contact-link {
	font-family: 'linotype-didot-headline';
	font-size: 18px;
	display: inline-block;
}

.content .contact-link a:hover {
	color: #4e2c47;
}

.content .contact-link .highlighted {
	background-image: linear-gradient(#fff 30%, #faf7f3 0%);
}

.content .contact-link:after {
	content: '\f178';
	/font-family: 'font awesome 5 pro';
	display: inline-block;
	position: relative;
	top: 4px;
	margin-left: 20px;
	font-size: 26px;
}

.page-id-108 .entry-header .entry-title {
	text-align: center;
}

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

.contact-name p {
	width: 48.5%;
	margin: 0 0 30px;
}

.wpcf7 input,
.wpcf7 textarea {
	border: 1px solid #e4e1de;
}

.wpcf7 input[type="submit"] {
	border: none;
}

.wpcf7 input::-ms-input-placeholder,
.wpcf7 textarea::-ms-input-placeholder {
	color: #100909;
	opacity: 1;
}

.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
	color: #100909;
	opacity: 1;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
	color: #100909;
	opacity: 1;
}

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

.wpcf7-not-valid-tip {
	color: #100909 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

/* WooCommerce Styling */

.woocommerce-Tabs-panel--description h2:first-child {
    display: none;
}

.woocommerce div.product .product_title {
    font-family: linotype-didot-headline, serif;
    line-height: 41px;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: #100909;
}

.content.woocommerce a.button, .content .woocommerce a.button.alt, .content .woocommerce button.button, .content .woocommerce button.button.alt, .content .woocommerce input.button, .content .woocommerce input.button.alt, .content .woocommerce input.button[type="submit"], .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt {
    background-color: #9ba682 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    padding: 12px 28px !important;
}

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
    color: #fff !important;
}

.content .woocommerce button.button:hover, .content .woocommerce button.button.alt:hover {
    background-color: #9ba682 !important;    
}

.single-product .product_meta, .woocommerce .breadcrumb {
    display: none !important;
}

.woocommerce .coupon .input-text {
    height: 37px !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    font-size: 16px !important;
}

.woocommerce-cart table.cart td.product-name a:hover {
    color: #9ba682 !important;
}

 .content .woocommerce h2 {
    color: #4e2c47!important;
}

.woocommerce .entry-content ul {
    padding-left: 0 !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top-color: #4e2c47 !important;
    border-top: 2px solid #4e2c47 !important;
    padding-left: 4em !important;
    background-color: #faf7f3 !important;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    color: #4e2c47 !important;
}

.woocommerce-cart table.cart td {
    font-size: 16px !important;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    margin-bottom: 20px;
}

.woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment {
    background-color: #faf7f3 !important;
    padding: 10px !important;
}

.woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 600 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #faf7f3 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #fff !important;
    border-color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #faf7f3 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-color: #faf7f3 !important;
}

.woocommerce .related.products {
    display: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 18px !important;
}

.woocommerce .quantity .qty {
    font-size: 16px !important;
    padding: 8.5px 5px !important;
    width: 50px !important;
}

.woocommerce span.onsale {
    background-color: #c3912c !important;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 11px 8px 8px !important;
    font-size: 13px !important;
}

.woocommerce .return-to-shop {
    display: none;
}

.woocommerce-message .button.wc-forward {
    margin-bottom: 0;
    background: #a9b490 !important;
    font-size: 13px;
    padding: 12px 16px;
}



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

/* Post Page
--------------------------------------------- */

.mobile-only {
	display: none;
}

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

.content a {
	text-decoration: underline;
	font-weight: 600;
}

.single .content a:hover {
	color: #9ba682;
}

.content .entry-title a {
    text-decoration: none;
}

.single .entry-header {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto 40px;
	display: flex;
	width: 100%;
}

.entry-header-left {
	width: 60%;
	margin-right: 2%;
	position: relative;
}

.entry-header-left img {
    width: 100%;
}

.entry-header-right {
	width: 46%;
	position: relative;
}

.entry-header-right h1 {
	font-size: 34px;
	margin-bottom: 10px;
	font-family: linotype-didot-headline, serif;
	line-height: 41px;
	letter-spacing: 0;
	margin: 0 0 10px;
	color: inherit;
}

.post-info {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1.5px;
	font-style: italic;
	line-height: 18px;
	font-weight: 600;
	margin: 0 0 18px;
}

.entry-header-right .post-info a {
	border-bottom: 1px solid #aab392;
}

.entry-header-right .post-info a:hover {
	opacity: .6;
}

.entry-header-right .post-excerpt {
	margin-bottom: 15px;
}

.entry-header-right .sep {
	height: 1px;
	max-width: 300px;
	width: 100%;
	background: #9ba682;
	margin-bottom: 15px;
}

.entry-header-right .disclaimer p {
	font-size: 13px;
	line-height: 15px;
	letter-spacing: .3px;
}

.entry-header-right .disclaimer p a {
    text-decoration: underline;
}

.entry-header-right .disclaimer p a:hover {
    color: #aab392;
}

.entry-header .entry-buttons {
	display: flex;
	width: 100%;
	position: absolute;
	bottom: 0;
	justify-content: space-between;
}

.entry-header .entry-buttons.mobile-only {
    display: none;
}

.entry-header .tasty-recipes-quick-links {
	text-align: left;
	float: left;
	margin-right: 12px;
	max-width: 230px;
	width: 100%;
}

.tasty-recipes-jump-link {
	display: inline-block;
	margin-top: 0;
	max-width: 230px;
	width: 100%;
	text-align: center;
	background: #9ba682;
	padding: 6px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	-moz-transition: all .15s ease-in;
	-webkit-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	transition: all .15s ease-in;
}

.dpsp-shortcode-wrapper {
	margin-bottom: 0 !important;
	display: block;
	width: 100%;
	max-width: 230px;
}

.dpsp-shortcode-wrapper.dpsp-button-style-1 .dpsp-network-btn {
	text-align: center;
	display: block;
	background: #9ba682!important;
	border: none !important;
	height: 42px !important;
	min-height: 42px;
	line-height: 0!important;
}

.tasty-recipes-quick-links a {
    height: 42px;
}

.entry-header .dpsp-networks-btns-wrapper li {
	width: 100%;
}

.tasty-recipes-jump-link:hover {
	color: #fff;
	opacity: .6;
}

.tasty-recipes-jump-link:after {
	/content: "\f063";
	/font-family: 'Font Awesome 5 Pro';
	content: "\f132";
	font-family: dashicons;
	margin-left: 15px;
	font-weight: 600;
}

.entry-header .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest,
.entry-header .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon {
	border-color: #a9b490 !important;
	background: #a9b490 !important;
	color: #a9b490 !important;
}

.entry-header .dpsp-networks-btns-wrapper .dpsp-network-btn {
	text-transform: uppercase !important;
	font-size: 15px !important;
	font-weight: 300 !important;
	letter-spacing: 1px !important;
	font-family: 'quasimoda', sans-serif !important;
	width: 100%;
	height: 42px !important;
	max-height: 42px !important;
}

.entry-header .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-label {
	color: #fff !important;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}

.entry-header .dpsp-has-spacing .dpsp-networks-btns-wrapper li {
    margin: 0 !important;
}

.entry-header .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-label:after {
	content: "\f192";
	/font-family: 'Font Awesome 5 Brands';
	font-family: dashicons;
	margin-left: 15px;
	font-weight: 400;
}

.entry-header .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
	display: none !important;
}

.entry-header .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest:focus,
.entry-header .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest:focus .dpsp-network-icon,
.entry-header .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest:hover,
.entry-header .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest:hover .dpsp-network-icon {
	border: none !important;
	box-shadow: none !important;
	border-color: #a9b490 !important;
	background: #a9b490 !important;
}

.entry-header .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
	display: none !important;
}

.entry-header .dpsp-has-spacing .dpsp-networks-btns-wrapper.dpsp-column-3 li {
    width: 100%;
}


.content h2 {
	color: #100909;
	font-family: 'linotype-didot-headline';
	font-size: 28px;
	letter-spacing: 0;
}

.content h3 {
	font-size: 23px;
	font-family: 'Saudagar', sans-serif;
	letter-spacing: 1px;
	color: #100909;
}

.dpsp-button-style-8 .dpsp-networks-btns-sidebar .dpsp-network-btn:hover, .dpsp-button-style-8 .dpsp-networks-btns-sidebar .dpsp-network-btn:focus {
    opacity: .75 !important;
    background-color: transparent !important;
}

.dpsp-networks-btns-wrapper.dpsp-networks-btns-sidebar .dpsp-network-btn, .dpsp-networks-btns-wrapper.dpsp-networks-btns-content .dpsp-network-btn {
   --networkHover: transparent !important;
}

.dpsp-button-style-1 .dpsp-networks-btns-content .dpsp-network-btn:hover, .dpsp-button-style-1 .dpsp-networks-btns-content .dpsp-network-btn:focus {
    opacity: .75 !important;
}

.dpsp-networks-btns-content .dpsp-network-btn .dpsp-network-label {
    font-family: 'quasimoda' !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 13px !important;
}

/* Custom Reusable Blocks */

.sponsored-block {
	border: 1px solid #eee;
	padding: 30px 40px;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	clear: both;
}

.sponsored-block h5 {
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 12px;
	letter-spacing: .75px;
}

.sponsored-block p:last-child {
	margin-bottom: 0;
}

.related {
	background: #fbf7f4;
	padding: 12px 28px;
	margin: 40px 0;
	display: flex;
	align-items: center;
	clear: both;
	align-items: center;
}

.related h2 {
	margin: 0;
	font-size: 43px;
	margin-right: 20px;
	position: relative;
	top: 2px;
	font-family: 'LaLuxesScript', serif;
	color: #4e2c47;
}

.related a {
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #4e2c47;
	font-size: 18px;
	font-weight: 400;
}

.related a:hover {
	color: #4e2c47;
}

.single .content .shop-block {
	margin-bottom: 40px;
	display: block;
	width: 100%;
}

.single .content .shop-block h3 {
	color: #100909;
	background: #eef0e9;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 1.25px;
	text-transform: uppercase;
	padding: 14px 10px 10px;
	text-align: center;
}

.single .content .shop-block .product {
	text-align: center;
}

.single .content .shop-block .product:hover {
    text-decoration: underline;
}

.single .content .shop-block a {
	text-decoration: none;
}

.single .content .shop-block a:hover {
	color: #100909;
}

.single .content .shop-block .image-link-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	height: auto;
	padding: 0;
}

.single .content .shop-block .one-fourth {
	text-align: center;
}

.single .content .shop-block h5 {
	margin: 0 0 5px;
	min-height: auto;
	min-height: auto;
	font-size: 14px;
}

.other-recipes {
	clear: both;
	width: 100%;
	border: 1px solid #eee;
	padding: 40px;
	margin: 0 auto 40px;
}

.other-recipes h3 {
	font-family: 'quasimoda', sans-serif;
	text-transform: uppercase;
	color: #c3912c;
	font-size: 22px;
	letter-spacing: .5px;
	margin: 0 0 16px;
}

.single .content .other-recipes a {
	font-weight: 300;
	display: block;
	text-decoration: underline;
	font-size: 18px;
	margin: 0 0 8px
}

.single .content .other-recipes a:hover {
	color: #100909;
}

.other-recipes a:last-child {
	margin: 0;
}

/* Recipe Card */

.tasty-recipes-scale-container button {
	height: auto;
}

.tasty-recipes-print-button {
	background-color: #9ba682 !important;
}

.tasty-recipes-print-button:hover {
	background-color: #9ba682 !important;
	opacity: .75;
}

.tasty-recipes,
.tasty-recipes-entry-header {
    max-width: 100% !important;
	background: #eef0e9 !important;
}

.tasty-recipes-entry-header h2 {
	font-size: 32px;
	margin-bottom: 10px;
	font-family: linotype-didot-headline, serif;
	line-height: 40px;
	letter-spacing: 0;
	color: #100909;
}

.tasty-recipes-entry-content h3 {
    font-family: 'linotype-didot-headline';
    margin: 0 0 10px;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients ul li:before, .tasty-recipes-entry-content .tasty-recipes-instructions ul li:before {
    background-color: #100909 !important;
    height: 6px !important;
    width: 6px !important;
    top: .6em !important;
}

.tasty-recipes-entry-header .tasty-recipes-rating-stars span,
.tasty-recipes-entry-header .tasty-recipes-details,
.tasty-recipes-entry-header .tasty-recipes-rating-label,
.tasty-recipes-entry-content {
	color: #100909 !important;
}

.tasty-recipes-yield-scale {
	border: 1px solid #100909 !important;
	border-radius: 0px !important;
	color: #100909 !important;
}

.tasty-recipes-entry-content hr {
	border: 1px solid #bec6ac !important;
}

.tasty-recipes-scale-container button {
	border-radius: 0 !important;
}

.tasty-recipes-entry-header .tasty-recipes-buttons a {
	font-size: 16px !important;
	font-weight: 600 !important;
	border: 1px solid #a9b490 !important;
	background-color: #a9b490 !important;
	color: #fff !important;
}

.tasty-recipes-entry-header .tasty-recipes-buttons a:hover {
	opacity: .6 !important;
}

.tasty-recipes-footer-content {
	padding: 20px 0 !important;
	border: 2px solid #edf0e9;
}

.tasty-recipes-footer-content img,
.tasty-recipes-footer-content svg {
	width: 60px;
	color: #bec6ac;
}

.single .content .tasty-recipes-footer-content a,
.tasty-recipes-entry-footer p {
	font-size: 16px !important;
	display: initial;
}

.tasty-recipes-entry-content hr:last-of-type {
	display: none !important;
}

.related-posts-wrap h3 {
	border-bottom: 1px solid #a795a0;
	padding-bottom: 5px;
}

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

.related-posts .related-post-info {
	font-family: linotype-didot-headline;
	margin: 10px 0;
	font-size: 18px;
	line-height: 23px;
	border-bottom: none;
	padding-bottom: 0;
	letter-spacing: 0;
}

.single .content .related-post-title,
.single .content .read-more {
	text-decoration: none;
}

.single .content .related-post-title:hover,
.single .content .read-more:hover {
	color: #100909;
}

.single .content .related-post-title:hover {
    text-decoration: underline;
}

/* Blog Feed
--------------------------------------------- */

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

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

.blog .skip-to-blog {
	display: none;
}

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

.entry {
	margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

.entry-header .entry-meta {
	margin-bottom: 0;
}

.entry-footer .entry-meta {
	border-top: none;
	padding-top: 20px;
	font-size: 15px;
	letter-spacing: .5px;
}

.entry-footer .entry-meta a {
	font-size: 15px;
	letter-spacing: .5px;
	font-weight: 600;
	text-decoration: underline;
}

.entry-categories {
	display: block;
	margin-bottom: 30px;
}

.entry-tags {
	display: none;
}

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

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

.pagination {
	clear: both;
	margin: 40px 0 0;
	text-align: center;
	font-family: prompt, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.5px;
}

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

.archive-pagination li {
	display: inline;
}

.page-numbers.current,
.page-numbers:hover {
	border-bottom: 1px solid;
}

.page-numbers {
	margin: 0 8px;
}

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

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

.entry-comments h3,
.comment-respond h3 {
	color: #100909;
}

.entry-comments h3:first-of-type {
    display: none;
}

.entry-comments #reply-title {
    display: block;
    font-family: 'linotype-didot-headline';
    font-size: 28px;
    letter-spacing: 0;
}

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

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

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

.comment-content {
	clear: both;
}

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

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

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

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

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

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

.tasty-recipes-comment-form .tasty-recipes-ratings-buttons {
	color: #c3912c;
}

.comment-respond input[type=submit],
.comment-respond input[type=submit]:hover {
	background-color: #9ba682 !important;
}

.comment-form-author, .comment-form-email {
    width: 48%;
    float: left;
}

.comment-form-email {
    margin-left: 4% !important;
}

.comment-form-url {
    clear: both;
    width: 48%;
}

.content .comment-reply-link {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 28px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
    text-transform: uppercase;
    background: #9ba682;
    color: #fff;
    margin-top: 10px;
    display: table;
    line-height: normal;
}

.content .comment-reply-link:hover {
    background: #9ba682;
    color: #fff;
    opacity: .75;
}

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

.sidebar {
	font-size: 16px;
	line-height: 1.5;
	max-width: 320px;
	margin: 0 auto;
}

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

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

.full-width-content .sidebar {
	display: none;
}

.sidebar .widget_media_image:first-of-type {
	margin-bottom: 20px;
}

.sidebar .widget_media_image:first-of-type img {
	border-radius: 100%;
}

.sidebar .widget_text h2 {
	font-family: 'quasimoda', sans-serif;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 18px;
	/color: #c3912c; /* Gold color not accessible */
	color: #a44255;
	margin: 0 0 8px;
}

.sidebar .widget_text p {
	margin: 0 0 8px;
}

.sidebar .widget_text a {
	text-decoration: underline;
	font-weight: 600;
}

.sidebar .widget_text a:hover {
	color: #9ba682;
}

.sidebar .widget_text .read-more {
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .5px;
	font-size: 13px;
	text-decoration: none;
}

.sidebar .widget_text .read-more:hover {
	color: #100909;
}

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

.site-footer {
	padding: 0;
	position: relative;
	margin-top: 60px;
	padding-bottom: 40px;
}

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

.site-footer .optin-1 {
	position: relative;
	display: table;
	width: 100%;
}

.site-footer .optin-1:before {
	content: '';
	display: block;
	background: url(../jpg/geo-accent-2.jpg);
	width: 500px;
	height: 490px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -75px;
	left: 0;
	z-index: -1;
}

.site-footer .optin-1 .wrap {
	display: flex;
	align-items: center;
	position: relative;
	width: 86.5%;
	float: right;
}

.site-footer .optin-1 .wrap img {
	max-width: 460px;
}

.site-footer .optin-1 .wrap:before {
	content: '';
	width: 100%;
	height: 290px;
	background: #3f3b35;
	display: block;
	position: absolute;
	right: 0;
	z-index: -1;
}

.site-footer .optin-1 h3 {
	color: #fff;
	font-size: 40px;
	max-width: 300px;
	line-height: 42px;
	padding-left: 40px;
	float: left;
	margin: 0 0 10px;
}

.site-footer .optin-1 .description {
	float: right;
	max-width: 370px;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	padding-left: 20px;
}

.site-footer .optin-1 .signup-form {
	clear: both;
	padding-left: 40px;
	padding-top: 20px;
	padding-right: 20px;
	color: #fff;
}

.site-footer .optin-1 .signup-form input {
    color: #fff !important;
}

.site-footer .optin-1 input::-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.site-footer .optin-1 input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.site-footer .optin-1 input::placeholder {
	color: #fff;
	opacity: 1;
}

.site-footer .optin-2 {
	clear: both;
	background: #fbf7f4;
	margin: 120px auto 60px;
	padding: 30px;
	display: flex;
}

.site-footer .optin-2 .wrap {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.site-footer .optin-2 .wrap:before {
	content: '';
	display: block;
	background: url(../png/polygon-2.png);
	width: 95px;
	height: 145px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: -100px;
}

.site-footer .optin-2 h2 {
	font-size: 50px;
	color: #4e2c47;
	margin: 0 0 5px;
}

.site-footer .optin-2 .signup {
	display: flex;
	align-items: center;
}

.site-footer .optin-2 .signup h2 {
	margin: 0;
}

.site-footer .optin-2 .signup .description {
	margin: 0 30px;
	max-width: 230px;
}

.site-footer .optin-2 .signup .form {
	min-width: 440px;
}

.site-footer .formkit-field,
.sh-signup .formkit-field {
	margin-right: 20px;
	width: 100%;
}

.site-footer .formkit-input,
.sh-signup .formkit-input {
	padding: 8px 0;
	border: none;
	background: transparent;
	border-bottom: 1px solid #4e2c47;
}

.site-footer .optin-2 .signup .button,
.sh-signup .button {
	box-shadow: 2px 3px #e4e1de;
}

.site-footer .optin-2 .signup .button:hover,
.sh-signup .button:hover {
	opacity: 1 !important;
	background: #fff !important;
	color: #4e2c47 !important;
}

.site-footer .optin-1 .button:hover {
	opacity: 1;
	background-color: #fbf7f4 !important;
}

.site-footer .optin-2 .signup .social h2 {
	margin-bottom: 4px;
	text-align: center;
}

.site-footer .optin-2 .social {
	margin: 0 30px;
	min-width: 175px;
}

.site-footer .footer-links {
	margin-top: 20px;
}

.site-footer .optin-2 .social .icons,
.site-footer .footer-links .icons {
	text-align: center;
	font-size: 20px;
	letter-spacing: 12px;
}

.site-footer .footer-links .icons a:hover {
	color: #4e2c47;
}

.site-footer .optin-2 .social .icons a {
	color: #4e2c47;
}

.site-footer .optin-2 .social .icons a:hover {
	color: #100909;
}

.site-footer .instagram-feed {
	text-align: center;
}

.site-footer .instagram-feed a:hover {
	color: #4e2c47;
}

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

.footer-menu .menu-item {
	display: inline-block;
	padding: 0 18px;
	opacity: .5;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

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

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

.site-header {
	top: 0;
	z-index: 9999;
}

.admin-bar .fixed {
	top: 32px;
}

/* Column Classes
	--------------------------------------------- */

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

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

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

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

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

.one-fourth {
	width: 24.22223%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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

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

body .overlay {
	background: #fbf7f4f0;
	z-index: 999999;
}

.admin-bar .overlay .overlay-close {
	margin-top: 32px;
}

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

.overlay .overlay-close:hover {
	background: transparent;
	color: #4e2c47;
}

.overlay .overlay-container {
	text-align: center;
	position: relative;
	top: 50%;
	/*height: 60%;*/
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay .search-form {
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.overlay .search-form input[type="search"] {
	max-width: 500px;
	padding: 11px 26px;
	border-radius: 999px;
	border-color: #4e2c47;
	appearance: none !important;
	-webkit-appearance: none;
	height: 40px;
}



.overlay .search-form input[type="submit"] {
	/font-family: 'font awesome 5 pro';
	clip: inherit;
	background: #4e2c47;
	position: absolute;
	right: 0;
	padding: 0;
	border-radius: 100%;
	height: 38px;
	width: 38px;
	top: 1px;
	margin-top: 0;
}

.overlay .search-form input[type="submit"]:hover {
	background: #a44255 !important;
	opacity: 1;
}

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

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

    
.product-slider slick-prev,
.product-slider .slick-next {
	top: 45% !important;
}
	.overlay input {
		font-size: 14px;
	}
	.overlay h1 {
		font-size: 20px;
	}
	.overlay .search-form {
		max-width: 340px;
		width: 90%;
	}
	.overlay .overlay-close {
		font-size: 25px;
	    right: 20px;
        top: 10px;
	}
	.page-template-category-blocks .shop-block h2 {
	    font-size: 22px;
	    line-height: 22px;
	}
	
}

.js nav {
    display: none;
}

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

    .js nav {
        display: block;
    }

}

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

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

@media only screen and (min-width: 960px) {
    
	/* 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: #100909;
	}
	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 220px;
	}
	
	.menu-item-has-children a:after {
    /content: '\f107';
    /font-family: 'Font Awesome 5 Pro';
    /content: '\f347';
	/font-family: dashicons;
	margin-left: 9px;
    font-weight: 400;
    top: 2px;
    position: relative;
}

.mini-header .menu-item-has-children a:after {
    margin-left: 6px;
    top: 0px;
}

	.menu-item-has-children a:hover {
		text-decoration: none;
	}

	.menu-item-has-children .sub-menu a:after {
		display: none;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 2px solid #fbf7f4;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}
	.genesis-nav-menu .sub-menu a {
		border: 2px solid #fbf7f4;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
		text-align: left;
	}
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}
	#menu-sticky-menu .sub-menu {
		padding-top: 8px;
	}
	#menu-sticky-menu .sub-menu a {
		font-family: 'quasimoda', sans-serif;
		font-weight: 300;
		letter-spacing: .05em;
		font-size: 12px;
		padding: 10px;
	}
	.genesis-nav-menu .sub-menu a:hover {
		text-decoration: none;
	}
	
	.genesis-nav-menu .widget-area {
    display: none;
}
	/* Responsive Menu
	--------------------------------------------- */
	.genesis-responsive-menu {
		display: block;
		padding-top: 10px;
	}
	.menu-toggle,
	.sub-menu-toggle {
		/display: none;
		/visibility: hidden;
	}
	/* Header Menu
	--------------------------------------------- */
	.nav-primary {
		clear: none;
		float: none;
		width: auto;
		margin: 0 auto;
		text-align: center;
	}
	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.nav-primary .genesis-nav-menu a:hover {
		text-decoration: underline;
	}
	.nav-primary .genesis-nav-menu .menu-item-has-children a:hover {
		text-decoration: none;
	}
	/* Site-Inner
	--------------------------------------------- */
	/* Content
	--------------------------------------------- */
	.content {
		float: left;
		max-width: 840px;
		width: 66%;
	}
	.sidebar-content .content {
		float: right;
	}
	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	/* Sidebar
	--------------------------------------------- */
	.sidebar {
		max-width: 360px;
		width: 33%;
		padding-left: 3%;
		margin: 0 auto;
		float: right;
	}
	.sidebar-content .sidebar {
		float: left;
	}
	/* After Entry
	--------------------------------------------- */
	.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;
	}
	.archive-description {
		margin-bottom: 30px;
	}
	.site-footer .formkit-fields,
	.sh-signup .formkit-fields {
		display: flex;
	}
}

@media only screen and (max-width: 1310px) {
	.site-footer .optin-1 .signup-form,
	.site-footer .optin-1 .description {
		clear: both;
		float: none;
		padding-left: 20px;
	}
	.site-footer .optin-1 h3 {
		padding-left: 20px;
	}
}

@media only screen and (max-width: 1260px) {
	.single-post .skip-to-blog {
		display: none !important;
	}
	
	.skip-to-blog {
	    display: block;
    transform: none;
    top: 96px;
    right: 0;
    margin-top: 98px !important;
    position: initial !important;
    float: right;
    margin-bottom: 10px;
    font-size: 15px !important;
    padding: 4px 10px !important;
	}
	
	.skip-to-blog:hover {
	opacity: 1;
	color: #100909 !important;
	background: #fbf7f4 !important;
}
	

	.slick-prev:before,
	.slick-next:before {
		font-size: 40px !important;
	}
	.slick-slider {
		width: 95% !important;
		margin: 0 auto;
	}
	.cat-slider-wrap .slick-slider, .page-template-start-here .slick-slider {
	    width: 100% !important;
	}
	
	.slick-prev {
		left: -3% !important;
	}
	.slick-prev {
		left: -3% !important;
	}
	
	.site-footer .optin-2 .signup  {
	    flex-wrap: wrap;
	}

.content .shop-block .button {
    font-size: 11px;
}
}

@media only screen and (max-width: 1040px) {
	.nav-primary .genesis-nav-menu a {
		padding-left: 16px;
		padding-right: 16px;
	}
	.home-faves .left {
		width: 100%;
		float: none;
		margin-right: 0;
		padding-right: 0;
		border-right: none;
		margin-bottom: 40px;
	}
	.home-faves .left h2,
	.home-faves .left p {
		text-align: center;
	}
	.home-faves .left h3 {
		margin: 0 auto 20px;
		border-top: none;
		padding-top: 0px;
		font-size: 18px;
		text-align: center;
	}
	.home-faves .left h5, .home-faves .left .h5 {
		margin: 0 auto 12px;
	}
	.home-faves .left .links-area {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		background: #faf7f3;
		padding: 30px;
	}
	.home-faves .left h5:last-child .home-faves .left .h5:last-child{
		margin-bottom: 0;
	}
	.home-faves .right {
		float: none;
		width: 100%;
		display: table;
	}
	.home-faves .right .cat {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 40px;
		min-height: auto;
		display: flex;
	}
	.home-faves .right .cat:nth-child(even) {
		flex-direction: row-reverse;
	}
	.home-faves .right .cat:nth-child(even) .icon {
		left: 0;
	}
	.home-faves .right .cat:nth-child(even) .content-area {
		padding-left: 0;
		padding-right: 50px;
	}
	.home-faves .right .icon {
		left: 20px;
		min-width: 100px;
		min-height: 100px;
		float: none;
	}
	.home-faves .right .content-area {
		float: none;
		width: auto;
		padding-left: 50px;
	}
}

@media only screen and (max-width: 1024px) {
	
	.cat-loop .post-columns article .image-link-wrapper {
		max-height: 178.75px;
	}
	.home .site-inner section,
	.page-template-start-here .site-inner section,
	.content-sidebar-wrap,
	.category .site-inner section {
		display: block;
	}

	.shop-block .product-columns {
		display: flex;
		overflow: scroll;
		margin-bottom: 30px;
	}
	.shop-block .product-col {
		margin-bottom: 0;
		width: 240px;
		min-width: 240px;
		margin-left: 10px;
	}
	.shop-block .product-col:nth-child(4n+1) {
		margin-left: 10px;
		clear: none;
		float: left;
	}
	.shop-block .product-col:first-child {
		margin-left: 0;
	}
	
	.shop-block .product-columns h5 {
    font-size: 14px;
}
	.shop-block .button {
		padding: 6px;
		font-size: 11px;
	}
	
	.shop-block .button-wrap {
    display: flex;
    flex-direction: column;
}

.shop-block .button-wrap .button:first-child {
    margin-bottom: 5px;
}

.shop-block .button-wrap .button.add-btn {
    margin-left: 0;
}
}



@media only screen and (max-width: 960px) {
	
.nav-primary {
		display: none;
	}

.cat-loop .post-columns .one-fourth .image-link-wrapper {
		max-height: 338.09px;
}
	
.genesis-nav-menu .menu-item.mobile-only {
	    display: block !important;
	}
    
    .cat-slider .slick-slide, .page-template-start-here .slider .slick-slide {
        width: 160px !important;
    }
    
    .cat-slider article h3, .cat-loop article h3, .page-template-start-here .slider h3 {
    font-size: 16px;
    line-height: 20px;
    }
    
.cart-count {
        display: none;
}

.header-widget-area .cart-count {
    display: flex;
    background: #a44355;
    height: 7px;
    width: 7px;
    max-height: 7px;
    min-height: 7px;
    max-width: 7px;
    min-width: 7px;
    right: -4px;
    top: 5px;
}

.header-social {
    position: relative;
}
	
.entry-header .entry-buttons.mobile-only {
    display: flex;
}

.admin-bar .entry-header .entry-buttons {
    top: 145px;
}
    
.fixed-header {
    position: fixed;
    z-index: 9999;
    width: 100%;
}
    
	.mobile-only {
		display: block;
	}
	.desktop-only, .entry-header .entry-buttons.desktop-only {
		display: none;
	}
	.site-header {
		padding: 0;
	}
	
	.site-header .wrap {
	   padding: 0 25px !important;
	}
	
	.site-header .nav-primary .wrap {
	    padding: 0 !important;
	}
	
	.nav-primary {
		position: fixed;
		z-index: 9999;
		left: 0;
		width: 100%;
		overflow-y: scroll;
	    top: 98px;
        max-height: calc(100% - 98px);
		background: #fbf7f4;
	}
	
.site-inner, .page-template-default .site-inner {
    margin-top: 115px;
}

.search .site-inner,
.archive .site-inner,
.blog .site-inner {
	    margin-top: 110px;
	}
	
.archive-description {
    margin-bottom: 10px;
}

.single .breadcrumb {
    margin: 0 auto 10px;
    font-size: 10px;
}

.single .site-inner {
    margin-top: 150px;    
}

.single.single-product .site-inner {
    margin-top: 100px;
}
	
	.category .breadcrumb {
    margin: 140px auto 10px;
}

.category .site-inner {
    margin-top: 12px;
}

.cat-loop h1 {
    margin-bottom: 10px;
}


.admin-bar .nav-primary {
    top: 144px;
    max-height: calc(100% - 144px);
	}
.nav-primary {
    padding-bottom: 0;
    padding-top: 0;
}
	
	.nav-primary>.wrap,
	.nav-primary .menu {
		height: 100% !important;
	}
	.nav-primary .wrap {
		max-width: 100%;
	}
	
.nav-primary {
    padding-bottom: 0;
    padding-top: 0;
}

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

.genesis-nav-menu a {
    padding-bottom: 14px;
    padding-top: 14px;
}

	.utility-bar .wrap {
		padding: 7px 15px;
		background-position: -2% 50%;
		background-size: 100px;
		line-height: 18px;
	}
	.utility-bar-left .widget {
		margin-left: 0;
		text-align: center;
	}
	
	.utility-bar-left {
    font-size: 10px;
	}
	.site-header .wrap {
		display: flex;
		align-items: center;
		height: 64px;
	}
	.site-header .widget {
		margin-bottom: 0;
	}
	.wp-custom-logo .title-area {
		padding: 0 !important;
		order: 2;
		width: 78%;
	}
	.header-widget-area {
	display: flex;
	float: none;
    position: absolute;
    right: 15px;
	}
	.header-widget-area a {
		color: #4e2c47;
		font-size: 15px;
	}
	
	.header-widget-area .header-social a {
	    margin-left: 4px;
	}
	
	
	.utility-bar-right {
		display: none;
	}
	.site-footer .optin-1 {
		display: table;
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	.site-footer .optin-1 .wrap {
		width: 100%;
		float: none;
		flex-direction: column;
		padding: 0 20px;
	}
	.site-footer .optin-1 .wrap:before {
		display: none;
	}
	.site-footer .optin-1:before {
		top: -80px;
		left: -140px;
	}
	.site-footer .optin-1 .wrap img {
		max-width: 100%;
	}
	.site-footer .optin-1 .wrap .optin-content {
		background: #3f3b35;
		padding: 30px;
		max-width: 85%;
		position: relative;
		margin-top: -12%;
	}
	.site-footer .optin-1 h3 {
		color: #fff;
		font-size: 32px;
		max-width: 100%;
		line-height: 32px;
		padding-left: 0;
		float: none;
		text-align: center;
		margin: 0 auto 20px;
	}
	.site-footer .optin-1 .description {
		float: none;
		max-width: 100%;
		margin-left: 0;
		margin-top: 0;
		text-align: center;
	}
	.site-footer .optin-1 .signup-form {
		clear: both;
		padding-left: 0;
		color: #fff;
		text-align: center;
		    margin-top: 20px;
    padding-top: 0;
    padding-right: 0;
	}
	
	
	.site-footer .optin-2 {
		padding: 30px 20px;
		margin: 40px auto;
	}
	.site-footer .optin-2 .social {
		display: none;
	}
	.site-footer .optin-2 .wrap {
		justify-content: center;
	}
	.site-footer .optin-2 .signup {
		flex-direction: column;
	}
	
	.site-footer .optin-2 .signup .form {
    min-width: 100%;
}
	.site-footer form,
	.sh-signup form {
		min-width: auto;
		text-align: center;
		margin-top: 20px;
		width: 100%;
	}
	.site-footer .formkit-field,
	.sh-signup .formkit-field {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.site-footer .button,
	.sh-signup .button {
		margin-top: 10px;
	}
	.site-footer .optin-2 .wrap:before {
		right: -10px;
		top: -56px;
	}
	.site-footer .optin-2 .signup .description {
		text-align: center;
	}
	#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item {
		width: 33.333%!important;
	}
	#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item:nth-child(7),
	#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item:nth-child(8),
	#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item:nth-child(9) {
		display: none!important;
	}
	.page-template-start-here .site-inner section {
		display: block;
		clear: both;
	}
	.home-browse .wrap {
		padding-bottom: 0;
		max-width: 450px;
		flex-wrap: wrap;
		justify-content: normal;
		margin: 0 auto;
		border-bottom: 0;
	}
	.home-browse .cat {
		margin: 0 10px 10px;
	}
	.home-browse .cat-wrap {
		margin-bottom: 10px;
	}
	.home .site-inner section.home-signup {
		padding: 30px 15px;
		background-image: none;
	}
	.home-signup .wrap {
		padding: 0;
	}
	.home-signup .wrap .right {
		display: none;
	}
	.home-signup .wrap .left {
		padding: 0;
		width: 100%;
	}
	.home-signup .wrap .left .image-group {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.home-signup .wrap .left .image-group img {
		width: 49%;
	}
	.home-signup .left .button {
		margin: 0 auto;
		display: table;
	}
	.home-cat-inner {
		display: block;
	}
	.home-cat-inner .left {
		width: 100%;
		margin-right: 0;
	}
	.home-cat-inner article .left {
		width: 50%;
		margin-right: 2%;
	}
	.home-cat-inner .left a.cat-label {
		min-width: 120px;
	}
	.home-cat-inner .left h6,
	.home-cat-inner .left h3 {
		margin: 0 0 10px;
	}
	.home-cat-inner .left article .image-link-wrapper {
		width: 50%;
	}
	.home-cat-inner .right {
		width: 100%;
		margin-top: 40px;
	}
	.home-search .search-form {
		max-width: 500px;
	}
	.home-trending .post-featured .image-link-wrapper:before {
		width: 400px;
		height: 300px;
		top: -22%;
		right: -14%;
	}
	.home-trending .post-list h3,
	.home-trending .post-featured h3 {
		font-size: 20px;
	}
	.home-trending .post-list h3 a {
		display: flex;
		align-items: center;
	}
	.home-trending .post-list article:before {
		margin-right: 20px;
	}
	.home-latest .latest-desktop {
		display: none;
	}
	.home-latest .latest-mobile {
		display: flex;
		max-width: 100%;
		margin: 0 auto;
		overflow: scroll;
	}
	.home-latest article {
		margin: 0 auto;
		text-align: center;
		min-width: 160px;
		margin-right: 10px;
	}
	.image-link-wrapper img {
		width: 100%;
	}
	.home-latest article .read-more {
		display: table;
		float: none;
	}
	.home-latest article h3 {
		text-align: left;
		margin: 10px auto 5px;
		font-size: 18px;
	}
	.home-latest article h6 a {
		padding: 8px 4px;
		min-width: 130px;
	}
	.home-latest article p {
		display: none;
	}
	.welcome .wrap {
		flex-direction: column;
		height: auto;
	}
	.welcome .left h1 {
		margin: 0;
	}
	.welcome .left {
		width: 100%;
		height: auto;
		padding: 30px 15px;
	}
	.welcome .left p {
		max-width: 100%;
	}
	.welcome .right {
		width: 100%;
		min-height: 400px;
	}
	.sh-intro .left {
		display: none;
	}
	.sh-intro .right {
		padding-left: 0;
		width: 100%;
		text-align: center;
	}
	.sh-intro .wrap {
		background-position: -20px bottom;
	}
	.sh-signup {
	    background: url(../jpg/sidebar-background-600-1.jpg);
	}
	.sh-signup .wrap {
		flex-direction: column;
		text-align: center;
	}
	.sh-signup .left {
		width: 100%;
		padding-right: 0;
	}
	.sh-signup .right {
		width: 100%;
	}
	.sh-instagram .wrap {
		padding: 50px 25px 15px;
	}
	.sh-instagram .left {
		margin-right: 0;
		font-size: 50px;
	}
	.sh-instagram .right {
		font-size: 22px;
		line-height: 26px;
		padding-left: 20px;
	}
	.sh-instagram .logo-wrap {
		max-width: 120px;
	}
	.slick-prev,
	.slick-next {
		top: 40% !important;
	}
	.cat-heading {
		flex-direction: column;
	}
	.cat-heading .cat-info {
		left: auto;
		max-width: 100%;
		padding: 20px;
	}
	.cat-heading .cat-info h1 {
		margin: 0 0 10px;
	}
	.cat-heading .cat-image {
		max-width: 600px;
		margin-bottom: 10px;
	}
	.cat-loop .one-fourth,
	.featured-categories .one-fourth {
		width: 49%;
		margin-left: 2%;
		margin-bottom: 10px;
	}
	.cat-loop .post-columns .one-fourth:nth-child(4n+1) {
		clear: none;
		margin-left: 2%;
	}
	.cat-loop .post-columns .one-fourth:nth-child(2n+1),
	.featured-categories .one-fourth:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}
	
	.single .sidebar, .blog .sidebar, .search .sidebar, .archive .sidebar {
	    display: none;
	}
	.single .entry-header {
		flex-direction: column;
		padding: 0;
		margin: 0 auto;
	}
	.single .entry-header .entry-title {
		line-height: 33px;
		font-size: 25px;
		text-align: center;
        margin-bottom: 0;
        padding: 20px;
        background: #fff;
	}
	.single .entry-header .post-info {
		text-align: center;
	    font-size: 10px;
        line-height: 15px;
	}
	.entry-header-left {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	.entry-header-right {
		position: relative;
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
		background: transparent;
		padding: 20px;
		margin-top: -60px;
		padding-top: 0;
	}
	.entry-header .entry-buttons {
		position: fixed;
		padding: 0;
		z-index: 999;
	}
	
	.entry-header .tasty-recipes-quick-links, .dpsp-shortcode-wrapper, .tasty-recipes-quick-links a {
	    width: 100%;
	    max-width: 100%;
	}
	
.entry-header .tasty-recipes-quick-links {
    margin-right: 0;
    border-right: 1px solid #fbf7f4;
    height: 41px;
}

.entry-header .entry-buttons {
    position: fixed;
    padding: 0;
    top: 98px;
    max-height: 41px;
}
	.tasty-recipes-jump-link, .entry-header .dpsp-networks-btns-wrapper .dpsp-network-btn {
	    font-size: 13px !important;
	}
	
    .tasty-recipes-jump-link:hover, .dpsp-button-style-1 .dpsp-networks-btns-content .dpsp-network-btn:hover, .dpsp-button-style-1 .dpsp-networks-btns-content .dpsp-network-btn:focus {
	opacity: 1 !important;
        }
	
	.sponsored-block {
		margin-bottom: 30px;
	}
	.related {
		padding: 12px;
		text-align: left;
	}
	
	.related h2 {
    font-size: 33px;
    margin-right: 10px;
	}
	
	.related a {
    font-size: 13px;
	    
	}
	
	.single .content .shop-block {
		margin-bottom: 30px;
	}
	.other-recipes {
		padding: 20px;
		margin: 0px auto 30px;
	}
	.tasty-recipes-entry-header h2 {
		font-size: 26px;
		line-height: 36px;
	}
	.tasty-recipes-entry-header {
		padding-top: 20px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.tasty-recipes-entry-header .tasty-recipes-rating-label {
		margin-top: 2px !important;
		margin-left: 10px;
	}
	.after-entry .enews-widget,
	.author-box {
		padding: 20px !important;
		margin-bottom: 30px;
	}
	.comment-list li {
		padding: 30px 0 0 30px;
	}
	.entry-comments h3,
	.comment-respond h3 {
		margin: 0;
	}
}

@media only screen and (max-width: 768px) {
	
	.cat-loop .post-columns article .image-link-wrapper {
		max-height: 270.58px;
	}
    
    .breadcrumb {
        padding: 0 15px;
    }

	.home .site-inner section,
	.page-template-start-here .site-inner section,
	.content-sidebar-wrap,
	.category .site-inner section {
		padding: 0 15px;
		margin: 0 auto 30px;
	}
	.featured-categories h4 {
		text-align: center;
	}
	.featured-categories .one-fourth:first-child,
	.featured-categories .one-fourth:nth-child(2) {
		margin-bottom: 4%;
	}
	.featured-categories .one-fourth:nth-child(3) {
		clear: both;
		margin-left: 0;
	}
	.heading-wrap {
		margin-bottom: 20px;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	.home-cat-inner {
		flex-direction: column;
	}
	.home-cat-inner .left {
		margin-bottom: 20px;
	}
	.home-cat-inner .right article {
		margin-bottom: 3%;
		padding-bottom: 6%;
	}
	.read-more {
		font-size: 13px;
	}
	.home-search {
		padding: 30px 15px !important;
	}
	.home-search .search-form {
		max-width: 400px;
	}
	.home-search h2 {
		font-size: 20px;
	}
	.home-browse .wrap {
		max-width: 375px;
	}
	.home-browse .cat {
		margin: 0 5px 5px;
	}
	.home-browse .cat-wrap .cat {
		width: 115px;
		height: 115px;
	}
	.home-browse .cat-wrap h6, .home-browse .cat-wrap .h6 {
		font-size: 12px;
		line-height: 12px;
	}
	.home-cat-inner .right article .content-area {
		width: 60%;
	}
	.home-faves .right .cat:nth-child(even) .content-area {
		padding-right: 40px;
	}
	.home-faves .right .content-area {
		padding-left: 40px;
	}
	.home-signup .wrap .left h6, .home-signup .wrap .left .h6 {
		font-size: 12px;
	}
	.home-trending-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
	.home-trending .post-featured {
		width: 100%;
		float: none;
		margin: 40px auto;
	}
	.home-trending .post-featured .image-link-wrapper {
		margin-right: -20px;
		margin-left: -20px;
	}
	.home-trending .post-featured .post-info-wrap {
		padding: 14px;
		top: -80px;
		position: relative;
		background: #fff;
		padding-top: 50px;
	}
	.home-trending .post-featured h3 {
		margin: 0 0 10px;
	}
	.home-trending .post-featured p {
		margin: 0 0 10px;
	}
	.home-trending .post-featured {
		margin: 0px auto -40px;
	}
	.home-trending .post-featured .post-info-wrap h6 {
		position: absolute;
		top: -10px;
		left: 0;
	}
	.home-trending .post-list {
		width: 80%;
		float: none;
		margin-right: 0;
		max-width: 400px;
		margin: 0 auto;
		position: relative;
	}
	.related-posts {
		display: flex;
		overflow: scroll;
		width: 100%;
	}
	.related-posts-wrap .one-fourth {
		width: 160px;
		margin-right: 10px;
		margin-left: 0;
		min-width: 160px;
	}
	.related-posts .related-post-info {
		margin: 10px 0 5px;
	}
}

@media only screen and (max-width: 720px) {
.entry-header .dpsp-hide-on-mobile {
    display: block !important;
}
}

@media only screen and (max-width: 600px) {
	
	.cat-loop .post-columns article .image-link-wrapper {
		max-height: 139.69px;
	}
	.heading-wrap h2 em {
		font-size: 43px;
	}
	.blog article .entry-content img,
	.search article .entry-content img,
	.archive article .entry-content img {
		float: none;
		margin-bottom: 20px;
	}
	.product-slider {
		width: 90% !important;
	}
	.product-slider .slick-slide {
		padding: 0 20px !important;
	}
	.category .site-inner .cat-text-block {
		height: auto;
		flex-direction: column;
	}
	.cat-text-block .left {
		width: 100%;
		height: auto;
		padding: 20px
	}
	.cat-text-block .right {
		width: 100%;
		height: 260px;
	}
	.contact-name p {
		margin: 0 0 15px;
	}
	.welcome .right {
		min-height: 280px;
	}
	
.home-shop h2 {
    margin: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.site-inner .author-box {
    flex-direction: column;
    text-align: center;
}
.author-box .avatar {
    margin-right: 0;
    margin-bottom: 20px;
}
}

@media only screen and (max-width: 400px) {
	
	.cat-loop .post-columns article .image-link-wrapper {
		max-height: 126.48px;
	}
	.home-trending .post-list {
		width: 90%;
	}
	
.cat-slider .slick-slide {
        width: 150px !important;
    }
    
    .home-browse .wrap {
    max-width: 345px;
}

.home-browse .cat-wrap .cat {
    width: 105px;
    height: 105px;
    margin: 0 3px 3px;
}
.home-browse .cat-wrap h6, .home-browse .cat-wrap .h6 {
    font-size: 11px;
    line-height: 11px;
}
}

@media only screen and (max-width: 360px) {
	
	.cat-loop .post-columns article .image-link-wrapper {
		max-height: 106.31px;
	}
    
.dpsp-networks-btns-content .dpsp-network-btn .dpsp-network-label {
    padding: 0 !important;
}

.dpsp-networks-btns-content  .dpsp-network-btn .dpsp-network-icon {
    width: 30px !important;
}
    
    .utility-bar-left {
    font-size: 8px;
}

.tasty-recipes-jump-link, .entry-header .dpsp-networks-btns-wrapper .dpsp-network-btn {
    font-size: 11px !important;
}

	.featured-categories .one-fourth a:last-child {
		padding: 4px;
		font-size: 11px;
	}
.home-browse .cat-wrap .cat {
    width: 90px;
    height: 90px;
}
.home-browse .cat-wrap h6, .home-browse .cat-wrap .h6 {
    font-size: 9px;
    line-height: 9px;
    letter-spacing: 1px;
}
	.site-footer .optin-1:before {
		width: 400px;
		height: 400px;
	}
	.site-footer .optin-1 .wrap .optin-content {
		padding: 20px;
		max-width: 90%;
	}
	.sh-instagram .right {
		font-size: 17px;
		line-height: 22px;
	}
}

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