/**
 * Theme Name: Foodie Pro
 * Description: Child theme for Just Plum Crazy
 * Version: 3.1.0
 * Template: genesis
 * Template Version: 2.0.1
 *
 * License: GPL-2.0+
 * License URI: http://www.opensource.org/licenses/gpl-license.php
 */

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

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {font-family: sans-serif;-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;}

body {margin: 0}


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

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

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

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

[hidden],
template {
	display: none;
}




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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


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

img {
	border: 0;
}

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


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

figure {
	margin: 1em 37px;
}

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

pre {
	overflow: auto;
}

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


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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

	-webkit-appearance: button;
}

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

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

input {
	line-height: normal;
}

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

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

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

	-webkit-appearance: textfield;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

.amazon{background:#ffc400;margin:auto;text-align:center;text-transform:uppercase;
	padding:15px 42px;border-radius: 12px;box-shadow:5px 5px 8px #999;max-width:300px}
.amazon:hover{opacity:.7}

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

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

td,
th {
	padding: 0;
}


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

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


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

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

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


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


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

body {background: #fff;color: #222;font-family: "Raleway", Arial, Helvetica, sans-serif;font-size: 20px;font-weight: 400;letter-spacing: 0.3px;line-height: 1.7;}


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

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

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

a {background-color: transparent;color:#26cecf ;text-decoration:none }
.entry-content p a{border-bottom: 3px solid #e27d60}
.entry-content p a:hover{border-bottom: 3px solid #e27d60}
.swp_social_panel a{color:#fff !important}
a:active,a:hover {outline: 0}
a img {margin-bottom: 17px;}

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

a:hover,
a:focus {opacity: 0.7;}

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

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

strong {
	font-weight: 600;
}

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

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

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

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

pre {
	background: #efefef;
	color: #010101;
	margin-bottom: 37px;
	overflow: scroll;
	padding: 37px;
	white-space: pre;
}

cite {
	font-style: normal;
}


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

h1,h2,h3,h4,h5,h6 {font-family: "Raleway", Arial, Helvetica, sans-serif;font-weight: 800;letter-spacing: 1px;
	line-height: 1.3;margin: 7px 0 17px;padding: 0}

h1 {font-size: 36px;}
h1 a {font-style: normal;}
h2 {font-size: 32px;}
h3 {font-size: 22px;}
h4 {font-size: 18px;}
h5 {font-size: 13px;}
h6 {font-size: 11px;}

.entry-content h2{font-size:32px;padding-top:12px}

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

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

img {
	height: auto;
}

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


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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

.button,
.button-secondary,
a.more-link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.more-from-category a,
.sidebar .button,
.sidebar .more-from-category a {
	background: #010101;
	border: 1px solid #010101;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	font-family: "Karla", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 7px 17px;
	text-transform: uppercase;
	width: auto;
}

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

.button:hover,
.button:focus,
a.more-link:hover,
button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.more-from-category a:hover {
	background: #fff;
	color: #010101;
}

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

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

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

.buttonorange{background:#ff9900;padding:12px 20px;color:#fff !important;text-transform:uppercase;}


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


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

.site-container {margin: 0 auto;}
.content-sidebar-wrap,.wrap{margin: 0 auto;max-width:1500px}
.site-inner{border-top:1px solid #e8e8e8;padding-top:30px}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content {
	width: 860px;
}

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

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

/* Content */
.content {
	float: right;
	width: 75%;
}

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

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

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

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

/* Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 23%;
}

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

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

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


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

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


/*
Common Classes
---------------------------------------------------------------------------------------------------- */


/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.search-form {
	background: #fff;
	border: 1px solid #eee;
	padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}


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

.breadcrumb {margin-bottom: 20px;}
.author-box {margin-bottom: 20px;padding: 20px;}
.author-box-title {color: #111;font-size: 17px;margin-bottom: 4px;margin-top: 0;}
.author-box p {margin: 0;}
.author-box .avatar {margin-right: 21px}
.archive-description {padding: 12px 0 20px 0;text-align:center;max-width:750px;margin:auto;font-size:16px}




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

.entry-title {margin: 0px;}
h1.entry-title,.entry-title a,
.sidebar .widgettitle a {color: #010101;text-decoration: none;}
.entry-title a:hover,.sidebar .widgettitle a:hover {opacity: 0.7;}
.widgettitle {font-size: 22px !important;font-weight: 700;color:#333 !important;
	letter-spacing: 2px;margin:0;text-transform: uppercase;margin-bottom:20px}
.sidebar .widgettitle a {border: none;}


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

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

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


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

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


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


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

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

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

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

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

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

.sidebar .featured-content .entry-title {
	font-family: "Muli", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: none;
}

.widget-wrap{margin-bottom:30px}



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


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

.enews-widget {
	background: #f7f9fc;
	color: #010101;
	padding: 17px;
	text-align: center;
}

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

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

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

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

.after-entry .enews-widget {
	margin-bottom: 37px;
}

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

.before-header .enews-widget .widgettitle,
.content .enews-widget .widgettitle {
	font-size: 17px;
}

.before-header .enews-widget form,
.content .enews-widget form {
	display: inline;
	float: right;
	width: auto;
}

.before-header .enews-widget input,
.content .enews-widget input {
	border: 0;
	display: inline;
	float: left;
	margin: 0 7px 0 0;
	width: auto;
}

.before-header .enews-widget input[type="submit"],
.content .enews-widget input[type="submit"] {
	display: inline;
	float: right;
	margin: 0;
	width: auto;
}


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

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 17px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 12px;
}





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


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

.home-middle {
	margin: 0 0 77px;
}

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

.simple-grid .entry-title {
	font-size: 11px;
	letter-spacing: 1.5px;
}

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

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

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


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

.recipes-top {
	border-bottom: 1px solid #eee;
	padding: 21px 0;
}

.recipes-top .widget {
	float: left;
	margin-right: 3%;
	width: 31%;
}

.recipes-top .widget:nth-child(3) {
	margin-right: 0;
}

.recipes-top .search-form {
	border: 0;
	border-bottom: 1px solid #eee;
	padding: 0 11px;
}

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

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




/*
Site Navigation
----------------------------------------------------------------------------- */
#genesis-nav-primary{max-width:60%;float:right}
.genesis-nav-menu {background: #fff;text-align:right;padding-top:10px}
body.home .genesis-nav-menu{border-bottom:0px}
.genesis-nav-menu aside {display: inline-block;height: 32px;
	vertical-align: middle;width: auto;}
.genesis-nav-menu .menu-item {display: inline-block;font-size: 16px;margin: 0;
	padding: 0;text-align: left;}
.genesis-nav-menu a {color: #333 !important;display: block;padding: 12px 15px;
	position: relative;text-decoration: none;text-transform: uppercase}
.genesis-nav-menu a:hover,.genesis-nav-menu a:focus,.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {color: #fb6a4a;}
.genesis-nav-menu a.last {padding-right: 0;}
.genesis-nav-menu .sub-menu {border-bottom: 5px solid #010101;opacity: 0;
	position: absolute;left: -9999px;-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;width: 230px;z-index: 2000}
.genesis-nav-menu .sub-menu a {background-color: #fff;letter-spacing: 1px;
	padding: 20px;position: relative;width: 230px;}
.genesis-nav-menu .sub-menu .sub-menu {margin: -52px 0 0 200px;}
.genesis-nav-menu .menu-item:hover,.genesis-nav-menu .menu-item:focus,.genesis-nav-menu .menu-item.menu-item-hover {position: static;}
.genesis-nav-menu .sub-menu .current-menu-item > a {color: #aaa;}
.genesis-nav-menu .sub-menu a:hover,.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	background: #010101;color: #fff !important;;}
.genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item.menu-item-hover > .sub-menu {opacity: 1;left: auto;}
.genesis-nav-menu > .first > a {padding-left: 0;}
.genesis-nav-menu > .last > a {padding-right: 0;}
.genesis-nav-menu > .right {color: #fff;float: right;
	list-style-type: none;padding: 27px 0;}
.genesis-nav-menu > .right > a {display: inline;padding: 0;}
.genesis-nav-menu > .rss > a {margin-left: 47px;}
.genesis-nav-menu > .search {/*! padding: 11px 0 0; */}
.genesis-nav-menu .search-form {/*! display: inline-block; *//*! margin-left: 27px; */
	/*! vertical-align: middle; *//*! width: auto; */}
.sidebar .menu-item a {text-decoration: none;}
.genesis-nav-menu > .menu-item-has-children > a:after {content: "▼";display: inline-block;
	-webkit-font-smoothing: antialiased;font: normal 16px/1;
	padding-left: 7px;vertical-align: middle;margin-bottom:5px;}

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


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

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

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




/*================ HEADER ================== */
.utility-bar {background-color: #333;color: #fff;
 font-size: 12px;padding: 10px 0;padding: 1rem;}
.utility-bar a {color: #fff;padding-right:10px}
.utility-bar a:hover {text-decoration: underline;}
.utility-bar-left,.utility-bar-right {width: 50%;}
.utility-bar-left p,.utility-bar-right p {margin-bottom: 0;}
.utility-bar-left {float: left;}
.utility-bar-right {float: right;text-align: right;}
.utility-bar input[type="search"] {background: inherit;padding: 10px 0 0;padding: 1.0rem 0 0;}
.utility-bar ul .menu-item{display:inline}
.utility-bar .widget-wrap{margin-bottom:0}


.site-header{padding:15px 0 10px 20px;width:100%}
.site-title a,.site-title{display:none}
.site-header a img{margin-bottom:0}
.site-header h1 a{display:none}
.site-header h1{font-size:16px;font-weight:300;margin:0}
.title-area{max-width:25%;float:left;}
.header-widget-area{float:right}
ul.social li{list-style:none;display:inline}
.social a{padding:0px 10px}
.popmake-96043{color:#ff9900}
.popmake-96043:hover{text-decoration:underline}

/*======================  SLIDE OUT SEARCH ========================*/
form.search-form{border:0px;background:transparent;position:relative;top:5px}
.search .search-form {text-align: center;}
.search .search-form input[type="search"] {position: relative;width: 1px;padding: 6px 12px;border: none;border-radius: 4px;
    background-color: transparent;font-size: 15px; cursor: pointer;-webkit-transition: width 500ms ease, background 400ms ease;
    transition: width 500ms ease, background 400ms ease;position:relative;bottom:8px}
.search .search-form input[type="search"]:focus {width: 250px;outline: 0;background-color: #fff;cursor: text;}
.genesis-nav-menu .search input[type="submit"] {clip: rect(0, 0, 0, 0);position: absolute;width: 1px;height: 1px;
    margin: -1px;padding: 0;border: 0;}
.search .search-form:before {top: 50%;left: 50%;width: 20px;height: 20px; -webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.home .search .search-form:before {color: #fff}
.site-container.white .search .search-form:before {color: #999;}

@media only screen and (max-width: 862px) {
    .nav-primary .genesis-nav-menu {display: block;}
}
@media only screen and (max-width: 800px) {
    .menu-item.search {/*! margin-bottom: 10px; *//*! margin-left: 20px; */ }
    .search .search-form:before {position: absolute;top: 10px;left: 0;
        color: #999;-webkit-transform: none;transform: none}
    .search .search-form {text-align: left; }
    .search .search-form input[type="search"] {padding-right: 0;padding-left: 0; }
}

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

.entry {margin-bottom: 37px;padding:0 30px}
.entry-content .attachment a,
.entry-content .gallery a {border: none;}

.entry-content ol,.entry-content p,
.entry-content ul,.quote-caption {margin-bottom: 20px;}
.entry-content ol li,
.entry-content ul li {margin: 0 0 5px 37px;}
.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: 27px;}

.entry-header {color: #333;margin:0px;}
.simple-grid .entry-header {margin: 0 0 17px}
.entry-meta {font-size: 12px;display:inline-flex}
.entry-meta a {color: #333;text-decoration:underline}
.entry-categories,
.entry-tags {display: block;}
.entry-time{margin-right:5px;}
.entry-author{margin:0 5px}
.more-link {display: table;margin: 37px 0;}

footer.entry-footer{display:none}

/* ======= PAGINATION ============ */
.archive-pagination {clear: both;font-size: 13px;margin: 17px 0;text-align:center}
.archive-pagination li {display: inline;padding: 0 5px;}
li.pagination-next,li.pagination-previous {border: 0 !important;}
div.pagination-next,div.pagination-previous {border: 0 !important;float: left;max-width: 11%;}
div.pagination-next {float: right;}
.archive-pagination a {color: #010101;background:#f9f9f9;padding:10px;letter-spacing: 2px;
	   text-decoration: none;text-transform: uppercase;}
.archive-pagination a:hover,.archive-pagination a:focus,
.archive-pagination li.active a {color: #999;}
.pagination {margin: 0 0 17px;}


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

.comment-respond,.entry-comments {padding: 17px 0;font-size:16px}
.entry-comments .comment-author {margin: 0;}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {width: 50%;}
.comment-respond label {display: block;margin-right: 12px;}
.comment-list li,.ping-list li {list-style:none;max-width:1200px }
 ol.comment-list li article {border:1px solid #eee;margin:12px;list-style:none;border-left:20px solid #eee}
.comment-list li ul li{border:0px;padding-left:50px;padding-top:20px}
.comment-list li li {margin-right: -32px;}
.comment-list li.depth-1 {padding: 22px 0;}
.comment-header {margin: 0 0 17px;}
.form-allowed-tags {background: #f7f9fc;font-size: 12px;padding: 22px;}
.comment-meta a {color: #302a2c;}

.comment-reply a {color: #aaa;font-size: 11px;letter-spacing: 2px;text-transform: uppercase;}
.comment-meta {margin: 0;}
.comment-time a {color: #aaa;font-size: 11px;display:none}
p.comment-author{font-weight:bold}
#comments.entry-comments article{padding-left:20px}

h3#reply-title{clear:both}
p.akismet_comment_form_privacy_notice{text-align:center;font-size:15px;margin:0;}
#respond.comment-respond{margin:140px auto 100px auto;background:#f8f8f8;
	max-width:1500px;padding:30px 80px 0 80px;overflow:hidden;clear:both;}
#comments.entry-comments{padding:80px;max-width:1500px;margin:auto}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar{position:relative;z-index:10}
.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: 12px}
.sidebar a {color: #010101;font-weight: 600;}

.textwidget,.custom_html_widget{font-size:15px}
.sidebar h3.widget-title{border-bottom:3px solid #333}
.textwidget h2,.custom-html-widget h2{font-size:16px;letter-spacing:0;text-transform:none}

.cat-item {list-style-type: none;}
.sidebar .search-form {width: 100%;}
.sidebar .widget_search {border: 0;}
.sidebar a img {margin-bottom: 0;}

section#recent-posts-7 ul li {font-size:16px;line-height:1.5em}



/*====== FOOTER =========*/
#footer_branding{margin-top:0 !important;padding:12px 0}
.nav-secondary{background:#333}
ul#menu-top-menu-1{background:#333;border-bottom:0px;padding-bottom:10px;margin-top:50px;text-align: center}
.site-footer{background:#000;margin-top:0 !important}
.site-footer {color: #fff;font-size: 9px;letter-spacing: 2px;
	padding: 27px 0;text-align: center;text-transform: uppercase;}
.site-footer a,ul#menu-top-menu-1 a  {color: #fff !important;text-decoration: none}
.site-footer p {margin: 0;max-width:850px;margin:auto}

section.mv-create-card{margin:auto}
.mv-create-copy,.mv-create-category{display:none}
.single-post .adjacent-entry-pagination{display:none}

/*============= SINGLE POSTS ================ */
.custom-content{clear:both;height:400px;background:#dff6f6;margin-top:100px;z-index:0;position:relative}
.custom-content .wrap{background:#fff;padding:30px 10px 10px 20px;-webkit-box-shadow: 10px 10px 31px -9px rgba(145,145,145,1);
  -moz-box-shadow: 10px 10px 31px -9px rgba(145,145,145,1);max-width:1200px;margin:auto;
  box-shadow: 10px 10px 31px -9px rgba(145,145,145,1);position:relative;top:-60px}
.border-top,.border-bottom{background:#fff;clear:left}
.rpbt_shortcode a{font-style:normal;font-size:16px;line-height:1.4em}
.rpbt_shortcode h3{text-align:center;font-size:24px}



@media only screen and (max-width: 1023px) {
	.custom-content{clear:both;height:auto;background:#fff;margin-top:30px;z-index:0;position:relative}
  .custom-content .wrap{background:#fff;padding:0;-webkit-box-shadow: 0px 0px rgba(145,145,145,1);
  -moz-box-shadow:0px 0px rgba(145,145,145,1);box-shadow: 0px 0px rgba(145,145,145,1);position:relative;top:0px}
	
	#rpbt-related-gallery-1 .gallery-item {float: none !important;width: 100% !important}
	
	h3#reply-title{clear:both}
p.akismet_comment_form_privacy_notice{text-align:center;font-size:15px;margin:0;}
#respond.comment-respond{margin:150px auto 0 auto;background:#f8f8f8;
	max-width:1500px;padding:30px 20px 0 20px;overflow:hidden}
#comments.entry-comments{padding:80px;max-width:1500px;margin:auto}
}


.couponrow{clear:both;overflow:hidden;padding:30px 0;margin-bottom:20px;background:#f8f8f8;border:double 5px}
.couponrow .one-fourth{width:20%;text-align:center}
.couponrow .two-thirds{width:60%}
.couponrow .one-fourth:last-of-type{background:#444;padding:12px }
	

/*
Media Queries
----------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
	.header-image .site-header {
		-webkit-background-size: contain !important;
		background-size: contain !important;
	}
}

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

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

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

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

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

	.sidebar-primary {
		width: 300px;
	}
}

@media only screen and (max-width: 1023px) {
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.alt-sidebar-content .content-sidebar-wrap,
	.alt-sidebar-content .content,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.before-header .enews-widget p {
		display: none;
	}
	

}

@media only screen and (max-width: 940px) {
	
	.menu-item.search,form.search-form{display:none}
	
	.site-header,.title-area,#genesis-nav-primary{width:100%;float:none;text-align:center;margin:auto;}
	.menu-toggle,.sub-menu-toggle {display: block;visibility: visible;}
	.menu-toggle {background: transparent;cursor: pointer;
		min-height: 52px;position: relative;width: 100%}
	.menu-toggle span {margin-left: -10px;top: 23px;left: 50%;}

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

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

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

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

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

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

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

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

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

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

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

	nav {
		display: none;
		position: relative;
	}

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

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

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

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

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

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

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

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

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

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

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

	
}

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

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

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

	.brunch-pro .simmer-embedded-recipe .simmer-recipe-title a,
	.brunch-pro .simmer-icon-print,
	.brunch-pro .simmer-recipe-description img,
	.brunch-pro .simmer-recipe-details,
	.brunch-pro .simmer-recipe-details li,
	.brunch-pro .simmer-recipe-ingredients,
	.brunch-pro .simmer-recipe-instructions {
		border: 0;
		clear: both;
		display: block;
		float: none;
		margin: 0 auto;
		max-width: 100%;
		width: 100%;
	}

	.brunch-pro .simmer-recipe-description img {
		margin-bottom: 10px;
	}
}

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

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

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

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

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

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

	.before-header .enews-widget input[type="submit"],
	.home .content .enews-widget input[type="submit"] {
		display: block;
		float: none;
		margin: 0 auto;
		width: 100%;
	}
}


.win{background:#d0dab4;padding:20px 40px;color:#fff !important;font-size:20px;text-transform:uppercase;
border-left:#26cecf 10px solid;-webkit-box-shadow: 3px 4px 35px 0px rgba(77,76,77,0.75);
-moz-box-shadow: 3px 4px 35px 0px rgba(77,76,77,0.75);
box-shadow: 3px 4px 35px 0px rgba(77,76,77,0.75);width:250px;text-align:center}
.win a{color:#333 !important}
.win:hover{background:#26cecf }

.cta{background:#dff6f6;text-align:center;padding:20px;color:#147778;font-size:20px;letter-spacing:1px}
.amazon{background:#ffc400;text-align:center;padding:20px 10px;font-size:20px;letter-spacing:1px;margin:50px auto;max-width:500px;border-radius:10px;-moz-border-radius:10px;
-webkit-box-shadow: 6px 6px 16px 0px rgba(133,133,133,1);-moz-box-shadow: 6px 6px 16px 0px rgba(133,133,133,1);box-shadow: 6px 6px 16px 0px rgba(133,133,133,1);}
.amazon:hover{opacity:.7}
.amazon a{color:#333 !important;text-transform:uppercase}


/*============== HOME PAGE ==============*/
.home .content-sidebar-wrap{max-width:100%}
.home .two-thirds{margin-left:0;width:72%;padding-top:40px;}
.home .one-third{width:22%;margin-left:30px}
.home .sidebar-primary{width:100%;padding-top:40px}

.top_post_area{width:100%;overflow:hidden}
.slider-item{width:33.3333%;float:left;height:350px;position:relative;}
.slider-item .black-overlay{background-color:black;opacity:0.5;   height:100%;width:100%; z-index:0;}
.top_post_area h4 {position:absolute;bottom:0;left:20px;font-size:24px;width:80%;z-index:1;
	color:#fff;line-height:1.2em}

.home .site-inner{max-width:100%;padding:0}
.home h2 a{color:#000;font-size:22px !important;line-height:1.3em}
.home h2 {margin: 0 0 0;line-height:1em}
.home span.entry-categories{display:block;font-size:14px !important}

.home #generalnews {clear:both}
.home #generalnews .generalpost{background:#fff;padding:15px 15px 20px 15px;margin-bottom:15px;
	border-bottom:1px solid #e8e8e8;clear:both;overflow:hidden}
.home #generalnews .allpostimage{margin-right:20px;float:left;max-width:350px;}

#generalnews .one-third .generalpost a  {position:relative;z-index:0}

.allpost{width:33.33%;padding:15px 0;list-style: none;float: left;text-align:center;margin-bottom:30px}
.allpost .allpostimage{max-height:300px}
.allpostcontent{padding:12px;}
h2.head-accent{margin-top:60px;text-align:center;font-size:32px;padding-bottom:30px;}
.allpost h2 a{font-size:16px !important}
a.couponlink {font-size:14px}

@media only screen and (max-width: 1023px) {
.allpost{width:100%;padding:15px;list-style: none;float: left;}
.home .two-thirds,.home .one-third{width:100%}	
a.freebies{float:none;width:90%;margin-top:20px}
}

@media only screen and (max-width: 800px) {
.home #generalnews .generalpost{background:#fff;padding:20px;clear:both;overflow:hidden;text-align:center}
.home a.more-link{margin:auto}
	.site-header .wrap{flex-direction: column;width:100%;text-align:center}
	h2.head-accent{padding:0 20px}
.slider-item {width:100%;float:none;height:250px;position:relative;margin-bottom:10px}
.top_post_area h4 {bottom:10px;left:20px;font-size:20px;width:90%;text-align:center}
	
	
.couponrow{clear:both;overflow:hidden;padding:0 0;margin-bottom:20px;background:#f8f8f8;border:double 5px;padding-top:30px}
.couponrow .one-fourth{width:100%;text-align:center;margin-left:0}
.couponrow .two-fourths{width:100%;text-align:center;margin-bottom:30px}
.couponrow .one-fourth:last-of-type{background:#444;padding:12px }
	
	.utility-bar-left,.utility-bar-right {display:none}
	
}

.desc{font-size:16px}

.affiliatedisclaimer{font-size:14px;margin-bottom:20px;}
.button-amazon{background:#ffc400;margin:50px auto;text-align:center;text-transform:uppercase;padding:12px 22px;border-radius: 12px;box-shadow:5px 5px 8px #999;max-width:350px;border:3px solid #333}
.button-amazon a{color:#333 !important;text-transform:uppercase}
.button-amazon:hover{background:#ffd900}

.block-coupon{box-shadow:5px 5px 8px #999;padding:40px 70px;text-align:center;background:#fff;border:5px solid #ffc400;margin:50px 0}
.block-coupon span.yellow{color:#ffc400;font-weight:bold}
.block-coupon .title{font-weight:bold;position:relative;display:inline-block;margin-bottom:30px;padding-bottom:10px;font-size:24px}


#ez-toc-container{padding:30px !important;margin-bottom:50px!important;margin-top:50px}
.ez-toc-title{padding-bottom:20px !important}
#ez-toc-container ul li{line-height:2em !important}
#ez-toc-container a{border-bottom:2px dotted #888}