/*
	Theme Name: Kitchen Stewardship
	Description: This is a custom child theme created for Kitchen Stewardship
	Author: Simply Designs
	Author URI: http://simplydesigns.org/
	Version: 1.0
 
	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 Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms and Buttons
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Home Page 
		- Home Search
		- Home Featured Posts
	- Landing Page Templates
	- Recipe Page 
	- Common Classes
		- WordPress
		- Genesis
		- Author Box
		- Titles
	- Widgets
		- Feature Box
	- Plugins
		- Jetpack
		- WP eStore
		- Easy Recipe
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Post Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- Date Styling
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Miscellaneous
		- Social Media Icons
		- End of Post Question
		- Colored Callout Boxes
		- Chalkboard Box
		- Photo Credit
		- eBook Store Button in Header
		- Kris Custom from old theme
		- Infusionsoft Buttons
    - Po.St share buttons
    - Yum button
    - Font tag replacements
    - Beacon Ad
    - KCRF eCourse
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px  

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing:border-box;
	padding:0;
	max-width: 20px !important;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
blockquote:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
blockquote:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	color: #333;
	font-family: Verdana,'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #0060ff;
	text-decoration: none;
}


a img {
	margin-bottom: -4px;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	display: block !important;
	padding: 25px;
	margin: 0 auto 24px;
	background-color: #ebebeb;
	border-top: 3px solid #423d3e;
	border-bottom: 3px solid #423d3e;
}

blockquote p {
	display: block !important;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

.smallprint {
	font-size: xx-small;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 42px;
	color: #423d3e;
}



h2 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 28px;
	color: #008000;
}

h3 {
	font-family: 'Shadows Into Light Two', cursive;
	font-size: 22px;
	color: #423d3e;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}

h4 {
	font-family: 'Shadows Into Light Two', cursive;
	font-size: 30px;
	color: #5d162e;
}

h5 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 24px;
	color: #b77045;
}

h6 {
	font-family: 'Satisfy', cursive;
	font-size: 38px;
	color: #008000;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* Forms and Buttons
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #333;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #ed4748;
	border-radius: 5px;
	border: 2px solid #fff;
	box-shadow: 3px 3px 5px #bbb;
	font-family: 'Shadows Into Light Two', cursive;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.025em;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	width: 80%;
}

.button.auto-width {
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #fff;
	border: 2px solid #ed4748;
	color: #ed4748;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.sidebar .button {
	padding: 10px 40px;
	margin-top: 15px;
	width: 100%;
	text-align: center;
	line-height: 1.225;
}

.purple-button .button{
	background-color: #886697;
	border: 2px solid #fff;
	color: #fff;
}

.purple-button .button:hover {
	background-color: #fff;
	border: 2px solid #886697;
	color: #886697;
}

.green-button .button {
	background-color: #95cc68;
	border: 2px solid #fff;
	color: #fff;
}

.green-button .button:hover {
	background-color: #fff;
	border: 2px solid #95cc68;
	color: #95cc68;
}

.red-button .button {
	background-color: #ed4748;
	border: 2px solid #fff;
	color: #fff;
}

.red-button .button:hover {
	background-color: #fff;
	border: 2px solid #ed4748;
	color: #ed4748;
}

.yellow-button .button {
	background-color: #f5ab2a;
	border: 2px solid #fff;
	color: #fff;
}

.yellow-button .button:hover {
	background-color: #fff;
	border: 2px solid #f5ab2a;
	color: #f5ab2a;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1154px;
}

.site-inner {
	clear: both;
}

.full-width-content .site-inner {
	width: 960px;
}

/* 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: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 374px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

.sidebar-signup fieldset {
	border:none !important;
	margin: 0;
	padding: 0;
}

.sidebar-signup h2 {
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 24px;
	padding: 8px 0px;
	margin: 0 auto 8px;
}


.sidebar-signup input[type="submit"] {
	margin-bottom:24px;
	width: 96%;
}

.sidebar-signup input[type="text"] {
	margin-bottom:8px;
	width: 96%;
}





/* 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;
}

/*
Home Page
---------------------------------------------------------------------------------------------------- */

/* Home Search
--------------------------------------------- */

.homesearch {
	border-bottom:3px solid #b77045;
	padding: 10px 0;
	margin: 8px 0 40px;
}

.homesearch .widget-title {
	float: left;
	display: inline;
	color: #ed4748;
	font-family: 'Satisfy', cursive;
	font-size: 28px;
	margin-right: 10px;
	padding-top: 10px;
}

.sidebar .widget_search .widget-title {
	color: #ed4748;
	font-family: 'Satisfy', cursive;
	font-weight: normal !important;
	font-size: 28px;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	letter-spacing: 0 !important;
	padding: 8px 20px;
	margin: 0 auto 8px;
	font-weight: bold;
}



.homesearch .search-input {
	display: inline;
	width: 45%;
}

.home-search-left {
	float: left;
	width: 42%;
}

.home-search-right {
	float: right;
	width: 58%;
}

.homesearch .button {
	text-align: center;
	font-family: 'Shadows Into Light Two', cursive;
	text-transform: none;
	font-size: 21px;
	line-height: 1.225;
	box-shadow: 3px 3px 5px #bbb;
	padding: 10px 14px;
	margin-left: 8px;
}

.kitchen-stewardship-home .sidebar .widget_search {
	display: none;
}

/* Home Featured Posts
--------------------------------------------- */

.home-top,
.home-middle,
.home-bottom {
	overflow: hidden;
}


.home-middle .featuredpost .entry,
.home-bottom .featuredpost .entry {
	float: left;
	vertical-align: top;
	width: 340px;
}

.home-middle .featured-content .entry:nth-of-type(2n+1) {
	clear: left;
	margin-right: 60px;
}

.home-cat-1,
.home-cat-3,
.home-cat-5 {
	float: left;
	vertical-align: top;
	width: 340px;
	padding-right: 16px;
}

.home-cat-2,
.home-cat-4,
.home-cat-6 {
	float: right;
	vertical-align: top;
	width: 340px;
	padding-right: 16px;
}

.home-bottom .featuredpost .entry {
	vertical-align: top;
}

.home-bottom .widget-title {
	background: url(images/Chalkboard_bg.jpg);
	border-radius: 5px;
	border: 3px solid #b77045;
	width: 100%;
	color: #fff;
	padding: 14px 20px;
	margin: 0 auto 20px;
	font-weight: bold;
	letter-spacing: 0.025em;
	font-size: 26px;
	box-shadow: 3px 3px 5px #bbb;
}


.home-bottom .featured-content .entry {
	padding: 0;
}

.featured-content .entry {
	margin-bottom: 0;
	padding: 0 0 20px;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	line-height: 1.2;
}

.more-from-category {
	display: block;
	width: 100%;
	margin-top: 0;
	margin-bottom: 60px;
	padding: 0 0 16px;
	text-align: center;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}

.more-from-category a {
	color: #423d3e;
}

.more-from-category a:hover {
	color: #423d3e;
	border-bottom: 1px solid #423d3e;
}




/*
Landing Page Templates
---------------------------------------------------------------------------------------------------- */

.kitchen-stewardship-landing .footer-info,
.kitchen-stewardship-landing-2 .footer-info,
.kitchen-stewardship-landing #ebook-store-peel {
	display: none;
}

.kitchen-stewardship-landing .entry-title,
.kitchen-stewardship-landing-2 .entry-title {
	margin-left: 0;
}

.kitchen-stewardship-landing .site-inner {
	padding: 40px 0;
}

.page-template-page_blog .entry-footer .entry-meta,
.archive .entry-footer .entry-meta,
.tag .entry-footer .entry-meta,
.category .entry-footer .entry-meta {
	display: none;
}

/*
Recipe Page
---------------------------------------------------------------------------------------------------- */

.recipe-find {
	padding: 20px;
}

.recipe-find .widget {
	float: left;
	margin-right: 1%;
	width: 32%;
}

.kitchen-stewardship-recipe .featuredpost .post {
    	display: inline-block;
    	margin: 0 7px;
    	padding: 7px;
    	vertical-align: top;
    	width: 22%;
}

.kitchen-stewardship-recipe .featuredpost .entry-title {
	margin-left: 0;
	margin-bottom: 24px;
	font-size: 16px;
	text-align: center;
}

.recipe-find .widgettitle {
	color: #008000;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	font-size: 22px;
	margin-bottom: 8px;
}

.recipe-categories {
	margin-top: 20px;
}

.recipe-categories .widget {
	clear: both;
	display: block;
	overflow: hidden;
	padding: 20px 0;
}

.recipe-categories .widgettitle,
.category-title-display {
	background: url(images/Chalkboard_bg.jpg);
	font-family: 'Shadows Into Light Two', cursive;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
	border: 3px solid #b77045;
	color: #fff;
	padding: 14px 20px;
	font-weight: bold;
	letter-spacing: 0.025em;
	font-size: 26px;
	box-shadow: 3px 3px 5px #bbb;
}

.recipe-categories .widgettitle {
	margin: 0 auto 35px;
}

.category-title-display {
	margin: 15px auto 35px;
}

.more-from-post_tag {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}

.more-from-post_tag a {
	color: #423d3e;
}

/*
Tag and Category Pages
---------------------------------------------------------------------------------------------------- */

.tag .post,
.category .post {
    	display: inline-block;
    	margin: 0 2%;
    	padding: 0px;
    	vertical-align: top;
    	width: 29%;
}

.tag .category-grid-post-featured-image,
.category .category-grid-post-featured-image {
	display: block;
	margin: 0 auto 12px;
}


.category .entry-title,
.tag .entry-title {
	margin-left: 0;
	margin-bottom: 32px;
	font-size: 16px;
	text-align: center;
}





/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block !important;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description {
	background-color: #fff;
	margin-bottom: 40px;
}

/* Author Box
--------------------------------------------- */

.author-box {
	background-color: #ebebeb;
	border-top: 3px solid #423d3e;
	border-bottom: 3px solid #423d3e;
	padding: 25px;
	margin-bottom: 24px;
}

.author-box h4 {
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 22px;
	color: #423d3e;
	margin-bottom: 24px;
}

.archive-description {
	padding: 40px 40px 24px;
}

.author-box {
	padding: 40px;
}

.author-box-title {
	color: #009f4d;
	font-family: 'Satisfy', cursive;
	font-size: 40px;
	margin-bottom: 0;
}

.author-box p {
	margin-bottom: 14px;
}

.author-box .avatar {
	border: 3px solid #fff;
	margin-right: 24px;
	box-shadow: 3px 3px 5px #bbb;
}

/* Titles
--------------------------------------------- */

.entry-title {
	color: #423d3e;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-weight: normal !important;
	font-size: 36px;
	line-height: 1;
}

.page .entry-title {
	margin-left: 0 !important;
}

.entry-title a {
	color: #008000;
}

.entry-title a:hover {
	color: #423d3e;
}

.kitchen-stewardship-home .entry-title {
	margin: 15px 0 10px;
	color: #008000;
}

.sidebar .widgettitle {
	color: #008000 !important;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 26px;
	padding: 8px 20px;
	margin: 0 auto 8px;
}

.sidebar .widgettitle a {
	color: #008000 !important;
}

.widget-title {
	font-size: 20px;
	margin-bottom: 24px;
	text-align: center;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Feature Box
--------------------------------------------- */

.featurebox {
	font-size: 24px;
	text-align: center;
	margin: 0 0 20px 0;
  padding-bottom: 10px;
	border-bottom: 3px solid #b77045;
}

.kitchen-stewardship-home .featurebox {
	margin: 0 !important;
}

.mobile-feature-title,
.mobile-only {
	display: none;
}

.featurebox p {
	padding: 0 14%;
	margin: 0 0 14px;
}

.featurebox  .button {
	padding: 10px 20px;
	width: 85%;
	text-align: center;
	font-family: 'Shadows Into Light Two', cursive;
	text-transform: none;
	font-size: 24px;
	line-height: 1.225;
	box-shadow: 3px 3px 5px #bbb;
}

.feature-box-left {
	width: 20%;
	float: left;
}

.feature-box-right {
	width: 80%;
	float: right;
}

.party-ebook {
	margin: -10px 0 0 20px;
}

.featurebox h2 {
	text-align: center;
	font-size: 42px;
	margin-top: 10px;
}

.featurebox .aligncenter  {
	margin: 0 auto 10px !important;
}

.half-sidebar {
  width: 165px;
  float: left;
  margin: 0 5px 0 5px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* WP eStore
--------------------------------------------- */

/* Squeeze form free download button */
input.free_download_submit {
  width: auto;
}

/* Fix paypal and apply coupon buttons */
input.eStore_apply_coupon {
  padding: 2px 8px;
  background-color: gray;
  font-size: 18px;
}

input#coupon_code {
  padding: 4px 8px;
}

input.eStore_apply_coupon:hover {
  color: gray;
  border: 2px solid gray;
}

input.eStore_paypal_checkout_button {
  height: auto;
}

.eStore_cart_fancy1 th,
.eStore_cart_fancy1 td {
  padding-left: 3px;
}

.eStore_button, .eStore_add_to_cart_button {
  border: 0;
  box-shadow: none;
}

/* Easy Recipe
--------------------------------------------- */

/* Wrap around easy recipe to suppress photo*/
.easyreceipe_hideimage img {
  display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: url(images/Chalkboard_bg.jpg);
	margin-bottom: 0;
}

.site-header .wrap {
	padding: 40px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 16px 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	margin: 0 0 8px;
}

.site-description {
	margin-bottom: 0;
}

/* 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 .wrap {
	padding: 0;
}

.header-image .site-title a {
	background: url(images/sprite.png) no-repeat left;
	background-position: 0 0;
	width: 327px;
	height: 154px;
	margin-top: 15px;
	float: left;
	-o-transition: ease-out, background  ease-in;
	-ms-transition: ease-out, background ease-in;
	-moz-transition: ease-out, background ease-in;
	-webkit-transition: ease-out, background ease-in;
	transition: ease-out, background ease-in;
}

.header-image .site-title a:hover {
	background: url(images/sprite.png) no-repeat left;
	background-position: 0 -155px ;
	width: 327px;
	height: 154px;
	padding: 0;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.header-image .site-header .widget-area {
	padding: 10px 100px 3px 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #333;
	font-family: 'Shadows Into Light Two', cursive;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	display: block;
	padding: 16px 20px;
	position: relative;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	font-family: Verdana,'Open Sans', Helvetica, Arial, sans-serif;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-family: Verdana,'Open Sans', Helvetica, Arial, sans-serif;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 16px 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.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 {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary,
.nav-header {
	text-align: right;
	text-transform: uppercase;
	color: #fff;
	background: none;
	letter-spacing: 0.025em;
}

.nav-primary a,
.nav-header a {
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.025em;
}

.nav-header .sub-menu a {
	color: #333;
}

.genesis-nav-menu .sub-menu a:hover,
.nav-primary .sub-menu a:hover,
.nav-header .sub-menu a:hover {
	color: #fff !important;
	background-color: #95cc68 !important;
}

.green-menu a:hover {
	color: #95cc68;
}

.yellow-menu a:hover {
	color: #f5ac2b;
}

.red-menu a:hover {
	color: #ed4748;
}

.purple-menu a:hover {
	color: #bd8dd2;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: url(images/menu_bg.jpg) repeat-x;
	min-height: 50px;
	text-align: center;
	margin-bottom: 25px;
}

.nav-secondary a {
	color: #423d3e;
	font-family: 'Shadows Into Light Two', cursive;
	font-size: 24px;
	padding: 8px 20px;
}

/* Post Navigation
------------------------------------------------------------ */

.post-nav {
   	clear:both;
   	display: block;
	overflow: auto;
    	margin: 10px 0px 10px 0px;
    	padding: 5px 0;
	font-size: 14px;
}

.post-nav span.next,
.post-nav span.prev {
	color: #423d3e;
	font-size: 18px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
   	display: block;
	margin-bottom: 0px !important;
}

.post-nav a {
	color: #008000;
}

.post-nav a:hover {
	color: #423d3e;
}

.next-post-nav {
	width: 45%;
    	float: right;
    	text-align: right;
}

.prev-post-nav {
    	width: 45%;
    	float: left;
    	text-align: left;
}

/* Responsive Menu
--------------------------------------------- */

.nav-secondary .responsive-menu-icon::before {
	color: #423d3e;
	content: "CATEGORIES \f333";
}

.nav-header .responsive-menu-icon::before {
	color: #fff;
	content: "NAVIGATION \f333";
}

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.site-header .responsive-menu-icon {
	border-bottom: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}





/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px 0 24px;
}

.entry-content a {
	color: #0060ff;
	text-decoration: underline;
}

.entry-content a:hover {
	color: #423d3e;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #333;
	font-size: 14px;
}

.disclosure {
	color: #ccc;
	font-size: 13px;
	font-style: italic;
	padding: 0 20px 5px 0px;
	border-bottom: 2px solid #b77045;
  margin-bottom: 20px;
}

.end-disclosure {
	color: #333;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 16px;
}

.entry-meta a {
	color: #008000;
}

.entry-meta a:hover {
	color: #008000;
	border-bottom: 1px solid #008000;
}

.entry-footer .entry-meta {
	border-top: 2px solid #423d3e;
	margin: 0 -40px;
	padding: 32px 40px 8px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Date Styling
--------------------------------------------- */
.entry-header .entry-meta {
    	font-size: 12px;
    	margin: -10px 0 5px 0;
}

.entry-header .entry-meta .time,
.entry-header .entry-meta .time span {
	color: #008000;
    	width: 100px;
	text-align: center;
}

.entry-header .entry-meta .time {
	background: url(images/sprite.png) no-repeat;
	background-position: -628px -115px ;
	width: 100px;
	height: 75px;
    	left: -42px;
    	position: absolute;
    	top: 35px;
	padding-top: 12px;
}

.entry-header .entry-meta .day {
   	font-size: 30px;
	display: inline !important;
	font-family: 'Satisfy', cursive;
    	font-weight: normal;
    	height: 34px;
    	line-height: 34px;
	vertical-align: top;
}

.entry-header .entry-meta .month {
	display: inline !important;
	font-family: 'Satisfy', cursive;
	font-size: 25px;
	height: 30px;
    	line-height: 34px;
    	text-transform: uppercase;
	vertical-align: top;
}


.entry-header .entry-meta .year {
	font-family: 'Satisfy', cursive;
	font-size: 20px;
	display: block;
    	height: 14px;
    	line-height: 14px;
    	text-transform: uppercase;
}

.post {
    	position: relative;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #423d3e;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #ed4748;
}

.entry-pagination a {
	color: #ed4748;
	border-bottom: 1px solid #ed4748;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.entry-comments {
	padding: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.comment-respond a,
.entry-comments a {
	color: #d27e28;
}

.comment-respond a:hover,
.entry-comments a:hover {
	color: #d27e28;
	border-bottom: 1px solid #d27e28;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.subscribe-to-comments label {
	display: inline !important;
	margin-left: 4px;
}


.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.entry-comments h3,
.comment-reply-title {
	font-family: 'Shadows Into Light Two', cursive;
	text-transform: none !important;
	letter-spacing: 0.025em;
	color: #ed4748;
	font-size: 40px;
	text-align: center;
	border-bottom: 2px solid #423d3e;
}

.comment-reply-title {
	text-transform: none !important;
}

.commentintro p {
	font-size: 20px;
	padding: 0 50px;
}

.comment-childs p a {
  word-wrap: break-word;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #333;
}

.sidebar a {
	color: #0060ff;
}

.sidebar a:hover {
	color: #423d3e;
}

a img {
	border-bottom: none !important;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	margin-bottom: 10px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 0 12px 12px 12px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-image: url(images/Chalkboard_bg.jpg);
	border-top: 5px solid #b77045;
	border-bottom: 5px solid #b77045;
	color: #fff;
	clear: both;
	padding: 60px 0 8px;
	font-size: 16px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	padding: 0 20px;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets-4 {
	border-top: 3px solid #b77045;
	padding-top: 20px;
	width: 100%;
	float: right;
	display: block;
	font-size: 12px;
	font-style: italic;
}
.footer-widgets-4 p {
	margin-bottom: 12px;
}

.footer-widgets a {
	color: #95cc68;
}

.footer-widgets a img {
	border-bottom: none !important;
}

.footer-widgets a:hover {
	color: #fff;
	border-bottom: none;
}

.footer-widgets .widget {
	margin-bottom: 44px;
}

.footer-widgets .widget-title {
	color: #fff;
	font-family: 'Satisfy', cursive;
	font-size: 32px;
}

.footer-widgets li {
	margin-bottom: 12px;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

.footer-connect {
	margin-bottom: 124px;;
}

.social-text {
	text-align: center;
	display: block;
	font-family: 'Shadows Into Light Two', cursive;
	font-size: 24px;
	margin-bottom: 14px;
}


.social-green a {
	color: #95cc68 !important;
}

.social-yellow a {
	color: #f5ac2b !important;
}

.social-red a {
	color: #ed4748 !important;
}

.social-purple a {
	color: #bd8dd2 !important;
}

.social-green a:hover,
.social-yellow a:hover,
.social-red a:hover,
.social-purple a:hover {
	color: #fff !important;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	color: #333;
	font-size: 14px;
	padding: 40px 0 20px;
	text-align: center;
}

.footer-creds {
	font-family: 'Shadows Into Light Two', cursive;
	font-size: 24px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-creds a.contact-us {
	color: #d27e28;
}

.footer-creds a.affs {
	color: #008000;
}

.footer-creds a.ads {
	color: #ed4748;
}

.footer-creds a.privacy {
	color: #886697;
}

.footer-creds a.ebooks {
	color: #008000;
}


.site-footer a:hover {
	color: #423d3e;
	border-bottom: 1px solid #423d3e;
}

.site-footer p {
	margin-bottom: 0;
}

.footer-ad, .footer-ad div {
	text-align:center;
	margin: 20px auto;
	display: block !important;
}

/*
Miscellaneous
---------------------------------------------------------------------------------------------------- */

/* Social Media Icons
--------------------------------------------- */

#socialicons {
	margin-top: 0;
}

#socialicons a {
	display:inline-block;
	margin: 0 10px;
}

#socialicons a:hover {
	transform: rotate(-20deg);
}

.smicons {
	margin: 0 10px;
}

.social-left {
	margin-left: -10px;
}

.facebookicon {
	background: url(images/sprite.png) no-repeat;
	background-position: -328px 0;
	width: 59px;
	height: 114px;
}

.twittericon {
	background: url(images/sprite.png) no-repeat;
	background-position: -388px 0;
	width: 62px;
	height: 114px;
}

.pinteresticon {
	background: url(images/sprite.png) no-repeat;
	background-position: -451px 0;
	width: 63px;
	height: 114px;
}

.instagramicon {
	background: url(images/sprite.png) no-repeat;
	background-position: -515px 0;
	width: 78px;
	height: 114px;
}

.youtubeicon {
	background: url(images/sprite.png) no-repeat;
	background-position: -593px 0;
	width: 60px;
	height: 114px;
}

.emailicon {
	background: url(images/sprite.png) no-repeat;
	background-position: -653px 0;
	width: 61px;
	height: 114px;
}

.rssicon {
	background: url(images/sprite.png) no-repeat;
	background-position: -714px 0;
	width: 67px;
	height: 114px;
}

/* Amazon 'Shop Related Products' widget header */
div#amzn-native-ad-0 .amzn-native-header-text {
	color: #fff;
}

/* End of Post Question
--------------------------------------------- */

.question {
	color: #ed4748;
	font-family: 'Shadows Into Light Two', cursive;
	font-size: 32px;
	line-height: 1.125;
	margin: 0 -40px 25px -40px;
	padding: 25px 20px 0 30px;
	border-top: 2px solid #423d3e;
	border-bottom: 2px solid #423d3e;
}

/* Colored Callout Boxes
--------------------------------------------- */

.redbox,
.yellowbox,
.purplebox,
.graybox {
	padding: 25px;
	margin-bottom: 24px;
  overflow: hidden;
}

.redbox {
	background-color: #fff;
	border: 3px solid #c6161d;
}

.yellowbox {
	background-color: #fbddaa;
	border-top: 3px solid #f68d1f;
	border-bottom: 3px solid #f68d1f;
}

.purplebox {
	background-color: #dbd1e0;
	border-top: 3px solid #5d162e;
	border-bottom: 3px solid #5d162e;
}

.graybox {
	background-color: #ebebeb;
	border-top: 3px solid #423d3e;
	border-bottom: 3px solid #423d3e;
}

.greenbox {
	color: #333;
	background: #d6f0ac;
	border-radius: 0px;
	border: 3px solid #423d3e;
	margin: 20px 20px 24px;
	padding: 40px 40px 20px 40px;
  overflow: hidden;
}

.redbox img,
.yellowbox img,
.purplebox img,
.graybox img,
.greenbox img,
blockquote img {
  margin-right: 10px!important;
}

.redbox img.aligncenter,
.yellowbox img.aligncenter,
.purplebox img.aligncenter,
.graybox img.aligncenter,
.greenbox img.aligncenter,
blockquote img.aligncenter {
  margin: 0 auto 24px!important;
}

span.boxcenter {
	text-align: center;
	display: block;
}

/* Chalkboard Box
--------------------------------------------- */

.chalkboard {
	background: url(images/Chalkboard_bg.jpg);
	border-radius: 5px;
	border: 5px solid #b77045;
	color: #fff !important;
	font-family: 'Shadows Into Light Two', cursive;
	font-size: 24px;
	line-height: 1.325;
	margin: 0 0 25px 0;
	padding: 35px 40px 15px 40px;
}

.chalkboard h1,
.chalkboard h2,
.chalkboard h3,
.chalkboard h4,
.chalkboard h5,
.chalkboard h6 {
	color: #fff !important;
}

.chalkboard h6 {
	font-size: 48px;
}

.chalkboard img {
	 box-shadow: 5px 5px 5px #000;
}

.chalkboard a {
	color: #95cc68;
	border-bottom: none !important;
}

.chalkboard a img {
	border-bottom: none !important;
}

.chalkboard a:hover {
	color: #fff;
	border-bottom: none;
}



/* Photo Credit
--------------------------------------------- */

.credit {
	font-style: italic;
	font-size: 10px;
	margin-top: -16px;
	margin-bottom: 24px;
	text-align: center;
}


/* eBook Store Button in Header
--------------------------------------------- */

#ebook-store-peel {
	background: url(images/sprite.png) no-repeat;
	background-position: -328px -115px ;
	width: 149px;
	height: 151px;
	display:block;
	position:fixed;
	top:0;
	right:0;
	z-index: 1000;
	-o-transition: ease-out, background  ease-in;
	-ms-transition: ease-out, background ease-in;
	-moz-transition: ease-out, background ease-in;
	-webkit-transition: ease-out, background ease-in;
	transition: ease-out, background ease-in;
}

#ebook-store-peel:hover {
	background: url(images/sprite.png) no-repeat;
	background-position: -478px -115px ;
	width: 149px;
	height: 151px;
}

/* Kris Custom from old theme
--------------------------------------------- */
.greenalert,
.tanalert,
.peachalert,
.greyalert {
  overflow: hidden;
}

.greenalert  {
	background:none repeat scroll 0 0 rgb(214, 240, 172);
	border:thin dotted black; padding:0.571em 0.786em;
}

.tanalert  {
	background:none repeat scroll 0 0 rgb(235,218,179);
	border:1px solid #E5E597;
	padding:0.571em 0.786em;
}

.peachalert  {
	background:none repeat scroll 0 0 rgb(251, 219, 167);
	border:1px solid rgb(204, 204, 204);
	padding:0.571em 0.786em;
}

.greyalert  {
	background:none repeat scroll 0 0 #F5F5F5;
	border:1px solid rgb(204, 204, 204);
	padding:0.571em 0.786em;
}

.greenalert img,
.tanalert img,
.peachalert img,
.greyalert img {
  padding-right: 10px !important;
}

/* Infusionsoft Buttons
--------------------------------------------- */
.infusionsoft_compact_cart {
	font-family: helvetica;
	background-color: #DDDDDD;
	border: 1px solid #CCCCCC;
	max-width: 140px;
	min-width: 120px;
	padding: 10px 7px;
	margin: 5px 0;
}

.infusionsoft_compact_cart_container {
	background: url("images/shopping_basket_icon_small.png") no-repeat scroll 0 50% transparent;
	padding-left: 30px;
	font-size: 16px;
}

.infusionsoft_compact_cart_co_btn {
	background-color: #A3A3A3!important;
	color: #162636!important;
	font-size: 14px!important;
	font-weight: normal!important;
	margin-left: 10px!important;
	padding: 5px 7px!important;
	text-decoration: none!important;
	width: auto!important;
	height: auto!important;
}

/* Helpful Styles
--------------------------------------------- */
ul.vertical-space-list li, ol.vertical-space-list li {
	margin-bottom: 15px;
}

.default-font {
	font-family: Verdana,'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
}

/* Po.St sharing buttons
--------------------------------------------- */
 @font-face{
    font-family:'fontello';
    src:url('images/po.st/fontello.eot?73146824');
    src:url('images/po.st/fontello.eot?73146824#iefix')format('embedded-opentype'),
    url('images/po.st/fontello.woff?73146824')format('woff'),
    url('images/po.st/fontello.ttf?73146824')format('truetype'),
    url('images/po.st/fontello.svg?73146824#fontello')format('svg');
    font-weight:normal;
    font-style:normal;
  }
  .pw-float-left{
    z-index: 100000;
  }
  #fb_content_3 .pw-button{
    background: url(images/po.st/dd-icons_ks.png) !important;
    cursor: pointer;
    width: 42px !important;
    height: 42px !important;
    transition: all 0.2s ease;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
  }
  #fb_content_3 .pw-button-facebook {
    background-position: 0 0 !important;
  }
  #fb_content_3 .pw-button-googleplus {
    background-position: 0 -88px !important;
  }
  #fb_content_3 .pw-button-pinterest {
    background-position: 0 -44px !important;
  }
  #fb_content_3 .pw-button-post {
    background-position: 0 -132px !important;
  }
  #fb_content_3 .pw-icon {
    font: normal 22px/42px 'fontello';
    background: transparent !important;
    color: white;
    text-align: center;
    width: 42px;
  }
  #fb_content_3 .pw-button-facebook .pw-icon:after{
    content: "\ea85";
  }
  #fb_content_3 .pw-button-pinterest .pw-icon:after{
    content: "\ea8a";
  }
  #fb_content_3 .pw-button-googleplus .pw-icon:after{
    content: "\e974";
  }
  #fb_content_3 .pw-button-post .pw-icon:after{
    content: "\e9a8";
  }
  #fb_content_3 .pw-box-counter{
    font-size: 10px !important;
    z-index: 1000 !important;
    color: rgb(255, 255, 255);
    position: absolute;
    margin-left: 35px !important;
    margin-top: 15px !important;
    transition: all 0.2s ease;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    display: none;
  }
  #fb_content_3 .pw-button:hover{
    width: 85px !important;
  }
  #fb_content_3 .pw-button:hover .pw-box-counter{
    margin-left: 60px !important;
    display: block;
  }
  .pw-popup-type_simplelist {
    left: 45px !important;
  }
  @media all and (max-width: 976px){
    .pw-float-left {
      position: fixed;
      bottom: 0;
      left: 50% !important;
      margin-left: -170px !important;
      top: auto !important;
    }
    .ra1-pw-mobile-android .pw-float-left{
      bottom: 32px;
    }
    .pw-float-left .pw-widget{
      width: 340px !important;
    }
    #fb_content_3 .pw-button{
      display: inline-block !important;
      width: 84px !important;
    }
    #fb_content_3 .pw-box-counter{
      display: block !important;
      margin-left: 55px !important;
    }
  }

/* Yum button
--------------------------------------------- */
.yum-button {
	margin-top: 10px;
 	margin-bottom: 10px;
}

/* Font tag replacements
--------------------------------------------- */
.font-small-text {
  font-size: x-small;
}

.font-gray {
  color: #333333;
}

/* Beacon Ad
--------------------------------------------- */
.beacon img {
	display: block !important;
	margin: 0 auto 24px;
}

/* KCRF eCourse
--------------------------------------------- */
.kcrf-landing main {
  padding: 0 5px 0 5px;
}

.kcrf_video_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  margin-bottom: 20px;
}
.kcrf_video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.kcrf_video_section {
  margin-bottom: 60px;
}

.pdf_icon {
	background-image: url(images/pdf.gif);
  height: 16px;
  width: 16px;
  float: left;
  margin: 3px 5px 5px 0;
}

.cell_250 {
  height: 250px;
}

/* vertically center */
.cell_250 img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.kcrf-landing .flash-card {
  text-align: center;
}

.kcrf-landing .flash-card a {
    background-color: white;
}

.kcrf-landing .flash-card img:hover {
    opacity: .5;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col {
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

/*
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 .wrap {
	}

}

@media only screen and (max-width: 1250px) {

	.nav-header a {
		font-size: 18px;
		padding: 10px 14px;
	}

	.nav-header {
		text-align: center;
	}

	#socialicons a {
		display:inline-block;
		margin: 0 4px;
	}

	.site-header .widget-area {
		text-align: center;
	}

	.nav-secondary a {
		font-size: 22px;
		padding: 8px 12px;
	}

}

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 960px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.full-width-content .site-inner {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.featurebox h2 {
		font-size: 34px;
	}

	.featurebox {
		font-size: 18px;
	}

	.home-search-left {
		width: 100%;
		margin: 0 auto 14px;
		text-align: center;
	}

	.home-search-right {
		width: 100%;
		margin: 0 auto 14px;
		text-align: center;
	}

	.homesearch .widget-title {
		margin-left: 15%;
	}

	.homesearch .search-input {
		float: left;
	}

	.featurebox {
		padding-bottom: 20px !important;
	}

}

@media only screen and (max-width: 1023px) {
	#socialicons,
	#ebook-store-peel {
		display: none;
	}

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.full-width-content .site-inner {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 0;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.sidebar .widget {
		text-align: center;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.site-footer {
		padding: 24px 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.header-image .site-title a {
		float: none;
		margin: 15px auto 0 !important;
		text-align: center;
	}

	.header-image .title-area {
		text-align: center;
		width: 100%;
	}

	.site-header .widget-area {
		text-align: center;
	}

	.main-feature-title,
	.party-ebook,
  .hide-mobile {
		display: none;
	}

	.mobile-feature-title,
  .mobile-only {
		display: block;
	}

	.feature-box-right, .feature-box-left {
		width: 100%;
	}

	.homesearch .widget-title {
		margin-left: 8%;
	}

	/* Mobile Menu Icon properties ----------- */

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu {
		background: #fff;
		height: auto;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		color: #4d220e;
		display: block;
		line-height: 1;
		padding: 20px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;

	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		background: #fff !important;
		content: "\f132";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 18px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f460";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 20px;
		position: relative;
		text-transform: none;
		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 {
		margin: 0;
		width: 100%;
	}

	.kitchen-stewardship-recipe .featuredpost .post {
    		display: inline-block;
    		margin: 0 7px;
    		padding: 7px;
    		vertical-align: top;
    		width: 44%;
	}

	.home-cat-1,
	.home-cat-3,
	.home-cat-5,
	.home-cat-2,
	.home-cat-4,
	.home-cat-6 {
		width: 100%;
		padding: 0 !important;
	}

	.home-middle .featuredpost .entry,
	.home-bottom .featuredpost .entry {
		width: 100%;
	}

	#socialicons a {
		display:inline-block;
		margin: 0 4px;
	}

	.homesearch .search-input {
		display: inline;
		width: 100%;
	}

	.homesearch .button {
		width: 100%;
		margin-bottom: 8px;
		margin-left: 0;
	}

	.homesearch .widget-title {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.entry-title {
		font-size: 24px;
		margin-left: 0px;
	}

	.disclosure {
		padding: 0 0 20px 0;
	}

	.entry-header .entry-meta {
    		padding: 0;
	}

	.entry-header .entry-meta .time,
	.entry-header .entry-meta .time span {
		color: #008000;
    		width: 100%;
    		text-align: center;'
		display: block;
	}

	.entry-header .entry-meta .time {
		background: none;
		width: 100%;
		height: auto;
    		left: 0px;
    		position: relative;
    		top: 0;
		padding-top: 17px;
	}

	.entry-header .entry-meta .day {
		font-family: Verdana,'Open Sans', Helvetica, Arial, sans-serif;
   		font-size: 12px;
    		height: auto;
    		line-height: 20px;
	}

	.entry-header .entry-meta .month {
		font-family: Verdana,'Open Sans', Helvetica, Arial, sans-serif;
		font-size: 12px;
		height: auto;
    		line-height: 20px;
	}


	.entry-header .entry-meta .year {
		font-family: Verdana,'Open Sans', Helvetica, Arial, sans-serif;
		font-size: 12px;
		display: inline !important;
    		height: auto;
    		line-height: 20px;
    	}

}

@media only screen and (max-width: 675px) {

	#socialicons,
	#ebook-store-peel {
		display: none;
	}

	.recipe-find .widget {
		margin-right: 0;
		margin-bottom: 12px;
		width: 100%;
	}


}

@media only screen and (max-width: 479px) {

	.header-image .site-header .wrap {

	}

	#ebook-store-peel,
	#socialicons {
		display: none;
	}


	.kitchen-stewardship-recipe .featuredpost .post {
    		display: inline-block;
    		margin: 0 7px;
    		padding: 7px;
    		vertical-align: top;
    		width: 100%;
	}

	.page-template-page_recipes .featured-content img {
		display: block;
		margin: 0 auto 24px;
	}

	.tag .entry,
	.category .entry {
		width: 100%;
		margin-bottom: 24px;
	}



}

@media only screen and (max-width: 319px) {

	.header-image .site-header .wrap {

	}
}
