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

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

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

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

a:hover {
	color: #F26E8F;
}

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

strong {
	font-weight: 700;
}

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

blockquote,
blockquote a{
	color: #242424;
}

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	margin: 0 0 5px;
font-weight: 600;
line-height: 1.5;
}

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

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

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

.entry-title a{
	color: #333;
	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: 18px;
text-align: center;
}

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


h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

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

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

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

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

.wp-caption {
padding: 5px;
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #fff;
	border: 2px solid #F26E8F;
	box-shadow: none;
	color: #333;
	cursor: pointer;
	padding: 10px 24px;
	text-transform: uppercase;
	width: auto;
	font-weight: 600;
	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: #fff;
	color: #333;
border: 2px solid #80cece;
}

.button {
	display: inline-block;
}

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


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

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

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

th,
td {
	text-align: left;
}

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

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


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

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

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

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

/* 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;
	border: 1px solid #fafafa;
    width: calc(1/4 * 100% - 2%);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
	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 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    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-weight: 500;
}

.search-form input[type=submit] {
    background: url(images/search.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 {
background: #ceefee;
	margin-bottom: 5px;
	font-size: 12px;
	color: #333;
}

.breadcrumb .wrap{
	padding: 2px 2%;
}

.archive .breadcrumb{
	background: #81CECE;
	margin-bottom: 0;
}

.breadcrumb a{
	color: #333;
}

.author-box {
border: 2px solid #80cece;
text-align: center;
font-size: 16px;
	padding: 40px;
	color: #333;
}

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


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

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

.custom-archive-description{
background: #CDEFEE;
text-align: left;
}

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

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

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

.catsub a{
	display: inline-block;
	margin: 5px;
	font-size: 12px;
padding: 5px 20px;;
color: #333;
	border: 2px solid #F26D8F;
}

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

.archive-description{
	width: 100%;
	max-width: 1200px;
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: #242424;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}

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

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

.featured-content{
overflow: hidden;
}

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

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

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


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

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

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

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

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

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

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

.site-header {
	position:  relative;
}

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

/* Moible News Bar
--------------------------------------------- */

.mobile-news{
background: #2482a8;;
width: 100%;
padding: 5px;
text-align: center;
color: #fff;
	font-size: 16px;
	display: none;
}

.mobile-news a{
	color: #fff;
	position: relative;
}

.mobile-news a:before{
content: '';
background: url(/wp-content/themes/pmd-bakinghappy/images/email.svg) center no-repeat;
width: 18px;
height: 14px;
display: inline-block;
	vertical-align: middle;
margin-right: 8px;
    filter: brightness(0) invert(1);
}

.mobile-news strong{
letter-spacing: .5px;
}

/* Top Bar
--------------------------------------------- */

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

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

.top-bar .top-bar-news,
.top-bar .top-bar-social{
padding: 0 1%;
}

.top-bar-news a{
position: relative;
display: inline-block;
	vertical-align: middle;
font-size: 16px;
font-style: italic;
text-transform: lowercase;
}

.top-bar-news strong{
font-style: normal;
letter-spacing: .5px;
	text-transform: none;
}

.top-bar-news a:before{
content: '';
background: url(/wp-content/themes/pmd-bakinghappy/images/email.svg) center no-repeat;
width: 18px;
height: 14px;
display: inline-block;
	vertical-align: middle;
margin-right: 8px;
}

.popular-topic{
width: 100%;
	max-width: 1200px;
margin: 15px auto -15px;
	clear: both;
	text-align: right;
    color: #2482a8;
	font-size: 16px;
	z-index: 998;
	position: relative;
	padding: 5px 2%;
}

.popular-topic strong{
	text-transform: uppercase;
letter-spacing: 1px;
}

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

.title-area {
	float: left;
    width: 25%;
background: #fff;
    margin: -70px auto 0;
}

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

.site-description {
	color: #333;
	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: 150px;
width: 100%;
margin: 0px auto 0;
	position: relative;
z-index: 99;
}

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

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


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


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

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

.nav-primary .wrap{
text-align: center;
margin: 0px auto;
	display: block;
}

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

.nav-primary a {
	border: none;
	color: #333;
	display: block;
	padding: 13px 10px;
	position: relative;
	transition: .5s;
}

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

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

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

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

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

.nav-primary .sub-menu a:hover {
color: #fff;
	background: #81CECE;
}

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

.nav-primary .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
justify-content: flex-end;
}

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

.search .search-form input[type="search"] {
    position: relative;
    width: 1px;
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    background-color: transparent;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: width 500ms ease, background 400ms ease;
    transition: width 500ms ease, background 400ms ease;
}

.search .search-form input[type="search"]:focus {
    width: 250px;
    outline: 0;
    background-color: #fff;
    cursor: text;
}

.genesis-nav-menu .search input[type="submit"] {
    clip: rect(0, 0, 0, 0);
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.search .search-form:before {
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.nav-primary .search-form{
border: none;
}

.nav-primary .search .search-form input[type="search"]{
border-radius: 50%;
background: url(images/search.svg) center no-repeat;
	background-size: 20px 20px;
	width: 40px;
height: 40px;
text-indent: -9999px;
}

.nav-primary .search .search-form input[type="search"]:focus{
background: none;
border: 1px solid #7b6c6e;
border-radius: 25px;
	width: 200px;
height: auto;
text-indent: 0px;
}

.home .search .search-form:before {
    color: #fff;
}

.site-container.white .search .search-form:before {
    color: #000;
}



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

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

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

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

.nav-secondary a {
	border: none;
	color: #333;
	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: #333;
}


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

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

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

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

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

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

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


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

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

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

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

.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 ul,
.entry-content ol{
margin-left: 40px;
}

.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 .search-form {
	width: 50%;
}

.entry-meta {
	color: #333;
	font-size: 11px;
}

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


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

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

.entry-footer h5{
font-size: 24px;
	font-weight: 600;
}

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

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

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

.entry-footer a{
background: #fff;
color: #333;
border: 1px solid #80cece;
padding: 5px 10px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
	font-weight: 600;
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: #333;
cursor: pointer;
display: inline-block;
padding: 4px 10px;	
border: 1px solid #2482a8;
	margin: 5px;
}


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

}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	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 #e9f4f4;
}

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


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

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

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

.bypostauthor {
}

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

h3#reply-title,
.entry-comments h3 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
    position: relative;
    z-index: 99;
    display: block;
	position: relative;
}

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

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

.comment-reply{
color: #fff;
background: #2482a8;
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{
	padding: 1%;
	margin: 40px auto;
}

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

#respond h3#reply-title{
	font-size: 24px;
	color: #333;
	margin-bottom: 15px;
}

.comment-respond{
background: #81CECE;
padding: 6% 4%;
	border-radius: 10px;
}

.comment-respond form{
	background: #fff;
padding: 4%;
}

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



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

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

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

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

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

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

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

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

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

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

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


.newsletter input[type="text"],
.newsletter input[type="email"]{ 
background: #fff;
width: 60%; 
padding: 14px; 
margin: 0 5px;
 display: inline-block;
	vertical-align: middle;
}

 .newsletter input[type="submit"],
.newsletter button{ 
background: #f16d90;
 color: #fff; 
width: 35%; 
padding: 14px; 
margin: 0 5px;
 display: inline-block;
	vertical-align: middle;
 }

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

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

#social{
margin: 0px auto;
position:relative;
width: 145px;
height:25px;
}

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

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

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

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

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

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

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

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

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


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

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

.has-black-color {
    color: #333;
}

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

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

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

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

.has-dark-blue-background-color {
    background-color: #2482a8 !important;
}

.has-dark-blue-color {
    color: #2482a8;
}

.has-teal-background-color {
    background-color: #80cece !important;
}

.has-teal-color {
    color: #80cece;
}

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

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

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

.has-green-color {
    color: #d8d724;
}



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

.page-template-homepage .site-inner,
.page-template-full-width .site-inner{
padding: 0;
max-width: 100%;
}

.page-template-homepage a{
text-decoration: none;
	color: #333;
}

.featured-pages,
.featured-categories,
.search-bar-block,
.latest-block,
.square-feat,
.news-block,
.about-block,
.featured-recipe,
.recipe-index{
width: 100%;
clear: both;
}

.featured-pages .wrap,
.featured-categories .wrap,
.search-bar-block .wrap,
.latest-block .wrap,
.square-feat .wrap,
.news-block .wrap,
.about-block .wrap,
.featured-recipe .wrap,
.recipe-index .wrap{
	padding: 4% 2%;
	position: relative;
}


.archive .content .entry img,
.search .content .entry img,
.blog .content .entry img,
.featured-pages .feature-page img,
.featured-categories .featured-category-topic img,
.latest-posts li img,
	.latest-posts-small li img,
.feature-post li img,
.recipe-index .recipe-index-item img{
transition: .5s;
}

.archive .content .entry:hover img,
.search .content .entry:hover img,
.blog .content .entry:hover img,
.featured-pages .feature-page img:hover,
.featured-categories .featured-category-topic:hover img,
.latest-posts li:hover img,
	.latest-posts-small li:hover img,
.feature-post li:hover img,
.recipe-index .recipe-index-item:hover img{
	opacity: .75;
}

.square-feat h2{
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
font-size: 26px;
}

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

.featured-pages .wrap{
	display: flex;
flex-direction: row;
justify-content: space-between;
	padding: 2%;
}

.featured-pages .feature-page{
    width: calc(1/3 * 100% - 2%);
border: 2px solid;
	padding: .5em;
	position: relative;
	transition: .5s;
}

.featured-pages .feature-page:nth-of-type(4n+1){
border-color: #80cece;
}

.featured-pages .feature-page:nth-of-type(4n+2){
border-color: #f16d90;
}

.featured-pages .feature-page:nth-of-type(4n+3){
border-color: #2482a8;
}

.featured-pages .feature-page:nth-of-type(4n+4){
border-color: #D8D851;
}

.featured-pages h2{
text-align: left;
text-transform: uppercase;
letter-spacing: 1px;
	position: absolute;
left: .3em;
	bottom: .5em;
	padding: .5em .5em;
	font-size: 20px;
}

.featured-pages .feature-page:nth-of-type(4n+1) h2{
background-color: #80cece;
}

.featured-pages .feature-page:nth-of-type(4n+2) h2{
background-color: #f16d90;
}

.featured-pages .feature-page:nth-of-type(4n+3) h2{
background-color: #2482a8;
	color: #fff;
}

.featured-pages .feature-page:nth-of-type(4n+4) h2{
background-color: #D8D851;
}



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

.featured-categories .wrap{
	display: flex;
flex-direction: row;
justify-content: space-between;
	padding: 2%;
}

.featured-categories .featured-category-topic{
    width: calc(1/6 * 100% - 2%);
}

.featured-categories h3{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 14px;
text-align: center;
}


.featured-categories img{
border-radius: 50%;
}

/* Search Bar Block
------------------------------------------------------ */

.search-bar-block{
	background: #2482a8;
}

.search-bar-block .wrap{
display: flex;
	flex-direction: row;
justify-content: space-between;
align-items: center;
	padding: 1% 2%;
}

.search-bar-block .search-bar-row{
width: 40%;
padding: 0 2%;
display: flex;
	flex-direction: row;
justify-content: space-between;
align-items: center;
text-align: center;
}

.search-bar-block .search-bar-row:last-of-type{
width: 50%;
}

.search-bar-block .search-form{
width: 100%;
	padding: 15px;
border-radius: 0;
	border: none;
font-size: 16px;
}

.search-bar-block .search-form input[type=search]{
	font-size: 18px;
font-weight: 400;
}

.search-bar-block .search-form input[type=submit]{
background-size: 24px 24px;
width: 28px;
height: 28px;
}

.search-bar-block .search-bar-row:last-of-type img{
width: 100%;
max-width: 60px;
	opacity: .5;
	transition: .5s;
}

.search-bar-block .search-bar-row:last-of-type img:hover{
opacity: 100;
}

.search-bar-block h3{
	text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 15px;
	color: #fff;
font-weight: 600;
}

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

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

ul.latest-posts,
ul.latest-posts-small{
margin-left: 0;
}

.latest-posts li{
	background: #fff;
	border: 1px solid #fafafa;
width: 100%;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
	display: flex;
justify-content: space-between;
align-items: center;
}

ul.latest-posts-small{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
	margin-bottom: 0;
}

.latest-posts-small li{
	background: #fff;
	border: 1px solid #fafafa;
    width: calc(1/2 * 100% - 2%);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
	display: flex;
justify-content: space-between;
align-items: center;
}

.latest-posts-small .latest-img,
.latest-posts .latest-img{
width: 45%;
}

.latest-posts-small .latest-img img,
.latest-posts .latest-img img{
	margin: 0 auto -12px;
}

.latest-posts .latest-content{
width: 55%;
	padding: 0 6%;
}

.latest-posts-small .latest-content{
width: 55%;
	padding: 0 4%;
}


.latest-posts .latest-content h2{
font-size: 24px;
}

.latest-posts-small .latest-content h2{
font-size: 22px;
}

.latest-posts-small .latest-content .more-link,
.latest-posts .latest-content .more-link{
display: block;
width: 100%;
	max-width: 180px;
text-align: center;
margin-top: 20px;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 16px;
font-weight: 600;
	padding: 6px 20px;
border-radius: 25px;
border: 2px solid #d8d724;
	color: #333;
}

.latest-posts-small .latest-content .more-link:hover,
.latest-posts .latest-content .more-link:hover{
border-color: #81CECE;
	color: #333;
}

.latest-posts-small .latest-content .more-link{
	font-size: 14px;
margin-top: 10px;
padding: 4px 20px;
}

/* Square Feat Block
------------------------------------------------------ */

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

ul.feature-post li{
	list-style-type: none;
	background: #fff;
	border: 1px solid #fafafa;
    width: calc(1/4 * 100% - 2%);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
}

ul.feature-post h3{
	font-size: 15px;
padding: 1%;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
}




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

.news-block{
	background: #2482a8;
}

.news-block .wrap{
	padding: 2% 2% 3%;
	text-align: center;
	color: #fff;
}

.news-block .small-txt{
display: block;
margin: 15px auto 5px;
	width: 100%;
	max-width: 250px;
}

.news-block form{
width: 100%;
max-width: 800px;
margin: 0 auto;
}


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

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

.about-row{
	width: 30%;
}

.about-row:first-of-type{
width: 70%;
	padding: 0 2%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}

.about-row .about-row-inner{
width: 62%;
padding: 0 2%;
align-self: center;
}

.about-row .about-row-inner:first-of-type{
width: 38%;
}

.about-row .about-row-inner img{
	border-radius: 50%;
}

.about-row .small-txt img{
border-radius: 0;
width: 100%;
max-width: 250px;
}

.about-row #social{
	margin: 10px 0 0;
}

.about-row p{
	margin-bottom: 15px;
	line-height: 1.6;
}

.about-row p a{
letter-spacing: .5px;
font-weight: 600;
color: #F26D8F;
Text-transform: uppercase;
letter-spacing: 2px;
font-size: 16px;
}

.about-row:last-of-type .button{
display: block;
text-align: center;
margin: 0 auto 15px;
}

.about-row:last-of-type .button:last-of-type{
margin-bottom: 0;
}

.about-row:last-of-type .button:nth-of-type(3n+1){
	border-color: #D8D851;
}

.about-row:last-of-type .button:nth-of-type(3n+1):hover{
background: #D8D851;
color: #fff;
}

.about-row:last-of-type .button:nth-of-type(3n+2){
	border-color: #81CECE;
}

.about-row:last-of-type .button:nth-of-type(3n+2):hover{
background: #81CECE;
color: #fff;
}

.about-row:last-of-type .button:nth-of-type(3n+3){
	border-color: #F26D8F;
}

.about-row:last-of-type .button:nth-of-type(3n+3):hover{
background: #F26D8F;
color: #fff;
}

/* Featured Recipe Block
------------------------------------------------------ */

.featured-recipe-inner {
	background: #fff;
	border: 1px solid #fafafa;
width: 100%;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
	display: flex;
justify-content: space-between;
align-items: center;
}

.featured-recipe-inner .small-txt{
margin-bottom: 20px;
display: block;
}

.featured-recipe-row{
width: 45%;
}

.featured-recipe-row:last-of-type{
width: 55%;
padding: 0 4%;
}

.featured-recipe-row img{
	margin: 0 auto -12px;
}

.featured-recipe-row h2{
font-size: 28px;
}

.featured-recipe-row .button{
display: block;
border-radius: 25px;
	padding: 4px 15px;
width: 100%;
max-width: 180px;
text-align: center;
margin-top: 20px;
	border-color: #D8D851;
}



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

.square-feat .feature-title-bar{
position: relative;
}

.square-feat .see-more{
	position: absolute;
	top: -40px;
	right: 0;
color: #2482a8;
font-weight: 700;
letter-spacing: .5px;
font-size: 18px;
}

ul.feature-post{
position: relative;
}

.has-dark-blue-background-color .square-feat h2{
color: #fff;
}

.has-dark-blue-background-color .square-feat .see-more{
color: #fff !important;
}

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

.recipe-index{
width: 100%;
clear: both;
}

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

.index-block h2{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 26px;
}

.recipe-index h3{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 16px;
}

.recipe-index .wrap{
	padding: 2% 2%;
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.recipe-index-item{
text-align: center;
	background: #fff;
	border: 1px solid #fafafa;
    width: calc(1/4 * 100% - 2%);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
	padding-bottom: 0;
	float: none;
  margin: 0 auto 25px;
}

.index-row-3 .recipe-index-item{
    width: calc(1/3 * 100% - 2%);
}

.index-row-5 .recipe-index-item{
    width: calc(1/5 * 100% - 2%);
}

.index-row-6 .recipe-index-item{
    width: calc(1/6 * 100% - 2%);
}

.index-intro{
width: 100%;
margin: 0 auto;
	padding: 2%;
}

.index-intro .wp-block-group__inner-container{
width: 100%;
max-width: 900px !important;
margin: 0 auto;
}

.index-intro .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
	border: 2px solid #eee;
	background: #fff;
}

.index-intro .wp-block-search .wp-block-search__button{
background-color: #D8D851 !Important;
border: none !Important;
border-radius: 50% !Important;
width: 55px;
height: 55px;
}

.wp-block-search .wp-block-search__input{
font-size: 18px;
}

.index-block-small{
padding: 4% 2% 0;
}

.index-buttons{
width: 100%;
	max-width: 1200px;
margin: 0 auto;
	text-transform: uppercase;
letter-spacing: 2px;
}

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

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

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


.solid-box{
	background: #2482A6;
	color: #fff;
	padding: 4%;
border-left: 10px solid #81CECE;
}

.solid-box a{
color: #fff;
text-decoration: underline;
}


.outline-box {
	padding: 4%;
border: 4px solid #f16d90;
	border-radius: 15px;
}

.note-block{
padding: 2%;
width: 100%;
clear: both;
margin: 0 auto 25px;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    border: 1px solid #81CECE;
}

.note-block h4{
background: #81CECE;
text-transform: uppercase;
Letter-spacing: 2px;
font-weight: 700;
	font-size: 22px;
Padding: 1% 2%;
	margin-bottom: 15px;
}



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

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

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


/* Footer Blocks
------------------------------------------------------ */

.footer-rows{
width: 100%;
max-width: 1240px;
margin: 0 auto;
padding: 2%;
display: flex;
flex-direction: row;
justify-content: space-between;
	flex-wrap: wrap;
font-size: 16px;
	border-top: 1px solid #81CECE;
}

.page-template-homepage .footer-row{
border: none;
}

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

.footer-rows h4{
	text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
font-size: 16px;
}

.footer-rows .footer-row{
width: 20%;
}

.footer-row:nth-of-type(3){
	align-self: center;
}

.footer-rows a{
display: block;
	line-height: 1.5;
	margin-bottom: 4px;
}



/* Sidebar Blocks
------------------------------------------------------ */

.sidebar-about{
	width: 100%;
	max-width: 400px;
margin: 45px auto 25px;
	border: 2px solid #81CECE;
padding: 0 4% 8%;
text-align: center;
font-size: 16px;
line-height: 1.5;
}

.sidebar-about img{
	border-radius: 50%;
	width: 100%;
	max-width: 160px;
margin: -45px auto 0;
border: 10px solid #fff;
}

.single .sidebar-about {
	margin: 0 auto 25px;
}

.sidebar-about a{
text-transform: uppercase;
font-weight: 700;
letter-spacing: 2px;
	font-size: 15px;
border: 2px solid #f16d90;
border-radius: 25px;
padding: 5px 25px;
}

.sidebar-news{
	width: 100%;
	max-width: 400px;
margin: 0 auto 25px;
background: #2482A7;
padding: 6% 4%;
	text-align: center;
color: #fff;
font-size: 16px;
line-height: 1.5;
}

.sidebar-news .small-txt img{
width: 100%;
	max-width: 220px;
	margin: 15px auto 25px;
	display: block;
}

.sidebar-news .newsletter input{
	display: block;
width: 100%;
	margin: 5px auto;
}

.mobile-submark{
display: none;
}

.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook {
    border-color: #2482A7 !important;
    background: #2482A7 !important;
}

.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest {
    border-color: #F26D8F !important;
    background: #F26D8F !important;
}

.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook .dpsp-network-icon,
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook {
    border-color: #2482A7 !important;
    background: #2482A7 !important;
}

.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon,
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest {
    border-color: #F26D8F !important;
    background: #F26D8F !important;
}

a.mv-create-jtr-button{
font-weight: 600;
letter-spacing: 2px;
padding: 5px 15px !important;
	font-size: 14px !important;
	color: #242424 !important;
background: #81CECE !important;
}

.sidebar .featured-content .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%);
font-size: 14px;
text-align: center;
	padding: 0;
margin: 0 auto 15px;
}

.sidebar .featured-content .entry-header{
background: none;
padding: 0;
border: none;
}

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

.mv-create-card-style-square .mv-create-print-button {
    background: #F26D8F;
}

.button-blue {
    color: #333 !important;
    border: none !important;
    background-image: none !important;
    text-shadow: none;
    background-color: #81CECE !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 0;
}

.button-blue:hover{
    color: #333 !important;
background-color: #F36D8E !Important;
}

.related-posts{
width: 100%;
clear: both;
margin: 25px auto;
	background: #CDEFED;
	padding: 4%;
}

h3.related-title{
text-align: center;
    font-size: 22px;
    margin: 0 auto;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #333;
	font-weight: 700;
	text-transform: uppercase;
letter-spacing: 2px;
}


.related-posts-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
margin-left: 0;
}

.related{
    width: calc(1/3 * 100% - 2%);
    text-align: center;
	background: #fff;
line-height: 1.2;
}

a.related-post-title{
    color: #333;
    font-size: 16px;
font-weight: 700;
line-height: 1.2;
padding: 10px;
width: 100%;
	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 (max-width: 1139px) {

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

	.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) {
	
	.top-bar,
	.head-items,
	.popular-topic{
		display: none;
	}
	
	.mobile-news{
		display: block;
	}
	
					.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;
}
	
	.nav-primary{
display: none;
}

	.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 h2{
		font-size: 18px;
	}

	.search-bar-block h3{
		font-size: 12px;
	}

}

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

	.sidebar-about img{
		margin: 0 auto;
		border: none;
	}
	
		.featured-pages h2{
		font-size: 14px;
			width: 100%;
position: relative;
left: auto;
			bottom: auto;
text-align: center;
padding: 10px 5px;
	}
	
	.search-bar-block .wrap,
	.featured-recipe .featured-recipe-inner{
		flex-wrap: wrap;
	}
	
	.search-bar-block .search-bar-row,
	.search-bar-block .search-bar-row:last-of-type{
		width: 100%;
		margin: 10px auto;
	}
	
	.latest-posts li,
	.featured-recipe-inner{
		display: block;
text-align: center;
	}
	
	.latest-posts .latest-img,
	.latest-posts .latest-content,
	.featured-recipe-row,
	.featured-recipe-row:last-of-type,
	.about-row,
	.about-row:first-of-type,
	.about-row:last-of-type,
	.about-row .about-row-inner:first-of-type,
	.about-row .about-row-inner{
		width: 100%;
	}
	
	.latest-posts .latest-img img,
.featured-recipe-row img{
margin: 0 auto 10px;
display: block;
}
	
	.latest-posts .latest-content,
	.featured-recipe-row:last-of-type{
		padding: 4%;
	}
	
	.latest-posts-small {
		flex-wrap: wrap;
	}
	
	.latest-posts-small li{
width: 100%;
		margin: 0 auto 25px;
}
	
	.latest-posts .latest-content .more-link,
	.featured-recipe-row .button{
		display: block;
width: 100%;
		margin: 10px auto;
max-width: 100%;
	}
	
	ul.feature-post{
flex-wrap: wrap;
}
	
	ul.feature-post li {
    width: calc(1/2 * 100% - 2%);
margin: 0 auto 25px;
	}
	
	.square-feat h2{
text-align: center;
margin: 0 auto 15px;
}
	
	.newsletter input[type="text"], .newsletter input[type="email"],
	.newsletter input[type="submit"], .newsletter button{
		display: block;
width: 100%;
		margin: 10px auto;
	}
	
	.square-feat .see-more{
display: block;
position: relative;
width: 100%;
	text-align: center;
top: auto;
right: auto;
border: 2px solid #2482a8;
		border-radius: 25px;
padding: 6px;
color: #333;
		background: #fff;
}
	
	.has-dark-blue-background-color .square-feat .see-more{
color: #333 !important;
}
	
	.about-row:first-of-type{
margin: 0 auto 25px;
}
	
	.about-row .about-row-inner{
	text-align: center;
margin: 10px auto;
}
	
	.about-row .about-row-inner img{
width: 100%;
	max-width: 300px;
}
	
	.about-row #social{
margin: 10px auto;
}
	
	.footer-rows{
background: #fafafa;
}
	
	.footer-rows .footer-row{
		width: 100%;
text-align: center;
padding: 15px;
		font-size: 14px;
	}
	
	.footer-rows .footer-row a{
background: #81CECE;
padding: 6px;
margin: 5px auto;
}
	
	.footer-rows .footer-row:nth-of-type(3){
display: none;
	}
	
	.mobile-submark{
		display: block;
		margin: 10px auto;
		width: 100%;
		max-width: 120px;
	}
	
	
	.featured-categories .wrap{
flex-wrap: wrap;
}

	
	.featured-categories .featured-category-topic {
    width: calc(1/3 * 100% - 4%);
		margin: 0 auto 25px;
}
	
	.recipe-index-item{
text-align: center;
	background: #fff;
	border: 1px solid #fafafa;
    width: calc(1/4 * 100% - 2%);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
	padding-bottom: 0;
	float: none;
  margin: 0 auto 25px;
}
	
	.index-row-3 .recipe-index-item h3{
		font-size: 12px;
	}

.recipe-index .recipe-index-item,
.index-row-5 .recipe-index-item,
.index-row-6 .recipe-index-item{
    width: calc(1/2 * 100% - 2%);
}
	
	.index-row-3 .recipe-index-item{
    width: calc(1/3 * 100% - 2%);
}

}
 

@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 .entry,
.search .content .entry,
	.blog .content .entry,
	.related{
    width: calc(1/2 * 100% - 2%);
    }
	
	.related:last-of-type{
display: none;
}
	
	.featured-pages .wrap{
		flex-wrap: wrap;
	}
	
		.featured-pages .feature-page {
    width: calc(1/2 * 100% - 2%);
    }
	
	.featured-pages .feature-page:last-of-type{
display: none;
}
	
	.featured-pages .feature-page{
		border: none !important;
		padding: 4px;
}
	
	.featured-pages .feature-page h2{
padding: 5px 0;
font-size: 11px;
		margin: -10px auto 0;
}

	.featured-categories .featured-category-topic {
    width: calc(1/3 * 100% - 4%);
		margin: 0 auto 20px;
}
	
	.featured-categories h3{
		font-size: 11px;
	}
    
	.search-bar-row{
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.search-bar-row a{
    width: calc(1/3 * 100% - 2%);
		margin: 0 auto 20px;
	}
	
	.latest-posts-small .latest-content h2 {
    font-size: 16px;
}
	
	.latest-posts-small .latest-content .more-link{
display: none;
}
	
	.latest-posts .latest-content h2,
	.square-feat h2,
	.featured-recipe-row h2,
	.single .content .entry-title{
		font-size: 22px;
	}
	
	h1.archive-title{
font-size: 24px;
}
	
	.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: 14px;
	}
	
	ul.feature-post h3{
text-align: center;
font-size: 12px;
}
	
}

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

.site-header{
position: relative;
}

.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: #242424;
    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: #fff;
    background-color: #2482a8;
    font-size: 16px;
    z-index: 999;
    min-height: 100vh;
	padding-bottom: 100px;
}

.side-menu .menu-item{
font-size: 18px;
}

.side-menu img,
.side-menu #facebook,
.side-menu #pinterest,
.side-menu #instagram,
.side-menu #contact{
    filter: brightness(0) invert(1);
}

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

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

.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: #fff;
	}
 
	.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 'Fontawesome';
		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: #fff;
	}
 
	.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;
		background: #1e7e9b;
font-size: 16px;
	}

.slideout-menu .menu .sub-menu .menu-item{
	padding: 10px;
}
 
	.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;
    }
}