/*
	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: 18px;
    line-height: 1.7625;
    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: #8F1A22;
	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 15px;
font-weight: 700;
line-height: 1.5;
}

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

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

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


h3 {
	font-size: 26px;
}

h4 {
	font-size: 24px;
}


h5 {
	font-size: 22px;
}

h6 {
	font-size: 20px;
}

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

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

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


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

/* 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: #901a21;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
	width: auto;
	font-weight: 700;
	transition: .5s;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #2f2f2f;
	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: 20px 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: 40px;
    grid-template-columns: repeat(3, 1fr);
}

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

.archive .content .entry,
.search .content .entry,
.blog .content .entry{
	background: #fff;
    width: 100%;
	padding-bottom: 0;
	float: none;
  margin: 0 auto 25px;
	text-align: center;
}

.archive .content .entry-category,
.search .content .entry-category,
.blog .content .entry-category{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 14px;
color: #2f2f2f;
	font-weight: 500;
	margin: 0 auto;
}

.archive .content .entry-category a,
.search .content .entry-category a,
.blog .content .entry-category a{
color: #2f2f2f;
}



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

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


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

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

.archive .breadcrumb{
padding: 5px 1.5%;
}

.breadcrumb a{
	color: #2f2f2f;
}

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

.author-box-title {
font-weight: 700;
	font-size: 20px;
	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: #fff;
	width: 100%;
	max-width: 1240px;
	padding: 0 1.5%;
margin: 0 auto;
}


h1.archive-title{
    font-size: 38px;
}

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

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

.catsub a{
	display: inline-block;
	margin: 5px;
	display: inline-block;
	font-size: 13px;
padding: 5px 10px;
color: #2f2f2f;
	font-weight: 600;
}

.catsub a:first-of-type{
padding-left: 0;
}

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

.archive-description{
	width: 100%;
padding: 2% 0;
border-bottom: 1px solid #ddd;
	grid-column: 1 / -1;
}

.blog .archive-description{
padding-bottom: 0;
margin-bottom: 5px;
	text-align: center;
	border: none;
}

.blog .archive-description h1{
	margin-bottom: 5px;
	font-size: 28px;
}

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

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

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

.category-trending{
width: 100%;
clear: both;
}

.category-trending .wrap{
padding: 2% 2% 0;
}

.category-trending h2{
text-align: center;
	font-size: 32px;
margin: 0 auto 15px;
}


.category-trending ul{
margin: 0 auto;
    display: grid;
    grid-column-gap: 20px;
    width: 100%;
    flex-flow: column nowrap;
	overflow: visible;
border-bottom: 1px solid #ddd;
	padding-bottom: 2%;
}

.category-trending ul li{
list-style-type: none;
}

.category-trending ul li img{
margin: 0 auto 5px;
display: block;
}

.category-trending .article-title{
	position: relative;
}

.category-trending .article-title:before{
content: '';
background: #2f2f2f;
width: 1px;
height: 50px;
display: block;
margin: -35px auto 5px;
}

.category-trending .article-title,
.category-trending .article-title a{
text-align: center;
color: #2f2f2f;
	display: block;
font-weight: 700;
	line-height: 1.2;
}

.archive .category-list-block_inner{
    grid-column-gap: 40px;
}

	
	ol.category-popular-list {
    counter-increment: my-awesome-counter 0;
    position: relative;
    counter-reset: my-awesome-counter;
	margin-left: 40px;
}


ol.category-popular-list li {
    margin: .5em 0 .5rem;
    counter-increment: my-awesome-counter;
    position: relative;
    list-style-type: none;
	padding: 0;
	text-indent: 0;
    font-weight: 700;
    margin-bottom: 20px;
	text-align: left !Important;
}


ol.category-popular-list li::before {
    content: counter(my-awesome-counter);
    color: #242424;
    font-size: 1.55rem;
    font-weight: 400;
    position: absolute;
    --size: 24px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 4px;
    background: none;
    text-align: center;
	padding: 0;
}

ul.section-posts-one-half .article-title,
ul.section-posts-one-half .article-title a{
	font-size: 24px;
}

ul.section-posts-one-third .article-title,
ul.section-posts-one-third .article-title a{
	font-size: 20px;
}

ul.section-posts-one-fifth .article-title,
ul.section-posts-one-fifth .article-title a,
ul.section-posts-one-fourth .article-title,
ul.section-posts-one-fourth .article-title a{
	font-size: 16px;
}

ul.section-posts-one-sixth .article-title,
ul.section-posts-one-sixth .article-title a{
	font-size: 14px;
}

.subcategory-headline{
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}

.subcategory-headline .subcategory-headline_title{
width: 70%;
text-align: left;
}

.subcategory-headline .subcategory-headline_title h2{
text-align: left;
	font-size: 30px;
}

.subcategory-headline .subcategory-headline_link{
width: 30%;
text-align: right;
}

.subcategory-headline .subcategory-headline_link a{
	color: #2f2f2f;
font-weight: 700;
	position: relative;
}

.subcategory-headline .subcategory-headline_link a:after{
	content: '';
background: url(/wp-content/themes/pmd-foodiefam/images/arrow-red.svg) center no-repeat;
	background-size:contain;
	display: inline-block;
	vertical-align: middle;
width: 20px;
	height: 12px;
	border: none !Important;
	margin-left: 5px;
}

.all-category-title .wrap{
padding: 2% 2% 0;
}

.all-category-title h2{
text-align: center;
	font-size: 32px;
}


/* 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: 15px 1%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
border-bottom: 1px solid #eee;
}

.page-template-block-page .site-header .wrap{
border-bottom: none;
}

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

.title-area {
	width: 30%;
}

.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: #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: 60px;
width: 100%;
margin: 0px auto;
	position: relative;
z-index: 99;
}

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

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

.mobile-news{
width: 100%;
clear: both;
background: #2f2f2f;
text-align: center;
font-size: 14px;
font-weight: 400;
color: #fff;
}

.mobile-news strong{
	text-transform: uppercase;
letter-spacing: 2px;
	font-weight: 600;
	font-size: 12px;
}

.mobile-news a{
	color: #fff;
display: block;
padding: 10px 2%;
position: relative;
}

.mobile-news button{
background: none;
padding: 15px 5px;
	font-weight: 400;
	letter-spacing: .5px;
}

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

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

.nav-menu {
width: 70%;
display: flex;
-webkit-box-pack: end;
justify-content: flex-end;
}

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

.nav-menu .header-connect{
	width: 165px;
	display: flex;
justify-content: flex-end;
	align-items: center;
}


.nav-menu .nav-primary+.nav-secondary {
margin-bottom: 16px;
}

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

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

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

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

.nav-menu .sub-menu .menu-item{
	font-size: 12px;
	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: #fff;
}

.nav-menu .sub-menu .menu-item:hover>a {
    background: #444;
}

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

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

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

.nav-menu .menu-item {
    list-style: none;
    position: relative;
}

.nav-menu .menu-item a {
    border: none;
    color: #2f2f2f;
    display: block;
    padding: 8px 18px;
    position: relative;
    text-decoration: none;;
	transition: .5s;
    background-image: linear-gradient(180deg, transparent 94%, #504361 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    -webkit-transition: background-size .4s ease;
    -moz-transition: background-size .4s ease;
    -ms-transition: background-size .4s ease;
    -o-transition: background-size .4s ease;
    transition: background-size .4s ease;
    user-select: none;
}

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


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

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

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

.nav-menu .sub-menu .menu-item a{
    padding: 12px 18px;
}

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

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

.search-toggle svg{
width: 20px;
height: 20px;
}

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

.header-connect .search-toggle{
	display: block;
}

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

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

.search-toggle:hover, .search-toggle.active, .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: #2f2f2f;
	width: 10px;
height: 10px;
}

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

.site-header .wrap>.menu-toggle {
    left: 0;
}

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

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

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

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

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


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

.nav-secondary {
clear: both;
	width: 100%;
margin: 0px auto;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 1px;
	color: #2f2f2f;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

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

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

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

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

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

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


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


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

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

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

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

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

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

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

.entry-content  ul li::marker{
	color:  #8F1A22;
}
.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: .5px;
}

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

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

.single .content .entry-header{
border-bottom: 2px solid #fafafa;
	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% 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: #2f2f2f;
font-weight: 600;
font-size: 12px;
	text-transform: uppercase;
letter-spacing: 1px;
font-style: normal;
}

/* Single Title
--------------------------------------------- */

.single-title{
	width: 100%;
	clear: both;
	margin-bottom: 50px;
}

.single-title .entry-header-rows{
display: Flex;
flex-direction: row;
justify-content: space-between;
	padding: 0 2%;
	position: relative;
	border-bottom: 1px solid #2f2f2f;
}


.single-title .entry-header-row-1{
width: 60%;
	padding: 4% 0 0;
}

.single-title .entry-header-row-2{
width: 40%;
}

.single-title .entry-header-row-2 img{
	border: 10px solid #fff;
display: block;
margin: 0 auto -45px;
}

.single-title .entry-category{
text-transform: uppercase;
Letter-spacing: 2px;
font-size: 14px;
	font-weight: 500;
margin-bottom: 10px;
	text-align: left;
position: relative;
	width: 220px;
}

.single-title .entry-category:after{
content: '';
background: #2f2f2f;
	display: inline-block;
	height: 1px;
width: 100%;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
z-index: 98;
}

.single-title .entry-category a{
color: #2f2f2f;
background: #fff;
	position: relative;
z-index: 99;
	padding: 0 10px 0 0;
}

.single-title .entry-title{
	width: 100%;
font-size: 42px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.single-title .wprm-recipe-meta-container{
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
	width: 100%;
	max-width: 70%;
	font-size: 15px;
}

.single-title .wprm-recipe-block-container{
margin: 0 0 10px;
	font-size: 15px;
text-transform: uppercase;
	letter-spacing: 1px;
}

.single-recipe-jump{
	display: flex;
flex-direction: row;
	justify-content: flex-start;
	margin-top: 25px;
text-align: center;
}

.single-recipe-jump a{
color: #fff !important;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 14px;
padding: 6px 25px;
background: #2f2f2f;
}

.single-recipe-jump a:first-of-type{
	margin-right: 25px;
}

.single-title .post-disclosure{
font-style: italic;
margin-top: 15px;
}


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

.adjacent-entry-pagination {
	width:  100%;
	clear:  both;
	margin:  25px auto;
overflow: hidden;
}

.adjacent-entry-pagination a {
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
    text-decoration: none;
}

.adjacent-entry-pagination .pagination-previous,
.adjacent-entry-pagination .pagination-next{
    width: calc(1/2 * 100% - 2%);
line-height: 1.2;
}

.adjacent-entry-pagination img{
margin: 0 10px;
}

.adjacent-entry-pagination .previous-next{
background: #Fff;
padding: 5px 10px;
display: block;
	width: 100%;
	max-width: 100px;
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;
	float: left;
}

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

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

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


.single .pagination-next .post-navigation-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.single .pagination-next img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 20px;
}


/* 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;
	margin: 0 4px;
}


.archive-pagination li a {	
	color: #fff;
cursor: pointer;
display: inline-block;
padding: 4px 10px;	
background: #2f2f2f;
	width: 45px;
height: 45px;
border-radius: 50%;
    vertical-align: middle;
line-height: 35px;
}

.archive-pagination .pagination-next a{
text-indent: -9999px;
background: url(images/arrow-red.svg) center no-repeat;
	background-size:contain;
width: 50px;
	height: 35px;
	border: none !Important;
border-radius: 0;
}

.archive-pagination .pagination-previous a{
text-indent: -9999px;
background: url(images/arrow-red.svg) center no-repeat;
	background-size:contain;
width: 50px;
	height: 35px;
	border: none !Important;
border-radius: 0;
	transform: rotate(180deg);
}

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

}

/* 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 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-left: 2px solid #fafafa;
	border-top: 2px solid #fafafa;
	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: #fafafa;
}

.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{
	text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
    color: #2f2f2f;
	font-size: 12px;
}

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

.comment-reply{
color: #fff;
background: #2f2f2f;
padding: 4px ;
width: 60px;
font-size: 14px;
	text-align: center;
	font-weight: 400;
}

.comment-meta{
	font-size: 10px;
}

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


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

#respond h3#reply-title{
	font-size: 32px;
	color: #2f2f2f;
margin-bottom: 20px;
	text-align: center;
	text-transform: none;
letter-spacing: 0;
}

.comment-respond{
background: #fff;
	border-top: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
padding: 4% 2%;
margin:  40px auto 40px;
}

.comment-respond form{
	background: none;
}

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

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

.comment-respond input[type="submit"]:hover{
background: #901a21;
}

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

.comment-respond .comment-form-author{
width: 49%;
display: inline-block;
vertical-align: middle;
	margin-right: 1%;
}

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

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

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

.sidebar-newsletter{
text-align: center;
padding: 10% 8%;
font-size: 16px;
width: 100%;
max-width: 400px;
margin: 0 auto 25px;
	overflow: visible;
	border: 1px solid #2f2f2f;
}

.sidebar-newsletter h4{
font-size: 32px;
line-height: 1.3;
	position: relative;
}

.sidebar-about{
width: 100%;
max-width: 400px;
margin: 0 auto 25px;
padding: 1% 1% 2% 1%;
	text-align: center;
}


.sidebar-about_img img{
	display: block;
	margin: 0 auto;
	width: 100%;
}

.sidebar-about_content{
	width: 100%;
	padding: 2%;
	font-size: 16px;
line-height: 1.4;
}

.sidebar-about p{
	margin-bottom: 10px;
}

.sidebar-about_content .small-title{
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 500;
margin: 0 auto -5px;
display: block;
	position: relative;
}

.sidebar-about_content .small-title:before{
content: '';
background: #2f2f2f;
width: 1px;
height: 60px;
display: block;
margin: -35px auto 5px;
}

.sidebar-about_content h4{
font-size: 32px;
margin-bottom: 2px;
}

.sidebar-about_content a{
font-weight: 600;
font-style: italic;
color: #2f2f2f;
text-transform: lowercase;
}

.sidebar-trending{
width: 100%;
max-width: 400px;
margin: 0 auto 25px;
}

.sidebar-trending h4{
text-align: center;
}

.sidebar-trending ul.trending-article-list{
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.sidebar-trending ul.trending-article-list li{
margin: 0 auto;
	width: 100%;
	font-size: 14px;
line-height: 1.6;
	color: #2f2f2f;
margin: 0 auto 15px;
	text-align: center;
}

.sidebar-trending ul.trending-article-list .article-title{
font-weight: 700;
	color: #2f2f2f;
display: block;
	padding: 2% 0;
}

.sidebar-trending ul.trending-article-list .article-title a{
	color: #2f2f2f;
}

/*
Footer Books
------------------------------------------------------ */

.featured-books{
width: 100%;
clear: both;
	margin-top: 25px;
margin-bottom: 75px;
}

.featured-books .wrap{
}

.featured-books_inner{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 60%;
    grid-column-gap: 16px;
    overflow-x: auto;
    grid-template-columns: none;
    width: 100%;
	flex-flow: column nowrap;
		padding-top: 2%;
	padding-bottom: 2%;
}

.featured-books_book{
    flex-flow: column nowrap;
    width: 100%;
	display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.featured-books_book h4{
	text-transform: uppercase;
Letter-spacing: 2px;
font-size: 16px;
margin-bottom: 0px;
}

.featured-books_book h3{
	font-size: 32px;
	line-height: 1.2;
}

.featured-books_book .featured-book_info a{
	color: #2f2f2f;
position: relative;
}

.featured-books_book .featured-book_info a:after{
	content: '';
background: url(/wp-content/themes/pmd-foodiefam/images/arrow-red.svg) center no-repeat;
	background-size:contain;
	display: inline-block;
	vertical-align: middle;
width: 20px;
	height: 12px;
	border: none !Important;
	margin-left: 5px;
}

/*
Footer Rows
------------------------------------------------------ */

.footer-rows{
	width: 100%;
	clear: both;
	margin: 55px auto 0;
}

.footer-rows .wrap{
	padding: 2%;
	border-top: 1px solid #2f2f2f;
border-bottom: 1px solid #2f2f2f;
	display: flex;
flex-direction: row;
	justify-content: space-between;
}

.footer-rows h4{
	font-size: 20px;
margin: 0 auto 5px;
}

.footer-rows .footer-row-2 h4{
	font-size: 28px;
margin: 0 auto 10px;
}

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

.footer-rows .footer-row-1 a,
.footer-rows .footer-row-3 a{
	display: block;
	color: #2f2f2f;
	font-size: 16px;
}

.footer-rows .wrap{
position: relative;
}

.footer-rows .wrap:before{
content: '';
background: url(/wp-content/themes/pmd-foodiefam/images/submark-white.svg) center no-repeat;
background-size: contain;
transform: rotate(-15deg);
width: 120px;
height: 120px;
display: block;
position: absolute;
top: -55px;
left: 15px;
}

.footer-rows #social{
margin: 15px 0 0;
}


.footer-rows .footer-row-1{
width: 25%;
	text-align: left;
	border-right: 1px solid #2f2f2f;
	padding-top: 60px;
}

.footer-rows .footer-row-2{
width: 50%;
text-align: center;
align-self: center;
}


.footer-rows .footer-row-3{
width: 25%;
	text-align: right;
	border-left: 1px solid #2f2f2f;
}



/*
Featured On
---------------------------------------------------------------------------------------------------- */

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

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

.featured-on-logos .featured-on-row{
	padding: 0 2%;
}

.featured-on-logos .featured-on-row h4{
	font-size: 15px;
	margin: 0 auto;
text-transform: uppercase;
letter-spacing: 1px;
}

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

.site-footer {
	background: #2f2f2f;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px 2%;
	text-align: left;
}

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

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


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


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

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

.site-footer .foot-design{
width: 20%;
text-align:  right;
}


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


.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-wrap .content .entry-content .alignfull{
width: 100%;
margin: 0 auto;
}

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

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

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

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


.newsletter input[type="text"],
.newsletter input[type="email"]{ 
background: #fff;
width: 48%; 
padding: 14px; 
margin: 0px auto;
 display: block; 
	line-height: 1.2;
}

 .newsletter input[type="submit"],
.newsletter button{ 
 color: #fff; 
width: 100%;
padding: 14px; 
margin: 10px auto 0;
 display: block; 
	line-height: 1.2;
	font-size: 18px;
 }



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

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

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

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

#social li{
width: 30px;
height:30px;
transition:  .5s;
}

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

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

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

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

#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-red-background-color {
    background-color: #901a21 !important;
}

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

.has-gray-background-color {
    background-color: #fafbfc !important;
}

.has-gray-color {
    color: #fafbfc !important;
}


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

.recipe-search-block{
width: 100%;
max-width: 800px;
margin: 25px auto;
display: block;
}

.recipe-search-block .wp-block-search__inside-wrapper{
border: 1px solid #2f2f2f !important;
padding: 10px !important;
}

.recipe-search-block input{
	font-size: 16px  !important;
}

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

.recipe-search-block .wp-block-search__button svg{
	width: 25px !important;
height: 25px !important;
}

/* FacetWP Filter */

.facet-dropdown-menu{
width: 100%;
clear: both;
margin: 45px auto 25px;
	text-align: center;
}

.facet-dropdown-menu .wrap{
display: flex;
flex-direction: row;
justify-content: space-evenly;
}

.facet-dropdown-menu .facetwp-facet{
margin: 0 auto;
}

.facet-dropdown-menu_item{
	width: 100%;
margin: 0 .5%;
}

.facet-dropdown-menu_item:last-of-type{
background: none;
}

.facet-dropdown-menu select,
.facetwp-facet input.facetwp-search{
background: #fff;
	border: none;
	border-bottom: 1px solid #2f2f2f;
font-size: 16px;
	padding: 10px;
	height: 45px;
	font-weight: 700;
	width: 100% !important;

}

.facet-dropdown-menu button{
height: 45px;
	width: 100% !important;
	background: none;
	color: #901a21;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 15px;
	border: none;
	border: 1px solid #2f2f2f;
}

.mobile-facet-menu{
	width: 100%;
	text-align: center;
display: none;
}

.recipe-index-feed{
    display: grid;
    grid-column-gap: 20px !important;
    grid-template-columns: repeat(3, 1fr) !important;
}


.fwpl-row.recipe-index-grid-item{
	width: 100%;
	padding-bottom: 0;
	float: none;
	height: 100%;
}

.fwpl-result{
	margin: 0 auto 25px;
	display: block;
	width: 100%;
}

.cat-index-results .entry-title{
padding: 2% 4% 4%;
}

.cat-index-results .entry-title,
.cat-index-results .entry-title a{
text-align: center;
font-size: 24px;
font-weight: 700;
	line-height: 1.2;
}

.facetwp-facet{
text-align: center;
}


.lwptoc_title{
font-weight: 800 !important;
	font-size: 20px !important;
}

.lwptoc_item_label{
	font-weight: 600;
}


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

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

.featured-pages-block,
.about-block,
.callout-block,
.category-list-block,
.latest-post-block,
.search-index-block{
width: 100%;
clear: both;
}

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

.featured-pages-block .wrap,
.featured-posts-block .wrap,
.about-block .wrap,
.callout-block .wrap,
.newsletter-block .wrap,
.category-list-block .wrap,
.featured-categories-block .wrap,
.latest-post-block .wrap,
.search-index-block .wrap{
padding: 2% 1.2%;
}

.featured-pages-block a,
.featured-posts-block a,
.about-block a,
.callout-block a,
.newsletter-block a,
.category-list-block a,
.featured-categories-block a,
.latest-post-block a,
.search-index-block a{
color: #2f2f2f;
}


.section-headline{
width: 100%;
clear: both;
margin: 0 auto 5px;
	text-align: center;
}

.section-headline h2{
font-size: 32px;
	margin: 0 auto 10px;
}

.section-headline .section-title{
	display: block;
	margin: 0 auto;
}


.section-headline .see-more{
color: #2f2f2f;
font-weight: 700;
	font-size: 16px;
	position: relative;
	margin: 0 auto 20px;
display: block;
}

.section-headline .see-more:after,
.latest-post-block .button:after,
.about-block_row .wp-block-button .wp-block-button__link:after,
.callout-block .wp-block-button .wp-block-button__link:after,
.category-list-block .button:after{
	content: '';
background: url(/wp-content/themes/pmd-foodiefam/images/arrow-red.svg) center no-repeat;
	background-size:contain;
	display: inline-block;
	vertical-align: middle;
width: 20px;
	height: 12px;
	border: none !Important;
	margin-left: 5px;
}

.featured-pages-block ul,
.latest-post-block ul,
.featured-categories-block ul{
	margin: 0 auto;
}

.featured-pages-block ul li,
.latest-post-block ul li,
.featured-categories-block ul li{
	list-style-type: none;
}

.featured-pages-block ul li img,
.latest-post-block ul li img,
.featured-categories-block ul li img,
.featured-posts-block ul li img{
transition: .5s;
}

.featured-pages-block ul li:hover img,
.latest-post-block ul li:hover img,
.featured-categories-block ul li:hover img,
.featured-posts-block ul li:hover img{
	opacity: .7;
}

.featured-pages-block .small-title,
.featured-posts-block ul li h3{
position: relative;
}

.featured-pages-block .small-title:before,
.featured-posts-block ul li h3:before{
content: '';
background: #2f2f2f;
width: 1px;
height: 50px;
display: block;
margin: -35px auto 5px;
}

.featured-pages-block .small-title{
	color: #2f2f2f;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 14px;
	display: block;
	margin: 0 auto -2px;
}


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

.home .featured-pages-block .wrap{
	padding-top: 1%;
}

.featured-pages-block ul{
    display: grid;
    grid-column-gap: 20px;	
}

.featured-pages-block ul li{
text-align: center;
}

.featured-pages-block h2{
	font-size: 26px;
}

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

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

.latest-post-block h2{
text-align: right;
	position: relative;
	text-align: right;
width: 280px;
	position: absolute;
	top: 25px;
left: 45%;
}

.latest-post-block h2:after{
content: '';
background: #2f2f2f;
height: 1px;
width: 105%;
display: block;
margin: 0 auto;
}

.latest-post-block_inner{
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
	width: 100%;
}

.featured-post-block_large h3{
	font-size: 26px;
}

.featured-post-block_small{
margin-top: 70px;
}

.featured-post-block_small ul{
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
	width: 100%;
	text-align: center;
}

.featured-post-block_small h3{
	font-size: 20px;
}


.latest-post-block .button{
background: none;
color: #2f2f2f;
border: 1px solid #2f2f2f;
	position: relative;
	float: right;
}



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

.newsletter-block{
	margin-bottom: 25px;
}

.newsletter-block .wrap{
width: 100%;
max-width: 800px;
margin: 0 auto;
	padding: 4% 2%;
}

.newsletter-block .small-title{
text-transform: uppercase;
letter-spacing: 2px;
	font-weight: 500;
	margin: 0 auto;
font-size: 15px;
}

.newsletter-block h2{
	margin: 0 auto 10px;
}

.newsletter-block .newsletter input[type="text"], .newsletter-block .newsletter input[type="email"]{
	border: 1px solid #fff;
	color: #fff !important;
border-radius: 0;
background: none;
margin: 0 auto;
}

.newsletter-block .newsletter input[type="submit"], .newsletter-block .newsletter button{
	width: 32%;
margin: 0 auto;
}

.newsletter-block .newsletter::placeholder{
	color: #fff;
}

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

.about-block .wrap{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.about-block_inner{
margin: 0 auto;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
	align-items: center;
}

.about-block_row{
	padding: 0 2%;
	position: relative;
}

.about-block_row:last-of-type:before{
content: '';
background: #2f2f2f;
width: 100%;
	max-width: 320px;
height: 1px;
display: block;
position: absolute;
top: -25px;
left: -120px;
}

.about-block_row .wp-block-button .wp-block-button__link{
background: none;
color: #2f2f2f;
	padding: 10px 0;
	position: relative;
}


/* Search Index Block
------------------------------------------------------ */

.search-index-block .wrap{
	padding: 1% 2% 0;
}

.search-index-block_inner{
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
	align-items: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

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

.search-index-block .button{
width: 100%;
padding: 11px;
text-align: center;
}

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

.gray-bkg{
background: #fafbfc;
}

.white-bkg{
background: #fff;
}

.black-bkg{
background: #2f2f2f;
}

.red-bkg{
background: #901a21;
}

.gray-bkg,
.black-bkg,
.red-bkg{
	margin-top: 0px;
}

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

.featured-posts-block ul{
margin: 0 auto;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    flex-flow: column nowrap;
	overflow: visible;
}

.featured-posts-block ul li{
list-style-type: none;
	margin: 0 auto 25px;
}

.featured-posts-block ul li h3{
text-align: center;
	color: #2f2f2f;
padding: 1% 2%;
font-size: 18px;
line-height: 1.4;
}

.featured-posts-block ul li h3 a{
color: #2f2f2f;
}

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



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

.callout-block .wrap{
border-top: 1px solid #2f2f2f;
	padding: 4% 2% 2%;
}

.callout-block_inner{
margin: 0 auto;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
	align-items: center;
}

.callout-block_row:last-of-type{
display: flex;
flex-direction: row;
}

.callout-block_row:last-of-type img{
	border: 10px solid #fff;
}

.callout-block-img-back{
margin: 0 -100px 0 0;
}

.callout-block-img-front{
	transform: rotate(5deg);
	margin: 50px 0 0 -100px;
}

.callout-block .wp-block-button .wp-block-button__link{
background: none;
color: #2f2f2f;
border: 1px solid #2f2f2f;
	position: relative;
}


/* Featured Categories Block
------------------------------------------------------ */

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

.featured-categories-block ul{
    display: grid;
    grid-column-gap: 40px;	
}

.featured-categories-block ul li{
text-align: center;
}

.featured-categories-block ul li img{
border-radius: 50%;
margin: 0 auto 5px;
display: block;
}

.featured-categories-block h4{
	font-size: 20px;
}


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

.category-list-block .wrap{
	padding: 4% 2% 2%;
}

.category-list-block_inner{
margin: 0 auto;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
	align-items: center;
}

.category-list-block_row{
	position: relative;
}

.category-list-block_row:last-of-type{
padding-left: 2%;
}

.category-list-block h2{
	font-size: 32px;
	margin-bottom: 20px;
}

.category-list-block_row h2:after{
content: '';
background: #2f2f2f;
width: 100%;
	max-width: 320px;
height: 1px;
display: block;
	margin: 0 0 0 -150px;
}

.category-list-block ul{
	margin: 0 auto;
}

.category-list-block ul li{
list-style-type: none;
	display: block;
	margin-bottom: 20px;
}

.category-list-block h3{
	font-size: 22px;
	font-weight: 400;
}

.category-list-block .button{
background: none;
color: #2f2f2f;
border: 1px solid #2f2f2f;
	position: relative;
	margin-top: 15px;
}

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

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

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

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

.solid-box{
background: #901a21;
color: #fff;
}

.solid-box h2,
.solid-box h3,
.solid-box h4,
.solid-box h5{
color: #fff;
}

.note-block{
background: #fafbfc;
	position: relative;
	padding: 4%;
}

.note-block:before{
content: '';
background: url(/wp-content/themes/pmd-foodiefam/images/submark.svg) center no-repeat;
background-size: contain;
transform: rotate(15deg);
width: 100px;
height: 100px;
display: block;
position: absolute;
top: -35px;
right: 25px;
}

.pin-block{
position: relative;
padding-left: 15px;
}

.pin-block_inner{
	padding: 1% 2%;
	background: #901a21;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
	color: #fff;
}

.pin-block_img{
	width: 15%;
}

.pin-block_img img{
display: block;
margin: -25px auto;
border: 2px solid #fff;
border-radius: 50%;
}

.pin-block_content{
width: 75%;
text-align: center;
}

.pin-block h4{
	font-size: 24px;
margin-bottom: 0;
	color: #fff;
	text-align: center;
}

.pin-block .button{
background: #fff;
color: #2f2f2f;
	padding: 5px 15px;
}


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

.post-disclosure{
	font-size: 12px;
font-style: italic;
width: 100%;
	padding: 5px 0;
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;
}


input,
button,
select{
  border-radius: 0;
	-webkit-border-radius:0px;
}

/* 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-color: #2f2f2f;
  width: 100%;
	max-width: 600px;
	padding: 3%;
text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	font-size: 16px;
	color: #fff;
}

#pmdModal .modal-content h4{
font-size: 32px;
position: relative;
	color: #fff;
}


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

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

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

.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 auto;
}
	
	
.header-image .site-title a{
min-height: 60px;
	margin: 6px auto;
}
	
.mobile-news{
display:  block;
}
	
.top-bar,
.nav-secondary,
.nav-menu .header-connect .search-toggle{
display: none;
}
	
	.nav-menu .header-connect{
		display: None;
	}
	
	
	.nav-menu.active .header-connect{
		display: block;
}
	
	.nav-menu .menu-item{
		border-bottom: 1px solid #000;
	}
	
	.nav-menu .menu-item a,
	.nav-menu .menu-item:hover a,
	.nav-menu .menu-item.current-menu-item>a, .nav-menu .menu-item.current-menu-ancestor>a{
color: #fff;
}
	
	.nav-menu .menu-item a{
padding: 16px 10px;
}
	
	.nav-menu .sub-menu .menu-item a{
padding: 16px 20px;
}
	
	.nav-menu .submenu-expand svg{
		fill: #fff;
	}

		.nav-menu .nav-primary .menu-item.search button{
display: none;
}
	
	.search-toggle svg {
    width: 24px;
    height: 24px;
}
	
	.site-header .wrap>.menu-toggle, .site-header .wrap>.search-toggle {
    position: absolute;
    top: 10px;
    width: 48px;
    height: 48px;
		display: inline;
}
	
	.nav-menu.active {
    background: #2f2f2f;
    display: block;
    margin: 0 auto;
width: 100%;
}
	
	.nav-menu.active .sub-menu{
background: #242424;
}
	
	.nav-menu.active .sub-menu .menu-item {
font-size: 16px;
font-weight: normal;
}

	.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;
}
	
	.nav-menu .menu-item:hover>.sub-menu {
display: none;
}
	
	.nav-menu .sub-menu .menu-item{
	font-size: 16px;
	font-weight: 600;
}
	
		
.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 {
	width: 12px;
height: 12px;
}
	
	.nav-menu .submenu-expand.expanded+.sub-menu {
    display: block;
		position: relative;
		width: 100%;
		left: 0;
		opacity: 100;
}
	
		.nav-menu .submenu-expand:not(.expanded) {
    transform: none;
}
	
		.nav-menu #social{
margin: 10px 0 20px 10px;
}
	
	.nav-menu #social li{
    filter: brightness(0) invert(1);
}
	
	.nav-menu .search-form .search-field{
		font-size: 16px;
	}

.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%;
}
	
	.footer-rows .wrap{
overflow: visible;
}



}

@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 .foot-design{
width: 100%;
margin:  10px auto;
text-align:  center;
}

.wp-block-columns{
padding: 0 4%;
}
    
	
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{
    grid-template-columns: repeat(2, 1fr);
}
	
	ul.section-posts-one-third li:last-of-type,
	ul.section-posts-one-fifth li:last-of-type{
		display: none;
	}
	
	.featured-categories-block ul{
display: grid;
grid-auto-flow: column;
grid-auto-columns: 160px;
grid-column-gap: 16px;
overflow-x: auto;
grid-template-columns: none;
}
	
.featured-categories-block ul li {
flex-flow: column nowrap;
width: 100%;
}
	
	.featured-pages-block ul li{
margin: 0 auto 25px;
}
	
	.latest-post-block_inner,
	.about-block_inner,
	.search-index-block_inner,
	.category-list-block_inner{
		display: block;
text-align: center;
	}
	
	.latest-post-block h2,
	.about-block_row:last-of-type:before{
position: relative;
text-align: center;
top: auto;
	left: auto;
	right: auto;
		bottom: auto;
	width: 100%;
}
	
	.latest-post-block .button{
		width: 100%;
		display: block;
		margin: 15px auto;
text-align: center;
border: 1px solid #2f2f2f;
	}
	
	.featured-post-block_small{
margin-top: 0;
}
	
		.newsletter-block .newsletter input[type="text"], .newsletter-block .newsletter input[type="email"],
	.newsletter-block .newsletter input[type="submit"], .newsletter-block .newsletter button{
		width: 100%;
		display: block;
		margin: 10px auto;
	}
	
	.about-block_row .wp-block-button,
	.category-list-block .button{
text-align: center;
display: block;
width: 100%;
}
	
	.about-block_row:last-of-type:before,
	.category-list-block_row h2:after,
	.latest-post-block h2:after{
width: 100%;
		max-width: 150px;
		margin: 10px auto 10px;
}
	
	.category-list-block_row h2:after{
margin: 10px auto 0;
}
	
	.search-index-block_row{
margin: 10px auto;
}
	
	.callout-block_inner{
		display: flex;
flex-direction: column-reverse;
		flex-wrap: wrap;
text-align: center;
	}
	
	.callout-block_inner .wp-block-button,
	.callout-block .wp-block-button .wp-block-button__link{
		width: 100%;
		display: block;
text-align: center;
	}
	
.category-list-block ul li{
border-bottom: 1px solid #eee;
}
	
	.footer-rows .wrap{
		flex-wrap: wrap;
	}
	
	.footer-rows .footer-row-1,
	.footer-rows .footer-row-2,
	.footer-rows .footer-row-3{
		width: 100%;
text-align: center;
border: none;
		margin: 15px auto;
	}

	.footer-rows #social{
		margin: 15px auto;
	}
	
		.footer-rows .footer-row-1,
	.footer-rows .footer-row-3 {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
	}
	
	.footer-rows .footer-row-1 h4,
		.footer-rows .footer-row-3 h4{
width: 100%;
    grid-column: 1 / -1;
}
	
		.footer-rows #social{
    grid-column: 1 / -1;
}
	
		.footer-rows .footer-row-1 a,
	.footer-rows .footer-row-3 a{
padding: 5px;
}
	
	.featured-books_inner{
padding-left: 20px;
}
	
	.featured-books_book{
		display: flex;
flex-direction: column-reverse;
		align-self: flex-start;
	}
	
.featured-pages-block .wrap,
.featured-posts-block .wrap,
.about-block .wrap,
.callout-block .wrap,
.newsletter-block .wrap,
.category-list-block .wrap,
.featured-categories-block .wrap,
.latest-post-block .wrap{
padding: 20px 4%;
	}
	
	.featured-posts-block .wrap{
		padding: 20px 4% 0;
	}
	
	.featured-categories-block .wrap{
		padding: 0 4% 2%;
	}
	
	.newsletter-block{
		margin-top: 25px;
	}
	
	.about-block .wrap{
		padding-bottom: 0;
	}
	
	.search-index-block .wrap{
		padding: 0 4%;
	}
	
	.featured-pages-block .wrap{
padding-bottom: 0;
}
	
	.catsub .wrap{
justify-content: center;
}
	
	.single-title{
		margin: 0 auto;
	}
	
	.single-title .entry-header-rows{
		display: block;
		border: none;
overflow: hidden;
	}
	
	.single-title .entry-header-row-1,
	.single-title .entry-header-row-2{
		width: 100%;
		padding: 0;
	}
	
	.single-title .entry-header-row-2 img{
margin: 0 auto;
display: block;
}
	
	.single-title .wprm-recipe-meta-container {
    grid-column-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
		max-width: 100%;
	}
	
	.single-title .entry-meta{
margin: 0 auto 5px;
	}
	
	.single-recipe-jump{
margin: 5px auto 0;
	}
	
	.recipe-index-feed {
    grid-template-columns: repeat(2, 1fr) !important;
	}
	
	.facet-dropdown-menu .wrap{
flex-wrap: wrap;
	}
	
	.facet-dropdown-menu_item{
width: 100%;
	margin: 10px auto;
  border-radius: 0;
  -webkit-appearance: none;
	-webkit-border-radius:0px;
}
	
.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location{
min-width: 100%;
width: 100% !important;
	}
	
	.single-title .post-disclosure{
		margin: 0;
	}
	
	.post-disclosure p{
margin-bottom: 0;
}
	
	.archive .content, .search .content, .blog .content {
    grid-column-gap: 20px;
	}
	
}
 

@media only screen and (max-width: 580px) {
	
	.site-header .title-area{
		max-width: 70%;
		}

	.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%;
	}
    
 .archive .content,
.search .content,
.blog .content{
    grid-template-columns: repeat(2, 1fr);
}

.adjacent-entry-pagination .pagination-previous,
.adjacent-entry-pagination .pagination-next{
border: 1px solid #eee;
width: 100%;
margin: 15px auto;
padding: 2%;
text-align: center;
	}
	
.adjacent-entry-pagination .previous-next.next,
.adjacent-entry-pagination .previous-next.previous{
float: none;
margin: 0 auto 5px;
font-size: 11px;
}
	
.adjacent-entry-pagination img{
width: 100%;
max-width: 100px;
}
	
.adjacent-entry-pagination .post-navigation-title{
font-size: 14px;
}

		.featured-categories-block ul{
grid-auto-columns: 150px;
	}

	.featured-books_inner{
    grid-auto-columns: 280px;
	}
	
		.single-title .entry-title{
font-size: 30px;
}
	
	h1{
		font-size: 28px;
	}
	
	h2{
		font-size: 26px;
	}
	
	h3{
		font-size: 24px;
	}
	
	h4{
		font-size: 22px;
	}
	
	h5{
		font-size: 20px;
	}
	
	.latest-post-block h2,
	.section-headline h2,
	.category-list-block h2,
	h1.archive-title,
	.category-trending h2,
	.subcategory-headline .subcategory-headline_title h2,
	.all-category-title h2,
	.about-block h2{
font-size: 30px;
		line-height: 1.2;
}
	
	.featured-post-block_large h3,
	.featured-books_book h3,
	.pin-block h4{
    font-size: 22px;
}
	
	.featured-pages-block h2,
	.featured-categories-block h4,
	.category-list-block h3{
    font-size: 18px;
}
	
	.featured-post-block_small h3,
	.featured-posts-block ul li h3,
	ul.section-posts-one-third .article-title, ul.section-posts-one-third .article-title a,
	.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,
	.cat-index-results .entry-title, .cat-index-results .entry-title a{
font-size: 16px;
}
	
.category-list-block .button{
padding: 12px 5px;
}
	
	.subcategory-headline{
		display: block;
text-align: center;
	}
	
	.subcategory-headline .subcategory-headline_title,
.subcategory-headline .subcategory-headline_link{
width: 100%;
	text-align: center;
float: none;
}
	
	.subcategory-headline .subcategory-headline_link{
margin: 15px auto;
	}
	
	.subcategory-headline .subcategory-headline_title h2{
text-align: center;
	margin: 0 auto;
}
	
	.category-trending ul{
margin: 0 auto 25px;
}
	
	.archive .content .entry-category, .search .content .entry-category, .blog .content .entry-category{
		font-size: 10px;
		letter-spacing: 1px;
padding: 5px 0;
	}
	
	.category-trending ul li{
		margin: 0 auto 25px;
	}
	
		.single-title .wprm-recipe-meta-container {
    grid-column-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
		max-width: 100%;
	}
	
	.single-title .wprm-recipe-block-container{
			font-size: 12px;
	}
	
	.single-recipe-jump a{
padding: 10px 5px;
width: 50%;
		margin: 0 auto;
		font-size: 12px;
}
	
	.single-recipe-jump a:first-of-type{
		margin-right: 5px;
	}
    
}