/*
	Theme Name: Custom Theme by PixelMeDesigns.com
	Theme URI: https://www.PixelMeDesigns.com
	Author: Pixel Me Designs
	Author URI: https://www.PixelMeDesigns.com
	Version: 2.0.1
  
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: https://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

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

*/


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

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

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

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

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

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

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

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


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

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

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


body {
	background-color: #fff;
	color: #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: #027c88;
	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: #242424;
	margin: 0 0 15px;
font-weight: 700;
line-height: 1.35;
}

h1 {
	font-size: 28px;
}
h2{
	font-size: 28px;
}

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

.single .content .entry-title{
margin-bottom: 5px;
font-size: 34px;
	font-weight: 800;
}

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

.small-title{
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
font-size: 14px;
}

/* 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: #c9d884;
	border: none;
	box-shadow: none;
	color: #242424;
	cursor: pointer;
	padding: 10px 24px;
	width: auto;
	font-weight: 800;
	letter-spacing: .5px;
	font-size: 15px;
	border-radius: 10px;
	transition: .5s;
}

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

.button {
	display: inline-block;
}

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


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

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

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

th,
td {
	text-align: left;
}

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

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


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

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

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

.site-inner {
	clear: both;
	padding: 1% 2%;
}

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

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

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

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

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

/* Content */

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

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

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

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

/* Archive and Search Content */


.archive .content,
.search .content,
.blog .content{
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

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

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

.archive .content .entry,
.search .content .entry,
.blog .content .entry{
	background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
	padding-bottom: 0;
	float: none;
  margin: 0 auto 25px;
}

/* Primary Sidebar */

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

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

/* Secondary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

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

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
    border: 1px solid #ddd;
border-radius: 25px;
    max-width: 400px;
    position: relative;
    overflow: hidden;
	margin: 0 auto;
}

.search-form input{
		font-size: 16px;
font-style: italic;
	padding: 10px 20px;
}

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

.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: -24px;
    right: 4px;
}

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

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


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

.search .breadcrumb{
text-align: center;
}

.breadcrumb {
	padding:  5px 2%;
	width:  100%;
	max-width:  1240px;
	margin:  0 auto;
	font-size: 17px;
	color: #2f2f2f;
font-weight: 400;
text-transform: capitalize;
}


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

.breadcrumb a{
	color: #2f2f2f;
}

.breadcrumb a:hover{
text-decoration: underline;
}

.author-box {
	background: #fff;
	border: 4px solid #fbd2d9;
border-radius: 15px;
text-align: center;
font-size: 16px;
	padding: 10px 40px 25px;
	color: #242424;
}

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


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

.author-box .avatar {
margin: -45px auto 0px;
	border-radius: 50%;
	border: 4px solid #fff;
	float: none;
}

.author-ico{
margin:0 5px;
padding:0;
width: 38px;
height:38px;
transition:  .5s;
border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}



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

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

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

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

.custom-archive-description{
background: #fbd2d9 url(/wp-content/themes/pmd-funcookie/images/sprinkles-bkg-white-fade.svg) center;
background-size: 140px 140px;
text-align: left;
}

.category-christmas .custom-archive-description{
background: #b0002a url(/wp-content/themes/pmd-funcookie/images/christmas-bkg.svg) center !important;
background-size: 320px 228px !important;
color: #fff;
	position: relative;	
}

.category-christmas .custom-archive-description a,
.category-christmas .custom-archive-description .breadcrumb,
.category-christmas .custom-archive-description .breadcrumb a{
color: #fff;
}

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

.custom-archive-description .breadcrumb{
padding: 0;
}

h1.archive-title{
    font-size: 28px;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
}

.category-christmas h1.archive-title{
color: #fff;
}

h1.archive-title:after{
content: '';
background: url(images/squiggle-border.svg) center repeat-x;
background-size: 150%;
width: 100%;
height: 5px;
	display: block;
	margin: 5px 0 10px;
}

/* Catsub Toggle
--------------------------------------------- */

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

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

.catsub button{
display: none;
	padding: 15px 20px;
	margin: 0 auto;
	text-align: left;
		font-size: 18px;
}

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

.catsub button.active:after{
	transform: none;
}

.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: #242424;
	border: 2px solid #fff;
	text-decoration: none;
}

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

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

.index-button{
	float: right;
}

.index-button .button{
	color: #fff;
	background: #067C88;
}

.category-christmas .custom-archive-description .index-button{
display: none;
}

.category-christmas .custom-archive-description .index-button .button:hover,
.index-button .button:hover{
background: #fff;
color: #242424;
}

.index-button-mobile{
display: none;
}

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

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

.large-featured-posts-block ul li{
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
	background: #B1E3DF;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
}

.category-christmas .large-featured-posts-block ul li{
background: #87CC4F;
}

.large-featured-posts-block .favorite-post_img{
	height: 100%;
}

.large-featured-posts-block ul li img{
display: block;
margin: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.large-featured-posts-block ul li .small-title{
background: #067C88;
padding: 3px 15px;
	color: #fff;
display: inline-block;
	margin-bottom: 10px;
}

.category-christmas .large-featured-posts-block ul li .small-title{
background: #B0002A;
}

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

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


.large-featured-posts-block ul .favorite-post_content{
text-align: left;
    padding: 2% 4%;
}

.large-featured-posts-block ul li .button{
background: #fff;
}

.large-featured-posts-block ul li .button:after{
content: '';
background: url(/wp-content/themes/pmd-funcookie/images/arrow-pink.svg) center no-repeat;
background-size: contain;
width: 18px;
height: 18px;
display: inline-block;
vertical-align: middle;
margin-left: 6px;
	margin-top: -2px;
}

.category-christmas .large-featured-posts-block ul li .button:after{
background: url(/wp-content/themes/pmd-funcookie/images/arrow-red.svg) center no-repeat;
background-size: contain;
}

.large-featured-posts-block ul li .button:hover{
background: #FAD1D9;
}

.archive-post-blocks .section-headline .section-title{
	width: 100%;
display: Block;
text-align: center;
}

.archive-post-blocks h2{
position: relative;
}

.archive-post-blocks h2:before{
content: '';
background: url(/wp-content/themes/pmd-funcookie/images/sprinkles-wide.svg) center no-repeat;
	background-size: contain;
width: 150px;
height: 20px;
	margin: 0 auto 5px;
	display: Block;
}

.category-christmas .archive-post-blocks h2:before{
background: url(/wp-content/themes/pmd-funcookie/images/sprinkles-wide-christmas-2.svg) center no-repeat;
	background-size: contain;
}

.archive-post-blocks .favorite-post_content{
	position: relative;
}

.archive-post-blocks .favorite-post_content:before{
content: '';
background: #fff url(/wp-content/themes/pmd-funcookie/images/heart.svg) center no-repeat;
	background-size: 22px 22px;
width: 42px;
height: 42px;
display: block;
	margin: -25px auto 0;
	border-radius: 50%;
}

.category-christmas .archive-post-blocks .favorite-post_content:before{
background: #fff url(/wp-content/themes/pmd-funcookie/images/christmas-menu.svg) center no-repeat;
	background-size: 22px 22px;
}

.category-christmas .archive-post-blocks ul li:nth-of-type(4n+1) {
border-bottom: 5px solid #B0002A;
}

.category-christmas .archive-post-blocks ul li:nth-of-type(4n+2) {
border-bottom: 5px solid #86CB50;
}

.category-christmas .archive-post-blocks ul li:nth-of-type(4n+3) {
border-bottom: 5px solid #F6CECF;
}

.category-christmas .archive-post-blocks ul li:nth-of-type(4n+4) {
border-bottom: 5px solid #498400;
}

.category-christmas .all-category-title h2{
position: relative;
}

.category-christmas .all-category-title h2:before{
content: '';
background: url(/wp-content/themes/pmd-funcookie/images/sprinkles-wide-christmas-2.svg) center no-repeat;
	background-size: contain;
width: 130px;
height: 20px;
	margin: 0 5px 0 0;
	display: inline-Block;
}

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

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


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

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


/* 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 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: #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: left center !important;
	background-size: contain !important;
min-height: 80px;
width: 100%;
margin: 0px auto;
	position: relative;
z-index: 99;
}

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

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

.top-bar{
width: 100%;
clear: both;
Background: #027c88;
	overflow: visible;
position: relative;
}

.top-bar .wrap{
	display: flex;
flex-direction: row;
	justify-content: space-between;
align-items: center;
	padding: 3px 2%;
	overflow: visible;
}

.top-bar_row_1{
width: 50%;
}

.top-bar_row_2{
width: 50%;
display: flex;
justify-content: flex-end;
}


.top-bar button{
background: none;
color: #fff;
letter-spacing: .5px;
text-transform: none;
font-size: 16px;
	padding: 10px 5px;
	font-weight: 700;
	width: 270px;
}

.top-bar button:hover{
color:  #b5e5e2;
}

.top-bar button:after{
content: '';
background: url(/wp-content/themes/pmd-funcookie/images/arrow-green.svg) center no-repeat;
background-size: contain;
width: 18px;
height: 18px;
display: inline-block;
vertical-align: middle;
margin-left: 2px;
	margin-top: -2px;
}

.top-bar_row_2{
position: relative;
text-align: right;
}

.top-bar_row_2 .about-links a{
	color: #fff;
	font-style: italic;
font-size: 17px;
	padding: 5px 10px;
	text-transform: lowercase;
	letter-spacing: .5px;
font-weight: 500;
	display: inline-block;
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
font-weight: 500;
}

.top-bar_row_2 .about-links a:hover{
opacity: .6;
}


.top-bar .visit-site-btn{
	background: #b5e5e2;
text-align: center;
padding: 12px 20px 0;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
	display: block;
	z-index: 999;
    transition: .5s;
    margin: -5px 0 -25px;
}

.top-bar .visit-site-btn:hover{
background: #c9d884;
}

.top-bar .visit-site-btn a{
color: #242424;
font-weight: 700;
font-size: 16px;
}

.top-bar .visit-site-btn .small-title{
display: block;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
font-weight: 700;
color: #027c88;
	margin: 0 auto;
line-height: 1.2;
}

.mobile-news{
width: 100%;
clear: both;
background: #027c88;
text-align: center;
font-size: 13px;
font-weight: 600;
color: #fff;
	display: none;
}

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

.mobile-news button:after{
content: '';
background: url(/wp-content/themes/pmd-funcookie/images/arrow-green.svg) center no-repeat;
background-size: contain;
width: 18px;
height: 18px;
display: inline-block;
vertical-align: middle;
margin-left: 2px;
	margin-top: -2px;
}

.head-social{
width: 70%;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
}

.head-social_row{
width: 250px;
}

.head-social_row:first-of-type{
	width: 280px;
	margin-right: 45px;
}

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

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

.nav-menu {
width: 70%;
display: flex;
flex-direction: row;
justify-content: flex-end;
flex-wrap: wrap;
	display: none;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

.search-toggle{
margin-right: 5px;
	background: #fbd2d9;
	border-radius: 50%;
}

.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 .close,
.menu-toggle.active .close{
padding: 3px;
}

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

.nav-menu .submenu-expand svg {
    fill: #fff;
	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;
}

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

.header-search {
    position: absolute;
    bottom: -70px;
    right: 0;
    background: #fbd2d9;
    overflow: hidden;
    padding: 10px;
    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;
}

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

.nav-menu .search-form{
 border-radius: 0;
	border: none;
background: none;
border-bottom: 2px solid #242424;
}

.nav-menu .search-form input{
background: none;
}

.nav-primary  .menu-index a{
	position: relative;
}

.nav-primary .menu-index a{
	display: inline-block;
    padding: 15px 35px 15px 15px !important;
}

.nav-primary  .menu-index a:after{
	content: '';
	background: url(images/sprinkles-menu.svg) center no-repeat;
background-size: contain;
	display: block;
width: 45px;
height: 27px;
	position: absolute;
top: -0px;
	right: -12px;
	transform: rotate(8deg);
}

.nav-primary{
display: none !important;
}

.scroll-menu{
display: block !important;
}

.site-header.header-sticky .nav-primary .menu-index a{
    padding: 15px 15px 15px 15px !important;
}

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

.nav-secondary {
clear: both;
	width: 100%;
margin: 0px auto;
font-size: 16px;
	color: #242424;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

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

.nav-secondary .menu-index a{
	position: relative;
}

.nav-secondary .menu-index a:after{
	content: '';
	background: url(images/sprinkles-menu.svg) center no-repeat;
background-size: contain;
	display: block;
width: 55px;
height: 37px;
	position: absolute;
top: -8px;
	right: -22px;
	transform: rotate(8deg);
}

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

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

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

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


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


.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: #027c88;
	font-size: 11px;
	padding: 10px 10px;
	position: relative;
	width: 200px;
	transition: .5s;
}

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

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

.christmas-menu a{
color: #B0002A;
}

.christmas-menu a:hover{
color: #097E26;
}

.christmas-menu a:before{
content: '';
background: url(/wp-content/themes/pmd-funcookie/images/christmas-menu.svg) center no-repeat;
background-size:contain;
width: 25px;
height: 25px;
display: inline-block;
vertical-align: middle;
	margin-right: 4px;
	margin-top: -2px;
}

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

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

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

.entry-content p a,
.entry-content ul li a,
.entry-content ol li a{
    color: #EB5291;
	text-decoration: underline;
}

.entry-content p a:hover,
.entry-content ul li a:hover,
.entry-content ol li a:hover{
	color: #343434;
}

.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:not(.continue-list){
    counter-reset: countlist;
}


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


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

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

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

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


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

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

.entry-meta-open{
display: Flex;
	flex-direction: row;
	justify-content: flex-start;
align-items: center;
	padding-bottom: 10px;
	border-bottom: 2px solid #fbd2d9;
}

.entry-meta-open .wprm-recipe-print{
padding-right: 0 !important;
}

.entry-meta-open .wprm-recipe-rating{
margin: 0;
}

.entry-meta-open .wprm-recipe-rating .wprm-rating-star.wprm-rating-star-full svg *{
	fill: #EB5291 !important;
}

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

.entry-share-open .wprm-recipe-print:before{
	content: '';
	background: #eb994a url(/wp-content/themes/pmd-funcookie/images/print.svg) center no-repeat;
background-size: 14px 14px;
width: 24px;
height: 24px;
display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	border-radius: 50%;
}

.entry-share-open .wprm-recipe-facebook-share:before{
	content: '';
	background: #067c88 url(/wp-content/themes/pmd-funcookie/images/facebook.svg) center no-repeat;
background-size: 12px 12px;
width: 24px;
height: 24px;
display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	border-radius: 50%;
}

.entry-share-open .wprm-recipe-pin:before{
	content: '';
	background: #eb5291 url(/wp-content/themes/pmd-funcookie/images/pinterest.svg) center no-repeat;
background-size: 14px 14px;
width: 24px;
height: 24px;
display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	border-radius: 50%;
}

.entry-share-open{
	width: 100%;
	clear: both;
	display: grid;
	grid-template-columns: repeat(3,1fr);
    grid-column-gap: 5px;
align-items: center;
	font-size: 16px;
}

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

.entry-header .wprm-recipe-icon{
background: #EA5291;
border-radius: 50%;
width: 22px;
height: 22px;
display: inline-block;
text-align: center;
}

.entry-header .wprm-recipe-icon svg{
	width: 12px !important;
height: 12px !important;
	margin: -2px auto 0;
}

.entry-header .entry-meta{
margin-bottom: 0;
	font-weight: 700;
letter-spacing: 0;
	font-size: 15px;
}

.entry-header .entry-comments-link:before,
.entry-header .entry-comments-link:after{
content: '|';
display: inline-block;
vertical-align: middle;
	margin: -4px 6px 0 2px;
	font-size: 14px;
	font-weight: 400;
}

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

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


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

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

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


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

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

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

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

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


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

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

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

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

.adjacent-entry-pagination .pagination-previous,
.adjacent-entry-pagination .pagination-next{
line-height: 1.2;
	overflow: hidden;
}



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


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

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

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

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

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

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


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

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


.archive-pagination li {	
display: inline;
	color: #fff;
	margin: 5px 3px;
}


.archive-pagination li a {
	background: #027c88;
	border: 3px solid #027c88;
	color: #fff;
	width: 48px;
height: 48px;
	border-radius: 50%;
cursor: pointer;
display: inline-block;
padding: 8px 5px;	
	font-size: 20px;
	line-height: 1.2;
}


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

.archive-pagination .pagination-next,
.archive-pagination .pagination-previous{
	margin: 5px 3px;
    display: inline-block;
    vertical-align: middle;
}

.archive-pagination .pagination-next a,
.archive-pagination .pagination-previous a{
	border: 3px solid #027c88;
width: auto;
height: auto;
background: none;
	border-radius: 25px;
color: #242424;
	font-size: 15px;
padding: 8px 15px;	
}


li.pagination-omission{
display: inline-block;
	background: #027c88;
	border: 3px solid #027c88;
	color: #fff;
	width: 48px;
height: 48px;
padding: 8px 5px;	
	font-size: 20px;
	line-height: 1.2;
	border-radius: 50%;
}

/* 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;
	font-weight: 700;
}

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

.comment-list li {
    margin-top: 16px;
    padding: 2%;
	position: relative;
	border: 1px solid #ddd;
	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: #e8f7f6;
}

.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-align: left;
    position: relative;
    z-index: 99;
    display: block;
	position: relative;
}

.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: #027c88;
padding: 2px;
width: 60px;
font-size: 10px;
	text-transform: uppercase;
letter-spacing: 2px;
	text-align: center;
    position: absolute;
    top: 10px;
    right: 2%;
	border-radius: 15px;
}


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


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

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

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

h3#reply-title:after{
content: '';
background: url(images/squiggle-border.svg) center repeat-x;
background-size: cover;
width: 80%;
height: 5px;
	display: block;
	margin: 5px 0 10px;
}

.comment-respond{
	background: #b5e5e2 url(/wp-content/themes/pmd-funcookie/images/sprinkles-bkg-white-fade.svg) center;
background-size: 180px 180px;
padding: 4%;
margin:  40px auto 40px;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
	border-radius: 15px;
}

.comment-respond form{
	background: none;
}

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

.comment-respond input[type="submit"]{
	border: none;
background: #027c88;
	color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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


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

.sidebar .featured-content .entry{
	display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
	margin: 0 auto 25px;
background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
	padding: 0;
}

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

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

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

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

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

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

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

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



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

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

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

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

.site-footer a:hover{
opacity: .5;
}

.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-info a{
padding: 0 5px;
}


.site-footer .foot-to-top a{
position: relative;
}

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

.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__link:after {
    content: '';
    background: url(/wp-content/themes/pmd-funcookie/images/arrow-black.svg) center no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.wp-block-button__link.has-white-background-color:after{
    background: url(/wp-content/themes/pmd-funcookie/images/arrow-pink.svg) center no-repeat;
}

.wp-block-button__link.has-dark-pink-background-color:after,
.wp-block-button__link.has-dark-blue-background-color:after{
    filter: brightness(0) invert(1);
}

.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-button .wp-block-button__link.has-background{
margin-bottom: 0;
}

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

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

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

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

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

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


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

 .newsletter input[type="submit"],
.newsletter button{ 
	border-radius: 10px;
width: 32%; 
padding: 14px; 
margin: 0px auto;
 display: block; 
	text-transform: none;
letter-spacing: 0;
font-weight: 800;
font-size: 14px;
 }

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


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

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

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

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


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

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

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

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

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

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



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

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

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

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

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



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

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

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

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

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

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

.has-dark-pink-color {
    color: #ea5291 !important;
}

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

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

.has-dark-blue-background-color {
    background-color: #027c88 !important;
}

.has-dark-blue-color {
    color: #027c88 !important;
}

.has-light-blue-background-color {
background: #b5e5e2 url(/wp-content/themes/pmd-funcookie/images/sprinkles-bkg-white-fade.svg) center !important;
background-size: 180px 180px !important;
}

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

.has-orange-background-color {
    background-color: #eb984a !important;
}

.has-orange-color {
    color: #eb984a !important;
}

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

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

.has-blush-background-color {
    background-color: #f5cfc7 !important;
}

.has-blush-color {
    color: #f5cfc7 !important;
}

.has-dark-blue-background-color a,
.has-dark-pink-background-color a{
color: #fff !important;
}

.has-dark-blue-background-color.featured-posts-block ul li a,
.has-red-background-color.featured-posts-block ul li a{
color: #343434 !important;
}

.has-red-color{
color: #b0002a !Important;
}

.has-red-background-color{
background-color: #b0002a !important;
background: #b0002a url(/wp-content/themes/pmd-funcookie/images/christmas-bkg.svg) center !important;
background-size: 320px 228px !important;
}

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

.sidebar-about{
width: 100%;
max-width: 400px;
margin: 0 auto 35px;
	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);
	position: relative;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
border-top-left-radius: 15px;
border-top-right-radius: 15px;
	border-bottom: 8px solid #fbd2d9;
}

.sidebar-about img{
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}


.sidebar-about_content{
text-align: center;
padding: 2% 4% 4%;
font-size: 15px;
line-height: 1.4;
}

.sidebar-about_content h4{
	font-size: 26px;
margin: 0 auto 5px;
position: relative;
}

.sidebar-about_content h4:before{
content: '';
background: url(/wp-content/themes/pmd-funcookie/images/sprinkles-wide.svg) center no-repeat;
background-size: contain;
display: block;
width: 120px;
height: 15px;
margin: 0 auto 5px;
}



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

.sidebar-newsletter{
width: 100%;
max-width: 400px;
margin: 0 auto 35px;
	background: #b5e5e2 url(/wp-content/themes/pmd-funcookie/images/sprinkles-bkg-white-fade.svg) center;
background-size: 180px 180px;
padding: 10% 8%;
text-align: center;
	color: #242424;
font-size: 16px;
	border-bottom: 8px solid #c9d884;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.sidebar-newsletter h4{
color: #242424;
font-size: 28px;
line-height: 1.2;
}

.sidebar-newsletter .newsletter form{
	display: block;
}

.sidebar-newsletter .newsletter input[type="text"],
.sidebar-newsletter .newsletter input[type="email"]{
	width: 100%;
	margin: 10px auto;
	background: none;
color: #242424;
border: 2px solid #fff;
	font-size: 16px;
}

.sidebar-newsletter ::placeholder{
color: #242424;
}

.sidebar-newsletter .newsletter input[type="submit"],
.sidebar-newsletter .newsletter button{
	width: 100%;
	margin: 10px auto;
	background: #027c88;
	color: #fff;
font-size: 18px;
}


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

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


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

.featured-on{
	width: 100%;
	clear: both;
text-align: center;
	margin-top: 25px;
}

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

.featured-on_inner{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}

.featured-on_img{
padding: 0 1.5%;
}

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


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

.footer-sprinkles{
width: 100%;
	clear: both;
height: 40px;
	display: block;
background: url(/wp-content/themes/pmd-funcookie/images/sprinkle-border.svg) center repeat-x;
background-size: contain;
}

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

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

.footer-newsletter form{
width: 100%;
min-width: 600px;
}

.footer-newsletter_row{
	padding: 0 2%;
}

.footer-newsletter h4{
	margin-bottom: 0;
font-size: 28px;
}

.footer-newsletter p{
	font-size: 15px;
font-weight: 500;
	margin-bottom: 0;
}
.footer-newsletter .newsletter input[type="text"],
.footer-newsletter .newsletter input[type="email"]{
border: 2px solid #fff;
background: none;
}

.footer-newsletter .mobile-button{
display: none;
}


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

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

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

.footer-row_2,
.footer-row_3{
width: 30%;
}

.footer-row_1{
width: 24%;
}

.footer-row_4{
width: 16%;
display: flex;
justify-content: flex-end;
}

.footer-row .search-form{
width: 100%;
max-width: 280px;
margin: 25px auto 0;
}

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


.footer-row h4{
font-size: 26px;
	margin: 0 auto 5px;
}

.footer-row h4 .small-title{
display: block;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
}

.footer-row .back-to-top{
	background: #b5e5e2;
padding: 20px 4%;
display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
text-align: center;
color: #242424;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
font-weight: 700;
	width: 100%;
	max-width: 150px;
}

.footer-row .back-to-top:hover{
background: #027c88;
color: #fff;
}

.footer-row .back-to-top img{
display: block;
width: 100%;
max-width: 50px;
margin: 0 auto 10px;
}

.footer-row .back-to-top .top-text{
display: block;
clear: both;
text-align: center;
	width: 100%;
}

/* 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: #fff;
  width: 100%;
	max-width: 600px;
text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
display: flex;
flex-direction: row;
}

.news-popup_row_1{
background-size: cover !important;
	width: 45%;
}

.news-popup_row_2{
padding: 6% 4%;
	width: 55%;
align-self: center;
	background: #B5E5E2;
    -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);
}

.news-popup_row_2 h4{
font-size: 32px;
line-height: 1.2;
position: relative;
margin: 0 auto;
	display: block;
}


.news-popup_row_2 h4:before{
content: '';
background: url(/wp-content/themes/pmd-funcookie/images/sprinkles-wide.svg) center no-repeat;
background-size: contain;
display: block;
width: 120px;
height: 15px;
margin: 0 auto 5px;
    filter: brightness(0) invert(1);
}


.news-popup_row_2 .newsletter form{
display: block;
}

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




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

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

/* EZ TOC
		------------------------------------------------------------ */

div#ez-toc-container{
	border: 2px solid #EC5291;
	background: #fff;
border-radius: 5px;
	padding: 15px 20px 10px !important;
	width: 100% !Important;
}

#ez-toc-container li a{
background-image: none !important;
	font-weight: 400 !Important;
	padding: 3px 0;
	display: block;
}

#ez-toc-container p.ez-toc-title{
	font-weight: 700 !important;
font-size: 24px !important;
	margin-bottom: 0 !Important;
}

#ez-toc-container label{
border: none !important;
font-size: 22px !important;
	line-height: 1;
}

.ez-toc-pull-right{
	margin: -5px auto 0;
}

#ez-toc-container label{
	background: #B5E5E2;
padding: 5px;
width: 45px;
	height: 45px;
text-align: center;
	line-height: 1.45;
}

.ez-toc-toggle i.ez-toc-glyphicon, label.cssicon .ez-toc-glyphicon:empty{
	font-size: 22px !important;
	margin-top: 8px;
}

/* Accordion
		------------------------------------------------------------ */

.wp-block-yoast-faq-block{
	margin-bottom: 25px;
}

.schema-faq-question{
  cursor: pointer;
	border: 2px solid #A4DCD9;
	border-radius: 5px;
width: 100%;
	display: block;
padding: 15px !important;
margin-bottom: 5px;
font-size: 22px;
line-height: 1.2;
}

.schema-faq-question.collapse{
border-bottom: 0;
	margin-bottom: 0;
background: #A4DCD9;
}

.schema-faq-question:before{
  width: 16px;
  height: 20px;
  display: inline-block;
  content: "+";
  margin-right: 5px;
  vertical-align: top;
}

.schema-faq-question.collapse:before{
  content: "-";
}

.schema-faq-question:hover{
background: #A4DCD9;
	color: #242424;
border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.schema-faq-answer{
  display: none;
  padding-left: 1em;
}

.schema-faq-answer.collapse{
padding: 15px 20px;
	border: 2px solid #A4DCD9;
border-top: 0;
}
.schema-faq-answer.default{
  display: block;
}


/*
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 (min-width: 1024px) {
	
	.site-header.header-sticky{
		background: #067C88;
position: fixed;
top: 0;
	z-index: 9999;
width: 100%;
-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);
		height: 60px;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInDown {
  0% {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  }
  @keyframes slideInDown {
  0% {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  } 
	
	.site-header.header-sticky .wrap{
padding: 5px 2%;
}

.site-header.header-sticky .site-title a{
min-height: 50px;
	transition: none;
    filter: brightness(0) invert(1);
}

.site-header.header-sticky .nav-menu{
display: flex;
justify-content: flex-end;
}
	
	.site-header.header-sticky .nav-menu a{
		color: #fff;
	}

.site-header.header-sticky .nav-menu .menu-item,
.site-header.header-sticky .nav-menu .search-form input{
	font-size: 17px;
}

.site-header.header-sticky .nav-menu .search-form{
	border: 1px solid #eee;
	background: #fff;
border-radius: 25px;
	margin-left: 25px;
}

.site-header.header-sticky .head-social,
.site-header.header-sticky .nav-menu .social{
display: none;
}

.site-header.header-sticky .nav-menu .search-form{
display: inline-block;
}

}

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

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

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

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

.content {
max-width: 650px;
}

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

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

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

.sidebar-primary {
width: 320px;
}
	
	.nav-primary .search-form{
display: none;
}

}


@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{
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;
    background-position: center !important;
}
	
.mobile-news{
display:  block;
}
	
.head-social,
.top-bar,
.nav-secondary{
display: none;
}
	
	.scroll-menu{
		display: none !Important;
	}
	
	.nav-menu{
		display: block;
	}
	
	.nav-primary{
		display: block !Important;
	}

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

	.nav-menu .menu {
    clear: both;
    line-height: 1;
    margin: 0;
    width: 100%;
		display: none;
}
	
	.nav-menu .menu-item a{
		padding: 15px;
	}
	
	.nav-menu.active .menu{
		display: block;
	}
	
.nav-menu ul {
    clear: both;
    line-height: 1;
    margin: 0;
    width: 100%;
}
	
	.nav-menu .menu-item {
    list-style: none;
    position: relative;
		border-bottom: 1px solid #a4ddda;
}
	
	.nav-menu .menu-item:last-of-type{
border: none;
}
	
	.nav-menu .menu-item.current-menu-item>a, .nav-menu .menu-item.current-menu-ancestor>a,
	.nav-menu .menu-item:hover>a,
	.nav-menu .menu-item a{
		color: #fff;
	}
	
	.nav-menu .menu-item:hover>.sub-menu {
display: none;
}
	
	.nav-menu .sub-menu .menu-item{
	font-size: 15px;
	font-weight: 600;
		padding-left: 10px;
}
	
.nav-menu .submenu-expand {
    top: 0;
    right: 0;
    -webkit-transform: none;
    width: 44px;
    height: 44px;
    -webkit-transform: rotate(
180deg);
    transform: rotate(180deg);
}
	
	.nav-menu .submenu-expand svg {
    fill: #fff;
	}
	
	.nav-menu .submenu-expand.expanded+.sub-menu {
    display: block;
		position: relative;
		width: 100%;
		left: 0;
		opacity: 100;
    background: #B5E4DE;
	}
	
	.nav-menu .submenu-expand.expanded+.sub-menu a{
		color: #242424;
}
	
		.nav-menu .submenu-expand:not(.expanded) {
    transform: none;
}
	
	.nav-menu .social{
display: none;
}
	
	.nav-menu.active .social{
		display: flex;
	margin: 10px;
}
	
	
	.nav-menu.active .search-form{
margin: 10px;
}

	.nav-menu.active{
  overflow: visible;
}
	
	.site-header.header-sticky .nav-primary .menu-index a,
.nav-primary .menu-index a{
    padding: 15px 35px 15px 15px !important;
}
	
	.facebook{
background: #a4ddda url(/wp-content/themes/pmd-funcookie/images/facebook.svg) center no-repeat;
    background-size: 20px 20px;
}
	
.nav-menu.active .mobile-only-menu{
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
position: relative;
	padding: 1% 2%;
}

.mobile-only-menu a{
color: #2f2f2f;
display: block;
	background: #a4ddda;
border-radius: 10px;
border-radius: 10px;
padding: 20px 5px;
text-align: center;
margin: 5px auto;
width: 100%;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 12px;
font-weight: 600;
}
	
	.mobile-only-menu .visit-site-btn{
	grid-column: 1 / -1;
}

.mobile-only-menu .visit-site-btn{
background: #fbd2d9;
text-align: center;
	height: auto;
	display: block;
	border-radius: 10px;
margin: 10px auto;
	width: 100%;
	overflow: hidden;
	padding: 20px 5px;
}
	
	.mobile-only-menu .visit-site-btn .small-title{
font-size: 12px;
}

.mobile-only-menu .visit-site-btn a{
background: none;
	height: auto;
	margin: 0 auto;
	padding: 25px 5px 0;
	font-size: 18px;
text-transform: none;
font-weight: 700;
}
	
.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{
flex-wrap: wrap;
text-align: center;
	}
	
	
	.footer-row_2,
	.footer-row_3{
		width: 50%;
	margin: 15px auto;
	}
	
	.footer-row_1,
	.footer-row_4{
width: 100%;
	margin: 15px auto;
		display: block;
text-align: center;
	}
	
	.footer-row .back-to-top{
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	
	.nav-primary  .menu-index a:after{
		top: 4px;
	right: 5px;
}

	
	.christmas-menu a:before{
    background: url(/wp-content/themes/pmd-funcookie/images/christmas-menu.svg) center no-repeat;
    background-size: 22px 22px;
    width: 28px;
    height: 28px;
    background-color: #fff;
		border-radius: 50%;
		
}
	
	.scroll-menu{
display: none !important;
}


}

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

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

	
	.newsletter form{
display: block;
		width: 100%;
    min-width: 260px;
}
	
	.newsletter input[type=text], .newsletter input[type=email],
	.newsletter input[type=submit], .newsletter button{
width: 100%;
	display: block;
margin: 10px auto;
}
	.footer-newsletter{
text-align: center;
}
	
	.modal-content {
flex-wrap: wrap;
}
	
	.news-popup_row_1{
min-height: 150px;
}

.news-popup_row_1,
	.news-popup_row_2{
		width: 100%;
	}
	
			.catsub{
width: 100%;
	display: block;
}
	
	.catsub button{
display: block;
		width: 100%;
		background: none;
color: #242424;
		background: #fff;
border: 1px solid #fff;
		font-size: 16px;
		font-weight: 700;
		border-radius: 0;
text-transform: uppercase;
Letter-spacing: 1px;
text-align: center;
}
	

	.catsub .catsub-menu{
		display: none;
	}
	
	.catsub .catsub-menu.expanded{
		display: block;
    position: relative;
    width: 100%;
    z-index: 998;
		background: #B5E5E2;
margin: 0;
	}
	
		.catsub .catsub-menu a{
		display: block;
		position: relative;
border: none;
width: 100%;
margin: 0px auto;
		background: none;
padding: 15px 5px;
color: #242424;
font-size: 16px;
border-bottom: 1px solid #fff;
	}
	
	.catsub .catsub-menu a:hover{
background: #B5E5E2;
		color: #fff;
}
	
	.catsub:hover .catsub-menu a:last-of-type{
		border: none;
	}
	
	.footer-newsletter .newsletter{
display: none;
}
	
	.footer-newsletter .mobile-button{
display: block;
}
	
	.index-button-desktop{
display: none;
}
	
	.index-button-mobile{
		display: block;
float: none;
margin: 5px auto;
		width: 100%;
	}
	
	.index-button-mobile .button{
		width: 100%;
		display: block;
text-align: center;
		border-radius: 0;
	}
	
	.large-featured-posts-block ul li{
display: block;
}
	
	.comment-respond{
text-align: center;
}
	
	.comment-form-wprm-rating{
text-align: center !important;
justify-content: center !important;
		display: block !Important;
}
	
	.comment-respond label{
text-align: left !important;
}
	
	.comment-form-wprm-rating label{
text-align: center !important;
}

	.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"],
	.comment-respond input[type="submit"]{
		width: 100%;
		display: block;
	}
	
.comment-respond .wprm-comment-ratings-container {
    transform: scale(1.8);
    transform-origin: top;
}

	.comment-form-author,
.comment-form-email{
width: 100%;
	display: block;
	}
	
	.category-christmas .all-category-title h2{
		text-align: center;
	}
	
	.category-christmas .all-category-title h2:before{
		display: block;
margin: 0 auto 5px;
	}
	
}
 

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
    
 .archive .content,
.search .content,
.blog .content{
    grid-template-columns: repeat(2, 1fr);
}

.adjacent-entry-pagination{
	display: block;
}

.adjacent-entry-pagination .pagination-previous, .adjacent-entry-pagination .pagination-next{
	margin: 10px auto;
	width: 100%;
	overflow: visible;
}

.adjacent-entry-pagination .post-navigation-title{
	font-size: 16px;
}
	
	.adjacent-entry-pagination .previous-next.previous,
	.adjacent-entry-pagination .pagination-previous .post-navigation-title,
	.adjacent-entry-pagination .previous-next.next,
	.adjacent-entry-pagination .pagination-next .post-navigation-title{
		text-align: center;
	}

.adjacent-entry-pagination .pagination-previous img,
.adjacent-entry-pagination .pagination-next img{
	border: none;
}

	
		.footer-row_2,
	.footer-row_3{
		width: 100%;
	}
	
	.featured-on_inner{
		flex-wrap: wrap;
	}
	
	.featured-on_img{
		width: 100%;
		max-width: 150px;
	}
	
	
.single .content .entry-title{
font-size: 26px;
line-height: 1.2;
}
	
	.entry-meta-open{
		flex-wrap: wrap;
	}
	
	.entry-header .entry-meta:before{
		display: none;
	}
	
		.modal-content {
max-width: 80%;
}
	
	.news-popup_row_2 h4{
font-size: 26px;
}
	
	.entry-share-open .wprm-recipe-jump:before,
	.entry-share-open .wprm-recipe-print:before,
	.entry-share-open .wprm-recipe-facebook-share:before,
	.entry-share-open .wprm-recipe-pin:before{
width: 18px;
height: 18px;
    background-size: 10px 10px;
	}

	.entry-share-open {
		font-size: 11px;
		display: flex;
flex-direction: row;
		justify-content: space-between;
		grid-column-gap: 5px;
	}
	
	.entry-share-open a{
padding: 10px 2px !important;
}
	
	.entry-share-open a{
		width: 25% !important;
	}
	
	.entry-share-open a:first-of-type{
width: 45% !important;
}
	
.comment-respond .wprm-comment-ratings-container{
margin: 0 auto 15px;
}
	
	.category-christmas .custom-archive-description{
padding-bottom: 45px;
}

	.large-featured-posts-block ul .favorite-post_content{
		padding: 25px 4%;
	}
	
	.custom-archive-description{
		padding: 2% 2% 4%;
	}
	
	.archive-pagination .pagination-next ,
	.archive-pagination .pagination-previous {
		display: block;
margin: 5px auto;
	}
    
}