/*
    Theme Name: Foodie Pro Theme
    Description: This is the Foodie Pro child theme created for the Genesis Framework.
    Author: Shay Bocks
    Author URI: http://shaybocks.com/
    Version: 2.0.3
 
    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
	- Screen Reader Text
    - Structure and Layout
        - Site Containers
        - Column Widths and Positions
        - Column Classes
    - Common Classes
        - WordPress
        - Genesis
        - Headings
    - Widgets
        - Featured Page and Featured Post
        - User Profile
    - Plugins
        - Genesis eNews Extended
        - Genesis Latest Tweets
        - Gravity Forms
        - Easy Recipe Pro
        - Simple Social Icons
        - Genesis Responsive Slider
    - Custom Page Templates
        - Home Page
        - Recipes Page
	- Landing 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
	- Content Boxes
    - Sidebars
    - Footer Widgets
    - Site Footer
    - Media Queries
        - max-width: 1139px
        - max-width: 1023px
        - max-width: 767px
 
*/
 
 
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
 
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}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]{-webkit-appearance:button;cursor:pointer}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]{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]{-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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
 
 
/* Box Sizing
--------------------------------------------- */
 
*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}
 
/* Float Clearing
--------------------------------------------- */
 
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.widget-area:before,
.after-entry:before,
.comment-respond:before,
.wrap:before {
  content: " ";
  display: table;
}
 
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.widget-area:after,
.after-entry:after,
.comment-respond:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
 
 
/*
Defaults
---------------------------------------------------------------------------------------------------- */
 
/* Typographical Elements
--------------------------------------------- */
 
body {
	background: #fff;
	color: #3a3838;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.8;
	margin: 0;
}
 
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-color: #3a3838;
	color: #fff;
}

::selection {
	background-color: #3a3838;
	color: #fff;
}
 
a {
        color: #e65b41;
	text-decoration: none;
}
 
a img {
	margin-bottom: 20px;
	opacity: 1;
}

a img:hover {
	opacity: 0.7;
}
 
a:hover {
        color: #ed8c7a;
}
 
p {
	margin: 0 0 23px;
	padding: 0;
}
 
strong {
	font-weight: 600;
}
 
ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	border-left: 5px solid #E0D351;
	color: #3a3838;
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 3px 0;
	padding-left: 20px;
}
 
pre {
	background: #111;
	color: #ccc;
	overflow: scroll;
	padding: 0 20px;
	white-space: pre;
}
 
cite {
	font-style: normal;
}
 
/* Headings
--------------------------------------------- */
 
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3a3838;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px !important;
	text-transform: lowercase;
}
 
h1 {
	font-size: 48px;
}
 
h2 {
	font-size: 42px;
}
 
h3 {
	font-size: 36px;
}
 
h4 {
	font-size: 24px;
}
 
h5 {
	font-size: 18px;
}
 
h6 {
	font-family: 'Raleway', sans-serif !important;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
 
/* Objects
--------------------------------------------- */
 
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}
 
img {
	height: auto;
}
 
.featured-content img,
.gallery img {
	margin-bottom: 10px;
	width: auto;
}

hr {
	border: none;
	clear: both;
  height: 1px;
	background-color: #d6d6d6;
  background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(147,147,147,0.4) 50%,rgba(0,0,0,0) 100%);
  display: block;
	margin: 40px 0;
}
 
/* 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 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;   
	-webkit-border-radius: 0;   
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #cbd4db;
	color: #555;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	padding: 10px;
	width: 100%;
}
 
input:focus,
textarea:focus {
	outline: none;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder { 
	color: transparent; 
}
 
::-moz-placeholder {
	color: #999;
}
 
::-webkit-input-placeholder {
	color: #999;
}
 
.button,
.button-secondary,
.button-cta,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #e0d351;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 1;
	padding: 12px 42px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}
 
.button:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #e9e085;
	color: #fff;
}
 
.button-secondary {
	background: none;
	color: #3a3838;
}
 
.button-secondary:hover {
	background: none;
	color: #989696;
}

.button-cta {
	font-size: 12px;
	margin-bottom: 0 !important;
	margin-left: 10px;
	padding: 6px 16px;
}

.button-cta:hover {
	background: #e9e085;
	color: #fff;
}
 
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Screen Reader Text
--------------------------------------------- */

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

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

.more-link {
	position: relative;
}

 
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
 
/* Site Containers
--------------------------------------------- */
 
.site-container {
 	position: relative;
	padding: 0;
}
 
.site-inner {
	margin: 0 auto;
	padding: 10px 0;
	max-width: 1160px;
}

.full-width-content .site-inner {
	padding-left: 150px;
	padding-right: 150px;
}

.home .site-inner {
	padding-left: 0;
	padding-right: 0;
}
 
.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,
.aftercontent-container {
	float: right;
	width: 700px;
}
 
.aftercontent-container,
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}
 
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}
 
.full-width-content .content {
	width: 100%;
}
 
/* Primary Sidebar */
 
.sidebar-primary {
	float: right;
	width: 300px;
}
 
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}
 
/* Secondary Sidebar */
 
.sidebar-secondary {
	float: left;
	width: 160px;
}
 
.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
---------------------------------------------------------------------------------------------------- */

/*---------------------------------------------
 * Width: 1160px
 * Gutter: 100px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 8.6206896551724%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 45.689655172414%;
}
 
.one-third,
.two-sixths {
	width: 27.586206896552%;
}
 
.four-sixths,
.two-thirds {
	width: 63.793103448276%;
}
 
.one-fourth {
	width: 18.534482758621%;
}
 
.three-fourths {
	width: 72.844827586207%;
}
 
.one-fifth {
	width: 13.103448275862%;
}
 
.two-fifths {
	width: 34.827586206897%;
}
 
.three-fifths {
	width: 56.551724137931%;
}
 
.four-fifths {
	width: 78.275862068966%;
}
 
.one-sixth {
	width: 9.4827586206897%;
}
 
.five-sixths {
	width: 81.896551724138%;
}
 
.first {
	clear: both;
	margin-left: 0;
}

/*
Clear fix for column classes
---------------------------------------------------------------------------------------------------- */
.clear-line:after {
  	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear-line {
	display: inline-block;
	width: 100%;
}
 
html[xmlns] .clear-line {
	display: block;
}
 
* html .clear-line {
	height: 1%;
}
 
/*
Common Classes
---------------------------------------------------------------------------------------------------- */
 
/* WordPress
--------------------------------------------- */
 
.avatar {
	float: left;
}
 
.alignleft .avatar {
	margin-right: 22px;
}
 
.alignright .avatar {
	margin-left: 22px;
}
 
.search-form input {
	background: #fff url('images/search.png') center right no-repeat;
	font-size: 12px;
	margin-top: 5px;
	padding: 6px 10px;
}
 
.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 20px;
}
 
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 30px 30px 0;
}

.page-id-698 img.alignleft, 
.page-id-698 .wp-caption.alignleft {
    margin: 0px 30px 100px 0px;
}
 
img.alignright,
.wp-caption.alignright {
	margin: 0 0 22px 22px;
}
 
.wp-caption-text {
	font-family: 'Droid Serif', georgia, serif;
	font-size: 11px;
	font-style: italic;
	margin: 0;
	text-align: center;
}
 
.wp-caption {
	max-width: 100% !important;
}
 
.widget_calendar table {
	width: 100%;
}
 
.widget_calendar td {
	text-align: center;
}
 
.featured-content img,
.post-image,
.entry-image {
	display: block;
	width: auto;
	margin: 0 auto 10px;
}
 
/* Genesis
--------------------------------------------- */
 
.breadcrumb {
	color: #e0d351;
	margin-bottom: 20px;
}

.breadcrumb a {
	border-bottom: 1px solid #e0d351;
	color: #e0d351;
}

.breadcrumb a:hover {
	border-bottom: 1px solid #e9e085;
	color: #e9e085;
}
 
.archive-description,
.author-box {
	margin-bottom: 20px;
}
 
.archive-description {
	padding: 0;
}

.author-box:before {
	background: url(images/widget-title-bg.png) center repeat-x;
	content: "";
	height: 60px;
	width: 100%;
}

.author-box:after {
	background: url(images/widget-title-bg.png) center repeat-x;
	content: "";
	height: 60px;
	width: 100%;
}
 
.author-box-title {
	color: #3a3838;
	font-family: 'Raleway', sans-serif !important;
	font-size: 20px;
	font-weight: 600 !important;
	margin-bottom: 35px !important;
	margin-top: 25px !important;
	text-transform: uppercase;
}
 
.author-box p {
	margin: 0;
}
 
.author-box .avatar {
	margin-right: 40px;
}
 
/* Headings
--------------------------------------------- */
 
.entry-title {
    	font-size: 48px;
	font-weight: 700 !important;
}

.home .entry-title {
	font-size: 36px;
}
 
.archive .entry-title,
.page-template-recipes .entry-title,
.search-results .entry-title {
    font-size: 22px;
}
 
.page .entry-title {
	margin-bottom: 16px;
}
 
.sidebar .entry-title {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

.entry-title a,
.sidebar .widgettitle a {
	color: #3a3838;
	text-decoration: none;
}
 
.entry-title a:hover,
.sidebar .widgettitle a:hover {
	color: #989696;
	text-decoration: none;
}
 
.widgettitle,
.page .entry-title {
	background: url(images/widget-title-bg.png) center repeat-x;
	margin: 20px 0 40px;
	text-align: center;
	width: 100%;
}

.widgettitle span,
.page .entry-title span {
	background-color: #fff;
	color: #3a3838;
	display: inline-block;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin: 10px auto 20px;
	padding: 5px 37px;
	text-transform: lowercase;
	width: auto;
}
 
.sidebar .widgettitle a {
	border: none;
}

.sidebar .widgettitle {
	margin: 5px 0 10px;
}

.sidebar .widgettitle span {
	font-size: 24px;
	margin: 5px auto 10px;
	padding: 5px 17px;
}	
 
 
/*
Widgets
---------------------------------------------------------------------------------------------------- */
 
/* Featured Page and Featured Post
--------------------------------------------- */
 
.featured-content .entry {
	padding: 0;
}

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

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

 
/* 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;
}
 
/* Easy Recipe Pro
--------------------------------------------- */
 
.foodie-pro .easyrecipe {
	background: transparent;
	background-color: #f5f5f5;
	border: 0;
	color: #3a3838;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.8;
	margin: 20px 0;
	padding: 30px;
}
 
 
.foodie-pro .easyrecipe div:before,
.foodie-pro .easyrecipe div:after {
	clear: none;
	display: inline;
}
 
.foodie-pro .easyrecipe .ERSName {
	color: #323031;
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
}

.foodie-pro .ERSHeading,
.foodie-pro .ERSTimeHeading {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.foodie-pro .ERSTimeHeading {
	font-size: 15px;
}

.easyrecipe .ERSTimes {
	border: 1px solid #3a3839;
    	width: 60%;
    	padding-top: 0;
    	padding-bottom: 0;
    	margin-bottom: 10px 5px;
}

.easyrecipe .ERSTimeRight {
	border-left: 1px solid #3a3839;
}

.easyrecipe .ERSTime {
	padding: 5px;
}

.easyrecipe .ERSTimes .ERSTimeItem {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.foodie-pro .easyrecipe .ERSIngredients ul li::before {
	color: #d7c946;
	font-size: 16px;
	padding-left: 0;
}
 
.foodie-pro .easyrecipe .ERSHeading,
.foodie-pro .easyrecipe .ERSNotesHeader,
.foodie-pro .easyrecipe .ERSNutritionHeader {
	margin: 5px 0 10px;
}
 
.foodie-pro .easyrecipe .ERSTopRight img {
	border: 0;
}
 
.foodie-pro .easyrecipe .pibfi_pinterest .xc_pin {
	margin: 0;
}
 
.foodie-pro .easyrecipe .ERSSummary {
	width: 60%;
}
 
.foodie-pro .easyrecipe .ERSSavePrint {
	background: #f5f5f5;
}

div.easyrecipe div.ERSTopRight img {
    	max-width: 100%;
}

.easyrecipe .ERSTopRight img {
	border: none;
	width: 100%;
}
 
.foodie-pro .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
.foodie-pro .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn,
.foodie-pro .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-link.ERSSaveBtn,
.foodie-pro .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-button.ERSSaveBtn {
	background: #e0d351;
	border-radius: 0;
	color: #fff;
	padding: 0 10px;
}
 
.foodie-pro .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn:hover,
.foodie-pro .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn:hover {
	background: #e9e085;;
 
}
 
.foodie-pro .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn:hover .ui-button-text,
.foodie-pro .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn:hover .ui-button-text {
	color: #fff;
}
 
.foodie-pro .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
.foodie-pro .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn,
.foodie-pro .easyrecipe .ui-button .ui-button-text {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
 
.foodie-pro .easyrecipe .ui-button .ui-button-text {
	padding: 0.9em 2.4em;
}
 
.foodie-pro .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-link .ERSSaveIcon,
.foodie-pro .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-button .ERSSaveIcon {
	background-image: url('images/save.png');
	margin-left: 10px;
}
 
.foodie-pro .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn .ERSPrintIcon {
	background: none;
	margin-left: 10px;
}

.ui-button-text:before {
	color: #fff !important;
	content: '\f21a';
	font-family: 'Ionicons';
	margin-right: 5px;
}
 
.foodie-pro .easyrecipe .ERSIngredients,
.foodie-pro .easyrecipe .ERSInstructions,
.foodie-pro .easyrecipe .ERSNutrition {
	border-top: none;
	margin-top: 20px;
}
 
.foodie-pro .easyrecipe .ERSIngredients {
	width: 60%;
}
 
.foodie-pro .easyrecipe .ERSIngredients li.ingredient {
	list-style: none;
}
 
.foodie-pro .easyrecipe .ERSIngredients ul li:before {
	content: "\00BB \0020";
	padding-right: 7px;
}
 
.foodie-pro .easyrecipe .ERSNutrionDetails span {
	margin-right: 20px;
}
 
.foodie-pro .easyrecipe .ERSRatings {
	margin: 10px 0 0;
}
 
.foodie-pro .easyrecipe .ERComment {
	font-family: 'Source Sans Pro', Helvetica, Arial, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
 
.foodie-pro .easyrecipe .ERRateBG {
	background: url('images/whitestar.png');
	margin: 2px 0 0 10px;
}
 
.foodie-pro .ERRateBG,
.foodie-pro .ERRatingComment,
.foodie-pro .ERComment .ERRateBG,
.foodie-pro .ERSRatingOuter {
	background: url('images/whitestar.png');
	margin: 0 0 10px 0;
}
 
.foodie-pro .easyrecipe .ERRateStars,
.foodie-pro .ERComment .ERRateStars,
.foodie-pro .ERRatingCommentInner,
.foodie-pro .ERSRatingInner {
	background: url('images/graystar.png');
}
 
/* Genesis Responsive Slider
--------------------------------------------- */
 
.foodie-pro #genesis-responsive-slider {
	border: 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
 
.foodie-pro .slide-excerpt {
	background: transparent;
	margin: 0 0 25%;
 	opacity: 1;
	width: 100%;
}
 
.foodie-pro .slide-excerpt-border {
	border: 0;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
 
.foodie-pro .slide-excerpt-border h2 {
	margin: 0;
	text-align: center;
	width: 100%;
}
 
.foodie-pro #genesis-responsive-slider h2 a {
	background: #333;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0;
	overflow: visible;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
 
.foodie-pro .flex-direction-nav li a {
	background: url('images/bg_direction_nav.png');
	top: 40%;
}
 
.foodie-pro .flex-direction-nav li .prev,
.foodie-pro .flex-direction-nav li .prev:hover {
	background-position: 0 0;
	left: -25px;
}
 
.foodie-pro .flex-direction-nav li .next,
.foodie-pro .flex-direction-nav li .next:hover {
	background-position: -52px 0;
	right: -25px;
}
 
.foodie-pro .flex-direction-nav li .prev:hover,
.foodie-pro .flex-direction-nav li .next:hover {
	opacity: 0.9;
}
 
.foodie-pro .flex-control-nav li a {
	background: url('images/bg_control_nav.png');
}
 
.foodie-pro .flex-control-nav li a.active {
	background-position: 0 -26px;
}
 
.foodie-pro .flex-control-nav li a:hover {
	background-position: 0 -12px;
}
 
/* Simple Social Icons
--------------------------------------------- */
.simple-social-icons ul {
	margin-top: 5px;
	padding: 0;
}

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

/* Home Top
--------------------------------------------- */
 
.home-top {
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 1px;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 100%;
}

/* Home Top Recipe Slider
--------------------------------------------- */

.ms-layer {
	outline: 5px solid #fff;
	outline-offset: -30px;
	text-align: center;
}

.ms-layer h4 {
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	margin-top: 130px !important;
	text-transform: uppercase;
}

.ms-layer h2 {
	background-color: #323031;
	color: #fff;
	display: inline-block;
	font-size: 44px;
	line-height: 1.2;
	margin: 7px;
	padding: 5px 20px;
	width: auto;
}

.ms-layer .button {
	clear: both;
}

/* Home Top Intro
--------------------------------------------- */

.home-intro {
	background: url(images/home-intro.png) center bottom no-repeat;
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	letter-spacing: 0 !important;
	line-height: 1.75;
	padding: 80px 60px 60px;
	text-align: center;
}

/* Home Top Buttons
--------------------------------------------- */

.buttons {
	margin: 50px 0;
	text-align: center;
}

.buttons h3 {
	color: #fff;
	font-size: 32px;
	letter-spacing: 1px;
}

.buttons h6 {
	color: #fff;
	font-size: 10px;
	letter-spacing: 2px;
	margin-bottom: 10px !important;
}

.home-top .button-1 h3,
.home-top .button-3 h3 {
	line-height: 2.4;
}

.button-1 {
	background-color: #e0d351;
	padding: 40px 50px 20px;
}

.button-2 {
	background-color: #e65b41;
	padding: 40px 50px 20px;
}

.button-3 {
	background-color: #cbd4db;
	padding: 40px 50px 20px;
}

.button-1:hover,
.button-2:hover,
.button-3:hover {
	-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;
	opacity: 0.7;
}

/* Home Top Podcast
--------------------------------------------- */

.home-podcast {
	padding: 80px 0;
}

.home-podcast h2 {
	color: #323031;
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 30px !important;
}

.home-podcast p {
	margin-bottom: 35px;
}

.new {
	background: url(images/new.png);
	font-weight: 700;
	height: 21px;
	margin-bottom: 20px;
	margin-top: -30px;
	width: 53px;
}

.home-podcast .alignright {
	margin-left: 60px;
}

.home-podcast img {
	outline: 3px solid #fff;
	outline-offset: -15px;
}

/* Home Middle
--------------------------------------------- */

.home-middle {
	font-size: 14px;
	margin-left: -4.3%;
	padding-bottom: 40px;
	width: 108.75%;
}

.featured-content .one-third {
	padding: 0 0 10px;
}

.home-middle section {
	background: #fff;
	float: left;
	margin: 0 1.415% 0 !important;
	padding: 0 2.6%;
    	width: 30.5%; 
}

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

.home-middle h2 a {
  color: #323031 !important;
}

/* Home Bottom
--------------------------------------------- */

.home-bottom {
	font-size: 14px;
}

.home-bottom .one-third {
	margin-bottom: 80px;
}

.home-bottom .enews {
	background: url(images/newsletter-bg-2.jpg) no-repeat;
	margin-bottom: 80px;
	min-height: 420px;
	outline: 5px solid #fff;
	outline-offset: -30px;
	overflow: hidden;
	padding: 100px 60px 60px;
	text-align: center;
	width: 100%;
}

.home-bottom .enews input {
	border: none;
	display: inline-block;
	margin: 25px auto;
	margin-right: 5px;
	max-width: 600px;
	padding: 25px;
	text-align: center;
}

.home-bottom .enews input[type="submit"] {
	width: auto;
}

.home-bottom .enews h3 {
	color: #fff;
	font-size: 62px;
	margin-bottom: 0 !important;
}

.home-bottom .enews h5 {
	background-color: #323031;
	color: #fff;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	font-weight: 700 !important;
	letter-spacing: 3px;
	line-height: 1.2;
	margin-bottom: 5px !important;
	padding: 12px 24px;
	text-transform: uppercase;
	width: auto;
}


/* Home Bottom Buttons
--------------------------------------------- */

.home-bottom .button-1 {
	background: #ecdf4e url(images/crave-repeat.jpg) repeat;
}

.home-bottom .button-2 {
	background: #9ac673 url(images/cleanse-repeat.jpg) repeat;
}

.home-bottom .button-3 {
	background: #e96c52 url(images/coach-repeat.jpg) repeat;
}
 
 
/* Recipes Page
--------------------------------------------- */
 
.recipes-top {
	background: #efefef;
	margin-top: 10px;
	padding: 20px 10px 34px 10px;
}
 
.recipes-top .widget {
	float: left;
	margin: 0 1%;
	width: 31.33%;
}

.recipes-top .widgettitle {
	background: none;
	display: none;
	margin: 0;
}

.recipes-top .widgettitle span {
	background: none;
	color: #3a3838;
	display: inline-block;
	font-family: Raleway, sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.recipes-top-title {
	color: #3a3839;
	font-size: 9px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}

.recipes-top-title span {
	font-family: 'Playfair Display', serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 700;
	margin-left: 2px;
	position: relative;
	top: 1px;
}

.recipes-top select,
.recipes-top .search-form input {
	border: none;
	color: #3a3838;
	font-size: 10px;
	height: 34px;
	margin-top: 0;
	padding: 10px !important;
	text-transform: uppercase;
}

.recipes-top select {
	background: #fff url(images/down-arrow.png) no-repeat center right;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: 2px;
}

.recipes-top .search-form input {
	padding: 9px 10px !important;
	text-transform: none;
}
 
.recipes-bottom {
	margin-top: 20px;
}
 
.recipes-bottom .widget {
	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 .entry-title {
	background: none;
	text-align: left;
}

.recipes-bottom .entry-header .category {
	display: none;
}

/* Landing Page
--------------------------------------------- */

.landing-page-hero {
	background: url(images/programs-landing-hero.jpg) no-repeat center center scroll;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	color: #fff;
	padding: 10px 5% 130px;
	position: relative;
	text-align: center;
	z-index: 99;
}

.landing-page img {
	margin-bottom: 56px;
}

.landing-page-hero h2 {
	background-color: #323031;
	color: #fff;
	display: inline-block;
	font-size: 44px;
	line-height: 1.2;
	margin: 0;
	padding: 5px 80px;
	width: auto;
}

.landing-page .top-cta {
	display: none;
}

.landing-page-cta .wrap {
	max-width: 1042px;
}

.landing-page-cta {
	background-color: #8fbf65;
	color: #fff;
	padding: 38px 0 26px;
}

.landing-page-cta .enews-content {
	float: left;
	width: 40%;
}

.landing-page-cta .enews-content p {
	font-size: 14px;
	margin: -20px 0 0;
}

.landing-page-cta h4 {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.landing-page-cta .enews input {
	margin-top: 10px;
	width: 360px;
}

.landing-page-cta .enews input[type="submit"] {
	margin-left: 20px;
	padding: 12px 60px;
	width: auto;
}

.landing-page .site-inner {
	padding-left: 59px;
	padding-right: 59px;
	padding-top: 120px;
}

body.landing-page {
	font-size: 16px;
}

.landing-page .button-secondary {
	font-weight: 400;
}

.landing-page .entry-content img {
	outline: 3px solid #fff;
	outline-offset: -15px;
}

.landing-page .alignright {
	margin-bottom: 160px;
	margin-left: 80px;
}

.landing-page .alignleft {
	margin-bottom: 220px;
	margin-right: 53px;
}


/* Welcome Pages
--------------------------------------------- */

.page-id-8731 .landing-page-cta {
	background-color: #fff;
	color: #3a3838;
	padding: 38px 0 26px;
}

.page-id-8731 .landing-page-hero {
	background: url(https://simplerootswellness.com/wp-content/uploads/2017/09/welcome-background.jpg) no-repeat center center scroll;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	color: #fff;
	padding: 10px 5% 130px;
	position: relative;
	text-align: center;
	z-index: 99;
}
 
/*
Top Ad
---------------------------------------------------------------------------------------------------- */
 
.top-cta {
	background: #323031;
	clear: both;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 15px;
	overflow: hidden;
	padding: 8px 0 12px;
	text-align: center;
}
 
.top-cta img,
.top-cta iframe {
	display: block;
	margin: 0 auto;
}
 
.top-cta .widget {
	margin: 0 auto;
	max-width: 1100px;
}

.top-cta p {
	margin-bottom: 0;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */
 
.foodie-pro .site-header {
	background: #fff;
	background-position: center;
	min-height: 216px;
	width: 100%;
}

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

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

.site-description {
	color: #999;
	font-family: 'Droid Serif', georgia, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: .5px;
	margin: 0;
	text-align: center;
	text-transform: none;
}
 
/* Full width header, no widgets */
 
.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}
 
.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: 170px;
	width: 100%;
}
 
/* Site Header Widget Area
--------------------------------------------- */
 
.site-header .widget-area {
	float: right;
	text-align: left;
	width: 750px;
	margin-top: 40px;
}
 
.header-image .site-header .widget-area {
	padding: 20px 0;
}
 
.site-header .search-form {
	float: right;
	margin-top: 5px;
}
 
 
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
 
.genesis-nav-menu {
	background-color: #fff;
	clear: both;
	font-size: 17px;
	line-height: 1;
	padding: 0;
	text-align: center;
	width: 100%;
}
 
.genesis-nav-menu .menu-item {
	display: inline-block;
	font-size: 17px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-align: left;
}
 
.genesis-nav-menu a {
	color: #060707;
	display: block;
	padding: 20px 10px;
	position: relative;
	text-decoration: none;
}
 
.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #989696;
}
 
.genesis-nav-menu .sub-menu {
	border: 1px solid #cbd4db;
	border-top: none;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
 	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 2000;
}
 
.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-right: 1px solid #cbd4db;
	font-size: 16px;
	padding: 10px;
	position: relative;
	width: 199px;
}
 
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -52px 0 0 200px;
}
 
.genesis-nav-menu .menu-item:hover {
	position: static;
}
 
.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #989696;
}
 
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #989696;
}
 
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
 
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
 
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
 
.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}
 
.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}
 
.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}
 
.genesis-nav-menu > .search {
	padding: 10px 0 0;
}
 
.custom-search {
	display:inline-block;
	margin-top: 5px;
	margin-bottom: 4px;
	margin-left:20px;
	width: 180px;
}
 
.sidebar .menu-item a {
	text-decoration: none;
}

li.right.search {
  list-style-type: none;
}
 
/* Mobile Menu Toggle
--------------------------------------------- */
 
.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}
 
/* Site Header Navigation
--------------------------------------------- */
 
.site-header .sub-menu {
	border-top: 1px solid #ccc;
	margin: 0 0 20px;
}
 
.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}
 
/* Primary Navigation
--------------------------------------------- */

.nav-primary .wrap {
	max-width: 1160px;
}
 
.nav-primary {
	border-bottom: 1px solid #cbd4db;
	font-family: 'Playfair Display', serif;
	text-transform: lowercase !important;
}
 
.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #989696;
}
 
.admin-bar .nav-primary {
        top: 28px;
}

.social {
	float: left;
}

.social a {
	padding: 20px 20px 20px 0;
}

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

.nav-secondary .wrap {
	max-width: 1160px;
}
 
.nav-secondary {
	border-top: 1px solid #cbd4db;
	font-family: 'Playfair Display', serif;
	padding: 20px 0 10px;
	text-transform: lowercase !important;
	margin: 0 0 20px;
}

.nav-secondary .sub-menu {
	display: none;
}
 
 
/*
Content Area
---------------------------------------------------------------------------------------------------- */
 
/* Entries
--------------------------------------------- */
 
.entry {
	margin-bottom: 20px;
	padding: 0 0 22px;
}
 
.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}
 
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption,
.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 {
	color: #e0d351;
	display: none;
	visibility: hidden;
}

.entry-meta a {
	border-bottom: 1px solid #e0d351;
	color: #e0d351;
}

.entry-meta a:hover {
	border-bottom: 1px solid #e9e085;
	color: #e9e085;
}
 
.entry-header .entry-meta,
.post-info {
	margin-bottom: 20px;
}

.entry-header .category {
	background-color: #cbd4db;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 15px;
	padding: 5px 15px;
	text-transform: uppercase;
	width: 100% !important;
}

.entry-header .category:hover {
	background-color: #d8e1e8;
}

.category-recipes .entry-header .category {
	background-color: #e0d351;
}

.category-recipes .entry-header .category:hover {
	background-color: #e9e085;
}

.category-wellness .entry-header .category {
	background-color: #8fbf65;
}

.category-wellness .entry-header .category:hover {
	background-color: #b0d293;
}

.category-coaching .entry-header .category {
	background-color: #e65b41;
}

.category-coaching .entry-header .category:hover {
	background-color: #ed8c7a;
}

.category-favorite-things .entry-header .category {
	background-color: #e65b41;
}

.category-favorite-things .entry-header .category:hover {
	background-color: #f09c8d;
}

.category-farm-life .entry-header .category {
	background-color: #8fbf65;
}

.category-farm-life .entry-header .category:hover {
	background-color: #bbd8a2;
}

.entry-footer .entry-meta {
	margin-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 {
	color: #3a3838;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}
 
.more-from-category a {
	margin: 0 auto 40px;
}
 
.more-link {
	margin-top: 15px;
}
 
.more-from-category {
	clear: both;
	display: block;
	float: none;
	text-align: center;
}
 
a.more-link:hover,
.more-from-category a:hover {
	color: #989696;
	text-decoration: none;
}
 
/* Archive Navigation
--------------------------------------------- */
.pagination {
        width:100%;
}
 
.archive-pagination {
	clear: both;
	font-size: 14px;
	margin: 20px 0;
}
 
.archive-pagination li {
	background-color: #e0d351;
	border: none;
	display: inline;
	padding: 10px 15px;
}
 
li.pagination-next,
li.pagination-previous {
	border: 0;
}
 
.archive-pagination a {
    	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

.archive-pagination a:hover {
	text-decoration: none !important;
}
 
.archive-pagination li:hover,
.archive-pagination li.active {
	background-color: #e9e085;
	color: #fff;
	cursor: pointer;
}
 
/* Entry Navigation
--------------------------------------------- */
 
.navigation{
	clear: both;
	font-size: 12px;
	margin: 20px 0;
}
 
.entry .navigation a {
	border-bottom: 1px solid #ccc;
}
 
.navigation li {
	display: inline;
}
 
.navigation li a {
	background: #111;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}
 
.navigation li a:hover,
.navigation li.active a {
	background: #010101;
}
 
.pagination-next a,
.pagination-previous a {
	text-decoration: none;
}
 
.pagination-next a:hover,
.pagination-previous a:hover {
	text-decoration: none;
}
 
/*
After Entry
--------------------------------------------- */
 
.after-entry .widget {
	clear: none;
	float: left;
	width: 100%;
}
 
.post-optin-form-container {
	background-color: #edb194;
	color: #fff;
	display: block;
	overflow: hidden;
	padding: 20px;
}
 
.post-optin-form-container h2 {
	color: #fff;
	font-size: 34px;
	text-align: center;
}
 
.post-optin-blurb {
	text-align: center;
}
 
.email-optin {
	width: 300px;
	display: block;
	margin: 20px auto;
	overflow: hidden;
}
 
.post-optin-form-container .home-btn {
    font-size: 24px;
    display: block;
    margin-left: 0;
    padding: 10px 10px;
    width: 300px;
}
 
.post-optin-form-container .home-btn:hover {
	color: #fff;
	text-decoration: none;
}
 
/* Comments
--------------------------------------------- */
 
.comment-respond,
.entry-comments {
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 20px 0;
}
 
.comment-respond,
.entry-comments,
.ping-list {
	margin-bottom: 20px;
}
 
.entry-comments h3,
.comment-respond h3 {
	color: #333;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
 
.entry-comments .comment-author {
	margin: 0;
}
 
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}
 
.comment-respond label {
	display: block;
	margin-right: 12px;
}
 
.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 22px;
	padding: 32px;
}
 
.comment-list li li {
	margin-right: -32px;
}
 
li.comment {
	border-top: 1px solid #ccc;
}
 
.comment .avatar {
	margin: 0 16px 22px 0;
}
 
.form-allowed-tags {
	background: #f5f5f5;
	font-size: 12px;
	padding: 22px;
}
 
.comment-meta a {
	color: #333;
}
 
.comment-reply a {
	background: #f5f5f5;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 2px 5px;
	text-transform: uppercase;
}
 
.comment-reply a:hover {
	background: #ccc;
}

/* Content Boxes
--------------------------------------------- */

.content-box {
	font-size: 14px;
	overflow: hidden;
	margin: 60px auto;
	padding: 30px 20px 0px;
	text-align: center;

}

.optin {
	outline: 2px solid #fff;
	outline-offset: -15px;
	padding: 90px 20px 70px;
}

.content-box h6 {
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 3px !important;
}

.content-box .button {
	background-color: #8ebf64;
	margin-bottom: -20px;
}

.content-box .button:hover {
	background-color: #9ace6d;
}

.blue {
	background-color: #cbd4db;
}

.gold {
	background-color: #e5d969;
}

.green {
	background-color: #8ebf64;
}

.green .button {
	background: #e0d351;
}

.green .button:hover {
	background: #e9e085;
}

.bw {
	outline: 2px solid #000;
	outline-offset: -8px;
}

.image {
	background: url(https://simplerootswellness.com/wp-content/uploads/2018/02/fruit-bowl-after-post.jpg) no-repeat center center scroll;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.image h2 {
	background-color: #323031;
	color: #fff;
	display: inline-block;
	line-height: 1.2;
	margin: 7px;
	padding: 2px 40px 5px;
	width: auto;
}

.image .button {
	margin-top: 10px;
}

.home .image h2 {
	margin-top: 60px !important;
}

.home .image .button {
	margin-bottom: 30px;
}

.download:after {
	content: "\f0ab";
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: normal;
	margin-left: 10px;
}

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

.sidebar {
        font-size: 14px;
}
 
.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: 30px;
}

.sidebar .widget:first-child {
	margin-bottom:0;
}

.sidebar .search-form {
	width: 100%;
}
 
 
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
 
.footer-widgets {
	background: #f5f5f5;
	color: #333;
	display: block;
	clear: both;
	overflow: hidden;
	padding: 20px 40px 0;
	text-align: center;
}
 
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	margin-left: 2.564102564102564%;
	width: 31.623931623931625%;
}
 
.footer-widgets-1 {
	margin-left: 0;
}
 
.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

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

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

.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;
}
 
.footer-widgets .entry {
	background: #fff;
 	padding: 5px;
}

disqus_thread {
	visibility: hidden;
	display: none;
}
 
/*
Site Footer
---------------------------------------------------------------------------------------------------- */
 
.site-footer {
	color: #999;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 80px 40px 40px;
	text-align: right;
	text-transform: uppercase;
}
 
.site-footer a {
	color: #ed8c7a;
	text-decoration: none;
}
 
.site-footer p {
	margin: 0;
}


/*
Back To Top
---------------------------------------------------------------------------------------------------- */

.to-top {
	background: rgba(224,211,81,1) url(images/to-top.svg) no-repeat center 50%;
	bottom: 100px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	display: inline-block;
	height: 30px;
	left: 40px;
	overflow: hidden;
	opacity: 0;
	position:fixed;
	text-indent: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	visibility: hidden;
	white-space: nowrap;
	width: 65px;
	z-index: 9999;
}

.to-top.top-is-visible {
	opacity: 1;
	visibility: visible;
}

.to-top.top-fade-out {
	opacity: 1;
}

.no-touch .to-top:hover {
	background-color: #e9e085;
	opacity: 0.6;
}

/*
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: 300px 128px !important;
	}

	.header-image .site-title a {
		min-height: 128px;
	}
 
}
 
@media only screen and (max-width: 1199px) {
 
	.site-inner,
	.wrap {
		max-width: 1000px;
		overflow: hidden;
	}

	.nav-primary .wrap,
	.nav-secondary .wrap {
		max-width: 1000px;
	}
 
	.site-inner {
		margin: 0px auto 20px auto;
    	}

	.full-width-content .site-inner {
		padding-left: 80px;
		padding-right: 80px;
	}

	.full-width-content .content {
		max-width: 100%;
	}

	.home .site-inner {
		padding-left: 0;
		padding-right: 0;
	}
 
	.content {
		width: 680px;
	}
 
	.sidebar-primary {
		width: 250px;
	}

	.page-id-3753 .content {
		width: 100%;
		max-width: none;
		float: none;
		margin: 0 auto;
    	}

	.ms-layer {
		height: 460px !important;
		outline: 4px solid #fff;
		outline-offset: -25px;
	}

	.ms-layer h4 {
		margin-top: 100px !important;
	}

	.home-intro {
		padding: 80px 40px 60px;
	}

	.button-1 {
		padding: 40px 30px 20px;
	}

	.button-2 {
		padding: 40px 30px 20px;
	}

	.button-3 {
		padding: 40px 30px 20px;
	}

	.home-bottom .enews {
		outline: 4px solid #fff;
		outline-offset: -25px;
	}

	.landing-page-cta {
		padding-left: 5%;
		padding-right: 5%;
	}

	.landing-page-cta .enews-content {
		width: 45%;
	}

	.landing-page-cta .enews input {
		width: 300px;
	}
 
}
 
@media only screen and (max-width: 1023px) {
 
	.horizontal-opt-in {
		margin-top: 0px;
	}
 
	.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-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-inner,
	.title-area,
	.wrap {
        	width: 100%;
    	}
 
	.site-inner,
	.wrap {
		max-width: 900px;
		overflow: hidden;
	}

	.nav-primary .wrap,
	.nav-secondary .wrap {
		max-width: 900px;
	}
 
	.site-inner {
		margin: 0px auto 20px auto;
    	}

	.full-width-content .site-inner {
		padding-left: 40px;
		padding-right: 40px;
	}

	.full-width-content .content {
		max-width: 100%;
	}

	.home .site-inner {
		padding-left: 0;
		padding-right: 0;
	}
 
	.content {
		width: 600px;
	}
 
	.sidebar-primary {
		width: 230px;
	}
 
	.archive-description,
	.author-box,
    	.entry,
    	.entry-comments,
    	.entry-footer .entry-meta,
    	.sidebar .widget,
    	.site-header,
    	.comment-respond {
        	padding: 0;
    	}
 
	.genesis-nav-menu {
    		text-align: right;
	}
 
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title,
    	.aspc-title {
        	text-align: center;
    	}
 
    	.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;
    	}

	.page-id-3753 .site-inner {
		margin: 0 auto;
	}

	.ms-layer {
		height: 100% !important;
		outline: 3px solid #fff;
		outline-offset: -20px;
	}

	.ms-layer h4 {
		margin-top: 70px !important;
	}

	.home-intro {
		font-size: 18px;
		padding: 80px 20px 60px;
	}

	.button-1 {
		padding: 40px 20px 20px;
	}

	.button-2 {
		padding: 40px 20px 20px;
	}

	.button-3 {
		padding: 40px 20px 20px;
	}

	.home-top .button-3 h3 {
		line-height: 1.2;
	}

	.home-bottom .enews {
		outline: 3px solid #fff;
		outline-offset: -20px;
	}

	.to-top {
		height: 30px;
		width: 30px;
		right: 20px;
		bottom: 20px;
	}

	.landing-page-cta .enews input {
		width: 280px;
	}

	.landing-page-cta .enews input[type="submit"] {
		margin-left: 10px;
		padding: 12px 42px;
	}
 
}
 
@media only screen and (max-width: 960px) {
 
	.site-header .widget-area {
		width: 300px;
		margin-top: -100px;
		float: right;
	}

    	.after-header {
		margin-top: -25px;
		margin-bottom: 25px;
    	}

    	.after-header #intro {
		max-width: 767px;
		font-size: 30px;
    	}

    	.after-header #intro h3 {
		font-size: 40px;
    	}

    	.horizontal-opt-in {
		margin-top: -25px;
    	}

    	.site-inner,
	.home .site-container {
		padding-left: 3%;
		padding-right: 3%;
    	}

    	.foodie-pro .easyrecipe .ERSName {
        	width:90%;
    	}
 
    	.foodie-pro .easyrecipe .ERSIngredients {
        	width: 90%;
    	}
 
    	.sidebar {
        	display: none;
    	}
 
    	.mobile-comment-ad {
        	display:block;
    	}
 
    	.content {
       		width: 100%;
    	}
 
   	.menu-toggle,
    	.sub-menu-toggle {
        	display: block;
        	visibility: visible;
    	}
 
    	.menu-toggle {
        	background: transparent;
        	cursor: pointer;
        	min-height: 32px;
        	position: relative;
        	width: 100%;
        	margin-top: 10px;
    	}
 
    	.menu-toggle span {
        	left: 50%;
        	margin-left: -20px;
        	top: 23px;
    	}
 
    	.menu-toggle span,
    	.menu-toggle span:before,
    	.menu-toggle span:after {
        	background: #3a3838;
        	border-radius: 1px;
        	content: '';
        	cursor: pointer;
        	display: block;
        	height: 5px;
        	position: absolute;
        	transition: all 500ms ease-in-out;
        	width: 40px;
    	}
 
    	.menu-toggle span:before {
        	top: -10px;
    	}
 
    	.menu-toggle span:after {
        	bottom: -10px;
    	}
 
    	.menu-toggle.active span {
        	background: transparent;
    	}
 
    	.menu-toggle.active span:before,
    	.menu-toggle.active span:after {
        	top: 0;
    	}
 
    	.menu-toggle.active span:before {
       		transform: rotate(45deg);
    	}
 
    	.menu-toggle.active span:after {
        	transform: rotate(-45deg);
    	}
 
    	.menu-toggle:hover {
        	background: transparent;
    	}
 
    	.sub-menu-toggle {
        	color: #999;
        	cursor: pointer;
        	padding: 14px 18px;
        	position: absolute;
        	right: 0;
        	top: 0;
    	}
 
    	.sub-menu-toggle:before {
        	content: "+";
    	}
 
    	.sub-menu-toggle.active:before {
        	content: "-";
    	}
 
    	nav {
        	display: none;
        	position: relative;
    	}
 
    	.genesis-nav-menu {
        	border: none;
    	}
 
    	.admin-bar .nav-primary {
       		top: 28px;
    	}

    	.nav-primary {
		border-bottom: none;
		margin-top: 20px;
    	}

	.nav-secondary {
    		border-top: none;
	}
 
    	.genesis-nav-menu .menu-item {
		border: none;
        	display: block;
        	position: relative;
        	text-align: left;
    	}

    	.social {
        	display: inline-block !important;
        	float: left;
		text-align: left;
    	}

	.social a {
		padding: 20px 10px !important;
	}
 
    	.genesis-nav-menu .menu-item:hover {
        	position: relative;
    	}
 
    	.genesis-nav-menu .sub-menu {
        	border: none;
        	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 a {
		padding: 16px 10px;
	}
 
    	.genesis-nav-menu .sub-menu a {
        	border: none;
        	padding: 16px 22px;
        	position: relative;
        	width: auto;
    	}
 
    	.genesis-nav-menu .sub-menu a:hover {
        	background: transparent;
    	}
 
    	.genesis-nav-menu .sub-menu .sub-menu {
        	margin: 0;
    	}
 
    	.genesis-nav-menu .sub-menu .sub-menu a {
        	padding-left: 30px;
    	}
 
    	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
        	padding-left: 40px;
    	}

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

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

    	.conversion-banner__hero-img.media__img {
		float: none;
		margin: 0 auto;
    	}

    	.conversion-banner {
		padding: 0;
    	}

    	.page-id-3753 .site-inner {
		margin: -25px 0 0 0;
    	}

    	.page-id-3753 .entry-title {
		display: none;
    	}

    	.feature-list {
		list-style: none;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
    	}

    	.feature {
		margin: 0 0 20px;
   	}

	.ms-layer {
		height: 100% !important;
		outline: 3px solid #fff;
		outline-offset: -15px;
	}

	.ms-layer h4 {
		margin-top: 50px !important;
	}

	.home-intro {
		font-size: 18px;
		padding: 80px 0 60px;
	}

	.button-1 {
		padding: 40px 10px 20px;
	}

	.button-2 {
		padding: 40px 10px 20px;
	}

	.button-3 {
		padding: 40px 10px 20px;
	}

	.home-bottom .enews {
		outline: 3px solid #fff;
		outline-offset: -15px;
	}

	.landing-page .alignright {
		margin-bottom: 20px;
		margin-left: 40px;
	}

	.landing-page .alignleft {
		margin-bottom: 20px;
		margin-right: 40px;
	}

	.landing-page-cta .enews-content {
		width: 55%;
	}

	.landing-page-cta .enews input {
		width: auto;
	}
 
}
 
@media only screen and (max-width: 800px) {

	body {
		font-size: 16px;
		line-height: 1.625;
	}

	.site-inner,
	.full-width-content .site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home .site-container {
		padding-left: 0;
		padding-right: 0;
    	}

	.ms-layer {
		outline: 2px solid #fff;
		outline-offset: -10px;
	}

	.ms-layer h4 {
		margin-top: 30px !important;
	}

	.ms-layer h2 {
		font-size: 28px;
		margin-bottom: 0;
	}

	.ms-layer .button {
		clear: both;
		margin-top: -10px;
	}

    	.after-header #intro h3 {
		font-size: 30px;
    	}

    	.horizontal-opt-in {
		margin-top: -25px;
    	}

    	.horizontal-opt-in .wrap,
    	.footer-opt-in .wrap {
		width: 420px;
		padding-left: 0px;
		padding-right: 0px;
    	}

    	.horizontal-opt-in p,
    	.footer-opt-in p {
		width: 60%;
    	}

    	.horizontal-opt-in #button,
    	.footer-opt-in #button {
		width: 35%;
		margin: 30px auto;
    	}
 
    	.five-sixths,
    	.four-sixths,
    	.one-fourth,
    	.one-half,
    	.one-sixth,
    	.one-third,
    	.three-fourths,
    	.three-sixths,
    	.two-fourths,
    	.two-sixths,
    	.two-thirds {
        	clear: none;
        	margin-left: 2.564102564102564%;
        	width: 48.717948717948715%;
    	}

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

	.buttons .one-third {
		clear: both;
		margin-left: 0;
		width: 100%;
	}

	.home-top .button-1 h3 {
		line-height: 1.2;
	}

	.home-podcast {
		padding: 40px 0;
	}

	.home-middle {
		width: 110%;
	}

	.home-middle section {
		margin: 0 1.415% 0 !important;
		padding: 0 2.6%;
    		width: 46%;
	}
 
    	/*.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,
    	.after-header {
        	display: none;
    	}

    	.author-bio h2 {
		text-align: center;
    	}

	.to-top {
		display: none;
	}

	.site-footer {
		text-align: center;
	}

	.recipes-top {
		padding: 0 20px 16px;
	}

	.recipes-top-title {
		display: none;
	}

	.landing-page-cta .enews-content {
		float: none;
		text-align: center;
		width: 100%;
	}

	.landing-page-cta .enews input,
	.landing-page-cta .enews input[type="submit"] {
		margin-left: 0;
		text-align: center;
		width: 100%;
	}

}

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

	.ms-layer h4 {
		font-size: 14px;
		margin-bottom: -10px;
		margin-top: 30px !important;
	}

	.ms-layer h2 {
		font-size: 24px;
		line-height: 1;
		margin-bottom: -10px;
	}

	.ms-layer .button {
		font-size: 12px;
		margin-top: -20px;
		padding: 8px 32px;
	}

	.home-bottom .enews {
		outline: 2px solid #fff;
		outline-offset: -10px;
		padding: 60px 30px 40px;
	}

	.home-bottom .enews input {
		margin: 10px auto;
		width: 300px;
	}

	.home-bottom .enews h3 {
		font-size: 48px;
	}

	.home-bottom .one-half {
		margin-left: 0;
		width: 100%;
	}

	.easyrecipe .ERSTopRight {
    		float: none;
		margin-bottom: 30px;
    		width: 100%;
    		max-width: 100%;
	}

	.easyrecipe .ERSTimes {
    		width: 100%;
	}

	.page-id-698 img.alignleft, 
	.page-id-698 .wp-caption.alignleft {
    		margin: 0px 30px 30px 0px;
	}

}

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

	.master-slider-main-widget {
		display: none;
	}

	.home-intro {
		padding: 0 0 40px;
	}

	.widgettitle span,
	.page .entry-title span {
		font-size: 36px;
		padding: 5px 20px;
	}

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

	.entry-title,
	.home-podcast h2 {
    		font-size: 36px;
	}

	.enews input {
		width: 200px;
	}

	.landing-page-hero h2 {
		font-size: 44px;
		padding: 5px 20px;
	}

}
 
@media only screen and (max-width: 420px) {
 
    	.top-cta {
        	padding-left: 2%;
        	padding-right: 2%;
    	}

    	.horizontal-opt-in .wrap,
    	.footer-opt-in .wrap {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
    	}

    	.horizontal-opt-in p,
    	.footer-opt-in p {
		width: 60%;
		font-size: 15px;
		line-height: 20px;
   	}

    	.horizontal-opt-in #button,
    	.footer-opt-in #button {
		width: 35%;
		margin: 15px auto;
    	}

    	.horizontal-opt-in #button a,
    	.footer-opt-in #button a {
		font-size: 15px;
    	}

    	.foodie-pro .easyrecipe .ERSName {
        	width: 100%;
    	}
 
    	.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%;
    	}

	.home-middle {
        	margin-left: 0;
        	width: 99%;

	}

	.home-middle section {
		margin-left: 0;
		padding-left: 0;
		margin-right: 0;
		padding-right: 0;
    		width: 100%;
	}
 
   	.slide-excerpt {
        	display: none;
        	visibility: hidden;
    	}
 
    	#menu-secondarymenu li a {
        	padding: 10px;
        	font-size: .8em;
    	}

    	.site-header .widget-area {
		width: 25%;
		float: left;
    	}

    	.conversion-banner__hero-img.media__img, .footer-cta__hero-img {
		max-width: 100%;
    	}

    	.page-id-3753 .entry-content {
		margin: 0 auto;
    	}

    	.page-id-3753 .site-container {
		padding: 0;
    	}

	.landing-page-hero h2 {
		font-size: 34px;
	}

	.home-bottom .enews input {
   	 	width: 260px;
	}

	.home-bottom .enews input[type="submit"] {
		width: 100%;
	}
 
}

/*
Admin bar fix
---------------------------------------------------------------------------------------------------- */
 
.admin-bar .nav-primary.fix {
        top: 28px;
}

/*
Podcast Player
---------------------------------------------------------------------------------------------------- */

body.spp .smart-track-player {
        margin-top: 0px !important;
        border: 1px solid #E0D351;
}

body.spp .smart-track-player .spp-track .spp-artist {
        margin: 20px 0 0 !important;
}