/*
	Theme Name: Custom Theme by PixelMeDesigns.com
	Theme URI: https://www.PixelMeDesigns.com
	Author: Pixel Me Designs
	Author URI: https://www.PixelMeDesigns.com
	Version: 2.0.1

	Template: genesis
	Template Version: 2.0.1

	License: GPL-2.0+
	License URI: https://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Gravity Forms
	- Site Header
		- Title Area
		- Widget Area
		- Shrinking Header
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
    - Newsletter and Social
	- Block Colors
	- Custom Blocks
	- Theme Settings
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 768px
		- max-width: 580px

*/


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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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

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

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


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

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

html {
	font-size: 62.5%; /* 10px browser default */
}


body {
	background-color: #fff;
	color: #242424;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 18px;
    line-height: 1.9625;
	margin: 0;
	font-weight: 300;
	overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #534163;
	text-decoration: none;
	transition: .5s;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #242424;
}

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

strong {
	font-weight: 700;
}

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

blockquote,
blockquote a{
	color: #242424;
}

blockquote {
	margin: 40px auto;
    text-align: center;
font-size: 24px;
    font-weight: 600;
    padding: 0 10%;
}

blockquote p:last-of-type{
margin: 0 auto;
}

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #242424;
	margin: 0 0 5px;
	font-weight: 600;
line-height: 1.5;
}

h1 {
	font-size: 32px;
}
h2{
	font-size: 26px;
}

.entry-title {
	font-size: 28px;
}

.entry-title a{
	color: #242424;
	font-size: 28px;
}

.archive .content .entry-title,
.archive .content .entry-title a,
.search .content .entry-title,
.search .content .entry-title a,
.blog .content .entry-title,
.blog .content .entry-title a{
	font-size: 18px;
text-align: center;
}

.blog .content .entry-title,
.blog .content .entry-title a{
	font-size: 18px;
text-align: center;
}

.single .content .entry-title{
	font-weight: 600;
}

h2 a:hover {
	text-decoration: none;
}


h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

.widgettitle{
    text-align: center;
	font-size: 16px;
	text-transform: uppercase;
letter-spacing: 1px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 20px;
}

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

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

.wp-caption {
padding: 5px;
}

figcaption {
	color: #242424;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.wp-block-pullquote .wp-block-pullquote__citation,
.wp-block-quote .wp-block-quote__citation {
	color: #242424;
	display: block;
	font-size: 16px;
	font-style: italic;
	margin-top: -25px;
	text-align: inherit;
	text-transform: none;
}

img {
	height: auto;
max-width: 100%;
}

.screen-reader-text{
display: none;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #242424;
	font-size: 12px;
	padding: 10px;
	width: 100%;
	box-shadow: none;
}

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

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

::-moz-placeholder {
	color: #242424;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #242424;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background: #534163;
	border: 2px solid #534163;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
	text-transform: uppercase;
	width: auto;
	font-weight: 600;
	letter-spacing: 2px;
	transition: .5s;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background: none;
	color: #242424;
}

.button {
	display: inline-block;
}

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


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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


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

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1240px;
}

.site-inner {
	clear: both;
	padding: 20px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

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

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

/* Content */

.content {
	float: right;
	width: 770px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Archive and Search Content */

.archive .content,
.search .content,
.blog .content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
}

.archive .content .entry,
.search .content .entry,
.blog .content .entry{
	background: #fff;
    width: calc(1/4 * 100% - 2%);
	padding-bottom: 0;
	float: none;
  margin: 0 auto 25px;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 340px;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 110px;
}

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}
.search-form {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 5px 15px;
    line-height: 1;
}

.search-form input[type=search] {
    background: none;
    padding: 5px;
    border: none;
    font-size: 14px;
    box-shadow: none;
    width: 80%;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}

.search-form input[type=submit] {
    background: url(../svg/search.svg) right center no-repeat;
    border:  none !Important;
    background-size: 16px 16px;
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    float: right;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0;
}


 .aligncenter {
	display: block;
margin: 0 auto 5px;

}

img.centered {
	display: block;
	margin: 0 auto 15px;
}

img.alignnone {
	margin-bottom: 12px;
}

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	font-size: 12px;
	color: #242424;
	width: 100%;
	max-width: 1180px;
margin: 0 auto 5px;
}

.breadcrumb a{
	color: #242424;
}

.author-box {
	background: #FBF1F7;
text-align: center;
font-size: 16px;
	padding: 40px;
	color: #242424;
	margin: 0 auto 25px;
}

.author-box-title {
font-weight: 600;
	font-size: 22px;
	margin-bottom: 4px;
	color: #242424;
}


.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
margin: 0 auto 5px;
	border-radius: 50%;
	float: none;
}

.archive-description{
	width: 100%;
	max-width: 1200px;
padding: 10px;
text-align: left;
}

.custom-archive-description{
	background: #fdf8fb;
    background-size: cover;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.custom-archive-description .wrap{
display: flex;
flex-direction: row;
justify-content: space-between;
	align-items: center;
	padding: 1% 1%;
}

.custom-archive-description .cat-img{
padding: 1% 2%;
	width: 25%;
}

.custom-archive-description .cat-img img{
margin: 0 auto;
display: block;
	width: 100%;
	max-width: 400px;
}

.custom-archive-description .archive-description{
	font-size: 18px;
Line-height: 1.5;
	padding: 0 2%;
	width: 75%;
}

.custom-archive-description .archive-description p:last-of-type{
	margin-bottom: 0;
}

h1.archive-title{
    font-size: 32px;
	font-weight: 600;
}

.category-search-bar{
	background: #534263;
margin: 0 auto 15px;
clear: both;
}

.category-search-bar .wrap{
padding: 2% 5%;
}

.category-search-bar .search-form{
	padding: 0px;
	width: 100%;
	max-width: 700px;
margin: 0 auto;
	border-radius: 35px;
}

.category-search-bar .search-form input[type=search]{
	padding: 15px;
font-size: 16px;
}

.category-search-bar .search-form input[type=submit]{
background: url(../svg/arrow-white.svg) center no-repeat;
background-size: 25px 21px;
background-color: #504361;
	width: 48px;
	height: 48px;
border-radius: 50%;
text-align: center;
background-position: center;
}

.catsub{
	width: 100%;
	max-width: 1190px;
	clear: both;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 500;
	margin: 0px auto 15px;
	text-align: left;
display: flex;
flex-direction: row;
justify-content: space-between;
	align-items: center;
}

.catsub a{
	font-size: 13px;
padding: 5px 20px;
color: #504361;
background: #fff;
	border: 2px solid #504361;
	margin-right: 10px;
	width: 100%;
text-align: center;
}

.catsub a:hover{
	color: #fff;
background: #504361;
}

.sub-category-blocks{
width: 100%;
clear: both;
max-width: 1240px;
margin: 0 auto;
}

.sub-category-blocks .wrap{
padding: 1% 2%;
text-align: center;
display: flex;
flex-direction: row;
justify-content: space-between;
}

.sub-category-blocks .sub-category-row{
padding: 1% 2%;
}

.sub-category-blocks .sub-category-row h3{
	font-size: 16px;
text-transform: uppercase;
letter-spacing: 2px;
}

.sub-category-blocks .sub-category-row img{
	border-radius: 50%;
	transition: .5s;
}

.sub-category-blocks .sub-category-row img:hover{
  transform: rotate(10deg);
}

/* Accessible Menu
--------------------------------------------- */

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

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

/* Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.genesis-skip-link{
	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 {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #242424;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}

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

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

.featured-content{
overflow: hidden;
}

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	border: none;
	font-size: 17px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
	font-size: 17px;
}

.sidebar .featured-content .widget-wrap{
display: flex;
flex-direction: row;
justify-content: space-between;
	flex-wrap: wrap;
}

.sidebar .widgettitle{
	display: block;
width: 100%;
}

.sidebar .featured-content .entry{
    width: calc(1/2 * 100% - 2%);
font-size: 14px;
text-align: center;
	padding: 0;
margin: 0 auto 15px;
}

.sidebar .featured-content .entry-header{
background: none;
padding: 0;
border: none;
}

.sidebar .featured-content .entry-title,
.sidebar .featured-content .entry-title a{
font-size: 14px !important;
}

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

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 10px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

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

.site-header {
	position:  relative;
}

.site-header .wrap {
	padding: 10px 0;
	display: flex;
flex-direction: row;
justify-content: space-between;
	align-items: center;
}

.header-social{
	width: 100%;
	clear: both;
text-align: right;
}

.header-social .wrap{
	display: flex;
flex-direction: row;
justify-content: flex-end;
padding: 1% 1% 0;
	margin: 0 auto -15px;
}

.mobile-news{
	background: #534163;
text-align: center;
width:100%;
clear: both;
padding: 5px;
font-size: 14px;
letter-spacing: 1px;
color: #fff;
}

.archive .mobile-news{
	display: none;
}


.mobile-news a{
color: #fff;
	position: relative;
}

.mobile-news a:after{
content: '';
background: url(../svg/arrow-white.svg) center no-repeat;
background-size: contain;
width: 15px;
height: 12px;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
}


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

.title-area {
	float: left;
	width: 30%;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	line-height: 1;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #242424;
}

.site-description {
	color: #242424;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
display: none;
    height: 0;
}

/* Full width header, no widgets */


.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-title a {
	background: url(../png/header.png) no-repeat;
	background-size: 100% auto;
	background-image: url(../svg/header.svg), none;
	background-position: center !important;
	background-size: contain !important;
min-height: 80px;
width: 100%;
margin: 0px auto;
	position: relative;
z-index: 99;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}


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


/* Primary Navigation
--------------------------------------------- */

.nav-primary {
width: 70%;
margin: 0px auto;
font-size: 20px;
letter-spacing: 1px;
	color: #242424;
	font-weight: 700;
	z-index: 998;
}

.nav-primary .wrap{
text-align: right;
	display: block;
margin: 0px auto;
	padding: 0;
overflow: hidden;
}

.nav-primary .menu{
	display: flex;
flex-direction: row;
justify-content: flex-end;
	align-items: center;
}

.nav-primary .menu-item {
	display: inline-block;
	text-align: center;
}

.nav-primary a {
	border: none;
	color: #242424;
	display: block;
	padding: 0px 0px;
	transition: .5s;
    background-image: linear-gradient(180deg, transparent 94%, #504361 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    -webkit-transition: background-size .4s ease;
    -moz-transition: background-size .4s ease;
    -ms-transition: background-size .4s ease;
    -o-transition: background-size .4s ease;
    transition: background-size .4s ease;
    user-select: none;
	margin: 0 20px;
}

.nav-primary a:hover{
    background-size: 100% 100%;
    cursor: pointer;
}

.nav-primary > .menu-item > a {
	text-transform: uppercase;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #242424;
}

.nav-primary a:hover{
color: #534163;
}

.nav-primary .sub-menu{
	color: #fff;
background: #534163;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.nav-primary .sub-menu a{
	color: #fff;
background: #534163;
	font-size: 11px;
	padding: 10px 10px;
	margin: 0 auto;
	position: relative;
	width: 200px;
	transition: .5s;
}

.nav-primary .sub-menu a:hover {
color: #fff;
	background: #6C5E7A;
}

.nav-primary .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
}

.nav-primary .menu-item:hover {
	position: static;
}

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

.nav-primary > .first > a {
	padding-left: 0;
}

.nav-primary > .last > a {
	padding-right: 0;
}

.nav-primary > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
}

.nav-primary > .right > a {
	display: inline;
	padding: 0;
}

.nav-primary .search-form{
border: none;
	padding: 10px;
}

.nav-primary .search .search-form input[type="search"]{
border-radius: 50%;
background: #FBF1F7 url(../svg/search.svg) center no-repeat;
	background-size: 20px 20px;
	width: 40px;
height: 40px;
text-indent: -9999px;
}

.nav-primary .search .search-form input[type="search"]:focus{
background: none;
border: 1px solid #eee;
border-radius: 25px;
	width: 250px;
height: auto;
text-indent: 0px;
	padding: 10px;
}

.site-container.white .search .search-form:before {
    color: #242424;
}

.nav-primary .search-form input[type=submit]{
	display: none;
}

.nav-primary a{
    position: relative;
	transition: .5s;
}

.nav-primary a:before
{
    content: '';
    display: block;
    height: 3px;
    width: 0;
    transition: width 0s ease, background-color .5s ease;
	-webkit-transition: width 0s ease, background-color .5s ease;
	-moz-transition: width 0s ease, background-color .5s ease;

	/* position the content to the left bottom corner of the parent element to make it to slide in from left to right on hover */
	position: absolute;
    left: 0;
    bottom: 0;
	transition: .5s;
}

.nav-primary a:after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: #504361;
    transition: width .5s ease;
    -webkit-transition: width .5s ease, background-color .5s ease;
    -moz-transition: width .5s ease, background-color .5s ease;
    position: absolute;
    right: 0;
    bottom: 0;
	transition: .5s;
}

.nav-primary .index a:after{
background: #E87B99;
    width: 100%;
}

.nav-primary a:hover:before {
    width: 100%;
    background: #504361;
    transition: width .5s ease;
    -webkit-transition: width .5s ease;
    -moz-transition: width .5s ease;
}


.nav-primary .index a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
    -webkit-transition: width 0s ease;
    -moz-transition: width .0s ease;
}

.nav-primary .sub-menu a:after,
.nav-primary .sub-menu a:before{
display: none;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
clear: both;
margin: 0px auto;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 2px;
	color: #242424;
	font-weight: 700;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
	position: sticky;
	z-index: 997;
	top: 0;
background: #fff;
}

.page-template-homepage .nav-secondary{
border-bottom: 5px solid #504361;
}

.nav-secondary .wrap{
text-align: center;
margin: 0px auto;
overflow: hidden;
	padding: 0 2%;
}

.nav-secondary ul{
position: relative;
	display: flex;
flex-direction: row;
justify-content: space-between;
	align-items: center;
}


.nav-secondary ul:before{
content: 'browse recipes:';
display: inline-block;
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
    font-style: italic;
    color: #504361;
	text-transform: lowercase;
letter-spacing: 0;
	font-weight: 400;
font-size: 18px;
margin-right: 5px;
}

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

.nav-secondary a {
	border: none;
	color: #242424;
	display: block;
	padding: 12px 14px;
	position: relative;
	transition: .5s;
}

.nav-secondary > .menu-item > a {
	text-transform: uppercase;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	color: #242424;
}


.nav-secondary a:hover{
color: #534163;
}

.nav-secondary .sub-menu{
	color: #fff;
background: #534163;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.nav-secondary .sub-menu a{
	color: #fff;
background: #534163;
	font-size: 11px;
	padding: 10px 10px;
	position: relative;
	width: 200px;
	transition: .5s;
}

.nav-secondary .sub-menu a:hover {
color: #fff;
	background: #6C5E7A;
}

.nav-secondary .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
}

.nav-secondary .menu-item:hover {
	position: static;
}

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

.nav-secondary .search-form{
	border: none;
border-radius: 0;
color: #fff;
border-left: 1px solid #eee;
}

.nav-secondary .search-form input[type=search]{
font-size: 15px;
text-transform: uppercase;
letter-spacing: 2px;
	color: #242424;
	font-weight: 700;
}

.nav-secondary .search-form input[type="submit"]{
border-radius: 50%;
background: #FBF1F7 url(../svg/search.svg) center no-repeat;
    background-size: 16px 16px;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px auto 0;
}

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

/* Entries
--------------------------------------------- */

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

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

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}


.wprm-recipe-container ul li:before,
.wprm-recipe-container ol li:before,
.page-template-homepage ol li:before,
.page-template-homepage ul li:before,
.page-template-full-width ol li:before,
.page-template-full-width ul li:before{
display: none !important;
}


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


.entry-content ul li {
    margin: 0 0 .5rem;
    position: relative;
    list-style-type: none;
}

.entry-content ul li::before {
	content: '';
background: url(../svg/arrow-pink.svg) center no-repeat;
	background-size: contain;
width: 14px;
height: 10px;
display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.entry-content ul{
margin-left: 20px;
}

.entry-content ol{
margin-left: 40px;
}


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

.entry-content  ol li {
    margin: 0 0 .5rem;
    counter-increment: my-awesome-counter;
    position: relative;
    list-style-type: none;
}

.entry-content ol li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    position: absolute;
    --size: 22px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 6px;
    background: #e87b99;
    border-radius: 50%;
    text-align: center;
}

.note-block ol li::before{
background: #e87b99;
color: #fff;
}


ul.blocks-gallery-grid{
margin-left: 0;
}

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

.entry-content .search-form {
	width: 50%;
}

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

.single .entry-header .wrap{
padding: 2%;
	display: flex;
flex-direction: row;
    justify-content: space-evenly;
align-items: center;
}

.single .entry-header .entry-title{
	font-weight: 600;
    font-size: 32px;
}

.single .entry-header .entry-header-row:first-of-type{
width: 75%;
}

.single .entry-header .entry-header-row:last-of-type{
width: 25%;
}

.single .entry-header .pmd-wprm-header{
	display: flex;
flex-direction: row;
	justify-content: space-between;
align-items: center;
}

.single .entry-header .pmd-wprm-header .rp-col{
    width: calc(1/2 * 100% - 2%);
}

.single .entry-header .pmd-wprm-header a{
	width: 100%;
	color: #242424 !important;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
font-weight: 600;
	padding: 10px 5px;
background: none;
	border: 2px solid #534263;
display: block;
	text-align: center;
}

.single .entry-header .pmd-wprm-header a:hover{
background: #534263;
color: #fff !important;
}

.entry-meta {
	color: #242424;
	font-size: 11px;
	margin: 0 auto 5px;
border-bottom: 1px solid #FBF1F7;
}

.entry-meta a{
	color: #242424;
}

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

.single .content .entry-header{
border-bottom: 2px solid #FBF1F7;
	margin-bottom: 15px;
}

.entry-footer .entry-meta {
	margin: 0px auto;
padding: 0;
text-align: center;
display: none;
	width: 100%;
	clear: both;
}

.entry-footer h5{
font-size: 24px;
	font-weight: 600;
}

.single .entry-footer .entry-meta {
display: block;
}

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

.single .entry-footer{
padding: 2%;
	text-align: center;
	font-size: 16px;
}

.single .entry-footer a{
background: #FBF1F7;
padding: 8px 15px;
font-size: 14px;
display: inline-block;
margin: 5px;
vertical-align: middle;
font-weight: 600;
}

.entry-category{
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
font-style: italic;
margin: 0 auto 5px;
	text-transform: lowercase;
}

.single .entry-footer .entry-meta{
border: none;
}

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

.archive-pagination,
.entry-pagination {
font-size: 11px;
margin: 10px auto 40px;
width: 100%;
text-align: center;
clear: both;
text-transform: uppercase;
letter-spacing: 2px;
	font-weight: 600;
font-size: 14px;
}


.archive-pagination li {
display: inline;
}


.archive-pagination li a {
	color: #242424;
cursor: pointer;
display: inline-block;
padding: 4px 10px;
border-bottom: 1px solid #fff;
margin: 5px;
}


.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #242424;
	border-bottom: 1px solid #534163;

}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	font-size: 15px;
}

.entry-comments {
	clear: both;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	clear: both;
}

.comment-respond a,
.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
	font-size: 15px;
}

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

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

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
    margin-top: 16px;
    padding: 2%;
	position: relative;
	border-bottom: 1px solid #FDF8FB;
}

.comment-list li li {
    margin-left: 42px;
border: none;
}


.comment .avatar {
	margin: 0 16px 24px 0;
}

.comment-list li.bypostauthor {
    background: #FDF8FB;
}

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

.bypostauthor {
}

.form-allowed-tags {
	font-size: 14px;
	padding: 24px;
display: none;
}

h3#reply-title,
.entry-comments h3 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
    position: relative;
    z-index: 99;
    display: block;
    margin-bottom: 1em;
	position: relative;
	font-weight: 700;
}

.comment-header,
.author-box-title{
	text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
    color: #242424;
	font-size: 12px;
}

.comment-header a{
    color: #242424;
}

.comment-reply{
color: #fff;
background: #534263;
padding: 2px;
width: 60px;
font-size: 10px;
	text-align: center;
    position: absolute;
    top: 10px;
	font-weight: 600;
    right: 2%;
}

.comment-meta{
    position: absolute;
    top: 10px;
    right: 80px;
	font-size: 10px;
}

.comment-reply a{
color: #fff;
}

.comment-respond{
	padding: 1%;
	margin: 40px auto;
}

.comment-respond a{
display: block;
font-size: 14px;
position: relative;
}

#respond h3#reply-title{
	font-size: 24px;
	color: #242424;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: none;
}

.comment-respond{
background: #FDF8FB;
padding: 6%;
	position: relative;
border-radius: 25px;
}

.comment-respond:before{
content: '';
background: url(../svg/submark-outline.svg) center no-repeat;
background-size: contain;
display: block;
width: 150px;
height: 150px;
	position: absolute;
top: -25px;
	right: 25px;
}

.before-comment-box{
width: 100%;
clear: both;
position: relative;
	border-bottom: 1px solid #eee;
font-size: 16px;
}

.before-comment-box p{
	margin: 0 auto 5px;
}

.before-comment-box a{
	font-weight: 500;
text-decoration: underline;
}

.hungry-more{
	width: 100%;
	clear: both;
margin: 0 auto 20px;
}

.hungry-more h5{
position: relative;
font-weight: 600;
font-size: 24px;
	color: #534163;
}

.before-comment-box .hungry-more h5:before{
content: '';
background: url(../svg/cake.svg) center no-repeat;
background-size: contain;
display: inline-block;
	vertical-align: middle;
margin-right: 10px;
	margin-top: -4px;
width: 30px;
height: 38px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

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

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 5px;
}


/*
Footer Fields
---------------------------------------------------------------------------------------------------- */

.seen-on{
	width: 100%;
	text-align: center;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
clear: both;
}

.seen-on .wrap{
	padding: 2% 1% 1%;
	display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row;
}

.seen-on .seen-on-logo{
padding: 0 1%;
}

.newsletter-bar {
	background: #534163;
width: 100%;
	clear: both;
}

.newsletter-bar .wrap{
	display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
padding: 1.5% 2%;
}

.newsletter-bar .news-row{
width: 40%;
padding: 0 2%;
}

.newsletter-bar span{
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
font-weight: 500;
font-style: italic;
	color: #FBF1F7;
letter-spacing: 1px;
	display: block;
	margin: 0 auto -8px;
}

.newsletter-bar h3{
color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
font-size: 22px;
	margin: 0 auto;
}

.newsletter-bar .news-row:last-of-type form{
display: flex;
flex-direction: row;
}

.newsletter-bar input{
	padding: 15px;
	margin: 0 5px;
}

.newsletter-bar input[type="submit"],
.newsletter-bar button{
background: #FBF1F7;
border: 2px solid #FBF1F7;
color: #242424;
}

.newsletter-bar input[type="submit"]:hover,
.newsletter-bar button:hover{
background: none;
	color: #fff;
}

.footer-rows{
	width: 100%;
	clear: both;
}

.footer-rows .wrap{
display: flex;
flex-direction: row;
justify-content: center;
padding: 2% 2% 0;
}

.footer-row-1,
.footer-row-2,
.footer-row-3{
	padding: 0 2%;
}

.footer-row-1{
	align-self: center;
}

.footer-row-2 ul{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
	margin: 0 auto;
}

.footer-row-2 ul li{
list-style-type: none;
    width: calc(1/3 * 100% - 2%);
}

.footer-row-2 a{
	color: #242424;
}

.footer-row-3{
	text-align: center;
line-height: 1.5;
}

.footer-row-3 h4,
.footer-row-2 h4{
	font-weight: 600;
	font-size: 24px;
	width: 100%;
}

.footer-row-3 .button{
	border-radius: 25px;
background: #FBF1F7;
border: none;
color: #242424;
font-size: 15px;
padding: 8px 25px;
}

.footer-row-3 .button:hover{
color: #fff;
	background: #534163;
}


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

.site-footer {
	background: #fff;
	color: #242424;
	font-size: 15px;
	padding: 15px;
	text-align: left;
	font-weight: 400;
	border-top: 1px solid #eee;
}

.site-footer a {
text-decoration: none;
	color: #242424;
}

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


.site-footer .wrap{
	display: flex;
flex-direction: row;
	align-items: center;
}

.site-footer a {
text-decoration: none;
	color: #242424;
}

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

.site-footer .foot-link{
	width: 50%;
text-align: left;
}
.site-footer .foot-info{
	width: 50%;
text-align: right;
}

.site-footer .foot-link a{
padding: 0 10px;
}

.site-footer #social{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

/* Wordpress Blocks
------------------------------------------------------ */

.wp-block-latest-posts li {
	list-style-type: none;
}

.wp-block-button .wp-block-button__link {
	border: 0;
	border-radius: 0px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
}

.wp-block-pullquote,
.wp-block-quote {
	border: none;
	margin: 24px 0 36px;
}

.wp-block-pullquote .wp-block-pullquote__citation,
.wp-block-quote .wp-block-quote__citation {
	color: #242424;
	display: block;
	font-size: 16px;
	font-style: italic;
	margin-top: -25px;
	text-align: inherit;
	text-transform: none;
}

figcaption {
	color: #242424;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

/*
Newsletter and Social
---------------------------------------------------------------------------------------------------- */

/* Newsletter
--------------------------------------------- */


.newsletter input[type="text"],
.newsletter input[type="email"]{
background: #fff;
width: 100%;
padding: 14px;
margin: 10px auto;
 display: block;
}

 .newsletter input[type="submit"],
.newsletter button{
background: #FBF1F7;
color: #242424;
	border: 2px solid #FBF1F7;
padding: 14px;
margin: 0px auto;
display: block;
 }

 .newsletter input[type="submit"]:hover,
.newsletter button:hover{
    background: #504361;
color: #fff;
}

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

#social{
margin: 0px auto;
position:relative;
width: 125px;
height:25px;
}

.header-social #social{
margin: 0;
}

#social li{
margin:0;
padding:0;
list-style:none;
position:absolute;
top:0;
}

#social li, #social a{
height:25px;
display:block;
}

#facebook,
#pinterest,
#instagram,
#twitter{
width: 25px;
height: 25px;
transition:  .5s;
}

#facebook {
background: url(../svg/facebook.svg) center no-repeat ;
background-size: 20px 20px;
left: 0px;
}

#pinterest {
background: url(../svg/pinterest.svg) center no-repeat ;
background-size: 20px 20px;
left: 35px;
}

#instagram {
background: url(../svg/instagram.svg) center no-repeat ;
background-size: 20px 20px;
left: 70px;
}

#twitter {
background: url(../svg/twitter.svg) center no-repeat ;
background-size: 20px 20px;
left: 105px;
}

#facebook:hover,
#pinterest:hover,
#instagram:hover,
#twitter:hover{
  transform: rotate(10deg);
}

.landing-page .site-footer{
display: none;
}


/* Block Colors
------------------------------------------------------ */

.has-black-background-color {
    background-color: #242424 !important;
}

.has-black-color {
    color: #212121;
}

.has-white-background-color {
    background-color: #fff !important;
}

.has-white-color {
    color: #fff;
}

.has-purple-background-color {
    background-color: #534163 !important;
}

.has-purple-color {
    color: #534163;
}

.has-pink-background-color {
    background-color: #E87B99 !important;
}

.has-pink-color {
    color: #E87B99;
}

.has-light-pink-background-color {
    background-color: #FBF1F7 !important;
}

.has-light-pink-color {
    color: #FBF1F7;
}

.has-grey-background-color {
    background-color: #EFEDED !important;
}

.has-grey-color {
    color: #EFEDED;
}




/*
Custom Blocks
---------------------------------------------------------------------------------------------------- */

.page-template-homepage .site-inner{
width: 100%;
max-width: 100%;
padding: 0;
}

.page-template-homepage .content a{
	text-decoration: none;
color: #242424;
}

.featured-recipes,
.browse-block,
.latest-block,
.about-block,
.news-block,
.featured-topic,
.block-feat,
.featured-page,
.square-feat,
.book-block{
width: 100%;
clear: both;
}

.featured-recipes .wrap,
.browse-block .wrap,
.latest-block .wrap,
.about-block .wrap,
.news-block .wrap,
.featured-topic .wrap,
.block-feat .wrap,
.featured-page .wrap,
.square-feat .wrap,
.book-block .wrap{
padding: 2%;
position: relative;
}

.serif-txt{
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
font-style: italic;
color: #504361;
}

.featured-recipes ul li,
.latest-block ul li,
.square-feat ul li,
.popular-feat ul li{
transition: .5s;
}

.featured-recipes ul li:hover,
.latest-block ul li:hover,
.square-feat ul li:hover,
.popular-feat ul li:hover{
        -webkit-transform: scale(.98);
        -ms-transform: scale(.98);
        transform: scale(.98);
}


/* Featured Recipes Block
------------------------------------------------------ */

.featured-recipes ul{
	display: flex;
flex-direction: row;
justify-content: space-between;
margin: 0 auto;
text-align: center;
}

.featured-recipes ul li{
	list-style-type: none;
    width: calc(1/4 * 100% - 2%);
}

.featured-recipes ul h2{
padding: 0 2%;
}

.featured-recipes ul h2,
.featured-recipes ul h2 a{
font-weight: 400;
font-size: 18px;
}


/* Browse Block
------------------------------------------------------ */

.browse-block{
background: #fdf8fb;
Text-align: center;
}

.browse-block h2{
	font-size: 28px;
}

.browse-block p{
width: 100%;
max-width: 600px;
margin: 0 auto 20px;
	font-size: 16px;
}

.browse-block .search-form{
width: 100%;
max-width: 500px;
margin: 0 auto;
	padding: 0;
border-radius: 45px;
}

.browse-block .search-form input[type="search"]{
padding: 12px;
font-size: 18px;
font-weight: 300;
}

.browse-block .search-form input[type=submit] {
    background: #504361 url(../svg/search2.svg) center center no-repeat;
	background-size: 22px 22px;
width: 45px;
height: 45px;
padding: 10px;
	border-radius: 50%;
margin: 0px;
}


/* Latest Block
------------------------------------------------------ */

.latest-block{
}

.latest-block .wrap,
.featured-topic .wrap{
	padding: 4% 4%;
	position: relative;
}

.latest-block h2,
.featured-topic h2{
	font-size: 24px;
letter-spacing: 2px;
text-transform: uppercase;
	padding-left: 0;
	margin-bottom: 10px;
}

.latest-block .blog-link{
	right: 1.5%;
	width: 100%;
	text-align: right;
	display: block;
}

.latest-block a.blog-link{
	color: #504361;
font-weight: 600;
	font-size: 16px;
}

.latest-block .blog-link:after{
content: '';
background: url(../svg/arrow-pink.svg) center center no-repeat;
	background-size: contain;
width: 20px;
height: 14px;
display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.latest-block ul{
margin: 0 auto;
list-style-type: none;
}


.latest-block ul li,
.featured-topic .wrap{
	width: 100%;
list-style-type: none;
	display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
	font-size: 16px;
Line-height: 1.6;
}

.latest-block .latest-img,
.latest-block .latest-content,
.featured-topic .featured-topic-row{
    width: 50%;
	position: relative;
}

.latest-block ul li .latest-img img,
.featured-topic .featured-topic-row img{
margin: 0 auto -8px;
}

.latest-block ul li h3,
.featured-topic .featured-topic-row h3{
	margin: 0 auto 10px;
}


.latest-block .latest-content,
.featured-topic .featured-topic-row:last-of-type{
background: #fff;
padding: 5% 4%;
	width: 60%;
margin: 0 0px 0 -10%;
    box-shadow: 6px 6px 4px -4px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 6px 6px 4px -4px rgb(0 0 0 / 5%);
    -moz-box-shadow: 6px 6px 4px -4px rgba(0,0,0,.05);
}

.latest-block h3,
.featured-topic .featured-topic-row h2{
	font-size: 28px;
	line-height: 1.5;
	text-transform: none;
letter-spacing: 0;
}

.latest-block .latest-content .more-link,
.featured-topic .featured-topic-row:last-of-type a,
.ebook-block .more-link {
	color: #504361;
font-weight: 600;
	font-size: 16px;
	position: relative;
	display: block;
	margin-top: 15px;
}

.ebook-block .more-link{
	text-align: right;
	width: 100%;
	padding: 0 1%;
	margin: 0 auto 25px;
}

.latest-block .latest-content .more-link:after,
.featured-topic .featured-topic-row:last-of-type a:after,
.ebook-block .more-link:after{
content: '';
background: url(../svg/arrow-pink.svg) center center no-repeat;
	background-size: contain;
width: 20px;
height: 14px;
display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}


/* About Block
------------------------------------------------------ */

.about-block{
background: #fdf8fb;
text-align: left;
	margin: 0 auto -11px;
}

.about-block .wrap{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
	padding: 2%;
}

.about-block .about-row{
    width: 40%;
	padding: 0 2%;
}

.about-block .about-row:last-of-type{
	width: 50%;
}

.about-block .about-row:first-of-type{
position: relative;
}

.about-block .about-row:first-of-type:before{
content: '';
background: url(../svg/submark-outline.svg) center no-repeat;
background-size: contain;
display: block;
width: 140px;
height: 140px;
	position: absolute;
top: 25px;
left: -25px;
    transform: rotate(-24deg);
}

.about-block h2{
	font-size: 32px;
}

.about-block .about-links a{
color: #fff;
font-size: 15px;
padding: 5px 15px;
}

.about-block #social{
	margin: 20px 0 0 0;
}


/* Newsletter Block
------------------------------------------------------ */

.news-block{
    background: #504361;
text-align: center;
color: #fff;
font-size: 16px;
}

.news-block .serif-txt{
color: #FDF8FB;
text-transform: lowercase;
font-size: 20px;
}

.news-block h3{
	color: #fff;
font-size: 24px;
text-transform: uppercase;
letter-spacing: 2px;
}

.news-block form{
	width: 100%;
	max-width: 700px;
margin: 0 auto;
}

.news-block .newsletter input[type="text"],
.news-block .newsletter input[type="email"]{
width: 70%;
display: inline-block;
	vertical-align: middle;
margin: 0 5px;
}

.news-block .newsletter input[type="submit"],
.news-block .newsletter button{
width: 25%;
display: inline-block;
	vertical-align: middle;
margin: 0 5px;
}


/* Featured Topic Block
------------------------------------------------------ */

.popular-feat{
	width: 100%;
	clear: both;
}

.popular-feat .wrap{
	padding: 2%;
	position: relative;
}

.popular-feat p{
display: none;
}

.popular-feat h2{
	font-size: 24px;
letter-spacing: 2px;
text-transform: uppercase;
	padding-left: 1%;
	margin-bottom: 10px;
}

.popular-feat ul{
margin: 0 auto;
list-style-type: none;
	display: flex;
flex-direction: row;
	flex-wrap: wrap;
justify-content: space-between;
}


.popular-feat ul li{
    width: calc(1/2 * 100% - 2%);
list-style-type: none;
	display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
	font-size: 16px;
Line-height: 1.6;
	border: 1px solid #eee;
margin: 0 auto 25px;
}

.popular-feat ul li .square-feat-img,
.popular-feat ul li .square-feat-content{
    width: 50%;
}

.popular-feat ul li .square-feat-img img{
margin: 0 auto -8px;
}

.popular-feat ul li .square-feat-content{
padding: 0 2%;
}

.popular-feat ul li h3{
	margin: 0 auto 10px;
}

.popular-feat ul li h3,
.popular-feat ul li h3 a{
	font-size: 22px;
line-height: 1.4;
	color: #242424;
}

.popular-feat .more-link{
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
font-style: italic;
color: #504361;
display: block;
text-transform: lowercase;
font-size: 20px;
margin-top: 10px;
}

.popular-feat a.more-link{
color: #504361;
}



/* Featured Page Block
------------------------------------------------------ */

.block-feat .wrap{
	display: flex;
flex-direction: row;
	justify-content: space-between;
flex-wrap: wrap;
	padding: 0 1% 2%;
}

.block-feat .feature-page{
    width: calc(1/6 * 100% - 2%);
}

.block-feat .feature-page img{
border-radius: 50%;
	transition: .5s;
}

.block-feat .feature-page h3{
text-align: center;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 2px;
}

.block-feat .feature-page:hover img{
        -webkit-transform: scale(.98);
        -ms-transform: scale(.98);
        transform: scale(.98);
}

/* Square Feat Block
------------------------------------------------------ */

.square-feat{
padding: 2% 0;
}

.square-feat:nth-of-type(even){
background: #FDF8FB;
}

.square-feat .wrap{
padding: 0 2%;
}

.square-feat h2{
	font-size: 24px;
letter-spacing: 2px;
text-transform: uppercase;
	padding-left: 1%;
}

.square-feat p{
width: 100%;
max-width: 70%;
	padding: 0 1%;
	margin: 0 0 15px;
}

.square-feat .see-more{
	position: absolute;
top: -50px;
	right: 1.5%;
}

.square-feat a.see-more{
	color: #504361;
font-weight: 600;
	font-size: 16px;
}

.square-feat .see-more:after{
content: '';
background: url(../svg/arrow-pink.svg) center center no-repeat;
	background-size: contain;
width: 20px;
height: 14px;
display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.square-feat ul{
margin: 0 auto;
list-style-type: none;
	display: flex;
flex-direction: row;
	flex-wrap: wrap;
justify-content: space-between;
position: relative;
}


.square-feat ul li{
    width: calc(1/4 * 100% - 2%);
list-style-type: none;
margin: 0 auto 25px;
}

.square-feat h3,
.square-feat h3 a{
font-size: 18px;
text-align: center;
font-weight: 400;
}

/* Book Block
------------------------------------------------------ */

.book-block{
    background: #504361;
text-align: left;
    color: #fff;
}

.book-block .wrap{
	display: flex;
flex-direction: row:
	flex-wrap: wrap;
justify-content: center;
align-items: center;
}


.book-block-row{
width: 40%;
padding: 0 2%;
}

.book-block-row:first-of-type{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 30%;
}

.book-block-row .book-image-1,
.book-block-row .book-image-2{
	width: 100%;
	width: 200px;
	position: relative;
}

.book-block-row .book-image-1{
z-index: 98;
display: block;
}

.book-block-row .book-image-2{
    transform: rotate(-5deg);
display: block;
z-index: 97;
margin: 20px -120px 0 0;
}

.book-block-row .book-image-2:hover{
z-index: 99;
}

.book-block-row img{
    box-shadow: 6px 6px 4px -4px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 6px 6px 4px -4px rgb(0 0 0 / 5%);
    -moz-box-shadow: 6px 6px 4px -4px rgba(0,0,0,.05);
}

.book-block .serif-txt{
	color: #FDF8FB;
	text-transform: lowercase;
text-align: left;
}

.book-block h2{
    font-size: 32px;
color: #fff;
}

.book-block .button{
background: #FDF8FB;
border: 2px solid #FDF8FB;
}


.book-block .button:hover{
color: #fff;
}

.book-block .button:after{
content: '';
background: url(../svg/arrow-purple.svg) center center no-repeat;
	background-size: contain;
width: 20px;
height: 14px;
display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.book-block .button:hover:after{
    filter: brightness(0) invert(1);
}


/* Ebook Sale page
------------------------------------------------------ */

.page-template-full-width .entry,
.page-template-full-width .site-inner{
max-width: 100%;
	padding: 0;
}

.ebook-price-intro,
.cover-box,
.ebook-page,
.ebooks-content,
.ebook-author,
.ebook-bundle,
.ebook-small-callout,
.ebook-cover-callout{
width: 100%;
clear: both;
}

.ebook-price-intro .wrap,
.cover-box .wrap,
.ebook-page .wrap,
.ebooks-content .wrap,
.ebook-author .wrap,
.ebook-bundle .wrap,
.ebook-small-callout .wrap,
.ebook-cover-callout .wrap{
padding: 4% 2%;
	position: relative;
}

.ebook-price-intro .wrap{
	display: flex;
flex-direction: row;
align-items: center;
	justify-content: space-between;
flex-wrap: wrap;
}

.ebook-price-intro .ebook-price-row{
    width: 50%;
padding: 0 2%;
}

.ebook-price-intro .ebook-price-row:first-of-type{
width: 40%;
}

.ebook-price-intro .ebook-price-row:first-of-type img{
width: 100%;
max-width: 500px;
}

.ebook-price-intro .old-price{
	display: block;
text-align: left;
text-decoration: line-through;
	text-decoration-color: #242424;
}

.ebook-price-intro .sale-price{
	color: #534163;
font-size: 34px;
font-weight: 600;
}

.ebook-price-intro h1{
	font-size: 32px;
}

.ebook-price-intro .button{
	text-decoration: none;
	letter-spacing: 2px;
padding: 10px 35px;
}

.cover-box{
text-align: center;
}

.cover-box .wrap{
padding: 4% 2%;
}

.cover-box h2{
	font-size: 28px;
text-transform: uppercase;
letter-spacing: 2px;
}

.cover-box p{
	width: 100%;
	max-width: 80%;
	margin: 10px auto 0;
}


.ebook-page .wrap{
	display: flex;
flex-direction: row-reverse;
flex-wrap: wrap;
justify-content: space-between;
	align-items: center;
text-align: left;
	font-size: 20px;
	padding: 4% 2%;
}

.ebook-page p{
	margin: 0 auto 10px;
}

.ebook-page h2{
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto 25px;
}

.ebook-page .button {
    text-decoration: none;
    letter-spacing: 2px;
    padding: 10px 35px;
	margin-top: 25px;
}

.ebook-page-row{
width: 50%;
padding: 0 2%;
}

.ebook-page-row img{
width: 100%;
max-width: 400px;
}

.ebooks-content{
background: #FDF8FB;
padding: 4% 2%;
text-align: center;
}

.ebooks-content h2{
	font-size: 28px;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
	margin: 0 auto 25px;
}

.ebooks-content .contents-buttons{
	display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}

.ebooks-content .contents-button{
    width: calc(1/3 * 100% - 2%);
background: #fff;
margin: 0 auto 20px;
padding: 2% 4%;
	font-weight: 400;
text-transform: uppercase;
letter-spacing: 2px;
}

.ebook-author .wrap{
	display: flex;
flex-direction: row-reverse;
align-items: center;
	justify-content: space-between;
flex-wrap: wrap;
text-align: center;
}

.ebook-author .ebook-author-row{
    width: calc(1/2 * 100% - 2%);
}

.ebook-author h2{
	font-size: 28px;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
	margin: 0 auto 25px;
}

.cover-box .button{
text-decoration: none;
background: #fff;
	border: 2px solid #fff;
color: #242424;
margin: 25px auto 0;
padding: 10px 35px;
}

.cover-box .button:hover{
background: none;
color: #fff;
}

.ebook-bundle .wrap{
	padding: 4% 0 1%;
text-align: center;
}

.ebook-bundle h2{
	font-size: 28px;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
	margin: 0 auto 25px;
}

.ebook-bundle p{
	margin: 0 auto 35px;
	width: 100%;
	max-width: 1000px;
}

.ebook-bundle img{
display: block;
margin: 0 auto 15px;
}

.ebook-bundle .button{
text-decoration: none;
width: 100%;
	padding: 15px;
margin: 25px auto 0;
}

.ebook-bundle .button:hover{
color: #242424;
background: none;
}

.ebook-bundle .callout-title{
	display: block;
font-size: 42px;
font-weight: 600;
	width: 100%;
	max-width: 600px;
margin: 0 auto;
	line-height: 1.4;
color: #534163;
}

.ebook-bundle .callout-value{
font-weight: 500;
font-style: italic;
font-size: 24px;
}

.ebook-small-callout{
	margin: 25px auto;
}

.ebook-small-callout .wrap{
background: #FDF8FB;
padding: 2% 6%;
	display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}

.ebook-small-callout h3{
	font-size: 24px;
margin: 0 auto;
}

.ebook-small-callout p{
margin: 0 auto;
}

.ebook-small-callout-row{
	width: 25%;
}

.ebook-small-callout-row:first-of-type{
	width: 75%;
}

.ebook-small-callout-row a{
	width: 100%;
display: block;
text-align: center;
background: #534263;
border: 2px solid #534263;
color: #fff;
text-transform: uppercase;
Letter-spacing: 2px;
font-weight: 600;
	text-decoration: none;
font-size: 16px;
padding: 15px 15px;
}

.ebook-small-callout-row a:hover{
background: none;
color: #534263;
}


.ebook-cover-callout .wrap{
padding: 2% 6%;
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}

.ebook-cover-callout .ebook-cover-row{
padding: 0 2%;
text-align: center;
}

.ebook-cover-callout img{
width: 100%;
max-width: 250px;
}

.ebook-cover-callout h2{
font-size: 44px;
	margin: 0 auto 20px;
}

.ebook-cover-callout .button{
	color: #242424;
text-decoration: none;
background: #fff;
text-align: center;
padding: 10px 35px;
	border: 2px solid #fff;
}

.ebook-cover-callout .button:hover{
background: none;
color: #fff;
}


/* Ebooks page
------------------------------------------------------ */

.ebook-headline{
	width: 100%;
	margin: 0 auto 25px;
padding: 1% 2%;
	max-width: 1240px;
border-bottom: 1px solid #eee;
}

.ebook-headline p{
	width: 100%;
	max-width: 80%;
	margin: 15px auto;
}

.ebook-block{
	width: 100%;
	clear: both;
}

.ebook-block .wrap{
	display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}

.ebook-block .ebook-listing{
    width: calc(1/2 * 100% - 2%);
padding: 2%;
margin: 0 auto 25px;
}

.ebook-block .ebook-listing h2{
text-transform: uppercase;
letter-spacing: 1px;
font-size: 22px;
}

.ebook-block .ebook-listing .button{
text-decoration: none;
padding: 6px 25px;
	width: 100%;
	max-width: 50%;
	text-align: center;
}


.ebook-block .ebook-listing .button:hover{
background: none;
}


/*
Start Here Page Blocks
---------------------------------------------------------------------------------------------------- */

.page-template-start-here .site-inner{
max-width: 100%;
padding: 0;
}

.page-template-start-here .content a{
text-decoration: none;
}


/* Start Bio Block
------------------------------------------------------ */

.start-bio{
background: #FDF8FB;
width: 100%;
clear: both;
}

.start-bio .wrap{
padding: 2%;
text-align: center;
	width: 100%;
	max-width: 900px;
margin: 0 auto;
}

.start-bio img{
width: 100%;
max-width: 250px;
	border-radius: 50%;
margin: 0 auto 25px;
}

.start-bio .serif-txt{
	display: block;
}

.start-bio h2{
font-size: 32px;
}

.start-bio .button{
	padding: 5px 35px;
}

/* Category Block
------------------------------------------------------ */

.page-template-start-here .square-feat{
background: none;
text-align: center;
}

.page-template-start-here .square-feat h2{
text-transform: none;
letter-spacing: 0;
font-size: 32px;
}

.page-template-start-here  .square-feat p{
	width: 100%;
	margin: 0 auto 20px;
}

.page-template-start-here .square-feat .see-more{
position: relative;
	top: auto;
	right: auto;
	text-align: center;
margin: 0 auto;
    border: 2px solid #534163;
padding: 5px 25px;
}

.page-template-start-here .block-feat .wrap{
	padding: 2%;
}

.page-template-start-here .square-feat h3 a{
	color: #242424;
}


/* Community Block
------------------------------------------------------ */

.community-block{
background: #FDF8FB;
width: 100%;
clear: both;
}

.community-block .wrap{
	padding: 3% 2%;
	text-align: center;
	position: relative;
}

.community-block h2{
font-size: 32px;
}

.community-block .wrap:before{
content: '';
background: url(../svg/cake.svg) center no-repeat;
background-size: contain;
display: block;
margin: 0 auto 10px;
width: 40px;
height: 48px;
}



/* Headline Block
------------------------------------------------------ */

.headline-block{
	width: 100%;
	clear: both;
}

.headline-block .wrap{
	padding: 2%;
	text-align: center;
}

.headline-block h1,
.headline-block h2{
font-size: 32px;
}

.headline-block h3{
font-size: 28px;
}


.page-template-start-here .ebook-block .wrap{
	flex-wrap: wrap;
}

.page-template-start-here .ebook-block .ebook-listing{
	display: flex;
flex-direction: row;
justify-content: space-between;
	border: 1px solid #eee;
}

.page-template-start-here .ebook-block .ebook-listing .ebook-listing-row{
width: 50%;
	padding: 0 1%;
	text-align: center;
}


.page-template-start-here .ebook-block .ebook-listing p{
	font-size: 16px;
	margin-bottom: 5px;
}

.page-template-start-here .ebook-block .ebook-listing h2{
	font-size: 20px;
}

.page-template-start-here .ebook-block .ebook-listing .button{
	width: 100%;
	max-width: 100%;
display: block;
	font-size: 14px;
padding: 5px;
}

.page-template-start-here a.see-more{
	color: #504361;
font-weight: 600;
	font-size: 16px;
	width: 100%;
	display: block;
	text-align: right;
}


.page-template-start-here a.see-more:after{
content: '';
background: url(../svg/arrow-pink.svg) center center no-repeat;
	background-size: contain;
width: 20px;
height: 14px;
display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

/*
In Post Block
---------------------------------------------------------------------------------------------------- */

.solid-block,
.outline-block,
.pin-block,
.note-block{
width: 100%;
	display: block;
clear: both;
margin: 0 auto 25px;
}


/* Solid Block
------------------------------------------------------ */

.solid-block{
background: #534163;
padding: 4%;
color: #fff;
}

.solid-block h3{
	color: #fff;
	position: relative;
	font-size: 28px;
}

.solid-block h3:before{
content: '';
background: url(../svg/cake-pink.svg) center no-repeat;
background-size: contain;
display: inline-block;
	vertical-align: middle;
margin-right: 10px;
	margin-top: -4px;
width: 30px;
height: 38px;
}


/* Outline Block
------------------------------------------------------ */

.outline-block{
border: 4px solid #534163;
padding: 4% 2%;
	position: relative;
	margin: 35px auto 25px;
}

.outline-block h3{
	position: relative;
	font-size: 18px;
text-transform: uppercase;
letter-spacing: 2px;
position: absolute;
top: -22px;
left: 10px;
	background: #FDF8FB;
padding: 5px 15px;
}

/* Pin Block
------------------------------------------------------ */

.pin-block{
background: #534163;
color: #fff;
text-transform: uppercase;
Letter-spacing: 2px;
font-size: 18px;
font-weight: 600;
text-align: center;
	padding: 12px;
	transition: .5s;
}

.pin-block:hover{
background: #E87B99;
}

.pin-block a{
color: #fff;
	text-decoration: none;
	position: relative;
}

.pin-block a:before{
content: '';
	background: #FDF8FB url(../svg/pinterest.svg) center center no-repeat;
background-size: 20px 20px;
width: 35px;
height: 35px;
display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
border-radius: 50%;
	text-align: center;
}

/* Notes Block
------------------------------------------------------ */

.note-block{
	background: #FDF8FB;
position: relative;
	margin: 45px auto 25px;
}

.note-block:before{
content: '';
background: url(../svg/submark-outline.svg) bottom right no-repeat;
background-size: contain;
width: 100px;
height: 100px;
display: block;
position: absolute;
top: -25px;
right: 25px;
    transform: rotate(12deg);
}

.note-inner{
padding:  90px 4% 2%;
	width: 100%;
	clear: both;
}

.note-block h3{
background: #534163;
padding: 4px 20px;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 16px;
text-align: center;
	position: absolute;
top: 25px;
	left: -10px;
}



/*
Theme Settings
---------------------------------------------------------------------------------------------------- */

.post-disclosure{
	font-size: 12px;
font-style: italic;
width: 100%;
	padding: 5px 0;
text-align: left;
}

.foot-disclosure{
	width:  100%;
	max-width:  1200px;
	margin:  0 auto;
	font-size:  12px;
	font-style:  italic;
	padding:  5px;
}


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

.sidebar-banner{
width: 100%;
max-width: 400px;
margin: 0 auto 25px;
background: #534263;
padding: 6% 6%;
font-size: 14px;
line-height: 1.5;
text-align: center;
	color: #fff;
}

.sidebar-banner img{
width: 100%;
max-width: 120px;
margin: 5px auto 5px;
}

.sidebar-banner span{
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
font-style: italic;
margin: 0 auto 5px;
	text-transform: lowercase;
}

.sidebar-banner h4{
font-size: 20px;
	color: #fff;
	text-transform: uppercase;
letter-spacing: 1px;
}

.sidebar-banner p{
	margin: 0 auto 10px;
}

.sidebar-banner .button{
background: #FDF8FB;
border: 2px solid #FDF8FB;
color: #242424;
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
font-style: italic;
margin: 20px auto 10px;
	font-size: 16px;
letter-spacing: 1px;
text-transform: lowercase;
	padding: 8px 35px;
	display: block;
width: 100%;
}

.sidebar-banner .button:hover{
	background: none;
color: #fff;
}

.wprm-recipe-container {
    border: 2px solid #534263 !important;
	padding: 0 !important;
}

.wprm-recipe-template-lcf-template-2021{
	padding: 0 !important;
	margin: 0 auto !important;
}

.wprm-col-flex{
display: flex;
	flex-direction: row-reverse;
	background:#FDF8FB;
	padding: 4% !important;
}

.wprm-custom-inner{
	padding: 0 4% 4% !important;
}

.wprm-recipe-template-lcf-template-2021 h3{
text-transform: uppercase !important;
letter-spacing: 1px !important;
}

.wprm-col-flex .wprm-container-float-left{
	float: none;
width: 60%;
	text-align: left;
}

.wprm-col-flex .wprm-container-float-right{
	float: none;
width: 40%;
}

.wprm-container-float-right .wprm-recipe-link.wprm-recipe-link-wide-button{
	text-decoration: none !important;
font-weight: 600 !important;
	font-size: 11px !important;
	padding: 5px !important;
}

.wprm-unit-conversion-container-buttons button.wprm-unit-conversion{
	font-size: 11px !important;
font-weight: 600 !important;
text-transform: uppercase !important;
}

.wprm-toggle-container button.wprm-toggle{
font-size: 12px !Important;
}

.wprm-col-share{
display: flex;
	flex-direction: row;
	justify-content: space-between;
padding: 1%;
}

.wprm-share-btn{
    width: calc(1/3 * 100% - 1%);
}

.wprm-share-btn a{
	text-decoration: none !Important;
font-weight: 600 !Important;
	padding: 10px !Important;
}

.wprm-col-share .wprm-recipe-icon svg{
width: 1em !important;
height: 1em !important;
}

h2.wprm-recipe-name{
font-size: 1.8em !Important;
}

.wprm-nutrition-box{
    margin: 35px auto 0;
}

.wprm-recipe-notes-container{
background: #FDF8FB;
	padding: 4% 2%;
	margin: 35px auto 0;
line-height: 1.8;
}

.wprm-notes-box h3.wprm-recipe-header{
padding-top: 0 !important;
	margin-top: 0 !important;
border: none !important;
}

.wprm-recipe-instructions-container .wprm-recipe-instruction-group-name{
padding-top: 20px !important;
	margin-bottom: .4em !important;
}

.wprm-recipe-ingredients-container .wprm-recipe-ingredient-group-name{
padding-top: 10px !important;
	margin-bottom: .4em !important;
}

.wprm-nutrition-box{
display: flex;
flex-direction: row;
}

.wprm-nutrition-box .nuttotal,
.wprm-nutrition-box .nutinfo{
    width: 50%;
	padding: 0 2%;
}

.wprm-nutrition-box .wprm-nutrition-label-container{
display: flex;
	flex-wrap: wrap;
justify-content: space-between;
}

.wprm-nutrition-box .wprm-nutrition-label-text-nutrition-container{
    width: calc(1/2 * 100% - 2%);
}

.wprm-checkbox-container label:before{
	width: 14px !important;
height: 14px !important;
    top: 4px !important;
}

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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {


}

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

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 850px;
	}

	.content {
		max-width: 650px;
	}

.full-width-content .content{
max-width: 100%;
}

	.site-header .widget-area {
		width: 400px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 500px;
	}

	.sidebar-primary {
		width: 320px;
	}

}


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

					.site-header{
	background-color: #fff;
    -webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.08);
    box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.08);
			border: none;
    position: sticky;
    top: 0;
    z-index: 9999;
}

	.site-header .wrap{
overflow: hidden;
		padding: 5px 10px;
}

	.site-header .title-area{
float: none;
width: 50%;
		margin: 0 auto;
}

	.nav-primary,
	.nav-secondary,
	.header-social{
display: none;
}

	.header-image .site-title a{
		min-height: 60px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.wrap {
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3{
margin: 0 auto 15px;
}

	.site-inner {
padding: 2%;
	}


	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.content {
		max-width: 100%;
	}

	.catsub,
	.breadcrumb{
		padding: 1% 2%;
	}

		.footer-rows .wrap,
	.site-footer .wrap{
flex-wrap: wrap;
}

		.footer-row-1, .footer-row-2, .footer-row-3{
padding: 4% 2%;
			width: 100%;
		text-align: center;
}

	.footer-row-3 h4, .footer-row-2 h4{
		text-align: center;
	}

	.footer-row-1 img{
		width: 100%;
		max-width: 250px;
margin: 0 auto;
display: block;
	}

	.site-footer #social{
display: block;
margin: 10px auto 0;
float: none;
    width: 125px;
}

		.site-footer{
		text-align: center;
		padding: 10px;
	}

	.site-footer .foot-link,
.site-footer .foot-info,
.site-footer .to-top{
width: 100%;
margin:  10px auto;
		text-align: center;
}

}

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

	.comment-reply,
    .comment-meta{
		position: relative;
top: auto;
right: auto;
	}


	.mobile-news strong{
		display: none;
	}

	.featured-recipes .wrap, .browse-block .wrap, .latest-block .wrap, .about-block .wrap, .news-block .wrap, .featured-topic .wrap, .block-feat .wrap, .featured-page .wrap, .square-feat .wrap, .book-block .wrap,
	.popular-feat .wrap,
	.start-bio .wrap,
	.community-block .wrap,
	.newsletter-bar .wrap,
	.seen-on .wrap{
padding: 25px 2%;
}


	.featured-recipes ul,
	.latest-block ul li, .featured-topic .wrap,
	.about-block .wrap,
	.book-block .wrap,
	.newsletter-bar .wrap,
	.custom-archive-description .wrap{
flex-wrap: wrap;
}


	.featured-recipes ul li,
	.square-feat ul li{
    width: calc(1/2 * 100% - 2%);
		margin: 0 auto 20px;
}

	.latest-block h2,
	.featured-topic h2,
	.popular-feat h2,
	.square-feat h2,
	.start-bio h2{
text-align: center;
}

.latest-block .latest-img, .latest-block .latest-content, .featured-topic .featured-topic-row,
	.latest-block .latest-content, .featured-topic .featured-topic-row:last-of-type,
	.about-block .about-row,
	.about-block .about-row:last-of-type,
	.book-block-row,
	.book-block-row:first-of-type,
	.newsletter-bar .news-row,
	.newsletter-bar .news-row:last-of-type,
	.footer-rows .wrap,
	.site-footer .foot-link,
	.site-footer .foot-info,
	.site-footer #social,
	.custom-archive-description .cat-img,
	.custom-archive-description .archive-description{
width: 100%;
margin: 0 auto;
		max-width: 100%;
		text-align: center;
}

	.latest-block a.blog-link,
	.square-feat a.see-more,
	.page-template-start-here a.see-more{
		position: relative;
top: auto;
		right: auto;
		display: block;
width: 100%;
text-align: center;
margin: 20px auto;
    border: 2px solid #534163;
padding: 5px;
}

	.about-block .about-row:first-of-type:before{
		left: 25px;
	}

	.about-block #social{
margin: 20px auto;
}

	.about-block .about-links{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
}

	.about-block .about-links a{
flex: 1;
margin: 0 5px;
}


.newsletter input[type="text"], .newsletter input[type="email"],
.newsletter input[type="submit"],
.newsletter button{
width: 100% !important;
	display: block !important;
margin: 10px auto !important;
}

	.popular-feat ul li{
		width: 100%;
		margin: 0 auto 20px;
	}

	.popular-feat ul li .square-feat-img{
	width: 40%;
}

	.popular-feat ul li .square-feat-content{
		width: 60%;
	}

	.block-feat .feature-page {
    width: calc(1/3 * 100% - 2%);
		margin: 0 auto 20px;
}

	.square-feat p{
		max-width: 100%;
		text-align: center;
	}

	.book-block .button{
width: 100%;
	}

	.seen-on .wrap{
		flex-wrap: wrap;
		justify-content: center;
	}

	.seen-on .seen-on-logo{
		padding: 1%;
    width: calc(1/5 * 100% - 2%);
	}

		.newsletter-bar form{
flex-wrap: wrap;
}

		.newsletter-bar input{
			margin: 5px auto;
width: 100% !important;
	display: block !important;
	}


	.page-template-start-here .ebook-block .wrap{
padding: 0 2%;
}


.ebook-block .ebook-listing{
		width: 100%;
		margin: 0 auto 20px;
	align-items: center;
	}

	.custom-archive-description .cat-img img{
		width: 100%;
		max-width: 250px;
		border-radius: 50%;
	}


	.catsub{
		flex-wrap: wrap;
	}

	.catsub a{
    width: calc(1/2 * 100% - 2%);
		margin: 0 auto 5px;
padding: 10px 5px;
	}

	.archive .content .entry, .search .content .entry, .blog .content .entry{
    width: calc(1/3 * 100% - 2%);
	}

	.archive .content .entry-title, .archive .content .entry-title a, .search .content .entry-title, .search .content .entry-title a, .blog .content .entry-title, .blog  .content .entry-title a{
		font-size: 16px;
		font-weight: normal;
	}

	.single .entry-header .wrap,
	.ebook-cover-callout .wrap,
	.ebook-small-callout .wrap{
		flex-wrap: wrap;
	}

	.single .entry-header .entry-header-row:first-of-type,
	.single .entry-header .entry-header-row:last-of-type{
width: 100%;
}

	.ebook-listing-row{
		text-align: center;
	}

	.ebook-price-intro .ebook-price-row:first-of-type,
	.ebook-price-intro .ebook-price-row:last-of-type,
	.ebook-page-row,
	.ebook-author .ebook-author-row,
	.ebook-cover-callout .ebook-cover-row,
	.ebook-small-callout-row,
	.ebook-small-callout-row:first-of-type{
width: 100%;
	text-align: center;
		margin: 5px auto;
}

	.ebook-price-intro .old-price{
text-align: center;
}

	.ebooks-content .contents-button {
    width: calc(1/2 * 100% - 2%);
	}

	.ebook-bundle .wrap,
	.ebook-cover-callout .wrap,
	.ebook-small-callout .wrap{
padding: 4% 2%;
}

	.wprm-col-flex,
	.wprm-nutrition-box{
		flex-wrap: wrap;
	}


	.wprm-col-flex .wprm-container-float-left,
.wprm-col-flex .wprm-container-float-right{
 width: 100%;
}

		.wprm-nutrition-box .nuttotal, .wprm-nutrition-box .nutinfo{
 width: 100%;
	margin: 0 auto 20px;
	}

}


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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.custom-archive-description .wrap{
padding: 4% 2%;
}

	.category-search-bar{
		padding: 2%;
	}

	.header-image .site-title a {
    min-height: 40px;
}

    .archive .content .entry,
.search .content .entry,
.blog .content .entry{
    width: calc(1/2 * 100% - 2%);
    }

		.archive .content .entry-title, .archive .content .entry-title a, .search .content .entry-title, .search .content .entry-title a,
		 .blog .content .entry-title,
		 .blog  .content .entry-title a{
		font-size: 14px;
	}

	.featured-recipes ul h2, .featured-recipes ul h2 a,
	.block-feat .feature-page h3,
	.square-feat h3, .square-feat h3 a{
		font-size: 14px;
line-height: 1.4;
	}

	.browse-block h2,
	.latest-block h3, .featured-topic .featured-topic-row h2,
	.about-block h2,
	.book-block h2,
	.start-bio h2,
	.headline-block h1, .headline-block h2,
	.community-block h2,
	h1.archive-title,
	.ebook-price-intro .sale-price{
		font-size: 24px;
	}

	.latest-block h2, .featured-topic h2, .popular-feat h2, .square-feat h2,
	.news-block h3,
	.single .entry-header .entry-title,
	.cover-box h2,
	.ebook-page h2,
	.ebooks-content h2,
	.ebook-author h2,
	.ebook-bundle h2{
		font-size: 22px;
	}

	.popular-feat ul li h3, .popular-feat ul li h3 a,
	.popular-feat .more-link,
	.book-block .button{
		font-size: 16px;
	}

	.block-feat .feature-page {
    width: calc(1/2 * 100% - 2%);
	}

	.seen-on .seen-on-logo {
    padding: 2%;
    width: calc(1/3 * 100% - 2%);
}

.footer-row-2 ul li {
    list-style-type: none;
    width: calc(1/2 * 100% - 2%);
	border: 1px solid #242424;
margin: 5px auto;
font-size: 14px;
padding: 10px 5px;
}

	.site-footer .foot-link{
margin: 0 auto 20px;
		display: flex;
flex-wrap: wrap;
		justify-content: space-between;
}

	.site-footer .foot-link a{
    width: 100%;
		padding: 5px 0;
	}

	.about-block .about-row:first-of-type:before{
		width: 80px;
height: 80px;
top: 0;
		left: 0;
	}

	.about-block .about-links a{
		width: 100%;
		flex: auto;
		margin: 5px auto;
	}

.page-template-start-here .ebook-block .ebook-listing {
	flex-wrap: wrap;
}

	.page-template-start-here .ebook-block .ebook-listing .ebook-listing-row{
width: 100%;
}

	.popular-feat ul li h3, .popular-feat ul li h3 a{
		font-size: 14px;
	}

		.catsub a{
    width: 100%;
	}

	.single .entry-header .wrap{
padding: 4% 2%;
}

	.single .entry-header .pmd-wprm-header a{
padding: 4px 5px;
	font-size: 11px;
    border: 1px solid #534263;
}

	.comment-respond:before{
width: 90px;
height: 90px;
}

	.note-block:before{
width: 70px;
height: 70px;
}

	.before-comment-box{
text-align: center;
}

	.hungry-more h5{
		text-align: center;
	}


	.before-comment-box .hungry-more h5:before{
display: block;
margin: 0 auto 5px;
}

	.ebook-price-intro .ebook-price-row:first-of-type img,
	.ebook-page-row img,
	.ebook-bundle img,
	.ebook-cover-callout img{
		max-width: 200px;
	}

	.ebook-bundle .callout-title,
	.ebook-cover-callout h2{
		font-size: 30px;
	}

	.ebook-price-intro .button,
	.ebook-page .button,
	.cover-box .button,
	.ebook-cover-callout .button{
		width: 100%;
		display: block;
margin: 10px auto;
	}

	.ebooks-content .contents-button{
width: 100%;
font-size: 14px;
}
}

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

.menu-toggle {
	display: none;
}

.mob-menu{
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-0%, -50%);
	width: 100%;
}

.hamburger {
    overflow: visible;
	float: left;
    margin: 0px 0 0 0;
    padding: 15px 0;
    border: 0;
    color: inherit;
    background-color: #fff;
    font: inherit;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
	transition-property: opacity, filter;
	transform: scale(0.5);
}

.search-btn {
    overflow: visible;
	float: right;
    margin: 0px 0 0 0;
    padding: 15px 0;
    border: 0;
    color: inherit;
    background-color: #fff;
    font: inherit;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
	transition-property: opacity, filter;
	transform: scale(0.5);
	background: #fff url(../svg/search.svg) center no-repeat !important;
background-size: 45px 45px;
}

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

	.header-widget-area .widget_nav_menu,
    .hamburger,
    .search-btn{
        display: none;
    }
}

.hamburger:hover {
    opacity: 0.7;
    background-color: transparent;
}

.hamburger:focus {
    background-color: transparent;
}

.hamburger:hover,
.hamburger:focus {
    outline: none;
}

.hamburger-box,
.search-box{
    display: inline-block;
    position: relative;
    width: 50px;
    height: 45px;
}

.hamburger-inner,
.search-inner{
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    position: absolute;
    width: 50px;
    height: 6px;
    background-color: #242424;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
}

.hamburger-inner::before,
.hamburger-inner::after {
    display: block;
    content: "";
}

.hamburger-inner::before {
    top: -12px;
}

.hamburger-inner::after {
    bottom: -12px;
}

/* Slideout */

body {
    width: 100%;
    height: 100%;
}

.slideout-menu {
    display: none;
    overflow-y: scroll;
    position: fixed;
    z-index: 0;
    top: 0;
    bottom: 0;
    width: 276px;
    min-height: 100vh;
    -webkit-overflow-scrolling: touch;
}

.admin-bar .slideout-menu {
    top: 32px;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    background-color: #fff;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.panel:before {
    display: block;
    background-color: rgba(0,0,0,0);
    content: "";
    transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.0);
}

/* Side menu */

.side-menu {
    display: none;
    color: #fff;
    background-color: #504361;
    font-size: 16px;
    z-index: 999;
    min-height: 100vh;
	padding-bottom: 100px;
}

.side-menu .menu-item{
font-size: 16px;
}

.side-menu img, .side-menu #facebook, .side-menu #pinterest, .side-menu #instagram, .side-menu #twitter {
    filter: brightness(0) invert(1);
}

.side-menu .widget{
	margin: 0 auto 15px;
}

.side-menu li{
list-style-type: none;
}

.side-menu > .wrap {
    position: relative;
    padding: 25px;
}

.side-menu .widget_nav_menu {
    margin-right: -25px;
    margin-left: -25px;
}

.side-menu .widget_nav_menu .widget-title {
    padding: 0 25px;
}

.side-menu a {
    display: block;
    padding: 10px 25px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
}

.side-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.side-menu .widget li li {
    margin: 0 0 0 20px;
}

.side-menu .widget ul > li {
    margin-bottom: 0;
}

.side-menu .widget:last-child {
    margin-bottom: 0;
}

.side-menu .widget-title {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.side-menu input {
    border-radius: 0;

    -webkit-appearance: none;
}

.side-menu input[type="search"] {
    padding: 4px 8px;
    font-size: 15px;
}

.nodashicons.close-icon {
    position: absolute;
    top: 8px;
    right: 5px;
    width: 30px;
    height: 30px;
    font-size: 24px;
}

.slideout-menu .menu > .menu-item > .sub-menu {
		display: none;
	}

	.slideout-menu .menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.slideout-menu .menu .menu-item {
		margin: 0;
		width: 100%;
	}

	.slideout-menu .menu .menu-item:hover {
		position: static;
	}

	.slideout-menu .menu .current-menu-item > a,
	.slideout-menu .menu .sub-menu .current-menu-item > a:hover,
	.slideout-menu .menu a,
	.slideout-menu .menu a:hover {
		background: none;
		line-height: 1.2;
		padding: 10px 20px;
		text-align: left;
		width: 90%;
	}
	.slideout-menu .menu .current-menu-item > a,
	.slideout-menu .menu .sub-menu .current-menu-item > a:hover,
	.slideout-menu .menu a,
	.slideout-menu .menu a:hover {
	color: #fff;
	}

	.slideout-menu .menu .menu-item-has-children {
		cursor: pointer;
	}

	.slideout-menu .menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.slideout-menu .menu > .menu-item-has-children:before {
		content: "+";
		float: right;
		height: 16px;
		padding: 10px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
     position: absolute;
	}

	.slideout-menu .menu > .menu-item-has-children:before {
	color: #fff;
	}

	.slideout-menu .menu .menu-open.menu-item-has-children:before {
		content: "-";
	}

	.slideout-menu .menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
		background: #413550;
font-size: 16px;
	}

.slideout-menu .menu .sub-menu .menu-item{
	padding: 10px;
}

	.slideout-menu .menu .sub-menu .sub-menu {
		margin: 0;
	}

	.slideout-menu .menu .sub-menu .current-menu-item > a:hover,
	.slideout-menu .menu .sub-menu li a,
	.slideout-menu .menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 6px 20px;
		position: relative;
		width: 100%;
	}

@media only screen and (min-width: 1023px) {
    .nodashicons.close-icon {
        display: none;
    }
}
