@charset "UTF-8";
/**
 * Theme Name:  Brunch Pro Theme
 * Description: This is the Brunch Pro child theme created for the Genesis Framework.
 * Author:      Feast Design Co
 * Author URI:  https://feastdesignco.com/
 * Version:     3.2.6
 *
 * Tags: black, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, customizer
 *
 * Template: genesis
 * Template Version: 2.0.1
 *
 * License: GPL-2.0+
 * License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
		- Screen Reader Text
	- Widgets
		- Featured Page and Featured Post
		- User Profile
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Simmer
	- Custom Page Templates
		- Home Page
		- Recipes Page
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Archive Pagination
		- Entry Navigation
		- After Entry
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

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

/* ## Baseline Normalize
--------------------------------------------- */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;

    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

/* HTML5 display definitions
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

/* Links
--------------------------------------------- */

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
--------------------------------------------- */

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

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

/* Embedded content
--------------------------------------------- */

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
--------------------------------------------- */

figure {
    margin: 20px 0;
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;

    -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;

    -webkit-appearance: textfield;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

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

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

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

.author-box:after,
.clear:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.widget-area:after,
.after-entry:after,
.comment-respond:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

.clear,
.clear-line {
    clear: both;
    margin-bottom: 30px;
}

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

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

body {
    background: #fff;
    color: #302a2c;
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.8;
}

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

::-moz-selection {
    background: #111;
    color: #fff;
}

::selection {
    background: #111;
    color: #fff;
}

a {
    color: #44d5af;
    font-style: italic;
    text-decoration: underline;
}

a img {
    margin-bottom: 20px;
}

a:hover img,
a:focus img {
    opacity: 0.9;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

a:hover,
a:focus {
    color: #302a2c;
}

hr {
    background: transparent;
    border-top: 1px solid #eee;
    color: #fff;
    margin-bottom: 40px;
}

p {
    margin: 5px 0 15px;
    padding: 0;
}

strong {
    font-weight: 600;
}

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

blockquote,
blockquote::before {
    color: #999;
}

blockquote {
    margin: 0;
    padding: 22px 20px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    position: relative;
    top: -10px;
    left: -20px;
}

pre {
    background: #111;
    color: #ccc;
    overflow: scroll;
    padding: 0 20px;
    white-space: pre;
}

cite {
    font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", Helvetica, sans-serif;
    letter-spacing: 3px;
    margin: 10px 0 16px;
    padding: 0;
    text-transform: uppercase;
}

h1 {
    font-size: 22px;
}

h1 a {
    font-style: normal;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

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

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

img {
    height: auto;
}

.featured-content img,
.gallery img {
    margin-bottom: 0;
    width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
    border: 1px solid #999;
}

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

input,
select,
textarea {
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 0 #fff;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    color: #111;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding: 10px;
    width: 100%;
}

input:focus,
textarea:focus {
    outline: none;
}

::-moz-placeholder {
    color: #000;
}

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

.button,
.button-secondary,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #302a2c;
    border: 1px solid #302a2c;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding: 15px 20px;
    text-transform: uppercase;
    width: auto;
}

input[type="submit"] {
    letter-spacing: 2px;
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"] {
    background: #fff;
    color: #302a2c;
}

.button-secondary {
    background: #f5f5f5;
    color: #302a2c;
}

.button-secondary:hover,
.button-secondary:focus {
    background: #302a2c;
    color: #fff;
}

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

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

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

.site-container {
    margin: 0 auto;
}

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

.site-inner {
    margin: 20px auto;
}

/* 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,
.alt-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content {
    width: 900px;
}

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

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

/* Content */
.content {
    float: right;
    width: 680px;
}

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

.full-width-content .content,
.full-width-slim .content {
    float: none;
    width: 100%;
}

.full-width-slim .content {
    margin: 0 auto;
    max-width: 750px;
}

/* Primary Sidebar */
.sidebar-primary {
    float: right;
    width: 300px;
}

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

/* Secondary Sidebar */
.sidebar-secondary {
    float: left;
    width: 160px;
}

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

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.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
--------------------------------------------- */

.brunch-pro .sidebar .widget_search {
    border: 0;
}

.search-form input {
    clear: none;
    display: inline;
    float: left;
    margin-bottom: 0;
    padding: 14px 20px;
    width: 61.8%;
}

.search-form input[type="submit"] {
    clear: none;
    float: right;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 14px 20px;
    width: 38.2%;
}

.sidebar-secondary .search-form input {
    display: block;
    width: 100%;
}

.sidebar-secondary .search-form input[type="submit"] {
    display: none;
}

img.centered,
.aligncenter,
.aligncenter img {
    display: block;
    margin: 0 auto 22px;
}

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

.alignleft {
    float: left;
    margin-right: 40px;
    max-width: 100%;
    text-align: left;
}

.sidebar .alignleft {
    margin-right: 10px;
}

.alignright {
    float: right;
    margin-left: 40px;
    max-width: 100%;
    text-align: right;
}

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

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

.wp-caption-text {
    font-size: 11px;
    font-style: italic;
    margin: 0;
    text-align: center;
}

.wp-caption {
    max-width: 100% !important;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td {
    text-align: center;
}

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

.breadcrumb {
    margin-bottom: 20px;
}

.archive-description,
.author-box {
    margin-bottom: 20px;
}

.archive-description {
    padding: 20px 20px 22px;
}

.author-box {
    padding: 20px;
}

.author-box-title {
    color: #111;
    font-size: 16px;
    margin-bottom: 4px;
    margin-top: 0;
}

.author-box p {
    margin: 0;
}

.author-box .avatar {
    margin-right: 22px;
}

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

.entry-title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: center;
}

.page .entry-title {
    margin-bottom: 16px;
}

.sidebar .entry-title {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: left;
}

h1.entry-title,
.entry-title a,
.sidebar .widgettitle a {
    color: #302a2c;
    font-style: normal;
    text-decoration: none;
}

.widgettitle {
    color: #302a2c;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
}

.sidebar .widgettitle,
.footer-widgets .widgettitle {
    font-size: 10px;
    text-align: left;
}

.sidebar .widgettitle a {
    border: none;
}

.archive-title {
    font-size: 20px;
    margin-bottom: 22px;
}

/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    background: #fff;
    border: 0;
    clip: rect(0, 0, 0, 0);
    color: #302a2c;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
}

.more-link {
    position: relative;
}

/* # Skip Links
----------------------------------------------------------------------------- */

.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
}

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

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.home-top .featured-content .entry {
    border: 0;
    margin-bottom: 0;
}

.featured-content .alignleft,
.featured-content .alignright {
    max-width: 40%;
}

/* User Profile
--------------------------------------------- */

.user-profile .alignleft {
    margin-right: 20px;
}

.user-profile .alignright {
    margin-left: 20px;
}

.user-profile .avatar-45 {
    border: 3px solid #fff;
    -webkit-border-radius: 45px;
    border-radius: 45px;
}

.user-profile .avatar-65 {
    border: 3px solid #fff;
    -webkit-border-radius: 65px;
    border-radius: 65px;
}

.user-profile .avatar-85 {
    border: 3px solid #fff;
    -webkit-border-radius: 85px;
    border-radius: 85px;
}

.user-profile .avatar-125 {
    border: 3px solid #fff;
    -webkit-border-radius: 125px;
    border-radius: 125px;
}

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

/* Genesis eNews Extended
--------------------------------------------- */

.home-top .enews-widget {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding: 40px 0;
}

.home-top .enews-widget .widgettitle {
    font-size: 16px;
}

.enews-widget .widgettitle {
    clear: left;
    float: left;
    line-height: 50px;
    margin: 0 20px 0 0;
    width: auto;
}

.enews-widget p {
    clear: none;
    float: left;
    font-style: italic;
    line-height: 50px;
    margin: 0 20px 0 0;
    width: auto;
}

.enews-widget form {
    clear: none;
    float: right;
    min-width: 50%;
    width: auto;
}

.enews-widget input {
    border: 1px solid #000;
    clear: none;
    display: inline;
    float: left;
    margin-bottom: 10px;
    padding: 14px 20px;
}

.enews-widget input[type="email"] {
    width: 61.8%;
}

.enews-widget input[type="submit"] {
    clear: none;
    float: right;
    padding: 14px 20px;
    width: 38.2%;
}

.footer-widgets .enews-widget .widgettitle,
.footer-widgets .enews-widget p,
.footer-widgets .enews-widget form,
.sidebar .enews-widget .widgettitle,
.sidebar .enews-widget p,
.sidebar .enews-widget form,
.sidebar .enews-widget input,
.sidebar .enews-widget input[type="submit"] {
    clear: both;
    display: block;
    float: none;
    width: 100%;
}

.footer-widgets .enews-widget input {
    font-size: 10px;
}

.sidebar .enews-widget input {
    border: 1px solid #eee;
    margin-bottom: 10px;
}

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

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

/*
Custom Page Templates
----------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.before-header .widget {
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}

.home-top {
    border-bottom: 1px solid #eee;
    margin-bottom: 60px;
}

.home .one-third .entry-title,
.home .one-fourth .entry-title,
.home .one-sixth .entry-title {
    font-size: 16px;
    text-align: center;
}

/** Welcome Wrap */

.welcome-wrap,
.featured-sponsor-wrap {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
	margin-top: 12px;
	position: relative;
}

.featured-sponsor-wrap {
    margin-bottom: 24px;
}

.welcome-wrap .left,
.welcome-wrap .right {
		width: 50%;
}

.featured-sponsor-wrap .left {
    flex-basis: 42%;
    width: 42%;
}

.featured-sponsor-wrap .right {
    flex-basis: 58%;
    width: 58%;
}

.welcome-wrap .left {
    background: #f4f4f4;
    padding: 48px 96px 48px 48px;
}


.featured-sponsor-wrap .left {
    background: #f4f4f4;
    padding: 20px 96px 15px 48px;
}
span.welcome-hi {
    font-family: 'JustLovely', 'Allura', 'Homemade Apple';
    font-weight: normal;
    font-style: normal;
    font-size: 78px;
    line-height: 1;
}

.featured-sponsor-subtitle {
    font-family: 'JustLovely', 'Allura', 'Homemade Apple';
    font-size: 57px;
    line-height: 41px;
}

.welcome-wrap .right img,
.featured-sponsor-wrap .right img {
    display: block;
}

.featured-sponsor-wrap .left P {
    margin-bottom: 0px;
}

.featured-sponsor-wrap .left ul {
    margin-left: 50px;
}

.featured-sponsor-wrap .left ul li { 
    line-height: 17px;
}

.welcome-wrap h2{
	  font-family: 'Montserrat', sans-serif;
}


.featured-sponsor-wrap h2 {
    font-family: "Lato",Helvetica,sans-serif;
    font-weight: 700;
}

@media screen and (max-width: 1150px) {
    .featured-sponsor-wrap .left {
        flex-basis: 60%;
        width: 60%;
    }

    .featured-sponsor-wrap .right {
        flex-basis: 40%;
        width: 40%;
    }
}

@media screen and (max-width: 1000px) {
    .featured-sponsor-wrap .left {
        flex-basis: 70%;
        width: 70%;
    }

    .featured-sponsor-wrap .right {
        flex-basis: 30%;
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    .featured-sponsor-wrap {
        flex-wrap: wrap;
    }

    .featured-sponsor-wrap .left,
    .featured-sponsor-wrap .right {
        flex-basis: 100%;
        width: 100%;
    }

    .featured-sponsor-wrap .left {
        padding: 20px 15px 15px 15px;
    }

    .featured-sponsor-wrap .left ul {
        margin-left: 25px;
    }
    

    .featured-sponsor-wrap .right {
        height: 250px;
    }
}

/* Recipes Page
--------------------------------------------- */

.recipe-index {
    margin-top: -20px;
}

.recipe-index .widget {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.footer-widgets .featured-content .entry,
.recipe-index .featured-content .entry,
.sidebar .featured-content .entry {
    border-bottom: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.recipe-index .featuredpost h2,
.archive .one-third .entry-title,
.archive .one-fourth .entry-title,
.archive .one-sixth .entry-title,
.search .one-third .entry-title,
.search .one-fourth .entry-title,
.search .one-sixth .entry-title,
.page-template-page_blog .one-third .entry-title,
.page-template-page_blog .one-fourth .entry-title,
.page-template-page_blog .one-sixth .entry-title {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: none;
}



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

.site-header {
    background-color: #f5f5f5;
}

.site-header .wrap {
    padding: 15px 0;
}

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

.title-area {
    display: inline-block;
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    width: 320px;
}

.header-image .site-description {
    line-height: 0;
}

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

.site-title {
    font-size: 47px;
    font-weight: 300;
    letter-spacing: 4px;
    line-height: 0.8;
    margin: 0;
    text-transform: uppercase;
}

.site-title a {
    color: #302a2c;
    font-style: normal;
    text-decoration: none;
    min-height: 50px; /* clickability */
}

.site-title a:hover,
.site-title a:focus {
    color: #302a2c;
}

.site-description {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin: 5px 0 0;
    text-transform: none;
}

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
    width: 100%;
}

.header-image .site-title a {
    width: 100%;
}

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

.site-header .widget-area,
.site-header .widget-area .genesis-nav-menu {
    float: right;
    text-align: right;
    width: 760px;
}

.header-image .site-header .widget-area {
    padding: 20px 0;
}

.site-header .search-form {
    float: right;
    margin-top: 22px;
}

.site-header .widget-area .genesis-nav-menu {
    padding: 40px 0;
}

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

.genesis-nav-menu {
    clear: both;
    padding: 0;
    text-align: center;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: left;
}

.genesis-nav-menu a {
    color: #302a2c;
    display: block;
    font-style: normal;
    padding: 20px 25px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #000;
}

.genesis-nav-menu .sub-menu {
    border-bottom: 5px solid #000;
    opacity: 0;
    position: absolute;
    left: -9999px;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 200px;
    z-index: 2000;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    letter-spacing: 1px;
    padding: 20px;
    position: relative;
    width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -52px 0 0 200px;
}

.genesis-nav-menu .menu-item:hover,
.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item.menu-item-hover {
    position: static;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #999;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    background: #302a2c;
    color: #fff;
}

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

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

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

.genesis-nav-menu > .right {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0;
}

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

.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}

.genesis-nav-menu > .search {
    padding: 10px 0 0;
}

.sidebar .menu-item a {
    text-decoration: none;
}

/* Mobile Menu Toggle
--------------------------------------------- */

.menu-toggle,
.sub-menu-toggle {
    display: none;
    visibility: hidden;
}

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

.site-header .sub-menu {
    border-top: 1px solid #eee;
    margin: 0 0 20px;
}

.site-header .sub-menu .sub-menu {
    margin-top: -55px;
}

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

.nav-primary {
    margin: 0;
}

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

.nav-secondary {
    margin: 0 auto 20px;
}

.nav-secondary .wrap {
    border-bottom: 1px solid #eee;
}

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

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

.entry {
    margin-bottom: 20px;
    padding: 0 0 22px;
}

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

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

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

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

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

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

.entry-meta {
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 auto 5px;
    text-align: center;
    text-transform: uppercase;
}

.entry-meta a {
    color: #302a2c;
    font-style: normal;
}

.entry-footer .entry-meta {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 20px 0;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

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

a.more-link,
.more-from-category a {
    background: #302a2c;
    border: 1px solid #302a2c;
    color: #fff;
    display: table;
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0 auto;
    padding: 15px 40px;
    text-decoration: none;
    text-transform: uppercase;
}

.more-link {
    margin-top: 15px;
}

.more-from-category {
    clear: both;
    display: block;
    float: none;
    text-align: center;
}

.more-from-category a {
    margin: 40px auto;
}

a.more-link:hover,
a.more-link:focus,
.more-from-category a:hover,
.more-from-category a:focus {
    background: #fff;
    color: #302a2c;
}

/* Archive Navigation
--------------------------------------------- */

.archive-pagination {
    clear: both;
    font-size: 14px;
    margin: 20px 0;
}

.archive-pagination li {
    border: 1px solid #eee;
    display: inline;
    padding: 5px 10px;
}

li.pagination-next,
li.pagination-previous {
    border: 0 !important;
}

.archive-pagination a {
    color: #302a2c;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination li.active a {
    color: #302a2c;
}

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

.comment-respond,
.entry-comments {
    padding: 20px 0;
}

.comment-respond,
.entry-comments,
.ping-list {
    margin-bottom: 20px;
}

.entry-comments h3,
.comment-respond h3 {
    color: #302a2c;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.entry-comments .comment-author {
    margin: 0;
}

.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;
    margin-top: 22px;
    padding: 32px;
}

.comment-list li li {
    margin-right: -32px;
}

li.comment {
    border-top: 1px solid #eee;
}

.comment .avatar {
    display: inline;
    float: left;
    margin: 0 16px 22px 0;
}

.form-allowed-tags {
    background: #f5f5f5;
    font-size: 12px;
    padding: 22px;
}

.comment-meta a {
    color: #302a2c;
    text-decoration: none;
}

.comment-reply a {
    padding: 2px 5px;
}

.comment-reply a:hover,
.comment-reply a:focus {
    background: #eee;
}

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

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

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

.sidebar .widget {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 40px;
}

.sidebar a {
    color: #302a2c;
}

.cat-item {
    list-style-type: none;
}

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

.footer-widgets {
    padding: 20px 0 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    float: left;
    margin-left: 2.564102564102564%;
    width: 31.623931623931625%;
}

.footer-widgets-1 {
    margin-left: 0;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}

.footer-widgets-4 {
    clear: both;
    width: 100%;
}

.footer-widgets .widget {
    margin-bottom: 10px;
}

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

.footer-widgets .search-form {
    width: 100%;
}

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

.footer-widgets img {
    margin: 0;
}

.footer-widgets .featured-content,
.footer-widgets .featuredpost {
    background: transparent;
    max-width: 95%;
}

.footer-widgets .entry {
    background: #fff;
    padding: 5px;
}

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

.site-footer {
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
}

.site-footer a {
    color: #302a2c;
    font-style: normal;
    text-decoration: none;
}

.site-footer p {
    margin: 0;
}

/** Custom CSS */

.featured-sponsor-wrap a {
	font-style: normal;
}

.prev-next-navigation {
	font-size: 1.3em;
}

.prev-next-navigation .next {
	text-align: right;
}

.site-inner.full {
    max-width: 100%;
}

/** Header - Mobile bar */

.header-mobile {
    display: none;
    background: #c7d0d8;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 10px 5px 10px;
}

.header-mobile .wrap {
    display: flex;
    justify-content: space-between;
}

.header-mobile .wrap .mobile-nav,
.header-mobile .wrap .search-box {
    flex-basis: 25%;
}

.header-mobile .wrap .social-icons {
    flex-basis: 50%;
    text-align: center;
}

.header-mobile .wrap .jetpack_widget_social_icons .widgettitle.widget-title {
    display: none;
}

.header-mobile .wrap .social-icons .jetpack_widget_social_icons ul {
	margin-bottom: 0;
}

.header-mobile .wrap .social-icons .jetpack_widget_social_icons ul li {
	margin: 0 10px;
}

.header-mobile .wrap .social-icons a,
.header-mobile .wrap .social-icons a:visited {
    color: #302a2c;
}

.header-mobile .wrap .social-icons a:hover {
    color: #000;
}

.header-mobile .wrap .search-box {
    text-align: right;
}

#cmfw .search-form input[type="submit"]:hover {
	background: #000;
	color: #FFF;
}

/** Header - Mobile search */

#cms {
    margin-top: 5px;
}

#cms img:hover {
	cursor: pointer;
}

#cmfw {
    position: absolute;
    top: 45px;
    left: 0;
    pointer-events: none;
    z-index: 99;
    opacity: 0;
    transition: opacity .2s ease,transform .2s ease;
    width: 100%;
    background: inherit;
    transform: translateY(-30px);
    border-top: 1px solid 
    rgba( 255,255,255,0.15 );
}

#cmfw.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

body.admin-bar #cmfw {
	top: 80px;
}

/** Header - Mobile menu */

#navmob {
	background: transparent;
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 32px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}
.c-hamburger:focus {
    outline: none;
}
.c-hamburger span {
    display: block;
    position: absolute;
    top: 15px;
    left: 10px;
    right: 10px;
    height: 5px;
    background: #222222;
}
.c-hamburger span::before, .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #222222;
    content: "";
}
.c-hamburger span::before {
    top: -8px;
}
.c-hamburger span::after {
    bottom: -8px;
}
.c-hamburger--htx {
    /*background-color: #b1b1b1;*/
    border: none;
    display: inline-block;
}
.c-hamburger--htx span {
    transition: background 0s 0.2s;
    -webkit-transition: background 0s 0.2s;
    -moz-transition: background 0s 0.2s;
    -o-transition: background 0s 0.2s;
    -ms-transition: background 0s 0.2s;
}
.c-hamburger--htx span::before, .c-hamburger--htx span::after {
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s;
    -moz-transition-duration: 0.2s, 0.2s;
    -o-transition-duration: 0.2s, 0.2s;
    -ms-transition-duration: 0.2s, 0.2s;
    transition-delay: 0.2s, 0s;
    -webkit-transition-delay: 0.2s, 0s;
    -moz-transition-delay: 0.2s, 0s;
    -o-transition-delay: 0.2s, 0s;
    -ms-transition-delay: 0.2s, 0s;
}
.c-hamburger--htx span::before {
    transition-property: top, transform;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -o-transition-property: top, transform;
    -ms-transition-property: top, transform;
}
.c-hamburger--htx span::after {
    transition-property: bottom, transform;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
    /** background-color: #0FF; */
}
.c-hamburger--htx.is-active span {
    background: none;
}
.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.2s;
    -webkit-transition-delay: 0s, 0.2s;
    -moz-transition-delay: 0s, 0.2s;
    -o-transition-delay: 0s, 0.2s;
    -ms-transition-delay: 0s, 0.2s;
}
.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
    background-color: #000;
}

.mobile-menu {
	font-family: 'Montserrat', sans-serif;
	display: none;
	left: 0;
	margin: 0;
	position: absolute;
	top: 50px;
	width: 100%;
	max-width: 500px;
	z-index: 13;
}

.mobile-menu .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    display: block;
}

.mobile-menu .flexnav {
    display: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: relative;
    z-index: 999;
    top: 0;
    background-color: #f8f8f8;
}

body.admin-bar .mobile-menu {
    top: 80px;
}

.mobile-menu .flexnav.flexnav-show {
	display: block;
}

.mobile-menu .flexnav ul {
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index: 999;
}

.mobile-menu .flexnav li {
	width: 100%;
	max-width: 100%;
	padding: 0px;
	position: relative;
}

.mobile-menu .flexnav li a {
    position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
    color: #302a2c;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    border-left: none;
    margin-left: 0px;
    padding: 5px 5px 5px 15px;
    font-style: normal;
}

.mobile-menu .flexnav li a:hover {
	background-color: #f8f8f8;
}

.mobile-menu .flexnav li ul {
	width: 100%;
}

.mobile-menu .flexnav .fa-bars:before {
	content: "\f067";
	color: #000;
	margin-top: 0;
	display: block;
}

.flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 63px;
    display: inline-block;
    background: #acaca1;
    background: transparent;
    text-align: center;
}

.flexnav .touch-button:hover {
    cursor: pointer;
}

.touch-button i {
    margin-top: 5px;
    font-size: 20px;
}

.flexnav .touch-button .navicon {
    position: relative;
    top: 1.4em;
    font-size: 12px;
    color: #666;
}

.mobile-menu .flexnav .sub-menu {
    left: 0;
    margin-left: 0;
    margin-bottom: 0px;
    opacity: 1;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 2;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.mobile-menu .flexnav .sub-menu a {
    background-color: rgba(243, 243, 243, 0.95);
    padding-left: 2.5em;
    width: 100%;
}

/** Header - Widget Area */

.widget-area.header-widget-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header-image .site-header .widget-area {
	padding-top: 0;
}

.header-widget-area section.widget_media_image {
    flex-basis: 75%;
}

.header-widget-area section.widget_media_image img {
	margin-top: 5px;
}

.header-widget-area section.jetpack_widget_social_icons {
    flex-basis: 20%;
}

.header-widget-area section.widget_custom_html {
	flex-basis: 5%;
}

.textwidget #cms img {
    max-width: 20px;
}

/** Header - Navigation */

.site-header .widget-area .genesis-nav-menu {
    padding: 0;
}

.site-header .widget-area .genesis-nav-menu a {
    padding: 20px 15px;
}

/** Header - Social icons */

.widget-area.header-widget-area .jetpack_widget_social_icons ul {
    margin-bottom: 0;
}
.widget-area.header-widget-area .jetpack_widget_social_icons ul a {
	color: #302a2c;
}

.widget-area.header-widget-area .jetpack_widget_social_icons ul li {
	margin: 0 5px;
}

/** Category Blocks */

.category-archives-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
    margin: 0 1%;
    font-family: 'Montserrat', sans-serif;
}

.category-wrap {
    flex-basis: 23%;
    margin: 1%;
  	font-family: 'Montserrat', sans-serif;
}

.category-wrap.recipes {
    order: -1;
}

.category-wrap.nutrition {
    order: 1;
}

.category-wrap.home-neat-home {
    order: 2;
}

.category-wrap.motherhood {
    order: 3;
}

/** Advertisement wrap */

.advertisement-wrap {
    display: flex;
    align-items: flex-start;
    height: 100%;
    text-align: center;
}

.advertisement-wrap p {
    width: 100%;
}

/** View More Links */

.swg-view-more {
	display: flex;
	align-items: flex-start;
	height: 100%;
	text-align: center;
	padding: 12px 0;
}

.swg-view-more a,
.swg-view-more a:visited {
    color: #FFF;
    text-decoration: none;
    background: #302a2c;
    width: auto;
    display: inline-block;
    padding: 12px 36px;
    font-size: 15px;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
}

.swg-view-more a:hover {
    background:#000;
}

/** Welcome Wrap */

.welcome-wrap {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    margin-top: 12px;
	position: relative;
}

span.welcome-hi {
    font-family: 'JustLovely', 'Allura', 'Homemade Apple';
    font-weight: normal;
    font-style: normal;
    font-size: 78px;
    line-height: 1;
}

.welcome-wrap .left,
.welcome-wrap .right {
    width: 50%;
}

.welcome-wrap .left {
    background: 
    #f4f4f4;
    padding: 48px 96px 48px 48px;
}

.welcome-wrap .right img {
    display: block;
}

.welcome-wrap h2 {
    font-family: 'Montserrat', sans-serif;
}

.nice-to-meet-you {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    text-align: center;
    margin-left: -100px;
	font-family: 'JustLovely', 'Allura', 'Homemade Apple';
    font-size: 80px;
    line-height: 70px;
    margin-top: -110px;
}

/** Recent Posts */

.recent-posts-wrap .swg-toolkit-display-posts {
    display: flex;
    align-items: flex-start;
    height: 100%;
    justify-content: space-around;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

.recent-posts-wrap .swg-toolkit-display-posts .swg-toolkit-post {
    width: 48%;
    justify-content: space-between;
    flex-direction: row;
}

.swg-toolkit-display-posts .swg-toolkit-post .swg-image, .swg-toolkit-display-posts .swg-toolkit-post .swg-content {
    flex-basis: 48%;
}

.swg-toolkit-display-posts .swg-toolkit-post .swg-content {
    display: flex;
    flex-direction: column;
}

.recent-posts-wrap .swg-toolkit-post .swg-image a img {
    margin-bottom: 0;
}

.recent-posts-wrap-secondary h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
}

.recent-posts-wrap-secondary .swg-toolkit-display-posts .swg-toolkit-post .swg-image a img {
    margin-bottom: 0;
}

h2.quick-finds-title {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
}

h2.quick-finds-title::after {
    content: '';
    display: block;
    height: 4px;
    width: 180px;
    background: 
    #c7d0d8;
    margin: 0 auto;
}

.recent-posts-wrap-secondary .swg-toolkit-display-posts {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}

.recent-posts-wrap-secondary .swg-toolkit-display-posts .swg-toolkit-post {
    flex-basis: 23%;
    width: 23%;
}

/** Subscribe Wrap */

.subscribe-wrap {
    background: #f4f4f4;
    display: flex;
    align-items: flex-start;
    height: 100%;
    position: relative;
    margin-bottom: 72px;
    margin-top: 24px;
    font-family: 'Montserrat', sans-serif;
	position: relative;
}

.subscribe-wrap::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -50px;
    width: 0;
    height: 0;
    border-top: solid 50px #f4f4f4;
	border-left: solid 50px transparent;
	border-right: solid 50px transparent;
}

.subscribe-wrap .left,
.subscribe-wrap .right {
    width: 50%;
}

.subscribe-wrap .right {
    padding: 0 15px;
}

.subscribe-wrap .left {
    text-align: center;
}

.subscribe-text {
    position: absolute;
    right: 50%;
    font-family: 'JustLovely', 'Allura', 'Homemade Apple', sans-serif;
    font-size: 100px;
    line-height: 90px;
    text-align: right;
    top: 50%;
    margin-right: 20px;
    margin-top: -152px;
}

.subscribe-wrap .formkit-submit {
    background: #302a2c !important;
}

.subscribe-wrap .formkit-submit:hover {
    background: #000 !important;
}

/** Category Wrap */

.category-archives-title {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.category-archives-title a,
.category-archives-title a:visited {
    color: #302a2c;
    text-decoration: none;
    font-style: normal;
}

.category-archives-title a:hover {
    color: #000;
}

.category-wrap img {
    margin-bottom: 0;
}

.category-wrap p {
    font-size: 13px;
    color: #939292;
    font-family: 'Montserrat', sans-serif;
}

/** Advertisement Wrap */

.advertisement-wrap {
    margin: 24px 0;
}

.advertisement-wrap p {
    margin: 0;
}

/** Recent Posts Wrap */

.recent-posts-wrap {
    margin-top: 24px;
	text-align: center;
}

.recent-posts-wrap h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    border-bottom: 4px solid #c7d0d8;
    display: inline-block;
    margin: 0 auto 12px auto;
    width: auto;
}

.swg-toolkit-post {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.swg-toolkit-post h3 {
    margin-top: 0;
    order: 1;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
}

.recent-posts-wrap .swg-toolkit-post h3 {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 12px;
}

.swg-toolkit-post h3 a,
.swg-toolkit-post h3 a:visited {
    color: #302a2c;
    text-decoration: none;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
}

.swg-toolkit-post h3 a:hover {
	color: #000;
}

.swg-toolkit-post span {
    font-size: 13px;
    color: #b6b6b6;
    margin-top: 24px;
}

.swg-toolkit-post span.date {
    order: 0;
    margin-top: 0;
}

.swg-toolkit-post span.excerpt {
    color: #302a2c;
    order: 1;
}

.swg-toolkit-post span.read-more {
    width: 100%;
    order: 1;
}

.swg-toolkit-post span.read-more a,
.swg-toolkit-post span.read-more a:visited {
    color: #FFF;
    text-decoration: none;
    background: #302a2c;
    width: 100%;
    display: block;
    padding: 12px;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
}

.swg-toolkit-post span.read-more a:hover {
	background: #000;
}

/** Footer Codes */

.footer-newsletter {
    width: 100%;
    background: #f8f8f8;
    padding: 24px 0;
    font-family: Montserrat, sans-serif;
	justify-content: space-between;
}

.footer-newsletter .widget-wrap {
    display: flex;
    flex-wrap: wrap;
}

.footer-newsletter h3.widgettitle.widget-title,
.footer-newsletter span,
.footer-newsletter form {
	flex-basis: 48%;
}

.footer-newsletter h3.widgettitle.widget-title,
.footer-newsletter span {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
}

.footer-newsletter form .clean .formkit-fields {
	display: flex;
}

.footer-newsleter form .clean .formkit-fields .formkit-field {
    flex: 1 0 30%;
    font-size: 13px;
    border-radius: 0;
}

.footer-newsleter form .clean .formkit-fields .formkit-field input {
	border-radius: 0;
}

.footer-newsletter form .clean .formkit-fields .formkit-submit {
    flex: 1 0 40%;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
}

.footer-newsleter form .formkit-submit:hover,
.footer-newsletter form input[type="submit"]:hover {
    background: #000;
    color: #FFF;
}

.footer-widgets {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    border-top: 1px solid #EEE;
    padding-top: 48px;
}

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

.widget-area.footer-widgets-1 {
    flex-basis: 48%;
    padding-right: 48px;
}

.widget-area.footer-widgets-2, .widget-area.footer-widgets-3, .widget-area.footer-widgets-4 {
    flex-basis: 15%;
	margin-left: 2%;
}

.footer-widgets .widgettitle.widget-title {
    font-size: 16px;
}

.footer-widgets-1 .widgettitle.widget-title {
    font-family: 'JustLovely', 'Allura';
    font-size: 48px;
    font-weight: normal;
    text-transform: none;
    line-height: 1;
}

.footer-widgets li a {
    font-style: normal;
    text-decoration: none;
    color: #302a2c;
}

.footer-social {
    width: 100%;
    font-family: Montserrat, sans-serif;
	justify-content: space-between;
}

.footer-social .wrap {
	display: flex;
	justify-content: space-between;
	padding-top: 24px;
}

.footer-social .wrap .social-icons {
	flex-basis: 58%;
}

.footer-social .wrap .social-icons .jetpack_widget_social_icons ul li {
    margin-right: 20px;
}

.footer-social .social-icons a {
	color: #302a2c;
}

.footer-social .social-icons a:hover {
	color: #000;
}

.footer-social .wrap .search-box {
	flex-basis: 38%;
}

.search-box form {
	display: flex;
}

.search-box form #search {
    flex-basis: 90%;
}

.search-box form input[type="image"] {
    flex-basis: 10%;
    background: #302a2c;
	text-align: center;
	color: #FFF;
    text-transform: uppercase;
    font-style: normal;
}

.search-box form input[type="image"]:hover {
	background: #000;
}

.site-footer {
    border-top: 1px solid #EEE;
    margin-top: 12px;
}

/** 404 Error Page */

body.error404 #genesis-content {
    width: 100%;
}

body.error404 .entry-content .search-form {
    display: flex;
    flex-basis: 98%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 24px 0;
}

body.error404 .error-404-image {
	display: flex;
    flex-basis: 100%;
    justify-content: space-between;
    margin: 0 auto 24px auto;
    text-align: center;
}

body.error404 .error-404-image img {
	margin: 0 auto;
}

/** Footer Newsletter */

.formkit-form[data-uid="3ca9220c5e"] .formkit-field {
    flex: 1 0 60% !important;
}

.formkit-form[data-uid="3ca9220c5e"] .formkit-submit {
    flex: 1 0 40% !important;
}

.formkit-form[data-uid="3ca9220c5e"] .formkit-submit > span {
	font-size: 13px;
}

.footer-newsletter .textwidget.custom-html-widget {
	flex: 1 0 40%;
}

/*
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) {
    .header-image .site-header {
        -webkit-background-size: contain !important;
        background-size: contain !important;
    }
}

@media only screen and (max-width: 1200px) {
    .site-inner,
    .wrap {
        max-width: 960px;
        overflow: hidden;
    }

    .site-inner {
        margin: 20px auto;
    }

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

    .content,
    .site-header .widget-area {
        width: 620px;
    }

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

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 16px;
    }

    .sidebar-primary {
        width: 300px;
    }

    .enews-widget .widgettitle,
    .enews-widget p,
    .enews-widget form {
        clear: both;
        display: block;
        float: none;
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 1180px) {
	.footer-newsletter {
		padding: 24px;
	}
	.footer-newsletter .wrap {
        display: block;
	}
	.footer-newsletter span {
        display: block;
        text-align: center;
        margin: 0 auto;
	}
	.footer-newsletter form {
		flex-wrap: wrap;
	}
	.footer-newsletter form input[type="text"],
	.footer-newsletter form input[type="submit"] {
		flex-basis: 100%;
	}
	.footer-newsletter form input[type="text"] {
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 1030px) {
	.header-mobile {
        display: block;
    }
    #cmfw {
        top: 100px;
    }
    body.admin-bar #cmfw {
        top: 130px;
    }
    .header-image .site-header .widget-area {
        display: none;
	}
}

@media only screen and (max-width: 1023px) {
    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .alt-sidebar-content .content-sidebar-wrap,
    .alt-sidebar-content .content,
    .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,
    .title-area,
    .wrap {
        width: 100%;
    }

    .header-image .site-header .wrap {
        background-position: center top;
    }

    .header-image .site-header .widget-area {
        padding: 0;
    }

    .site-inner {
        padding-left: 5%;
        padding-right: 5%;
    }

    .archive-description,
    .author-box,
    .entry,
    .entry-comments,
    .entry-footer .entry-meta,
    .sidebar .widget,
    .site-header,
    .comment-respond {
        padding: 20px 0;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }

    .site-header .search-form {
        margin: 16px auto;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    .entry-footer .entry-meta {
        margin: 0;
        padding-top: 12px;
    }

    .sidebar .widget.enews-widget {
        padding: 20px;
    }

    .footer-widgets {
        padding: 20px 5% 16px;
    }

    .footer-widgets-1 {
        margin: 0;
    }
	.site-inner.full {
        padding-left: 0;
        padding-right: 0;
	}
	.recent-posts-wrap,
	.recent-posts-wrap-secondary {
		padding-left: 12px;
		padding-right: 12px;
	}
	.advertisement-wrap {
		padding-left: 12px;
		padding-right: 12px;
	}
	.brunch-pro .site-header {
		padding-bottom: 0;
	}
	.brunch-pro .site-header a img {
		margin-bottom: 0;
		max-width: 80%;
	}
}

@media screen and (max-width: 1024px) {
	.brunch-pro .site-header {
		padding-bottom: 0;
	}
	.brunch-pro .site-header a img {
		margin-bottom: 0;
		max-width: 80%;
    }
    nav.mobile-menu {
		display: block;
	}
	.menu-toggle {
		display: none;
	}
	.sub-menu-toggle {
		display: none;
	}
}

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

    .menu-toggle {
        background: transparent;
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
        cursor: pointer;
        min-height: 52px;
        position: relative;
        width: 100%;
    }

    .menu-toggle span {
        margin-left: -10px;
        top: 23px;
        left: 50%;
    }

    .menu-toggle span,
    .menu-toggle span:before,
    .menu-toggle span:after {
        background: #555;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        content: "";
        cursor: pointer;
        display: block;
        height: 3px;
        position: absolute;
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        width: 20px;
    }

    .menu-toggle span:before {
        top: -5px;
    }

    .menu-toggle span:after {
        bottom: -5px;
    }

    .menu-toggle.active span {
        background: transparent;
    }

    .menu-toggle.active span:before,
    .menu-toggle.active span:after {
        top: 0;
    }

    .menu-toggle.active span:before {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menu-toggle.active span:after {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu-toggle:hover,
    .menu-toggle:focus {
        background: transparent;
    }

    .sub-menu-toggle {
        color: #999;
        cursor: pointer;
        padding: 14px 18px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .sub-menu-toggle:before {
        content: "+";
    }

    .sub-menu-toggle.active:before {
        content: "-";
    }

    nav {
        display: none;
        position: relative;
    }

    .genesis-nav-menu {
        border: none;
    }

    .genesis-nav-menu .menu-item {
        border-bottom: 1px solid #9d9d9d;
        display: block;
        position: relative;
        text-align: left;
    }

    .genesis-nav-menu .menu-item:hover,
    .genesis-nav-menu .menu-item:focus {
        position: relative;
    }

    .genesis-nav-menu .sub-menu {
        border-top: 1px solid #9d9d9d;
        clear: both;
        display: none;
        opacity: 1;
        position: static;
        width: 100%;
    }

    .genesis-nav-menu .sub-menu .menu-item:last-child {
        border-bottom: none;
    }

    .genesis-nav-menu .sub-menu a {
        border: none;
        padding: 16px 22px;
        position: relative;
        width: auto;
    }

    .genesis-nav-menu .sub-menu a:hover,
    .genesis-nav-menu .sub-menu a:focus {
        background: #302a2c;
    }

    .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }

    .genesis-nav-menu .sub-menu .sub-menu a {
        padding-left: 30px;
    }

    .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
        padding-left: 40px;
    }

    .site-header .widget-area,
    .site-header .widget-area .genesis-nav-menu {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .site-header .wrap {
		padding: 15px 15px 0 15px;
	}
	.widget-area.header-widget-area ul {
        text-align: center;
	}
	.welcome-wrap {
        display: none;
	}
	.category-archives-wrap {
    flex-wrap: wrap;
	}
	.category-wrap {
        flex-basis: 48%;
	}
	.category-archives-title {
		line-height: 20px;
	}
	.quick-finds .category-archives-title {
		line-height: 20px;
		font-size: 13px;
		letter-spacing: 1px;
	}
	.recent-posts-wrap .swg-toolkit-display-posts .swg-toolkit-post {
		flex-direction: column;
	}
	.swg-toolkit-post span.excerpt,
	.swg-toolkit-post span.read-more {
		display: none;
	}
	.recent-posts-wrap .swg-toolkit-post h3 {
		border-bottom: 0;
		line-height: 20px;
	}
	.recent-posts-wrap-secondary .swg-toolkit-display-posts {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        height: 100%;
        font-family: 'Montserrat', sans-serif;
	}
	.recent-posts-wrap-secondary .swg-toolkit-display-posts .swg-toolkit-post {
		flex-basis: 48%;
	}
	.subscribe-wrap {
        flex-direction: column;
		padding: 0;
		margin-top: 100px;
		position: relative;
	}
	.subscribe-wrap .left, .subscribe-wrap .right {
		width: 100%;
		margin: 0;
	}
	.subscribe-wrap .left {
        padding-right: 0;
	}
	.subscribe-wrap .right {
        padding: 6px 24px 24px 24px;
	}
	.recent-posts-wrap-secondary .swg-toolkit-display-posts .swg-toolkit-post .swg-image a img {
	    margin-bottom: 0;
	}
	.recent-posts-wrap-secondary .swg-toolkit-post h3 {
        margin-bottom: 12px;
        line-height: 20px;
        letter-spacing: 2px;
	}
	.subscribe-text {
	    position: absolute;
	    right: 50px;
	    font-family: 'JustLovely', 'Allura', 'Homemade Apple', sans-serif;
	    font-size: 70px;
	    line-height: 60px;
	    text-align: right;
	    top: -80px;
		margin-top: 0;
    }
    .footer-newsletter h3.widgettitle.widget-title,
	.footer-newsletter span,
	.footer-newsletter form {
		flex-basis: 100%;
    }
	.footer-widgets .wrap {
		display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
	}
	.widget-area.footer-widgets-1 {
		padding-right: 0;
		flex-basis: 100%;
	}
	.widget-area.footer-widgets-2, .widget-area.footer-widgets-3, .widget-area.footer-widgets-4 {
		margin-left: 0;
		flex-basis:33.3%;
	}
	.footer-widgets-1 .widgettitle.widget-title {
		text-align: center;
	}
	.footer-social .wrap {
		flex-direction: column;
		padding: 24px;
		text-align: center;
	}
	.footer-social .wrap .social-icons .jetpack_widget_social_icons ul li {
        margin: 0 10px;
	}
	.footer-social .wrap .search-box {
		order: -1;
		margin-bottom: 24px;
    }
	.formkit-form[data-uid="3ca9220c5e"] .formkit-field,
	.formkit-form[data-uid="3ca9220c5e"] .formkit-submit {
		flex: 1 0 100%;	
	}
}

@media only screen and (max-width: 767px) {
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds,
    .first {
        clear: none;
        margin-left: 2.564102564102564%;
        width: 48.717948717948715%;
    }

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

    .alignright,
    .alignleft,
    img.alignright,
    img.alignleft,
    .wp-caption.alignright,
    .wp-caption.alignleft {
        float: none;
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 600px) {
    .widget-area.footer-widgets-2, .widget-area.footer-widgets-3, .widget-area.footer-widgets-4 {
        margin-left: 0;
        margin-bottom: 12px;
        flex-basis: 50%;
	}
}

@media screen and (max-width: 600px) {
	.one-fourth {
		width: 48% !important;
		margin-left: 2% !important;
	}
}

@media screen and (max-width: 500px) {
	.header-mobile .wrap .social-icons .jetpack_widget_social_icons ul li {
    	margin: 0 0px;
	}
}

@media only screen and (max-width: 425px) {
    .home .swg-content {
        max-width: 100% !important;
        word-break: break-word !important;
    }
}

@media only screen and (max-width: 420px) {
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds,
    .odd {
        margin-left: 0;
        width: 100%;
    }

    .after-entry .widget {
        width: 100%;
    }

    .recipe-index .entry {
        margin: 0;
        width: 100%;
    }

    .featured-content .alignleft,
    .featured-content .alignright,
    .sidebar .alignleft,
    .sidebar .entry-image {
        clear: both;
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }

    .sidebar .featured-content .entry {
        text-align: center;
    }
}

@media only screen and (max-width: 359px) {
    .site-inner {
        padding-left: 2% !important;
        padding-right: 2% !important;
    }
    .wprm-recipe {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
