/*
	Theme Name: Delish
	Description: This is the Delish theme created for the Genesis Framework.
	Author: Pixel Me Designs
	Author URI: http://pixelmedesigns.com/
	Version: 2.0.1
 
	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
	- Custom Widgets
	- Category Page
	- Layout Colors
		- Delish Cupcake
		- Delish Orange
		- Delish Cherry
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 320px

*/

@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300);

/*
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 {
border-top: 10px solid #ddd;
background: #fff;
    color: #414141;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.3625;
}

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: #8fb80e;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
font-family: 'Roboto Slab', serif;
	color: #ddd;
content: "\201C";
	display: block;
	font-size: 70px;
	height: 0;
	left: -45px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

.site-container{
margin: -15px auto 0;
}

/* Headings
--------------------------------------------- */

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .widget-area h4 {
	font-weight: normal;
	text-decoration: none;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	margin: 0 0 5px;
}

h1 {
	font-size: 22px;
	line-height: 25px;
}
h2{
	font-size: 22px;
	line-height: 25px;
}
h2 a,
h2 a:visited {
color: #404040;
	font-size: 28px;
	line-height: 31px;
}

.entry-title {
font-family: 'Roboto Slab', serif;
color: #404040;
	font-size: 28px;
	line-height: 31px;
}

.entry-title a{
color: #404040;
	font-size: 28px;
	line-height: 31px;
}

h2 a:hover {
	text-decoration: none;
}


h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

.site-header .widget-area h4{
font-family: 'Roboto Slab', serif;
	color: #8fb90f;
    text-align: center;
	font-size: 24px;
padding: 2px 0;
}

.widget-area h4{
font-family: 'Roboto Slab', serif;
	color: #8fb90f;
    text-align: center;
	font-size: 24px;
text-transform: lowercase;
}

.footer-widgets h4 {
	color: #fff;
}

.sidebar-secondary h4{
	font-size: 18px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 14px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	padding: 10px;
	width: 100%;
	box-shadow: 1px 1px 3px #eee inset;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],

.button,

.entry-content .button {
	background-color: #c0c0c0;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 16px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #ddd;
}

.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;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1100px;
}

.site-inner {
	clear: both;
padding: 10px 0;
}

/* 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: 960px;
}

.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: 600px;
}

.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;
}

--------------------------------------------- */

.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;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form input[type="search"] {
background: #fff url(images/search.png) left center no-repeat;
width: 98%;
border: 1px solid ddd;
padding: 10px 0px 10px 50px;
}

.search-form input[type="submit"] {
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.postnavmore {
background: #8fb80e;
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
color: #fff;
font-size: 20px;
padding: 10px 15px;
}

.postnavmore:after{
	content: " >>>";
}

.postnavmore:hover{
color: #ddd;
}

.postnavnew {
background: #8fb80e;
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
color: #fff;
font-size: 20px;
padding: 10px 15px;
}

.postnavnew:before{
	content: " <<< ";
}

.postnavnew:hover{
color: #ddd;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
background: #eee;
border: 1px solid #ddd;
	margin-bottom: 40px;
}

.archive-description {
	padding: 40px 40px 24px;
}

.author-box {
	padding: 40px;
}

.author-box img{
border-radius: 50%;
}

.author-box-title {
font-family: 'Roboto Slab', serif;
font-size: 25px;
	color: #333;
	margin-bottom: 4px;
}


.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */


/* Featured Content
--------------------------------------------- */

.featured-content{
overflow: hidden;
}

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
border: none;
}

.featured-content .entry:after{
background: none;
}

.featured-content .entry-title {
	border: none;
font-size: 17px;
	line-height: 1.2;
margin: 0;
}

.featured-content .entry-title a {
font-size: 17px;
margin: 0;
}

.featured-content img{
border: 2px solid #ddd;
padding: 2px;
margin-left: auto;
margin-right: auto;
display: block;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #404040;
}

.enews-widget p{
text-align: center;
font-size: 15px;
}

.enews-widget input {
width: 76%;
float: left;
	margin-bottom: 16px;
padding: 10px 0;
text-align: center;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
width: 17%;
float: right;
	background: #8fb80e;
	color: #fff;
	margin: 0 10px;
font-size: 16px;
padding: 10px 5px;
}

.enews-widget input:hover[type="submit"] {
	background: #a7d10f;
	color: #fff;
}

/* Genesis User Profile
--------------------------------------------- */

.user-profile{
min-height: 200px;
}

.user-profile img{
display: block;
border-radius: 50%;
margin: 3px;
padding: 3px;
}

.user-profile h4{
font-family: 'Roboto Slab', serif;
	color: #000;
    text-align: center;
	font-size: 23px;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
width: 100%;
}

.site-header .wrap {
	padding: 20px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
background: url(images/DefaultHead2.png) no-repeat;
background-position: left center;
	float: left;
font-family: 'Roboto Slab', serif;
color: #8fb80e;
	max-width: 600px;
mine-height: 150px;
	padding: 16px 10px 16px 100px;
}

.header-image .title-area {
	padding: 0;
background: none !important;
}

.site-title {
	font-size: 65px;
	line-height: 67px;
font-weight: normal;
	margin: 0 auto 8px;
}

.site-title a {
color: #8fb80e;
}

.site-description {
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
color: #000;
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
padding: 5px 0 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;
	height: 0;
	margin: 0 auto;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	background-position: center !important;
	background-size: contain !important;
	min-height: 150px;
	width: 600px;
	float: left;
margin: 20px auto 10px;
padding: 10px 0;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	width: 400px;
text-align: center;
}

.header-image .site-header .widget-area {
	padding: 20px 0;
}

.site-header .search-form {
	float: right;
	margin-top: 14px;
width: 90%;
padding: 2px;
}

.widget-area img{
margin-left: auto;
margin-right: auto;
display: block;
}

.site-header .simple-social-icons{
display: inline-block;
margin: -10px auto 0px;
clear:both;
}

.simple-social-icons ul li a{
background: #fff;
border-radius: 50%;
}

.simple-social-icons ul li a:hover{
background: #ddd;
border-radius: 50%;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

/* Standard Navigation
--------------------------------------------- */
 
nav {
	clear: both;
}
 
/* Navigation toggles
--------------------------------------------- */
 
.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header {
margin: 0px auto;
font-size: 12px;
}

.site-header .menu-item {
	display: inline-block;
	text-align: center;
}

.site-header a {
	border: none;
	display: block;
	padding: 3px 10px;
	position: relative;
}

.site-header a:hover {
	color: #ddd;
}

.site-header .current-menu-item > a {
	color: #fff;
}

.site-header .sub-menu {
	border: 1px solid #eee;
background: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 170px;
	z-index: 99;
}

.site-header .sub-menu a{
	color: #a0a0a0;
background: none;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	width: 170px;
}

.site-header .sub-menu a:hover {
color: #4da1a7;
}

.site-header .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.site-header .menu-item:hover {
	position: static;
}

.site-header .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
clear: both;
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	background-color: #fff;
margin: 0px auto;
font-size: 15px;
	max-width: 1100px;
}

.nav-primary .wrap{
padding: 3px 10px;
margin: 0px auto;
}

.nav-primary .menu-item {
	display: inline-block;
	text-align: center;
}

.nav-primary li a {
border: 1px solid #ddd;
background: #ffaf70;
	border-bottom: none;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
	color: #404040;
	display: block;
	padding: 5px 15px;
	position: relative;
margin: 0 10px;
}

.nav-primary > .menu-item > a {
	text-transform: uppercase;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #404040;
}

.nav-primary li a:hover{
background: #ddd;
}

.nav-primary .sub-menu{
background: #fff;
border: 2px solid #8fb80e;
	color: #404040;
background: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.nav-primary .sub-menu a{
background: #fff;
	color: #a0a0a0;
border: none;
	font-size: 14px;
	padding: 10px 10px;
	position: relative;
	width: 180px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}

.nav-primary .sub-menu a:hover {
background: none;
color: #ddd;
}

.nav-primary .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.nav-primary .menu-item:hover {
	position: static;
}

.nav-primary .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.nav-primary > .first > a {
	padding-left: 0;
}

.nav-primary > .last > a {
	padding-right: 0;
}

.nav-primary > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
}

.nav-primary > .right > a {
	display: inline;
	padding: 0;
}

.nav-primary > .rss > a {
	margin-left: 48px;
}

.nav-primary > .search {
	padding: 14px 0 0;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
clear: both;
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	background: #8fb80e;
padding: 3px 5px;
font-size: 15px;
margin: -3px auto 0;
	width: 100%;	
}


.nav-secondary .wrap {
	margin: 0 auto;
	position: relative;
	max-width: 1100px;
}

.nav-secondary .menu-item {
	display: inline-block;
	text-align: center;
}

.nav-secondary li a {
	border: none;
	color: #fff;
padding: 5px 15px 5px 15px;
	display: block;
	position: relative;
}

.nav-secondary .current-menu-item > a {
	color: #fff;
}


.nav-secondary li a:hover{
color: #ddd;
}

.nav-secondary .sub-menu{
background: #fff;
border: 2px solid #8fb80e;
	color: #404040;
background: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.nav-secondary .sub-menu a{
	color: #a0a0a0;
background: none;
	font-size: 13px;
	padding: 10px 10px;
	position: relative;
	width: 200px;
}

.nav-secondary .sub-menu a:hover {
color: #ddd;
}

.nav-secondary .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-secondary .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.nav-secondary .menu-item:hover {
	position: static;
}

.nav-secondary .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
border: 1px solid #ddd;
	margin-bottom: 40px;
	padding: 10px;
}

.entry:after,

.entry-content a {
text-decoration: underline;
}

.entry-content a:hover {
	color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
}


.entry-header .entry-meta {
	font-size: 12px;
	margin: 0 0 5px;
	padding: 5px 0 15px 70px;
}

.post-info .time,
.entry-header .time span {
	display: block;
	text-align: center;
}
.entry-header .time {
	background: url(images/Calendar.png) no-repeat;
	left: 5px;
	position: absolute;
	top: 10px;
	width: 63px;
height:60px;
}
.entry-header .day {
color: #404040;
font-size: 30px;
}

.entry-header .month {
	font-size: 14px;
line-height:20px;
color: #404040;
}

.content .post {
	position: relative;
}

h1.entry-title {
	margin-left: 70px;
}
h2.entry-title {
	margin-left: 70px;
}

.page .post-image{
display: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #c0c0c0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.entry-comments {
	padding: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.comment-respond a,

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	border: 2px solid #f5f5f5;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
width: 350px;
	color: #404040;
margin-top: 40px;
}

.sidebar-secondary {
	width: 130px;
}


.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
border: 1px solid #ddd;
background: #eee;
margin-bottom: 60px;
	padding: 5px;
}

.sidebar .entry{
width: 100%;
margin: 0 auto;
}

.sidebar .enews-widget {
	background: #fff;
}

.sidebar img{
margin-left: auto;
margin-right: auto;
display: block;
}

.sidebar h2{
text-align: center;
}

.sidebar h2 a{
text-align: center;
}

.sidebar .widget-title{
width: 65%;
border: 1px solid #ddd;
background: #eee;
	border-bottom: none;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
	color: #404040;
text-align: center;
margin-top: -30px;
font-size: 18px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #8fb80e;
	color: #fff;
	clear: both;
	padding: 40px 0 16px;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

.footer-widgets a{
	color: #fff !important;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #8fb80e;
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
}

.site-footer a {
	color: #fff !important;
text-decoration: none;
}

.site-footer p {
	margin-bottom: 0;
}

/*
Custom Widgets
---------------------------------------------------------------------------------------------------- */

.before-content{
width: 100%;
margin: 0px auto;
}

.before-content .featured-content img{
border: none;
border-radius: 50%;
}

.before-content img:hover{
filter:alpha(opacity=60); opacity:0.6;
}

.before-content h4{
font-family: 'Roboto Slab', serif;
font-size: 24px;
color: #404040;
}

.before-content .featured-content{
height: auto;
padding: 4px;
}

.before-content .featured-content .post{
background: none;
float: left;
width: 24.4%;
height: auto;
overflow: hidden;
padding: 5px;
}

.before-content .featured-content .entry:after{
background: none;
padding: 0;
margin: 0;
}

.before-content .featured-content .entry .entry-title {
font-size: 15px;
line-height: 17px;
color: #404040;
text-align: center;
margin: 0;
}

.before-content .featured-content .entry .entry-title a{
font-size: 15px;
line-height: 17px;
color: #404040;
text-align: center;
margin: 0;
}

.after-content{
padding: 10px;
border-top: 2px solid #ddd;
}

.after-content img{
margin: 3px;
}

.after-content img:hover{
filter:alpha(opacity=60); opacity:0.6;
}

.after-content h4{
font-family: 'Roboto Slab', serif;
font-size: 25px;
padding: 10px 0;
text-transform: lowercase;
color: #808080;
}

.after-content .entry-title {
font-size: 18px;
text-align: left;
}

.after-content .entry-title a{
font-size: 18px;
}


/*
Category Page
---------------------------------------------------------------------------------------------------- */

.category .content .entry{
float: left;
border: none;
width: 30%;
margin: 10px 10px;
}

.category .content .entry:nth-of-type(3n+1) {
	clear: left;
}


.category .content blockquote{
display: none;
padding: 0px;
margin: 0px;
}


.category .entry-content {
display: none;
}

.category .entry-meta {
	display: none;
	visibility: hidden;
}

.category .content .entry-title {
font-size: 16px;
line-height: 20px;
text-align: center;
margin: 5px auto;
}

.category .content .entry-title a{
font-size: 16px;
line-height: 20px;
text-align: center;
margin: 5px auto;
}

.category .post-image{
margin-left: auto;
margin-right: auto;
display: block;
}

.category .entry img{
margin-left: auto;
margin-right: auto;
display: block;
}

.category .entry img:hover{
filter:alpha(opacity=60); opacity:0.6;
}

/*
Layout Colors
---------------------------------------------------------------------------------------------------- */
/*
Delish Cupcake
--------------------------------------------- */

.delish-cupcake a{
color: #56c4bf;
}

.delish-cupcake .title-area {
background: url(images/CupcakeHead1.png) no-repeat;
background-position: left center;
color: #56c4bf;
}

.delish-cupcake .site-title a {
color: #56c4bf;
}

.delish-cupcake .nav-primary .sub-menu{
border: 2px solid #56c4bf;
}

.delish-cupcake .nav-secondary {
	background: #56c4bf;
}

.delish-cupcake .nav-secondary .sub-menu{
border: 2px solid #56c4bf;
}

.delish-cupcake .postnavmore{
background: #56c4bf;
}

.delish-cupcake .postnavnew{
background: #56c4bf;
}

.delish-cupcake .enews-widget input[type="submit"] {
background: #56c4bf;
}

.delish-cupcake .site-header .widget-area h4 {
color: #56c4bf;
}

.delish-cupcake .widget-area h4 {
color: #56c4bf;
}

.delish-cupcake .footer-widgets h4 {
color: #fff;
}

.delish-cupcake .footer-widgets {
background: #56c4bf;
}

.delish-cupcake .site-footer{
background: #56c4bf;
color: #fff;
}

/*
Delish Orange
--------------------------------------------- */

.delish-orange a{
color: #f47f00;
}

.delish-orange .title-area {
background: url(images/OrangeHead1.png) no-repeat;
background-position: left center;
color: #f47f00;
}

.delish-orange .site-title a {
color: #f47f00;
}

.delish-orange .nav-primary .sub-menu{
border: 2px solid #f47f00;
}

.delish-orange .nav-secondary {
	background: #f47f00;
}

.delish-orange .nav-secondary .sub-menu{
border: 2px solid #f47f00;
}

.delish-orange .postnavmore{
background: #f47f00;
}

.delish-orange .postnavnew{
background: #f47f00;
}

.delish-orange .enews-widget input[type="submit"] {
background: #f47f00;
}

.delish-orange .site-header .widget-area h4 {
color: #f47f00;
}

.delish-orange .widget-area h4 {
color: #f47f00;
}

.delish-orange .footer-widgets h4 {
color: #fff;
}

.delish-orange .footer-widgets {
background: #f47f00;
}

.delish-orange .site-footer{
background: #f47f00;
}

/*
Delish Cherry
--------------------------------------------- */

.delish-cherry a{
color: #cc2b50;
}

.delish-cherry .title-area {
background: url(images/CherryHead1.png) no-repeat;
background-position: left center;
color: #cc2b50;
}

.delish-cherry .site-title a {
color: #cc2b50;
}

.delish-cherry .nav-primary .sub-menu{
border: 2px solid #cc2b50;
}

.delish-cherry .nav-secondary {
	background: #cc2b50;
}

.delish-cherry .nav-secondary .sub-menu{
border: 2px solid #cc2b50;
}

.delish-cherry .postnavmore{
background: #cc2b50;
}

.delish-cherry .postnavnew{
background: #cc2b50;
}

.delish-cherry .enews-widget input[type="submit"] {
background: #cc2b50;
}

.delish-cherry .site-header .widget-area h4 {
color: #cc2b50;
}

.delish-cherry .widget-area h4 {
color: #cc2b50;
}

.delish-cherry .footer-widgets h4 {
color: #fff;
}

.delish-cherry .footer-widgets {
background: #cc2b50;
}

.delish-cherry .site-footer{
background: #cc2b50;
}

/*
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) {


}

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
overflow-x: hidden;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 850px;
	}

	.content {
		max-width: 720px;
	}

	.site-header .widget-area {
		width: 400px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 500px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}


@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%;
	}

	.site-header .wrap {
		padding: 20px 0;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

.header-image .site-title a{
width: 100%;
margin: 10px auto;
background-position: top center;
}

	.site-inner {
padding: 2%;
	}

	.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;
	}
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

.nav-primary li a{
font-size: 15px;
background: none;
padding: 5px 10px;
border-none;
border-top-left-radius: 0;
border-top-right-radius:0;
}

	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}


	.site-header .search-form {
		margin: 16px auto ;
	}

.entry{
padding: 6%;
}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.site-footer {
		padding: 24px 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}

@media only screen and (max-width: 768px) {

.title-area {
background: url(images/DefaultHead2.png) no-repeat;
background-position: top center;
	float: left;
font-family: 'Roboto Slab', serif;
color: #8fb80e;
	max-width: 400px;
mine-height: 150px;
	padding: 106px 10px 16px 10px;
}

.delish-cupcake .title-area {
background: url(images/CupcakeHead1.png) no-repeat;
background-position: top center;
}

.delish-orange .title-area {
background: url(images/OrangeHead1.png) no-repeat;
background-position: top center;
}

.delish-cherry .title-area {
background: url(images/CherryHead1.png) no-repeat;
background-position: top center;
}

.title-area{
float: none;
margin: 20px auto;
}

	.header-image .site-header .wrap {
background-size: 100%;
background-position: top center;
	}

.header-image .site-title a{
width: 100%;
margin: 10px auto;
background-position: top center;
}

.site-header .simple-social-icons{
margin: 0px auto;
}

.before-content .featured-content .entry{
background: none;
float: left;
width: 160px;
height: auto;
overflow: hidden;
margin: 0px 5px;
}

.entry{
padding: 5px;
}

.nav-primary li a{
font-size: 15px;
background: none;
padding: 5px 10px;
border:none;
border-top-left-radius: 0;
border-top-right-radius:0;
}

}
 

@media only screen and (max-width: 580px) {


	.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%;
	}

.header-image .site-title a{
width: 100%;
margin: 0;
}

.before-content .featured-content{
display: none;
}

.nav-primary li a {
border: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
margin: 0;
}

.category .content .entry{
float: none;
border: none;
width: 100%;
margin: 10px 10px;
}



}

/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */
 
/* Navigation toggles
--------------------------------------------- */
 
@media only screen and (min-width: 769px) {
 
	nav {
		display: block;
	}
}
 
/* Navigation toggles - Mobile
--------------------------------------------- */
 
@media only screen and (max-width: 768px) {
 
	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		font-size: 40px;
		font-weight: 700;
		margin: 0 auto;
		overflow: hidden;
		padding: 5px;
		text-align: center;
		visibility: visible;
	}
 
	button.menu-toggle{
background: #8fb80e;
border: none;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
width: 100%;
}

.delish-cupcake button.menu-toggle{
background: #56c4bf;
}

.delish-orange button.menu-toggle{
background: #f47f00;
}

.delish-cherry button.menu-toggle{
background: #cc2b50;
}

	button.sub-menu-toggle {
		background-color: transparent;
		color: #404040;
	}
 
	.sub-menu-toggle {
border: none;
		padding: 15px;
		position: absolute;
		right: 0;
		top: 0;
	}
 
	.menu-toggle:before {
font-size: 18px;
		color: #fff;
border: none;
		content: "Menu \2193";
	}
 
	.menu-toggle.activated:before {
font-size: 16px;
		color: #fff;
border: none;
		content: "\2191";
	}
 
	nav {
		display: none;
		position: relative;
	}
 
	.genesis-nav-menu .menu-item {
		display: block;
		position: relative;
		text-align: center;
width: 100%;
border-bottom: 1px solid #fff;
font-weight: bold;
	}
 
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}
 
	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}
 
	.genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}
 
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
 
	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 30px;
	}
 
	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
	}
 
	.nav-primary a:hover,
	.nav-primary .current-menu-item > a {
		color: #fff;
	}
 
}