/*
	Theme Name: IOL
	Description: This is a sample child theme created for Intoxicated on Life.
	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
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

@import url(http://fonts.googleapis.com/css?family=Arapey);

/*
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;
}

/* 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 {
	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 {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

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: #666;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	background: #f5f5f5;
	font-family: 'Arapey', serif;
	color: #53144b;
	font-size: 20px;
}

blockquote {
	border-bottom: 2px dashed #53144b;
	border-top: 2px dashed #53144b;
	padding: 30px 20px 0 40px;
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #53144b;
	font-family: 'Arapey', serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	color: #899c3b;
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	color: #899c3b;
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	color: #899c3b;
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #4c144b;
	border-radius: 3px;
	color: #4c144b;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 16px;
	padding: 1rem 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #4c144b;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #4c144b;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #bd1e52;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #899c3b;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	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;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 0px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 0px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
}

/* 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,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.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
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	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;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	background-color: #f0f0f0;
	background-image: url(images/sc_bg.png), url(images/sc_bg.png);
    	background-position: center top, center bottom;
    	background-repeat: repeat-x, repeat-x;
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #899c3b;
	font-family: 'Arapey', serif;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	color: #bd1e52;
}

.author-box a:hover {
	border-bottom: 1px solid #bd1e52;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	background: #fff;
	padding: 5px;
	border: 1px solid #d2d2d2;
	border-radius: 50%;
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	color: #066c66;
	border-bottom: 2px dashed #53144b;
	font-size: 44px;
	font-size: 4.4rem;
	line-height: 1;
	font-weight: normal !important;
	margin-bottom: 3px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #bd1e52;
}

.entry-title a:hover {
	color: #066c66;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
	text-transform: uppercase;
}

.sidebar .widget-title {
	border: none;
	font-weight: 300;
	color: #bd1e52 !important;
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
	padding: 12px 8px 8px 8px;
	background: #f5f5f5 url(images/sc_bg.png) top repeat-x;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/* Home Featured
------------------------------------------------------------ */

#home-featured {
	background: #f0f0f0;
	margin: 40px 0 40px 0;
	min-height: 235px;
}

#home-featured .wrap {
	padding: 35px 0 0 0;
}

.home-featured-left {
	float: left;
	width: 60%;
	margin: -25px 0 0 0 !important;
	padding-right: 20px !important;
}

.home-featured-left p {
	margin-bottom: 12px !important;
}

.home-featured-left h4.widget-title {
	font-size: 35px;
	text-align: center;
	margin-bottom: 15px;
	text-transform: none !important;
	font-weight: normal !important;
	color: #333 !important;
}

.home-featured-left h5 {
	font-size: 34px;
	margin-bottom: 12px !important;
	font-weight: normal !important;
	color: #333 !important;
}

.home-featured-right {
	background: url(images/IOL_subscribe.png) no-repeat;
	float: right;
	margin: -30px 0;
	font-size: 16px;
	width: 40%;
	min-height: 272px;
}

.home-featured-right,
.home-featured-right p,
.home-featured-right h4.widget-title {
	color: #fff;
	text-align: center;
}

.home-featured-right p {
	font-size: 16px;
	margin-bottom: 20px;
}

.home-featured-right h4.widget-title {
	font-size: 26px;
	margin-bottom: 20px;
}



/* Home Categories
------------------------------------------------------------ */

#home-categories .featured-content p,
#home-categories-bottom .featured-content p {
	font-size: 14px;
}

#home-categories .wrap {
	padding: 35px 0;
}

.home-category-one {
	background: #f0f0f0 url(images/family-2.png) no-repeat top center;
	border-radius: 5px;
	float: left;
	width: 28%;
	padding: 80px 10px 0 0;
	margin: 25px;
	border: 2px solid #bd1e52;
}

.home-category-one h4.widget-title {
	font-size: 26px;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	font-weight: normal !important;
	padding: 5px;
	border-radius: 5px;
}

.home-category-one .featuredpage .page, 
.home-category-one .featuredpost .post,
.home-category-two .featuredpage .page, 
.home-category-two .featuredpost .post,
.home-category-three .featuredpage .page, 
.home-category-three .featuredpost .post,
.home-category-four .featuredpage .page, 
.home-category-four .featuredpost .post {
    	display: inline-block;
    	margin: 20px 5px 20px 5px;
    	padding: 0 20px;
    	vertical-align: top;
    	width: 100%;
	background: transparent;
}

.home-category-one .featuredpage .entry-title, 
.home-category-one .featuredpost .entry-title,
.home-category-two .featuredpage .entry-title,
.home-category-two .featuredpost .entry-title,
.home-category-three .featuredpage .entry-title,
.home-category-three .featuredpost .entry-title,
.home-category-four .featuredpage .entry-title, 
.home-category-four .featuredpost .entry-title {
    	text-align: center;
}

.home-category-two {
	background: #f0f0f0 url(images/healthy-living-2.png) no-repeat top center;
	border-radius: 5px;
	float: left;
	width: 28%;
	padding: 80px 10px 0 0;
	margin: 25px;
	border: 2px solid #066c66;
}

.home-category-two h4.widget-title {
	font-size: 26px;
	background: #bd1e52;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	font-weight: normal !important;
	padding: 5px;
	border-radius: 5px;
}

.home-category-three {
	background: #f0f0f0 url(images/recipes-2.png) no-repeat top center;
	border-radius: 5px;
	float: left;
	width: 28%;
	padding: 80px 10px 0 0;
	margin: 25px;
	border: 2px solid #899c3b;
}

.home-category-three h4.widget-title {
	font-size: 26px;
	margin-bottom: 20px;
}

.home-category-four {
	background: url(images/recipes_thin.png) no-repeat top center;
	border-radius: 5px;
	float: right;
	width: 48%;
	padding: 20px;
	margin: 10px;
}

.home-category-four h4.widget-title {
	font-size: 26px;
	margin-bottom: 20px;
}

.home-category-one .more-from-category {
	font-family: 'Arapey', serif;
	background: #bd1e52;
	font-size: 20px !important;
	padding: 8px 30px;
	margin: 0 -10px 0 0;
	text-align: center;
	text-transform: uppercase;
}

.home-category-two .more-from-category {
	font-family: 'Arapey', serif;
	background: #066c66;
	font-size: 20px !important;
	padding: 8px 30px;
	margin: 0 -10px 0 0;
	text-align: center;
	text-transform: uppercase;
}

.home-category-three .more-from-category {
	font-family: 'Arapey', serif;
	background: #899c3b;
	font-size: 20px !important;
	padding: 8px 30px;
	margin: 0 -10px 0 0;
	text-align: center;
	text-transform: uppercase;
}

.home-category-four .more-from-category {
	font-family: 'Arapey', serif;
	background: #4c144b;
	font-size: 20px !important;
	padding: 8px 0 8px 0px;
	margin: 0 0 10px 0;
	text-align: center;
	text-transform: uppercase;
}
.more-from-category a {
	color: #fff !important;
	text-decoration: none;
}

.more-from-category a:hover {
	color: #fff !important;
	text-decoration: underline;
}

#home-blog-section {
	background: #f0f0f0;
	margin: 20px 0 20px 0;
	padding: 35px 0 0 0;
}

.beforepost {
	display: block;
	max-width: 740px;
	padding: 0 !important;
}

.afterpost {
	display: block;
	max-width: 740px;
	padding: 0 !important;
	margin: 15px auto;
	text-align: center;
}

#text-15 {
	background: url(images/sidebar_signup_bg.png) no-repeat;
	min-height: 267px;
	padding: 0;
}

.sbsignup {
	background: #53144b;
}

.sbicons {
	background: #53144b;
	text-align: center;
	margin: -10px 0 0 0;
	padding: 10px 0 15px 0;
}

.sbsocial {
	margin: 10px 5px 0px 5px;

}

.sb_button {
	margin: 122px 0 86px 0;
}

.icons {
	margin-top: -85px;
}

.social {
	margin: 30px 8px 0 8px;
}

.rightsocial {
	margin: 5px 22px 0 22px;
}

.rightsocial-last {
	margin: 5px 30px 0px 22px;
}



/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
}

.site-container {
	background: url(images/sc_bg.png) repeat-x;
}

.site-header .wrap {
	padding: 10px 0;
	padding 1rem 0;
}

.advertisement {
	min-height: 150px;
	background: url(images/header_signup.png) no-repeat top right;
	max-width: 530px;
	padding-top: 55px;
}

.pinkbar {
	background: #bd1e52;
	width: 70%;
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 10px;
	color: #fff;
	border: 2px solid #bd1e52;
}

.pinkbar:hover {
	background-color: #fff;
	color: #bd1e52;
	border: 2px solid #bd1e52;
}

.righticons a:hover {
	opacity: 0.8;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	font-family: Lato, sans-serif;
	font-weight: 700;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 580px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	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 {
	background: url(images/logo_2015.png) no-repeat left;
	padding: 0;
	z-index: 1000;
}

.header-image .site-title a {
	float: left;
	min-height: 165px;
	width: 500px;
	margin-top: 18px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 550px;
	margin: 0 0 0 0;

}

.header-image .site-header .widget-area {
	padding: 10px 0;
	padding: 1rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: Lato, sans-serif;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .widget-area {
float: right;
padding-top: 1.5rem;
} 

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #999;
	display: block;
	padding: 0px 24px;
	padding: 0rem 2.4rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.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;
}

.nav-primary .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;
}

.nav-primary .sub-menu a {
	background: url(images/sn_bg.png) !important;
	color: #333 !important;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
	text-indent: 0px !important;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	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;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 0;
	margin: 2px 0 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	margin-top: 0px !important;
}

.site-header .sub-menu a {
	background: #bd1e52;
	color: #fff !important;
	padding: 10px 5px !important;
	border: 1px solid #fff !important;
}

.site-header .sub-menu a:hover {
	background: #fff;
	color: #bd1e52 !important;
}

.site-header .genesis-nav-menu a {
	color: #899c3b;
	font-family: 'Arapey', serif;
	font-size: 19px;
	border-left: 1px solid #53144b;
	padding: 0 20px 0 20px;
	margin-bottom: 0px;
}

.site-header .genesis-nav-menu {
	margin-top: 19px;
}

.site-header {
	font-family: 'Arapey', serif;
}

.site-header .nav-header {
	margin-top: 15px;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	text-align: left;
	margin-top: 9px;
}

.nav-primary a {
	background-color: transparent !important;
	display: block;
	padding: 10px 35px;
	padding: 1rem 3.5rem;
	margin: 0 3px 0 3px !important;
	list-style: none !important;
	text-indent: -9999px;
}

.nav-primary li.homeschool a {
	background: url(images/homeschool.png) no-repeat;
	min-width: 173px;
}

.nav-primary li.homeschool a:hover {
	background: url(images/homeschool_hover.png) no-repeat;
	min-width: 173px;
}

.nav-primary li.health a {
	background: url(images/Health.png) no-repeat;
	min-width: 194px;
}

.nav-primary li.health a:hover {
	background: url(images/Health_hover.png) no-repeat;
}

.nav-primary li.family a {
	background: url(images/family.png) no-repeat;
	min-width: 264px;
}

.nav-primary li.family a:hover {
	background: url(images/family_hover.png) no-repeat;
	min-width: 264px;
}

.nav-primary li.recipes a {
	background: url(images/recipes.png) no-repeat;
	min-width: 98px;
}

.nav-primary li.recipes a:hover {
	background: url(images/recipes_hover.png) no-repeat;
	min-width: 98px;
}

.nav-primary li.products a {
	background: url(images/products.png) no-repeat;
	min-width: 147px;
}

.nav-primary li.products a:hover {
	background: url(images/products_hover.png) no-repeat;
	min-width: 147px;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a:hover {
	color: #333;
}

#search-2 {
	margin: -20px 0 20px 0;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	text-align: right;
	border-bottom: 2px solid #53144b;
	border-top: 2px solid #53144b;
	padding: 10px 0;
	margin-top: -10px;
}

.nav-secondary .wrap {
	background: url(images/nav_bg.png) no-repeat;
}

.nav-secondary a {
	color: #899c3b;
	font-family: 'Arapey', serif;
	font-size: 19px;
	border-left: 1px solid #53144b;
	padding: 0 20px 0 20px;
	margin-bottom: 0px;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.entry-content a {
	color: #bd1e52;
}

.entry-content a:hover {
	color: #bd1e52;
	border-bottom: 1px solid #bd1e52;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.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;
	font-size: 1.4rem;
}

.entry-meta a {
	color: #899c3b;
}

.entry-header .entry-meta {
	margin-left: 10px;
	margin-left: 1rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 2px dashed #53144b;
	margin: 0;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f15123;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.comment-header {
	padding: 8px 0 8px 0;
	margin-right: -32px;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
	color: #bd1e52;
}

.comment-meta a {
	font-size: 14px;
	color: #899c3b;
}



.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	font-size: 24px;
	font-family: 'Arapey', serif;
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	border-right: none;
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background: #f5f5f5 url(images/sc_bg.png) repeat-x;
	border: 2px solid #d2d2d2;
	border-top: none;
}

.comment .avatar {
	background: #fff;
	padding: 5px;
	border: 1px solid #d2d2d2;
	border-radius: 50%;
	margin: -13px 16px 24px -20px;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #333;
}

.sidebar a {
	color: #bd1e52;
}

.sidebar a:hover {
	color: #bd1e52;
	border-bottom: none;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 20px 5px;
	padding: 2rem 0.5rem;
}

.sidebar .enews-widget {
	background-color: #333;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #f5f5f5 url(images/sc_bg.png) repeat-x;
	color: #333;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
	margin: 0 auto !important;
	text-align: center;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-3 .entry {
	background: none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	color: #bd1e52;
}

.footer-widgets a:hover {
	border-bottom: 1px solid #bd1e52;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #53144b;
	font-size: 20px;
	text-align: center;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: url(images/sc_bg.png) repeat-x;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 40px 0;
	padding: 4rem 0;
	text-align: center;
}

.site-footer a {
	font-size: 20px;
	font-family: 'Arapey', serif;
	color: #bd1e52;
}

.site-footer a:hover {
	color: #333;
}

.site-footer p {
	margin-bottom: 0;
}

/*
Zip List Plugin
---------------------------------------------------------------------------------------------------- */

#zlrecipe-container {
	background: #f5f5f5;
	border-bottom: 2px dashed #53144b;
	border-top: 2px dashed #53144b;
}

#zlrecipe-container #zlrecipe-title {
    	padding-bottom: 5px !important;
	font-family: 'Arapey', serif;
	font-size: 40px;
	font-size: 4rem;
	color: #bd1e52;
}

#zlrecipe-container .heading-four, #zlrecipe-container .h-4 {
    	font-family: 'Arapey', serif;
	font-size: 30px !important;
	font-size: 3rem !important;
}

#zlrecipe-container .border-bottom, #zlrecipe-container .b-b {
    	border-bottom: 1px solid #53144b !important;
}

#zlrecipe-container p {
     	margin: 5px 0 !important;
	margin: 0.5rem 0 !important;
}

#zlrecipe-container ul {
    	margin: 0 !important;
    	padding: 0 0 0 2.4em;
}

.zl-recipe-link a.butn-link {
    	background-image: url("images/save_recipe.png") !important;
    	background-repeat: no-repeat;
    	cursor: pointer;
    	display: block;
    	height: 30px !important;
    	width: 94px !important;
}

.archive .afterpost {
	display: none !important;
}





/*
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: 1159px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.nav-primary .searchform {
		max-width: 100px;
	}

	.header-image .site-header .wrap {
		background: url(http://www.intoxicatedonlife.com/wp-content/uploads/2015/02/mobile_logo.png) no-repeat left;
		padding: 0;
		z-index: 1000;
		margin: -20px 10px 0 0px;
	}

	.nav-secondary {
		text-align: center;
		margin-top: 0px;
	}

	.nav-secondary .wrap {
		background: none !important;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}

	.site-header {
		margin: 20px 0;
	}

	.site-header .widget-area {
		width: 550px;
		float: right;
		padding-right: 0;
		margin-right: 0;
	}

	.advertisement {
		float: right;
		margin-right: -20px;
	}

	.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;
	}

	.site-header .genesis-nav-menu a {
    		border-left: 1px solid #53144B;
    		color: #899C3B;
    		font-family: 'Arapey',serif;
    		font-size: 16px;
    		margin-bottom: -14px;
    		padding: 0 10px;
	}

	.home-featured-left {
		width: 55%;
	}

	.home-featured-left p {
		font-size: 15px;
		margin-bottom: 8px !important;
	}

	.home-featured-left h4.widget-title {
		font-size: 30px;
		margin-bottom: 12px;
	}

	.home-featured-left h5 {
		font-size: 30px;
		margin-bottom: 10px !important;
	}

	.home-featured-right {
		width: 45%;
	}

	#text-15 {
		background-size: 300px 229px;
		min-height: 229px;
		padding: 0;
		margin: 0 auto;
		background-position: center;
	}

	.sb_button {
		margin: 105px 0 86px 0 !important;
		max-width: 250px;
	}

	.icons {
		margin-top: -105px;
	}

	.social {
		margin: 45px 4px 0 4px;
	}


	.nav-primary li.homeschool a {
		background: url(images/homeschool.png) no-repeat;
		min-width: 173px;
	}

	.nav-primary li.homeschool a:hover {
		background: url(images/homeschool_hover.png) no-repeat;
		min-width: 173px;
	}

	.nav-primary li.health a {
		background: url(images/Health.png) no-repeat;
		min-width: 194px;
	}

	.nav-primary li.health a:hover {
		background: url(images/Health_hover.png) no-repeat;
	}

	.nav-primary li.family a {
		background: url(images/family.png) no-repeat;
		min-width: 264px;
	}

	.nav-primary li.family a:hover {
		background: url(images/family_hover.png) no-repeat;
		min-width: 264px;
	}

	.nav-primary li.recipes a {
		background: url(images/recipes.png) no-repeat;
		min-width: 98px;
	}

	.nav-primary li.recipes a:hover {
		background: url(images/recipes_hover.png) no-repeat;
		min-width: 98px;
	}

	.nav-primary li.products a {
		background: url(images/products.png) no-repeat;
		width: 110px !important;
	}

	.nav-primary li.products a:hover {
		background: url(images/products_hover.png) no-repeat;
		width: 110px !important;
	}
}

@media only screen and (max-width: 1023px) {

	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%;
	}

	.home-category-one,
	.home-category-two,
	.home-category-three,
	.home-category-four {
		width: 100%;
		padding: 0px;
		margin: 0px;
	}

	.home-category-one .featuredpage .page, 
	.home-category-one .featuredpost .post,
	.home-category-two .featuredpage .page, 
	.home-category-two .featuredpost .post,
	.home-category-three .featuredpage .page, 
	.home-category-three .featuredpost .post,
	.home-category-four .featuredpage .page, 
	.home-category-four .featuredpost .post {
    		margin: 130px 5px 0 5px;
    		padding: 0 10px;
    		width: 48%;
	}

	#home-categories .wrap,
	#home-categories-bottom .wrap {
		padding: 0 125px;
	}

	.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.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;
		padding: 2rem 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.home-featured-left {
		width: 100%;
		float: none;
		margin: -25px 0 0 0 !important;
		padding: 10px 0px 10px 10px !important;
	}

	.home-featured-left p {
		font-size: 18px;
		padding: 0 35px 0 35px;
		margin-bottom: 8px !important;
	}

	.home-featured-left h4.widget-title {
		font-size: 32px;
		margin-bottom: 12px;
	}

	.home-featured-left h5 {
		text-align: center;
		font-size: 32px;
		margin-bottom: 10px !important;
	}

	.home-featured-right {
		margin-top: 0px;
		background: url(images/768_signup.png) no-repeat;
		width: 100%;
		min-height: 227px;
	}
	
	.pinkbar {
		margin-top: 80px;
	}


/* Mobile Menu Icon properties ----------- */
	
	#mobile-menu-icon {
		font-family: 'Arapey', serif;
		background: #f0f0f0;
		cursor: pointer;
		display: block;
		padding: 20px 0;
		padding: 1.25rem 0;
		margin-top: 10px;
		text-align: center;
	}

	#mobile-menu-icon::before {
		color: #333;
		content: 'MENU \2630';
		font-weight: bold;
		letter-spacing: 1px;
	}
	
	#mobile-menu-icon:hover::before {
		color: #bd1e52;
		content: 'MENU \2637';
	}
	
	#mobile-menu-icon:active::before {
		color: #bd1e52;
		content: 'MENU \2637';
	}

	/* Hide Mobile Menu until it's toggled via script ----------- */
	.mobile-menu {
		display: none;
	}

	/* Mobile Menu misc properties ----------- */
	.nav-primary {
		background: #f0f0f0;
		clear: both;
		z-index: 9999;
	}

	.nav-primary ul {
		float: none;
		width: 100%;
	}

	.nav-primary li {
		background: none !important;
		display: block;
		float: none;
		width: 100%;
	}

	.nav-primary a {
		font-size: 14px;
		font-size: .875rem;
		padding: 20px;
		padding: 1.25rem;
		text-align: center;
		margin: 0 auto;
	}

	/* Mobile Menu highlight properties ----------- */
	.nav-primary li.highlight-menu-item {
		margin-left: 0px;
		margin-left: 0rem;
	}

	/* Mobile Menu li li properties ----------- */
	.nav-primary li li a,
	.nav-primary li li a:link,
	.nav-primary li li a:visited {
		border-top: 0;
		color: #222;
		display: block;
		font-size: 12px;
		font-size: .75rem;
		padding: 20px;
		padding: 1.25rem;
		position: relative;
		text-align: center;
		width: auto;
	}

	/* Mobile Menu link indentation by padding ----------- */
	.nav-primary ul li a,
	.nav-primary ul li a:link,
	.nav-primary ul li a:visited {
		padding: 20px 20px 20px 32px;
		padding: 1.25rem 1.25rem 1.25rem 2rem;
	}

	.nav-primary li li li a,
	.nav-primary li li li a:link,
	.nav-primary li li li a:visited {
		padding: 20px 20px 20px 44px;
		padding: 1.25rem 1.25rem 1.25rem 2.75rem;
	}

	.nav-primary li li li li a,
	.nav-primary li li li li a:link,
	.nav-primary li li li li a:visited {
		padding: 20px 20px 20px 56px;
		padding: 1.25rem 1.25rem 1.25rem 3.5rem;
	}

	/* Mobile Menu misc ----------- */
	.nav-primary li ul {
		left: 0px;
		position: relative;
		width: 100%;
		z-index: 99;
	}

	.nav-primary li ul ul {
		margin: 0;
	}

	.nav-primary li:hover ul ul,
	.nav-primary li.sfHover ul ul {
		left: -9999px;
	}

	.nav-primary li:hover,
	.nav-primary li.sfHover {
		position: static;
	}

	ul.nav-primary li:hover>ul,
	ul.nav-primary li.sfHover ul {
		left: auto;
	}

	/* Mobile Menu Top Icon properties ----------- */
	
	#mobile-menu-top-icon {
		font-family: 'Arapey', serif;
		cursor: pointer;
		display: block;
		padding: 20px 10px;
		padding: 1.25rem 1rem;
		text-align: right;
	}

	#mobile-menu-top-icon::before {
		color: #333;
		content: 'MENU \2630';
		font-weight: bold;
		letter-spacing: 1px;
	}
	
	#mobile-menu-top-icon:hover::before {
		color: #bd1e52;
		content: 'MENU \2637';
	}
	
	#mobile-menu-top-icon:active::before {
		color: #bd1e52;
		content: 'MENU \2637';
	}

	/* Hide Mobile Menu until it's toggled via script ----------- */
	.mobile-menu-top {
		display: none;
	}

	/* Mobile Menu Top misc properties ----------- */
	.nav-secondary {
		background: none !important;
		clear: both;
		z-index: 9999;
	}

	.nav-secondary ul {
		float: none;
		width: 100%;
	}

	.nav-secondary li {
		background: none;
		display: block;
		float: none;
		width: 100%;
	}

	.nav-secondary a {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 20px;
		padding: 1.25rem;
		text-align: right;
	}

	/* Mobile Menu Top highlight properties ----------- */
	.nav-secondary li.highlight-menu-item {
		margin-left: 0px;
		margin-left: 0rem;
	}

	/* Mobile Menu Top li li properties ----------- */
	.nav-secondary li li a,
	.nav-secondary li li a:link,
	.nav-secondary li li a:visited {
		border-top: 0;
		color: #222;
		display: block;
		font-size: 12px;
		font-size: .75rem;
		padding: 20px;
		padding: 1.25rem;
		position: relative;
		text-align: left;
		width: auto;
	}

	/* Mobile Menu Top link indentation by padding ----------- */
	.nav-secondary ul li a,
	.nav-secondary ul li a:link,
	.nav-secondary ul li a:visited {
		padding: 20px 20px 20px 32px;
		padding: 1.25rem 1.25rem 1.25rem 2rem;
	}

	.nav-secondary li li li a,
	.nav-secondary li li li a:link,
	.nav-secondary li li li a:visited {
		padding: 20px 20px 20px 44px;
		padding: 1.25rem 1.25rem 1.25rem 2.75rem;
	}

	.nav-secondary li li li li a,
	.nav-secondary li li li li a:link,
	.nav-secondary li li li li a:visited {
		padding: 20px 20px 20px 56px;
		padding: 1.25rem 1.25rem 1.25rem 3.5rem;
	}

	/* Mobile Menu Top misc ----------- */
	.nav-secondary li ul {
		left: 0px;
		position: relative;
		width: 100%;
		z-index: 99;
	}

	.nav-secondary li ul ul {
		margin: 0;
	}

	.nav-secondary li:hover ul ul,
	.nav-secondary li.sfHover ul ul {
		left: -9999px;
	}

	.nav-secondary li:hover,
	.nav-secondary li.sfHover {
		position: static;
	}

	ul..nav-secondary li:hover>ul,
	ul..nav-secondary li.sfHover ul {
		left: auto;
	}

	.advertisement {
		display: none !important;
	}

	
	.site-header .genesis-nav-menu a {
    		border-left: 1px solid #53144B;
    		color: #899C3B;
    		font-family: 'Arapey',serif;
    		font-size: 16px;
		margin: -15px 0 10px 0;
    		padding: 0 10px;
	}

	.site-header .widget-area {
		margin-top: -15px;
		border-top: 2px solid #53144b;
	}
}

@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%;
	}

	.home-featured-right {
		background: url(images/480_signup.png) no-repeat;
		min-height: 267px;
	}

	.home-featured-left h5 {
		font-size: 26px !important;
	}

	.pinkbar {
		margin-top: 125px;
	}

	
	.home-category-one,
	.home-category-two,
	.home-category-three,
	.home-category-four {
		background-size: contain !important;
		width: 100%;
		padding: 0px;
		margin: 0px;
	}

	.home-category-one .featuredpage .page, 
	.home-category-one .featuredpost .post,
	.home-category-two .featuredpage .page, 
	.home-category-two .featuredpost .post,
	.home-category-three .featuredpage .page, 
	.home-category-three .featuredpost .post,
	.home-category-four .featuredpage .page, 
	.home-category-four .featuredpost .post {
    		margin: 0px 5px 0 5px;
    		padding: 0 10px;
    		width: 100%;
	}

	#featured-post-2,
	#featured-post-3,
	#featured-post-4,
	#featured-post-5 {
		margin-top: 110px;
	}

	#home-categories .wrap,
	#home-categories-bottom .wrap {
		padding: 0 25px;
	}

	.home-category-one .more-from-category,
	.home-category-two .more-from-category,
	.home-category-three .more-from-category,
	.home-category-four .more-from-category {
		font-size: 16px !important;
		padding: 8px 4px 8px 4px;
		margin: 0 0 30px 0;
	}

	.site-header {
    		background: none !important;
   		border-bottom: 2px solid #53144B;
	}

	.site-header .widget-area {
		margin-top: -25px;
	}

	.site-header .genesis-nav-menu a {
    		font-size: 18px;
		margin: -25px 0 20px 0;
    		padding: 0 8px;
	}

	.header-image .site-header .wrap {
		background-position: top center !important;
		background-size: contain !important;
		height: 172px !important;
		width: 460px;
	}

	.header-image .site-header .wrap {
		padding: 20px 0;
		margin-top: 15px;
	}
	
	.header-image .site-title a {
   		min-height: 172px;
	}

	.home-featured-left {
		width: 100%;
		float: none;
		margin: -25px 0 0 0 !important;
		padding: 10px !important;
	}

	.home-featured-left p {
		font-size: 15px;
		margin-bottom: 8px !important;
	}

	.home-featured-left h4.widget-title {
		font-size: 26px;
		margin-bottom: 12px;
	}

	.home-featured-left h5 {
		text-align: center;
		font-size: 28px;
		margin-bottom: 10px !important;
	}

	.home-featured-right {
		width: 100%;
	}
}


@media only screen and (max-width: 320px) {

	#featured-post-2,
	#featured-post-3,
	#featured-post-4,
	#featured-post-5 {
		margin-top: 70px;
	}

	.site-header .genesis-nav-menu a {
    		font-size: 12px;
		margin: -25px 0 20px 0;
    		padding: 0 4px;
	}

	#home-featured {
		background: #fff;
		margin: 0 0 40px 0;
	}

	.home-featured-right {
		background: url(images/320_signup.png) no-repeat;
		min-height: 251px;
	}

	.home-featured-left {
		display: none !important;
	}

	.righticons {
		margin-top: 10px;
	}

	.pinkbar {
		margin-top:110px;
	}

	
	.rightsocial {
		margin: 30px 2px 0 2px;
	}


	.home-category-one .more-from-category,
	.home-category-two .more-from-category,
	.home-category-three .more-from-category,
	.home-category-four .more-from-category {
		font-size: 12px !important;
		padding: 8px 4px 8px 4px;
		margin: 0 0 30px 0;
	}

	.header-image .site-header .wrap {
		background-position: top center !important;
		background-size: contain !important;
		height: 112px !important;
		width: 300px;
	}
	
	.header-image .site-title a {
   		min-height: 112px;
	}

}

@media only screen and (max-width: 240px) {

	#featured-post-2,
	#featured-post-3,
	#featured-post-4,
	#featured-post-5 {
		margin-top: 50px;
	}

	.site-header .genesis-nav-menu a {
    		font-size: 15px;
		margin: -25px 0 20px 0;
    		padding: 0 4px;
	}


	.righticons {
		margin-top: 18px;
	}

	.pinkbar {
		margin-top: 85px;
	}

	
	.rightsocial {
		margin: 15px 15px 0 15px;
	}

	.home-featured-right {
		background: url(images/240_signup.png) no-repeat;
		min-height: 279px;
	}

	.header-image .site-header .wrap {
		height: 82px !important;
		width: 220px;
	}

	.header-image .site-title a {
   		min-height: 82px;
	}

}


.kd-recipe-index .recipe-index h2{font-size:50px;clear:both;padding-top:35px;font-weight:normal}.kd-recipe-index .recipe-index li{width:50%;float:left;min-height:150px;padding:10px;list-style:none;position:relative;transition:all 0.5s}.kd-recipe-index .recipe-index li .index-title{position:absolute;bottom:20px;left:0px;padding:5px 15px;border:1px solid black;background:#fff}.kd-recipe-index .recipe-index li .index-title a{color:#56194F;background:transparent}.kd-recipe-index .recipe-index li .index-title a:hover{text-decoration:none}.kd-recipe-index .recipe-index li img{border:2px solid black;box-shadow:3px 3px 3px rgba(0,0,0,0.65)}.kd-recipe-index .recipe-index li:hover img{border:2px solid #56194F}.kd-recipe-index .recipe-index li:hover .index-title{background:#56194F}.kd-recipe-index .recipe-index li:hover .index-title a{color:#fff}.kd-recipe-index .recipe-index li:nth-child(even) .index-title{left:auto;right:0}.kd-recipe-index.full-width-content .recipe-index li{width:33%}.kd-recipe-index.full-width-content .recipe-index li:nth-child(even) .index-title{left:0;right:auto}.kd-recipe-index.full-width-content .recipe-index li:nth-child(3n+3) .index-title{left:auto;right:0;text-align:right}.kd-recipe-index.full-width-content .recipe-index li:nth-child(3n+2) .index-title{left:0;right:0;margin-left:auto;margin-right:auto;display:inline;text-align:center;background-color:transparent;border:none;padding-bottom:0}.kd-recipe-index.full-width-content .recipe-index li:nth-child(3n+2) .index-title a{display:inline-block;padding:5px 15px;background-color:#fff;border:1px solid black}.kd-recipe-index.full-width-content .recipe-index li:nth-child(3n+2) .index-title a:hover{background:#56194F}.kd-popular{width:100%;margin:0 auto}.kd-popular .kd-ind-list{float:left;padding-right:10px;margin-bottom:10px;width:33%;text-align:center;position:relative}.kd-ind-list.width150{width:150px}.kd-ind-list p.recipeTitle{position:absolute;bottom:0;margin-bottom:0;width:100%;left:0;padding-right:10px}.kd-ind-list p.recipeTitle a{color:#fff;display:block;border:#bd1e52 2px solid;border-top:none;background:#066c66;padding:6px}.kd-popular .kd-ind-list img{border:#bd1e52 2px solid;max-width:100%;height:auto}@media only screen and (max-width: 767px){.kd-recipe-index .recipe-index h2{font-size:30px}.kd-recipe-index .recipe-index li{width:100%;float:none}.kd-recipe-index .recipe-index li .index-title{font-size:20px}.kd-recipe-index .recipe-index li:nth-child(even) .index-title{right:auto;left:0}}