/*
	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: #2f2f2f;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 20px;
    line-height: 1.5625;
    font-weight:  300;
	margin: 0;
	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: #2f2f2f;
	color: #fff;
}

::selection {
	background-color: #2f2f2f;
	color: #fff;
}

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

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

a:hover {
	color: #2f2f2f;
}

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

strong {
	font-weight: 700;
}

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

blockquote,
blockquote a{
	color: #2f2f2f;
}

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: #2f2f2f;
	color: #2f2f2f;
}

cite {
	font-style: normal;
}

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

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

h1 {
	font-size: 28px;
}

h2{
	font-size: 26px;
}

.entry-title {
	font-size: 32px;
	line-height: 1.3;
}

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

.archive .content .entry-title,
.search .content .entry-title,
.blog .content .entry-title{
	padding: 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: 15px;
text-align: center;
}

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: 18px;
}

.single .entry-content h2{
border-bottom: 1px solid #eee;
}

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

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

.wp-caption {
padding: 5px;
}

figcaption {
	color: #2f2f2f;
	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: #2f2f2f;
	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: #2f2f2f;
	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: #2f2f2f;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #2f2f2f;
}

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

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

.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/3 * 100% - 2%);
	padding: 1%;
	float: none;
  margin: 0 auto 25px;
}

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

/* 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(images/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-wrapper{
background: #fef6f6;
	margin-bottom: 20px;
}

.archive .breadcrumb-wrapper{
background: none;
}

.breadcrumb {
	font-size: 12px;
	color: #2f2f2f;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
padding: 8px 1%;
}

.breadcrumb a{
	color: #2f2f2f;
}

.author-box {
	background: #fff5ef;
text-align: center;
font-size: 16px;
	padding: 40px;
	color: #2f2f2f;
}

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


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

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

.custom-archive-description{
background: #f2f9f8;
padding: 2%;
text-align: left;
}

h1.archive-title{
    font-size: 28px;
	text-transform: uppercase;
letter-spacing: 2px;
}

.catsub{
	width: 100%;
	max-width: 1240px;
	clear: both;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 500;
	margin: 0px auto 0;
	text-align: left;
}

.category-recipe-box .catsub{
display: none;
}

.catsub-wrap{
	text-align: left;
	display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap;
}

.catsub a{
	display: inline-block;
	margin: 5px;
	font-size: 13px;
padding: 5px 20px;
color: #2f2f2f;
background: #fff;
	border: 2px solid #fff;
}

.catsub a:hover{
	color: #2f2f2f;
background: none;
}

.category-search{
	width: 100%;
	clear: both;
margin: 0 auto;
padding: 2%;
}

.category-search .search-form{
	width: 100%;
	max-width: 600px;
margin: 0 auto;
	padding: 10px;
}

.archive-description{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
padding: 10px;
text-align: center;
}

.large-category-features,
.circle-category-features{
width: 100%;
clear: both;
}

.large-category-features .wrap,
.circle-category-features .wrap{
padding: 2% 0 0;
display: flex;
flex-direction: row;
justify-content: center;
	flex-wrap: wrap;
}

.large-category-features .large-category-feature-row{
    width: calc(1/4 * 100%);
	padding: 1%;
  margin: 0 auto 25px;
	text-align: center;
}

.circle-category-features .circle-category-feature-row{
    width: calc(1/6 * 100%);
	padding: 1%;
  margin: 0 auto 25px;
	text-align: center;
}

.large-category-features .large-category-feature-row img,
.circle-category-features .circle-category-feature-row img{
transition: .5s;
}

.large-category-features .large-category-feature-row:hover img,
.circle-category-features .circle-category-feature-row:hover img{
opacity:.6;
}

.circle-category-features img{
border-radius: 50%;
}

.large-category-features .large-category-feature-row h2{
text-transform: uppercase;
font-weight: 700;
letter-spacing: 2px;
font-size: 14px;
padding: 2%;
display: block;
}


.circle-category-features .circle-category-feature-row h3{
text-transform: uppercase;
font-weight: 700;
letter-spacing: 2px;
font-size: 14px;
padding: 2%;
display: block;
}

.category-button-set{
width: 100%;
text-align: center;
margin: 25px auto;
}

.category-button-set h3{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 22px;
margin: 0 auto 15px;
}

.category-button-set .wrap{
display: flex;
flex-direction: row;
justify-content: space-between;
	padding: 0 2%;
}

.category-button-set .button{
width: 100%;
margin: 5px;
}

.category-latest-title{
width: 100%;
	max-width: 1240px;
text-align: left;
padding: 0 2%;
margin: 15px auto 0;
}

.category-latest-title h3{
text-transform: uppercase;
letter-spacing: 2px;
}

.search-description{
	text-align: center;
margin: 15px auto 35px;
width: 100%;
	max-width: 600px;
}

.search-description h1{
font-size: 24px;
margin: 0 auto 10px;
}

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


/*
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 {
	background-color: #fff;
	position:  relative;
}

.site-header .wrap {
	padding: 20px 0;
}

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

.title-area {
	margin: 0 auto;
	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: #2f2f2f;
}

.site-description {
	color: #2f2f2f;
	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(images/header.png) no-repeat;
	background-size: 100% auto;
	background-image: url(images/header.svg), none;
	background-position: center !important;
	background-size: contain !important;
min-height: 120px;
width: 100%;
margin: 0px auto;
	position: relative;
z-index: 99;
}

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

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

.mobile-news{
background: #dbeeec;
width: 100%;
text-align: center;
	display: none;
}

.mobile-news a{
	color: #2f2f2f;
padding: 10px 5px;
font-size: 15px;
display: block;
	letter-spacing: .3px;
}

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

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

.top-bar{
width: 100%;
clear: both;
	border-bottom: 1px solid #eee;
}

.top-bar .search-form{
border-radius: 0;
border: none;
border-left: 1px solid #eee;
}

.top-bar .wrap{
	display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
	max-width: 100%;
}

.nav-primary {
width: 55%;
margin: 0px auto;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 2px;
	color: #2f2f2f;
	font-weight: 600;
}

.top-bar .search-form{
width: 20%;
	max-width: 220px;
}

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

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

.nav-primary a {
	border: none;
	color: #2f2f2f;
	display: block;
	padding: 14px 10px;
	position: relative;
	transition: .5s;
}

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

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

.nav-primary a:hover{
color: #2f2f2f;
background: #f2f9f8;
}

.nav-primary .sub-menu{
	color: #2f2f2f;
background: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
	border-top: 2px solid #dbeeec;
}

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

.nav-primary .sub-menu a:hover {
color: #2f2f2f;
	background: #dbeeec;
}

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


.recipe-box a:after{
	content: '';
background: url(/wp-content/themes/pmd-hauteh/images/accent.svg) center no-repeat;
background-size: contain;
width: 12px;
height: 12px;
display: inline-block;
vertical-align: middle;
	margin-left: 4px;
}

.recipe-box .sub-menu a:after{
	display: none;
}

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

.nav-secondary {
clear: both;
margin: 0px auto 25px;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 2px;
	color: #2f2f2f;
	font-weight: 600;
	width: 100%;
	display: none;
}

.page-id-4152 .nav-secondary{
	display: block;
}

.nav-secondary .wrap{
text-align: center;
margin: 0px auto;
}

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

.nav-secondary ul ul{
	display: block;
}

.nav-secondary .search-form{
	background: #fef6f6;
	border: 2px solid #fef6f6;
border-radius: 0;
}

.nav-secondary .menu-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 5px;
}

.nav-secondary a {
	border: none;
	color: #2f2f2f;
	display: block;
	padding: 8px 14px;
	position: relative;
	transition: .5s;
	background: #fef6f6;
	border: 2px solid #fef6f6;
}

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

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


.nav-secondary a:hover{
color: #2f2f2f;
	background: #fff;
}

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

.nav-secondary .sub-menu .menu-item{
margin: 0;
}

.nav-secondary .sub-menu a{
	color: #2f2f2f;
    background: #FDE8E6;
	font-size: 12px;
	padding: 10px 10px;
	position: relative;
	width: 200px;
	transition: .5s;
	border: none;
}

.nav-secondary .sub-menu a:hover {
	color: #2f2f2f;
background: #fef6f6;
}

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



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

/* Entries
--------------------------------------------- */
.single .entry {
	margin-bottom: 40px;
	line-height:  1.9;
}

.entry-content p a,
.entry-content ul li a,
.entry-content ol li a{
    color: #2f2f2f;
	font-weight: 600;
    cursor: pointer;
    background-image: linear-gradient(180deg,transparent 70%,#fde8e7 0);
    background-size: 100% 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;
}

.entry-content p a:hover,
.entry-content ul li a:hover,
.entry-content ol li a:hover{
    background-image: linear-gradient(180deg,transparent 0%,#fef6f6 0);
}

.wprm-share a,
.wprm-recipe a.wprm-recipe-link,
button,
a img,
.entry-title a,
.page-template-block-page .entry-content a,
.entry-content img a{
background-size: 0;
}

.entry-content ul li::marker{
	color: #dbeeec;
}

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

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

.entry-content ol,
.entry-content ul{
margin-left: 35px;
}

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

.entry-content ol{
    counter-increment: my-awesome-counter 0;
    position: relative;
}


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


.entry-content ol li::before {
    content: counter(my-awesome-counter);
    color: #2f2f2f;
    font-size: 1.25rem;
    font-weight: 700;
    position: absolute;
    --size: 24px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 4px;
    background: #dbeeec;
    border-radius: 50%;
    text-align: center;
	padding: 0;
}


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

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

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

.entry-meta {
	color: #2f2f2f;
	font-size: 12px;
letter-spacing: .3px;
}

.entry-meta a{
	color: #2f2f2f;
}

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

.single .entry-header .entry-meta:after{
	content: '';
	background: url(images/watercolor-line-pink.svg) center no-repeat;
	background-size: cover;
width: 100%;
	height: 4px;
display: block;
margin: 10px auto;
}

.entry-meta .wprm-recipe-link{
font-weight: 600;
position: relative;
    cursor: pointer;
    background-image: linear-gradient(180deg,transparent 70%,#fde8e7 0);
    background-size: 100% 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;
}

.entry-meta .wprm-recipe-link:after {
    content: '';
    background: url(/wp-content/themes/pmd-hauteh/images/arrow.svg) center no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
	transform: rotate(90deg);
}


.single .content .entry-header{
	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 h5{
text-transform: uppercase;
Letter-spacing: 2px;
font-size: 14px;
margin-bottom: 5px;
}

.single .entry-footer .entry-categories{
display: flex;
flex-wrap: wrap;
justify-content: center;
	flex-wrap: wrap;
}

.single .entry-footer .entry-categories a{
border-bottom: 1px solid #dbeeec;
color: #2f2f2f;
font-weight: 500;
	margin: 5px;
text-transform: uppercase;
Letter-spacing: 2px;
font-size: 12px;
}



/* 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: #2f2f2f;
	background: #fef6f6;
cursor: pointer;
display: inline-block;
padding: 4px 10px;	
}


.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #2f2f2f;
	background: #fde8e7;

}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin: 40px auto;
	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: 1px solid #fef6f6;
	word-wrap: break-word;
}

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


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

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

.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;
	position: relative;
}

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

.comment-header a{
color: #2f2f2f;
}

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

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

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


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

#respond h3#reply-title{
	font-size: 20px;
	color: #2f2f2f;
margin-bottom: 20px;
}

.comment-respond{
background: #fde8e7;
padding: 4%;
margin:  0 auto 40px;
}

.comment-respond form{
	background: none;
}

.comment-respond input,
.comment-respond textarea{
border: 1px solid #fff;
	background: none;
box-shadow: 0;
}

.comment-respond input[type="submit"]{
	border: 1px solid #3a4d67;
	background: #3a4d67;
color: #fff;
}

.comment-respond input[type="submit"]:hover{
	color: #2f2f2f;
background: none;
}

.comment-respond input[type="checkbox"]{
float: left;
margin-top: 4px;
margin-right: 5px;
}

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

.footer-widgets {
	clear: both;
}

.footer-widgets .wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: calc(1/3 * 100% - 2%);
}


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

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer {
	background: #fff;
	color: #2f2f2f;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .3px;
	padding: 15px 2%;
	text-align: right;
}

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

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


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

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

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

.site-footer .foot-info{
	width: 80%;
}

.site-footer .foot-design{
display: block;
}


/* 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: 700;
	line-height: 24px;
	padding: 12px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	letter-spacing: .5px;
	transition: .5s;
}

.wp-block-button .wp-block-button__link:hover{
  transform: scale(.96);
}

.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: #2f2f2f;
	display: block;
	font-size: 16px;
	font-style: italic;
	margin-top: -25px;
	text-align: inherit;
	text-transform: none;
}

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


.wp-block-group.alignfull .wp-block-group__inner-container{
max-width: 1240px;
margin: 0 auto;
}

 .entry-content .alignwide {
        margin-left  : -80px;
        margin-right : -80px;
    }
.page-template-full-width .entry-content .alignfull,
    .full-width-content .entry-content .alignfull {
        margin-left  : calc( -100vw / 2 + 100% / 2 );
        margin-right : calc( -100vw / 2 + 100% / 2 );
        max-width    : 100vw;
    }
    .alignfull img {
        width: 100vw;
    }


.page-template-full-width .entry-content,
.page-template-full-width .wp-block-group__inner-container,
.entry-content .alignfull .wp-block-group__inner-container{
width: 100%;
max-width: 1240px;
margin: 0 auto;
}


.has-background{
padding: 2%;
	margin: 0 auto 25px;
}

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

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

.newsletter form{
	display: flex;
flex-direction:row;
justify-content: space-between;
align-items: center;
}

.newsletter input[type="text"],
.newsletter input[type="email"]{ 
background: #fff;
width: 34%; 
padding: 14px 5px; 
margin: 0px auto;
 display: block; 
	font-size: 15px;
}

 .newsletter input[type="submit"],
.newsletter button{ 
width: 25%; 
padding: 14px 5px; 
margin: 0px auto;
 display: block; 
	font-size: 15px;
 }


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

#social{
margin: 0px auto;
position:relative;
width: 245px;
height:36px;
}

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

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

#social li{
	background-size: contain;
}


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

#facebook {
background: url(images/facebook-circle.png) center no-repeat ;
background-size: contain;
left: 0px;
}

#pinterest {
background: url(images/pinterest-circle.png) center no-repeat ;
background-size: contain;
left: 45px;
}

#instagram {
background: url(images/instagram-circle.png) center no-repeat ;
background-size: contain;
left: 90px;
}

#twitter {
background: url(images/twitter-circle.png) center no-repeat ;
background-size: contain;
left: 135px;
}

#youtube {
background: url(images/youtube-circle.png) center no-repeat ;
background-size: contain;
left: 180px;
}

#social li:hover{
  transform: rotate(10deg);
}

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


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

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

.has-black-color {
    color: #2f2f2f;
}

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

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

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

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


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

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


.has-blue-background-color {
    background-color: #dbeeec !important;
}

.has-blue-color {
    color: #dbeeec;
}


.has-light-blue-background-color {
    background-color: #f2f9f8 !important;
}

.has-light-blue-color {
    color: #f2f9f8;
}


.has-cream-background-color {
    background-color: #f9f8f4 !important;
}

.has-cream-color {
    color: #f9f8f4;
}


.has-navy-background-color {
    background-color: #3a4d67 !important;
}

.has-navy-color {
    color: #3a4d67;
}



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

.page-template-block-page .site-inner,
.page-template-full-width .site-inner{
padding: 0;
}

.newsletter-block,
.featured-posts-block,
.recipe-search-block,
.split-post-block{
	clear: both;
        margin-left  : calc( -100vw / 2 + 100% / 2 );
        margin-right : calc( -100vw / 2 + 100% / 2 );
        max-width    : 100vw;
    }

.featured-pages-block,
.quick-finds-block,
.latest-block,
.about-block,
.callout-block,
.readers-favorites-block{
width: 100%;
clear: both;
position: relative;
}

.featured-pages-block .wrap,
.quick-finds-block .wrap,
.newsletter-block .wrap,
.latest-block .wrap,
.about-block .wrap,
.featured-posts-block .wrap,
.recipe-search-block .wrap,
.callout-block .wrap,
.split-post-block .wrap,
.readers-favorites-block .wrap{
position: relative;
padding: 4% 2%;
}

.featured-pages-block a,
.quick-finds-block a,
.newsletter-block a,
.latest-block a,
.about-block a,
.featured-posts-block a,
.recipe-search-block a,
.callout-block a,
.split-post-block a,
.readers-favorites-block a,
.feature-box-block a{
background-size: 0 !important;
}

.featured-pages-block .wrap,
.quick-finds-block .wrap,
.newsletter-block .wrap,
ul.latest-posts,
.about-block .wrap,
ul.square-feature-post,
.recipe-search-block .wrap,
.callout-block .wrap,
.split-post-block .wrap,
ul.readers-favorites{
	display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
}

.quick-finds-block ul,
ul.latest-posts,
ul.square-feature-post,
ul.readers-favorites{
margin-left: 0;
}

.quick-finds-block ul li,
ul.latest-posts li,
ul.square-feature-post li,
ul.readers-favorites li{
list-style-type: none;
}

.newsletter-block .wrap,
.about-block .wrap,
.recipe-search-block .wrap,
.callout-block .wrap{
align-items: center;
}

.featured-pages-block .feature-page img,
.quick-finds-block li img,
ul.latest-posts li img,
ul.readers-favorites li img,
ul.square-feature-post li img{
transition: .5s;
}

.featured-pages-block .feature-page:hover img,
.quick-finds-block li:hover img,
ul.latest-posts li:hover img,
ul.readers-favorites li:hover img,
ul.square-feature-post li:hover img{
	opacity: .7;
}

/* Featured Pages Block
------------------------------------------------------ */

.featured-pages-block .wrap{
padding: 2%;
}

.featured-pages-block .feature-page{
    width: calc(1/4 * 100% - 2%);
	margin: 0 auto;
	position: relative;
}

.featured-pages-block .feature-page h2{
text-align: left;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 18px;
background: #fff;
	padding: 5px 15px;
position: absolute;
bottom: -4px;
	left: 0;
}


/* Quick Finds Block
------------------------------------------------------ */

.quick-finds-block .wrap{
padding: 2% 3%;
}

.quick-finds-block ul{
display: flex;
flex-direction: row;
justify-content: space-between;
}

.quick-finds-block ul li{
    width: calc(1/7 * 100% - 2%);
}

.quick-finds-block img{
border-radius: 50%;
margin: 0 auto 5px;
display: block;
}

.quick-finds-block .pink-box{
	background: #fef6f6;
text-align: center;
	position: relative;
}

.quick-finds-block .pink-inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
text-transform: uppercase;
Letter-spacing: 2px;
	font-weight: 700;
line-height: 1.4;
}

.quick-finds-block .pink-inner:after{
	content: '';
	background: url(/wp-content/themes/pmd-hauteh/images/arrow.svg) center no-repeat;
background-size: contain;
width: 40px;
height: 19px;
display: block;
	margin: 10px auto 0;
}

.quick-finds-block .pink-box .browse-title{
display: block;
font-size: 12px;
	margin: 0 auto 5px;
}

.quick-finds-block .quick-title{
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 16px;
	display: block;
}


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

.newsletter-block .wrap{
	padding: 2%;
}

.newsletter-block_newsletter-row{
width:35%;
padding: 0 2%;
}

.newsletter-block_newsletter-row:last-of-type{
	width: 65%;
}

.newsletter-block_newsletter-row h3{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 24px;
}

.newsletter-block_newsletter-row p{
	font-size: 16px;
	margin-bottom: 0;
}



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

.latest-block .wrap{
position: relative;
}

.latest-block .wrap:before{
content: '';
background: url(/wp-content/themes/pmd-hauteh/images/txt-latest.svg) center no-repeat;
background-size: contain;
width: 180px;
height: 77px;
display: block;
margin: 0 auto 15px;
}

ul.latest-posts li{
    width: calc(1/4 * 100% - 2%);
}

ul.latest-posts li h2{
margin-bottom: 10px;
}

ul.latest-posts li h2,
ul.latest-posts li h2 a{
font-size: 24px;
line-height: 1.3;
	letter-spacing: .5px;
}

ul.latest-posts .box-title{
text-transform: uppercase;
Letter-spacing: 1.5px;
font-size: 13px;
font-weight: 700;
padding: 5px 10px;
margin: 5px 0;
border: 1px solid #dbeeec;
display: inline-block;
}

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

.about-block .wrap{
	flex-wrap: nowrap;
padding: 2%;
}

.about-block .about-block_about-row{
width: 45%;
	position: relative;
}

.about-block .about-block_about-row:first-of-type:after{
content: '';
background: url(/wp-content/themes/pmd-hauteh/images/watercolor-submark.png) center no-repeat;
background-size: contain;
width: 120px;
height: 120px;
display: block;
	position: absolute;
bottom: -25px;
	left: 20px;
	transform: rotate(-5deg);
}

.about-block h2{
	position: relative;
	text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 15px;
}

.about-block h2:before{
content: '';
background: url(/wp-content/themes/pmd-hauteh/images/txt-hey.svg) center no-repeat;
background-size: contain;
width: 100px;
height: 67px;
display: block;
margin: 0 0 15px;
}

.about-block_about-row:last-of-type{
background: url(/wp-content/themes/pmd-hauteh/images/pink-bkg.svg) center no-repeat;
background-size: 100%;
padding: 6% 10%;
	width: 60%;
	margin: 0 0 0 -100px;
	position: relative;
}

.about-block_about-row .wp-block-button .wp-block-button__link{
background: none !important;
border-bottom: 2px solid #fff;
padding: 3px 10px;
	font-size: 18px;
letter-spacing: .5px;
}


/* Featured Posts Block
------------------------------------------------------ */

.featured-posts-block{
text-align: center;
}

.featured-posts-block .wrap{
padding: 4% 2%;
}

.featured-posts-block h2{
text-transform: uppercase;
letter-spacing: 1.5px;
font-size: 26px;
}

.featured-posts-block p{
width: 100%;
max-width: 700px;
margin: 0 auto 25px;
}

ul.square-feature-post li{
    width: calc(1/4 * 100% - 2%);
}

ul.square-feature-post li h3{
padding: 2%;
}

ul.square-feature-post li h3,
ul.square-feature-post li h3 a{
	font-size: 18px;
line-height: 1.2;
}

.featured-posts-block .button{
	font-size: 16px;
}

/* Recipe Search Block
------------------------------------------------------ */

.recipe-search-block{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 25px;
}

.recipe-search-block h2{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 24px;
}

.recipe-search-block_row{
	width: 50%;
	background-size: cover;
background-repeat: no-repeat;
	padding: 6%;
}

.recipe-search-block .wp-block-search__inside-wrapper{
background: #fff;
border: none;
width: 100%;
max-width: 600px;
margin: 15px auto;
}

.recipe-search-block .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
border: none;
	padding: 10px;
}

.recipe-search-block .wp-block-search .wp-block-search__input{
font-size: 16px;
}

.recipe-search-block .wp-block-search .wp-block-search__button{
border: none;
background: none;
}

.recipe-search-block ul:before{
content: '';
background: url(/wp-content/themes/pmd-hauteh/images/txt-trending.svg) left center no-repeat;
background-size: contain;
width: 160px;
height: 64px;
display: block;
margin: 15px 0 5px;
	width: 100%;
}

.recipe-search-block ul{
	margin: 0 auto;
	display: flex;
flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.recipe-search-block ul li{
	width: 50%;
	padding: 5px 10px;
list-style-type: none;
	position: relative;
}

.recipe-search-block ul li a{
color: #2f2f2f;
	transition: .5s;
}

.recipe-search-block ul li:after {
  content: '';
  display: block;
  border-bottom: 2px solid #dbeeec;
  width: 0;
  position: absolute;
  left: 0;
	bottom: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.recipe-search-block ul li:hover:after{
  width: 100%; 
}


/* Callout Block
------------------------------------------------------ */

.callout-block .wrap{
	flex-direction: row-reverse;
}

.callout-block_row{
width: 50%;
}

.callout-block_row h2{
position: relative;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.callout-block_row h2:before{
content: '';
background: url(/wp-content/themes/pmd-hauteh/images/txt-checkout.svg) left center no-repeat;
background-size: contain;
width: 140px;
height: 44px;
display: block;
margin: 15px 0 5px;
	width: 100%;
}


/* Split Post Block
------------------------------------------------------ */

.split-post-block .wrap{
	padding: 4% 2%;
justify-content: space-between;
}

.split-post-block_row{
    width: calc(1/2 * 100% - 2%);	
	padding: 0 2%;
text-align: center;
}

.split-post-block_row h2{
text-transform: uppercase;
letter-spacing: 1.5px;
font-size: 26px;
}

.split-post-block_row p{
width: 100%;
max-width: 80%;
margin: 0 auto 25px;
	font-size: 16px;
}

.split-post-block_row ul.square-feature-post{
display: block;
}

.split-post-block_row ul.square-feature-post li{
display: flex;
	flex-direction: row;
	justify-content: space-between;
align-items: center;
	width: 100%;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
background: #fff;
margin: 0 auto 25px;
text-align: left;
	padding: 2%;
}

.split-post-block_row .square-feature-post_img img{
margin: 0 auto;
display: block;
	border-radius: 50%;
}

.split-post-block_row .square-feature-post_img{
width: 40%;
}

.split-post-block_row .square-feature-post_info{
width: 60%;
	padding: 0 4%;
}

.split-post-block_row .square-feature-post_info h3,
.split-post-block_row .square-feature-post_info h3 a{
font-size: 22px;
}

.split-post-block_row .small-title{
text-transform: uppercase;
letter-spacing: 1px;
font-size: 12px;
font-weight: 700;
background: #f2f9f8;
padding: 5px 10px;
margin-bottom: 5px;
display: inline-block;
}


/* Readers Favorites Block
------------------------------------------------------ */

.readers-favorites-block h3{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 26px;
	text-align: center;
	margin: 0 auto 25px;
}

	.readers-favorites-block ul.square-feature-post li {
    width: calc(1/5 * 100% - 2%);
}

.readers-favorites-block ul.square-feature-post li h4, .readers-favorites-block ul.square-feature-post li h4 a {
    font-size: 16px;
    line-height: 1.2;
	text-align: center;
}

/* Feature Box Block
------------------------------------------------------ */

.feature-box-rows{
padding: 0 1%;
}

.feature-box-rows .wp-block-column{
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
background: #fff;
text-align: center;
position: relative;
	margin: 25px 1%;
}

.feature-box-block img{
border-radius: 50%;
width: 100%;
max-width: 150px;
margin: -35px auto 0;
display: block;
}

.feature-box-block .small-title{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 14px;
font-weight: 700;
background: #f2f9f8;
padding: 5px 15px;
margin: 15px auto;
display: inline-block;
}

.feature-box-rows .wp-block-column:nth-of-type(3n+2) .small-title{
background: #fef6f6;
}

.feature-box-rows .wp-block-column:nth-of-type(3n+3) .small-title{
background: #f9f8f4;
}

.feature-box-block h2{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 24px;
	text-align: center;
	margin: 0 auto 5px;
}


/* Recipe Index Blocks
------------------------------------------------------ */

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

.recipe-index-block .wrap{
	display: flex;
flex-wrap: wrap;
	justify-content: space-between;
flex-wrap: wrap;
	overflow: hidden;
}

.recipe-index-block_item{
    width: calc(1/3 * 100% - 4%);
	margin: 0 auto 25px;
	position: relative;
}

.recipe-index-block_item img{
margin: 0 auto 10px;
display: block;
}

.recipe-index-block_item h2{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 16px;
	text-align: center;
}

.wp-block-search{
	margin: 25px auto;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #FDE8E6 !important;
    border-radius: 25px !important;
	padding: 10px 20px !important;
}

.wp-block-search .wp-block-search__input{
	font-size: 16px;
}

.wp-block-search .wp-block-search__button{
background: none !important;
border: none !important;
}

/* In Post Blocks
------------------------------------------------------ */

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

.pin-block h2,
.solid-box h2,
.outline-box h2,
.note-block h2{
border: none !important;
}

.pin-block{
	border: 2px solid #fde8e7;
display: flex;
flex-direction: row;
	justify-content: center;
align-items: center;
	padding: 2% 6%;
	font-size: 16px;
}

.pin-block h2{
position: relative;
}

.pin-block h2:before{
	content: '';
background: url(/wp-content/themes/pmd-hauteh/images/accent.svg) center no-repeat;
background-size: contain;
width: 15px;
height: 15px;
display: inline-block;
	margin-right: 5px;
}

.pin-block_row{
width: 35%;
}

.pin-block_row:first-of-type{
width: 65%;
}

.pin-block_row h2{
	margin-bottom: 0;
	text-transform: uppercase;
letter-spacing: 2px;
font-size: 22px;
}

.solid-box p:last-of-type,
.outline-box p:last-of-type{
	margin-bottom: 0;
}

.solid-box{
background: #f2f9f8;
}

.outline-box{
border: 2px solid #dbeeec;
}

.note-block{
position: relative;
	margin: 0 auto 25px;
background: #fef6f6;
	padding: 2%;
}

.note-block h2{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 22px;
	margin-top: 10px;
margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid #fff !important;
padding: 5px 10px;
}

.note-block .note-inner{
position: relative;
	padding: 2%;
}

.note-block ul li::marker{
color: #3a4d67;
}

.note-block h2:before{
	content: '';
background: url(/wp-content/themes/pmd-hauteh/images/fork-submark-pink.svg) center no-repeat;
background-size: contain;
width: 60px;
height: 60px;
display: inline-block;
	vertical-align: middle;
margin: -15px 10px -15px 0;
}


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

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

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

.featured-on-logos{
width: 100%;
	clear: both;
	padding: 2% 0;
}

.featured-on-logos h4{
text-align: center;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 2px;
}

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

.featured-on-logos_logo{
padding: 1%;
	width: 12%;
}

.footer-newsletter{
background: #f2f9f8;
width: 100%;
	clear: both;
}

.footer-newsletter .wrap{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
	padding: 3% 4%;
}

.footer-newsletter .footer-newsletter_row{
width: 65%;
}

.footer-newsletter .footer-newsletter_row:first-of-type{
width: 30%;
}

.footer-newsletter h4{
	text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 0;
}
.footer-newsletter p{
	margin-bottom: 0;
}

.sidebar-about{
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
width: 100%;
max-width: 400px;
margin: 25px auto 25px;
	font-size: 15px;
text-align: center;
position: relative;
}

.sidebar-about_inner{
	padding: 2% 4%;
}

.sidebar-about_inner h4{
text-transform: uppercase;
letter-spacing: 2px;
}

.sidebar-about:before{
content: '';
background: url(/wp-content/themes/pmd-hauteh/images/txt-hey.svg) center no-repeat;
background-size: contain;
display: block;
width: 105px;
height: 71px;
margin: 0 auto;
	position: absolute;
top: -40px;
right: 0;
}

.sidebar-about_inner .button{
	font-size: 14px;
}

.sidebar-about_inner #social{
	margin: 25px auto 15px;
}

.sidebar-newsletter{
width: 100%;
max-width: 400px;
margin: 0 auto 25px;
	background: #f2f9f8;
padding: 15% 6%;
	text-align: center;
	font-size: 15px;
}

.sidebar-newsletter h4{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 24px;
	margin: 0 auto;
}

.sidebar-newsletter form{
	display: block;
	width: 90%;
	margin: 0 auto;
}

.sidebar-newsletter .newsletter input[type="text"],
.sidebar-newsletter .newsletter input[type="email"]{
	width: 100%;
	margin: 10px auto;
background: none;
border: none;
border-bottom: 1px solid #2f2f2f;
}

.sidebar-newsletter .newsletter input[type="submit"],
.sidebar-newsletter .newsletter button{
	width: 100%;
	margin: 10px auto 0;
}

.is-style-more-to-love{
width: 100%;
clear: both;
margin-bottom: 25px;
padding: 20px;
	position: relative;
}

.is-style-more-to-love{
background: #FDE8E6;
}


.is-style-more-to-love p:last-of-type{
margin-bottom: 0;
}

.is-style-more-to-love:before{
	content: '';
background: url(images/txt-more.svg) center no-repeat;
background-size: contain;
width: 150px;
height:47px;
display: block;
margin: 0 auto 10px;
}

.is-style-more-to-love a{
font-size: 18px;
	font-weight: 700;
    cursor: pointer;
    background-image: linear-gradient(180deg,transparent 60%,#fff 0);
    background-size: 100% 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;
}

.is-style-more-to-love a:hover{
    background-image: linear-gradient(180deg,transparent 0%,#fff 0);
}


/*
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: 1280px) {

	.nav-primary {
font-size: 12px;
	}
	
	.top-bar #social{
height: 30px;
		display: flex;
justify-content: space-between;
align-items: center;
width: 170px;
}
	
	.top-bar #social li,
	.top-bar #social a{
		height: 30px;
}
	
	.top-bar #facebook,
	.top-bar #pinterest,
	.top-bar #instagram,
	.top-bar #twitter,
	.top-bar #youtube{
		width: 30px;
height: 30px;
		position: relative;
left: auto;
	}
	

}

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

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

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

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

	.sidebar-primary {
		width: 320px;
	}
	
		.nav-secondary .wrap{
		overflow: visible;
	}
	

}


@media only screen and (max-width: 1023px) {
	
					.site-header{
    -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;
}
	
	.top-bar,
	.nav-primary{
display: none;
}


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

	.mobile-news{
		display: block;
	}
	
	.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%;
	}



	.site-inner {
padding: 2%;
	}


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

	.content {
		max-width: 100%;
	}


}

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

	.comment-reply,
    .comment-meta{
		position: relative;
top: auto;
right: auto;
	}
	
	.site-footer{
		text-align: center;
		padding: 10px;
	}
	
.site-footer .foot-info,
.site-footer .to-top{
width: 100%;
margin:  10px auto;
text-align:  center;
}

	.wp-block-columns{
padding: 0 4%;
}
	
	.quick-finds-block ul,
	.about-block .wrap,
	.recipe-search-block,
	.footer-newsletter .wrap,
	.circle-category-features .wrap,
	.large-category-features .wrap{
flex-wrap: wrap;
}
    
	.featured-pages-block .feature-page,
	ul.square-feature-post li,
	.readers-favorites-block ul.square-feature-post li,
	.large-category-features .large-category-feature-row{
    width: calc(1/2 * 100% - 2%);
		margin: 0 auto 25px;
	}
	
	.quick-finds-block ul li,
	.circle-category-features .circle-category-feature-row{
    width: calc(1/3 * 100% - 2%);
		margin: 0 auto 25px;
}
	
	.quick-finds-block ul li:first-of-type{
width: 100%;
}
	
	.quick-finds-block .pink-inner{
position: relative;
top: auto;
	right: auto;
	left: auto;
}
	
	.quick-finds-block .pink-box{
		padding: 4% 2%;
	}
	
	.quick-finds-block .pink-inner:after{
		transform: rotate(90deg);
    width: 30px;
    height: 10px;
	}
	
	.newsletter-block_newsletter-row,
	.callout-block_row,
	.split-post-block_row,
	.footer-newsletter .footer-newsletter_row,
	.footer-newsletter .footer-newsletter_row:first-of-type,
	.newsletter-block_newsletter-row:last-of-type{
		width: 100%;
		text-align: center;
margin: 10px auto;
	}
	
	ul.latest-posts li{
		width: 100%;
		max-width: 400px;
margin: 0 auto 35px;
	}
	
		.about-block .about-block_about-row,
	.about-block_about-row:last-of-type,
	.recipe-search-block_row{
		width: 100%;
	}
	
	.about-block_about-row:last-of-type{
width: 100%;
	margin: 0px auto 0;
background: #fde8e7;
text-align: center;
}
	
	.about-block_about-row img{
margin: 0 auto;
	display: block;
}
	
	.about-block h2:before,
	.callout-block_row h2:before{
margin: 0 auto 5px;
		background-position: center;
}
	
	.about-block .wp-block-buttons,
	.callout-block_row .wp-block-buttons{
		justify-content: center;
	}
	
	.about-block .about-block_about-row:first-of-type:after{
		z-index: 99;
	}
	
	.recipe-search-block_row:first-of-type{
min-height: 300px;
background-position: center center;
}
	
	.split-post-block_row{
		margin: 0 auto 45px;
	}
	
	.readers-favorites-block ul.square-feature-post li:nth-of-type(5n+5){
		display: none;
	}
	
	.feature-box-rows{
		display: block;
	}
	
	.feature-box-rows .wp-block-column{
width: 100% !important;
		margin: 0 auto 25px;
}
	
	.feature-box-block img{
margin: 0 auto;
}
	
	.featured-on-logos .wrap{
flex-wrap: wrap;
		justify-content: center;
}
	
	.featured-on-logos_logo{
    width: calc(1/4 * 100% - 2%);
		padding: 2%;
}
	
	.foot-social{
margin: 5px auto;
}
	
	.nav-secondary ul{
flex-wrap: wrap;
}
	
	.nav-secondary .menu-item{
		display: block;
		width: 100%;
		margin: 5px auto;
	}
	
	
	.nav-secondary .sub-menu{
width: 100%;
		text-align: center;
}
	
	.nav-secondary .sub-menu a{
width: 100%;
}
	
	.latest-block .wrap{
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.category-button-set .wrap{
flex-wrap: wrap;
}
	
	.category-button-set .wrap .button{
    width: calc(1/2 * 100% - 2%);
margin: 5px auto;
}
	
	.featured-on-logos_logo{
	width: 20%;
}

}
 

@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%;
	}
	
	.recipe-index-block_item{
    width: calc(1/2 * 100% - 4%);
	}
	
	.site-header .title-area{
		width: 70%;
	}
	
	.header-image .site-title a{
min-height: 45px;
}
	
	.site-title{
margin: 0 auto;
}

	.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,
	ul.square-feature-post li h3, ul.square-feature-post li h3 a,
	.readers-favorites-block ul.square-feature-post li h3, .readers-favorites-block ul.square-feature-post li h3 a{
font-size: 14px;
}
    
    .archive .content .entry,
.search .content .entry,
		.quick-finds-block ul li,
	.category-features .category-feature-row{
    width: calc(1/2 * 100% - 4%);
    }
	
	h1.archive-title,
	.about-block h2,
	.featured-posts-block h2,
	.callout-block_row h2,
	.split-post-block_row h2,
	.readers-favorites-block h2{
    font-size: 24px;
}
	
	.catsub .wrap{
flex-wrap: wrap;
justify-content: center;
}
	
	.catsub a{
		width: 100%;
		text-align: center;
	}
	
	.featured-pages-block .feature-page h2{
font-size: 15px;
		width: 100%;
		position: relative;
text-align: center;
left: auto;
		bottom: auto;
		padding: 5px 0;
}
	
	.quick-finds-block .quick-title{
		font-size: 15px;
	}
	
	.newsletter form{
		display: block;
	}
	
	.newsletter input[type="text"], .newsletter input[type="email"],
	.newsletter input[type="submit"], .newsletter button{
		width: 100%;
		margin: 5px auto;
	}
	
	.recipe-search-block ul li{
		font-size: 15px;
padding: 10px 5px;
	}
	
	.split-post-block_row .small-title{
font-size: 10px;
padding: 5px;
}
	
	.split-post-block_row .square-feature-post_info h3, .split-post-block_row .square-feature-post_info h3 a{
		font-size: 14px;
	}
	
	.split-post-block_row .square-feature-post_img{
width: 50%;
}
	
	.featured-on-logos_logo {
    width: calc(1/3 * 100% - 2%);
    padding: 2%;
}
	
	.single .content .entry-title{
font-size: 24px;
}
    
	.blog .content .entry{
width: 100%;
	margin: 0 auto 25px;
}
	
	.pin-block {
		flex-wrap: wrap;
	}
	
	.pin-block_row:first-of-type,
	.pin-block_row:last-of-type{
		width: 100%;
		text-align: center;
		margin: 10px auto;
	}
	
	.note-block h2:before{
margin: 0 auto 10px;
	display: block;
}
	
	.note-block h2{
text-align: center;
}

}

/* 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(images/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: #2f2f2f;
    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: #2f2f2f;
    background-color: #fef6f6;
    font-size: 16px;
    z-index: 999;
    min-height: 100vh;
	padding-bottom: 100px;
}



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


.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: #2f2f2f;
    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: #2f2f2f;
    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;
}

.close-icon {
    position: absolute;
    top: 7px;
    right: 5px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    font-weight:  600;
}

.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: #2f2f2f;
	}
 
	.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: "+";
		font: normal 16px/1;
		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: #2f2f2f;
	}
 
	.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: #fde8e7;
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) {
    .dashicons.close-icon {
        display: none;
    }
}