/* # Happy Home Fairy
Theme Name: Happy Home Fairy by EWD
Theme URI: https://www.emilywhitedesigns.com/
Description: This is a custom theme created for the Genesis Framework.
Author: Hard Boiled Greg
Author URI: https://www.emilywhitedesigns.com/
Template: genesis
Template Version: 2.2.2
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


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

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

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## 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,
.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,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #4d4d4d;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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;
}

a {
	color: #3fb2af;
	text-decoration: none;
}

article a {
	border-bottom: 1px dotted #ccc;
}

.featured-content a {
	border-bottom: none;
}

a:hover,
a:focus {
	color: #f46b80;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #f46b80;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-size: 2rem;
	margin: 40px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	color: #f46b80;
	font-size: 32px;
	font-size: 3.2rem;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 600;
}

h4 {
	color: #f47b50;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	text-transform: uppercase;
}

h5 {
	color: #f46b80;
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	color: #999;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

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

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

img {
	height: auto;
}

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

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #949494;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
    -webkit-border-radius: 0px;
    background: url(images/down.png) 98% 50% no-repeat;
    border-color: #e5e5e5;
    padding-left: 10px;
    line-height: normal;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #949494;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #949494;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #3fb2af;
	border: 1px solid #3fb2af;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #fff;
	color: #3fb2af;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #f46b80;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## 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-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

/* ## 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: 980px;
}

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

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

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

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 358px;
}

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

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	border-radius: 100%;
	margin: 0 16px 24px 0;
}

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box {
	padding: 0;
}

.author-box-title {
	color: #F46b80;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	border: 1px solid #e5e5e5;
	max-width: 273px;
	overflow: hidden;
}

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

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.search-form input {
	border: none;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 12px 14px;
	width: 230px;
}

.search-form input[type="submit"] {
	background: none;
	border: 0;
	color: #949494;
    font-family: FontAwesome;
    padding: 13px 14px;
    width: auto;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 35px;
}

.page .entry-title {
	padding-left: 0;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #f46b80;
}

.widget-title {
	color: #f46b80;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
	text-transform: none;
}

.footer-widgets .widget-title {
	color: #bcc63c;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.footer-widgets .footer-widgets-2 .widget-title {
	color: #f46b80;
}

.footer-widgets .footer-widgets-3 .widget-title {
	color: #efcc3c;
}

.footer-widgets .widget-title span {
	background: #fff;
	display: inline-block;
	padding: 10px 28px;
}

.footer-widgets .pretitle {
	color: #3fb2af;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 7px;
	padding: 0;
}

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


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

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


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

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

.enews-widget {
	border: 1px solid #4d4d4d;
	position: relative;
}

.enews-widget:before {
	background: url(images/email.png);
	background-size: 65px 65px;
	content: "";
	height: 65px;
	left: 50%;
	margin-left: -33px;
	position: absolute;
	top: -33px;
	width: 65px;
}

.enews-widget .widget-title {
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #e5e5e5;
	text-align: center;
}

.enews-widget input {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 16px;
	padding: 11px;
}

.enews-widget input[type="submit"] {
	background-color: #3fb2af;
	border-color: #3fb2af;
	color: #fff;
	font-weight: 600;
	margin: 0;
	width: 100%;
}

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

.enews-widget input {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 16px;
	padding: 11px;
}

.enews-widget input[type="checkbox"],
.after-entry-subscribe .enews-widget input[type="checkbox"] {
	margin: 0 10px 0 0;
	position: absolute;
}

.enews-check,
.enews-check-p {
	position: relative;
	line-height: 1.4;
	margin-bottom: 15px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
}

.enews-check label {
	display: inline-block;
	padding-left: 20px;
}

.enews-check-p {
	text-align: center;
}

.enews form + p {
	margin-top: 24px;
}

.after-entry-subscribe {
	margin-bottom: 50px;
}

.after-entry-subscribe .enews-widget {
	padding: 40px 30px 20px;
	text-align: center;
}

.after-entry-subscribe .enews-widget h3 {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 20px;
	text-align: center;
}

.after-entry-subscribe .enews-widget input {
	margin: 0 7px 20px;
	max-width: 217px;
}

.sidebar .widget.enews-widget {
	border-color: #4d4d4d;
	margin-top: 60px;
	padding: 40px;
}

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

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

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

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	background: #fff url(images/dots.png) left 10px repeat-x;
	background-size: 75px 8px;
	min-height: 160px;
}

.site-header .wrap {
	padding: 50px 0 40px;
}

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

.title-area {
	float: left;
	width: 414px;
}

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

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

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

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	background-size: 414px 153px;
	border-bottom: none;
	float: left;
	min-height: 153px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

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

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

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


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #333;
	text-decoration: none;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #f46b80;
	text-decoration: none;
}

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

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 12px;
	position: relative;
	text-align: center;
	width: 200px;
	word-wrap: break-word;
}

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

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	margin-left: -60px;
	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;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

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

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

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

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

.header-widget-area section:first-of-type {
	margin-bottom: 40px;
}

.header-widget-area section:first-of-type .genesis-nav-menu a {
	color: #949494;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 0 10px;
}

.header-widget-area section:last-of-type .genesis-nav-menu .menu-item {
	border-right: 1px solid #e5e5e5;
	font-family: 'Roboto Slab', serif;
	padding: 12px 28px 0;
	text-transform: lowercase;
}

.header-widget-area section:last-of-type .genesis-nav-menu .sub-menu .menu-item {
	padding: 0;
}

.header-widget-area section:last-of-type .genesis-nav-menu .menu-item:last-of-type {
	border: none;
}

.header-widget-area section:last-of-type .genesis-nav-menu > .menu-item > a {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 36px 36px;
	color: #4D4D4D;
	font-size: 1.8rem;
	font-size: 18px;
	font-weight: 400;
	padding: 45px 10px 8px;
}

.header-widget-area section:last-of-type .genesis-nav-menu > .menu-item.popular > a {
	background-image: url(images/popular.png);
}

.header-widget-area section:last-of-type .genesis-nav-menu > .menu-item.freebies > a {
	background-image: url(images/freebies.png);
}

.header-widget-area section:last-of-type .genesis-nav-menu > .menu-item.recipes > a {
	background-image: url(images/recipes.png);
}

.header-widget-area section:last-of-type .genesis-nav-menu > .menu-item.celebrate > a {
	background-image: url(images/celebrate.png);
}

.header-widget-area section:last-of-type .genesis-nav-menu > .menu-item.faith > a {
	background-image: url(images/faith.png);
}

.header-widget-area section:last-of-type .genesis-nav-menu > .menu-item.crafts > a {
	background-image: url(images/crafts.png);
}

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

.nav-primary {
	background-color: #333;
}

.nav-primary .genesis-nav-menu a {
	color: #ccc;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: underline;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #f46b80;
	text-decoration: underline;
}

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

.nav-secondary {
	background-color: #fff;
}

/* Social Navigation
--------------------------------------------- */

.menu-social-container .menu {
	text-align: center;
	margin: 0 0 15px;
	width: auto;
}

.menu-social-container .menu li {
	background: #efcc3c;
	border: 1px solid #efcc3c;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 23px;
	font-size: 2.3rem;
	height: 36px;
	margin: 0 7px 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 36px;
}

.menu-social-container .menu li:hover{
	background: #fff;
	color: #efcc3c;
}

.menu-social-container .menu li.fa-twitter {
	background: #f46b80;
	border: 1px solid #f46b80;
}

.menu-social-container .menu li.fa-twitter:hover {
	background: #fff;
	color: #f46b80;
}

.menu-social-container .menu li.fa-pinterest {
	background: #bcc63c;
	border: 1px solid #bcc63c;
}

.menu-social-container .menu li.fa-pinterest:hover {
	background: #fff;
	color: #bcc63c;
}

.menu-social-container .menu li.fa-instagram {
	background: #3fb2af;
	border: 1px solid #3fb2af;
}

.menu-social-container .menu li.fa-instagram:hover {
	background: #fff;
	color: #3fb2af;
}

.menu-social-container .menu li.fa-youtube {
	background: #f47b50;
	border: 1px solid #f47b50;
}

.menu-social-container .menu li.fa-youtube:hover {
	background: #fff;
	color: #f47b50;
}

.menu-social-container .menu li:hover {
	position: relative;
}

.menu-social-container .menu li:before {
	display: table-cell;
	vertical-align: middle;
	height: 36px;
	width: 36px;
	position: relative;
}

.menu-social-container .menu li.fa a {
	border: none;
	bottom: 0;
	display: inline-block;
	height: auto;
	font-weight: normal;
	left: 0;
	line-height: 1;
	padding: 8px;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	vertical-align: top;
	width: 100%;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

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

.entry {
	margin-bottom: 40px;
	padding: 0;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	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 code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header {
	position: relative;
}

.entry-header .entry-meta {
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	background: #3fb2af;
	border-radius: 100%;
	color: #fff;
	font-family: 'Roboto Slab', serif;
	height: 70px;
	margin-bottom: 24px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	transform-style: preserve-3d;
	width: 70px;
}

.entry-header .entry-meta span.date.time {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%); /* IE 9 */
   	-webkit-transform: translateY(-50%); /* Safari */
}

.entry-header .entry-meta span {
	display: block;
}

.entry-header .entry-meta span.day {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
}

.entry-header .entry-meta span.month {
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-footer .entry-meta {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 35px 0;
	line-height: 2;
}

.entry-footer .entry-meta a {
	border: none;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
}

.entry-categories,
.entry-tags {
	display: inline;
}

.entry-meta .fa {
	color: #999;
	padding-right: 5px;
}

.entry-header .entry-meta .fa-comment {
	padding-left: 5px;
}

.entry-meta .entry-time,
.entry-meta .entry-categories {
	padding-right: 5px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0 60px;
	text-align: center;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination ul {
	border: 1px solid #3fb2af;
	display: inline-block;
	padding: 4px 22px;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 0 4px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	text-decoration: none;
	color: #24304f;
}

.archive-pagination li.pagination-next a,
.archive-pagination li.pagination-previous a {

}

.archive-pagination li.pagination-next a:hover,
.archive-pagination li.pagination-previous a:hover {
	color: #24304f;
	text-decoration: none;
}

.adjacent-entry-navigation {
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 0 40px 40px;
}

.adjacent-entry-navigation a {
	color: #4d4d4d;
	font-size: 16px;
	font-size: 1.6rem;
}

.adjacent-entry-navigation a:hover,
.adjacent-entry-navigation a:hover span {
	text-decoration: none;
}

.adjacent-entry-navigation span {
	color: #3fb2af;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.625;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.navigation-previous {
	float: left;
	position: relative;
	width: 45%;
}

.navigation-next {
	float: right;
	position: relative;
	text-align: right;
	width: 45%;
}

.adjacent-entry-navigation img.alignleft {
	margin-right: 40px;
}

.adjacent-entry-navigation img.alignright {
	margin-left: 40px;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	margin-bottom: 40px;
	padding: 0;
}

.entry-pings {
	border: none;
	padding-top: 0;
}

.entry-comments {
	padding: 0;
}

.entry-comments h3,
.comment-respond h3 {
	color: #f46b80;
	font-size: 32px;
	font-size: 3.2rem;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}

.comment-content p:last-of-type {
	margin-bottom: 20px;
}

.comment-list ul {
	padding-left: 40px;
}

.comment-list li {
	margin-top: 40px;
	padding-bottom: 40px;
}

.comment-list ul > li:last-of-type {
	padding-bottom: 0;
}

.comment-list li.depth-1 {
	border-bottom: 1px solid #ccc;
}

.comment-list li.depth-1:last-of-type {

}

.comment-list li.bypostauthor > article {
	border: 1px solid #e5e5e5;
	padding: 40px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"],
.comment-respond textarea {
	border: 1px solid #e5e5e5;
	width: 50%;
}

.comment-respond textarea {
	width: 100%;
}

.comment-respond input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 14px 24px;
}

.comment-respond label {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	margin-right: 12px;
}

.entry-comments .comment-author {
	color: #999;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.2;
	margin-bottom: 0;
	text-transform: uppercase;
}

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}

.comment-meta {
	line-height: 1.2;
}

.comment-meta a {
	border: none;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;|
}

.comment-form-comment {
	margin-bottom: 30px;
}

.comment-notes-after {
	color: #24304f;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 20px;
}

.comment-content {
	clear: both;
}

.comment-reply {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: right;
}

.commentnumber {
	color: #a4a4a4;
	display: none;
	font-size: 14px;
	font-size: 1.4rem;
	float: left;
}

.logged-in .commentnumber {
	display: block;
}

.comment-respond form {

}

.children article {
}

#comments a {
	border: none;
}

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

.sidebar {
    color: #949494;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	border-bottom: 1px solid #e5e5e5;
	background-color: #fff;
	margin-bottom: 40px;
	padding-bottom: 40px;
}


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

.footer-widgets {
	background: url(images/dot-bg.png);
	background-size: 500px 490px;
	border-top: 1px solid #b2e0df;
	clear: both;
	margin-top: 60px;
	padding: 60px 0 50px;
	position: relative;
}

.footer-widgets:before {
	background: url(images/dots.png) left top repeat-x;
	background-size: 75px 8px;
	content: "";
	height: 8px;
	left: 0;
	top: -18px;
	position: absolute;
	width: 100%;
}

.footer-widgets,
.footer-widgets a {
	color: #aaa;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.footer-widgets .widget-instagram-for-wordpress {
	margin-bottom: 10px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 373px;
}

.footer-widgets-1 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

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


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #f46b80;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 60px 0 30px;
	position: relative;
	text-align: center;
}

.site-footer:before {
	background: url(images/footer.png);
	background-size: 80px 80px;
	content: "";
	height: 80px;
	left: 50%;
	margin-left: -40px;
	position: absolute;
	top: -40px;
	width: 80px;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	color: #fff;
}

/* Masonry
--------------------------------------------- */

.gutter-sizer {
	width: 5.19%;
}

.masonry-page .masonry-wrap {
	clear: both;
	position: relative;
}

.masonry-page .loop-wrap {
	clear: both;
	position: relative;
}

.front-page.masonry-page .loop-wrap {
	margin-bottom: 80px;
}

.error404.masonry-page .loop-wrap {
	border: none;
	padding: 0;
}

.masonry-page.paged .loop-wrap {
	padding-top:  40px;
}

.masonry-page .masonry-wrap .entry {
	background: url(images/dots.png) repeat-x left bottom;
	background-size: 75px 8px;
	border: none;
	border-radius: 0;
	margin-bottom: 40px;
	max-width: 230px;
	padding-bottom: 40px;
	width: 29.87%; /* ((no. of columns) * x) + ((no. of columns – 1) * gutter width) = ".site-inner" width */
	overflow: visible;
}

.error404.masonry-page .masonry-wrap .entry {
	max-width: none;
	width: 100%;
}

.masonry-page .masonry-wrap .entry:before,
.masonry-page .masonry-wrap .entry:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.masonry-page .masonry-wrap .entry:after {
	clear: both;
}

.masonry-page .entry-title {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0;
	padding-left: 0;
	text-align: center;
}

.error404.masonry-page .entry-title {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 40px;
	text-align: left;
}

.masonry-page .archive-description {
	background: none;
	border: 1px solid #e5e5e5;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 45px 40px 40px;
	position: relative;
	text-align: center;
}

.masonry-page .archive-description:before {
	background: url(images/default-category.png);
	background-size: 70px 70px;
	content: "";
	height: 70px;
	left: 50%;
	margin-left: -35px;
	position: absolute;
	top: -35px;
	width: 70px;
}

.masonry-page.category-popular .archive-description:before {
	background-image: url(images/popular-circle.png);
}

.masonry-page.category-freebies .archive-description:before {
	background-image: url(images/freebies-circle.png);
}

.masonry-page.category-recipes .archive-description:before {
	background-image: url(images/recipes-circle.png);
}

.masonry-page.category-celebrate .archive-description:before {
	background-image: url(images/celebrate-circle.png);
}

.masonry-page.category-faith .archive-description:before {
	background-image: url(images/faith-circle.png);
}

.masonry-page.category-crafts .archive-description:before {
	background-image: url(images/crafts-circle.png);
}

.masonry-page .archive-title {
	background: none;
	color: #bfbfbf;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}

.masonry-page.category-crafts .archive-title {
	color: #3fb2af;
}

.masonry-page.category-freebies .archive-title {
	color: #efcc3c;
}

.masonry-page.category-recipes .archive-title {
	color: #f46b80;
}

.masonry-page.category-celebrate .archive-title {
	color: #bcc63c;
}

.masonry-page.category-faith .archive-title {
	color: #f47b50;
}

.masonry-page .archive-title span {
	background: #fff;
	padding: 0 10px;
}

/* # Misc
---------------------------------------------------------------------------------------------------- */

.before-header-ad {
	background: url(images/dot-bg.png);
	background-size: 500px 490px;
	padding: 20px 0;
	text-align: center;
}

.before-header-cta {
	background: #3FB2AF;
	padding: 11px 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 50000;
}

.before-header-cta a {
	border: none;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
}

.before-header-cta a:after {
	color: #fff;
    content: "\f061";
    font-family: FontAwesome;
    font-weight: 400;
    margin-left: 10px;
}

.after-header-ad {
	margin-bottom: 60px;
}

.front-page .after-header-ad {
	margin-bottom: 40px;
}

.after-entry-share,
div.ssbp-wrap {
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 50px;
}

div.ssbp--theme-1 .ssbp-twitter,
div.ssbp--theme-1 .ssbp-twitter+.ssbp-each-share {
	background-color: #f46B80;
}

div.ssbp--theme-1 .ssbp-facebook,
div.ssbp--theme-1 .ssbp-facebook+.ssbp-each-share {
	background-color: #EFCC3B;
}

div.ssbp--theme-1 .ssbp-linkedin,
div.ssbp--theme-1 .ssbp-linkedin+.ssbp-each-share {
	background-color: #3FB2AF;
}

div.ssbp--theme-1 .ssbp-google,
div.ssbp--theme-1 .ssbp-google+.ssbp-each-share {
	background-color: #f47b50;
}

div.ssbp--theme-1 .ssbp-pinterest,
div.ssbp--theme-1 .ssbp-pinterest+.ssbp-each-share {
	background-color: #BCC63B;
}

div.ssbp--theme-1 .ssbp-print,
div.ssbp--theme-1 .ssbp-print+.ssbp-each-share {
	background-color: #F47C50
}

div.ssbp--theme-1 .ssbp-twitter:hover, div.ssbp--theme-1 .ssbp-twitter:focus, div.ssbp--theme-1 .ssbp-twitter:active {
	color: #f46B80;
}

div.ssbp--theme-1 .ssbp-facebook:hover, div.ssbp--theme-1 .ssbp-facebook:focus, div.ssbp--theme-1 .ssbp-facebook:active {
	color: #EFCC3B;
}

div.ssbp--theme-1 .ssbp-linkedin:hover, div.ssbp--theme-1 .ssbp-linkedin:focus, div.ssbp--theme-1 .ssbp-linkedin:active {
	color: #3FB2AF;
}

div.ssbp--theme-1 .ssbp-google:hover, div.ssbp--theme-1 .ssbp-google:focus, div.ssbp--theme-1 .ssbp-google:active {
	color: #f47b50;
}

div.ssbp--theme-1 .ssbp-pinterest:hover, div.ssbp--theme-1 .ssbp-pinterest:focus, div.ssbp--theme-1 .ssbp-pinterest:active {
	color: #BCC63B;
}

div.ssbp--theme-1 .ssbp-print:hover, div.ssbp--theme-1 .ssbp-print:focus, div.ssbp--theme-1 .ssbp-print:active {
	color: #F47C50;
}

.share-buttons {
	display: inline-block;
	margin-left: 30px;
	vertical-align: middle;
}

.nrelate {
	border: 1px solid #e5e5e5;
	margin-bottom: 55px;
	padding: 0 43px 35px;
}

.nr_title {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 2.4px;
	margin: -8px 0 40px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.nr_title span {
	background: #fff;
	padding: 0 10px;
}

.nr_panel {
	border: none;
	display: block;
	float: left;
	font-family: 'Raleway', sans-serif;
	margin-right: 5.9%;
	max-width: 20.5%;
}

.nr_panel:last-of-type {
	margin-right: 0;
}

.nr_text {
	color: #333;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	width: 100%;
}

.nr_text:hover {
	color: #f46b80;
}

.adjacent-entry-navigation {
	clear: both;
}

.category-select select,
.widget_ewd_welcome select {
	font-family: 'Raleway', sans-serif;
	font-size: 1.4rem;
	font-size: 14px;
	width: 273px;
	padding: 11px 14px;
}

.cat-search,
.cat-select {
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;
}

.archive-description .nrelate {
	background: url(images/dots.png) left top repeat-x;
	background-size: 75px 8px;
	border: none;
	margin: 40px 0 0;
	padding: 40px 0 0;
}

.archive-description .nr_title {
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0;
	margin: 0 0 40px;
	text-transform: none;
}

.archive-description .nr_title span {
	color: #f46b80;
	padding: 0;
}

.content .featured-content {
    border: 1px solid #e5e5e5;
    margin-bottom: 40px;
    padding: 0 43px 35px;
}

.content .featured-content:before,
.content .featured-content:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.content .featured-content:after { clear: both; }

.content .featured-content .widget-title {
	font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 2.4px;
    margin: -8px 0 40px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.content .featured-content .widget-title span {
    background: #fff;
    padding: 0 10px;
}

.content .featured-content article {
	border: none;
    display: block;
    float: left;
    font-family: 'Raleway', sans-serif;
    margin: 0 5.9% 0 0;
    max-width: 20.5%;
    padding: 0;
}

.content .featured-content article:last-of-type {
    margin-right: 0;
}

.content .featured-content img {
	margin-bottom: 0;
}

.content .featured-content .entry-title {
	color: #272727;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.625;
    text-align: center;
    width: 100%;
}

.blog-link,
.more-from-category,
.more-from-post_tag {
	margin-bottom: 0;
	text-align: center;
}

.more-from-category,
.more-form-post_tag {
	clear: both;
	padding-top: 40px;
}

.sidebar .more-from-category,
.sidebar .more-from-post_tag {
	padding-top: 10px;
}

.blog-link a,
.more-from-category a,
.more-from-post_tag a {
	border: 1px solid #3fb2af;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 8px 24px;
	text-transform: uppercase;
}

.blog-link a:hover,
.more-from-category a:hover,
.more-from-post_tag a:hover {
	background: #3fb2af;
	color: #fff;
}

.widget_ewd_welcome {
	border-bottom: 1px solid #e5e5e5;
	color: #949494;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	padding-bottom: 40px;
}

.widget_ewd_welcome img {
	float: left;
	margin: 0 25px 10px 0;
}

.widget_ewd_welcome .widget-title {
	color: #f46b80;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}

.widget_ewd_welcome .widget-title span {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	display: inline-block;
	max-width: 150px;
	padding: 20px 0 15px;
	position: relative;
}

.widget_ewd_welcome .widget-title span:before {
	background: url(images/heart.png);
	background-size: 36px 24px;
	content: "";
	height: 24px;
	left: 50%;
	margin-left: -18px;
	position: absolute;
	top: -12px;
	width: 36px;
}

.widget_ewd_welcome .search-form {
	margin: 0 auto 20px;
}

.widget_ewd_welcome select {
	display: block;
	margin: 0 auto;
}

.ribbon-menu {
	text-align: center;
}

.ribbon-menu li {
	border: none;
	margin: 0 auto 30px;
	padding: 0 0 0 29px;
	position: relative;
	max-width: 275px;
}

.ribbon-menu li:after {
	content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 21.5px 10px 21.5px 0;
border-color: transparent #ffffff transparent transparent;
position: absolute;
right: 0;
top: 0;
}

.ribbon-menu a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 10px 0;
	text-transform: uppercase;
}

.ribbon-menu a:hover {
	opacity: .8;
}

.ribbon-menu .icon-wrap {
	background: #fff;
	border: 1px solid;
	border-radius: 100%;
	display: block;
	font-size: 28px;
	position: absolute;
	left: 0;
	top: -7px;
	height: 57px;
	width: 57px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.icon-wrap .fa {
	-ms-transform: translate(-50%,-50%); /* IE 9 */
	-webkit-transform: translate(-50%,-50%); /* Safari */
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
}

.index-box {
	margin-left: auto;
	margin-right: auto;
	max-width: 570px;
}

.sidebar .featured-content {
	overflow: hidden;
}

.sidebar .featured-content article {
	max-width: 165px;
	width: 46%;
}


.sidebar .featured-content article.large-images {
	float: none;
	max-width: none;
	width: 100%;
}

.sidebar .featured-content article:nth-of-type(odd) {
	clear: both;
	float: left;
}

.sidebar .featured-content article:nth-of-type(even) {
	float: right;
}

.sidebar .featured-content .entry {
	border: none;
	padding: 0;
}

.sidebar .featured-content .entry-title {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.625;
	margin-bottom: 0;
	padding-left: 0;
	text-align: center;
}

.sidebar .featured-content img.alignnone {
	margin-bottom: 5px;
}

div.gform_wrapper .gform_footer input.button:hover,
div.gform_wrapper .gform_footer input[type=submit]:hover {
	color: #3fb2af;
}

div.gform_wrapper input[type=text] {
	padding: 16px;
}

div.gform_wrapper .top_label .gfield_label {
	font-weight: normal;
}

.content div.easyrecipe {
	background: #fff;
	border: 1px solid #b2e0df;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 40px;
}

.content .easyrecipe .ERSName {
	font-family: 'Raleway', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 600;
}

.content .easyrecipe .ERSIngredients .ERSIngredientsHeader,
.content .easyrecipe .ERSInstructions .ERSInstructionsHeader,
.content .easyrecipe .nutrition .ERSNutritionHeader,
.content .easyrecipe div .ERSNotesHeader {
	color: #f46b80;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
}

.content #content .easyrecipe .ERSIngredients li.ingredient,
.content .easyrecipe .ERSIngredients li.ingredient {
	margin: 0 0 10px 40px;
}

.content .easyrecipe .ERSInstructions li.instruction {
	margin: 0 0 30px 60px;
}

.content .easyrecipe .ERSDetails {
	line-height: 1.625;
}

.content div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
.content div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
	background: #3fb2af;
	border-radius: 0;
}

.content div.easyrecipe div.ERSSavePrint span.ERSPrintBtnSpan a.ERSPrintBtn span.ERSPrintIcon {
	display: none;
}

.content .easyrecipe .ui-button-text-icon-primary .ui-button-text,
.content .easyrecipe .ui-button-text-icons .ui-button-text {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 26px;
}

.ghost-button a {
	border: 1px solid #3fb2af;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	display: inline-block;
	padding: 8px 25px;
	text-transform: uppercase;
}

.ghost-button a:hover {
	background: #3fb2af;
	color: #fff;
}

.book-testimonial {
	padding-left: 156px;
	position: relative;
}

.book-testimonial img {
	position: absolute;
	top: 0;
	left: 0;
}

.book-testimonial img.wp-smiley {
	position: relative;
	top: auto;
	left: auto;
}

.edd_purchase_submit_wrapper {
	text-align: center;
}

.edd_purchase_submit_wrapper .button {
	font-size: 18px;
	padding: 14px 44px;
}

.author-box-custom {
    float: left;
    margin-top: -20px;
    margin-left: -20px;
}

.author-box .avatar {
	border-radius: 100%;
    margin-bottom: 40px;
}

div#catapult-cookie-bar {
	font-size: 16px;
	font-size: 1.6rem;
}

button#catapultCookie {
	border: 1px solid #3fb2af !important;
	border-radius: 0 !important;
}

button#catapultCookie:hover {
	background: #fff;
	color: #3fb2af;
}

.cookie-bar-bar div.ctcc-inner {
	display: block;
	text-align: center;
}

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

@media  only screen and (-webkit-min-device-pixel-ratio: 2),
		only screen and (min-resolution: 192dpi)  {

	.header-image .site-title > a {
		background-image: url(images/logo2x.png);
	}

	.before-header-ad,
	.footer-widgets {
		background-image: url(images/dot-bg2x.png);
	}

	.site-header,
	.masonry-page .masonry-wrap .entry,
	.archive-description .nrelate,
	.footer-widgets:before {
		background-image: url(images/dots2x.png);
	}

	.header-widget-area section:last-of-type .genesis-nav-menu > .menu-item.popular > a {
		background-image: url(images/popular2x.png);
	}

	.header-widget-area section:last-of-type .genesis-nav-menu > .menu-item.freebies > a {
		background-image: url(images/freebies2x.png);
	}

	.header-widget-area section:last-of-type .genesis-nav-menu > .menu-item.recipes > a {
		background-image: url(images/recipes2x.png);
	}

	.header-widget-area section:last-of-type .genesis-nav-menu > .menu-item.celebrate > a {
		background-image: url(images/celebrate2x.png);
	}

	.header-widget-area section:last-of-type .genesis-nav-menu > .menu-item.faith > a {
		background-image: url(images/faith2x.png);
	}

	.header-widget-area section:last-of-type .genesis-nav-menu > .menu-item.crafts > a {
		background-image: url(images/crafts2x.png);
	}

	.enews-widget:before {
		background-image: url(images/email2x.png);
	}

	.site-footer:before {
		background-image: url(images/footer2x.png);
	}

	.widget_ewd_welcome .widget-title span:before {
		background-image: url(images/heart2x.png);
	}

	.masonry-page .archive-description:before {
		background-image: url(images/default-category2x.png);
	}

	.masonry-page.category-popular .archive-description:before {
		background-image: url(images/popular-circle2x.png);
	}

	.masonry-page.category-freebies .archive-description:before {
		background-image: url(images/freebies-circle2x.png);
	}

	.masonry-page.category-recipes .archive-description:before {
		background-image: url(images/recipes-circle2x.png);
	}

	.masonry-page.category-celebrate .archive-description:before {
		background-image: url(images/celebrate-circle2x.png);
	}

	.masonry-page.category-faith .archive-description:before {
		background-image: url(images/faith-circle2x.png);
	}

	.masonry-page.category-crafts .archive-description:before {
		background-image: url(images/crafts-circle2x.png);
	}


}

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

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

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

	.content {
		width: 545px;
	}

	.site-header .widget-area {
		width: 545px;
	}

	.header-widget-area section:last-of-type .genesis-nav-menu .menu-item{
		padding: 12px 8px 0;
	}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

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

	span.ctcc-right-side {
		display: block;
		margin: 10px auto 0;
	}

	.cookie-bar-bar button#catapultCookie {
		margin: 0;
	}

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

	.site-inner {
		padding-top: 20px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.sidebar-primary {
		clear: both;
		float: none;
		margin: 0 auto;
		padding: 40px 0 0;
	}

	.site-header .wrap {
		padding: 40px 5% 20px;
	}

	.header-widget-area section:first-of-type {
		margin: 20px 0 30px;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

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

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

	.masonry-page .archive-description {
		margin-top: 40px;
	}

}

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

	.site-container {
		overflow: hidden;
	}

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}

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

	.site-inner {
		padding-top: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

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

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

	.header-widget-area section:first-of-type {
		margin: 0;
	}

	button.slide-nav-link {
		background: none;
		color: #3fb2af;
		margin-bottom: 20px;
	}

	button.slide-nav-link:hover {
		color: #f46b80;
	}

	div.sidr .menu-item a {
		background-position: 8px center;
    	background-repeat: no-repeat;
    	background-size: 36px 36px;
		font-family: 'Roboto Slab', serif;
	    font-size: 1.8rem;
    	font-size: 18px;
    	font-weight: 400;
    	padding-left: 53px;
    	text-transform: lowercase;
	}

	div.sidr .menu-item.popular > a {
		background-image: url(images/popular2x.png);
	}

	div.sidr .menu-item.freebies > a {
		background-image: url(images/freebies2x.png);
	}

	div.sidr .menu-item.recipes > a {
		background-image: url(images/recipes2x.png);
	}

	div.sidr .menu-item.celebrate > a {
		background-image: url(images/celebrate2x.png);
	}

	div.sidr .menu-item.faith > a {
		background-image: url(images/faith2x.png);
	}

	div.sidr .menu-item.crafts > a {
		background-image: url(images/crafts2x.png);
	}

	div.sidr .menu-item-type-post_type a {
		color: #949494;
		font-family: 'Raleway', sans-serif;
    	font-size: 14px;
    	font-size: 1.4rem;
    	font-weight: 400;
    	padding-left: 15px;
    	text-transform: none;
	}

	div.sidr .menu-close {
		background: 0;
		color: #3fb2af;
	}

	div.sidr .menu-close:hover {
		color: #f46b80;
	}

	div.sidr .sub-menu .menu-item a {
		font-size: 14px;
		font-size: 1.4rem;
	}

	div.sidr button.sub-menu-toggle {
		height: 50px;
	}

	.cat-search {
		margin-bottom: 20px;
	}

	.masonry-page .archive-description .nrelate.clearfix {
		margin-top: 20px;
	}

}

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

	.before-header-cta {
		position: static;
	}

	.has-cookie-bar.cookie-bar-top-bar .admin-bar .before-header-cta {
		margin-top: -14px !important;
	}

}

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

	.nrelate {
		margin-left: auto;
		margin-right: auto;
		max-width: 408px;
	}

	.nr_panel,
	.content .featured-content article {
		margin-bottom: 20px;
		margin-right: 0;
		max-width: 140px;
		width: 44%;
	}

	.nr_panel:nth-of-type(odd),
	.content .featured-content article:nth-of-type(odd) {
		clear: both;
	}

	.nr_panel:nth-of-type(even),
	.content .featured-content article:nth-of-type(even) {
		float: right;
	}

	.archive-description .nrelate {
		margin-left: auto;
		margin-right: auto;
		max-width: none;
	}

	.archive-description .nr_inner {
		margin: 0 auto;
		max-width: 320px;
	}

	.masonry-page .archive-description {
		padding-left: 5%;
		padding-right: 5%;
	}

	.content .featured-content {
		margin: 0 auto 40px;
		max-width: 407px;
	}

	.book-testimonial {
		padding-left: 0;
		position: relative;
	}

	.book-testimonial img {
		position: relative;
		top: 0;
		left: 0;
	}

	div#catapult-cookie-bar,
	.cookie-bar-bar button#catapultCookie {
    	font-size: 14px;
		font-size: 1.4rem
	}

}

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

	.has-cookie-bar #catapult-cookie-bar {
    	padding: 15px !important;
	}

	[data-ssbp-responsive="true"].ssbp--theme-1 {
		background: #fff;
	}

	div.ssbp-wrap {
		margin-bottom: 40px;
	}

	.entry div.ssbp-wrap {
		margin-bottom: 25px;
	}


	span.ssbp-share-text {
		display: inline-block;
		margin-bottom: 15px;
	}

}

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

	.header-image .site-title > a {
		background-size: contain;
		height: 0;
		min-height: 0;
		padding-bottom: 36.956%;
	}

	.nrelate {
		padding: 0 9.9% 15px;
	}

	.adjacent-entry-navigation {
		padding: 0 0 40px;
	}

	.entry-header .entry-meta {
		border-radius: 0;
		display: inline-block;
		height: auto;
		margin-bottom: 10px;
		position: relative;
		width: auto;
	}

	.entry-header .entry-meta span {
		display: inline-block;
	}

	.entry-header .entry-meta span.day {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.entry-header .entry-meta span.date.time {
		padding: 0 10px;
    	top: auto;
    	transform: translateY(0);
    	-ms-transform: translateY(0); /* IE 9 */
   	-webkit-transform: translateY(0); /* Safari */
	}

	.entry-title {
		font-size: 24px;
		font-size: 2.4rem;
		padding-left: 0;
	}

	.sidebar-primary {
		max-width: 358px;
		width: 100%;
	}

	.cat-search,
	.cat-select,
	.category-select select {
		margin-left: 0;
		margin-right: 0;
		max-width: 273px;
		width: 100%;
	}

	.cat-search {
		max-width: 273px;
		width: 100%;
	}

	.search-form input {
		width: 100%;
		max-width: 220px;
	}

	.content .featured-content {
		padding: 0 10.56% 35px;
	}


}

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

	.masonry-page .masonry-wrap .entry {
		width: 47.4%;
	}

	.widget_ewd_welcome img {
		display: block;
	    float: none;
	    margin: 0 auto 25px;
	}

}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
