/*
	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: #242424;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 19px;
	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: #d72785;
	text-decoration: none;
	transition: .5s;
}

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

a:hover {
	color: #242424;
}

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: #242424;
	margin: 0 0 5px;
font-weight: 700;
line-height: 1.5;
}

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

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

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

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

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

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


h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

.widgettitle{
    text-align: center;
	font-size: 18px;
	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: #242424;
	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: #242424;
	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: #242424;
	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: #242424;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background: #d72785;
	border: 2px solid #d72785;
	box-shadow: none;
	color: #fff;
	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: none;
	color: #242424;
}

.button {
	display: inline-block;
}

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


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

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

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

th,
td {
	text-align: left;
}

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

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


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

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

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

.site-inner {
	clear: both;
	padding: 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/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: 330px;
}

.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 {
	width: 100%;
	clear: both;
	margin-bottom: 5px;
	font-size: 12px;
	color: #242424;
	background: #F9FBFC;
}

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

.breadcrumb a{
	color: #242424;
}

.author-box {
	background: #fff;
border: 1px solid #eee;
text-align: center;
font-size: 16px;
	padding: 40px;
	color: #242424;
	margin: 25px auto;
}

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


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

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

.custom-archive-description{
background: #fff;
padding: 1% 2%;
text-align: left;
}

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

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

.catsub{
	width: 100%;
	max-width: 1200px;
	clear: both;
text-align: center;
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: #d72785;
background: #fff;
	border: 2px solid #d72785;
}

.catsub a:hover{
color: #fff;
background: #d72785;
}

.archive-description{
	width: 100%;
	max-width: 1200px;
padding: 0 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: #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;
}


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

/*
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 1%;
	display: flex;
flex-direction: row;
align-items: center;
}

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

.title-area {
	width: 30%;
}

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

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

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

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

/* Full width header, no widgets */


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

/* Logo, hide text */

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

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

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

.header-info{
	width: 100%;
    margin: 15px auto 0px;
}

.header-info .wrap{
	clear: both;
text-align: right;
display: flex;
flex-direction: row;
justify-content: flex-end;
	padding: 0 3%;
}

.header-info-links{
	max-width: 500px;
	padding: 0 2%;
}

.header-info-social{
	max-width: 180px;
	padding: 0 2%;
}

.header-info-links a{
color: #333;
font-size: 16px;
padding: 0 10px;
}


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

.mobile-news{
width: 100%;
text-align: center;
clear: both;
background: #242424;
font-size: 14px;
padding: 5px;
color: #fff;
letter-spacing: .5px;
}

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

.mobile-news a:after{
content: '';
background: url(images/arrows.svg) center no-repeat;
background-size: contain;
width: 15px;
height: 10px;
display: inline-block;
vertical-align: middle;
margin-left: 6px;
}


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

.nav-primary {
	width: 70%;
margin: 0 auto 0;
font-size: 17px;
text-transform: uppercase;
letter-spacing: 1px;
	color: #242424;
	font-weight: 700;
	line-height: 1.4;
}

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

.nav-primary .menu{
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-end;
}

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

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

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

.nav-primary .index a:after{
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background: #d72785;
    transition: width .5s ease;
    -webkit-transition: width .5s ease, background-color .5s ease;
    -moz-transition: width .5s ease, background-color .5s ease;
	transition: .5s;
}

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

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

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

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

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

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

.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;
	width: 100%;
	border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
margin: 0px auto;
font-size: 18px;
text-transform: lowercase;
letter-spacing: 1px;
	color: #242424;
	line-height: 1.4;
font-weight: 400;
}

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

.nav-secondary .menu{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
position: relative;
}

.nav-secondary .menu:before{
content: '';
background: url(images/txt-browse.svg) center no-repeat;
background-size: contain;
	width: 100px;
height: 22px;
display: block;
}

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

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

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

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


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

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

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

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

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

.nav-secondary .search-form{
	border: none;
border-radius: 0;
color: #fff;
border-left: 1px solid #eee;
}

.nav-secondary .search-form input[type=search]{
font-size: 17px;
	color: #242424;
	text-transform: lowercase;
letter-spacing: 0;
	font-weight: 400;
}

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

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

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

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

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

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

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol li {
	list-style-type: decimal;
}

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

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

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

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

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

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

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

.single .content .entry-header{
border-bottom: 1px solid #ddd;
	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: #F8FBFC;
padding: 5px 10px;
color: #242424;
display: inline-block;
vertical-align: middle;
margin: 5px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
}


/* 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: #242424;
cursor: pointer;
display: inline-block;
padding: 4px 10px;
	border-bottom: 2px solid #fff;
}


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

}

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

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


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

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

.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: #242424;
	font-size: 12px;
}

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

.comment-reply{
color: #fff;
background: #d72785;
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: 22px;
	text-transform: uppercase;
Letter-spacing: 2px;
	color: #242424;
}

.comment-respond{
background: #fafbfc;
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;
}

.footer-widgets .wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: calc(1/3 * 100% - 2%);
}


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

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

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

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

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


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

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

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

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

.site-footer .foot-design{
width: 40%;
	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;
}

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

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


.newsletter input[type="text"],
.newsletter input[type="email"]{ 
background: #fff;
width: 100%; 
padding: 14px; 
margin: 10px auto;
 display: block; 
	border: 1px solid #242424;
}

 .newsletter input[type="submit"],
.newsletter button{ 
background: #d72785;
padding: 14px; 
margin: 10px auto;
 color: #fff; 
width: 100%; 
display: block;
border: 2px solid #d72785; 
 }

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

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

#social{
margin: 0px auto;
position:relative;
width: 185px;
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,
#twitter,
#youtube{
width: 30px;
height:30px;
transition:  .5s;
}

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

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

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

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

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

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

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


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

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

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

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

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

.has-pink-background-color{
background-color: #d72785 !Important;
}

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

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


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

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

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

.headline-block,
.featured-pages-block,
.search-bar-block,
.about-block,
.loving-block,
.latest-block,
.meal-plans-block,
.browse-by-block,
.browse-by-block-square,
.cover-box,
.text-icons,
.square-feat{
width: 100%;
clear: both;
}


.headline-block .wrap,
.featured-pages-block .wrap,
.search-bar-block .wrap,
.about-block .wrap,
.loving-block .wrap,
.latest-block .wrap,
.meal-plans-block .wrap,
.browse-by-block .wrap,
.browse-by-block-square .wrap,
.cover-box .wrap,
.text-icons .wrap,
.square-feat .wrap{
padding: 2%;
}

.featured-page a,
.search-bar-block a,
.about-block a,
.loving-block a,
.latest-block a,
.meal-plans-block a,
.browse-by-block a,
.browse-by-block-square a,
.cover-box a,
.text-icons a,
.square-feat a{
text-decoration: none;
	background-image: none !Important;
}

.featured-page img,
ul.meal-plan-large li img,
ul.meal-plan-small li img,
.latest-posts li img,
.wide-post li img,
.browse-by-block .browse-by-category img,
.browse-by-block-square .browse-by-category img,
.browse-by-block .browse-by-category img,
.text-icons .circle{
	position: relative;
	transition: .5s;
}

.featured-page:hover img,
ul.meal-plan-large li:hover img,
ul.meal-plan-small li:hover img,
.latest-posts li:hover img,
.wide-post li:hover img,
.browse-by-block .browse-by-category:hover img,
.browse-by-block-square .browse-by-category:hover img,
.browse-by-block .browse-by-category:hover img{
opacity: .6;
}

.about-block h2,
.loving-block h2,
.latest-block h2,
.meal-plans-block h2,
.browse-by-block h2,
.browse-by-block-square h2,
.cover-box h2,
.text-icons h2{
	text-transform: uppercase;
letter-spacing: 2px;
font-size: 24px;
	position: relative;
}

/* Headline Block
------------------------------------------------------ */

.headline-block .wrap{
	padding: 1% 2% 0;
	text-align: right;
}

.headline-block h1{
	font-size: 22px;
}


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

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

.featured-page{
    width: calc(1/3 * 100%);
	margin-right: 1%;
}

.featured-page h2{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 20px;
background: #fff;
padding: 10px 20px;
margin: -50px 0 0;
position: relative;
width: 100%;
max-width: 85%;
}

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

.search-bar-block{
background: #fafbfc;
}

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

.search-bar-row{
	width: 60%;
	padding: 0 2%;
}

.search-bar-row:first-of-type{
	width: 40%;
}

.search-bar-block .search-form{
width: 100%;
border-radius: 40px;
	padding: 0;
}

.search-bar-row:first-of-type{
	position: relative;
}

.search-bar-row:first-of-type:before{
content: '';
background: url(images/txt-search.svg) center no-repeat;
background-size: contain;
width: 72px;
height: 21px;
display: block;
margin: 0  0 10px 10px;
}

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

.search-bar-block .search-form input[type=submit] {
    background: #d72785 url(images/arrows-white.svg) center no-repeat;
    border:  none !Important;
    background-size: 20px 25px;
    width: 54px;
    height: 54px;
	border-radius: 50%;
    text-indent: -9999px;
    float: right;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0;
	margin:  -3px -3px -2px 0;
}

.search-bar-row:last-of-type span{
letter-spacing: .5px;
font-size: 15px;
font-weight: 700;
opacity: .4;
}

.search-bar-topics{
	display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}

.search-bar-topics a{
    width: calc(1/3 * 100%);
	color: #242424;
font-weight: 600;
font-size: 20px;
	line-height: 1.4;
}

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

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

.about-block .about-inner{
    -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: 0;
	display: flex;
flex-direction: row;
justify-content: space-evenly;
}

.about-block .about-row{
width: 50%;
}

.about-block .about-row:first-of-type{
background-size: cover;
}

.about-block .about-row:last-of-type{
	padding: 4%;
align-self: center;
}

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


.about-block h2:before{
content: '';
background: url(images/txt-hi.svg) center no-repeat;
background-size: contain;
width: 80px;
height: 21px;
display: block;
margin: 0  0 10px 0;
}

/* Loving Block
------------------------------------------------------ */

.loving-block .wrap{
padding: 4% 2%;
	display: flex;
flex-direction: row;
justify-content: space-between;
}

.loving-block .loving-row{
width: 50%;
}

.loving-block .newsletter-row{
background: #F9FBFC;
width: 50%;
padding: 6% 6%;
	margin-left: 4%;
	color: #242424;
text-align: center;
font-size: 16px;
line-height: 1.4;
}

.loving-block .newsletter-row h2{
color: #242424;
margin: 0 auto 20px;
	position: relative;
}

.loving-block .newsletter-row h2:before{
content: '';
background: url(images/txt-subscribe2.svg) center no-repeat;
background-size: contain;
width: 150px;
height: 28px;
display: block;
margin: 0  auto 10px;
}

.loving-block .newsletter input[type="text"],
.loving-block .newsletter input[type="email"]{
background: none;
font-size: 16px;
}

.loving-block .newsletter input[type="submit"],
.loving-block .newsletter button{
	margin: 0 auto 15px;
}

ul.wide-post{
	margin: 0 auto;
}

ul.wide-post li{
    -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);
list-style-type: none;
margin: 0 auto 20px;
	display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}

ul.wide-post li:last-of-type{
margin-bottom: 0;
}

ul.wide-post li img{
	margin: 0 auto -12px;
}

ul.wide-post .wide-inner-img{
width: 30%;
}

ul.wide-post .wide-inner-info{
width: 65%;
padding: 0 3%;
}

ul.wide-post a{
color: #242424;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 20px;
}

ul.wide-post .favorites{
    color: #d72785;
text-transforM: uppercase;
letter-spacing: 1px;
font-weight: 600;
font-size: 12px;
margin-bottom: 10px;
display: block;
}

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

.latest-block{
background: #F9FBFC;
}

.square-feat .wrap,
.latest-block .wrap{
	text-align: center;
padding: 4% 2%;
}

.square-feat .button,
.latest-block .button{
	border-radius: 25px;
padding: 6px 15px;
font-size: 14px;
margin: 5px auto 25px;
}

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/4 * 100% - 2%);
}

ul.latest-posts li h3{
color: #242424;
font-size: 16px;
}

ul.latest-posts li h3 a{
color: #242424;
}

p.post-cat{
margin: 0 auto 5px;
font-size: 12px;
text-transform: uppercase;
Letter-spacing: 2px;
font-weight: 600;
	background: #fff;
width: 100%;
	max-width: 200px;
margin: -20px auto 10px;
position: relative;
padding: 3px;
}

/* Meal Plan Block
------------------------------------------------------ */

.meal-plans-block .wrap{
	text-align: center;
padding: 4% 2% 2%;
}

.meal-plans-block .meal-plans-rows{
	display: flex;
flex-direction: row;
flex-wrap: wrap;
}

.meal-plans-row{
width: 40%;
	padding: 0 2%;
}

.meal-plans-row:first-of-type{
width: 60%;
}

.meal-plans-row:first-of-type{
padding-left: 0;
}

.meal-plans-row:last-of-type{
padding-right: 0;
}

.meal-plans-rows ul li{
    -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);
list-style-type: none;
margin: 0 auto;
	display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}

ul.meal-plan-large{
	text-align: left;
}

ul.meal-plan-large li .meal-plan-img{
width: 50%;
}

ul.meal-plan-large li .meal-plan-info{
width: 50%;
	padding: 2%;
}

ul.meal-plan-small li{
margin: 0 auto 20px;
}

ul.meal-plan-small li:last-of-type{
margin-bottom: 0;
}

ul.meal-plan-large li img,
ul.meal-plan-small li img{
	margin: 0 auto -12px;
}

ul.meal-plan-small li .meal-plan-img{
width: 30%;
}

ul.meal-plan-small li .meal-plan-info{
width: 70%;
padding: 0 2%;
	text-align: left;
}

ul.meal-plan-large li h3{
color: #242424;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 20px;
}

ul.meal-plan-small li h3 {
color: #242424;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 14px;
	line-height: 1.4;
}

ul.meal-plan-large h3 a,
ul.meal-plan-small h3 a{
color: #242424;
}

ul.meal-plan-large li .meal-fav,
ul.meal-plan-small li .meal-fav{
    color: #d72785;
text-transforM: uppercase;
letter-spacing: 1px;
font-weight: 600;
font-size: 12px;
margin-bottom: 10px;
display: block;
}

ul.meal-plan-large .button{
background: none;
color: #242424;
border: 2px solid #242424;
padding: 5px 10px;
font-size: 12px;
border-radius: 25px;
margin-top: 20px;
}

.meal-plans-row:last-of-type .button{
	width: 100%;
	display: block;
	font-size: 14px;
}

/* Browse By Block
------------------------------------------------------ */

.browse-by-block .wrap{
}

.browse-by-block-square{
background: #F8FBFC;
}

.browse-by-block .wrap,
.browse-by-block-square .wrap{
	text-align: center;
padding: 4% 2%;
}

.browse-by-block h2{
	margin: 0 auto 15px;
}

.browse-by-categories{
	display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
	flex-wrap: wrap;
}

.browse-by-category{
    width: calc(1/6 * 100% - 2%);
}

.browse-by-block-square .browse-by-category{
    width: calc(1/4 * 100% - 2%);
	margin: 0 auto 20px;
}
.browse-by-category img{
border-radius: 50%;
}

.browse-by-block-square .browse-by-category img{
	border-radius: 0;
}

.browse-by-block-square h3{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 18px;
}

.browse-by-block h3{
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
}

/* Cover Block
------------------------------------------------------ */

.cover-box .wrap{
	padding: 4% 2%;
text-align: center;
}

.cover-box h2{
text-align: center;
}

.cover-box p{
width: 50%;
margin: 15px auto;
font-size: 18px;
}

.cover-box .button{
border-radius: 25px;
font-size: 14px;
padding: 5px 25px;
}

.cover-box .button:hover{
color: #fff;
}


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

.text-icons h2{
text-align: center;
	margin: 0 auto 25px;
}


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

.text-icons .circle{
	background: #d72785;
  flex: 1;
  margin: 1%;
  border-radius: 50%;
	padding: 2%;
}

.text-icons .circle:hover{
	background: #242424;
}

.text-icons .circle:before {
  content: "";
  display: inline-block;
  padding-top: 95%;
}


.text-icons .circle span{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	color: #fff;
	letter-spacing: 1px;
	font-weight: 700;
line-height: 1.2;
font-size: 26px;
}

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

.footer-rows{
	width: 100%;
	clear: both;
max-width: 1240px;
margin: 0 auto;
	display: flex;
flex-direction: row;
flex-wrap: wrap;
	padding: 2% 0;
}

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

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

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

.footer-row-2{
	width: 55%;
}

.footer-row-2 ul{
	flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
	display: flex;
}

.footer-row-2 ul li{
list-style-type: none;
    width: calc(1/3 * 100% - 1%);
margin: 0 auto;
	font-size: 16px;
}

.footer-row-2 a{
color: #242424;
	width: 24%;
}

.footer-row-3{
width: 25%;
}

.footer-row-3 h4{
text-align: center;
}

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

.footer-row-3 #social{
	margin: 15px auto;
}



/* Related Posts
------------------------------------------------------ */

.related-posts{
width: 100%;
clear: both;
text-align: center;
display: block;
	padding: 2%;
margin: 0 auto 20px;
    background: #fafbfc;
}

h3.related-title{
	text-align: center;
text-transform: uppercase;
	margin: 0 auto 1.5%;
	font-size: 20px;
	letter-spacing: 2px;
}

.related{
	width: 33%;
    display: inline-block;
    vertical-align: top;
    line-height: 1.2;
    padding: 1%;
}

.related-post-title{
display: block;
	width: 100%;
    color: #242424;
padding: 4px;
}

.related a{
    color: #242424
font-weight: 600;
	font-size: 15px;
}

.related a img{
	margin:0 auto ;
}



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

.index-list{
	width: 24%;
display: inline-block;
vertical-align: top;
	font-size: 15px;
}

.searchandfilter ul.children{
margin-bottom: 45px !important;
}

.sf-level-1.sf-item-7384 ul{
margin-bottom: 5px !important;
}

.search-filter-reset{
	width: 80%;
	text-align: center;
display: block;
	border: 1px solid #D72885;
padding: 10px;
text-decoration: none !important;
color: #242424;
font-weight: 700;
	text-transform: uppercase;
letter-spacing: 2px;
}

.index-list input[type="checkbox"]{
	width: auto;
width: 10px;
height: 10px;
}

.index-results{
	width: 72%;
display: inline-block;
}

.search-filter-results{
	display: flex;
flex-direction: row;
	flex-wrap: wrap;
justify-content: space-between;
}

.index-results .recentry{
	background: #fff;
    width: calc(1/3 * 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;
text-align: center;
line-height: 1.2;
}

.index-results .recentry h2{
    color: #333333;
font-size: 15px;
text-align: center;
text-transform: none;
line-height: 1.4;
	padding: 2%;
}


.index-results .recentry a{
text-decoration: none !Important;
}

.index-results .pagination{
display: flex;
align-items: center;
justify-content: space-evenly
}

	.sf-level-1.sf-item-7380 label,
	.sf-level-1.sf-item-7381 label,
	.sf-level-1.sf-item-7382 label,
	.sf-level-1.sf-item-7383 label,
	.sf-level-1.sf-item-7384 label{
font-weight: 700;
font-size: 18px;
text-transform: uppercase;
letter-spacing: 2px;
}

.sf-level-1.sf-item-7380 ul label,
.sf-level-1.sf-item-7381 ul label,
.sf-level-1.sf-item-7382 ul label,
.sf-level-1.sf-item-7383 ul label,
.sf-level-1.sf-item-7384 ul label{
	font-weight: normal;
font-size: 14px;
}

.sf-level-0.sf-item-2 input[type="checkbox"],
.sf-level-1.sf-item-7380 input[type="checkbox"],
.sf-level-1.sf-item-7381 input[type="checkbox"],
.sf-level-1.sf-item-7382 input[type="checkbox"],
.sf-level-1.sf-item-7383 input[type="checkbox"],
.sf-level-1.sf-item-7384 input[type="checkbox"]{
display: none;
background: ;
}

.sf-level-1.sf-item-7380 ul input[type="checkbox"],
.sf-level-1.sf-item-7381 ul input[type="checkbox"],
.sf-level-1.sf-item-7382 ul input[type="checkbox"],
.sf-level-1.sf-item-7383 ul input[type="checkbox"],
.sf-level-1.sf-item-7384 ul input[type="checkbox"]{
display: inline-block;
}



.index-mobile{
display: none;
}


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

.sidebar-about{
background: #F8FBFC;
padding: 4%;
text-align: center;
font-size: 14px;
line-height: 1.5;
	width: 100%;
	max-width: 400px;
margin: 0 auto 25px;
}

.sidebar-about h4{
text-transform: uppercase;
letter-spacing: 1px;
font-size: 18px;
margin: 0 auto;
}

.sidebar-about-inner{
padding: 0 4% 4%;
}

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

.sidebar-newsletter{
	border-top: 5px solid #242424;
background: #F8FBFC;
padding: 10% 4%;
text-align: center;
font-size: 14px;
line-height: 1.5;
	width: 100%;
	max-width: 400px;
margin: 0 auto 25px;
}

.sidebar-newsletter h4{
text-transform: uppercase;
letter-spacing: 1px;
font-size: 18px;
margin: 0 auto 15px;
}

.note-block{
padding: 4%;
width: 100%;
clear: both;
background: #F9FBFC;
margin: 0 auto 25px;
	border-top: 4px solid #242424;
}

.note-block h4{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 22px;
border-bottom: 1px solid #d72785;
}

.solid-box{
	background: #d72785;
padding: 2%;
width: 100%;
	clear: both;
margin: 0 auto 25px;
color: #fff;
}

.outline-box{
padding: 2%;
width: 100%;
clear: both;
border: 2px solid #242424;
margin: 0 auto 25px;
}

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

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

.featured-on{
	width: 100%;
	clear: both;
text-align: center;
	margin: 25px auto;
	border-bottom: 1px solid #242424;
}

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

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

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

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

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


	.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{
	background-color: #fff;
    -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,
	.header-info,
	.nav-secondary,
	.nav-primary{
display: none;
}

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

	.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%;
	}
	
	.search-bar-topics a{
		font-size: 16px;
	}


}

@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;
	display: block;
text-align: center;
}
	
	.headline-block h1{
font-size: 18px;
}
	
	.featured-page h2{
		max-width: 100%;
		position: relative;
font-size: 15px;
padding: 5px;
margin: 0 auto;
text-align: center;
	}
	
	.search-bar-block .wrap,
	.about-block .about-inner,
	.loving-block .wrap,
	ul.latest-posts{
flex-wrap: wrap;
}
	
	.loving-block .loving-row{
padding: 4% 2%;
}

	.loving-block .wrap{
		flex-direction: column-reverse;
	}
	
	.search-bar-row:first-of-type,
	.search-bar-row,
	.about-block .about-row,
	.loving-block .loving-row,
	.loving-block .newsletter-row,
	.meal-plans-row,
	.meal-plans-row:first-of-type{
		width: 100%;
text-align: center;
		margin: 0 auto;
	}
	
	.search-bar-row:first-of-type:before,
	.about-block h2:before{
margin: 0 auto 10px;
}
	
	.search-bar-topics a{
padding: 10px;
}
	
	.about-block .about-row:first-of-type{
min-height: 300px;
}
	
.about-block .about-row #social{
margin: 10px auto;
text-align: center;
display: block;
}
	
	ul.latest-posts li,
	.browse-by-block-square .browse-by-category{
    width: calc(1/2 * 100% - 2%);
		margin: 0 auto 25px;
	}
	
	ul.meal-plan-large{
padding: 2%;
}
	
	.browse-by-category {
    width: calc(1/3 * 100% - 2%);
		margin: 0 auto 25px;
}
	
	.footer-row-1,
	.footer-row-2,
	.footer-row-3{
width: 100%;
	text-align: center;
margin: 20px auto;
}
	
	.index-list,
.index-results{
	width: 100%;
	display: block;
	}
	
	.sf-field-category,
	.sf-field-reset{
		display: none !important;
	}
	
	.sf-field-category:first-of-type{
		display: block !important;
	}
	
	.searchandfilter label,
	.searchandfilter select.sf-input-select{
width: 100% !Important;
}

	.text-icons .circle{
flex: auto;
    width: calc(1/3 * 100% - 2%);
}
	
		.index-desktop{
display: none;
}
	
	.index-mobile{
display: block;
}

	.featured-on_inner{
		flex-wrap: wrap;
	}
	
	.featured-on_img{
		width: 100%;
		max-width: 150px;
	}

}
 

@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%;
	}
	
	h1.archive-title{
font-size: 24px;
}
	
	.headline-block .wrap, .featured-pages-block .wrap, .search-bar-block .wrap, .about-block .wrap, .loving-block .wrap, .latest-block .wrap, .meal-plans-block .wrap, .browse-by-block .wrap, .browse-by-block-square .wrap, .cover-box .wrap,
	.loving-block .loving-row{
padding: 20px 4%;
}
    
    .archive .content .entry,
.search .content .entry,
	.index-results .recentry,
	.blog .content .entry{
    width: calc(1/2 * 100% - 2%);
    }
	
	.headline-block .wrap{
		padding: 15px 4% 0;
	}
	
	.headline-block h1{
text-align: center;
font-size: 16px;
margin: 0 auto;
}
	
.featured-pages-block .wrap{
flex-wrap: wrap;
}
	
	.featured-page {
    width: calc(1/2 * 100% - 2%);
		margin: 0 auto;
	}
	
	.featured-page:last-of-type{
display: none;
}
	
	.search-bar-topics a{
    width: calc(1/2 * 100% - 2%);
font-size: 14px;
padding: 5px;
	}
	
	.about-block .about-row:last-of-type,
	.meal-plans-block,
	.browse-by-block-square,
	.cover-box{
font-size: 16px;
}
	
	.about-block .about-row:first-of-type{
min-height: 200px;
}
	
	.about-block h2, .loving-block h2, .latest-block h2, .meal-plans-block h2, .browse-by-block h2, .browse-by-block-square h2, .cover-box h2{
font-size: 20px;
}
	
	ul.wide-post .wide-inner-img,
	ul.meal-plan-small li .meal-plan-img{
width: 40%;
}

	ul.wide-post .wide-inner-info,
	ul.meal-plan-small li .meal-plan-info{
width: 60%;
		padding: 1%;
}
	
	ul.wide-post h3,
		ul.wide-post h3 a,
	ul.meal-plan-small li h3{
font-size: 12px;
		letter-spacing: 1px;
}
	
	ul.latest-posts li h3{
		font-size: 14px;
	}
	
	p.post-cat{
display: none;
}
	
	ul.meal-plan-large li{
flex-wrap: wrap;
}
	
	ul.meal-plan-large li .meal-plan-img,
	ul.meal-plan-large li .meal-plan-info{
width: 100%;
text-align: center;
}
	
	ul.meal-plan-large li .meal-plan-info{
padding: 2% 4% 4%;
}
	
	ul.meal-plan-large li h3,
	.browse-by-block-square h3{
font-size: 16px;
}
	
	.browse-by-category {
    width: calc(1/2 * 100% - 2%);
	}
	
	.cover-box p,
	.archive-description{
width: 100%;
	font-size: 16px;
}
	
	.footer-row-2 ul li {
    width: calc(1/2 * 100% - 1%);
	}
	
	.catsub {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

	.catsub a{
    width: calc(1/2 * 100% - 1%);
margin: 0 auto 10px;
text-align: center;
}
	
	.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;
}

	.single .content .entry-title{
font-size: 24px;
line-height: 1.4;
}
	
	.entry-meta{
		letter-spacing: 0;
	}
	
	.text-icons .circle span{
		font-size: 18px;
	}
	

}

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

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


.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: #242424;
    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: #242424;
    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;
cursor:  pointer;
}

.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: #242424;
	}
 
	.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: #242424;
	}
 
	.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: #fff;
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) {
    .close-icon {
        display: none;
    }
}