/*
	Theme Name: Fit Foodie Finds Theme
	Description: This is the Fit Foodie Finds child theme created for the Genesis Framework.
	Author: Shay Bocks
	Author URI: http://shaybocks.com/
	Version: 2.1.1

	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
		- Magic Action Box
	- 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

*/

/*
Fonts
---------------------------------------------------------------------------------------------------- */

@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?32892295');
  src: url('font/fontello.eot?32892295#iefix') format('embedded-opentype'),
       url('font/fontello.woff?32892295') format('woff'),
       url('font/fontello.ttf?32892295') format('truetype'),
       url('font/fontello.svg?32892295#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*
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,
.clear: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,
.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;
}


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

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

body {
	background: #fff;
	color: #7e7e80;
	font-family: "Montserrat", arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	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: 500;
}

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

body, input, select, textarea, .wp-caption-text, .site-description, .entry-meta, .post-info, .post-meta, h1, h2, h3, h4, h5, h6, .site-title, .entry-title, .widgettitle {
	font-family:"Montserrat", "Helvetica Neue", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #bdb5aa;
	color: #58585a;
	font-weight: 400;
	margin: 10px 0 16px;
	padding: 0;
	text-transform: uppercase;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-weight: 600;
}

h1 {
	font-size: 26px;
	font-weight: 600;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
	font-weight: 600;
}

h6 {
	font-size: 18px;
}

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

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

img {
	height: auto;
}

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

hr {
	border: 0;
	border-top: 7px double #eee;
}

/* 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: "Montserrat", arial, sans-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: "Montserrat", 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: #58585a;
}

.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: -30px auto 0;
	padding: 0;
}

@media only screen and (max-width: 1023px) {
	.site-container {
		margin-top: 0;
	}
}

.site-container p:empty {
	display: none;
}

.site-inner {
	clear: both;
	display: block;
	margin: 0 auto;
	max-width: 1120px;
	padding-left: 0;
	position: relative;
	z-index: 1;
}

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

.home .content {
	float: none;
	width: 100%;
}

.home .content + .sidebar-primary {
	display: none;
}

.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: 366px;
	border: 5px solid #f0f0f2;
	padding: 0 26px 25px;
	position: relative;
	border-top: none;
	top: 25px;
}

.sidebar-primary:before {
	content: '';
	position: absolute;
	top: -25px;
	left: -5px;
	width: calc(100% + 10px);
	border-bottom: 5px solid #f0f0f2;
	transform: rotate(-6deg);
}

.sidebar-primary:after {
	content: '';
	position: absolute;
	top: -44px;
	right: -5px;
	background: #f0f0f2;
	width: 5px;
	height: 44px;
}

.sidebar-primary .widget {
	margin-bottom: 18px;
}

.sidebar-primary .widget-title {
	background: url('images/sidebar-widget-title.png') bottom center repeat-x;
	padding-bottom: 11px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2.5px;
}

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

.sidebar-primary .user-profile {
	position: relative;
	z-index: 2;
	margin: -62px -6px 0;
	font-family: 'Source Sans Pro', sans-serif;
}

.sidebar-primary .user-profile .pagelink {
	font-family: 'Source Sans Pro', sans-serif;
	color: #a9d7cd;
	text-decoration: none;
}

.sidebar-primary .widget_search input[type=search],
.before-header .search-form input[type=search] {
	background-color: #e8e1d7;
	border: none;
	color: #878988;
	font-family: "Montserrat", arial, sans-serif;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	padding: 6px 10px;
}

.sidebar-primary .widget_search ::-moz-placeholder,
.before-header .widget_search ::-moz-placeholder {
	color: #878988;
}

.sidebar-primary .widget_search ::-webkit-input-placeholder,
.before-header .widget_search ::-webkit-input-placeholder {
	color: #878988;
}

.sidebar-primary .category-icon {
	font-family: "Montserrat", arial, sans-serif;
	display: inline-block;
	width: 48.717948717948715%;
	text-align: center;
	background-color: #ea886f;
	margin-bottom: 3px;
}

.sidebar-primary .category-icon a {
	color: rgb(255,255,255);
	color: rgba(255,255,255, .5);
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: .1em;
	transition: all .3s ease-in-out;
	letter-spacing: 1px;
}

.sidebar-primary .category-icon a:hover {
	color: rgb(255,255,255);
	color: rgba(255,255,255, 1);
}

.sidebar-primary .category-icon:nth-child(2n+2) {
	margin-left: 3px;
}

.sidebar-primary .category-icon#fitness {
	background-color: #abd6cc;
}

.sidebar-primary .category-icon#fitness a {
	color: #82b6a9;
}

.sidebar-primary .category-icon#fitness a:hover {
	color: #428270;
}

.sidebar-primary .category-icon#travel {
	background-color: #818286;
}

.sidebar-primary .category-icon#fashion {
	background-color: #bdb5aa;
}

.sidebar-primary .mab-widget {
	border-top: 8px double #e6e6e8;
	padding-top: 13px;
	margin-top: 40px;
	position: relative;
}

.sidebar-primary .mab-widget:before {
	width: 36px;
	height: 41px;
	background: url('images/sidebar-email-header.png') center no-repeat;
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -28px;
	background-color: #fff;
	padding: 0 10px;
}

.sidebar-primary .mab-widget h4.widget-title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	line-height: 18px;
	color: #abd6cd;
	margin: 0;
	padding-bottom: 0;
	background: none;
	padding-top: 9px;
}

.sidebar-primary .userstyle-0.magic-action-box .mab-wrap .mab-main-copy p {
    color: #59595b !important;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 13px !important;
    font-style: italic !important;
    font-weight: 400;
    letter-spacing: 0.215px !important;
    line-height: 15px !important;
    margin: 0 0 17px !important;
    text-transform: lowercase;
}
.sidebar-primary .userstyle-0.magic-action-box .mab-wrap .mab-main-copy p span {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px !important;
}

.sidebar-primary .userstyle-0.magic-action-box .mab-wrap {
	background: transparent;
	border: none;
	padding: 0;
}

.sidebar-primary .mab-layout-horizontal .mab-main-action-wrap {
	margin: 0;
}

.sidebar-primary .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field {
	margin: 0 !important;
	width: 49%;
	float: left;
}

.sidebar-primary .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field.mab-field-email {
	float: right;
}

.sidebar-primary .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field.mablast {
	width: 100%;
	float: none;
	text-align: center;
	position: relative;
}

.sidebar-primary .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field.mablast:after {
	content: '';
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	height: 5px;
	line-height: 0;
	width: 100%;
	position: absolute;
	top: 28px;
	left: 0;
	z-index: 0;
}

.sidebar-primary .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field input[type=text],
.sidebar-primary .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field input[type=email] {
	border: 0 !important;
	padding: .6em 1.2em !important;
	font-style: italic !important;
	font-size: 12px !important;
	background-color: #b0d9ce !important;
}

.sidebar-primary .userstyle-0.magic-action-box .mab-main-action-wrap form input[type="submit"] {
	width: auto !important;
	text-transform: uppercase;
	font-weight: bold !important;
	font-size: 13px !important;
	letter-spacing: 2px !important;
	border-radius: 0 !important;
	padding: .2em 1.5em !important;
	margin-top: 17px !important;
	position: relative;
	z-index: 1;
}

.sidebar-split-right .featured-content .entry-title a,
.sidebar-split-left .featured-content .entry-title a {
	text-align: center;
	display: block;
	font-family: "Montserrat", arial, sans-serif;
	color: #6b6c6c;
	font-size: 12.9px;
	line-height: 13.8px;
	margin: 5px 0;
}

.sidebar-split-left .featured-content img {
	border-radius: 50%;
	margin: 0;
}

.sidebar-split-left .widget {
	padding: 20px 0 20px 0;
}
.sidebar-split-right .widget {
	padding: 20px 0 20px 0;
}

.sidebar-split-right .widget .adthrive-ad,
.sidebar-split-left .widget .adthrive-ad {
	left: auto !important;
	right: auto !important;
}

.sidebar-primary .sidebar-split-left,
.sidebar-primary .sidebar-split-right {
	display: inline;
	float: left;
	margin: 0 0 0 -15px;
	text-align: center;
	min-width: 160px;
}

.sidebar-primary .sidebar-split-right {
	float: right;
	margin: 0 -15px 0 0;
}

.sidebar-split-left article.one-half,
.sidebar-split-right article.one-half {
	width: 100%;
}

.sidebar-split-left article:last-child,
.sidebar-split-right article:last-child {
	margin-bottom: 0;
}

.sidebar-split-bottom {
	clear: both;
	width: 100%;
}

.sidebar-split-bottom .entry-header {
	background: none !important;
	padding-bottom: 0 !important;
}


/* 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,
.sidebar-split-left,
.sidebar-split-right,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.sidebar-split-left,
.sidebar-split-right,
.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 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: "Montserrat", arial, sans-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;
}

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

.breadcrumb {
	margin-bottom: 20px;
}

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

.author-box {
	padding: 20px;
}

.author-box-title {
	color: #111;
	font-family: "Montserrat", 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 .archive-title,
.page .entry-header {
	padding-bottom: 30px;
	background: url('images/poka-dot-border.png') bottom left no-repeat;
	text-align: center;
}

.page .entry-title {
   font-size: 25px;
    letter-spacing: 2px;
    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: #58585a;
	text-decoration: none;
}

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

.sidebar .widgettitle a {
	border: none;
}

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


/*
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 .avatar-230 {
	margin-right: 10px;
	max-width: 160px;
}

.user-profile .alignleft {
	margin-right: 0;
}

.user-profile {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}

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

.before-header .enews-widget .widgettitle,
.before-header .enews-widget p {
	display: inline;
	float: left;
	line-height: 28px;
	margin: 0 10px 0 0;
	width: auto;
}

.before-header .enews-widget .widgettitle {
	font-size: 20px;
}

.before-header .enews-widget #subscribe {
	display: inline;
	float: right;
	width: 40%;
}

.before-header .enews-widget input {
	border: 0;
	display: inline;
	float: left;
	margin: 0;
	width: 70%;
}

.before-header .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;
}
.site-container .content .easyrecipe {
    background: #F7F6F2 url("images/poka-dot-border.png") no-repeat scroll left top !important;
    margin-bottom: 15px !important;
    padding-top: 55px !important;
}
.ERSSavePrint {
border-radius: 0;
}
.ERSPrintIcon {
border-radius: 0px !important;
}
.wpcf7 input, select, textarea {
background: #e8e1d7;
border: none;
}
.wpcf7 input[type="submit"] {
background: #404041;
}
.wpcf7 input[type="submit"]:hover {
background: #5E5E5E;
}


/* Recipe Box
--------------------------------------------- */
.easyrecipe .ERSNutrionDetails span:after {
content: '';
}
.easyrecipe .ERSNutrionDetails span:last-child:after {
content: none;
}
.easyrecipe .ERSNutrionDetails {
border-top: 1px double #a5a5a5;
border-bottom: 1px double #a5a5a5;
text-align: center;
font-color: #fff;
font-style: normal !important;
font-size: 12px;
padding: 10px !Important;
}
.easyrecipe .ERSNutritionHeader {
text-align: center;
}
.easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
.easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn,
.easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-link.ERSSaveBtn,
.easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-button.ERSSaveBtn {
	background: #333333 !important;
	border-radius: 0 !important;
	padding: 0 10px !important;
}

.easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn:hover,
.easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn:hover {
	background: #515151 !important;
}

.easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
.easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn,
.easyrecipe .ui-button .ui-button-text {
	color: #fff !important;
	font-family: "Montserrat",arial,sans-serif;
	font-size: 11px !important;
	font-size: 0.7rem !important;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	letter-spacing: 0.1rem !important;
	text-transform: uppercase !important;
}

.easyrecipe .ui-button .ui-button-text {
	padding: 0.4em 1em 0.4em 2.4em !important;
}

.easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-link .ERSSaveIcon,
.easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-button .ERSSaveIcon {
	background-image: url('images/save.png');
	margin-left: 10px !important;
}

.easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn .ERSPrintIcon {
	background-image: url('images/print.png') !important;
	margin-left: 10px !important;
}
.easyrecipe .ERSTimes {
border-top: 1px solid #ccc !important;
border-bottom: 1px solid #ccc !important;
}
.easyrecipe .ERSTimes .ERSTime .ERSTimeHeading {
    font-family: montserrat,sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 2px;
    margin-top: 2px;
    text-transform: uppercase;
}

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

.archive .content .featured-content .entry,
.category-index .featured-content .entry {
	float: left;
	min-height: 280px;
	max-width: 222px;
	padding: 0px;
	width: 30.623932%;
	margin-left: 2.564102564102564%;
}

/*.archive .content .featured-content .entry:nth-child(3n),
.category-index .featured-content .entry:nth-child(3n) {
	margin: 0 17px;
}*/

.category-index .selectBox,
.category-index .search-form,
.category-index select#cat {
	width: 49%;
	float: left;
}

.category-index .selectBox,
.category-index .search-form input,
.category-index select#cat {
	background-color: #e8e1d7;
	border: none;
	color: #878988 !important;
	font-family: "Montserrat", arial, sans-serif;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	padding: 6px 10px;
}

.category-index .selectBox {
	background-image: none;
}

.category-index .entry-header {
	background: none;
	padding-bottom: 0;
}

.category-index .selectBox {
	padding: 0;
	width: 49% !important;
	float: right;
	line-height: 2;
	height: 30px;
	border-radius: 0;
}

.category-index .selectBox-dropdown .selectBox-arrow {
	width: 35px;
	border: none;
}

.category-index .selectBox-dropdown .selectBox-label {
	color: #878988 !important;
}

.category-index ::-moz-placeholder {
	color: #878988;
}

.category-index ::-webkit-input-placeholder {
	color: #878988;
}

.category-index select#cat {
	float: right;
}

.category-index .widget {
	padding: 20px 0px;
}

.category-index .widget-title {
	padding: 10px 0 6px;
	font-size: 20px;
	text-transform: uppercase;
	font-family: "Montserrat", arial, sans-serif;
	color: #e8886f;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 0;
}

.archive .content .entry-title a,
.category-index .entry-title a {
	color: #58585a;
}

.category-index ul li {
	border-bottom: double #ddd;
	float: left;
	font-size: 13px;
	margin: 3px 5px;
	width: 23%;
}

.archive .content .entry-title,
.category-index .featured-content .entry-title {
	text-align: center;
	font-size: 16.5px !important;
	padding: 0;
	text-transform: uppercase;
	font-family: "Montserrat", arial, sans-serif;
	margin-top: 8px;
	letter-spacing: 1.7px;
	font-weight: bold;
	line-height: 1.1;
}

.archive .content .entry-title a:hover,
.category-index .featured-content .entry-title a:hover {
   color: #adadad;
}

.archive .content img,
.category-index .featured-content img {
   max-height: 222px;
   display: block;
   margin: 0 auto;
}

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

/* Magic Action Box
--------------------------------------------- */

.mab-widget .userstyle-0.magic-action-box .mab-content .mab-field input {
	font-family: "Montserrat", arial, sans-serif !important;
	font-weight: 300 !important;
}

/* Simple Social Icons
--------------------------------------------- */
.simple-social-icons ul li:before {
	content: none !important;
	padding-right: 0 !important;
}
.simple-social-icons ul li.social-yummly a {
	text-indent: -3px;
}

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

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

.home .entry-title a:hover {
	color: #adadad;
}

.home-top {
	padding-bottom: 43px;
	background: url('images/poka-dot-border.png') bottom left repeat-x;
	margin-right: 3px;
}

.home-top section:first-child {
	width: 43%;
	margin-left: 18px;
	position: relative;
	float: left;
}

.home-top section:first-child h4 {
	position: absolute;
	top: 39px;
	left: -24px;
	z-index: 1;
	font-weight: bold;
	color: #fff;
	background: #58585a;
	font-size: 17px;
	letter-spacing: 2px;
	padding: .2em 1.1em;
}

.home-top section:first-child article {
	margin-bottom: 0;
}

.home-top section:first-child header.entry-header {
	position: absolute;
	background: #fff;
	max-width: 100%;
	bottom: 30px;
	margin: 0 30px;
	left: 0;
	box-sizing: border-box;
	padding: 0 20px;
}

.home-top section:first-child header.entry-header .entry-title {
	font-family: "Montserrat", arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 2.3px;
	padding-bottom: 6px;
}

.home-top section:nth-child(2n) {
	width: 53.6%;
	float: right;
}

.home-top section:nth-child(2n) .widget-wrap {
	float: right;
}

.home-top section:nth-child(2n) article {
	max-width: 285px;
	margin-bottom: 5px;
	width: 49%;
}

.home-top section:nth-child(2n) article.one-half {
	margin-left: 25px;
}

.home-top section:nth-child(2n) article.first {
	margin-left: 0;
}

.home-top section:nth-child(2n) article .entry-header {
	background: none;
	padding-bottom: 0;
}

.home-top section:nth-child(2n) article .entry-title {
	margin-top: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 0 10px;
	letter-spacing: 2px;
	line-height: 1.1;
}

.home-middle {
	margin: 20px 3px 35px 11px;
	padding-bottom: 45px;
	background: url('images/home-middle-border.jpg') bottom left repeat-x;
}

.home-middle .mab-widget {
	padding: 18px 33px;
	background: url('images/homepage-email-icon.png') 15px center no-repeat #f3f0eb;
}

.home-middle .userstyle-0.magic-action-box .mab-wrap {
	background: transparent;
	border: none;
	padding: 0;
}

.home-middle .mab-widget h4 {
	float: left;
	color: #ec886e;
	font-weight: bold;
	font-size: 21px;
	max-width: 300px;
	line-height: .9;
	margin: 17px 0 0 100px;
	letter-spacing: 3px;
}

.home-middle .mab-widget .mab-inside-wrap {
	float: right;
	max-width: 606px;
	margin-top: 5px;
}

.home-middle .userstyle-0.magic-action-box .mab-wrap .mab-main-copy p,
.home-middle .userstyle-0.magic-action-box .mab-wrap .mab-main-copy p span {
	font-style: italic !important;
	letter-spacing: .175px !important;
	color: #59595b !important;
	white-space: nowrap;
	font-family: "Montserrat", arial, sans-serif;
	font-size: 13px !important;
	line-height: 18px !important;
	margin: 0 !important;
}

.home-middle .mab-widget .mab-inside-wrap .magic-action-box form .mab-field {
	margin: 6px 5px 0 0 !important;
	padding: 0 !important;
}

.home-middle .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field input[type=text],
.home-middle .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field input[type=email] {
	border: 0 !important;
	width: 212px !important;
	padding: .8em 1.2em !important;
	font-style: italic !important;
	font-size: 16px !important;
}

.home-middle .userstyle-0.magic-action-box .mab-main-action-wrap form input[type="submit"] {
	width: auto !important;
	text-transform: uppercase;
	font-weight: bold !important;
	font-size: 18px !important;
	letter-spacing: 3px !important;
	margin-left: 10px;
	margin-top: -10px !important;
	border-radius: 0 !important;
	padding: .7em 1.38em !important;
	font-family: 'Montserrat', sans-serif !important;
	border: 0 !important;
}

.paged .home-middle,
.paged .home-top {
	display: none;
	visibility: hidden;
}

.home-middle-left {
	float: left;
	width: 54%;
	margin-left: 14px;
	margin-bottom: 35px;
}

.home-middle-left article {
	position: relative;
	margin-bottom: 27px !important;
}

.home-middle-left .entry-header {
	background: none;
	padding-bottom: 0;
	text-align: left;
}

.home-middle-left .featured-content .entry-title {
	font-family: "Montserrat", arial, sans-serif;
	margin: 7px 0 0;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 2.7px;
}

.home-middle-left .featured-content .entry-content {
	line-height: 1.7;
	margin-left: 177px;
	font-family: "Montserrat", arial, sans-serif;
	font-size: 13px;
	color: #7d7e80;
	letter-spacing: .15px;
}

.home-middle-left .featured-content p {
	margin-top: 1px;
}

.home-middle-left .alignleft {
	margin-right: 27px;
}

.home-middle-left .featured-content img {
	max-width: 150px;
}

.home-middle-left .featured-content .entry-meta {
	position: absolute;
	top: 140px;
	left: 37px;
	width: 78px;
	text-align: center;
	background: #ea886f;
	color: #fff;
	padding: .3em 1em;
	font-family: "Montserrat", arial, sans-serif;
	font-style: normal;
	letter-spacing: 1.5px;
}

.home-middle-left .featured-content article:nth-child(3n+2) .entry-meta {
	background-color: #abd6cc;
}
.home-middle-left .featured-content article:nth-child(3n+3) .entry-meta {
	background-color: #59595b;
}

.home-middle-right {
	float: right;
	width: 38%;
	margin: -9px 7px 35px 0;
}

.home-middle-right img {
	max-width: 100%;
}

.home-middle-right .widget_sp_image a:hover {
	opacity: .5;
	transition: opacity .3s ease-in-out;
}

.home-bottom {
	padding: 40px 0 30px;
	background: url('images/home-middle-border.jpg') top left repeat-x, url('images/home-middle-border.jpg') bottom left repeat-x;
	margin-top: 35px;
	clear: both;
}

.home-bottom .widgettitle {
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 0 0 10px;
}

.home-bottom section:nth-child(1) {
	text-align: center;
	width: 365px;
	padding: 0 27px;
	line-height: 1.2;
	font-size: 15px;
	letter-spacing: .1px;
	float: left;
	color: #8e8e90;
}

.home-bottom .entry-title {
	font-size: 20px;
}

.home-bottom section:nth-child(1) h2 {
	font-weight: bold;
	margin: 0 auto;
	line-height: 1;
	font-size: 22px;
	letter-spacing: 3px;
	display: block;
	position: relative;
}

.home-bottom section:nth-child(1) h2:before {
	content: '';
	display: inline-block;
	width: 54px;
	height: 28px;
	background: url('images/welcome-left.png') no-repeat;
	position: absolute;
	top: -4px;
	left: 3px;
}

.home-bottom section:nth-child(1) h2:after {
	content: '';
	display: inline-block;
	width: 54px;
	height: 28px;
	background: url('images/welcome-right.png') no-repeat;
	position: absolute;
	top: -4px;
	right: 6px;
}

.home-bottom section:nth-child(1) h2 span {
	display: block;
	color: #ea886f;
}

.home-bottom section:nth-child(2) {
	float: right;
}

.home-bottom section:nth-child(2) .category-icon {
	display: inline-block;
	min-width: 110px;
	font-weight: bold;
	font-size: 25px;
	margin: 0 23.3px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	text-align: center;
}

.home-bottom section:nth-child(2) .category-icon a {
	text-decoration: none;
	padding-top: 105px;
	display: block;
	transition: opacity .3s ease-in-out;
}

.home-bottom section:nth-child(2) .category-icon a:hover {
	opacity: .5;
}

.home-bottom section:nth-child(2) #recipes a {
	background: url('images/recipes-icon.png') top center no-repeat;
	color: #ea886f;
}

.home-bottom section:nth-child(2) #fitness a {
	background: url('images/fitness-icon.png') top center no-repeat;
	color: #abd6cc;
}

.home-bottom section:nth-child(2) #travel a {
	background: url('images/travel-icon.png') top center no-repeat;
	color: #818286;
}

.home-bottom section:nth-child(2) #fashion a {
	background: url('images/fashion-icon.png') top center no-repeat;
	color: #bdb5aa;
}

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


/* Blog page
--------------------------------------------- */

.page-template-page_blog .content article:nth-child(odd) {
	margin-left: 0;
}

.page-template-page_blog .content .entry {
	margin-bottom: 0;
	padding-bottom: 0;
	min-height: 420px;
}

.page-template-page_blog .content .entry-title a {
	color: #58585a;
}
.page-template-page_blog .content .entry-header {
	background: none;
	padding-bottom: 0;
}

.page-template-page_blog .content .entry-title {
	text-align: center;
	font-size: 16.5px !important;
	padding: 0;
	text-transform: uppercase;
	font-family: "Montserrat", arial, sans-serif;
	margin-top: 8px;
	letter-spacing: 1.7px;
	font-weight: bold;
	line-height: 1.1;
}

.page-template-page_blog .content .entry-title a:hover {
   color: #adadad;
}

.page-template-page_blog .content article img {
   height: 340px;
   max-height: 340px;
   width: 340px;
   display: block;
   margin: 0 auto;
}

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

.recipes-top {
	background: #f5f5f5;
	padding: 20px;
}

.recipes-top .widget {
	float: left;
	margin-right: 1%;
	width: 32%;
}

.recipes-bottom {
	margin-top: 20px;
}

.recipes-bottom .widget {
	border-bottom: 1px dotted #333;
	clear: both;
	display: block;
	overflow: hidden;
	padding: 20px 0;
}

.recipes-bottom .widgettitle {
	font-size: 22px;
}

.recipes-bottom .gfwa-1,
.recipes-bottom .gfwa-5,
.recipes-bottom .gfwa-9,
.recipes-bottom .gfwa-13,
.recipes-bottom .gfwa-17,
.recipes-bottom .gfwa-21,
.recipes-bottom .gfwa-25,
.recipes-bottom .gfwa-29,
.recipes-bottom .gfwa-33,
.recipes-bottom .gfwa-37,
.recipes-bottom .gfwa-51,
.recipes-bottom .gfwa-55,
.recipes-bottom .gfwa-59,
.recipes-bottom .gfwa-63,
.recipes-bottom .gfwa-67,
.recipes-bottom .gfwa-71,
.recipes-bottom .gfwa-75,
.recipes-bottom .gfwa-79,
.recipes-bottom .gfwa-83,
.recipes-bottom .gfwa-87,
.recipes-bottom .gfwa-91,
.recipes-bottom .gfwa-95 {
	clear: both;
	margin-left: 0;
}

.recipes-bottom .featuredpost .entry-title,
.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: 13px;
	font-weight: 400;
	text-transform: none;
}

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

.before-header {
	background: #faf9f7;
	clear: both;
	text-align: center;
}

.before-header .inner {
	margin: 0 auto;
	padding: 23px 0 0;
	max-width: 1130px;
	position: relative;
}

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

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

.before-header .simple-social-icons,
.before-header #text-101 {
	position: absolute;
	bottom: -21px;
	right: 5px;
	z-index: 1;
}

.before-header .simple-social-icons ul li {
	margin: 0 3.7px 0 !important;
}
.before-header .simple-social-icons ul li:last-child {
	margin-right: 0 !important;
}

.before-header .simple-social-icons ul li a,
.before-header .simple-social-icons ul li a:hover,
.before-header .simple-social-icons ul li a:focus,
.before-header .simple-social-icons ul li a:active,
.before-header .simple-social-icons ul li a:visited {
	outline: none;
}

.before-header .simple-social-icons ul li a,
.before-header .simple-social-icons ul li a:hover {
	border-radius: 50%;
	font-size: 15px;
	transition: all .3s ease;
}

.before-header .simple-social-icons ul li a:hover {
	opacity: .5;
	transform: rotate(15deg);
}

.before-header .simple-social-icons ul li:nth-child(3n+1) a,
.before-header .simple-social-icons ul li:nth-child(3n+1) a:hover {
	background-color: #6D6E72 !important;
}

.before-header .simple-social-icons ul li:nth-child(3n+2) a,
.before-header .simple-social-icons ul li:nth-child(3n+2) a:hover {
	background-color: #94CABC !important;
}

.before-header .simple-social-icons ul li:nth-child(3n+3) a,
.before-header .simple-social-icons ul li:nth-child(3n+3) a:hover {
	background-color: #E67C66 !important;
}

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

.foodie-pro .site-header {
	background-position: center;
	background-color: #faf9f7;
	background: rgba(250,249,247,1);
	background: -moz-linear-gradient(-88deg, rgba(250,249,247,1) 0%, rgba(250,249,247,1) 65%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 100%) !important;
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(250,249,247,1)), color-stop(65%, rgba(250,249,247,1)), color-stop(66%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1))) !important;
	background: -webkit-linear-gradient(-88deg, rgba(250,249,247,1) 0%, rgba(250,249,247,1) 65%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 100%) !important;
	background: -o-linear-gradient(-88deg, rgba(250,249,247,1) 0%, rgba(250,249,247,1) 65%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 100%) !important;
	background: -ms-linear-gradient(-88deg, rgba(250,249,247,1) 0%, rgba(250,249,247,1) 65%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 100%) !important;
	background: linear-gradient(177deg, rgba(250,249,247,1) 0%, rgba(250,249,247,1) 65%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 100%) !important
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf9f7', endColorstr='#ffffff', GradientType=1 ) !important;
	padding: 0 0 20px;
	position: relative;
	height: 250px;
}

.site-header .wrap {
	margin: 0 auto;
	max-width: 1120px;
}

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

.title-area {
	padding: 16px 0;
	width: 360px;
}

.title-area h1 {
	margin: 0 auto;
}

.title-area p {
	margin: 0;
}

.header-image .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;
	display: block;
	height: 173px;
}

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

.site-description {
	color: #999;
	font-family: "Montserrat", arial, sans-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 {
	width: 305px;
	float: left;
	padding: 3px 0;
	margin-left: 0;
}
.header-full-width .site-title {
	text-indent: -99999px;
	background: url('images/logo.png') no-repeat;
	background-size: 100%;
	width: 305px;
	height: 140px;
}

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

/* Logo, hide text */

.header-image .site-header {
	background-position: center !important;
	background-size: 400px 170px !important;
}

.header-image .site-title a {
	float: none;
	min-height: 164px;
	width: 100%;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 720px;
}

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

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


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

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

.nav-primary .genesis-nav-menu .sub-menu li {
	display: block;
}

.nav-primary .genesis-nav-menu .sub-menu .menu-item > a {
	background-color: #59595c;
	color: #fff;
	letter-spacing: 1px;
	position: relative;
	width: 200px;
	float: none;
}

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

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

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

.nav-primary .genesis-nav-menu .sub-menu .menu-item > a:hover,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #59595c;
	background: #fff;
	float: none;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 50%;
	opacity: 1;
	margin-left: -80px;
}

.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 {
	margin: 0 0 20px;
	padding-top: 10px;
	top: 15px;
}

.site-header .sub-menu:before {
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #59595c;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
}

.site-header .sub-menu .sub-menu {
	margin-top: 0;
	padding-top: 0 !important;
	margin-left: 0 !important;
	top: 0;
}

.site-header .sub-menu .sub-menu:before {
	display: none;
}

.nav-primary .genesis-nav-menu .sub-menu .sub-menu a {
	background: #a7a9ac;
	float: none;
	padding: 1em 1em;
	font-size: 12px;
}
.nav-primary .genesis-nav-menu .sub-menu .sub-menu a:hover {
	background: #fff;
}
.menu-item .sub-menu .menu-item:hover .sub-menu {
	left: 100%;
	opacity: 1;
	display: block;
}

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

.nav-primary {
	margin: 79px 0 20px;
	float: right;
}

.nav-primary .genesis-nav-menu {
	border-top: none;
	border-bottom: none;
}

.nav-primary .genesis-nav-menu a,
.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #5a5b5d;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	float: left;
}

.nav-primary .genesis-nav-menu a:hover {
	color: #adadad;
}

.nav-primary .genesis-nav-menu .sub-menu .menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .menu-item > a:hover {
	padding: 1em 1em;
	font-size: 12px;
	transition: all .3s ease-in-out;
}

.nav-primary .genesis-nav-menu li:first-child:before {
	display: none;
}
.nav-primary ul.genesis-nav-menu > li:before {
	content: '/';
	padding: 0 15px;
	float: left;
}

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

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

.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: "Montserrat", arial, sans-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: #58585a;
	color: #fff;
	display: table;
	font-size: 14px;
	font-weight: 600;
	padding: 4px 17px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	font-family: "Montserrat", arial, sans-serif;
}

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

a.custom-more-link,
a.custom-more-link:hover {
	color: #abd6cd;
	text-decoration: none;
	font-style: italic;
}

/* Single
--------------------------------------------- */
.single .content .entry-time {
	display: block;
	margin: 0 auto;
	width: 78px;
	text-align: center;
	background: #58585a;
	color: #fff;
	padding: .1em 1em;
	font-family: "Montserrat", arial, sans-serif;
	font-style: normal;
	letter-spacing: 1.5px;
	font-size: 11px;
}

.single .content .entry-header {
	padding-bottom: 30px;
	background: url('images/poka-dot-border.png') bottom left no-repeat
}

.single .content .entry-title {
	font-size: 25px;
	line-height: 1.2;
	margin-bottom: 5px;
	text-align: center;
	margin-top: 5px;
	letter-spacing: 1px;
}

.single .content .entry-meta {
	text-align: center;
	text-transform: uppercase;
	font-style: normal;
	color: #58585a;
	font-weight: bold;
	letter-spacing: 1px;
}

.single .content .entry-meta span {
	color: #eb8670;
}

.single .content .entry-meta a span,
.single .content .entry-meta a:hover span {
	color: #a9d7cd;
}

.page .content .entry,
.single .content .entry {
	margin-bottom: 0;
	padding-bottom: 0;
	/*font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;*/
}

.single .content .pagination {
	margin: 20px 0 15px;
}

.page .content .entry-content a,
.single .content .entry-content a {
	color: #ec886e;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.page .content .entry-content a:hover,
.single .content .entry-content a:hover {
	opacity: .5;
}

.page .content .entry-content .ssbp-container a,
.single .content .entry-content .ssbp-container a {
	color: #515151;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

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

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

.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;
	transition: all .3s ease-in-out;
}

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

/* 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;
	color: #fff;
}

.pagination-next a,
.pagination-previous a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #58585a;
	font-size: 14px;
	letter-spacing: 2px;
	padding: .2em 1.1em;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
}

.pagination-next a:hover,
.pagination-previous a:hover {
	background: #adadad;
}
/*
After Entry
--------------------------------------------- */

.after-entry {
	margin-top: 18px;
}

.after-entry .widget {
	text-align: center;
}

.after-entry,
.after-entry-ads,
.after-entry-tiple,
.after-entry-featured {
	margin-bottom: 18px;
}

.after-entry .ssba img {
	width: auto !important;
	margin-bottom: 0;
	padding-bottom: 1px;
	transition: opacity .3s ease;
}

.after-entry .ssba a:hover img {
	opacity: .5;
}

.after-entry .ssba .leave-a-comment {
	text-align: center;
	background: url('images/comment-icon.gif') center left no-repeat;
	color: #929699;
	padding-left: 14px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

.after-entry > section {
	float: left;
	width: 46.717949%;
	border: 1px solid #f8d2c9;
	padding: 19px;
}

.after-entry > section:nth-child(even) {
	float: right;
	border-color: #e0f0ed;
	width: 51%;
}

.after-entry > section:nth-child(even) .widget-title {
	color: #8bbeaf;
}

.after-entry .widget-title {
	color: #ec886e;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	font-style: normal;
	line-height: 21px;
}

.after-entry .mab-widget .widgettitle {
	margin-bottom: 12px;
}

.after-entry .userstyle-0.magic-action-box .mab-wrap {
	border: none !important;
	background: none !important;
	padding: 0 !important;
}

.after-entry .userstyle-0.magic-action-box .mab-main-copy {
	display: none;
}

.after-entry .userstyle-0.magic-action-box .mab-main-action-wrap {
	margin: 0;
	padding-top: 9px;
}

.after-entry .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field {
	width: 35%;
	margin: 0 !important;
	float: left;
}

.after-entry .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field.mab-field-email {
	margin-left: 1% !important;
}

.after-entry .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field.mablast {
	width: 28%;
	margin-left: 1% !important;
	text-align: center;
}

.after-entry .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field input[type=text],
.after-entry .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field input[type=email] {
	border: 0 !important;
	padding: .2em .5em !important;
	font-style: italic !important;
	font-size: 12px !important;
	background-color: #d4ebe5!important;
	width: 100% !important;
	color: #59595b !important;
}

.after-entry .userstyle-0.magic-action-box .mab-main-action-wrap form input[type="submit"] {
	width: 100% !important;
	text-transform: uppercase;
	font-weight: bold !important;
	font-size: 11px !important;
	letter-spacing: 2px !important;
	border-radius: 0 !important;
	padding: .15em 1.5em !important;
	margin-top: 0 !important;
	position: relative;
	z-index: 1;
}

/* After Entry Ads
--------------------------------------------- */

.after-entry-ads {
	padding: 0 40px;
}

.after-entry-ads > section {
	float: left;
	width: 48.717948717948715%;;
	padding: 0;
	margin: 0;
	text-align: center;
}

.after-entry-ads > section:nth-child(even) {
	float: right;
}

.after-entry-triple {
	text-align: center;
}

/* After Entry Featured
--------------------------------------------- */

.after-entry-tiple {
	text-align: center;
}

/* After Entry Featured
--------------------------------------------- */

.single .rp4wp-related-posts {
	overflow: hidden;
}

.single .after-entry-featured .rp4wp-related-posts {
	background: #f3f0eb;
	padding: 0 22px 20px;
}

.single .rp4wp-related-posts li {
	float: left;
	width: 23.5%;
	clear: none;
	margin: 22px 0 0 2%;
	padding-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
	.single .rp4wp-related-posts li {
		width: 49%;
	}
}

@media only screen and (max-width: 320px) {
	.single .rp4wp-related-posts li {
		width: 100%;
		float: none;
	}
}

.single .rp4wp-related-posts li:nth-of-type(4n+1) {
	clear: both;
	margin-left: 0;
}

@media only screen and (max-width: 767px) {
	.single .rp4wp-related-posts li:nth-of-type(2n+1) {
		clear: both;
		margin-left: 0;
	}
}

@media only screen and (max-width: 320px) {
	.single .rp4wp-related-posts li:nth-of-type(n) {
		margin-left: 0;
	}
}

.single .rp4wp-related-posts .entry-header {
	background: none;
	padding-bottom: 0;
}

.single .rp4wp-related-posts .entry-title,
.single .rp4wp-related-post-content {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
	line-height: 1.2;
}

.single .content .rp4wp-related-post-content a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #58585a;
}

.single .rp4wp-related-post-content a:hover {
	color: #adadad;
}

.single .rp4wp-related-posts .rp4wp-related-post-image,
.single .rp4wp-related-post-image .wp-post-image {
	width: 100%;
	padding: 0;
}

.single .rp4wp-related-posts img {
	margin-bottom: 0;
}

.single .rp4wp-related-posts .entry-title a:hover {
   color: #adadad;
   transition: all .3s ease-in-out;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 14px;
	overflow: hidden;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
	background: #f3f0eb;
	height: 33px;
	box-shadow: none;
	border: none;
	padding: 0 16px;
}
.comment-respond #comment {
	background: #f3f0eb;
	box-shadow: none;
	height: 111px;
	border: none;
}

.comment-respond label {
	margin-right: 12px;
	font-family: 'brandon_grotesquebold', sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #a5a1a1;
	padding-left: 10px;
	display: none;
}

.comment-form input[type="checkbox"] + label {
	display: inline-block;
}

.comment-form p {
	margin-bottom: 0;
}

.comment-respond br {
	display: none;
}

.comment-list li article,
.ping-list li article {
	overflow: hidden;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	padding: 25px;
	overflow: hidden;
	background: #f3f0eb;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 10px 0;
}

.comment-list li li {
	margin-right: -1px;
	clear: both;
	padding: 25px;
	background: #e5ded4;
	position: relative;
	overflow: visible;
}

.comment-list li li:before {
	content: '';
	position: absolute;
	top: -15px;
	left: 30px;
	border-bottom: 15px solid #e5ded4;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}

.comment-list li.depth-1 #respond textarea,
.comment-list li.depth-1 #respond input[type=text] {
	background: #fff;
}

.comment-list li a {
	color: #555658;
}

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	float: left;
	font-weight: 700;
	padding: 0 0 10px;
	width: 100%;
	line-height: 1.2;
}

.comment-header
.comment-header a {
	color: #5a5b5e;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-size: 12px;
	font-weight: 300;
	color: #ec8870;
}

.comment-content {
	clear: both;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	border-radius: 50%;
	border: 0;
	padding: 0;
	max-width: 55px;
}

.alt,
.even {
	background-color: #fff;
}

.comment-reply {
	font-size: 12px;
	float: right;
}

.comment-reply a {
	color: #5a5b5e;
	display: inline-block;
	background: #fff;
	padding: 5px 15px;
	text-decoration: none;
	transition: background .3s ease-in-out;
}

.comment-reply a:hover {
	background: #d4ebe5;
}

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

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 12px;
	padding: 24px;
	clear: both;
}

.comment-fields {
	width: 33%;
	float: left;
}

.comment-fields p {
	margin-bottom: 5px;
}

p.comment-form-comment {
	margin-bottom: 5px;
}

.comment-fields + p.comment-form-comment {
	width: 66%;
	display: block;
	float: right;
}

.comment-avatar {
	width: 15%;
	float: left;
	text-align: center;
}
.comment-container {
	width: 85%;
	float: right;
}

.entry-comments {
	background: url('images/poka-dot-border.png') top left no-repeat;
	padding-top: 45px;
	margin-bottom: 15px;
}

#subscribe-reloaded {
	padding: .3em;
	border: none;
	background: #fff;
}

#commentform input[type=submit] {
	letter-spacing: 1px;
	width: 100%;
	background: #d4ebe5;
	color: #393a3c;
	padding: 1em;
	font-size: 13px;
	transition: background .3s ease-in-out;
}

#commentform input[type=submit]:hover {
	background: #ec8870;
}

#reply-title {
	position: relative;
	text-align: center;
	background: url('images/poka-dot-border.png') center left no-repeat;
	height: 16px;
	padding: 0;
	line-height: 16px;
}

#reply-title span {
	background: #fff;
	padding: .3em .5em;
}

#reply-title small {
	display: block;
	text-align: right;
	font-size: 12px;
	background: #fff;
	position: absolute;
	padding: .3em;
	clear: both;
	bottom: -39px;
	right: 0;
}

.depth-1 #reply-title span,
.depth-1 #reply-title small {
	background: #f3f0eb;
}

.depth-2 #reply-title span,
.depth-2 #reply-title small {
	background: #e5ded4;
}

#reply-title small a {
	text-decoration: none;
	transition: all .3s ease-in-out;
}

#reply-title small a:hover {
	opacity: .5;
}

p.comment-subscription-form {
	margin: 0;
	float: left;
}

.single .comment-subscription-form .subscribe-label {
	color: #58585a;
	font-size: 10px;
	position: relative;
	top: -3px;
}

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


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

.footer-widgets {
	background-position: center;
	background-color: #faf9f7;
	background: rgba(250,249,247,1);
	background: -moz-linear-gradient(92deg, rgba(250,249,247,1) 0%, rgba(250,249,247,1) 65%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 100%) !important;
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(250,249,247,1)), color-stop(65%, rgba(250,249,247,1)), color-stop(66%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1))) !important;
	background: -webkit-linear-gradient(92deg, rgba(250,249,247,1) 0%, rgba(250,249,247,1) 65%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 100%) !important;
	background: -o-linear-gradient(92deg, rgba(250,249,247,1) 0%, rgba(250,249,247,1) 65%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 100%) !important;
	background: -ms-linear-gradient(92deg, rgba(250,249,247,1) 0%, rgba(250,249,247,1) 65%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 100%) !important;
	background: linear-gradient(177deg, rgba(250,249,247,1) 0%, rgba(250,249,247,1) 65%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 100%) !important
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf9f7', endColorstr='#ffffff', GradientType=1 ) !important;
	color: #333;
	display: block;
	clear: both;
	overflow: hidden;
	padding: 200px 40px 0;
	text-align: center;
	top: -100px;
	position: relative;
	z-index: 0;
	margin-bottom: -100px;
}

.footer-widgets .wrap {
	max-width: 1120px;
	margin: 32px auto 0;
	position: relative;
	left: 0;
	padding: 20px 0 20px 25px;
}

.footer-widgets .wrap:before {
	content: '';
	width: 100%;
	height: 62px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #bebec0;
}

.footer-widgets-1 {
	margin-left: 0;
	float: left;
	width: 260px;
	position: relative;
}

.footer-widgets-1:after {
	content: '';
	width: 0;
	height: 114px;
	position: absolute;
	top: -45px;
	right: 0;
	border-right: 1px solid #bebec0;
}

.footer-widgets-2 {
	float: right;
	width: 67%;
	position: relative;
	top: -35px;
}

.footer-widgets-3 {
	float: left;
	margin-left: -23px;
	margin-top: 0;
	font-size: 9px;
	letter-spacing: 2px;
}

.footer-widgets-3 ul, .footer-widgets-3 ul li {
	margin: 0;
	padding: 0;
	display: inline-block !important;
	text-align: left;
	text-transform: uppercase;
}

.footer-widgets-3 ul li:before {
	content: '//';
	padding: 0 12px 0 4px;
	letter-spacing: -2px;
}

.footer-widgets-3 ul li:first-child:before {
	display: none;
}

.footer-widgets-3 ul li a {
	text-decoration: none;
	color: #58585a;
	transition: all .3s ease-in-out;
}

.footer-widgets-3 ul li a:hover {
	color: #adadad;
}

.footer-widgets-4 {
	float: right;
	color: #c3b49d;
	text-transform: uppercase;
	font-size: 11px;
	font-family: "Montserrat", arial, sans-serif;
	letter-spacing: 1px;
	margin-top: -50px;
}

.footer-widgets-4 a {
	color: #c3b49d;
	text-decoration: none;
}

.footer-widgets-5 {
	clear: both;
	display: block;
	padding-top: 10px;
}

.footer-widgets-5 section.widget {
	margin-bottom: 0 !important;
}

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

.footer-widgets .widgettitle {
}

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

.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-widgets .simple-social-icons ul li {
	margin: 0 25px 0 0 !important;
	padding: 0px !important;
	width: 24px !important;
	padding-right: 10px !important;
	text-align: center;
}

.footer-widgets .simple-social-icons ul li a,
.footer-widgets .simple-social-icons ul li a:hover {
	background-color: transparent !important;
	color: #58585a !important;
	font-size: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	transition: opacity .3s ease-in-out;
}

.footer-widgets .simple-social-icons ul li a:hover {
	opacity: .5;
}

.footer-widgets .mab-widget {

}

.footer-widgets .userstyle-0.magic-action-box .mab-wrap {
	background: transparent;
	border: none;
	padding: 0;
}

.footer-widgets .mab-widget h4 {
	display: none
}

.footer-widgets .mab-widget .mab-inside-wrap {
	float: right;
}

.footer-widgets .userstyle-0.magic-action-box .mab-wrap .mab-main-copy p {
	font-style: italic;
	letter-spacing: .175px !important;
	color: #59595b !important;
	white-space: nowrap;
	font-family: "Montserrat", arial, sans-serif;
	font-size: 13px !important;
	line-height: 18px !important;
	margin: 0 !important;
}

.footer-widgets .userstyle-0.magic-action-box .mab-wrap .mab-main-copy p span {
	color: #ec886e !important;
	font-weight: bold !important;
	font-size: 19px !important;
	letter-spacing: 2.6px !important;
	text-transform: uppercase;
	font-style: normal;
}

.footer-widgets .userstyle-0.magic-action-box .mab-main-action-wrap {
	margin-top: 14px;
	margin-left: 0 !important;
	white-space: nowrap;
}

.footer-widgets .mab-widget .mab-inside-wrap .magic-action-box form .mab-field {
	margin: 6px 5px 0 0 !important;
	padding: 0 !important;
}

.footer-widgets .userstyle-0.magic-action-box .mab-main-action-wrap form {
	position: relative;
	right: -30px;
}

.footer-widgets .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field input[type=text],
.footer-widgets .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field input[type=email] {
	border: 0 !important;
	width: 300px !important;
	padding: .5em 1.2em !important;
	font-style: italic !important;
	font-size: 16px !important;
	background-color: #e4ded2 !important;
}

.footer-widgets .userstyle-0.magic-action-box .mab-main-action-wrap form input[type="submit"] {
	width: auto !important;
	text-transform: uppercase;
	font-weight: bold !important;
	font-size: 14px !important;
	letter-spacing: 3px !important;
	/* margin-left: 10px; */
	margin-top: 0!important;
	border-radius: 0 !important;
	padding: .5em 1.38em !important;
	width: 130px !important;
}

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

.sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-left-page .sumome-share-client-animated {
	background: #aad4ca !important;
	color: #fff !important;
}

.foodie-pro div.easyrecipe div.ERSSavePrint span.ERSSaveBtnSpan a.bigoven span.ERSSaveIcon {
	background-image: url('images/save.png') !important;
}

/*
Additions by Lauren, Once Coupled, February 2017
---------------------------------------------------------------------------------------------------- */

/* New, Repeatable Styles */

.button {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	background: #58585a;
	font-size: 16px;
	letter-spacing: 2px;
	padding: 15px 30px;
}

.button:hover {
	color: #fff;
	background: #adadad;
}

h3,
h3 strong,
.player-container .copy {
	font-weight: 700;
}

.player-container .copy {
	display: block;
	font-family: "Montserrat", arial, sans-serif;
	color: #58585a;
	margin: 10px 0 16px;
	text-transform: uppercase;
	font-size: 22px;
}

/* Header */

.top-cta {
    background: #58585a;
    padding: 10px;
    text-align: center;
}

.top-cta li {
	display: inline-block;
	margin-left: 20px;
}

.top-cta li:first-of-type {
	margin-left: 0;
}

.top-cta a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.top-cta a:hover {
    color: #ddd;
}

.before-header #text-101,
.before-header .simple-social-icons {
	position: relative;
	bottom: initial;
	right: initial;
	float: right;
	margin-top: 10px;
	z-index: 1;
}

.before-header .simple-social-icons {
	margin-right: 5px;
}

.social-hgc {
	display: block;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background: #E67C66;
	margin-right: 5px;
}

.social-hgc:hover {
    opacity: .5;
    transform: rotate(15deg);
}

.hgcsvg {
	fill: #fff;
	width: 30px;
	height: 33px;
}

/* Home Page */

.home-middle-left {
	position: relative;
	width: 59%;
	padding-right: 5%;
}

.home-middle-left:before {
	content: '';
	position: absolute;
	width: 1600px;
	height: 9px;
	top: 800px;
	right: -800px;
	z-index: 1;
	background: url('images/home-middle-border.jpg') right repeat-x;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media only screen and (max-width: 1023px) {
	.home-middle-left:before {
		content: initial;
	}
}

.home-middle-left,
.home-middle-right {
    position: relative;
    padding-bottom: 60px;
}

.home-middle-left .widget_text:last-of-type,
.home-middle-right .widget_text:last-of-type {
    min-width: 300px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 150px);
}

.home-middle-left .textwidget {
	text-align: center;
}

.home-middle-right {
	margin: 0 0 60px;
	padding-right: 15px;
	text-align: center;
}

.home-middle-right .widget {
	clear: both;
}

.home-middle-right .widgettitle {
	font-size: 26px;
	color: #dd8c74;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 20px;
	line-height: 1.25;
}

.home-middle-right .widget_sp_image-description {
	max-width: 420px;
	margin: 0 auto 30px;
}

#text-105 {
	background: url('images/home-middle-border.jpg') bottom repeat-x;
	padding-bottom: 50px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
	#widget_sp_image-4 {
		background: url('images/home-middle-border.jpg') top repeat-x;
		padding-top: 50px
	}
}

#widget_sp_image-4 .widget_sp_image-image-link {
	display: block;
	background: url('images/sidebar-1.png') center top no-repeat;
	background-size: contain;
	padding: 60px 40px 0 40px;
	margin-bottom: 80px;
}

#widget_sp_image-4 .widget_sp_image-image-link img {
	margin: 0 0 -60px;
}

#widget_sp_image-3 .widget_sp_image-image-link {
	display: block;
	background: url('images/sidebar-2.png') center top no-repeat;
	background-size: contain;
	padding: 60px 40px 0 40px;
	margin-bottom: 140px;
}

#widget_sp_image-3 .widget_sp_image-image-link img {
	margin: 0 0 -120px;
}


/* Tabbed Content */

.home-tabs {
	margin: 80px 0;
}

.widget_hat_widget .widgettitle {
	font-weight: 700;
	font-size: 26px;
	letter-spacing: 2px;
}

.widget_hat_widget .tabs {
	border: 0;
}

.widget_hat_widget .tabs-menu {
	background: none;
	text-align: center;
}

.widget_hat_widget .tabs-menu li {
	border: none;
	float: none;
	display: inline-block;
	margin: 40px 20px 60px;
	width: 240px;
	position: relative;
}

@media only screen and (max-width: 1023px) {
	.widget_hat_widget .tabs-menu li {
		width: 180px;
	}
}

@media only screen and (max-width: 767px) {
	.widget_hat_widget .tabs-menu {
		margin: 0 0 20px;
	}
	
	.widget_hat_widget .tabs-menu li {
		width: auto;
		margin: 10px 5px;
	}
}

.widget_hat_widget .tabs-menu a {
	background: #e6ac96;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

.widget_hat_widget .tabs-menu a:hover {
	background: #dd8c75;
}

.widget_hat_widget .tabs-menu li:nth-of-type(3n+2) a {
	background: #b4d5cc;
}

.widget_hat_widget .tabs-menu li:nth-of-type(3n+2) a:hover {
	background: #8db3a8;
}

.widget_hat_widget .tabs-menu li:nth-of-type(3n+3) a {
	background: #bbb5aa;
}

.widget_hat_widget .tabs-menu li:nth-of-type(3n+3) a:hover {
	background: #e4e1de;
}

.widget_hat_widget .tabs-menu li.selected a {
	background: #dd8c75;
	color: #fff;
}

.widget_hat_widget .tabs-menu li.selected a:before {
	box-sizing: border-box;
    position: absolute;
    bottom: -25px;
    left: calc(50% - 15px);
    content: '';
    border: 15px solid transparent;
    border-top: 15px solid #dd8c75;
}

.widget_hat_widget .tabs-menu li.selected:nth-of-type(3n+2) a {
    background: #8db3a8;
}

.widget_hat_widget .tabs-menu li.selected:nth-of-type(3n+2) a:before {
    border-top-color: #8db3a8;
}

.widget_hat_widget .tabs-menu li.selected:nth-of-type(3n+3) a {
    background: #e4e1de;
}

.widget_hat_widget .tabs-menu li.selected:nth-of-type(3n+3) a:before {
    border-top-color: #e4e1de;
}

.widget_hat_widget .tabs-content {
	padding: 0;
}

.widget_hat_widget .loader-wrap {
	display: none !important;
}

.widget_hat_widget .entry-image {
	margin-bottom: 10px;
}

.widget_hat_widget .entry .entry-title {
	letter-spacing: 1px;
	line-height: 1.5;
	font-weight: 700;
	/*font-size: 12px;*/
	margin: 0;
}

/* Hashtag */

.hashtag {
    border-top: 7px double #eee;
    border-bottom: 7px double #eee;
    padding: 20px 0;
    margin: 0 0 40px;
}

.hashtag .hwu-headline {
    text-indent: -9999px;
    background: url('images/hashtag.png') top center no-repeat;
    width: 180px;
    height: 50px;
    margin: 0 auto 10px;
}

.hashtag .hwu-cta {
    max-width: 325px;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
}

.hashtag .hwu-info {
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 10px;
    color: #58585a;
}

/* End Additions by Once Coupled */

/*
Additions by Lauren, Once Coupled, February 2017
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {
	.before-header {
		overflow: auto;
	}
	.before-header #text-101 {
		margin: 0;
	}

	.before-header .simple-social-icons {
		position: relative;
		margin-bottom: 0;
		margin-right: calc(50% - 118px);
	}

	.before-header #text-101,
	.before-header .simple-social-icons {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

/* End Additions by Once Coupled */

/*
Additions by Lauren, Once Coupled, April 2017
---------------------------------------------------------------------------------------------------- */

.button.tasty-recipes-print-button {
	color: #fff !important;
	background: #333;
	font-size: 12px;
	padding: 5px 10px;
	margin-bottom: 10px;
	width: 150px;
	text-align: center;
	font-weight: 500;
}

.button.tasty-recipes-print-button .fa {
	margin-right: 5px;
}

.tasty-recipes {
    background: #F7F6F2 url(images/poka-dot-border.png) no-repeat scroll left top;
    padding: 26px;
    padding-top: 50px;
    margin-bottom: 40px;
    color: #555;
}

.tasty-recipes h1,
.tasty-recipes h2,
.tasty-recipes h3,
.tasty-recipes h4 {
	text-transform: none;
	margin-top: 0;
}

.tasty-recipes h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.tasty-recipes ul {
	margin-bottom: 20px;
}

.tasty-recipes-image-rating-print-container {
	text-align: center;
	margin-left: 0;
}

.tasty-recipes-image {
	border: 2px solid #999;
	float: none !important;
	display: inline-block;
}

.tasty-recipes-image img {
	display: block;
}

.tasty-recipes-rating {
	clear: both;
    margin: 4px 0 8px;
}

.tasty-recipes-rating:hover {
	opacity: 0.8;
}

.tasty-recipes-rating p {
    color: #333;
	margin: 0;
}

.tasty-recipes-details ul li {
	list-style-type: none;
	margin-left: 0;
	clear: left;
	font-size: 12px;
	line-height: 1.5;
	font-style: italic;
}

.tasty-recipes-details ul li.prep-time,
.tasty-recipes-details ul li.cook-time,
.tasty-recipes-details ul li.total-time {
	float: left;
	width: calc(30% - 50px);
	clear: none;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	margin-bottom: 10px;
	font-style: normal;
}

.tasty-recipes-details ul li.prep-time,
.tasty-recipes-details ul li.cook-time {
	border-right: 1px solid #ccc;
}

.tasty-recipes-details ul li.prep-time .tasty-recipes-label,
.tasty-recipes-details ul li.cook-time .tasty-recipes-label,
.tasty-recipes-details ul li.total-time .tasty-recipes-label {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.tasty-recipes-nutrition {
    text-align: center;
}

.tasty-recipes-nutrition ul {
    padding: 10px 0 !important;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.tasty-recipes-nutrition ul li {
    list-style-type: none;
    float: none;
    display: inline-block;
    margin: 0 5px;
    font-size: 13px;
}

.tasty-recipes-nutrition ul li:first-of-type {
    margin-left: 0;
}

.tasty-recipes-nutrition ul li:last-of-type {
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.tasty-recipes-image-rating-print-container {
		text-align: left;
	}

	.tasty-recipes-details ul li.prep-time,
	.tasty-recipes-details ul li.cook-time,
	.tasty-recipes-details ul li.total-time {
		float: none;
		width: 100%;
		padding: 0;
		border: 0;
		text-align: left;
		margin-bottom: 0;
		font-style: italic;
	}

	.tasty-recipes-details ul li.prep-time .tasty-recipes-label,
	.tasty-recipes-details ul li.cook-time .tasty-recipes-label,
	.tasty-recipes-details ul li.total-time .tasty-recipes-label {
		display: inline;
		text-transform: none;
		letter-spacing: initial;
	}
}

/* End Additions by Once Coupled */

/*
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 {
		background-size: contain !important;
	}

	.hashtag .hwu-headline {
	    background-image: url('images/hashtag@2x.png');
	    background-size: contain;
	}

}

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

	.foodie-pro .site-header  {
		min-height: 290px;
		padding: 20px 30px;
	}

	.home .site-inner {
		padding-left: 0 !important;
	}

	.home-middle,
	.home-middle-left {
		margin-left: 0 !important;
	}

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

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

	.nav-primary ul.genesis-nav-menu > li:before {
		padding: 0 8.8px;
	}

	.sidebar-primary {
		width: 366px;
	}

	.home-top section:nth-child(2n) article {
		width: 47%;
	}

	.home-middle .mab-widget h4 {
		float: none;
		max-width: 1039px;
		margin-left: 0;
	}

	.home-middle .mab-widget .mab-inside-wrap {
		float: none;
		margin: 5px auto;
	}

	.home-bottom section:nth-child(2) .category-icon {
		margin: 0 17.3px;
	}

	.footer-widgets-1 {
		float: none;
		width: 100%;
		text-align: center;
	}

	.footer-widgets-1:after {
		display: none;
	}

	.simple-social-icons ul {
		margin: 0 auto;
		padding: 0;
		float: none;
		display: inline-block;
	}

	.footer-widgets-2 {
		float: none;
		top: 0;
		text-align: center;
		width: 100%;
	}

	.footer-widgets-3,
	.footer-widgets-4 {
		margin: 0 auto;
		float: none;
	}

	.footer-widgets-3 section,
	.footer-widgets-4 section,
	.footer-widgets-4 section p,
	.footer-widgets-5 section,
	.footer-widgets-5 section p {
		margin-bottom: 0 !important;
	}

	.footer-widgets .wrap {
		margin: 32px 0;
		left: 0;
		padding-left: 0 !important;
	}

	.page-template-page_blog .content article img {
		height: auto;
		width: auto;
	}

	.footer-widgets .userstyle-0.magic-action-box .mab-main-action-wrap form {
		right: 0;
	}
}

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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.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%;
	}

	.foodie-pro .site-header {
		padding: 20px 0;
	}

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

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

	.before-header .simple-social-icons {
		position: static;
		text-align: center;
		display: inline-block;
	}

	.site-inner,
	.home .site-inner {
		padding-left: 5% !important;
		padding-right: 5%;
	}

	.header-full-width .title-area {
		float: none;
		margin: 0 auto;
	}

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

	.nav-primary  {
		margin: 60px 0 0;
		float: none;
		clear: both;
	}

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

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

	.nav-primary .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 {
		margin: 0;
	}

	.sidebar-primary {
		margin-top: 75px;
	}

	.sidebar-primary:before {
		transform: rotate( -3deg );
	}

	.sidebar-primary .profile-details {
		padding-top: 30px;
	}

	.sidebar-primary .mab-widget h4.widget-title {
		margin-top: 15px;
	}

	.sidebar-primary .userstyle-0.magic-action-box .mab-main-action-wrap {
		width: 100%;
	}

	.sidebar-primary .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field {
		width: 49%;
	}

	.sidebar-primary .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field input[type=text],
	.sidebar-primary .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field input[type=email] {
		width: 100% !important;
	}

	.sidebar-split-left,
	.sidebar-split-right {
		padding: 0 2%;
	}

	.home-middle-left {
		width: 100%;
		float: none;
	}

	.home-bottom section:nth-child(1) {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.home-middle-right,
	.home-bottom section:nth-child(2) {
		width: 100%;
		float: none;
		text-align: center;
	}

	.home-middle .userstyle-0.magic-action-box .mab-main-action-wrap {
		margin: 0 !important;
	}

	.archive .content .featured-content .entry, .category-index .featured-content .entry {
		max-width: 100%;
	}

	.archive .content img, .category-index .featured-content img {
		max-height: 100%;
	}
}

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

	.foodie-pro .site-header {
		height: auto;
		min-height: 290px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}

	.menu-toggle {
		background: transparent;
		cursor: pointer;
		min-height: 52px;
		position: relative;
		width: 100%;
		margin-top: 30px;
	}

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

	.nav-primary .genesis-nav-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu a,
	.nav-primary .genesis-nav-menu a:hover,
	.nav-primary .genesis-nav-menu > .first > a,
	.nav-primary .genesis-nav-menu > .first > a:hover,
	.nav-primary .genesis-nav-menu > .last > a,
	.nav-primary .genesis-nav-menu > .last > a:hover {
		padding: 16px !important;
	}

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

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

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

	.nav-primary ul.genesis-nav-menu > li:before {
		display: none;
	}

	.nav-primary .genesis-nav-menu a,
	.nav-primary .genesis-nav-menu a:hover,
	.nav-primary .genesis-nav-menu .current-menu-item > a {
		float: none;
	}

	.nav-primary .genesis-nav-menu .sub-menu {
		border-top: 1px solid #9D9D9D;
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
		left: auto !important;
		margin-left: 0 !important;
		padding-top: 0;
	}

	.nav-primary .genesis-nav-menu .sub-menu:before {
		display: none;
	}

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

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

	.nav-primary .genesis-nav-menu .sub-menu .menu-item > a:hover {
		background: transparent;
	}

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

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

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

	.before-header .widget {
		padding-bottom: 0;
		padding-top: 0;
	}

	.before-header .enews-widget .widgettitle,
	.before-header .enews-widget p,
	.before-header .enews-widget #subscribe,
	.before-header .enews-widget input,
	.before-header .enews-widget input[type="submit"] {
		display: block;
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}

	.home-middle .mab-widget {
		background-image: none;
	}

	.home-top section:first-child {
		float: none;
		text-align: center;
		margin: 0 auto;
		width: auto;
		max-width: 440px;
	}

	.home-top section:nth-child(2n) {
		float: none;
		width: auto;
		margin: 0 auto;
		max-width: 586px;
	}

	.footer-widgets {
		top: -200px;
		margin-bottom: -200px;
	}

}

@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,
	.sidebar-split-left,
	.sidebar-split-right,
	.sidebar-split-bottom,
	.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%;
	}

	.sidebar-primary:before {
		transform: rotate( -3.5deg );
	}


	.sidebar-split-left .featured-content img {
		width: 75%;
		margin: 0 auto 20px;
		display: block;
	}

	.sidebar-split-left .featured-content .entry {
		margin-bottom: 20px;
	}

	.sidebar-primary .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field {
		width: 100%;
		margin-bottom: 5px !important;
	}

	.home-middle .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field input[type=text],
	.home-middle .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field input[type=email] {
		width: 100% !important;
	}

	.home-middle-left .alignleft {
		float: left;
	}

	.home-bottom section:nth-child(2) .category-icon {
		width: 48%;
		margin: 0 0 20px;
	}

	.home-middle .userstyle-0.magic-action-box .mab-wrap .mab-main-copy p {
		white-space: normal;
	}

	.footer-widgets .mab-widget .mab-inside-wrap {
		float: none;
	}

	.footer-widgets .userstyle-0.magic-action-box .mab-wrap .mab-main-copy p {
		white-space: normal;
	}

	.footer-widgets .userstyle-0.magic-action-box .mab-wrap .mab-main-copy p span {
		display: block;
	}

	.footer-widgets .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field input[type=text],
	.footer-widgets .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field input[type=email] {
		width: 100% !important;
	}

	.after-entry .userstyle-0.magic-action-box .mab-main-action-wrap .mab-field {
		width: 100%;
		margin-bottom: 5px !important;
	}

	.after-entry > section,
	.after-entry > section:nth-child(even) {
		float: none;
		width: 100%;
		margin-bottom: 18px;
	}

	.after-entry > section:nth-child(even) {
		margin-bottom: 0;
	}

	.after-entry-ads {
		padding: 0;
	}

	.comment-fields,
	p.comment-form-comment {
		width: 100% !important;
		float: none;
	}

	.comment-avatar {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}

	.comment-avatar .avatar {
		display: block;
		margin: 0 auto;
		float: none;
	}

	.comment-container {
		width: 100%;
		float: none;
	}

	.comment-list li li {
		margin-left: 0;
	}
}

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

	.sidebar-primary:before {
		transform: rotate( -6deg );
	}

	.home-middle-left .alignleft {
		float: none;
		margin: 0 !important;
	}

	.home-middle-left .alignleft img {
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}

	.home-middle-left .featured-content .entry-content {
		margin-left: 0;
	}

	.home-middle-left .featured-content .entry-meta {
		position: static;
		margin: 5px auto;
	}

	.after-entry-featured {
		display: none;
	}

	.home-top section:nth-child(2n) article {
		width: 100%;
		margin: 0 auto 5px !important;
		float: none;
	}

	.category-index .featured-content .entry {
		width: 100%;
		margin-left: 0;
	}

	.category-index ul li {
		font-size: 13px;
		text-align: center;
		width: 100%;
	}

	.home-bottom section:nth-child(1) h2:before,
	.home-bottom section:nth-child(1) h2:after {
		display: none;
	}
}

@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,
	.sidebar-split-left,
	.sidebar-split-right,
	.sidebar-split-bottom,
	.odd {
		margin-left: 0;
		width: 100%;
	}

	.header-full-width .site-title,
	.site-header .title-area {
		max-width: 100%;
	}

	.before-header .simple-social-icons {
		position: relative;
	}

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

	.recipes-bottom .entry {
		margin: 0;
		width: 100%;
	}

	.recipes-top .widgettitle {
		font-size: 10px;
	}

	.slide-excerpt {
		display: none;
		visibility: hidden;
	}

	.sidebar-primary:before {
		transform: rotate( -8deg );
	}

	.user-profile .avatar-230 {
		margin-right: 0;
		float: none;
	}

	.sidebar-primary .profile-details {
		padding-top: 10px;
	}

	.sidebar-primary .category-icon {
		width: 100%;
	}

	.sidebar-primary .category-icon:nth-child(2n+2) {
		margin-left: 0;
	}

	.footer-widgets .simple-social-icons ul li {
		margin-right: 9px !important;
	}

	.home-top section:nth-child(2n) article {
		max-width: 100%;
		margin: 20px 0 !important;
	}

}


/*
Additions by AdThrive Jute 5, 2017
---------------------------------------------------------------------------------------------------- */

.jwplayer {
margin-bottom: 20px !important;
}

/* Start additions by Nelson, Once Coupled January 2018 */

.before-header .search-form {
  float: right;
  clear: both;
  position: relative;
  z-index: 9;
}

.before-header .search-form input[type=search] {
  width: 245px;
  margin-top: 12px;
}

@media only screen and (max-width: 1023px) {
	.before-header .search-form input[type=search] {
		margin-top: 0;
	}
}

.before-header .widget {
  max-width: initial;
}

.oc-jtr {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
  font-size: 11px;
  color: #eb8670;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 424px) {
	.oc-jtr {
		display: block;
		margin-top: -15px;
		margin-bottom: 20px;
	}
}

.oc-jtr:hover {
  color: #eb8670;
  opacity: 0.7;
}

.oc-jtr::before {
	content: '\2022';
	display: inline-block;
	margin-right: 5px;
}

@media only screen and (max-width: 424px) {
	.oc-jtr::before {
		content: none;
	}
}

.single .content .entry-header{
  text-align: center;
}

.single .content .entry-meta {
  display: inline-block;
}

@media only screen and (max-width: 1023px) {
  .before-header .search-form {
    float: none;
    margin: 0 auto;
    width: 33%;
  }
}

@media only screen and (max-width: 700px) {
  .before-header .search-form {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .before-header .search-form {
    width: 66%;
  }

  .before-header .search-form input[type=search] {
  	width: 100%;
  }
}

/* End additions by Nelson, Once Coupled January 2018 */