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

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

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

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

a:hover {
	color: #2f2f2f;
}

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

strong {
	font-weight: 700;
}

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

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

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

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

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

cite {
	font-style: normal;
}

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

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

h1 {
	font-size: 32px;
}

h2{
	font-size: 26px;
}

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

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


h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}


h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

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

.entry-title{
margin-bottom: 0;
}

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

.archive .content .entry-title,
.search .content .entry-title,
.blog .content .entry-title{
	padding:  2% 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 #242424;
	color: #2f2f2f !important;
	font-size: 15px;
	padding: 10px;
	width: 100%;
	box-shadow: none;
}

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

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

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

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

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

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #8A173B;
	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: 1140px;
}

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

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

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

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

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

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

/* Content */

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

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

.blog .content{
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 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;
    max-width: 340px;
    min-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;
}

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

.sidebar-about{
width: 100%;
max-width: 400px;
margin: 0 auto 25px;
text-align: left;
font-size: 14px;
line-height: 1.2;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
align-items: center;
}

.sidebar-about_row-1{
width: 38%;
}

.sidebar-about_row-2{
width: 62%;
	padding: 0 2%;
}

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

.sidebar-about h4{
margin: 0 auto 2px;
}

.sidebar-about .button{
color: #fff;
background: #8A173B;
}

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

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

.sidebar-trending h4{
background: #242424;
margin-bottom: 0;
text-align: left;
padding: 5px 10px;
font-size: 18px;
	color: #fff;
	display: inline-block;
}

.sidebar-featured h4{
background: #242424;
color: #fff;
}

ul.trending-article-list{
margin: 0 auto;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
	border: 2px solid #242424;
	padding: 2%;
}

.sidebar-featured ul.trending-article-list{
	border-color: #242424;
}

ul.trending-article-list li{
list-style-type: none;
	margin: 0 auto 25px;
	text-align: center;
}

ul.trending-article-list li .article-title{
	color: #242424;
padding: 2% 2%;
font-size: 14px;
	font-weight: 700;
line-height: 1.2;
	display: block;
}
ul.trending-article-list li .article-title a{
color: #242424;
}


/* 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: 1.5px solid #242424;
	border-radius: 25px;
    max-width: 400px;
    position: relative;
    overflow: hidden;
	margin: 0 auto;
}

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

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

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

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


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

}

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

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

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

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

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

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

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

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb-wrapper{
	background: #fafafa;
	width:  100%;
	clear:  both;
	margin-bottom:  15px;
	font-weight: 600;
text-align: left;
}

.archive .breadcrumb-wrapper{
background: none;
	margin-bottom: 5px;
text-align: right;
}

.single .breadcrumb-wrapper{
text-align: left;
	margin-bottom: 5px;
background: none;
	color: #242424;
}

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

.archive .breadcrumb{
text-align: left;
	font-size: 14px;
}

.breadcrumb a{
	color: #242424;
}

.single .breadcrumb,
.single .breadcrumb a{
color: #fff;
}

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

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

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

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

.custom-archive-description{
padding-top: 15px;
background: #fff;
text-align: center;
}

.recipe-index h1,
h1.archive-title{
    font-size: 32px;
	margin-bottom: 5px;
}

.custom-archive-description h1.archive-title{
}

.archive-description{
	width: 100%;
	margin: 0 auto;
padding: 1% 2% 3%;
text-align: left;
	grid-column: 1 / -1;
padding-top: 0;
	padding-bottom: 0;
}

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

.category-trending{
background: #fafbfc;
	width: 100%;
	clear: both;
	margin: 0 auto 25px;
}

.category-trending .wrap{
padding: 25px 2% 15px;
}

.category-trending h4{
font-size: 28px;
	text-align: center;
}

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

.category-trending ul li{
list-style-type: none;
	margin: 0 auto 25px;
	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);
}

.category-trending ul li .article-title{
text-align: center;
	color: #2f2f2f;
padding: 1% 4% 4%;
font-size: 18px;
line-height: 1.4;
	font-weight: 700;
display: block;
	position: relative;
}

.category-trending ul li .article-title a{
color: #2f2f2f;
}

.category-trending ul {
    counter-increment: my-awesome-counter 0;
    position: relative;
}

.category-trending ul li{
    counter-increment: my-awesome-counter;
}

.category-trending ul li .article-title:before{
    content: counter(my-awesome-counter);
	display: block;
	width: 30px;
	height: 26px;
	padding: 8px 5px 5px;
	border-radius: 50%;
	margin: -30px auto 0;
	font-size: 16px;
}

.category-trending ul li:nth-of-type(4n+1) .article-title:before{
    color: #133149;
    background: #e9f1fa;
}

.category-trending ul li:nth-of-type(4n+2) .article-title:before{
    color: #086d78;
    background: #def1f5;
}

.category-trending ul li:nth-of-type(4n+3) .article-title:before{
    color: #931a42;
    background: #fce4ed;
}

.category-trending ul li:nth-of-type(4n+4) .article-title:before{
    color: #158771;
    background: #e4f7f4;
}

.category-sub_row {
	width: 100%;
	clear: both;
margin: 10px auto;
}

.category-sub_row .wrap{
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 500;
	padding: 0 1.1%;
}



.category-sub_row a{
	display: inline-block;
	margin: 5px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
padding: 5px 20px;
color: #fff;
background: #8A173B;
	border: 2px solid #8A173B;
	width: 100%;
	text-align: center;
}

.category-sub_row a:hover{
background: none;
	color: #242424;
}

.category-sub_row .search-form{
	width: 100%;
	display: inline-block;
	margin: 5px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
padding: 2px 20px;
border-radius: 0;
}

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

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

.search-description .search-form{
padding: 6px 20px;
}

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

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

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


.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: #343434;
background: none;
	border: 2px solid #343434;
}

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

.archive .search-form{
	padding: 8px 5px;
	border-radius: 0;
	border: none;
Border-bottom: 1px solid #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: #242424;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}

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

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

.featured-content{
overflow: hidden;
}

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

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

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


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

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

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

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

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

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

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

.site-header {
	background-color: #fff;
	position:  relative;
}

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

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

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

/* Full width header, no widgets */


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

/* Logo, hide text */

.header-image .site-title a {
	background: url(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: 70px;
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: #8A173B;
text-align: center;
font-size: 13px;
font-weight: 600;
color: #fff;
	display: none;
}

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

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

.top-bar .wrap{
display: flex;
flex-direction: row;
justify-content: space-between;
	overflow: visible;
	padding: 0 2%;
}

.top-bar_row{
width: 40%;
	position: relative;
	padding: 5px;
}

.top-bar_row:last-of-type{
width: 20%;
	padding: 0;
}

.top-bar_row .button{
	background: #8A173B;
	padding: 6px 30px;
text-align: center;
	position: absolute;
top: 0;
	right: 0;
display: block;
	z-index: 99;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.top-bar_row .button:hover{
	background: #242424;
}

.top-bar_row .small-title{
font-size: 10px;
	line-height: 1.2;
	display: block;
color: #fff;
	letter-spacing: 1px;
}


.top-bar_row .large-title{
font-size: 18px;
	text-transform: none;
letter-spacing: 0;
	font-weight: 800;
color: #fff;
}

.top-bar_row:first-of-type a{
color: #242424;
font-size: 16px;
padding: 0 10px;
	text-transform: lowercase;
}

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

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

.nav-menu {
width: 70%;
}

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

.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;
	text-transform: uppercase;
	letter-spacing: 1px;
font-weight: 700;
}

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

.nav-menu .sub-menu {
    background: #8A173B;
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
}

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

.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: #242424;
	color: #fff;
}

.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;
    align-self: center;
}

.nav-menu .menu-item a {
    border: none;
    color: #242424;
    display: block;
    padding: 13px 18px;
    position: relative;
    text-decoration: none;
}

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

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

.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, .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 .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: #242424;
	width: 12px;
height: 12px;
}

    .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: -80px;
    right: 0;
    background: #fafafa;
    overflow: hidden;
    padding: 20px;
    width: 100%;
	z-index: 999;
}

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

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

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

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

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

.nav-menu .search-form{
	margin-left: 10px;
}


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


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

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

.single .nav-secondary{
	display: none;
}

.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: #242424;
	display: block;
	padding: 12px 14px;
	position: relative;
	transition: .5s;
}

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

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

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


.nav-secondary a:hover{
color: #8A173B;
background: #fff;
}


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

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

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

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

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

.single .entry-content p,
.single ul{
  font-size: 21px;
			}

.single-title{
background: #8A173B;
	color: #fff;
}

.single-title .wrap{
	display: flex;
flex-direction: row;
align-items: center;
	padding: 2%;
}

.single-title .breadcrumb{
padding: 0;
}

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

.entry-header-row-1{
width: 85%;
}

.entry-header-row-2{
width: 15%;
	text-align: center;
font-size: 14px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.entry-header-row-2 a:after{
content: '';
background: url(/wp-content/themes/pmd-saltysidedish/images/arrow.svg) center no-repeat;
width: 22px;
height: 10px;
display: block;
	vertical-align: middle;
margin: 4px auto;
	transform: rotate(90deg);
    filter: brightness(100) invert(1);
}

.single-title .entry-title{
color: #fff;
	margin-bottom: 5px;
}

.single-title .wprm-recipe-link{
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
	padding: 15px 25px !important;
	color: #fff;
	text-transform: none;
letter-spacing: 0;
}

.single-title .wprm-recipe-rating{
	width: 100%;
}

.single-title .wprm-recipe-meta-container{
	color: #fff;
	font-size: 14px;
padding: 5px 0px;
display: inline-block;
}

.single-title .wprm-recipe-icon svg{
	width: 1em;
	height: 1em;
}

.entry-content p a,
.entry-content ul li a,
.entry-content ol li a,
.custom-archive-description a{
    color: #242424;
	font-weight: 700;
    cursor: pointer;
    background-image: linear-gradient(180deg,transparent 90%,#E8DADF 0);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    -webkit-transition: background-size .4s ease;
    -moz-transition: background-size .4s ease;
    -ms-transition: background-size .4s ease;
    -o-transition: background-size .4s ease;
    transition: background-size .4s ease;
    user-select: none;
}

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

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

.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,
.entry-content ol{
    position: relative;
  list-style-type: none;
}

.entry-content ol:not(.is-style-continue-list),
.entry-content ol:not(.is-style-continue-list){
    counter-reset: countlist;
}

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

.footer-rows ol li::before,
.entry-content ol li::before {
    content: counter(countlist);
    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: #8A173B;
    border-radius: 50%;
    text-align: center;
	padding: 0;
}

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

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

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

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

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

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

.entry-category{
margin: -3px 0 0;
margin-bottom: 0 !important;
	text-transform: Lowercase;
}

.entry-category a{
	color: #242424;
	background: #fafafa;
font-weight: 600;
font-size: 14px;
padding: 5px 10px;
}

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

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

.single-title .entry-meta,
.single-title .entry-meta a{
color: #fff;
	margin-bottom: 5px;
}

.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%;
	font-size: 16px;
}

.single .entry-footer h5{
text-transform: uppercase;
Letter-spacing: 2px;
font-size: 14px;
margin-bottom: 5px;
	padding-left: 6px;
}

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

.single .entry-footer .entry-categories a{
background: #fafafa;
color: #242424;
font-weight: 500;
	margin: 5px;
text-transform: uppercase;
Letter-spacing: 2px;
font-size: 12px;
	padding: 4px 10px;
}




/* 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: #fafafa;
padding: 5px 10px;
display: block;
	width: 100%;
	max-width: 100px;
text-transform: uppercase;
color: #242424;
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: 16px;
	grid-column: 1 / -1;
}


.archive-pagination li {	
display: inline;
}


.archive-pagination li a {	
	color: #242424;
background: #fff;
	border: 2px solid #242424;
cursor: pointer;
display: inline-block;
padding: 4px 4px;	
border-radius: 50%;
	width: 40px;
height: 40px;
}

.archive-pagination li.pagination-previous a,
.archive-pagination li.pagination-next a{
background: none;
width: auto;
border: none;
}

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

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

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

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

.entry-comments {
	clear: both;
}

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

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

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

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

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

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

.comment-list li {
    margin-top: 16px;
    padding: 2% 2% 6%;
	position: relative;
	word-wrap: break-word;
}

.comment-list li li {
    margin-left: 32px;
border: none;
	padding: 2%;
}

.comment-list li p:last-of-type{
margin-bottom: 5px;
}

.comment .avatar {
	margin: 0 16px 14px 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;
}

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

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

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

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

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


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

#respond h3#reply-title{
	font-size: 24px;
margin-bottom: 20px;
	text-transform: none;
letter-spacing: 0;
}

.comment-respond{
border: 2px solid #242424;
color: #242424;
padding: 4%;
margin:  40px auto 40px;
}

.comment-respond form{
	background: none;
}

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

.comment-respond input[type="submit"]{
	border: none;
	background: #8A173B;
	color: #fff !important;
}

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

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

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

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

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

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

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

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

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

.featured-on-bar .wrap{
padding: 3% 2% 1%;
}

.featured-on-bar h4{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 14px;
text-align: center;
	margin: 0 auto 5px;
}

.featured-on_inner{
display: flex;
	justify-content: space-between;
align-items: center;
}

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


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

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

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

.footer-rows_row_1{
width: 30%;
	padding: 2%;
}

.footer-rows_row_1 img{
width: 100%;
max-width: 150px;
margin: 0 auto;
display: block;
}

.footer-rows_row_2{
	width: 70%;
	padding: 2%;
}

.footer-rows_row_2 ol{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;	
}

.footer-rows_row_2 li{
font-weight: 500;
}


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

.site-footer {
	background: #242424;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	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: 70%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
align-items: center;
}

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

.site-footer #social{
width: 60px;
	margin: 0 10px 0 0;
}

.site-footer #social li{
width: auto;
}

.site-footer #social li a{
	padding: 0;
}

.site-footer #social p{
display: none;
}

.site-footer .foot-design{
width: 30%;
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: #242424;
	display: block;
	font-size: 16px;
	font-style: italic;
	margin-top: -25px;
	text-align: inherit;
	text-transform: none;
}

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


.wp-block-group.alignfull .wp-block-group__inner-container{
max-width: 1140px;
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: 1140px;
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;
}


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

 .newsletter input[type="submit"],
.newsletter button{ 
background: #8A173B;
 color: #fff; 
width: 32%; 
padding: 14px; 
margin: 0px auto;
 display: block; 
 }

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

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

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

#social li{
margin:0;
padding:0;
list-style:none;
	color: #2f2f2f;
font-weight: 700;
	font-size: 14px;
	width: 50%;
}

#social li a{
	color: #2f2f2f;
	display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}

#social p{
	margin-bottom: 0;
}

#social .social-ico{
width: 32px;
height:32px;
	display: inline-block;
	vertical-align: middle;
transition:  .5s;
	margin-right: 5px;
	border-radius: 50%;
}

#tiktok .social-ico{
background: #242424 url(/wp-content/themes/pmd-saltysidedish/images/tiktok.svg) center no-repeat ;
background-size: 16px 16px;
}

#pinterest .social-ico{
background: #242424 url(/wp-content/themes/pmd-saltysidedish/images/pinterest.svg) center no-repeat ;
background-size: 16px 16px;
}

#facebook .social-ico{
background: #242424 url(/wp-content/themes/pmd-saltysidedish/images/facebook.svg) center no-repeat ;
background-size: 16px 16px;
}



#social li:hover .social-ico{
  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: #8A173B !important;
}

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

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

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


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

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

.featured-pages-block,
.search-index-block,
.callout-block{
width: 100%;
clear: both;
}

.featured-posts-block,
.welcome-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,
.welcome-block .wrap,
.search-index-block .wrap,
.callout-block .wrap{
	padding: 2% 2%;
}

.featured-pages-block a,
.featured-posts-block a,
.search-index-block a,
.callout-block a{
	background-size: 0 !important;
}

.section-headline{
width: 100%;
clear: both;
margin: 0 auto 5px;
display: block;
}

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

.section-headline .section-title{
	width: 100%;
text-align: center;
}

.section-headline .section-button{
	width: 100%;
text-align: center;
	margin: 15px auto;
}

.section-excerpt{
width: 100%;
clear: both;
	padding: 0 4%;
	text-align: center;
}

.section-headline .see-more{
color: #2f2f2f;
font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
letter-spacing: 1px;
	position: relative;
}

.section-headline .see-more:after{
content: '';
background: url(/wp-content/themes/pmd-saltysidedish/images/arrow.svg) center no-repeat;
width: 30px;
height: 15px;
display: inline-block;
	vertical-align: middle;
margin: 0 0 0 5px;
}

.archive .content .entry img,
.search .content .entry img,
.featured-pages_inner .feature-page img,
.featured-posts-block ul li img{
transition: .5s;
    display: block;
    margin: 0 auto;
}

.archive .content .entry:hover img,
.search .content .entry:hover img,
.featured-pages_inner .feature-page:hover img,
.featured-posts-block ul li:hover img{
opacity: .8;
}

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

.category-post{
	margin-top: 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;
	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);
}

.featured-post-grid_content{
}

.post-excerpt-yes p{
display: block;
	padding: 0 2%;
}

.post-excerpt-no p{
  display: none !important;
	visibility: hidden !important;
}

.featured-posts-block ul li h3{
text-align: left;
	color: #242424;
padding: 4% 2%;
font-size: 18px;
line-height: 1.4;
	margin-bottom: 0;
}


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

ul.section-posts-one-fourth li h3{
	font-size: 16px;
}

ul.section-posts-one-fifth li h3{
	font-size: 15px;
}

.featured-posts-block ul .entry-category{
margin: -5px 0 0;
}

ul.section-posts-one-fourth .entry-category a,
ul.section-posts-one-fifth .entry-category a{
font-size: 12px;
}

.featured-post-grid_content h3{
text-align: left;
}

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

ul.section-posts-one-half{
    grid-template-columns: repeat(4, 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);
}

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

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

.featured-pages_inner .feature-page{
border: 2px solid #242424;
padding: 1%;
	position: relative;
}

.featured-pages_inner img{
width: 100%;
	height: 350px;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}

.featured-pages_inner h2{
position: absolute;
	bottom: 1%;
	left: 1%;
margin: 0 auto;
	font-size: 20px;
padding: 5px 20px;
background: #242424;
color: #fff;
}


/* Homepage H1 Block
------------------------------------------------------ */

.homepage-h1{
padding: 0 2% 0;
text-align: right;
	margin: 0 auto -65px;
}
	
	.homepage-h1 h1{
	margin: 0 auto;
}


/* Whats Trending Block
------------------------------------------------------ */

.whats-trending-block .wrap{
	padding: 2% 1.4%;
}

.whats-trending-block ul{
	border: 2px solid #8A173B;
	padding: 2%;
}

.whats-trending-block ul li{
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
	margin-bottom: 0;
	padding: 0 2%;
box-shadow: none;
}

.whats-trending-block .section-headline{
margin-bottom: 0;
}

.whats-trending-block .section-title{
	text-align: left;
}

.whats-trending-block h2{
background: #8A173B;
margin-bottom: 0;
	color: #fff;
padding: 10px 20px;
	font-size: 24px;
display: inline-block;
}

.whats-trending-block img{
border-radius: 50%;
}

.whats-trending-image{
width: 45%;
}

.whats-trending-info{
	width: 55%;
	padding: 0 2%;
}

.whats-trending-block ul li h3,
.whats-trending-block ul li h3 a{
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1.2;
}

/* Welcome Block
------------------------------------------------------ */

.welcome-block{
background: #fafafa;
}

.welcome-block .wrap{
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: space-between;
	position: relative;
}


.welcome-block_row-2:before{
	content: '';
	background: url(/wp-content/themes/pmd-saltysidedish/images/beat.svg) center no-repeat;
	background-size: contain;
display: inline-block;
	vertical-align: middle;
width: 80px;
height: 80px;
	margin:  0;
	position: absolute;
top: 0px;
left: 0px;
}

.welcome-block .welcome-small{
margin-bottom: 0;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 800;
}

.welcome-block_row-1{
width: 25%;
text-align: center;
}

.welcome-block_row-1 img{
border-radius: 50%;
margin: 0 auto 10px;
display: block;
}

.welcome-block_row-2{
width: 75%;
padding: 0 6% 0 90px;
	position: relative;
}

.welcome-block_row-1 a{
font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
letter-spacing: 1px;
position: relative;
}

.welcome-block_row-1 a:after{
content: '';
background: url(/wp-content/themes/pmd-saltysidedish/images/arrow.svg) center no-repeat;
width: 80px;
height: 20px;
display: block;
margin: 5px auto 0;
}

/* Reader Favorites Block
------------------------------------------------------ */

.reader-favorites .wrap{
	padding-bottom: 0;
}

.reader-favorites ul li h3,
.reader-favorites ul li h3 a{
font-size: 16px;
}


.reader-favorites ul li h3{
position: relative;
	text-align: center;
}

.reader-favorites ul {
    counter-increment: my-awesome-counter 0;
    position: relative;
}

.reader-favorites ul li{
    counter-increment: my-awesome-counter;
}

.reader-favorites ul li h3:before{
    content: counter(my-awesome-counter);
	display: block;
	width: 24px;
	height: 22px;
	padding: 6px 5px 5px;
	border-radius: 50%;
	margin: -25px auto 5px;
	font-size: 15px;
	color: #fff;
background: #242424;
}



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

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

.search-index-block_row{
	width: 40%;
	padding: 0 2%;
}

.search-index-block .search-form{
	width: 100%;
	max-width: 100%;
	padding: 7px 20px;
	border-radius: 0;
}

.search-index-block .search-form .search-field{
	font-size: 16px;
}

.search-index-block .button{
background: #8A173B;
color: #fff;
}


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

.callout-block .wrap{
	display: flex;
flex-direction: row-reverse;
	justify-content: space-evenly;
	position: relative;
}

.callout-block_row{
width: 50%;
	background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
	padding: 6% 4% 4%;
}

.callout-block-ico{
	background-repeat: no-repeat !important;
background-size: contain !important;
width: 250px;
height: 250px;
display: block;
z-index: 98;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: .06;
}

.callout-block_inner{
position: relative;
z-index: 99;
}

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

.latest-block .section-headline{
	display: flex;
flex-direction: row;
	justify-content: space-between;
}

.latest-block .section-headline{
    background-image: linear-gradient(180deg,transparent 70%, #E8DADF  0);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    -webkit-transition: background-size .4s ease;
    -moz-transition: background-size .4s ease;
    -ms-transition: background-size .4s ease;
    -o-transition: background-size .4s ease;
    transition: background-size .4s ease;
    user-select: none;
	align-items: center;
}


.latest-block .section-headline .section-title{
width: 70%;
text-align: left;
}

.latest-block .section-headline .section-title h2{
margin-bottom: 0;
}

.latest-block .section-headline .section-button{
text-align: right;
width: 30%;
	margin: 0 auto;
}

.latest-block ul{
display: block;
}

.latest-block ul li{
	box-shadow: none;
width: 100%;
	display: flex;
flex-direction: row;
	justify-content: space-between;
align-items: center;
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

.latest-block ul li:last-of-type{
border: none;
}

.latest-block ul li h3{
	padding: 0;
	font-size: 28px;
	margin-bottom: 10px;
}

.latest-block .featured-post_image{
width: 35%;
}

.latest-block .featured-post_info{
width: 65%;
padding: 0 4%;
}

.latest-block .more-link{
	position: relative;
	display: block;
	margin-top: 20px;
    color: #242424;
    position: relative;
font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
letter-spacing: 1px;
    position: relative;
}

.latest-block .more-link:after{
content: '';
background: url(/wp-content/themes/pmd-saltysidedish/images/arrow.svg) center no-repeat;
width: 30px;
height: 15px;
display: inline-block;
	vertical-align: middle;
margin: 0 0 0 5px;
}


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

.featured-recipes{
background: #8A173B;
text-align: center;
	color: #fff;
}

.section-excerpt a{
	font-weight: 700;
    cursor: pointer;
    background-image: linear-gradient(180deg,transparent 90%,#E8DADF 0);
    background-size: 100% 100% !important;
    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;
}

.featured-recipes .section-excerpt a{
color: #fff;
	font-weight: 700;
}

.section-excerpt a:hover{
    background-image: linear-gradient(180deg,transparent 0%,#E8DADF 0) !important;
}

.featured-recipes .section-headline h2{
    background-image: linear-gradient(180deg,transparent 60%, #7A1137 50%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    -webkit-transition: background-size .4s ease;
    -moz-transition: background-size .4s ease;
    -ms-transition: background-size .4s ease;
    -o-transition: background-size .4s ease;
    transition: background-size .4s ease;
    user-select: none;
	padding: 0 10px;
	display: inline-block;
	color: #fff;
}

.featured-recipes ul{
	margin: 45px auto 0;
display: flex;
flex-direction: row;
	flex-wrap: wrap;
}

.featured-recipes ul li{
text-align: center;
    width: calc(1/2 * 100% - 2%);
	margin: 0 auto 25px;
grid-template-columns: none;
	display: flex;
align-items: center;
	padding: 0;
	color: #242424;
}


.featured-recipes .featured-post-grid_img {
	width: 35%;
margin: 0 0 0 -25px;
}


.featured-recipes .featured-post-grid_content{
width: 65%;
	text-align: left;
	padding: 4% 2%;
}

.featured-recipes ul li img{
border-radius: 50%;
margin: 0 auto;
	width: 100%;
	max-width: 300px;
border: 10px solid #fff;
}

.featured-recipes ul li h3{
text-align: left;
margin: 0 auto;
padding: 2% 2% 1%;
	position: relative;
}


.featured-recipes .section-posts-one-third h3{
	font-size: 24px;
}

.featured-recipes ul li h3:before{
	content: '';
	background: url(/wp-content/themes/pmd-saltysidedish/images/star-rating.svg) center no-repeat;
background-size: contain;
display: block;
	width: 100px;
height: 17px;
	margin: 0 0 10px;
}


.featured-recipes ul li p{
	padding: 0 2%;
	margin-bottom: 0;
	font-size: 16px;
}

.featured-recipes .featured-post-grid_content{
padding: 2% 4% 4%;
}


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

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

.recipe-credit-block{
	font-size: 14px;
font-style: italic;
	background: #fafafa;
	color: #242424;
font-weight: 500;
}

.recipe-credit-block a{
text-decoration: underline;
color: #242424;
}

.recipe-credit-block strong{
display: block;
}

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


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

.pin-block_inner{
	padding: 15px 25px 15px 60px;
	background: #8A173B;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
	color: #fff;
}

.pin-block:before{
content: '';
background: #8A173B url(/wp-content/themes/pmd-saltysidedish/images/pinterest.svg) center no-repeat;
	background-size: 40px 40px;
width: 60px;
height: 60px;
	border-radius: 50%;
	border: 3px solid #fff;
display: block;
	position: absolute;
	top: 50%;
  left: -5px;
  transform: translate(0%, -50%);
}

.pin-block h2{
	font-size: 26px;
margin-bottom: 0;
	color: #fff;
}

.pin-block .button{
background: #fff;
color: #242424;
}

.is-style-outline-box,
.outline-box{
border: 2px solid #8B183B;
width: 100%;
margin: 0 auto 25px;
	position: relative;
}

.is-style-solid-box,
.solid-box{
width: 100%;
margin: 0 auto 25px;
background: #8B183B;
    padding: 20px 20px 20px 110px;
color: #fff;
	position: relative;
}

.is-style-solid-box p:last-of-type,
.solid-box p:last-of-type{
margin-bottom: 0:
}

.is-style-note-block,
.note-block{
border: 2px solid #8B183B;
width: 100%;
margin: 0 auto 25px;
padding: 4% 4%;
}

.is-style-note-block:before,
.note-block:before{
	display: none;
}

.is-style-note-block h2,
.note-block h2{
font-weight: 700;
	letter-spacing: .5px;
	position: relative;
	margin: 0 auto 20px;
	font-size: 22px;
}

.is-style-note-block h2:before,
.note-block h2:before{
content: '';
background: url(/wp-content/themes/pmd-saltysidedish/images/beat.svg) center no-repeat;
background-size: contain;
	width: 34px;
height: 38px;
display: inline-block;
	vertical-align: middle;
margin-right: 5px;
	margin-top: -9px;
}

.is-style-solid-box a,
.solid-box a{
color: #fff !Important;
}

.is-style-solid-box h2,
.solid-box h2{
	color: #fff;
font-weight: 700;
	letter-spacing: .5px;
	margin: 0 auto 15px;
	border-bottom: 1px solid #ddd;
position: relative;
}

.is-style-solid-box:before,
.solid-box:before{
content: '';
background: url(/wp-content/themes/thesaltysidedish/images/beat-circle.svg) center no-repeat;
background-size: contain;
width: 80px;
height: 80px;
display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	position: absolute;
top: 10%;
	left: 2%;
}

.is-style-outline-box h2,
.outline-box h2{
font-weight: 700;
	letter-spacing: .5px;
	position: relative;
	margin: 0 auto;
	position: absolute;
top: -18px;
	left: 10px;
	background: #fff;
	padding: 5px 20px;
	font-size: 18px !important;
text-transform: uppercase;
letter-spacing: 2px;
}

.is-style-solid-box a,
.solid-box a{
color: #fff;
	background-color: transparent;
}

.is-style-solid-box ul,
.is-style-outline-box ul,
.is-style-note-block ul,
.solid-box ul,
.outline-box ul,
.note-block ul{
margin-left: 0;
}


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

/* 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: #8A173B;
border: none;
font-size: 16px;
	padding: 10px;
	height: 45px;
	font-weight: 700;
	width: 100% !important;

}

.facet-dropdown-menu button{
height: 45px;
	width: 100% !important;
}

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

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


.fwpl-row.recipe-index-grid-item{
	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;
	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: 16px;
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;
}

.facet-dropdown-menu select, .facetwp-facet input.facetwp-search{
	background: #fff;
	border-bottom: 1px solid #242424;
}


.mobile-facet-menu .fs-label-wrap,
.facet-dropdown-menu_item .fs-label-wrap{
border: none;
padding: 7px 5px;
border-bottom: 1px solid #242424;
	text-align: left;
}

.mobile-facet-menu .fs-wrap{
	width: 100%;
	display: block;
}

.facet-dropdown-menu_item .fs-dropdown .fs-search{
display: none;
}

.mobile-facet-menu .fs-option,
.facet-dropdown-menu_item .fs-option{
padding: 10px 0;
text-align: left;
}

.mobile-facet-menu  .fs-dropdown .fs-search{
padding: 15px 5px;
}


.is-style-fork-spoon-box{
	margin-top: 30px;
	margin-bottom: 25px;
position: relative;
	border: 1px solid #971A3E;
padding: 15px 70px 15px 15px;
}

.is-style-fork-spoon-box:before{
content: '';
	background: url(/wp-content/plugins/PMD-Site-Functionality/images/fork-spoon-circle.svg) center no-repeat;
background-size: contain;
width: 60px;
height: 60px;
display: block;
	position: absolute;
top: -30px;
right: 10px;
}

.is-style-fork-spoon-box p:last-of-type{
	margin-bottom: 0;
}

.is-style-vr-callout-box{
	margin-top: 30px;
	margin-bottom: 25px;
position: relative;
	border: 1px solid #971A3E;
padding: 15px 70px 15px 15px;
}

.is-style-vr-callout-box:before{
content: '';
	background: url(/wp-content/plugins/PMD-Site-Functionality/images/vr-callout.svg) center no-repeat;
background-size: contain;
width: 60px;
height: 60px;
display: block;
	position: absolute;
top: -30px;
right: 10px;
}

.is-style-vr-callout-box p:last-of-type{
	margin-bottom: 0;
}

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

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


}

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

.site-inner,
.wrap {
max-width: 1140px;
overflow-x: hidden;
}
	
	.site-header .wrap{
		overflow: visible;
}
	
	.top-bar_row .button{
	padding: 6px 10px;
	}

.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{
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: #8A173B;
    display: block;
    margin: 0 auto;
width: 100%;
		padding-bottom: 70px;
}
	
	.nav-menu.active .search-form{
		display: none;
	}

	.nav-menu .menu {
    clear: both;
    line-height: 1;
    margin: 0;
    width: 100%;
		display: none;
}
	
	.nav-menu .menu-item a{
		padding: 15px;
		border-bottom: 1px solid #000;
		color: #fff !important;
	}
	
	.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.expanded+.sub-menu {
    display: block;
		position: relative;
		width: 100%;
		left: 0;
		opacity: 100;
		background: #8A173B;
}
	
	.nav-menu .submenu-expand svg{
		fill: #fff;
	}
	
		.nav-menu .submenu-expand:not(.expanded) {
    transform: none;
}

	.nav-menu.active #social{
	display: flex;
		height: auto;
		margin: 5px 10px 5px;
		width: 160px;
}
	
	
	#social p{
		display: none;
	}
	
	#social .social-ico{
		width: 40px;
		height: 40px;
	}
	

#tiktok .social-ico{
background: #242424 url(/wp-content/themes/pmd-saltysidedish/images/tiktok.svg) center no-repeat ;
background-size: 25px 25px;
}

#pinterest .social-ico{
background: #242424 url(/wp-content/themes/pmd-saltysidedish/images/pinterest.svg) center no-repeat ;
background-size: 25px 25px;
}

#facebook .social-ico{
background: #242424 url(/wp-content/themes/pmd-saltysidedish/images/facebook.svg) center no-repeat ;
background-size: 25px 25px;
}
	
	.header-search{
padding: 10px;
	bottom: -60px;
}
	
	.search-form .search-field{
font-size: 16px;
padding: 5px 20px;
}

	.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%;
}
	
	
	.featured-pages_inner img{
		height: 300px;
	}
	
.category-sub_row .wrap{
flex-wrap: wrap;
}
	
	.single-title .wrap{
flex-wrap: wrap;
text-align: left;
}

	.entry-header-row-1,
	.entry-header-row-2{
width: 100%;
text-align: left;
    justify-content: flex-start;
}
	
	.single-title .wprm-recipe-link{
margin: 10px 0;
}
	
	.entry-header-row-2 a:after{
display: inline-block;
margin: 0 5px;
}
	
	.nav-menu.active .mobile-menu-btn{
display: block;
	text-align: center;
    color: #fff;
    background: #242424;
	font-size: 16px;
	letter-spacing: 2px;
	position: absolute;
bottom: 0;
	left: 0;
	right: 0;
	height: 65px;
	border: none;
}
	
	.nav-menu.active .mobile-menu-btn a{
color: #fff;
	border: none;
}
	
	.nav-menu.active .mobile-menu-btn a:before{
content: 'visit my other site:';
	display: block;
font-size: 11px;
margin-bottom: 5px;
		color: #e9f1fa;
}
	
	.mobile-menu-only{
	display: block;
}

}

@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{
    grid-template-columns: repeat(4, 1fr);
}

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

	.featured-posts-block .wrap,
.welcome-block .wrap,
.callout-block .wrap{
	padding: 25px 2%;
}
	
	.search-index-block .wrap{
padding: 0 2% 25px;
}
	
	.whats-trending-block .wrap{
padding: 0 2% 15px;
}
	
	.whats-trending-block ul{
border: none;
		padding: 0;
}
	
	.whats-trending-block ul li{
    border: none;
		justify-content: space-evenly;
		padding: 0;
		margin: 0 auto 5px;
    -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%);
}
	
	.whats-trending-block img{
border-radius: 0;
}

	.featured-pages_inner,
ul.section-posts-one-half,
ul.section-posts-one-third,
ul.section-posts-one-fourth,
ul.section-posts-one-fifth{
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
}
	
	.featured-pages_inner .feature-page{
		width: 100%;
		margin: 0 auto 15px;
		border: none;
	}

		.featured-pages_inner .feature-page:nth-of-type(4n+3),
	.featured-pages_inner .feature-page:nth-of-type(4n+4){
		margin: 0 auto;
	}
	
	.homepage-h1{
		margin: 0 auto;
		text-align: center;
	padding: 0;
}
	
	.whats-trending-block ul{
display: block;
}
	
	.whats-trending-block ul li{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
	margin: 0 auto 15px;
}

	.whats-trending-image{
width: 25%;
}
	
	.whats-trending-info{
width: 75%;
}
	
	.welcome-block{
		margin-top: 25px;
	}
	
	.welcome-block .wrap,
	.callout-block .wrap{
flex-wrap: wrap;
		flex-direction: column-reverse;
}
	
	.welcome-block_row-2,
	.welcome-block_row-1,
	.search-index-block_row,
	.callout-block_row{
width: 100%;
text-align: center;
		padding: 2%;
}
	
	.welcome-block_row-1{
		padding: 0;
margin: 15px auto 0;
}
	
	.welcome-block_row-2:before{
		position: relative;
left: auto;
		top: auto;
		margin: 0 auto 10px;
	}
	
	.search-index-block .wrap{
flex-wrap: wrap;
}
	
	.search-index-block_row .button{
display: block;
}
	
	.reader-favorites ul li h3, .reader-favorites ul li h3 a,
	.featured-posts-block ul li h3,
	.featured-posts-block ul li h3 a,
	ul.section-posts-one-fifth li h3{
font-size: 18px;
		text-align: left;
}
	

	
	.reader-favorites ul li h3:before{
text-align: center;
}
	
	.callout-block_row{
		min-height: 250px;
		padding: 4%;
	}
	
	.latest-block .section-headline{
flex-wrap: wrap;
		background-size: 0;
}
	
	.latest-block .section-headline .section-title,
	.latest-block .section-headline .section-button{
width: 100%;
		text-align: center;
}
	
	.latest-block .section-headline .section-button{
margin: 15px auto;
}

	
	.latest-block .section-headline .section-title h2{
    background-image: linear-gradient(
180deg,transparent 70%,#E8DADF 0);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    -webkit-transition: background-size .4s ease;
    -moz-transition: background-size .4s ease;
    -ms-transition: background-size .4s ease;
    -o-transition: background-size .4s ease;
    transition: background-size .4s ease;
		display: inline-block;
		padding: 0 10px;
}
	
	.latest-block ul li{
flex-wrap: wrap;
}
	
	.latest-block .featured-post_image,
	.latest-block .featured-post_info{
width: 100%;
		text-align: center;
margin: 10px auto;
}

	.latest-block ul li h3{
		text-align: center;
		line-height: 1.2;
		font-size: 24px;
	}
	
	.featured-recipes ul li h3,
	.featured-recipes ul li h3 a{
		text-align: center;
		line-height: 1.2;
	}
	
	.footer-rows .wrap{
flex-wrap: wrap;
	}
	
	.footer-rows_row_1{
text-align: center;
}
	
	.footer-rows_row_1,
	.footer-rows_row_2{
width: 100%;
}
	
	.footer-rows_row_2 ol{
margin-left: 40px;
}
	
	.site-footer .foot-info{
display: block;
}

	.site-footer #social{
clear: both;
text-align: center;
margin: 15px auto;
}
	
	.pin-block{
    padding: 2%;
    background: #fce4ed;
}

	.pin-block:before{
		position: relative;
margin: 0 auto;
		top: auto;
		left: auto;
		transform: none;
	}
	
	.pin-block_inner{
background: none;
text-align: center;
	padding: 0;
		display: block;
	}
	
	.pin-block_row{
		margin: 10px auto;
}
	
	.desktop-facet-menu{
display: none;
}
	
	.mobile-facet-menu{
		display: block;
	}
	
	.recipe-index-feed {
    grid-template-columns: repeat(2, 1fr) !important;
	}
	

	
	.featured-recipes ul{
display: block;
}
	
	.featured-recipes ul li{
width: 100%;
		margin: 0 auto 45px;
}
	
	.entry-header-row-2{
		display: flex;
justify-content: flex-start;
		align-items: center;
		margin: 5px auto;
	}

	.single-title .wprm-recipe-rating {
    width: auto;
		margin: 0;
padding: 0 5px;
}
	
	.single-title .wprm-recipe-link{
padding: 5px 10px !important;
		margin: 0;
}
	
		.featured-on_inner{
flex-wrap: wrap;
}

.featured-on_inner .featured-on-logo{
	padding: 2%;
	max-width: 130px;
}
	
			.catsub{
width: 100%;
	display: block;
			margin: 15px auto;
			padding: 0 2%;
}

	.catsub h4{
display: block;
border: 2px solid #242424;
		text-align: left;
}
	
	.catsub .catsub-menu{
		display: none;
    position: absolute;
    width: 100%;
    z-index: 998;
	}
	
	.catsub:hover .catsub-menu{
display: block;
		position: relative;
}
	
	.catsub:hover{
background: #fff;
}
	
	.catsub:hover h4{
border: none;
}

	.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: #343434;
font-size: 16px;
border-bottom: 1px solid #fff;
	}
	
	.catsub:hover .catsub-menu a:last-of-type{
		border: none;
	}
	

}
 

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

	.site-header .title-area{
max-width: 200px;
}

	.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;
}
	
	.footer-rows_row_2 ol{
column-count: 1;
}
	
	.single-title .entry-title{
font-size: 24px;
}
	
		.whats-trending-image{
width: 35%;
}
	
	.whats-trending-info{
width: 65%;
}
	
		.featured-pages_inner img{
		height: 150px;
	}
	
	.featured-pages_inner h2{
font-size: 15px;
padding: 5px 5px;
		width: 95%;
}
	
		.reader-favorites ul li h3, .reader-favorites ul li h3 a,
	.featured-posts-block ul li h3,
	.featured-posts-block ul li h3 a,
	ul.section-posts-one-fifth li h3{
font-size: 16px;
		text-align: left;
}
	
	.whats-trending-block ul li h3,
	.whats-trending-block ul li h3 a{
		font-size: 18px;
		text-align: left;
	}
    
	.featured-recipes ul li h3,
	.featured-recipes ul li h3 a,
		.latest-block ul li h3,
	.latest-block ul li h3 a{
text-align: center;
font-size: 20px;
}
	
		.featured-recipes ul{
		padding: 2% 4%;
	}
	
.featured-recipes ul li{
	width: 100%;
	flex-wrap: wrap;
	margin: 0 auto 40px;
}
	
.featured-recipes .featured-post-grid_img{
margin: 0 auto;
	width: 100%;
}	
	
	.featured-recipes .featured-post-grid_img img{
max-width: 150px;
margin: -25px auto 0;
}
	
	.featured-recipes .featured-post-grid_content{
width: 100%;
		text-align: center;
}
	
	.featured-recipes ul li h3{
text-align: center;
		margin: 0 auto 5px;
}
	
	.featured-recipes ul li h3:before{
		margin: 0 auto 5px;
	}
	
}