/*
	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
    - 404 Page
	- 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: #323232;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 18px;
    line-height: 1.7625;
    font-weight:  400;
	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: #323232;
	color: #fff;
}

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

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

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

a:hover {
	color: #323232;
}

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

strong {
	font-weight: 700;
}

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

blockquote,
blockquote a{
	color: #323232;
}

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #323232;
	margin: 0 0 15px;
font-weight: 700;
line-height: 1.2;
}

h1 {
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	font-weight: 600;
	font-size: 32px;
}

h2{
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	font-weight: 600;
	font-size: 32px;
}

.entry-title {
	font-size: 38px;
	margin-bottom: 5px;
}

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


h3 {
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	font-weight: 600;
	font-size: 26px;
}

h4 {
	font-size: 22px;
}


h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

.entry-title a{
	color: #323232;
	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-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size: 18px;
text-align: left;
}

.archive .content .entry-title,
.search .content .entry-title,
.blog .content .entry-title{
	padding:  2% 2%;
}

.entry-category{
margin: 0;
font-size: 14px;
	padding: 1% 2%;
}

.single .entry-category{
padding: 5px 0;
}

.entry-category a{
color: #038577;
}

.widgettitle{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    text-align: center;
	font-size: 18px;
	text-transform: uppercase;
letter-spacing: 2px;
	font-weight: 700;
}

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

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

.wp-caption {
padding: 5px;
}

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

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

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

.button:after{
	content: '';
	background: url(images/arrow.svg) center no-repeat;
background-size: contain;
width: 18px;
height: 18px;
display: inline-block;
	vertical-align: middle;
margin-left: 4px;
    filter: brightness(0) invert(1);
	transform: rotate(90deg);
}

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

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

/* 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: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.blog .content{
    grid-template-columns: repeat(3, 1fr);
}


.archive .content .entry,
.search .content .entry,
.blog .content .entry{
	background: #fff;
    width: 100%;
    -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);
	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 {
    border: 1px solid #ddd;
    max-width: 400px;
    position: relative;
    overflow: hidden;
	margin: 0 auto;
}

.search-form input{
		font-size: 16px;
}

.search-form .search-field {
    border: none;
    padding-right: 44px;
    width: 100%;
		font-size: 16px;
}

.search-form .search-submit {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    min-width: 0;
    width: 48px;
    height: 48px;
    line-height: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 0;
}

.search-form .search-submit svg {
    fill: #e01f4d;
    width: 20px;
    height: 20px;
}

.search-form .search-submit svg:hover {
    fill: #323232;
}


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


.single .breadcrumb-wrapper,
.archive .breadcrumb-wrapper{
margin-bottom: 0;
}

.breadcrumb {
	padding:  5px 2%;
	width:  100%;
	max-width:  1240px;
	margin:  0 auto;
	font-size: 14px;
	color: #323232;
}

.single .breadcrumb,
.archive .breadcrumb{
	padding: 5px 0;
}

.breadcrumb a{
	color: #323232;
}

.archive .breadcrumb a{
border-bottom: 2px solid #f3cf6f;
}

.author-box {
    background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
text-align: center;
font-size: 16px;
	padding: 40px;
	color: #323232;
}

.author-box-title {
	text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
	font-size: 22px;
	margin-bottom: 4px;
	color: #323232;
}


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

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

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

h1.archive-title{
    font-size: 36px;
	font-weight: 800;
	margin-bottom: 5px;
}

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

.catsub .wrap{
	padding: 0px;
	margin: 0 auto;
}

.catsub h4{
display: none;
	padding: 10px;
	margin: 0 auto;
		font-size: 18px;
}

.catsub h4:after{
	content: '';
	background: url(images/arrow.svg) center no-repeat;
background-size: contain;
width: 22px;
height: 22px;
display: inline-block;
	vertical-align: middle;
margin-left: 4px;
	transform: rotate(180deg);
}


.catsub .catsub-menu{
	display:  flex;
	flex-direction:  row;
	justify-content:  flex-start;
	align-items:  center;
	flex-wrap:  wrap;
	padding: 0;
	border: none;
}

	.catsub-menu li{
list-style-type: none !Important;
}

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

.catsub .catsub-menu a:hover{
color: #fff;
background: #038577;
}

.archive-description{
	width: 100%;
	grid-column: 1 / -1;
}

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


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

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

.large-featured-posts-block {
	width: 100%;
	clear: both;
}

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

.large-featured-posts-block ul li{
    display: flex;
justify-content: space-between;
    align-items: center;
	background: #fff;
	position: relative;
}

.large-featured-posts-block ul li:before{
	content: '';
background: url(/wp-content/themes/pmd-daysofbaking/images/submark-fav.svg) center no-repeat;
background-size: contain;
width: 125px;
height: 125px;
display: block;
position: absolute;
top: 15px;
	left: -45px;
transform: rotate(-15deg);
}

.large-featured-posts-block ul li img{
display: block;
margin: 0;
}

.large-featured-posts-block ul li h3{
text-align: left;
	font-size: 32px;
	position: relative;
}


.large-featured-posts-block ul li h3 a{
padding: 0;
    color: #343434;
}

.large-featured-posts-block .favorite-post_img{
width: 60%;
}

.large-featured-posts-block ul .favorite-post_content{
	width: 60%;
background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
text-align: left;
    padding: 5% 4%;
	margin: 0 0 0 -150px;
	border-left: 8px solid #ffcd3f;
}


.large-featured-posts-block ul li .button{
	background: #e01f4d;
	padding: 8px 15px;
}

.archive-post-blocks{
	width: 100%;
}

.archive-post-blocks .wrap{
	position: relative;
	padding: 2% 2% 0 !important;
}

.archive-post-blocks ul li{
background: #fff;
}

.archive-post-blocks .section-headline .section-title{
width: 100%;
display: block;
}

.archive-post-blocks .section-headline .section-title h2{
font-size: 30px;
text-align: left;
}

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

.newsletter-bar{
width: 100%;
background: #038577;
text-align: center;
	margin: 15px auto 15px;
}


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

.newsletter-bar .news-title{
color: #fff;
	font-weight: 400;
	font-size: 22px;
	margin-right: 25px;
	letter-spacing: .5px;
}

.newsletter-bar button{
background: none;
text-transform: none;
letter-spacing: 0;
	border: 2px solid #f9f8f4;
background: none;
color: #fff;
padding: 8px 25px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 16px;
}

.newsletter-bar button:hover{
	background: #f9f8f4;
	color: #242424;
}


/* 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: #323232;
	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;
    box-shadow: 2px 3px 4px rgb(0 0 0 / 10%);
	position:  relative;
}

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

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

.title-area {
	width: 25%;
}

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

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

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

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

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

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

.top-bar{
width: 100%;
clear: both;
background: #038577;
}

.top-bar .wrap{
display: flex;
justify-content: space-between;
align-items: center;
padding: 5px 2%;
}

.top-bar_row_popup{
width: 50%;
}

.top-bar_row_popup button{
text-transform: none;
letter-spacing: 0;
color: #fff;
background: none;
padding: 10px 0;
position: relative;
font-weight: 400;
}


.top-bar_row_popup button:before{
content: '';
background: url(/wp-content/themes/pmd-daysofbaking/images/heart.svg) center no-repeat;
background-size: cover;
	width: 20px;
height: 20px;
display: inline-block;
vertical-align: middle;
	margin-top: -4px;
}

.top-bar_row_links{
width: 25%;
	text-align: right;
}

.top-bar_row_links a{
color: #fff;
	font-style: italic;
font-size: 15px;
padding: 5px 10px;
}

.top-bar_row_social{
width: 25%;
}

.mobile-news{
width: 100%;
clear: both;
background: #e01f4d;
text-align: center;
font-size: 14px;
font-weight: 600;
color: #323232;
	display: none;
}

.mobile-news button{
text-transform: none;
letter-spacing: 0;
color: #fff;
background: none;
padding: 10px 0;
position: relative;
font-weight: 400;
	display: block;
width: 100%;
text-align: center;
}

.mobile-news button:before{
content: '';
background: url(/wp-content/themes/pmd-daysofbaking/images/heart.svg) center no-repeat;
background-size: cover;
	width: 15px;
height: 15px;
display: inline-block;
vertical-align: middle;
	margin-top: -4px;
    filter: brightness(0) invert(1);
}

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

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

.nav-menu {
width: 75%;
}

.nav-menu .nav-primary, .nav-menu .nav-secondary {
display: -webkit-box;
display: flex;
-webkit-box-pack: end;
justify-content: flex-end;
}

.nav-menu>* {
    line-height: 0;
}

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

.nav-menu .menu {
display: inline-block;
width: auto;
	display: flex;
}

.nav-menu .menu-item {
	font-size: 20px;
font-weight: 700;
}

.nav-menu .menu-item {
    list-style: none;
    position: relative;
	margin: 0 10px;
}

.nav-menu .menu-item a {
    border: none;
    color: #323232;
    display: block;
    padding: 12px 10px;
    position: relative;
    text-decoration: none;
    transition: .5s;
    background-image: linear-gradient(180deg,transparent 93%,#f3cf6f 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;
}

.nav-menu .menu-item-has-children a{
padding: 12px 24px 12px 10px;
}

.nav-menu .menu-item:hover>a {
 color: #323232;
    background-size: 100% 100%;
}

.nav-menu .menu-item:hover>a {
 color: #323232;
}

.nav-menu .menu-item.current-menu-item>a, .nav-menu .menu-item.current-menu-ancestor>a {
    color: #323232;
}

.nav-menu .submenu-expand {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    position: absolute;
    line-height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
	height: 15px;
width: 15px;
}


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

.nav-menu .sub-menu {
    background: #fff;
	-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%);
	border-top: 2px solid #f3cf6f;
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
}

.nav-menu .sub-menu .menu-item{
	font-size: 15px;
	text-transform: none;
Letter-spacing: 0;
	font-weight: 400;
}

.nav-menu .sub-menu .menu-item {
    float: none;
}

.nav-menu .sub-menu .menu-item,
.nav-menu .sub-menu .menu-item a{
	color: #323232;
	background-image: none !Important;
}

.nav-menu .sub-menu .menu-item:hover>a {
 color: #038577;
}

.nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
}

.search-toggle, .menu-toggle {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    line-height: 0;
    text-align: center;
}

.search-toggle{
background: #b4d66f;
border-radius: 50%;
}

.search-toggle svg{
fill: #fff;
	padding: 2px;
}

.search-toggle .open, .menu-toggle .open {
    display: inline;
}

.search-toggle .close, .menu-toggle .close {
    display: none;
}

.menu-toggle:hover, .menu-toggle.active {
    background: #fff;
}

.search-toggle.active .close,
.menu-toggle.active .close {
    display: inline;
}

.search-toggle.active .open,
.menu-toggle.active .open {
    display: none;
}

.nav-menu .submenu-expand svg {
    fill: #323232;
	width: 12px;
height: 12px;
}

    .site-header .wrap>.menu-toggle, .site-header .wrap>.search-toggle {
    display: none;
}

.site-header .wrap>.menu-toggle {
    right: 60px;
}

.site-header .wrap>.search-toggle {
    right: 0;
}

.nav-menu .search-form{
min-width: 160px;
}

.header-search {
    position: absolute;
    bottom: -70px;
    right: 0;
    overflow: hidden;
    padding: 10px;
    width: 100%;
	z-index: 999;
}

.header-search .search-form {
    margin: 0 auto;
	max-width: 1140px;
	padding: 6px 2%;
background: #fff;
}

.nav-menu .nav-primary .menu-item.search button {
    padding: 12px;
}

.header-search:not(.active) {
    display: none;
}

.mobile-only-menu{
	display: none;
}


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

.nav-secondary {
clear: both;
    width: 100%;
    grid-column: 1 / -1;
margin: 0px auto;
font-size: 18px;
	color: #323232;
}

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

.archive .nav-secondary .wrap{
	border: none;
}

.nav-secondary ul{
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
	flex-wrap: wrap;
}

.nav-secondary .menu-item {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
	font-weight: 700;
	margin: 4px;
}

.nav-secondary .menu-item:first-of-type{
margin-left: 0;
}

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

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

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



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

.nav-secondary .sub-menu{
	background: #fff;
	border-top: 2px solid #038577;
	color: #323232;
	-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%);
	border-top: 2px solid #f3cf6f;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

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

.nav-secondary .sub-menu a:hover {
color: #038577;
}

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

.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;
    counter-reset: my-awesome-counter;
}


.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: #fff;
    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: #f3cf6f;
    border-radius: 50%;
    text-align: center;
	padding: 0;
}

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

.entry-content  ul li::marker{
	color:  #e01f4d;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}
.entry-meta {
	color: #343434;
	font-size: 13px;
	font-weight: 600;
}

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

.entry-header .entry-meta {
margin: 10px 0 0;
}

.entry-header .wprm-recipe-rating{
text-align: center;
}

.entry-share-open{
	width: 100%;
	clear: both;
display: Flex;
	flex-direction: row;
	justify-content: flex-start;
align-items: center;
align-items: center;
	font-size: 16px;
}

.entry-share-open .wprm-recipe-rating,
.entry-share-open a{
margin: 0 !important;
}

.entry-share-open a:hover{
text-decoration: underline;
}

.entry-share-open .wprm-recipe-jump-to-comments:before{
	content: '';
	background: url(/wp-content/themes/pmd-daysofbaking/images/ico-rate.svg) center no-repeat;
background-size: 14px 14px;
	background-color: #038577;
width: 22px;
height: 22px;
display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	border-radius: 50%;
    margin-left: 10px;
}

.entry-share-open .wprm-recipe-jump:before{
	content: '';
	background: url(/wp-content/themes/pmd-daysofbaking/images/ico-jump.svg) center no-repeat;
background-size: 12px 12px;
	background-color: #b4d66f;
width: 22px;
height: 22px;
display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	border-radius: 50%;
    margin-left: 10px;
}

.entry-share-open .wprm-recipe-pin:before{
	content: '';
	background: url(/wp-content/themes/pmd-daysofbaking/images/ico-pin.svg) center no-repeat;
background-size: 12px 12px;
	background-color: #e01f4d;
width: 22px;
height: 22px;
display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	border-radius: 50%;
    margin-left: 10px;
}

.entry-share-open .wprm-recipe-slickstream:before{
	content: '';
	background: url(/wp-content/themes/pmd-daysofbaking/images/ico-save.svg) center no-repeat;
background-size: 12px 12px;
	background-color: #ffcd3f;
width: 22px;
height: 22px;
display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	border-radius: 50%;
    margin-left: 10px;
}

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

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


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

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

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


.single .entry-footer .entry-categories{
text-align: center;
	margin: 0 auto 45px;
}

.single .entry-footer .entry-categories a{
color: #323232;
font-weight: 600;
font-size: 12px;
	text-transform: uppercase;
letter-spacing: 1px;
font-style: normal;
}



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

.adjacent-entry-pagination {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2,1fr);
	width:  100%;
	clear:  both;
	margin:  25px auto;
overflow: hidden;
	font-style: normal;
	align-items: center;
	padding: 1%;
}

.adjacent-entry-pagination a {
display: flex;
flex-direction: row;
	justify-content: space-between;
}


.adjacent-entry-pagination .pagination-next a{
flex-direction: row-reverse;
}

.post-navigation-image{
width: 40%;
}

.post-navigation-image img{
margin: 0;
	display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.post-navigation-content{
	width: 60%;
	padding: 8% 4% 2%;
}

.adjacent-entry-pagination .pagination-previous,
.adjacent-entry-pagination .pagination-next{
background: #fff;
    -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%);
line-height: 1.2;
	overflow: hidden;
}

.adjacent-entry-pagination .pagination-next{
}


.adjacent-entry-pagination .previous-next{
display: block;
	width: 100%;
text-transform: uppercase;
color: #2f2f2f;
font-weight: 700;
letter-spacing: 2px;
font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
}


.adjacent-entry-pagination .previous-next.previous{
text-align: left;
}

.adjacent-entry-pagination .previous-next.next{
text-align: right;
}

.post-navigation-title{
clear: both;
display: block;
}

.adjacent-entry-pagination .pagination-previous .post-navigation-title{
	text-align: left;
}

.adjacent-entry-pagination .pagination-next .post-navigation-title{
	text-align: right;
}

.adjacent-entry-pagination .post-navigation-title{
	font-weight: 600;
color: #2f2f2f;
margin: 0 auto;
	font-size: 16px;
}


/* 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;
	grid-column: 1 / -1;
}


.archive-pagination li {	
display: inline;
	width: 48px;
height: 48px;
	background: #fff;
border: 2px solid #e01f4d;
display: inline-block;
	vertical-align: middle;
	position: relative;
	border-radius: 50%;
}

.archive-pagination li.pagination-previous,
.archive-pagination li.pagination-next{
border: none;
height: auto;
width: auto;
	border-radius: 0;
}


.archive-pagination li a {	
	color: #323232;
cursor: pointer;
padding: 4px 10px;	
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.archive-pagination li.pagination-previous a,
.archive-pagination li.pagination-next a{
position: relative;
	left: auto;
	right: auto;
  transform: translate(0%, 0%);
}


.archive-pagination li:hover,
.archive-pagination li.active {
background: #e01f4d;
}

.archive-pagination li:hover a,
.archive-pagination li.active a{
color: #fff;
}

.archive-pagination li.pagination-previous:hover,
.archive-pagination li.pagination-next:hover{
	background: none;
	color: #e01f4d;
}

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

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

.entry-comments {
	margin-top: 10px;
	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 #eee;
	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: #fafbfc;
}

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

.bypostauthor {
}

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

h3#reply-title,
.entry-comments h3 {
    font-size: 22px;
    text-align: left;
    position: relative;
    z-index: 99;
    display: block;
	position: relative;
}

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

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

.comment-reply{
color: #fff;
background: #e01f4d;
padding: 2px;
width: 60px;
font-size: 10px;
	font-weight: 600;
	text-align: center;
}


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


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


.comment-respond a{
font-size: 14px;
position: relative;
	color: #323232;
	text-decoration: underline;
}

.comment-respond p{
margin-bottom: 5px;
}

#respond h3#reply-title{
	font-size: 32px;
	color: #323232;
margin-bottom: 0px;
	display: block;
	position: relative;
}

#respond h3#reply-title:before{
content: '';
background: url(images/cupcake.svg) center no-repeat;
background-size: contain;
width: 40px;
height: 40px;
display: inline-block;
margin-right: 5px;
}

.entry-comments h4{
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
    font-weight: 600;
	font-size: 28px;
}

.comment-respond{
padding: 40px;
margin:  10px auto 40px;
position: relative;
	border-radius: 15px;
}

.comment-respond form{
	background: none;
position: relative;
z-index: 99;
}

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

.comment-respond input[type="submit"]{
	border: none;
background: #038577;
	border: 2px solid #038577;
	color: #fff;
}

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

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

.comment-form-wprm-rating {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

	.comment-form-wprm-rating label{
text-align: center !important;
		font-size: 20px;
}

.comment-respond .form-submit{
margin-top: 10px;
}

.comment-form-author,
.comment-form-email{
width: 49%;
display: inline-block;
vertical-align: middle;
}

.comment-form-author{
	margin-right: 1%;
}

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


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

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

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


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

.sidebar .featured-content .entry{
	display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
	margin: 0 auto 25px;
background: #fff;
    -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);
	padding: 0;
}

.sidebar .featured-content .entry-header{
	width: 60%;
	padding: 0 2%;
}

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

.sidebar .featured-content .entry img{
margin: 0 auto -8px;
}

.sidebar-featured ul{
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
font-size: 14px;
line-height: 1.2;
text-align: center;
}

.sidebar-featured h4{
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 18px;
	position: relative;
}

.sidebar-featured ul li{
	margin: 0 auto 15px;
}

.sidebar-featured ul li a{
color: #20363f;
}

.sidebar-featured .article-title{
font-weight: 600;
	display: block;
	padding: 1%;
}



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

.site-footer {
	background: #fff;
	color: #323232;
	font-size: 14px;
	text-align: left;
}

.site-footer .wrap{
	padding: 15px 2%;
}

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

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


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


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

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

.site-footer .foot-info a{
padding: 0 5px;
}


a.back-to-top{
	font-weight: 700;
position: relative;
}

a.back-to-top:after{
	content: '';
	background: url(images/arrow.svg) center no-repeat;
background-size: contain;
width: 15px;
height: 15px;
display: inline-block;
	vertical-align: middle;
margin-left: 4px;
}

.site-footer .social{
	margin-right: 10px;
}

.site-footer .foot-design{
width: 40%;
text-align:  right;
	display: flex;
align-items: center;
	justify-content: flex-end;
}

.foot-design_credit{
display: flex;
align-items: center;
	justify-content: flex-end;
}

.foot-design_credit img{
width: 70px;
height: 35px;
	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: 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:after{
	content: '';
	background: url(images/arrow.svg) center no-repeat;
background-size: contain;
width: 18px;
height: 18px;
display: inline-block;
	vertical-align: middle;
margin-left: 4px;
    filter: brightness(0) invert(1);
	transform: rotate(90deg);
}

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

.wp-block-button.is-style-outline .wp-block-button__link{
	border: 3px solid;
}

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

figcaption {
	color: #323232;
	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;
    }


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

.wp-block-separator.has-background{
	padding:  0;
	margin:  25px auto;
}

.content-sidebar .content .entry-content .alignfull{
width: 100%;
margin: 0 auto;
}

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

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

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




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

.newsletter .formkit-field{
	width: 33%;
margin: 0 5px 0 0;
}


.newsletter input[type="text"],
.newsletter input[type="email"]{ 
background: #fff;
width:100%; 
padding: 18px 12px; 
margin: 0px auto;
 display: block; 
	font-size; 16px;
}

 .newsletter input[type="submit"],
.newsletter button{ 
background: #b4d66f;
	color: #323232;
width: 33%; 
padding: 18px 12px; 
margin: 0px auto;
 display: block; 
	font-size: 15px;
text-transform: uppercase;
Letter-spacing: 2px;
font-weight: 700;
 }

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

.sidebar-newsletter .newsletter .formkit-fields{
display: block;
}

.sidebar-newsletter .newsletter .formkit-field,
.sidebar-newsletter .newsletter button{
	display: block;
	width: 100%;
	margin: 5px auto;
}


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

.social{
margin: 0px auto;
position:relative;
width: 240px;
height:35px;
	display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}

.top-bar .social{
margin: 0;
	float: right;
}

.social span{
margin:0;
padding:0;
width: 35px;
height:35px;
transition:  .5s;
	border-radius: 50%;
}

.social span, .social a{
height:35px;
display:block;
}


.facebook {
background: url(images/facebook.svg) center no-repeat ;
background-size: 16px 16px;
	background-color: #038577;
}

.pinterest {
background: url(images/pinterest.svg) center no-repeat ;
background-size: 16px 16px;
	background-color: #e01f4d;
}

.instagram {
background: url(images/instagram.svg) center no-repeat ;
background-size: 16px 16px;
	background-color: #f3cf6f;
}

.tiktok {
background: url(images/tiktok.svg) center no-repeat ;
background-size: 16px 16px;
	background-color: #b4d66f;
}

.youtube {
background: url(images/youtube.svg) center no-repeat ;
background-size: 16px 16px;
	background-color: #343434;
}

.contact {
background: url(images/contact.svg) center no-repeat ;
background-size: 16px 16px;
	background-color: #fac7b5;
}

.top-bar .facebook,
.top-bar .pinterest,
.top-bar .instagram,
.top-bar .tiktok,
.top-bar .youtube,
.top-bar .contact{
background-size: 20px 20px;
	background-color: transparent;
}

.social span:hover{
  transform: rotate(10deg);
}

.nav-menu .social{
	display: none;
}

/* 404 Page
------------------------------------------------------ */

.error404 h1{
text-align: center;
	font-size: 52px;
}

.error404 .entry{
text-align: center;
	width: 100%;
	max-width: 900px;
margin: 0 auto 50px;
}

.error404 .entry strong{
text-transform: uppercase;
letter-spacing: 2px;
display: Block;
margin: 25px auto;
}

.error404 .entry a.button{
background-image: none !Important;
}



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

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

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

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

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

.has-dark-green-background-color {
    background-color: #038577 !important;
}

.has-dark-green-color {
    color: #038577 !important;
}

.has-green-background-color {
    background-color: #b4d66f !important;
}

.has-green-color {
    color: #b4d66f !important;
}

.has-red-background-color {
    background-color: #e01f4d !important;
}

.has-red-color {
    color: #e01f4d !important;
}

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

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

.has-light-green-background-color {
    background-color: #b4d3ae !important;
}

.has-light-green-color {
    color: #b4d3ae !important;
}

.has-yellow-background-color {
    background-color: #ffcd3f !important;
}

.has-yellow-color {
    color: #ffcd3f !important;
}



/*
Feature Section Posts
---------------------------------------------------------------------------------------------------- */

ul.section-posts-one-half,
ul.section-posts-one-third,
ul.section-posts-one-fourth,
ul.section-posts-one-fifth,
ul.section-posts-one-sixth{
margin: 0 auto;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    flex-flow: column nowrap;
	overflow: visible;
}

ul.section-posts-one-half li,
ul.section-posts-one-third li,
ul.section-posts-one-fourth li,
ul.section-posts-one-fifth li,
ul.section-posts-one-sixth li{
list-style-type: none;
margin: 0 auto 25px;
}

ul.section-posts-one-half h3,
ul.section-posts-one-third h3,
ul.section-posts-one-fourth h3,
ul.section-posts-one-fifth h3,
ul.section-posts-one-sixth h3{
text-align: center;
	color: #323232;
	padding: 1% 2%;
line-height: 1.4;
}

ul.section-posts-one-half h3,
ul.section-posts-one-half h3 a,
ul.section-posts-one-third h3,
ul.section-posts-one-third h3 a{
font-size: 22px;
}

ul.section-posts-one-fourth h3,
ul.section-posts-one-fourth h3 a{
font-size: 18px;
}

ul.section-posts-one-fifth h3,
ul.section-posts-one-fifth h3 a,
ul.section-posts-one-sixth h3,
ul.section-posts-one-sixth h3 a{
font-size: 16px;
}

ul.section-posts-one-half{
    grid-template-columns: repeat(2, 1fr);
}

ul.section-posts-one-third{
    grid-template-columns: repeat(3, 1fr);
}

ul.section-posts-one-fourth{
    grid-template-columns: repeat(4, 1fr);
}

ul.section-posts-one-fifth{
    grid-template-columns: repeat(5, 1fr);
}

ul.section-posts-one-sixth{
    grid-template-columns: repeat(6, 1fr);
}


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

.footer-newsletter{
width: 100%;
clear: both;
background: #038577;
	position: relative;
	margin-top: 50px;
}

.footer-newsletter:before{
content: '';
background: #038577 url(/wp-content/themes/pmd-daysofbaking/images/cupcake-white.svg) center no-repeat;
background-size: 50px 50px;
	outline: 1px dashed #fff;
outline-offset: -7px;
width: 105px;
height: 105px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-newsletter .wrap{
text-align: center;
color: #fff;
padding: 60px 2% 4%;
}

.footer-newsletter h4{
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	font-weight: 600;
	font-size: 42px;
color: #fff;
	margin: 0 auto 5px;
}

.footer-newsletter .italic-title{
font-style: italic;
font-weight: 400;
	font-size: 28px;
}

.footer-newsletter p{
	font-weight: 300;
letter-spacing: .5px;
margin: 0 auto 20px;
}

.footer-newsletter .newsletter{
width: 100%;
max-width: 700px;
margin: 0 auto;
}

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

.sidebar-about{
	border: 2px solid #f3cf6f;
	width: 100%;
	max-width: 400px;
margin: 15px auto 25px;
Text-align: center;
font-size: 14px;
line-height: 1.5;
}

.sidebar-about_img img{
width: 100%;
max-width: 130px;
border-radius: 50%;
	margin: -15px auto 5px;
	border: 4px solid #fff;
    -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%);
}

.sidebar-about_content{
padding: 0 20px 4%;
}

.sidebar-about h4{
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
    font-weight: 600;
margin-bottom: 5px;
}

.sidebar-about p,
.sidebar-about .social{
	margin-bottom: 15px;
}

.sidebar-about .social-title{
width: 100%;
max-width: 150px;
	margin: 0 auto 5px;
}


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

.sidebar-newsletter{
	width: 100%;
	max-width: 400px;
margin: 40px auto 25px;
	border: 4px solid #038577;
padding: 25px;
text-align: center;
	position: relative;
}

.sidebar-newsletter:before{
	content: '';
    background: #fff url(images/cupcake.svg) center no-repeat;
    background-size: 40px 40px;
    width: 60px;
    height: 50px;
    display: block;
    margin: -55px auto 0;
}

.sidebar-newsletter h4{
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
    font-weight: 600;
margin-bottom: 10px;
font-size: 32px;
}

.sidebar-newsletter p{
font-size: 15px;
}

.sidebar-newsletter .italic-title{
    font-style: italic;
    font-weight: 400;
    font-size: 26px;
}

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

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

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

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


#pmdModal.modal {
  display: none; 
  position: fixed; 
  z-index: 9999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4); 
}

/* Modal Content/Box */
#pmdModal .modal-content {
background: #038577;
  width: 100%;
	max-width: 600px;
text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	display: flex;
    -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%);
}

.newsletter-popup_image{
width: 40%;
height: 100%;
}

.newsletter-popup_image img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.newsletter-popup_content{
width: 60%;
align-self: center;
padding: 4% 4%;
	color: #fff;
}

.newsletter-popup_image img{
display: block;
margin: 0;
}


.newsletter-popup_content h4{
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	font-weight: 600;
	font-size: 32px;
	color: #fff;
}

.newsletter-popup_content .newsletter .formkit-fields{
display: block;
}

.newsletter-popup_content .newsletter .formkit-field{
width: 100%;
}

.newsletter-popup_content .newsletter input[type="text"], .newsletter-popup_content .newsletter input[type="email"],
.newsletter-popup_content .newsletter input[type="submit"], .newsletter-popup_content .newsletter button{
	width: 100%;
	margin: 5px auto;
}


/* The Close Button */
#closepop {
  color: #323232;
  float: right;
  font-size: 28px;
  font-weight: bold;
	position: absolute;
top: 15px;
	right: 25px;
	z-index: 999;
}

#closepop:hover,
#closepop:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}


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

.recipe-intro{
padding: 25px 2%;
}

.recipe-intro .wp-block-group__inner-container{
padding: 25px 2%;
}

.recipe-intro .wp-block-search__inside-wrapper{
	width: 100%;
	max-width: 600px !important;
margin: 0 auto !Important;
background: #fff !important;
border: none !important;
border-radius: 35px !important;
padding: 6px 15px 6px 25px !important;
    -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%);
}

.recipe-intro .wp-block-search__button{
border: none !Important;
background: #e01f4d !Important;
	width: 48px;
	height: 48px;
border-radius: 50% !important;
padding: 5px 10px 5px 5px !important;
}

.recipe-intro .wp-block-search__button:hover{
background: #b4d66f !Important;
}


.recipe-intro .wp-block-search__button svg{
fill: #fff !important;
	width: 35px;
height: 35px;
	margin: 0 auto 0 !Important;
text-align: center;
}

.index-pages{
	padding: 25px 2%;
}

.index-newsletter{
background: #038577 !important;
color: #fff;
}

.index-newsletter h4{
	color: #fff;
}

.index-newsletter h4:before{
    filter: brightness(0) invert(1);
}

/* Affiliate Shop
--------------------------------------------- */

.cpt-archive-description,
.tax-favorite_categories .archive-description{
padding: 25px 0;
}

.cpt-archive-description p:last-of-type,
.tax-favorite_categories .archive-description p:last-of-type{
margin-bottom: 0;
}

.favorite-product {
	padding: 4%;
}


.favorite-product h2{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 18px;
    text-align: left;
display: block;
padding: 15px 5px;
}

.subscribe-post-block{
padding: 3% 10%;
	width: 100%;
	clear: both;
margin-bottom: 25px;
}

.subscribe-post-block p{
margin-bottom: 0px;
}

.subscribe-post-block p.connect-title{
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
    font-weight: 600;
font-size: 26px;
	margin-bottom: 0px;
}

.subscribe-post-block h4{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 16px;
}

.subscribe-post-block .wp-block-buttons{
	margin-top: 5px;
}

.subscribe-post-block .wp-block-button .wp-block-button__link{
margin-bottom: 10px;
font-size: 14px;
	padding: 8px 5px;
}

.subscribe-post-block .newsletter{
margin: 0 auto 35px;
}

/*
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;
overflow-x: hidden;
}

	.site-header .wrap{
overflow: visible;
}

.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{
-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;
min-height: 60px;
}
	
	.site-header .wrap{
overflow: hidden;
display: block;
		padding: 0;
}
		
.site-header .title-area{
float: none;
width: 100%;
	max-width: 300px;
margin: 0 0 0 2%;
}
	
	
.header-image .site-title a{
min-height: 50px;
	margin: 6px auto;
background-position: left center !Important;
}
	
.mobile-news{
display:  block;
}
	
.top-bar{
display: none;
}

		.nav-menu .nav-primary .menu-item.search button{
display: none;
}
	
	.site-header .wrap>.menu-toggle, .site-header .wrap>.search-toggle {
    position: absolute;
    top: 10px;
    width: 48px;
    height: 48px;
		display: inline;
}
	
	.nav-menu.active {
    background: #038577;
    border-top: 1px solid #038577;
    display: block;
    margin: 0 auto;
width: 100%;
		padding-bottom: 10px;
}

	.nav-menu .menu {
    clear: both;
    line-height: 1;
    margin: 0;
    width: 100%;
		display: none;
}
	
	.nav-menu .menu-item a{
		padding: 15px;
	}
	
	.nav-menu.active .menu{
		display: block;
	}
	
.nav-menu ul {
    clear: both;
    line-height: 1;
    margin: 0;
    width: 100%;
}
	
	.nav-menu .menu-item {
    list-style: none;
    position: relative;
		border-bottom: 1px solid #017766;
		margin: 0;
}
	
	.nav-menu .menu-item a{
display: block;
width: 100%;
background-image: none;
		padding: 15px 10px;
}
	
	.nav-menu .menu-item:hover>a,
	.nav-menu .menu-item a,
	.nav-menu .menu-item.current-menu-item>a, .nav-menu .menu-item.current-menu-ancestor>a{
		color: #fff;
	}
	
	.nav-menu .menu-item:hover>.sub-menu {
display: none;
}
	
	.nav-menu .sub-menu .menu-item{
	font-size: 15px;
	font-weight: 600;
padding: 10px;
		padding-left: 10px;
}
	
.nav-menu .submenu-expand {
    top: 0;
    right: 0;
    -webkit-transform: none;
    width: 44px;
    height: 44px;
    -webkit-transform: rotate(
180deg);
    transform: rotate(180deg);
}
	
	.nav-menu .submenu-expand svg {
    fill: #fff;
	}
	
	.nav-menu .submenu-expand.expanded+.sub-menu {
    display: block;
		position: relative;
		width: 100%;
		left: 0;
		opacity: 100;
		background: #54c6b3;
	border: none;
box-shadow: none;
}
	
	.nav-menu .submenu-expand.expanded+.sub-menu  .menu-item{
padding: 5px 10px;
}
	
	.nav-menu .submenu-expand.expanded+.sub-menu a{
		color: #2f2f2f;
}
	
		.nav-menu .submenu-expand:not(.expanded) {
    transform: none;
}

	.nav-menu .sub-menu .sub-menu{
		margin: 0;
	}
	
	.nav-menu .social{
display: none;
}
	
	.nav-menu.active .social{
		display: flex;
	margin: 10px;
}
	
	
	.nav-menu.active .search-form{
margin: 10px;
}
	
	
.site-header .wrap>.search-toggle {
    right: 2%;
}

	.nav-menu.active{
  overflow: visible;
}
	
.nav-menu.active .mobile-only-menu{
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
position: relative;
	padding: 1% 2%;
}

.mobile-only-menu a{
color: #323232;
display: block;
	background: #b4d66f;
padding: 20px 5px;
text-align: center;
margin: 5px auto;
width: 100%;
font-size: 14px;
font-weight: 600;
}
	
.content,
.content-sidebar-sidebar .content,
.content-sidebar-sidebar .content-sidebar-wrap,
.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%;
}
	
.social{
	height: 44px;
	width: 290px;
}

.social span {
    width: 44px;
    height: 44px;
}

.nav-menu .social span {
    background-color: #e01f4d;
	background-size: 22px 22px;
    }

.social, .social span, .social a {
    height: 44px;
}

	.nav-secondary ul{
		flex-wrap: wrap;
    display: grid;
    grid-column-gap: 5px;
    grid-template-columns: repeat(2, 1fr);
	}
	
	.nav-secondary .menu-item{
margin: 5px auto;
		width: 100%;
		font-size: 12px;
}
	
	.nav-secondary .menu-item a{
	background: #018577;
border-color: #018577;
		font-size: 12px;
		padding: 15px 5px;
}

}

@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 .wrap,
	.site-footer .foot-design{
flex-wrap: wrap;
flex-direction: column;
}
	
.site-footer .foot-info,
.site-footer .foot-design{
width: 100%;
margin:  10px auto;
text-align:  center;
}
	
	.site-footer a.back-to-top{
display: block;
text-align: center;
width: 100%;
	margin: 10px auto 0;
}
	
	.site-footer .social{
margin: 0px auto 15px;
}

.wp-block-columns{
padding: 0 4%;
}

.newsletter .formkit-fields{
display: block;
}

.newsletter .formkit-field,
.newsletter button{
	display: block;
	width: 100%;
	margin: 5px auto;
}


	.catsub{
width: 100%;
	display: block;
}

	.catsub h4{
display: block;
		color: #fff;
background: #038577;
}
	
	.catsub .catsub-menu{
		display: none;
    position: absolute;
    width: 100%;
    z-index: 998;
	}
	
	.catsub:hover .catsub-menu{
display: block;
		position: relative;
}
	
	.catsub:hover{
background: #038577;
		color: #fff;
}
	
	.catsub:hover h4{
border: none;
		color: #fff;
}

	.catsub:hover .catsub-menu{
display: block;
		padding: 5px;
}
	
	.catsub:hover .catsub-menu a{
		display: block;
border: none;
width: 100%;
margin: 5px auto;
		background: none;
padding: 10px 5px;
		color: #fff;
font-size: 16px;
border-bottom: 1px solid #fff;
	}
	
	.catsub:hover .catsub-menu a:last-of-type{
		border: none;
	}

	.adjacent-entry-pagination{
flex-wrap: wrap;
display: block;
}
	
	.adjacent-entry-pagination .pagination-previous, .adjacent-entry-pagination .pagination-next{
		width: 100%;
		margin: 10px auto;
	}
	
	.large-featured-posts-block ul li{
display: block;
		text-align: center;
}
	
	.large-featured-posts-block .favorite-post_img,
	.large-featured-posts-block ul .favorite-post_content{
width: 100%;
		text-align: center;
		margin: 0 auto;
border: none;
}
	
	.large-featured-posts-block ul li:before{
width: 80px;
height: 80px;
left: 5px;
top: 5px;
}
	
	.large-featured-posts-block ul .favorite-post_content{
width: 100%;
	max-width: 90%;
margin: -50px auto 0;
		position: relative;
}
	
	.footer-newsletter:before{
outline: none;
}

}
 

@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%;
	}
	
	.site-header .title-area{
max-width: 70%;
}
    
 .archive .content,
.search .content,
.blog .content{
    grid-template-columns: repeat(2, 1fr);
}


.adjacent-entry-pagination .post-navigation-title{
	font-size: 16px;
}
	
	.adjacent-entry-pagination .previous-next.previous,
	.adjacent-entry-pagination .pagination-previous .post-navigation-title,
	.adjacent-entry-pagination .previous-next.next,
	.adjacent-entry-pagination .pagination-next .post-navigation-title{
		text-align: center;
	}
	
	.post-navigation-content{
align-self: center;
    width: 60%;
}
	
.adjacent-entry-pagination img{
width: 100%;
	max-width: 150px;
	height: auto;
	border-radius: 0;
}
	
.adjacent-entry-pagination .post-navigation-title{
font-size: 14px;
}
	
	.entry-share-open{
    display: grid;
    grid-column-gap: 5px;
    grid-template-columns: repeat(4,1fr);		
	}
	
	.entry-share-open a{
		width: 100%;
background: #fafafa !important;
		display: block;
font-size: 10px !Important;
text-align: center;
}

	.entry-share-open .wprm-recipe-jump:before, .entry-share-open .wprm-recipe-jump-to-comments:before, .entry-share-open .wprm-recipe-pin:before, .entry-share-open .wprm-recipe-grow:before{
		display: block;
		margin: 0 auto 5px;
	}
	
	#pmdModal .modal-content{
display: block;
		max-width: 90%;
}

.newsletter-popup_image,
.newsletter-popup_content{
	width: 100%;
}

.newsletter-popup_image img{
	width: 100%;
	height: 200px;
}
	
	
	.entry-share-open .wprm-recipe-rating{
	grid-column: 1 / -1;
		margin: 5px 0 10px;
		text-align: left;
}
    
}