/**
 * Theme Name: Copykat
 * Description: This is the Copykat child theme created for the Genesis Framework.
 * Author: Grace & Vine Studios
 * Author URI: https://graceandvinestudios.com/
 * Version: 4.2.0
 *
 * Template: genesis
 * Template Version: 1.0.0
 *
 * 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
		- Block Editor (Gutenberg)
		- Headings
        - Screen Reader Text
	- Widgets
		- Featured Page and Featured Post
		- User Profile
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
	        - WP Instagram Widget
		- Simple Social Icons
		- WP Rocket
	- Custom Page Templates
		- Home Page
		- Recipes Page
	- Top Ad
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Archive Navigation
		- After Entry
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@400;700&Raleway:wght@400;500;700;900&display=swap');


/*
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;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.6 !important;
	color: #231f20;
}




/* 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: #231f20;
}

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

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


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

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

button {
	overflow: visible;
	text-decoration: none !important;
}

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: #231f20;
	font-family: 'Raleway', sans-serif;
	font-size: 100%;
	font-weight: 300;
	letter-spacing: 0.5px;
	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: #7da837;
	text-decoration: none;
}

a img {
	margin-bottom: 17px;
}

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: #333346 !important;
	text-decoration: underline;
}

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

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

strong {
	font-weight: 600;
}

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

blockquote,
blockquote::before {
	color: #999;
	font-size: 17px;
}

blockquote {
	margin: 0;
	padding: 21px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 77px;
	height: 0;
	position: relative;
	top: -31px;
	left: -41px;
}

pre {
	background: #efefef;
	color: #231f20;
	overflow: scroll;
	padding:5px 5px 5px 40px;
	white-space: pre;
	margin:15px 0;
	font-size:0.7em;
	border:1px solid #DDD;
	border-radius:3px;
}

cite {
	font-style: normal;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', serif;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 1;
	margin: 37px 0 21px;
	padding: 0;
	text-transform: uppercase;
}

h1 {
	font-size: 1.3em;
}

h1 a {
	font-style: normal;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: inherit;
}

h5 {
	font-size: inherit;
}

h6 {
	font-size: inherit;
}

h2, h3, h4, h5, h6 {
	text-transform: none;
}


/* 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: #999;
	font-size: 0.8em;
	font-weight: 300;
	letter-spacing: 0.5px;
	padding: 10px;
	width: 100%;
}

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

::-moz-placeholder {
	color: #231f20;
}

::-webkit-input-placeholder {
	color: #231f20;
}

.button,
.button-secondary,
a.more-link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.more-from-category a,
.sidebar .button,
.sidebar .more-from-category a {
	background: #bedc90;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	padding: 12px 20px;
	text-transform: capitalize;
	width: auto;
	display: block;
	margin-bottom: 10px;
}

.button:hover,
.button:focus,
a.more-link:hover,
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"],
.more-from-category a:hover {
	background: #e09ea8;
	color: #000;
	text-decoration: none;
}


.orange-button {
	  background: #fac878;
    color: #000;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    padding: 12px 20px;
    text-transform: capitalize;
    width: auto;
	text-decoration: none;
	    display: block;
    margin-bottom: 10px;
}


.button-secondary {
	background: #f7f9fc;
	color: #231f20;
}

.button-secondary:hover,
.button-secondary:focus {
	background: #231f20;
	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;
}

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

.site-inner {
	background: #fff;
	clear: both;
	margin: 0 auto;
	padding: 15px 37px;
}


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

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

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
	/*width: 70%;
	padding-right: 40px;*/
}

.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: 30%;
	padding-top: 40px;
}

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

.avatar {
	float: left;
}

.search-form {
	background: #fff;
	padding: 10px;
	border: 2px solid #7da837;
	color: #333346 !important;
	vertical-align: middle;
	font-size: 12px !important;
}

.search-form input {
	background: #fff url("images/search.svg") center right no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	border: 0;
	padding: 0;
	font-size: 12px;
}

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

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

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

.alignleft {
	float: left;
	margin-right: 37px;
	text-align: left;
}

.alignright {
	float: right;
	margin-left: 37px;
	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: 0.8em;
	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 {
	background: #eee;
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
}

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

.archive-description {
	padding: 21px 0;
}

.author-box {
	padding: 20px;
	background: #f4f4f4;
}

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

.author-box p {
	margin: 0;
}

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


.sidebar .widget-title {
	margin-top: 15px;
	margin-bottom: 15px;
}

.sidebar .widget {
	margin-bottom: 10px;
	padding-bottom: 17px;
}

.sidebar .featured-content .entry-title {
	font-size: 18px;
	line-height: 1;
}

.sidebar .featured-content .entry-header a {
	color: #C34155;
}

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

.entry-title {
	margin: 0 0 17px;
}

h1.entry-title,
.entry-title a,
.sidebar .widgettitle a {
	color: #231f20;
	text-decoration: none;
}

.single .post h1,
h1.entry-title {
	color: #231f20;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 30px;
	text-transform: none;
	letter-spacing: 1.2px;
}

.entry-title a:hover,
.sidebar .widgettitle a:hover {
	opacity: 0.7;
}

.widgettitle {
	font-family: Bitter, serif;
	letter-spacing: 0;
	margin: 0;
	text-align: center;
	text-transform: normal;
	font-size: 28px;
	font-weight: 400;
	color: #525252;
}

.sidebar .widgettitle a {
	border: none;
}


/* Block Editor (Gutenberg) 
--------------------------------------------- */
/* there's nothing here */


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

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	background: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #333;
	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;
	/* Above WP toolbar. */
	text-decoration: none;
	width: auto;
	z-index: 100000;
}


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

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


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

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


.recipe-index-featured-posts .widget:first-of-type {
	width: 100%;
	background-color: #353535;
  margin: 20px auto;
  max-width: 100%;
  padding: 50px;
  text-align: center;
}
.recipe-index-featured-posts .widget:first-of-type .widgettitle {
    color: #fac878;
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: none;
    width: 100%;
}

.recipe-index-featured-posts .button {
	background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    font-weight: 900;
    margin-right: 3.5%;
    padding: 18px 20px;
    width: 30.3%;
	display: inline;
}

.recipe-index-featured-posts .button:hover {
	background: #e09ea8;
}

.search-form {
    background: #fff;
    border: 2px solid #bedc90;
    padding: 10px;
    color: #000;
    vertical-align: middle;
    text-align: center;
}

#categories-409318224 select {
  background: #fff;
  border: 2px solid #bedc90;
	padding: 10px;
  color: #000;
  vertical-align: middle;
  text-align: center;
	font-size: 12px;
}

.recipe-index-search .widgettitle, .recipe-index-featured-posts .widgettitle {
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.recipe-index-search {
	margin: 20px 0px;
}

.recipe-index-search .widget {
	width: 49% !important;
	display: inline-block;
	margin: 0 auto;
}

.recipe-index-featured-posts .widget {
	display: inline-block;
	width: 23%;
	margin-left: 1%;
}



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

.featured-content .entry {
	padding: 0;
}

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

.sidebar .widget.featured-content {
	padding-bottom: 0;
}

.sidebar .featured-content .entry {
	border-bottom: 1px solid #eee;
	padding: 0 0 27px;
}

.sidebar .featured-content .entry:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.sidebar .featured-content .entry-title {
	font-family: 'Raleway', sans-serif;
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: none;
}

/* Utility Bar
--------------------------------------------- */
.utility-bar {
 	background-color: #e5e5e5;
	 color: #000;
	 font-size: 12px;
	 padding: 10px 0;
}

.utility-bar .search-form {
	background-color: #e5e5e5;
	border: none;
	padding: 0;
	width: 253px;
	max-width: 100%;
}

.utility-bar-left,
.utility-bar-right {
	width: 50%;
	background-color: #e5e5e5;
}
.utility-bar-left p,
.utility-bar-right p {
 margin-bottom: 0;
}
.utility-bar-left {
 float: left;
	padding-top: 5px;
}
.utility-bar-right {
 float: right;
 text-align: right;
}

.utility-bar-right section {
	display: inline-block; 
	float: right;
}

.utility-bar input[type="search"] {
	background: #fff;
	border: 2px solid #bedc90;
	padding: 10px;
	color: #000;
	vertical-align: middle;
	font-size: 18px;
	text-align: center;
}


.utility-bar .simple-social-icons {
	padding-top: 8px;
	vertical-align: middle;
}

.utility-bar .simple-social-icons ul li {
	margin: 0 2px 6px !important;
}

.utility-bar-right .button {
	display: inline-block;
	margin-right: 30px;
	text-align: center;
	width: 201px;
}

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

.user-profile .alignleft {
	margin: -7px 11px 0 0;
}

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

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


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

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


#ez-toc-container.ez-toc-white { 
border: 2px solid #E09EA8;
	background: #f4f4f4;
	width: 100%;
	padding: 20px;
}

#ez-toc-container a:visited {
    color: #231F20;
}

#ez-toc-container a {
	color:#231F20;
}

div#ez-toc-container p.ez-toc-title {
	font-family: 'Raleway', serif;
  font-weight: 700;
  letter-spacing: 0px;
}


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

.enews-widget {
	padding: 17px;
	text-align: center;
}

.enews-widget input {
	margin-bottom: 7px;
	padding: 11px 17px;
}

.enews-widget input:focus {
	border: 1px solid #ccc;
}

.enews-widget input[type="submit"] {
	background: #e09ea8;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background: #fac878;
}

.after-entry .widget {
	margin-top: 20px;
}


.after-entry .enews-widget {
    background-color: #fff;
    border: 2px solid #b8babc;
    margin: 0 auto;
    padding: 15px 30px 30px;
}

.after-entry .enews-widget input {
	width: 32.3%;
	margin: 3px;
}

.after-entry .enews-widget input[type="submit"] {
	width: 100%;
	margin-top: 10px;
}

.after-entry .widgettitle {
	color: #231F20;
}

.content .enews-widget input {
	border: 1px solid #525252;
	color: #000;
	display: inline;
	float: left;
	font-size: 18px;
	margin: 0 1% 0 0;
	text-align: center;
	width: 32.5%
}

.content .enews-widget input[type="submit"] {
	border: none;
	margin: 0;
	padding: 12px 17px;
}

/* Instagram
--------------------------------------------- */

.instagram-pics {
	overflow: hidden;
}

.instagram-pics .widget-title {
	margin-bottom: 20px;
}

.instagram-pics ul {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.instagram-pics li {
	float: left;
	margin: 0;
	width: 14.285714286%;
}

.instagram-pics img {
	vertical-align: top;
}


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

.simple-social-icons ul li:before {
	content: none !important;
	padding-right: 0 !important;
}


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


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

.home .site-inner,
.home .content-sidebar-wrap {
	max-width: 100%;
	padding: 0;
}

.home .widget-area .wrap {
	padding: 0 37px;
}

.home-top {
	padding-top: 33px;
}

.home-top section:first-of-type .widgettitle {
   	text-transform: capitalize;
}

.home-latest-posts {
	clear: both; 
	overflow: hidden;
}

.home-latest-post {
	float: left;
	margin-right: 2.667%;
	text-align: center;
	width: 23%;
}

.home-latest-posts .home-latest-post:last-child {
	margin-right: 0;
}

.home-latest-post-title {
	display: block;
	line-height: 1.2;
	min-height: 64px;
	text-align: center;
}

.home-latest-posts .category-link {
	background: #fff;
  border: 2px solid #7da837;
	color: #231f20;
	display: table;
	font-family: 'Raleway', serif;
	font-weight: 600 !important;
	letter-spacing: 1.2px;
    margin: -30px auto 10px;
    padding: 8px;
	position: relative;
    text-align: center;
	text-transform: capitalize;
    width: 80%;
	z-index: 99;
}

.home-middle {
	background-color: #bedc90;
	background-image: url('images/pattern.jpg');
	background-repeat: repeat;
	padding: 60px 0;
}

.home-middle section {
	background-color: #353535;
	margin: 0 auto;
	max-width: 100%;
    padding: 30px 50px 20px;
    text-align: center;
	width: 713px;
}

.home-middle .widget-title {
	color: #fac878;
	font-weight: 900;
	margin-bottom: 30px;
	text-transform: none;
	width: 100%;
}

.home-middle .button {
	background-color: #fff;
    border-radius: 5px;
	display: inline-block;
    font-weight: 900;
	margin-right: 3.5%;
	padding: 18px 20px;
	width: 30.3%;
}

.home-middle .button:hover,
.home-middle .button:focus {
	background-color: #e09ea8;
}

.home-middle p .button:nth-child(3) {
	margin-right: 0;
}

.home-optin {
	background-color: #e09ea8;
	padding: 50px 0;
}

.home-optin section { 
	background-color: #fff; 
	border: 2px solid #b8babc;
	margin: 0 auto;
	max-width: 100%;
	padding: 25px 40px 40px;
	width: 746px;
}

.home-optin .widgettitle {
	text-transform: none;
    color: #353535;
	margin: 0 auto 20px;
	max-width: 100%;
	width: 470px;
}

.home-optin .enews > p {
	margin: 0 auto 40px;
	max-width: 100%;
	width: 528px;
}

.content .home-optin .enews-widget input[type="submit"] {
	background-color: #bedc90;
}

.content .home-optin .enews-widget input[type="submit"]:hover {
	background-color: #fac878;
}

.home-featured-category {
	float: left;
	padding: 10px;
	text-align: center;
	width: 12.5%;
}

.home-featured-category a {
	color: #231f20;
}

.home-featured-category a:hover,
.home-featured-category a:focus {
	color: #333346;
    text-decoration: underline;
}
	
.home-featured-pages .wrap {
	overflow: visible;
}

.home-featured-pages section {
	float: left;
	margin-right: 2.667%;
	position: relative;
	width: 23%;
}

.home-featured-pages section:nth-child(4n+4) {
	clear: right;
	margin-right: 0;
}

.home-featured-pages .widgettitle {
	background: #f0f1f2;
  	border: 2px solid #50516e;
	color: #50516e;
    padding: 8px;
    width: 82%;
    position: absolute;
    top: 0;
    margin-top: 0;
    transform: translate(-50%, -50%);
    left: 50%;
	z-index: 99;
}

.home-about section:first-child {
	float: left; 
	padding-right: 40px; 
	width: 30%;
}

.home-about {
	background-color: #e5e5e5;
	padding-top: 55px; 
	padding-bottom: 50px;
	text-align: center;
}

.home-about section:nth-child(2) {
	float: left; 
	width: 70%;
}

.home-about .button {
	display: inline-block;
	margin-top: 10px;
	max-width: 100%;
	width: 250px;
}

.home-top-optin {
	padding: 25px 0 30px;
}

.home-top-optin .widgettitle {
	margin: 0 auto 10px;
	max-width: 100%;
	width: 460px;
}

.home-top-optin form {
	overflow: hidden;
    width: 715px;
    max-width: 100%;
    margin: 20px auto 0;
}

.home-category-posts-top section { 
	float: left;
	width: 50%;
}

.home-category-posts-top .description {
	text-align: center;
}

.home-category-posts-top section:nth-child(2n) {
	border-left: 1px solid #f3f3f3;
	padding-left: 40px;
}

.home-category-posts-top section:nth-child(2n+1) {
	padding-right: 40px;
}

.home-category-posts-top .more-from-category a {
	display: block; 
	text-align: center;
}

.home-reader-favorites {
	text-align: center;
}

.home-reader-favorites img {
	max-width: 100%;
	padding: 42px 0;
	width: 520px;
}

.home-bottom .widgettitle {
	border-bottom: 1px solid #eee;
	margin: 37px 0 17px;
	padding: 0 0 17px;
}

.simple-grid .entry-title {
	font-size: 26px;
	margin: 0 0 5px;
}

.simple-grid .entry-header {
    margin: 0px;
}

.one-half .entry-title {
	font-size: 17px;
}

.one-third .entry-title {
	font-size: 13px;
}

.more-from-category {
	clear: both;
}

.home-latest-posts a,
.home .entry-title a,
.category .content .entry-title a {
	color: #525252;
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	text-transform: capitalize;
	letter-spacing: 0;
	line-height: 1.1;
	text-decoration: none;

}

.home-category-posts-top {
		padding-bottom: 20px;
}

.home-featured-pages {
	margin-bottom: 10px;
}

.home-featured-pages .widgettitle {
	font-size: 22px;
}

.home .entry-title a {
	color: #231f20;
}

.has-background {
margin: 20px 0px;
	padding: 20px 0px;
}

.wp-block-media-text.is-image-fill figure,
.wp-block-media-text>figure>img {
	margin-right: 10px;
	margin-left: 10px;
}

.home-featured-category .category-name {
		font-family: 'Raleway', serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1;
	font-size: 14px;
	text-align: center;
}

.home-featured-category a img {
    margin-bottom: 7px;
} 

#menu-2020-footer a {
		font-family: 'Raleway', serif;
	font-size: 20px;
}


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



/*
Top Ad
---------------------------------------------------------------------------------------------------- */

.before-header {
	background: #f7f9fc;
	clear: both;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}

.before-header img,
.before-header iframe {
	display: block;
	margin: 0 auto;
}

.before-header .widget {
	margin: 0 auto;
	max-width: 1100px;

}


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

.header-wrap {
	width: 1170px;
	margin: 0 auto;
	max-width: 100%;
/* 	overflow: hidden; */
	padding-top: 32px;
}

.header-wrap-clear {
	clear: both;
}

.site-header {
	width: 38%;
    float: left;
}


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

.title-area {
	display: inline-block;
	margin: 0;
	padding: 17px 0;
	width: 320px;
}

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

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

.site-title {
	font-size: 37px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 0.8;
	margin: 0;
	text-transform: uppercase;
}

.site-title a {
	color: #231f20;
	font-style: normal;
}

.site-title a:hover,
.site-title a:focus {
	color: #231f20;
}

.site-description {
	color: #aaa;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0.5px;
	margin: 0;
	text-transform: none;
}

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

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

.site-title img {
	max-width:100%;
}

.mobile-header-wrap {
	overflow: hidden;
}


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

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

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


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

.menu,
.genesis-nav-menu {
	clear: both;
	font-family: 'Raleway', serif;
	font-size: 0.8em;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 7px 0;
	text-align: center;
	width: 100%;
}

.menu aside,
.genesis-nav-menu aside {
	display: inline-block;
	height: 32px;
	vertical-align: middle;
	width: auto;
}

.menu .menu-item,
.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.menu a,
.genesis-nav-menu a {
	color: #525252;
	display: block;
	letter-spacing: 1px;
	font-weight: 500;
	padding: 17px 21px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
}

.menu a:hover,
.genesis-nav-menu a:hover {
	color: #7da837;
	text-decoration: none;
}

.menu a:focus,
.menu .current-menu-item a,
.menu .sub-menu .current-menu-item > a:hover,
.menu .sub-menu .current-menu-item > a:focus,
.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: #525252;
	font-weight: 700;
}

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

.nav-primary li.menu-item:not(.logo) { 
	padding-top: 20px;
}

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

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

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

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

.menu .sub-menu a:hover,
.menu .sub-menu a:focus,
.menu .sub-menu .current-menu-item > a:hover,
.menu .sub-menu .current-menu-item > a:focus,
.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: #231f20;
	color: #fff;
}

.menu .menu-item:hover > .sub-menu,
.menu .menu-item:focus > .sub-menu,
.menu .menu-item.menu-item-hover > .sub-menu,
.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;
}

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

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

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

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

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

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

.genesis-nav-menu .simple-social-icons {
	margin: 0 17px;
}

.genesis-nav-menu .simple-social-icons li {
	margin: 2px 0 !important;
}

.genesis-nav-menu .search-form {
	display: none;
	margin-left: 27px;
	vertical-align: middle;
	width: auto;
}

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

#dk-social a {
	min-height: 0 !important;
}


/* 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;
	width: 62%;
    float: right;
}

.nav-primary .genesis-nav-menu {
	text-align: right;
}

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

.nav-primary li {
	position: relative;
}

.nav-primary li:hover:before {
	background-image: url('images/menu-hover.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	content: ' ';
	display: block;
	left: 0;
	top: 52%;
	position: absolute; 
	width: 14px;
	height: 14px;
}

.nav-primary .sub-menu {
	padding: 0;
	border-bottom: none;
}

.nav-primary .genesis-nav-menu .sub-menu li.menu-item {
	padding-top: 0;
	width: 100%;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #bedc90;
	width: 100%;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus {
	background-color: #e09ea8;
}


/* Mobile Navigation
--------------------------------------------- */

.mobile-logo {
	float: left;
	width: 100%;
}

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

.nav-secondary {
	background-color: #e09ea8;
	margin: 0;
	padding: 10px 0;
}

.nav-secondary .wrap {
	position: relative;
}

.nav-secondary .genesis-nav-menu li {
	background-color: #fff; 
	border-radius: 10px;
	display: inline-block;
	margin-left: 38px;
}

.nav-secondary .genesis-nav-menu a {
	font-family: Bitter, serif;
    font-size: 14px;
    letter-spacing: 0;
    padding: 4px 6px;
    text-transform: capitalize;
}

.nav-secondary .genesis-nav-menu li:hover {
	background: #fac878;
}

.nav-secondary .wrap:before {
	background-color: #fac878;
	border-radius: 50px;
	content: 'Restaurant Favorites';
	display: block;
	width: 93px;
	height: 65px;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.2;
    font-weight: 900;
    text-transform: none;
    font-size: 15px;
	padding-top: 28px;
	position: absolute;
	top: -25px;
	left: -5px;
}


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


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

.entry {
	margin-bottom: 12px;
}

.entry-content {
	clear: both;
}

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

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

.entry-content ol li,
.entry-content ul li {
    margin: 0 0 7px 27px;
}

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

.entry-header {
	color: #231f20;
	margin: 0 0 37px;
}


.entry-header .entry-meta a {
	color: #231f20;
	text-decoration: underline;
}


.entry-header, 
.entry-meta a, 
.comment-time a, 
.comment-time, 
.comment-reply a, 
.home-latest-posts a, 
.home .entry-title a, 
.category .content .entry-title a {
	text-decoration: none;
}

.simple-grid .entry-header {
	margin: 0 0 17px;
}

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

.entry-categories,
.entry-meta {
	font-size: 14px;
}

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

.entry-header .avatar {
    border-radius: 100%;
}

.single-post .entry-header .entry-meta  {
    float: left;
    margin-right: 4px;
}

.single-post .entry-header .recipe-rating {
    float: left;
    margin-top: 2px;
    margin-right: 4px;
}

.single-post .entry-header .wprm-recipe-snippet a {
    font-size: 16px;
}

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

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

.more-link {
	display: table;
	margin: 37px 0;
}


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

.category-narrow-search {
	background-color: #fac878;
    margin-bottom: 20px;
	padding: 20px;
	text-align: center;
}

.category-narrow-search h3 {
	margin-top: 15px;
	font-family: 'Raleway', serif;
	font-size: 27px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 25px;
}

.cat-item a {
    color: #525252;
	background: #fff;
    padding: 13px 10px;
	margin-left: 10px;
    width: auto;
	font-family: Bitter, serif;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: capitalize;
	border-radius: 10px;
	text-decoration: none;

}

.cat-item a:hover {
	background: #e09ea8;
	text-decoration: none;
}

.cat-item {
    display: inline-block;
    line-height: 1.;
    text-decoration: none;
    vertical-align: top;
	margin-bottom: 30px;
}

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

.archive-pagination {
	clear: both;
	font-size: 13px;
	margin: 37px 0;
}

.archive-pagination li {
	display: inline;
	padding: 3px 17px;
}

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

div.pagination-next,
div.pagination-previous {
	border: 0 !important;
	float: left;
	max-width: 50%; 
}

div.pagination-next {
	float: right;
}

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

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

.archive-pagination li.active {
    background: #7da837;
}

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

.archive-pagination {
	padding-top: 20px;
}

.archive-pagination .pagination-previous,
.archive-pagination .pagination-next {
	display: none;
}


/* Post Navigation
--------------------------------------------- */


.pagination {
	clear: both;
	margin: 37px 0;
}

.adjacent-entry-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background:#fff;
	font-family: Bitter;
	border-top-width: 2px;
  	border-top-style: solid;
  	border-bottom-width: 4px;
  	border-bottom-style: double;
	border-color: #BEDC90;
}

.adjacent-entry-pagination .pagination-previous,
.adjacent-entry-pagination .pagination-next {
    display: block;
    padding: 20px 0px;
    border-top: 1px solid #ddd;
    margin: 0 auto;
font-size: 18px;
    width: 50%;
}


.adjacent-entry-pagination .pagination-previous {
	border-right: 1px solid #ddd;
	margin-right: -1px;
}

.adjacent-entry-pagination .pagination-next {
	margin: 0;
}

.adjacent-entry-pagination a {
	color: #525252;
	text-decoration:none;
}
	

@media only screen and (max-width: 767px) {
	.adjacent-entry-pagination .pagination-previous,
	.adjacent-entry-pagination .pagination-next {
		text-align: center;
		width: 100%;
	}

	.adjacent-entry-pagination .pagination-previous {
		border-right: 0;
		margin-right: 0;
	}
}

.adjacent-entry-pagination {
	background: #eee;
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
}

.pagination-previous {
	float: left;
}


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

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

.comment-respond,
.entry-comments,
.ping-list {
	margin: 0 0 37px;
}

.entry-comments h3,
.comment-respond h3 {
	color: #231f20;
}

.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 {
	border-top: 1px solid #eee;
	padding: 0px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 17px 0 0;
	padding: 37px;
}

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


.comment-list li.depth-1 {
    padding: 12px 0;
}

.comment-list li.depth-2 {
	background: #f4f4f4;
}

.comment-header {
	margin: 0 0 17px;
}

.comment .avatar {
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: inline;
	float: left;
	margin: 0 17px 17px 0;
}

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

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

.comment-reply a {
	color: #aaa;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-meta {
	margin: 0;
}

.comment-time a, .comment-time {
	color: #aaa;
	font-size: 11px;
}

.comment-content {
	overflow-wrap: break-word;
}


/*
Category Archive
---------------------------------------------------------------------------------------------------- */

.category-header {
	background-color: #e5e5e5;
	background-image: url('images/patterngray.jpg');
	background-repeat: repeat;
	padding: 62px 0 54px;
}

.category-header .wrap {
	background-color: #fff; 
	border: 2px solid #bedc90;
	padding: 20px 28px 25px;
}

.category-header h2 {
	font-size: 47px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: none;
	margin-top: 15px;
    margin-bottom: 10px;
}

.category-browse-all a {
	color: #000;
	font-size: 13px;
}

.category-header img {
	margin-bottom: 0;
	margin-right: 8px;
}

.category-trending.home-latest-posts {
	border-bottom: 3px solid #fac878;
	margin-bottom: 20px;
	padding-bottom: 50px;
}

.category-trending .home-latest-post .more-link {
	display: none;
}

.archive-all-title,
.category-trending h3 {
	text-align: center;
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 0;
}

.archive-all-title {
	text-align: left;
}

.category .site-inner .archive-description {
	display: none;
}

.category .content .entry-title {
	text-align: center;
}


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

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

.sidebar li {
	color: #999;
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul li:before {
	content: "\00BB \0020";
	padding-right: 7px;
}

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

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

.sidebar a {
	font-weight: 600;
}

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

.sidebar .search-form {
	width: 100%;
}

.sidebar .widget_search {
	border: 0;
}

.sidebar a img {
	margin-bottom: 0;
}

.sidebar .enews-widget {
background:	rgb(80,81,110,0.2);
}

.sidebar .enews-widget input[type="submit"] {
	background: #7da837;
	color: #50516e;
	font-size: 18px;
	font-family: 'Raleway', serif;
    font-weight: 700;
}

.sidebar .featured-content .entry-title {
	font-family: 'Raleway', serif;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.3;
	font-size: 22px;
	text-align: center;
}

.sidebar .featured-content .entry {
    border-bottom: none;
    padding: 0px;
}

.sidebar .widget {
	border-bottom: none;
margin: 0px;
}

.sidebar .entry-header {
	margin: 0 0 7px;
}


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

.footer-widgets a {
	text-decoration: none;
	color: #231f20;
	font-weight: normal;
}

.creds, .creds a {
	  font-size: 12px;
    font-weight: 400;
	color: #231f20;
}

.footer-widgets {
	clear: both;
	display: block;
	overflow: hidden;
	padding: 0;
	text-align: center;
}

.footer-widgets .wrap {
	max-width: 100%;
	padding: 0;
	width: 100%;
}

.footer-widgets-1 {
	background-color: #e5e5e5;
	font-size: 13px;
	letter-spacing: 0;
}

.footer-widgets-1 .textwidget p:last-of-type {
	margin-bottom: 0;
}

.footer-widgets-2 {
	background-color: #fac878;
}

.footer-widgets .widget {
	margin: 0 auto;
	max-width: 100%;
	padding: 20px;
	width: 880px;
}

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

.footer-widget-area .widget_media_image {
	text-align: center;
}


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

.site-footer {
	color: #aaa;
	font-size: 9px;
	letter-spacing: 2px;
	padding: 27px 0;
	text-align: center;
	text-transform: uppercase;
}

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

.site-footer p {
	margin: 0;
}

.site-footer .menu a {
	text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    color: #000;
	padding-top: 5px;
	padding-right: 0;
}

.site-footer .menu a:hover,
.site-footer .menu a:focus { 
	font-weight: 700;
}

.footer-left section {
	display: inline-block; 
	float: left;
}

.footer-left .menu {
	padding: 0;
}

.footer-left {
	float: left;
	width: 60%;
}

.creds {
	float: right;
	padding-top: 10px;
	text-align: right;
	width: 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: 1240px) {
	.home-featured-category a {
		font-size: 14px;
	}
	
	.home-featured-categories {
		line-height: 1.2;
	}
}

@media only screen and (min-width: 1200px) {
	#before-header {
		visibility: visible;
	}
}

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

	.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: 17px;
	}
	
	.utility-bar {
		padding: 10px;
	}
}


@media only screen and (max-width: 1023px) {
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.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%;
		padding: 0;

	}

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

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

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

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

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

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}
	
	.nav-primary {
		z-index: 100;
	}
	
	.nav-primary > .wrap {
		top: 113px;
	}
	
	.nav-primary li.logo a {
		top: -60px;
	}
	
	.nav-primary li.menu-item:not(.logo) {
		padding-top: 0;
	}

	.sidebar .widget.enews-widget {
		padding: 20px;
	}
	
	.before-header .enews-widget p {
		display: none;
	}
	
	/* Category */
	
	.category-header,
	.category-trending.home-latest-posts {
		padding-left: 20px; 
		padding-right: 20px;
	}
	
	.category.content-sidebar .content {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width: 940px) {
	
	.site-header {
		float: right;
		padding: 10px 20px 0 0;
	}
	
	.header-wrap {
		padding-top: 0;
		position: absolute;
		width: 100%;
		background-color: #fff; 
		top: 0;
	}
	
	.admin-bar .header-wrap {
		top: 46px;
	}
	
 	.title-area,
	.site-header {
		display: none;
	}
	
	.utility-bar {
		margin-top: 95px;
	}
	 
	.mobile-logo {
		display: block !important;
		float: right;
		width: 60%;
		text-align: right;
	}
	
	
	.site-header img,
	.mobile-logo img {
		margin-bottom: 0;
    	max-width: 100%;
		width: 241px;
	}
	
	.nav-primary {
		background-color: #e09ea8;
		width: 100%;
		border-top: 1px solid #939598;
	}
	
	.nav-primary ul {
    background-color: #fff;
    padding-bottom: 0;
	}

	.genesis-nav-menu .current-menu-item > a, .genesis-nav-menu a {
		color: #525252;
	}
	
	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}

	.menu-toggle {
		background: transparent;
		cursor: pointer;
		float: left;
		font-size: 24px;
		letter-spacing: 0;
		margin-top: 27px;
		margin-left: 20px;
		min-height: 52px;
		position: relative;
		text-align: right;
		text-transform: uppercase;
		width: 92px;
		z-index: 999;
	}

	.menu-toggle span {
		margin-left: -10px;
		top: 18px;
	}

	.menu-toggle span,
	.menu-toggle span:before,
	.menu-toggle span:after {
		background: #101010;
		-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);
	}
	
	.nav-primary li.menu-item-has-children {
		position: relative;
	}

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

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

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

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

	.nav-primary {
		display: none;
		position: relative;
	}

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

	.menu .menu-item,
	.genesis-nav-menu .menu-item {
		border-bottom: 1px solid #939598;
		display: block;
		position: relative;
		text-align: center;
		text-align: left;
	}
	
	.genesis-nav-menu .current-menu-item > a,
	.genesis-nav-menu a,
	.genesis-nav-menu a:hover,
	.genesis-nav-menu a:focus {
		color: #fff;
	}
	
	.nav-primary .genesis-nav-menu .logo {
		display: none;
	}

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

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

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

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

	.menu .sub-menu a:hover,
	.menu .sub-menu a:focus,
	.genesis-nav-menu .sub-menu a:hover,
	.genesis-nav-menu .sub-menu a:focus {
		background: #101010;
		opacity: 1.0;
	}

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

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

	.menu .sub-menu .sub-menu .sub-menu a,
	.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%;
	}

	.genesis-nav-menu .dk-social {
		padding: 11px;
		overflow:hidden;
	}

	.genesis-nav-menu .simple-social-icons {
		margin: 0;
	}

	.genesis-nav-menu .search-form {
		border: 0;
		float: right;
		width: 100%;
		padding: 20px 10px;
	}
	
	.genesis-nav-menu aside {
		min-height: 52px;
	}
	
	.nav-secondary {
		padding: 10px 20px 20px;
	}
	
	.nav-secondary .wrap:before {
		color: #525252;
		font-size: 28px;
		position: relative;
		left: auto;
		top: auto;
		height: auto;
		width: 100%;
		background-color: transparent;
		font-weight: 400;
		letter-spacing: 0;
		font-family: Bitter, serif;
		padding-top: 15px;
	}
	
	.nav-secondary .genesis-nav-menu {
		margin-top: 10px;
	}
	
	.nav-secondary .genesis-nav-menu li {
		margin-left: 0;
		width: 48%;
		margin-bottom: 8px; 
		border-bottom: none;
		text-align: center;
	}
	
	.nav-secondary .genesis-nav-menu li:nth-child(odd) {
		margin-right: 2%;
	}
	
	.nav-secondary .genesis-nav-menu a {
		color: #000;
		font-size: 15px;
		font-family: Raleway, sans-serif;
		letter-spacing: 0;
		padding: 9px 6px;
	}
	
	#dk-social a {
		font-size: 26px !important;
		padding: 13px  !important;
	}
	
	.home-top {
		background-color: transparent;
	}
	
	.creds,
	.footer-left {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	.footer-left section {
		display: block; 
		float: none;
	}
	
	.footer-left .simple-social-icons ul {
		float: none; 
		text-align: center;
	}
	
	.footer-left .simple-social-icons ul li {
		float: none;
		display: inline-block;
	}
	
	.footer-left .menu .menu-item {
		display: inline-block;
		text-align: center; 
		border-bottom: none;
	}
	
}

@media only screen and (max-width: 841px) {
	
	.utility-bar .simple-social-icons {
		display: none;
	}
	
}

@media only screen and (max-width: 768px) {
	.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;
	}

	#before-header {
		display:none;
	}

	.home-latest-post {
		width: 100%;
	}
	
	.recipe-index-search .widget {
		width: 100% !important;
		display: inline-block;
		margin: 0 auto;
	}

	.recipe-index-featured-posts .widget {
		display: inline-block;
		width: 47%;
		margin-left: 1%;
}
	
	/* Utility bar */
	
	.utility-bar {
		padding: 20px;
	}
	
	.utility-bar-left {
		float: right;
		margin-right: 0;
		margin-left: 2%;
		width: 49%;
	}
	
	.utility-bar .search-form {
		width: 100%;
	}
	
	.utility-bar input[type="search"] {
		font-size: 14px;
	}
	
	.utility-bar-right {
		width: 49%;
	}
	
	.utility-bar-right section {
		width: 100%;
	}
	
	.utility-bar-right .button {
		font-size: 14px;
		width: 100%;
		margin-right: 0;
		padding: 9px;
	}
	
	/* Home */
	
	.home .widget-area .wrap {
		padding: 0 20px;
	}
	
	.home-top section:first-of-type .widgettitle {
		position: relative;
		transform: none;
		top: auto;
		margin-left: 0;
		margin-bottom: 20px;
	}
	
	.home-latest-post {
		margin-right: 2%;
		width: 49%;
		margin-bottom: 20px;
	}
	
	.home-latest-posts .home-latest-post:nth-child(2n) {
		margin-right: 0;
	}
	
	.home-latest-posts .excerpt {
		font-size: 14px; 
		text-align: center;
		display: none;
	}
	
	.home-middle .textwidget {
		width: 100%;
	}
	
	.home-featured-category {
		width: 25%;
	}
	
	.home-featured-categories .home-featured-category:nth-child(4n+1) {
		clear: left;
	}
	
	.home-featured-pages section {
		margin-bottom: 25px;
		margin-right: 4%;
		width: 48%;
	}

	.home-featured-pages section:nth-child(2n) { 
		margin-right: 0;
	}
	
	.home-about {
		padding-top: 40px;
		padding-bottom: 27px;
	}
	
	.home-about section:first-child,
	.home-about section:nth-child(2) {
		float: none;
		padding-right: 0;
		text-align: center;
		width: 100%;
	}
	
	.home-about img {
		margin-bottom: 20px;
	}
	
	.home-top-optin .enews-widget input,
	.home-optin .enews-widget input {
		width: 100%;
    	margin: 0 0 8px 0;
	}
	
	.home-middle {
		padding: 0;
		background-image: none;
		background-color: #353535;
	}
	
	.home-middle .widget-title {
		text-transform: capitalize;
		font-family: Raleway, sans-serif;
	}
	
	.home-middle .button {
		width: 174px;
		max-width: 100%;
		margin-bottom: 10px;
		border-radius: 0;
		padding: 12px;
		margin-left: 0;
		margin-right: 0;
	}
	
	.home-category-posts-top .widget-wrap article:nth-child(5),
	.home-category-posts-top .widget-wrap article:nth-child(6) {
		display: none;
	}
	
	.home-category-posts-top .widgettitle {
		background-color: #f0f1f2;
		margin-bottom: 10px;
    	padding: 10px;
	}
	
	.home-category-posts-top .description p { 
		margin-bottom: 25px;	
	}
	
	.home-category-posts-top section {
		float: none;
		width: 100%;
	}
	
	.home-category-posts-top section:nth-child(2n+1) {
		padding-right: 0;
	}
	
	.home-category-posts-top section:nth-child(2n) {
		padding-left: 0;
		padding-right: 0;
		border: none;
	}

	body .home-category-posts-top .entry-title,
	body .home-category-posts-top .entry-title a {
		font-size: 17px;
		text-align: center;
	}

	.home-category-posts-top img.centered,  
	.home-category-posts-top .aligncenter,  
	.home-category-posts-top .aligncenter img {
		margin-bottom: 12px;
	}

	.home-category-posts-top .wrap {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.home-category-posts-top section {
		padding: 20px !important;
	}

	.home-category-posts-top section:nth-child(2) {
		background-color: #f0f1f2;
	}

	.home-category-posts-top section:nth-child(2) .widgettitle {
		background-color: #fff;
	}
	
	.home-optin {
		padding: 30px 0;
	}
	
	.home-optin section {
		padding: 20px;
	}
	
	/* Category */
	
	.category-trending .home-latest-post {
		margin-right: 0;
	}
	
	.category-trending .home-latest-post:nth-child(2n) {
		margin-right: 2%;
	}

}

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

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

	.before-header .enews-widget .widgettitle,
	.before-header .enews-widget p,
	.before-header .enews-widget form,
	.before-header .enews-widget form input,
	.content .enews-widget .widgettitle,
	.content .enews-widget p,
	.content .enews-widget form,
	.content .enews-widget form input {
		display: block;
		float: none;
		line-height: 1.5;
		margin: 0 auto 7px;
		text-align: center;
		width: 100%;
	}

	.before-header .enews-widget input[type="submit"],
	.home .content .enews-widget input[type="submit"] {
		display: block;
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	#before-header {
		display:none;
	}
	
	/* Category */
	
	.category-header h1 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 375px) {
	
	.utility-bar {
		margin-top: 88px;
	}
	
}

@media only screen and (max-width: 350px) {
	
	.home-about .button {
		display: block; 
		margin-bottom: 10px;
	}
	
	.menu-toggle {
		margin-top: 18px;
	}
	
	.utility-bar {
		margin-top: 75px;
	}
	
}


@media only screen and (min-width: 1023px) {
	.sidebar-primary {
		font-size: 0.8em;	
	}
}


/*
CSS Customizations should be put into Appearances > Customize > Additional CSS
But if you have to put them here, put them below this line so they're easy to copy in an update
---------------------------------------------------------------------------------------------------- */

.home-category-posts-top {
		padding-bottom: 20px;
}

.home-featured-pages {
	margin-bottom: 10px;
}

.home-featured-pages .widgettitle {
	font-size: 22px;
}

.home-latest-posts {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.home .entry-title a {
	color: #231f20;
}

.breadcrumb {
	background: none;
	padding-left: 0px;
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
}


.breadcrumb a {
	color: #231f20;
	text-decoration: underline;
}

.adjacent-entry-pagination {
	background: #eee;
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
}

.pagination-previous {
	float: left;
}


a {
	color: #C34155;
	text-decoration: underline;
	font-weight: 700;
}

a:hover {
	color: #333346 !important;
	text-decoration: underline;
}

.single .post h1,
h1.entry-title {
	color: #231f20;
	font-size: 27px;
	font-family: 'Raleway', serif;
	font-weight: 700;
	font-size: 30px;
	text-transform: none;
	letter-spacing: 0;
}

body {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	color: #231f20;
}


/*general styling*/

.entry-categories,
.entry-meta {
	font-size: 14px;
}

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

h2, h3, h4, h5, h6 {
	text-transform: none;
}

.simple-grid .entry-title {
	font-size: 26px;
	margin: 0 0 5px;
}
.simple-grid .entry-header {
    margin: 0px;
}

.entry {
	margin-bottom: 12px;
}

.sidebar .enews-widget {
	background:	#e09ea8;
	color: #353535;
}


.sidebar .featured-content .entry-title {
	font-family: 'Raleway', serif;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.3;
	font-size: 22px;
	text-align: center;
}

.sidebar .enews-widget .widget-title {
	 color: #353535;
}

.sidebar .enews-widget input[type="submit"] {
	background: #bedc90;
	color: #353535;
	border: none;
	font-size: 18px;
	font-family: 'Raleway', serif;
    font-weight: 700;
}

.sidebar .featured-content .entry {
    border-bottom: none;
    padding: 0px;
}

.sidebar .widget {
	border-bottom: none;
margin: 0px;
}

.sidebar .entry-header {
	margin: 0 0 7px;
}


/*pagination*/
.archive-pagination {
	text-align: center;
}
.archive-pagination li {
	font-weight: 700;
}

.archive-pagination li.active {
    background: #fac878;
}

.archive-pagination li.active a {
    color: #525252;
}

.archive-pagination a:hover {
	text-decoration: underline;	
}

.archive-pagination {
	padding-top: 20px;
}

.archive-pagination li {
    border: 2px solid #fac878;
    display: inline;
    padding: 10px;
	font-size: 27px;
}

.has-background {
margin: 20px 0px;
	padding: 20px 0px;
}

.wp-block-media-text.is-image-fill figure,
.wp-block-media-text>figure>img {
	margin-right: 10px;
	margin-left: 10px;
}

.home-featured-category .category-name {
		font-family: 'Raleway', serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1;
	font-size: 14px;
	text-align: center;
}

.home-featured-category a img {
    margin-bottom: 7px;
} 

#menu-2020-footer a {
		font-family: 'Raleway', serif;
	font-size: 20px;
}