/*

	Theme Name: Foodie Pro Theme

	Description: This is the Foodie Pro child theme created for the Genesis Framework.

	Author: Shay Bocks

	Author URI: http://shaybocks.com/

	Version: 2.0.5



	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready



	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

	- Widgets

		- Featured Page and Featured Post

		- User Profile

	- Plugins

		- Genesis eNews Extended

		- Genesis Latest Tweets

		- Gravity Forms

		- Easy Recipe Pro

		- Simple Social Icons

		- Genesis Responsive Slider

	- 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 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 Reset (normalize.css 2.1.2)

	Link: http://necolas.github.com/normalize.css/

--------------------------------------------- */



article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
 [hidden] {
 display:none
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
a:focus {
	outline: thin dotted
}
a:active, a:hover {
	outline: 0
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
mark {
	background: #ff0;
	color: #000
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}
pre {
	white-space: pre-wrap
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}
button, input {
	line-height: normal
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance:none
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border:0;
 padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
/* Box Sizing

--------------------------------------------- */



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

--------------------------------------------- */



.author-box:before, .clearfix:before, .entry:before, .entry-content:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .widget:before, .widget-area:before, .after-entry:before, .comment-respond:before, .wrap:before {
	content: " ";
	display: table;
}
.author-box: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;
}
/*

Defaults

---------------------------------------------------------------------------------------------------- */



/* Typographical Elements

--------------------------------------------- */



body {
	background: #fff;
	color: #333;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.625;
}
a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}



::-moz-selection {
 background: #111;
 color: #fff;
}
::selection {
	background: #111;
	color: #fff;
}
a {
	color: #010101;
	text-decoration: underline;
}
a img {
	margin-bottom: 20px;
}
a:hover {
	color: #111;
}
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;
	left: -20px;
	position: relative;
	top: -10px;
}
pre {
	background: #111;
	color: #ccc;
	overflow: scroll;
	padding: 0 20px;
	white-space: pre;
}
cite {
	font-style: normal;
}
/* Headings

--------------------------------------------- */



h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: 300;
	margin: 10px 0 16px;
	padding: 0;
	text-transform: uppercase;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-family: Playfair;
    font-size: 18px;
    font-style: italic;
}
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 #ddd;
	height: auto;
	padding: 4px;
}
.gallery img:hover {
	border: 1px solid #999;
}
/* Forms

--------------------------------------------- */



input, select, textarea {
	-moz-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 0 #fff;
	color: #999;
	font-family: 'Droid Serif', georgia, serif;
	font-size: 11px;
	font-style: italic;
	letter-spacing: .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: #010101;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.5px;
	padding: 5px 12px;
	text-transform: uppercase;
	width: auto;
}
.button:hover, button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"] {
	background: #444;
}
.button-secondary {
	background: #f5f5f5;
	color: #010101;
}
.button-secondary:hover {
	background: #010101;
	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 {
	background: #fff;
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 30px;
}
.site-inner {
	clear: both;
	display: block;
	margin: 20px auto;
}
.wrap {
	display: block;
	margin: 0 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 {
	width: 840px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}
/* Content */



.content {
	float: right;
	width: 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 {
	width: 100%;
}
/* 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

--------------------------------------------- */



.avatar {
	float: left;
}
.alignleft .avatar {
	margin-right: 22px;
}
.alignright .avatar {
	margin-left: 22px;
}
.search-form {
}
.search-form input {
	background: #fff url('images/search.png') center right no-repeat;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
.sticky {
}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 0px; /*22px*/
}
img.alignnone {
	margin-bottom: 12px;
}
.alignleft {
	float: left;
	margin-right: 40px;
	text-align: left;
}
.alignright {
	float: right;
	margin-left: 40px;
	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-family: 'Droid Serif', georgia, serif;
	font-size: 11px;
	font-style: italic;
	margin: 0;
	text-align: center;
}
.wp-caption {
	max-width: 100% !important;
}
.gallery-caption {
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td {
	text-align: center;
}
.featured-content img, .post-image, .entry-image {
	display: block;
	width: 100%;
}
/* 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-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 4px;
}
.author-box a {
}
.author-box p {
	margin: 0;
}
.author-box .avatar {
	margin-right: 22px;
}
/* Headings

--------------------------------------------- */



.entry-title {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.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 {
	font-size: 18px;
	text-align: center;
}
.page .entry-title {
	margin-bottom: 16px;
}
.sidebar .entry-title {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}
h1.entry-title, .entry-title a, .sidebar .widgettitle a {
	color: #444;
	text-decoration: none;
}
.widgettitle {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}
.home .content .widgettitle {
	font-size: 17px;
}
.sidebar .widgettitle a {
	border: none;
}
.archive-title {
	font-size: 20px;
	margin-bottom: 22px;
}
/*

Widgets

---------------------------------------------------------------------------------------------------- */



/* Featured Page and Featured Post

--------------------------------------------- */



.featured-content .entry {
	padding: 0;
}
/* User Profile

--------------------------------------------- */



.user-profile .avatar-45 {
	border: 3px solid #fff;
	border-radius: 45px;
	margin-right: 10px;
}
.user-profile .avatar-65 {
	border: 3px solid #fff;
	border-radius: 65px;
	margin-right: 10px;
}
.user-profile .avatar-85 {
	border: 3px solid #fff;
	border-radius: 85px;
	margin-right: 10px;
}
.user-profile .avatar-125 {
	border: 3px solid #fff;
	border-radius: 125px;
	margin-right: 10px;
}
.user-profile {
	font-size: 14px;
	line-height: 1.3;
	text-align: left;
}
/*

Plugins

---------------------------------------------------------------------------------------------------- */



/* Genesis eNews Extended

--------------------------------------------- */



.enews-widget {
	background: #f5f5f5;
	color: #010101;
	padding: 20px;
	text-align: center;
}
.enews-widget .widgettitle {
	color: #010101;
	font-size: 20px;
}
.enews-widget input {
	margin-bottom: 16px;
	padding: 7px;
}
.enews-widget input:focus {
	border: 1px solid #ccc;
}
.enews-widget input[type="submit"] {
	background: #010101;
	color: #fff;
	margin: 0;
	width: 100%;
}
.enews-widget input:hover[type="submit"] {
	background: #fff;
	color: #010101;
}
.after-entry .enews-widget {
	min-height: 250px;
}
.top-cta .enews-widget .widgettitle, .top-cta .enews-widget p {
	display: inline;
	float: left;
	line-height: 28px;
	margin: 0 10px 0 0;
	width: auto;
}
.top-cta .enews-widget .widgettitle {
	font-size: 20px;
}
.top-cta .enews-widget #subscribe {
	display: inline;
	float: right;
	width: 40%;
}
.top-cta .enews-widget input {
	border: 0;
	display: inline;
	float: left;
	margin: 0;
	width: 70%;
}
.top-cta .enews-widget input[type="submit"] {
	display: inline;
	float: right;
	width: 28%;
}
/* Genesis Latest Tweets

--------------------------------------------- */



.latest-tweets ul li {
	margin-bottom: 16px;
}
/* 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;
}
/* Genesis Responsive Slider

--------------------------------------------- */



.foodie-pro #genesis-responsive-slider {
	border: 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.foodie-pro .slide-excerpt {
	background: transparent;
	margin: 0 0 25%;
	opacity: 1;
	width: 100%;
}
.foodie-pro .slide-excerpt-border {
	border: 0;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.foodie-pro .slide-excerpt-border h2 {
	margin: 0;
	text-align: center;
	width: 100%;
}
.foodie-pro #genesis-responsive-slider h2 a {
	background: #333;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0;
	overflow: visible;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.foodie-pro .flex-direction-nav li a {
	background: url('images/bg_direction_nav.png');
	top: 40%;
}
.foodie-pro .flex-direction-nav li .prev, .foodie-pro .flex-direction-nav li .prev:hover {
	background-position: 0 0;
	left: -25px;
}
.foodie-pro .flex-direction-nav li .next, .foodie-pro .flex-direction-nav li .next:hover {
	background-position: -52px 0;
	right: -25px;
}
.foodie-pro .flex-direction-nav li .prev:hover, .foodie-pro .flex-direction-nav li .next:hover {
	opacity: 0.9;
}
.foodie-pro .flex-control-nav li a {
	background: url('images/bg_control_nav.png');
}
.foodie-pro .flex-control-nav li a.active {
	background-position: 0 -26px;
}
.foodie-pro .flex-control-nav li a:hover {
	background-position: 0 -12px;
}
/* Simple Social Icons

--------------------------------------------- */

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

Custom Page Templates

---------------------------------------------------------------------------------------------------- */



/* Home Page

--------------------------------------------- */



.home-top {
	margin: 0 auto;
	max-width: 680px;
}
.paged .home-middle, .paged .home-top {
	display: none;
	visibility: hidden;
}
.home-bottom .widgettitle {
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 0 0 10px;
}
.home-bottom .entry-title {
	font-size: 20px;
}
.home .one-third .entry-title, .home .one-fourth .entry-title, .home .one-sixth .entry-title {
	font-size: 16px;
	text-align: center;
}
/*

Top Ad

---------------------------------------------------------------------------------------------------- */



.top-cta {
	background: #f5f5f5;
	clear: both;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}
.top-cta img, .top-cta iframe {
	display: block;
	margin: 0 auto;
}
.top-cta .widget {
	margin: 0 auto;
	max-width: 1100px;
}
/*

Site Header

---------------------------------------------------------------------------------------------------- */



.foodie-pro .site-header {
	background-position: center;
	padding: 0px 0;
}
/* Title Area

--------------------------------------------- */



.title-area {
	width: 340px;
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.home .title-area {
	padding: 0px 0;
	width: 100%;
}
.title-area h1 {
	margin: 0 auto;
}
.title-area p {
	margin: 0;
}
.title-area {
	padding: 0;
}
.site-title, .site-title a {
	font-size: 55px;
	font-weight: 300;
	letter-spacing: 4px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.site-title a, .site-title a:hover {
	color: #444;
}
.site-description {
	color: #999;
	font-family: 'Droid Serif', georgia, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: .5px;
	margin: 0;
	text-align: center;
	text-transform: none;
}
/* Full width header, no widgets */



.header-full-width .title-area, .header-full-width .site-title {
	width: 100%;
}
.site-description, .site-title a {
	display: block;
	text-indent: -9999px;
}
/*Header */



.title-area {
	background-position: left !important;
	background-size: 340px 145px !important;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
.site-title a {
	float: none;
	min-height: 145px;
}
.home .title-area {
	background-image: none;
}
.home .site-header {
	background-position: center !important;
	background-size: 400px 170px !important;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
.home .site-title a {
	float: none;
	min-height: 164px;
	width: 100%;
}
/* Widget Area

--------------------------------------------- */



.site-header .widget-area {
	float: right;
	text-align: right;
	width: 720px;
	margin-top: 35px;
}
.home .site-header .widget-area {
	display: none;
	visibility: hidden;
}
/*

Site Navigation

---------------------------------------------------------------------------------------------------- */



.genesis-nav-menu {
	border-bottom: 1px solid #777;
	border-top: 1px solid #777;
	clear: both;
	font-size: .001px;
	letter-spacing: 2px;
	line-height: 1;
	padding: 0;
	text-align: center;
	width: 100%;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-align: left;
}
.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 20px 25px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000;
}
.genesis-nav-menu .sub-menu {
	border-bottom: 5px solid #777;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .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 {
	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 .current-menu-item > a:hover {
	color: #fff;
	background: #010101;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.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 #ccc;
	margin: 0 0 20px;
}
.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}
/* Primary Navigation

--------------------------------------------- */



.nav-primary {
	margin: 0 0 0px;
}
.nav-primary a:hover, .nav-primary .current-menu-item > a {
}
.nav-primary .sub-menu a:hover {
}
/* Secondary Navigation

--------------------------------------------- */



.nav-secondary .genesis-nav-menu {
	clear: both;
	font-size: .001px;
	letter-spacing: 2px;
	line-height: 1;
	padding: 0;
	text-align: center;
	width: 100%;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #f5f5f5;
}
.nav-secondary .genesis-nav-menu a {
	color: #333;
	display: block;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.nav-secondary {
	margin: 0 0 30px;
}
.nav-secondary a:hover, .nav-secondary .current-menu-item > a {
}
.nav-secondary .sub-menu a:hover {
}
/*

Content Area

---------------------------------------------------------------------------------------------------- */



/* Entries

--------------------------------------------- */



.entry {
	margin-bottom: 20px;
	padding: 0 0 22px;
}
.entry-content a {
	color: #010101;
}
.entry-content a:hover {
	color: #111;
}
.entry-content .attachment a, .entry-content .gallery a {
	border: none;
}
.entry-content ol, .entry-content p, .entry-content ul, .quote-caption, .clear-line {
	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: 0;
}
.entry-meta, .post-info, .post-meta {
	color: #999;
	font-family: 'Droid Serif', georgia, serif;
	font-size: 11px;
	font-style: italic;
	margin: 0;
}
.entry-meta a, .post-info a, .post-meta a {
	color: #999;
	text-decoration: none;
}
.entry-meta a:hover {
	color: #010101;
}
.entry-header .entry-meta, .post-info {
	margin-bottom: 20px;
	line-height: 1;
}
.entry-footer .entry-meta, .post-meta {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.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: #f5f5f5;
	color: #010101;
	display: table;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 3px 8px;
	text-decoration: none;
	text-transform: uppercase;
}
.more-from-category a {
	margin: 0 auto 40px;
}
.more-link {
	margin-top: 15px;
}
.more-from-category {
	clear: both;
	display: block;
	float: none;
	text-align: center;
}
a.more-link:hover, .more-from-category a:hover {
	background: #010101;
	color: #fff;
}
/* Archive Navigation

--------------------------------------------- */



.archive-pagination {
	clear: both;
	font-size: 14px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 20px;
}
.archive-pagination li {
	border: 1px solid #ccc;
	display: inline;
	padding: 5px 10px;
}
li.pagination-next, li.pagination-previous {
	border: 0 !important;
}
.archive-pagination a {
	color: #010101;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}
.archive-pagination a:hover, .archive-pagination li.active a {
	color: #010101;
}
.post-type-archive-issue .archive-pagination ul {
	width: 330px;
	margin-right: auto;
	margin-left: auto;
}
/* Entry Navigation

--------------------------------------------- */



.navigation {
	clear: both;
	font-size: 12px;
	margin: 20px 0;
}
.entry .navigation a {
	border-bottom: 1px solid #ccc;
}
.navigation li {
	display: inline;
}
.navigation li a {
	background: #111;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}
.navigation li a:hover, .navigation li.active a {
	background: #010101;
}
.pagination-next a, .pagination-previous a {
	text-decoration: none;
}
/*

After Entry

--------------------------------------------- */



.after-entry .widget {
	clear: none;
	float: left;
	width: 50%;
}
/* Comments

--------------------------------------------- */



.comment-respond, .entry-comments {
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 20px 0;
}
.comment-respond, .entry-comments, .ping-list {
	margin-bottom: 20px;
}
.entry-comments h3, .comment-respond h3 {
	color: #333;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.entry-comments a, .comment-respond a {
}
.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 #ccc;
}
.comment .avatar {
	margin: 0 16px 22px 0;
}
.bypostauthor {
}
.form-allowed-tags {
	background: #f5f5f5;
	font-size: 12px;
	padding: 22px;
}
.comment-meta a {
	color: #333;
}
.comment-reply a {
	background: #f5f5f5;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 2px 5px;
	text-transform: uppercase;
}
.comment-reply a:hover {
	background: #ccc;
}
/*

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 {
	margin-bottom: 20px;
}
.sidebar .search-form {
	width: 100%;
}
.sidebar .featuredpost img {
	height: 100px;
	width: 100px;
	margin-right: 10px;
	padding: 4px;
	border: 1px solid #E9E8EB;
}
.sidebar .featuredpost .alignleft {
	margin-right: 0px;
}
.sidebar .featuredpost .entry-title {
	text-align: left;
	margin: 0px;
}
.sidebar .featuredpost article {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E8EB;
	padding-bottom: 10px;
}
.sidebar .featuredpost .entry {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*

Site Footer

---------------------------------------------------------------------------------------------------- */



.site-footer {
	color: #999;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}
.site-footer a {
	color: #999;
	text-decoration: none;
}
.site-footer p {
	margin: 0;
}
/*



Extra Customizations

--------------------------------------------------------------------------------------------------- */



/*

Sitewide Tools

---------------------------------------------------------------------------------------------------- */



.site-tools {
	background: #f5f5f5;
	clear: both;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}
.site-tools img, .site-tools iframe {
	display: block;
	margin: 0 auto;
}
.site-tools .widget {
	margin: 0 auto;
	max-width: 1100px;
}
.site-tools {
	padding-bottom: 4px;
}
.site-tools a.btn {
	background-color: #333333;
	border-radius: 3px;
	color: #fff;
	margin-right: 20px;
	margin-left: 20px;
	padding: 7px;
}
.genesis-nav-menu li.highlight a:hover {
	background-color: #333;
	color: #fff;
}
.site-tools #simple-social-icons-3 {
	float: left;
	padding-top: 3px;
}
.site-tools #text-3 {
	float: left;
	margin-top: 6px;
}
.site-tools .search-form {
	float: right;
	width: 300px;
}
.wrap {
	display: block;
	margin: 0 auto;
	max-width: 1140px;
}
.genesis_responsive_slider .widget-title {
	display: none;
}
.foodie-pro .slide-excerpt {
	background: rgba(0,0,0,.5);
	margin-bottom: 0%;
}
.foodie-pro .slide-excerpt-border p, .foodie-pro .slide-excerpt-border a {
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
.foodie-pro #genesis-responsive-slider h2 a {
	opacity: 1;
}
h3.article-cat {
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
}
.home .simple-grid h2.entry-title {
}
.bottom-cta .wrap {
	padding-right: 10%;
	padding-left: 10%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E9E8EB;
	border-bottom-color: #E9E8EB;
	clear: both;
	margin-bottom: 20px;
}
.bottom-cta a img {
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.footer-widgets .widget-title, .footer-widgets p {
	text-align: left;
}
.editor-welcome {
	margin-right: 20%;
	margin-left: 20%;
	clear: both;
}
.editor-welcome h4.widget-title {
	display: none;
}
.editor-welcome img {
	padding: 4px;
	border: 1px solid #E9E8EB;
}
.view-content .field-content img {
	float: left;
	padding: 2px;
	border: 1px solid #e9e9eb;
	margin-right: 5px;
}
.views-row {
	clear: both;
	font-size: 14px;
}
.views-field-field-blog-categories {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}
/*

Footer Widgets - 6 Column

---------------------------------------------------------------------------------------------------- */



.footer-widgets {
	background: #f5f5f5;
	color: #333;
	display: block;
	clear: both;
	overflow: hidden;
	padding: 20px 20px 0;
}
.footer-widgets p, .footer-widgets li {
	font-size: .867em;
	line-height: 1.333em;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4, .footer-widgets-5, .footer-widgets-6 {
	float: left;
	margin-left: 1.923076923%;  /*  20px / 1040px */
	width: 15.064101923%; /*  156.66666px / 1040/ */
}
.footer-widgets-1 {
	margin-left: 0;
}
.footer-widgets .widget {
	margin-bottom: 8px;
}
.footer-widgets .widgettitle {
}
.footer-widgets ul {
	margin: 0px;
}
.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}
.footer-widgets.colophon .wrap {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
}
.footer-widgets.colophon .wrap h4 {
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
}
.footer-widgets.colophon .wrap .last {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-left: 1%;
	padding-left: 1.564102564102564%;
}
footer.copyright, footer.copyright p {
	text-align: center;
}
.site-footer {
	display: none;
}
/*

Spotlight / Business Profiles

---------------------------------------------------------------------------------------------------- */



.single-spotlight .entry-meta {
	display: none;
}
.single-spotlight figure {
	width: 31.623931623931625%;
	float: left;
	margin-bottom: 10px;
	margin-right: 40px;
}
.single-spotlight figure img {
	padding: 4px;
	border: 1px solid #E9E8EB;
}
.single-spotlight .meta-wrap {
	padding-top: 30px;
}
.single-spotlight .meta-wrap p:first-of-type {
	margin-bottom: 0px;
}
.single-spotlight address {
	float: left;
	width: 47%;
	clear: both;
}
.single-spotlight .additional-info {
	float: left;
	width: 47%;
	margin-left: 5%;
}
.single-spotlight .business-description {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E8EB;
}
.spotlights .entry-content article:nth-child(4n+1) {
	margin-left: 0;
	clear: both;
}
.spotlights figure {
	border: 1px solid #E9E8EB;
	padding: 8px;
	margin-bottom: 10.564102564102564%;
	border-radius: 2px;
}
.spotlights a img {
	margin-bottom: 0px;
}
.spotlights a:link {
	text-decoration: none;
}
.spotlights a figcaption {
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
/*

Issue Single

---------------------------------------------------------------------------------------------------- */



.issue .entry-header {
	display: none;
}
.issue h2.issue-cat-heading {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.issue h2.issue-cat-heading {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
}
.issue h2.issue-cat-heading:nth-child(1) {
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	padding-top: 0px;
}
.issue .entry-meta {
	display: none;
}
/*

Article Single

---------------------------------------------------------------------------------------------------- */



.single-article .entry-meta {
	display: none;
}
.single-article .credits span:nth-last-child(1) {
	display: none;
}
/*

Homepage Spotlights & Featured Video

---------------------------------------------------------------------------------------------------- */



.homepage-spotlights article.one-fourth:nth-child(4n-7), .featured-video article.one-half:first-child, .issue-features article.one-fourth:nth-child(4n-7) {
	margin-left: 0;
}
.homepage-spotlights article {
	min-height: 250px;
}
.homepage-spotlights a img, .featured-video a img {
	margin-bottom: 0;
}
.featured-video .entry-title {
	font-size: 14px;
	font-weight: 400;
}
/*

Issue Features

---------------------------------------------------------------------------------------------------- */



.issue-features article.one-half:nth-child(odd) {
	margin-left: 0;
}
.issue-features {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
/*

Issue Single View

---------------------------------------------------------------------------------------------------- */

.issue h1.entry-title {
	margin-bottom: 20px;
}
.digital-ed {
	font-size: .8em;
	background-color: #333;
	display: block;
	color: #fff;
	line-height: 24px;
	position: relative;
	top: -7px;
	text-align: center;
}
.digital-ed a:link, .digital-ed a:visited {
	color: #fff;
}
.sidebar-issue h3.article-cat {
	font-size: 11px;
	margin-top: 1em;
}
.sidebar-issue h2.entry-title {
	text-transform: none;
	text-align: left;
}
.sidebar-issue img {
	padding: 4px;
	border: 1px solid #E9E8EB;
}
/*

Issue Archive

---------------------------------------------------------------------------------------------------- */

.issue-features .one-fourth .entry-title {
	text-align: left;
	font-size: 14px;
	min-height: 2.4em;
}
.issue-archive article.one-fourth:first-child {
	margin-left: 0;
}
.issue-archive article.one-fourth:nth-child(4n-7) {
	margin-left: 0;
}
.issue-archive article.cover {
	min-height: 270px;
}
.issue-archive img {
	margin-bottom: 0;
	width: 100%
}
.issue-views {
	font-size: .8em;
	background-color: #333;
	display: block;
	color: #fff;
	line-height: 24px;
	position: relative;
	top: -7px;
	text-align: center;
}
.issue-views a:link, .issue-views a:visited {
	color: #fff;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
}
/*

Image Carousel Pod

---------------------------------------------------------------------------------------------------- */



.carousel-wrap {
	overflow: hidden;
	max-height: 353px;
	max-width: 680px;
	padding: 4px;
	margin-top: 20px;
}
.carousel-wrap dt.gallery-icon img.attachment-large {
	width: 680px !important;
	height: auto;
}
.carousel-wrap dt.gallery-icon.portrait img {
	margin-left: auto;
	margin-right: auto;
}
.carousel-wrap .gallery br {
	display: none;
}
.carousel-pager {
	font-size: 16px;
	background-color: #f5f5f5;
	display: block;
	color: #fff;
	line-height: 24px;
	height: 24px;
	padding-right: 5px;
	text-align: right;
}
.carousel-pager a:link, .carousel-pager a:visited {
	text-decoration: none;
}
	

/*

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) {
 .site-header {
 background-size: contain !important;
}
}
 @media only screen and (max-width: 1139px) {
.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 {
	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;
}
}
 @media only screen and (max-width: 1023px) {
.content, .content-sidebar-sidebar .content, .content-sidebar-sidebar .content-sidebar-wrap, .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-container, .top-cta {
	padding-left: 5%;
	padding-right: 5%;
}
.archive-description, .author-box, .entry, .entry-comments, .entry-footer .entry-meta, .sidebar .widget, .site-header, .comment-respond {
	padding: 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-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4, .footer-widgets-5, .footer-widgets-6 {
	float: left;
	margin-left: 1.921934095%;  /*  12.516px / 651.219px */
	width: 30.126270885%; /*  196.188px / 651.219px */
}
.title-area {
	background-position: center !important;
}
.site-header .widget-area {
	margin-top: 0px;
}
.spotlights figcaption {
	min-height: 3em;
}

.homepage-spotlights article {
	min-height: 285px;
}

}
 @media only screen and (max-width: 940px) {
.menu-toggle, .sub-menu-toggle {
	display: block;
	visibility: visible;
}
.site-container .menu-toggle:nth-child(4) {
	display: none;
	visibility: hidden;
}
.menu-toggle {
	background: transparent;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
	cursor: pointer;
	min-height: 52px;
	position: relative;
	width: 100%;
}
.menu-toggle span {
	left: 50%;
	margin-left: -20px;
	top: 23px;
}
.menu-toggle span, .menu-toggle span:before, .menu-toggle span:after {
	background: #555;
	border-radius: 1px;
	content: '';
	cursor: pointer;
	display: block;
	height: 5px;
	position: absolute;
	transition: all 500ms ease-in-out;
	width: 40px;
}
.menu-toggle span:before {
	top: -10px;
}
.menu-toggle span:after {
	bottom: -10px;
}
.menu-toggle.active span {
	background: transparent;
}
.menu-toggle.active span:before, .menu-toggle.active span:after {
	top: 0;
}
.menu-toggle.active span:before {
	transform: rotate(45deg);
}
.menu-toggle.active span:after {
	transform: rotate(-45deg);
}
.menu-toggle:hover {
	background: transparent;
}
.sub-menu-toggle {
	color: #999;
	cursor: pointer;
	padding: 14px 18px;
	position: absolute;
	right: 0;
	top: 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 {
	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 {
	background: transparent;
}
.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;
}
.top-cta .widget {
	padding-bottom: 0;
	padding-top: 0;
}
.top-cta .enews-widget .widgettitle, .top-cta .enews-widget p, .top-cta .enews-widget #subscribe, .top-cta .enews-widget input, .top-cta .enews-widget input[type="submit"] {
	display: block;
	float: none;
	margin: 0 0 10px;
	width: 100%;
}
.editor-welcome {
	margin-right: 0;
	margin-left: 0;
}
}
 @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;
}
.recipes-top .widget {
	float: none;
	margin: 0 0 10px;
	width: 100%;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4, .footer-widgets-5, .footer-widgets-6 {
	margin-left: 0;
	width: 100%;
}
.spotlights .entry-content article:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}

.homepage-spotlights article:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}

.spotlights .entry-content article {
	margin-bottom: 20px;
}
.spotlights .entry-content article img {
	width: 100%;
}
.issue-archive article.one-fourth:nth-child(2n-7) {
	margin-left: 0;
}
}
 @media only screen and (max-width: 568px) {
.site-tools a.btn {
	margin-left: 2px;
	margin-right: 2px;
}
.site-tools #simple-social-icons-3 {
	float: right;
	padding-top: 3px;
}
.simple-social-icons ul.aligncenter {
	text-align: right !important;
}
.site-tools #text-3 {
	float: left;
	margin-top: 6px;
}
.site-tools .search-form {
	float: right;
	width: 200px;
}
}
 @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, .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4, .footer-widgets-5, .footer-widgets-6 {
	margin-left: 0;
	width: 100%;
}
.after-entry .widget {
	width: 100%;
}
.recipes-bottom .entry {
	margin: 0;
	width: 100%;
}
.recipes-top .widgettitle {
	font-size: 10px;
}
.slide-excerpt {
	display: none;
	visibility: hidden;
}
.site-tools a.btn {
	margin-left: 2px;
	margin-right: 2px;
}
.site-tools #simple-social-icons-3 {
	float: none;
	padding-top: 3px;
}
.site-tools #simple-social-icons-3 ul li {
	margin-right: 3px !important;
	margin-left: 3px !important;
}
.site-tools #text-3 {
	float: left;
	margin-top: 6px;
}
.site-tools .search-form {
	float: none;
	width: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.title-area, .home .title-area {
	/*background-position: left !important;*/

	background-size: 280px 119px !important;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
.home .site-header {
	background-image: none;
}
}
