/*
	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.5625;
    font-weight:  300;
	margin: 0;
	overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

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

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

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

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

a:hover {
	color: #466da0;
}

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

strong {
	font-weight: 700;
}

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

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

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

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

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

cite {
	font-style: normal;
}

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

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

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

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

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

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

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

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

.blog .content .entry-title,
.blog .content .entry-title a{
	font-size: 22px;
text-align: left;
}

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


h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

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

.sidebar .widgettitle{
border-bottom: 2px solid #f6db41;
font-size: 22px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 20px;
}

/* 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: #466da0;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
	text-transform: uppercase;
	width: auto;
	font-weight: 700;
	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: #d43839;
	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: 1200px;
}

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

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

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

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

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

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

/* Content */

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

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

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

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

/* Archive and Search Content */


.archive .content,
.search .content,
.blog .content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
}

.archive .content .entry,
.search .content .entry,
.blog .content .entry{
	background: #fff;
    width: calc(1/3 * 100% - 2%);
    -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;
}

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

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

/* Primary Sidebar */

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

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

/* Secondary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

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

.alignright .avatar {
	margin-left: 24px;
}
.search-form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 15px;
    line-height: 1;
}

.search-form input[type=search] {
    background: none;
    padding: 5px;
    border: none;
    font-size: 14px;
    box-shadow: none;
    width: 80%;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
	font-style: italic;
    font-weight: 400;
}

.search-form input[type=submit] {
    background: url(images/search-red.svg) right center no-repeat;
    border:  none !Important;
    background-size: 16px 16px;
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    float: right;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0;
}


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

}

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

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

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

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

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

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

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

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb-wrapper{
background: #fef2ee;
width: 100%;
clear: both;
}

.single .breadcrumb-wrapper{
	margin-bottom: 20px;
}

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

.archive .breadcrumb{
	margin-bottom: 15px;
}

.breadcrumb a{
	color: #2f2f2f;
}

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

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


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

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

.custom-archive-description{
padding: 2%;
text-align: left;
	position: relative;
	border-top: 1px solid #eee;
}

.custom-search-appearance:before,
.custom-archive-description:before{
	content: '';
background: url(/wp-content/themes/pmd-thirtydays/images/triangles.svg) center;
background-size: 35px auto;
	display: block;
width: 100%;
	height: 120px;
position: absolute;
top: 0;
	left: 0;
right: 0;
z-index: 1;
}

.custom-archive-description .wrap,
.custom-search-appearance .wrap{
	position: relative;
z-index: 99;
}

.custom-search-appearance{
padding: 2%;
	position: relative;
	text-align: center;
}

.custom-search-appearance .search-form{
	width: 100%;
	max-width: 600px;
	margin: 15px auto 25px;
	background: #fff;
}

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

.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: left;
padding: 0px 2%;
}

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

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

.archive-description{
	background: none;
	width: 100%;
	max-width: 1200px;
padding: 0px 2%;
text-align: left;
}


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

.blog .more-link {
    background: #466da0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 10px;
	display: block;
	margin-top: 15px;
text-decoration: none !important;
text-align: center;
	width: 100%;
	max-width: 160px;
}


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

.sidebar .featuredpost,
.sidebar .featuredpost .widget-wrap{
display: flex;
flex-direction: row;
justify-content: space-between;
	flex-wrap: wrap;
}

.sidebar .widgettitle{
	display: block;
width: 100%;
}

.sidebar .featured-content .entry{
    width: calc(1/2 * 100% - 2%);
background: #fff;
font-size: 14px;
text-align: center;
	padding: 0;
margin: 0 auto 10px;
}

.sidebar .featured-content .entry-header{
background: #fff;
}

.sidebar .featured-content .entry-header .entry-title,
.sidebar .featured-content .entry-header .entry-title a{
font-size: 14px;
color: #2f2f2f;
}


/*
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;
	border-bottom: 1px solid #eee;
}

.home .site-header{
border: none;
}

.site-header .wrap {
	padding: 25px 2%;
}

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

.title-area {
	float: left;
	width: 25%;
}

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

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

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

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

/* Full width header, no widgets */


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

/* Logo, hide text */

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

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

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


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

.top-bar{
width: 75%;
float: right;
	display: flex;
flex-direction: row;
justify-content: flex-end;
}

.top-bar .top-bar_row{
	padding: 0 1%;
	align-self: center;
}

.top-bar .top-bar_row:first-of-type a{
color: #2f2f2f;
font-size: 16px;
padding: 0 5px;
}

.mobile-news{
text-align: center;
width: 100%;
clear: both;
background: #d43839;
color: #fff;
	font-size: 15px;
	display: none;
}

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

.mobile-news a:before{
content: '';
background: url(/wp-content/themes/pmd-thirtydays/images/mail-ico.svg) center no-repeat;
background-size: contain;
display: inline-block;
width: 18px;
height: 18px;
vertical-align: middle;
margin: -2px 4px 0 0;
	opacity: .5;
}


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

.nav-primary {
width: 75%;
margin: 5px auto 0;
font-size: 18px;
text-transform: uppercase;
letter-spacing: 2px;
	font-weight: 700;
	color: #2f2f2f;
float: right;
}

.nav-primary .wrap{
text-align: right;
margin: 0px auto;
overflow: hidden;
	padding: 0;
}

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

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

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

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

.nav-primary a:hover{
color: #8dd0bf;
}

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

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

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

.nav-primary .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
}

.nav-primary .menu-item:hover {
	position: static;
}

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

.nav-primary > .first > a {
	padding-left: 0;
}

.nav-primary > .last > a {
	padding-right: 0;
}

.nav-primary > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
}

.nav-primary > .right > a {
	display: inline;
	padding: 0;
}


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

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

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

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

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

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

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


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

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

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

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

.nav-secondary .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
}

.nav-secondary .menu-item:hover {
	position: static;
}

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


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

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

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

.entry-content a {
text-decoration: underline;
}

.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 li {
	list-style-type: decimal;
}

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

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

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

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

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

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

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

.single .content .entry-header{
border-bottom: 1px solid #f6b51a;
	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%;
	text-align: center;
	font-size: 16px;
}

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

.single .entry-footer .entry-categories a{
border-bottom: 1px solid #d43839;
color: #2f2f2f;
font-weight: 700;
	margin: 5px;
}



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

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


.archive-pagination li {	
display: inline;
}


.archive-pagination li a {	
	color: #2f2f2f;
cursor: pointer;
display: inline-block;
padding: 4px 10px;	
	border-bottom: 2px solid #fff;
}


.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #2f2f2f;
	border-bottom: 2px solid #f6db41;

}

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

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

.entry-comments {
	clear: both;
}

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

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

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

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

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

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

.comment-list li {
    margin-top: 16px;
    padding: 2%;
	position: relative;
	border: 1px solid #eee;
	word-wrap: break-word;
}

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


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

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

.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;
    margin-bottom: 1em;
	position: relative;
}

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

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

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

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

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


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

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

.comment-respond{
    -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: 4%;
margin:  0 auto 40px;
	color: #2f2f2f;
	position: relative;
}

.comment-respond:before{
	content: '';
background: url(/wp-content/themes/pmd-thirtydays/images/triangles.svg) center;
background-size: 35px auto;
	display: block;
width: 100%;
	height: 80px;
position: absolute;
top: 0;
	left: 0;
right: 0;
z-index: 0;
}

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

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

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

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

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

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

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

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

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


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

.footer-widgets {
	clear: both;
}

/* Footer Shop
--------------------------------------------- */


.footer-shop{
background: #8dd0bf;
width: 100%;
clear: both;
}

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

.footer-shop_footer-row{
width: 40%;
padding: 0 2%;
text-align: center;
}

.footer-shop_footer-row:first-of-type{
width: 30%;
}

.footer-shop_footer-row h3{
font-size: 34px;
	position: relative;
}

.footer-shop_footer-row h3:before{
content: '';
background: url(/wp-content/themes/pmd-thirtydays/images/cart.svg) center no-repeat;
background-size: contain;
display: block;
width: 38px;
height: 38px;
margin: 0 auto 10px;
}

.footer-shop_footer-row .button{
background: #fff;
color: #2f2f2f;
font-weight: 700;
border: 2px solid #fff;
}

.footer-shop_footer-row .button:hover{
background: none;
}


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

.footer-rows{
	width: 100%;
	clear: both;
position: relative;
}

.footer-rows:before{
	content: '';
background: url(/wp-content/themes/pmd-thirtydays/images/triangles.svg) center;
background-size: 35px auto;
	display: block;
width: 100%;
	height: 120px;
position: absolute;
top: 0;
	left: 0;
right: 0;
z-index: 0;
}

.footer-rows .wrap{
padding: 2% 2%;
	display: flex;
flex-direction: row;
justify-content: space-between;
	position: relative;
z-index: 99;

}

.footer-rows_footer-row{
width: 22%;
}

.footer-rows_footer-row:nth-of-type(4){
	width: 30%;
	text-align: center;
}

.footer-rows_footer-row:nth-of-type(4) .button{
font-size: 14px;
}

.footer-rows_footer-row:nth-of-type(4) #social{
margin: 15px auto 0;
}

.footer-rows_footer-row:nth-of-type(1) img{
	width: 100%;
	max-width: 160px;
}

.footer-rows_footer-row:nth-of-type(2) a,
.footer-rows_footer-row:nth-of-type(3) a{
color: #2f2f2f;
	display: block;
padding: 4px 0;
}

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

.site-footer {
	background: #2f2f2f;
	color: #fff;
	font-size: 12px;
	padding: 15px 5px;
font-weight: 400;
	text-align: left;
}

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


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

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

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

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

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

.site-footer .foot-design a{
	font-weight: 400;
}

/* 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: 600;
	line-height: 24px;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
}

.wp-block-pullquote,
.wp-block-quote {
	border: none;
	margin: 24px 0 36px;
}

.wp-block-pullquote .wp-block-pullquote__citation,
.wp-block-quote .wp-block-quote__citation {
	color: #2f2f2f;
	display: block;
	font-size: 16px;
	font-style: italic;
	margin-top: -25px;
	text-align: inherit;
	text-transform: none;
}

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


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

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


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


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

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

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

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

.newsletter input[type="text"],
.newsletter input[type="email"]{ 
background: #fff;
width: 48%; 
padding: 16px; 
margin: 0px 1%;
    display: inline-block;
}

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

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

.newsletter input[type="text"],
.newsletter input[type="email"],
 .newsletter input[type="submit"],
.newsletter button{
width: 100%:
margin: 0;
display: block;
}


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

#social{
margin: 0px auto;
position:relative;
width: 150px;
height:30px;
}

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

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

#facebook,
#pinterest,
#instagram,
#contact{
width: 30px;
height:30px;
transition:  .5s;
}

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

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

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

#contact {
background: url(images/contact.svg) center no-repeat ;
background-size: 30px 30px;
left: 120px;
}

#facebook:hover,
#pinterest:hover,
#instagram:hover{
  transform: rotate(10deg);
}

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


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

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

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

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

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

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

.has-red-color {
    color: #d43839;
}

.has-teal-background-color {
    background-color: #8dd0bf !important;
}

.has-teal-color {
    color: #8dd0bf;
}

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

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

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

.has-orange-color {
    color: #f6b51a;
}

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

.has-blue-color {
    color: #466da0;
}

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

.has-yellow-color {
    color: #f6db41;
}

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

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


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

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

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

.featured-pages-block,
.icons-block,
.latest-block,
.recipe-index-block{
width: 100%;
	clear: both;
}

.featured-pages-block .wrap,
.about-block .wrap,
.newsletter-block .wrap,
.icons-block .wrap,
.latest-block .wrap,
.featured-categories-block .wrap,
.featured-posts-block .wrap,
.featured-posts-block-tall .wrap,
.recipe-index-block .wrap{
	padding: 35px 2%;
	position: relative;
}

.featured-pages-block a,
.featured-posts-block a,
.featured-posts-block-tall a,
.about-block a,
.newsletter-block a,
.icons-block a,
.latest-block a,
.featured-categories-block a,
.featured-posts-block a,
.recipe-index-block a{
	text-decoration: none;
	color: #2f2f2f;
}


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

.featured-pages-block .wrap{
padding: 5px 0 25px;
	display: flex;
flex-direction: row;
justify-content: space-between;
}

.featured-pages-block_feature-page{
	background-size: cover;
background-position: center;
background-repeat: no-repeat;
    width: calc(1/3 * 100% - 2%);
min-height: 320px;
text-align: center;
position: relative;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
}

.featured-pages-block_feature-page:after {
  content: '';
  display: block;
  border-bottom: 3px solid #f6db41;
  width: 0;
  position: absolute;
  right: 0;
	bottom: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.featured-pages-block_feature-page:hover:after{
  width: 100%; 
}

.featured-pages-block_feature-page h2{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
background: #fff;
width: 80%;
font-size: 22px;
text-transform: uppercase;
letter-spacing: 2px;
padding: 10px 5px;
	transition: .5s;
}

.featured-pages-block_feature-page:hover h2{
background: rgba(255, 255, 255, 0.8) 0 80%;
}


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

.about-block{
position: relative;
}

.about-block:after{
	content: '';
background: url(/wp-content/themes/pmd-thirtydays/images/triangles.svg) center;
background-size: 35px auto;
	display: block;
width: 100%;
	height: 220px;
position: absolute;
bottom: 0;
	left: 0;
right: 0;
z-index: 1;
}

.about-block .wrap{
display: flex;
flex-direction: row;
justify-content: center;
	align-items: center;
	position: relative;
z-index: 99;
}

.about-block_about-row{
	width: 54%;
	padding: 0 2%;
}

.about-block_about-row:first-of-type{
	width: 34%;
	padding: 0 2%;
}

.about-block img{
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: 10px;
	transform: rotate(-5deg);
	margin: 0 auto -35px;
	display: block;
	position: relative;
z-index: 99;
}

.about-block .small-title{
background: #466da0;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
	font-size: 14px;
padding: 5px 10px;
}

.about-block .wp-block-button .wp-block-button__link{
background: none !important;
padding: 0 4px;
	border-bottom: 2px solid #f6db41;
	font-size: 18px;
font-weight: 700;
}

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

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

}

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

.newsletter-block_newsletter-row{
width: 50%;
	padding: 0 1%;
}

.newsletter-block_newsletter-row:first-of-type{
width: 25%;
}

.newsletter-block_newsletter-row .newsletter input[type="submit"],
.newsletter-block_newsletter-row .newsletter button{
	margin: 10px auto 0;
	font-size: 18px;
	line-height: 1.2;
}

.newsletter-block_newsletter-row p{
margin-bottom: 0;
}

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


/* Icons Block
------------------------------------------------------ */

.icons-block .wrap{
display: flex;
flex-direction: row;
justify-content: space-between;
}


.icons-block_cat-ico{
    width: calc(1/9 * 100% - 1%);
}

.icons-block_cat-ico img{
margin: 0 auto 10px;
display: block;
	transition: .5s;
}

.icons-block_cat-ico:hover img{
transform: rotate(10deg);
}

.icons-block_cat-ico h4{
text-transform: uppercase;
letter-spacing: 1px;
font-size: 13px;
text-align: center;
}

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

ul.latest-posts{
	margin: 0 auto;
	display: flex;
flex-direction: row;
	justify-content: space-between;
}

ul.latest-posts li{
	list-style-type: none;
    width: calc(1/2 * 100% - 2%);
    -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);
}

ul.latest-posts li img{
transition: .5s;
}

ul.latest-posts li:hover img{
opacity: .7;
}

.latest-block_latest-content{
padding: 2% 4%;
}

.latest-block_latest-content h2,
.latest-block_latest-content h2 a{
color: #2f2f2f;
font-size: 28px;
}

.latest-block_latest-content .post-new{
text-transform: uppercase;
letter-spacing: 2px;
	font-size: 15px;
font-weight: 800;
padding: 5px 10px;
border: 2px solid #466da0;
	margin-bottom: 15px;
display: inline-block;
}

.latest-block .blog-link{
	width: 100%;
	text-align: right;
margin: 25px auto;
}
.latest-block .more-link{
	font-weight: 700;
	color: #2f2f2f;
padding: 0 4px;
	border-bottom: 2px solid #f6db41;
	font-size: 18px;
}


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

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

.featured-categories-list{
	margin: 0 auto;
	display: flex;
flex-direction: row;
	justify-content: space-between;
}

.featured-categories-list .featured-categories-block_featured-cat{
	background: #fff;
    width: calc(1/6 * 100% - 1%);
    -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;
}

.featured-categories-list .featured-categories-block_featured-cat img{
	transition: .5s;
}

.featured-categories-list .featured-categories-block_featured-cat:hover img{
opacity: .7;
}

.featured-categories-block_featured-cat h3{
text-align: center;
text-transform: uppercase;
Letter-spacing: 2px;
font-size: 16px;
	padding: 1%;
}



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

.featured-posts-block{
position: relative;
}

.featured-posts-block:before{
	content: '';
background: url(/wp-content/themes/pmd-thirtydays/images/triangles.svg) center;
background-size: 35px auto;
	display: block;
width: 100%;
	height: 220px;
position: absolute;
	top: 0;
	left: 0;
right: 0;
z-index: 1;
}

.featured-posts-block .wrap{
	z-index: 99;
}

.featured-posts-block_section-headline{
	width: 100%;
	display: flex;
flex-direction: row;
justify-content: space-evenly;
	align-items: flex-end;
margin: 0 auto 10px;
}

.featured-posts-block_section-headline_title{
width: 80%;
}

.featured-posts-block_section-headline_title p{
margin-bottom: 0;
}

.featured-posts-block_section-headline_link{
width: 20%;
	text-align: right;
}

.featured-posts-block_section-headline_link a{
	font-weight: 700;
	color: #2f2f2f;
padding: 0 4px;
	border-bottom: 2px solid #f6db41;
	font-size: 18px;
}

ul.square-feature-post{
	margin: 0 auto;
}

ul.square-feature-post li{
	background: #fff;
	list-style-type: none;
    -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;
	display: flex;
flex-direction: row;
	justify-content: space-between;
	margin: 0 auto 25px;
}

.square-feature-post_list-image{
width: 40%;
}

.square-feature-post_list-image{
margin: 0 auto -4px;
}

.square-feature-post_list-content{
	width: 60%;
	padding: 0 4%;
	align-self: center;
}

.square-feature-post_list-content h3,
.square-feature-post_list-content p{
	margin-bottom: 15px;
}

.square-feature-post_list-content h3,
.square-feature-post_list-content h3 a{
color: #2f2f2f;
}

.square-feature-post_list-content .button{
	font-size: 16px;
}

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


.featured-posts-block-tall{
background: #e7f4ef;
}

.featured-posts-block-tall .wrap{
	padding: 50px 2%;
}

.featured-posts-block-tall ul.tall-feature-post{
	margin: 0 auto;
	display: flex;
flex-direction: row;
	justify-content: space-between;
}

.featured-posts-block-tall ul.tall-feature-post li{
	list-style-type: none;
	background: #fff;
    width: calc(1/4 * 100% - 1%);
    -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;
}

.featured-posts-block-tall ul.tall-feature-post img{
	transition: .5s;
}

.featured-posts-block-tall ul.tall-feature-post li:hover img{
opacity: .7;
}

.featured-posts-block-tall ul.tall-feature-post h3{
text-align: center;
font-size: 16px;
	padding: 1%;
}

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


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

.recipe-index-block .wrap .recipe-item{
	list-style-type: none;
	background: #fff;
    width: calc(1/3 * 100% - 1%);
    -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;
	margin: 0 auto 25px;
}

.recipe-index-block h3{
text-align: center;
font-size: 18px;
padding: 2%;
}


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

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

.solid-box{
background: #f6db41;
}

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

.outline-box{
border: 2px solid #8dd0bf;
border-radius: 15px;
}

.note-block{
	border-top: 4px solid #466da0;
	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);
}


.note-block:before{
	content: '';
background: url(/wp-content/themes/pmd-thirtydays/images/triangles.svg) center;
background-size: 35px auto;
	display: block;
width: 100%;
	height: 80px;
position: absolute;
top: 0;
	left: 0;
right: 0;
z-index: 0;
}

.note-block .note-inner{
	position: relative;
z-index: 99;
}

.pin-block{
width: 100%;
clear: both;
margin: 0 auto 25px;
background: #d43839;
color: #fff;
display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.pin-block_row{
padding: 5px 2%;
}

.pin-block a{
color: #fff;
	text-decoration: none;
font-weight: 700;
font-size: 24px;
}

.pin-block img{
border-radius: 50%;
display: block;
margin: 0 auto;
}

.pin-block:hover a{
opacity: .7;
}

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

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

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


.sidebar-about{
	width: 100%;
	max-width: 400px;
	margin: 0 auto 15px;
display: flex;
flex-direction: row;
justify-content: space-between;
}

.sidebar-about_row:last-of-type{
width: 60%;
	padding-left: 2%;
font-size: 14px;
line-height: 1.4;
}

.sidebar-about_row:first-of-type{
width: 40%;
}

.sidebar-about_row:first-of-type img{
border-radius: 50%;
}

.sidebar-about h4{
	font-size: 22px;
margin: 0 auto;
}

.sidebar-about a{
display: inline;
}

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

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

.sidebar-newsletter h4{
font-size: 28px;
	margin: 0 auto;
}

.sidebar-newsletter form{
	display: block;
}


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

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

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

	.site-header .wrap{
overflow: hidden;
		padding: 5px 10px;
}
	
	.site-header .title-area{
float: none;
width: 50%;
		margin: 0 auto;
}
	
	.top-bar,
	.nav-secondary,
	.nav-primary{
display: none;
}
	
	.mobile-news{
		display: block;
	}

	.header-image .site-title a{
		min-height: 60px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.wrap {
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3{
margin: 0 auto 15px;
}

	.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-block_feature-page{
		min-height: 280px;
	}

}

@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%;
}
   
		.featured-pages-block_feature-page{
		min-height: 240px;
	}
	
.featured-pages-block .wrap, .about-block .wrap, .newsletter-block .wrap, .icons-block .wrap, .latest-block .wrap, .featured-categories-block .wrap, .featured-posts-block .wrap, .featured-posts-block-tall .wrap,
	.featured-categories-list,
	.featured-posts-block_section-headline,
		.featured-posts-block-tall ul.tall-feature-post,
	.footer-rows .wrap{
flex-wrap: wrap;
	}
	
	.newsletter-block .wrap, 
	.latest-block .wrap, .featured-categories-block .wrap,
	.featured-posts-block .wrap,
	.featured-posts-block-tall .wrap,
	.featured-categories-list,
	.featured-posts-block_section-headline,
		.featured-posts-block-tall ul.tall-feature-post,
	.footer-rows .wrap{
			padding: 50px 2%;
}
	
	
	.latest-block .wrap{
		padding: 0 2%;
	}
	
	.featured-pages-block .wrap{
padding: 2%;
}
	
		.featured-categories-list,
	.featured-posts-block_section-headline,
	.featured-posts-block-tall ul.tall-feature-post{
		padding: 0;
	}
	
	.about-block_about-row{
		width: 55%;
	}
	
	.about-block_about-row:first-of-type{
width: 45%;
}
	
	.newsletter-block_newsletter-row:first-of-type,
	.newsletter-block_newsletter-row,
	.featured-posts-block_section-headline_title,
	.featured-posts-block_section-headline_link{
		width: 100%;
text-align: center;
		margin: 10px auto;
	}
	
	.icons-block_cat-ico {
    width: calc(1/5 * 100% - 1%);
		margin: 0 auto 25px;
}
	
	.featured-categories-list .featured-categories-block_featured-cat {
    width: calc(1/3 * 100% - 1%);
		margin: 0 auto 25px;
	}
	
	.latest-block_latest-content h2, .latest-block_latest-content h2 a{
font-size: 22px;
}

	.featured-categories-block,
	.featured-posts-block_section-headline{
text-align: center;
}
	
.archive .content .entry,
.search .content .entry,
	.featured-posts-block-tall ul.tall-feature-post li {
    width: calc(1/2 * 100% - 2%);
		margin: 0 auto 25px;
	}
	
	ul.square-feature-post li{
display: block;
		padding: 2%;
		width: 100%;
		max-width: 600px;
margin: 0 auto 25px;
}
	
	.square-feature-post_list-image,
	.square-feature-post_list-content{
		width: 100%;
		text-align: center;
	}
	
	.square-feature-post_list-content{
		margin: 25px auto 0;
	}
	
	.footer-rows{
text-align: center;
}
	
	.footer-rows img{
display: block;
margin: 0 auto;
}
	
	.footer-rows_footer-row{
    width: calc(1/3 * 100% - 2%);
		margin: 0 auto 25px;	
	}
	
	.footer-rows_footer-row:nth-of-type(4){
width: 100%;
}
	
	.footer-shop .wrap{
		flex-wrap: wrap;
	}
	
	.footer-shop_footer-row:first-of-type,
	.footer-shop_footer-row{
width: 100%;
text-align: center;
}
	
	.footer-shop_footer-row:first-of-type img{
width: 100%;
	max-width: 180px;
}

}
 

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

	.blog .content .entry{
		width: 100%;
		margin: 0 auto 25px;
	}
	
	.recipe-index-block .wrap .recipe-item{
    width: calc(1/2 * 100% - 1%);
	}
	
	
	.featured-pages-block_feature-page{
    width: calc(1/2 * 100% - 2%);
		min-height: 125px;
		border: 5px solid #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
}
    
	.featured-pages-block_feature-page:last-of-type{
		width: 100%;
		margin: 4% auto 0;
	}
	
	.featured-pages-block_feature-page h2{
		font-size: 16px;
width: 90%;
padding: 10px 0;
	}
	
	.about-block_about-row,
	.about-block_about-row:first-of-type{
width: 100%;
	margin: 10px auto;
		text-align: center;
}
	
	.about-block_about-row:first-of-type img{
		margin: 0 auto;
transform: none;
border-radius: 50%;
width: 100%;
		max-width: 250px;
	}
	
	.about-block h2,
	.featured-categories-block h2,
	.featured-posts-block_section-headline h2,
	.footer-shop_footer-row h3,
	h1.archive-title{
		font-size: 28px;
}
	
		.entry-title{
		font-size: 24px;
}
	
	.about-block .wp-block-buttons{
		text-align: center;
display: block;
	}
	
	.icons-block_cat-ico {
    width: calc(1/3 * 100% - 2%);
		padding: 4%;
	}
	
	ul.latest-posts{
		flex-wrap: wrap;
	}
	
	ul.latest-posts li{
width: 100%;
		margin: 0 auto 25px;
	}
	
	
.latest-block .blog-link{
text-align: center;
	}
	
	
	.latest-block .more-link,
		.featured-posts-block_section-headline_link a{
		border: none;
border: 2px solid #f6db41;
padding: 5px 25px;
border-radius: 25px;
width: 98%;
		display: block;
			margin: 0 auto;
}
	
.featured-categories-list .featured-categories-block_featured-cat{
    width: calc(1/2 * 100% - 2%);
}
	
	.square-feature-post_list-content h3, .square-feature-post_list-content h3 a{
		font-size: 24px;
	}
	
	.footer-rows_footer-row{
width: 100%;
	margin: 0 auto 25px;
}
	
	.catsub .wrap{
		display: flex;
	flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
	
	.catsub a{
    width: calc(1/2 * 100% - 2%);
		display: block;
		margin: 0 auto 15px;
text-align: center;
	}
	
}

/* Responsive Menu
--------------------------------------------- */
 
.menu-toggle {
	display: none;
}


.mob-menu{
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-0%, -50%);
	width: 100%;
}

.hamburger {
    overflow: visible;
	float: left;
    margin: 0px 0 0 0;
    padding: 15px 0;
    border: 0;
    color: inherit;
    background-color: #fff;
    font: inherit;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
	transition-property: opacity, filter;
	transform: scale(0.5);
}

.search-btn {
    overflow: visible;
	float: right;
    margin: 0px 0 0 0;
    padding: 15px 0;
    border: 0;
    color: inherit;
    background-color: #fff;
    font: inherit;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
	transition-property: opacity, filter;
	transform: scale(0.5);
	background: #fff url(images/search.svg) center no-repeat !important;
background-size: 45px 45px;
}

@media only screen and (min-width: 1023px) {

	.header-widget-area .widget_nav_menu,
    .hamburger,
    .search-btn{
        display: none;
    }
}

.hamburger:hover {
    opacity: 0.7;
    background-color: transparent;
}

.hamburger:focus {
    background-color: transparent;
}

.hamburger:hover,
.hamburger:focus {
    outline: none;
}

.hamburger-box,
.search-box{
    display: inline-block;
    position: relative;
    width: 50px;
    height: 45px;
}

.hamburger-inner,
.search-inner{
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    position: absolute;
    width: 50px;
    height: 6px;
    background-color: #2f2f2f;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
}

.hamburger-inner::before,
.hamburger-inner::after {
    display: block;
    content: "";
}

.hamburger-inner::before {
    top: -12px;
}

.hamburger-inner::after {
    bottom: -12px;
}

/* Slideout */

body {
    width: 100%;
    height: 100%;
}

.slideout-menu {
    display: none;
    overflow-y: scroll;
    position: fixed;
    z-index: 0;
    top: 0;
    bottom: 0;
    width: 276px;
    min-height: 100vh;
    -webkit-overflow-scrolling: touch;
}

.admin-bar .slideout-menu {
    top: 32px;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    background-color: #fff;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.panel:before {
    display: block;
    background-color: rgba(0,0,0,0);
    content: "";
    transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.0);
}

/* Side menu */

.side-menu {
    display: none;
    color: #2f2f2f;
    background-color: #8dd0bf;
    font-size: 16px;
    z-index: 999;
    min-height: 100vh;
	padding-bottom: 100px;
	font-weight: 600;
}


.side-menu img,
.side-menu #social li {
    filter: brightness(0) invert(1);
}

.side-menu .menu-item{
font-size: 18px;
	border-bottom: 1px solid #82c4b1;
}


.side-menu .widget{
	margin: 0 auto 15px;
}

.side-menu li{
list-style-type: none;
}

.side-menu > .wrap {
    position: relative;
    padding: 25px;
}

.side-menu .widget_nav_menu {
    margin-right: -25px;
    margin-left: -25px;
}

.side-menu .widget_nav_menu .widget-title {
    padding: 0 25px;
}

.side-menu a {
    display: block;
    padding: 10px 25px;
    color: #2f2f2f;
    line-height: 1;
    text-decoration: none;
}

.side-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.side-menu .widget li li {
    margin: 0 0 0 20px;
}

.side-menu .widget ul > li {
    margin-bottom: 0;
}

.side-menu .widget:last-child {
    margin-bottom: 0;
}

.side-menu .widget-title {
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.side-menu input {
    border-radius: 0;

    -webkit-appearance: none;
}

.side-menu input[type="search"] {
    padding: 4px 8px;
    font-size: 15px;
}

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

.slideout-menu .menu > .menu-item > .sub-menu {
		display: none;
	}
 
	.slideout-menu .menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
 
	.slideout-menu .menu .menu-item {
		margin: 0;
		width: 100%;
	}
 
	.slideout-menu .menu .menu-item:hover {
		position: static;
	}
 
	.slideout-menu .menu .current-menu-item > a,
	.slideout-menu .menu .sub-menu .current-menu-item > a:hover,
	.slideout-menu .menu a,
	.slideout-menu .menu a:hover {
		background: none;
		line-height: 1.2;
		padding: 10px 20px;
		text-align: left;
		width: 90%;
	}
	.slideout-menu .menu .current-menu-item > a,
	.slideout-menu .menu .sub-menu .current-menu-item > a:hover,
	.slideout-menu .menu a,
	.slideout-menu .menu a:hover {
    color: #2f2f2f;
	}
 
	.slideout-menu .menu .menu-item-has-children {
		cursor: pointer;
	}
 
	.slideout-menu .menu .menu-item-has-children > a {
		margin-right: 60px;
	}
 
	.slideout-menu .menu > .menu-item-has-children:before {
		content: "+";
		font: normal 16px/1;
		float: right;
		height: 16px;
		padding: 10px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
     position: absolute;
	}
	.slideout-menu .menu > .menu-item-has-children:before {
    color: #2f2f2f;
	}
 
	.slideout-menu .menu .menu-open.menu-item-has-children:before {
		content: "-";
	}
 
	.slideout-menu .menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
    color: #2f2f2f;
		background: #9ad8c6;
font-size: 16px;
	}

.slideout-menu .menu .sub-menu .menu-item{
	padding: 5px 10px;
		border: none;
}
 
	.slideout-menu .menu .sub-menu .sub-menu {
		margin: 0;
	}
 
	.slideout-menu .menu .sub-menu .current-menu-item > a:hover,
	.slideout-menu .menu .sub-menu li a,
	.slideout-menu .menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 6px 20px;
		position: relative;
		width: 100%;
	}

@media only screen and (min-width: 1023px) {
    .dashicons.close-icon {
        display: none;
    }
}