/*
	Theme Name: Delightful Pro Theme
	Theme URI: http://restored316designs.com/themes
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Restored 316 Designs
	Author URI: http://www.restored316designs.com/
	Version: 1.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
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
		- Home Page
		- Category Index
		- Miscellaneous
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Jetpack
		- Social Icons
		- Simply Instagram
		- WooCommerce
	- Site Header
		- Widget Above Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- After Entry
		- Previous and Next Posts
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Delightful Celebrate
		- Delightful Nautical
		- Delightful Vintage
		- Delightful Black
	- Media Queries
		- Retina Display
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before  {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #efefe9;
	color: #999;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
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: #ef5488;
	text-decoration: none;
}

a:hover,
.site-footer a:hover {
	color: #555;
}

p {
	margin: 0 0 16px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "“";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #555;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 24px;
}

h1,
.entry-title {
	font-size: 30px;
}

h2,
.home-top .entry-title {
	font-size: 24px;
}

h3,
.archive-title,
.comments-title,
.home-bottom .entry-title,
.home-middle .entry-title {
	font-size: 20px;
}

.entry-comments h3,
h3.comment-reply-title {
	text-align: center;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6,
.sidebar .entry-title {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

.featured-content img,
.alignleft.post-image {
	border: 1px solid #eee;
	padding: 9px;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0 0 5px #f8f8f8 inset;
	color: #999;
	font-size: 14px;
	font-weight: 300;
	padding: 15px;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

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: #ef5488;
	box-shadow: none;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 15px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #eee;
	color: #a5a5a3;
}

.button {
	display: block;
	text-align: center;
}

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 #eee;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #eee;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background-color: #fff;
	margin: 32px auto;
	max-width: 1140px;
	overflow: hidden;
	padding: 0 35px 35px;
}

.site-inner {
	clear: both;
	padding-top: 32px;
}

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

/* 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: 868px;
}

.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: 700px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

.full-width-content .content {
	width: 100%;
}

.delightful-landing .site-container {
	max-width: 772px;
	padding-top: 30px;
}

.delightful-landing .site-inner,
.delightful-landing .entry {
	padding: 20px 0;
}

/* Primary Sidebar */

.sidebar-primary {
	border: 1px solid #eee;
	float: right;
	width: 332px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	border: 1px solid #eee;
	float: left;
	width: 164px;
}

.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;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
	width: 100%;
}

.search-form input[type="search"] {
	background: #fff url(images/search.png) no-repeat 15px 16px;
	background-size: 15px 15px;
	padding: 16px 16px 16px 44px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone {
	display: inline-block;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 24px;
}

.alignleft.post-image {
	margin-bottom: 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	margin: 0;
	text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border: 1px solid #eee;
	font-size: 12px;
	margin-bottom: 32px;
	padding: 16px 32px;
}

.archive-description,
.author-box,
.sticky {
	border: 1px solid #eee;
	margin-bottom: 32px;
	overflow: hidden;
	padding: 32px;
}

.author-box-title {
	font-size: 16px;
	margin: 0 0 8px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.site-header .widget-title {
  color: #fff;
}

.entry-title a,
.sidebar .widget-title a {
	color: #555;
	text-decoration: none;
}

.entry-title a:hover {
	color: #ef5488;
}

.archive-title {
	font-size: 20px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	overflow: hidden;
	word-wrap: break-word;
}

.widget li {
	text-align: left;
}

.widget ol > li {
	border-bottom: 1px solid #eee;
	list-style-position: inside;
	list-style-type: decimal;
	margin-bottom: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul > li {
	border-bottom: 1px solid #eee;
	list-style-type: none;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget p:last-child,
.widget ol > li:last-child.
.widget ul > li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 32px;
	text-align: center;
}

.featured-content .entry-header {
	border: none;
	margin-bottom: 12px;
}

.featured-content .entry-title {
	margin-bottom: 8px;
}

.featuredpost.widget li {
	text-align: center;
}

.more-from-category {
	padding-top: 12px;
}

.more-from-category a {
	border-top: 1px solid #eee;
	display: block;
	padding-top: 12px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews-widget input {
	margin-bottom: 12px;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-top li {
	margin: 0;
	padding: 0;
}

.home-top .widget ul > li {
	border: none;
	margin: 0;
	padding: 0;
}

.home-top .widget ol > li {
	border: none;
	padding: 0;
}

.home-top #genesis-responsive-slider {
	border: 1px solid #eee;
	margin: 0 auto;
	padding: 9px;
	position: relative;
}

.home-top .slide-excerpt {
	background: transparent;
	margin: 0 0 8%;
	opacity: 1;
	width: 100%;
}

.home-top .slide-excerpt-border {
	border: 0;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.home-top .slide-excerpt-border h2 {
	margin: 0;
	text-align: center;
	width: 100%;
}

.home-top #genesis-responsive-slider h2 a {
	background: #fff;
	color: #555;
	font-size: 16px;
	margin: 0;
	overflow: visible;
	padding: 10px;
	text-align: center;
	width: 100%;
}

.home-top .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -48px 0;
	background-size: 88px 96px;
	height: 48px;
	right: 5px;
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
	width: 44px;
}

.home-top .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -48px -48px;
}

.home-top .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	left: 9px;
}

.home-top .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -48px;
}

.home-top .genesis_responsive_slider .flexslider .slides > li {
	overflow: hidden;
}

.home-top .genesis_responsive_slider .flex-control-nav {
	margin: -25px 0 0 45%;
	text-align: left;
	width: 20%;
}

.home-top .genesis_responsive_slider .flex-control-nav li a {
	background: url(images/icon-control-nav.png) no-repeat 0 0;
	background-size: 13px 39px;
}

.home-top .genesis_responsive_slider .flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.home-top .genesis_responsive_slider .flex-control-nav li a.active {
	background-position: 0 -26px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

.content .sd-content ul {
	text-align: center;
}

.content .share-count {
	background: #f9859b;
	padding: 3px 5px;
}

.content .sd-social-icon .sd-content ul li a.sd-button,
.content .sd-social-text .sd-content ul li a.sd-button,
.content .sd-content ul li a.sd-button,
.content .sd-content ul li .option a.share-ustom,
.content .sd-content ul li.preview-item div.option.option-smart-off a,
.content .sd-content ul li.advanced a.share-more,
.content .sd-social-icon-text .sd-content ul li a.sd-button,
.content .sd-social-official .sd-content > ul > li > a.sd-button,
.content #sharing_email .sharing_send,
.sd-social-official .sd-content > ul > li .digg_button > a {
	background: #f7f7f7 !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 5px 10px !important;
}

.content div.sharedaddy h3.sd-title {
	float: left;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	width: 20%;
}

/* Social Media Icons
--------------------------------------------- */

.icon-facebook a {
	background: #b4d13b;
}

.icon-pinterest a {
	background: #ee8dba;
}

.icon-twitter a {
	background: #f5cdda;
}

.icon-instagram a {
	background: #9AD5CA;
}

.icon-rss a {
	background: #ef5488;
}

.genesis-nav-menu .icon-facebook a,
.genesis-nav-menu .icon-pinterest a,
.genesis-nav-menu .icon-twitter a,
.genesis-nav-menu .icon-instagram a,
.genesis-nav-menu .icon-rss a {
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	padding: 15px 29px;
	text-transform: uppercase;
}

.genesis-nav-menu .icon-facebook a:hover,
.genesis-nav-menu .icon-pinterest a:hover,
.genesis-nav-menu .icon-twitter a:hover,
.genesis-nav-menu .icon-instagram a:hover,
.genesis-nav-menu .icon-rss a:hover {
	background: #555;
	color: #fff;
}

/* Simply Instagram
--------------------------------------------- */

.front-photo {
	box-shadow: none !important;
}

/* WooCommerce
--------------------------------------------- */

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: 30% !important;
}

.woocommerce .content .entry {
	border: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	overflow: hidden;
	padding: 0 40px 40px;
}

/* Widget Above Header
--------------------------------------------- */

.widget-above-header {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.widget-above-header .wrap {
	margin: 0 auto;
	padding: 10px 0;
	width: 750px;
}

.widget-above-header .widget {
	margin: 0;
	padding: 0;
}
	
.widget-above-header .widget-title {
	display: none;
}

/* Title Area
--------------------------------------------- */

.title-area {
	background-color: #ef5488;
	float: left;
	padding: 20px;
	text-align: center;
	width: 320px;
}

.title-area:hover {
	background-color: #9AD5CA;
}

.site-title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 50px;
	line-height: 1;
	margin: 0 0 16px;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.site-description {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	text-align: center;
}

.header-full-width.header-image .title-area {
	margin-top: 20px;
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

/* Logo, hide text */

.header-image .title-area {
	background: none;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	margin: 20px 0 0;
	min-height: 120px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #fff;
	float: right;
	margin-top: 0;
	width: 600px;
}

.site-header .widget-area .widget {
	margin-bottom: 0;
}

.site-header .search-form {
	float: right;
	margin-top: 16px;
}

.site-header .widget-area a {
	color: #fff;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #555;
	display: block;
	padding: 20px 24px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu li:hover > a,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #fff;
}

.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: 184px;
	z-index: 99;
}

.genesis-nav-menu > li:hover .sub-menu a,
.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	color: #a5a5a3;
	font-size: 12px;
	padding: 16px 24px;
	position: relative;
	width: 184px;
}

.genesis-nav-menu > li:hover .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:hover {
	background-color: #f7f7f7;
	color: #555;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 183px;
}

.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: 20px;
}

.genesis-nav-menu > .right > a {
	background: none;
	color: #a5a5a3;
	display: inline;
}

.genesis-nav-menu > .right > a:hover {
	color: #ef5488;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 6px;
}

.genesis-nav-menu .search-form input[type="search"] {
	background-position: 12px 12px;
	border: none;
	font-size: 12px;
	padding: 12px 12px 12px 44px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li,
.site-header .widget_nav_menu ul ul {
	border: none;
	margin: 0;
	padding: 0;
}

.site-header .enews-widget {
	margin: 5px;
}

.site-header .enews-widget input {
	float: left;
	width: 79%;
}

.site-header .enews-widget input[type="submit"] {
	float: right;
	width: 20%;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background: #f7f7f7 url(images/nav-sec.png) center no-repeat;
	padding: 0px 25px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary a {
	color: #a5a5a3;
}

.nav-secondary  li.menu-item-has-children:hover > a,
.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	color: #555;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.delightful-home .content .widget,
.delightful-home .content .widget:last-child {
	margin-bottom: 32px;
}

.delightful-home .featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 20px 0;
}

.delightful-home .entry:last-child {
	margin-bottom: 0;
}

.home-middle {
	clear: both;
}

.home-middle-left,
.home-middle-right {
	width: 332px;
}

.home-middle-left {
	float: left;
	margin-right: 10px;
}

.home-middle-right {
	float: right;
}

.home-bottom .featuredpost .alignleft {
	margin-bottom: 0;
	margin-right: 20px;
}

.delightful-home .content .featuredpost p {
	margin: 0;
}

.delightful-home .content .widget-title {
	background-color: #9AD5CA;
	color: #fff;
	padding: 12px 32px;
	text-align: center;
}

.delightful-home .content .featured-content img {
	border: 1px solid #eee;
	padding: 9px;
}

/* Category Index
--------------------------------------------- */

.category-index .featured-content .entry {
	border: none;
	float: left;
	padding: 0px 5px;
	width: 33%;
}

.category-index .widget {
	border-bottom: 1px solid #eee;
	padding: 20px 0px;
}

.content .category-index .widget-title {
    background-color: #9ad5ca;
    color: #fff;
    padding: 12px 32px;
    text-align: center;
}

.category-index .more-from-category a {
	background: #f7f7f7;
	border: none;
	display: block;
	font-size: 12px;
	overflow: hidden;
	padding: 10px;
	text-align: center;
}

.category-index .entry-title a {
	color: #555;
	font-size: 15px;
}

.category-index h2.entry-title {
	line-height: 1;
}

.category-index ul li {	
	border-bottom: 1px dotted #ddd;
	float: left;
	font-size: 13px;
	margin: 3px 5px;
	width: 23%;
}

/* Entries
--------------------------------------------- */

.content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 32px;
	padding: 0 0 30px;
}

.delightful-landing .content .entry {
	border: none;
}

.entry-header {
	border-bottom: 1px solid #eee;
	margin-bottom: 32px;
	text-align: center;
}

.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: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-meta {
	font-size: 12px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	margin: 0;
	padding: 32px 0 8px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-meta .entry-tags {
	float: right;
}


/* After Entry
--------------------------------------------- */

.after-entry {
	background: #f7f7f7;
	margin-bottom: 32px;
	padding: 32px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 32px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Previous and Next Posts
------------------------------------------------------------- */

.prev-next-post-links {
	overflow: hidden;
	margin-bottom: 30px;
}

.previous-post-link {
	float: left;
}

.next-post-link {
	float: right;
}

.previous-post-link a,
.next-post-link a {
	color: #fff;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	background: #f9859b;
	width: 23px;
	height: 23px;
	line-height: 1;
	display: block;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}

.previous-post-link a:hover,
.next-post-link a:hover {
	background: #efc0b8;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	border: 1px solid #eee;
	color: #a5a5a3;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #ef5488;
}

/* Comments
--------------------------------------------- */

.ping-list,
.entry-comments,
.comment-respond {
	margin-bottom: 40px;
}

.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;
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment {
	border: 1px solid #eee; 
	border-right: none; 
}

.comment.depth-1 {
	border-right: 1px solid #eee; 
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.form-allowed-tags {
	background-color: #f8f8f8;
	font-size: 14px;
	padding: 24px;
}

p.subscribe-to-comments {
	padding: 24px 0 16px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 15px;
}

.sidebar .widget {
	margin-bottom: 0;
	padding: 25px 30px;
	text-align: center;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	border-top: 1px solid #eee;
	clear: both;
	margin: 10px auto;
	padding-top: 32px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 332px;
}

.footer-widgets-1 {
	margin-right: 36px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	border: 1px solid #eee;
	margin-bottom: 34px;
	padding: 32px;
	text-align: center;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

.footer-widgets .enews-widget input {
	margin-bottom: 13.5px;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-size: 12px;
	padding: 36px;
	text-align: center;
}

.site-footer a {
	color: #999;
	text-decoration: none;	
}

.site-footer p {
	margin-bottom: 0;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Delightful Celebrate
--------------------------------------------- */

.delightful-celebrate .icon-facebook a {
	background: #92b361;
}

.delightful-celebrate .icon-pinterest a {
	background: #56908d;
}

.delightful-celebrate .icon-twitter a {
	background: #d24958;
}

.delightful-celebrate .title-area:hover,
.delightful-celebrate .icon-instagram a,
.delightful-celebrate.delightful-home .content .widget-title {
	background: #56908d;
}

.delightful-celebrate .content a,
.delightful-celebrate .sidebar a {
	color: #d56908d;
}

.delightful-celebrate .entry-content a:hover,
.delightful-celebrate .sidebar a:hover,
.delightful-celebrate .entry-title a:hover {
	color: #555;
}

.delightful-celebrate .title-area,
.delightful-celebrate .icon-rss a,
.delightful-celebrate .enews-widget input[type="submit"],
.delightful-celebrate .button,
.delightful-celebrate input[type="button"], 
.delightful-celebrate input[type="submit"],
.delightful-celebrate .previous-post-link a, 
.delightful-celebrate .next-post-link a {
	background: #da6420;
}

.delightful-celebrate .button:hover,
.delightful-celebrate .enews-widget input:hover[type="submit"],
.delightful-celebrate input:hover[type="button"], 
.delightful-celebrate input:hover[type="submit"],
.delightful-celebrate .previous-post-link a:hover, 
.delightful-celebrate .next-post-link a:hover {
	background: #eee;
}

.header-image.delightful-celebrate .title-area,
.header-image.delightful-celebrate .title-area:hover {
	background: none;
}

.delightful-celebrate a.button,
.delightful-celebrate .previous-post-link a, 
.delightful-celebrate .next-post-link a {
	color: #fff;
}

/* Delightful Nautical
--------------------------------------------- */

.delightful-nautical .icon-facebook a {
	background: #fbd6c3;
}

.delightful-nautical .icon-pinterest a {
	background: #f7cf3a;
}

.delightful-nautical .icon-twitter a {
	background: #f58a7c;
}

.delightful-nautical .title-area:hover,
.delightful-nautical .icon-instagram a,
.delightful-nautical.delightful-home .content .widget-title {
	background: #9bd5c9;
}

.delightful-nautical .content a,
.delightful-nautical .sidebar a {
	color: #f58a7c;
}

.delightful-nautical .entry-content a:hover,
.delightful-nautical .sidebar a:hover,
.delightful-nautical .entry-title a:hover {
	color: #555;
}

.delightful-nautical .title-area,
.delightful-nautical .icon-rss a,
.delightful-nautical .enews-widget input[type="submit"],
.delightful-nautical .button,
.delightful-nautical input[type="button"], 
.delightful-nautical input[type="submit"],
.delightful-nautical .previous-post-link a, 
.delightful-nautical .next-post-link a {
	background: #1c2e5a;
}

.delightful-nautical .button:hover,
.delightful-nautical .enews-widget input:hover[type="submit"],
.delightful-nautical input:hover[type="button"], 
.delightful-nautical input:hover[type="submit"],
.delightful-nautical .previous-post-link a:hover, 
.delightful-nautical .next-post-link a:hover {
	background: #eee;
}

.header-image.delightful-nautical .title-area,
.header-image.delightful-nautical .title-area:hover {
	background: none;
}

.delightful-nautical a.button,
.delightful-nautical .previous-post-link a, 
.delightful-nautical .next-post-link a {
	color: #fff;
}

/* Delightful Vintage
--------------------------------------------- */

.delightful-vintage .icon-facebook a {
	background: #ffe2e2;
}

.delightful-vintage .icon-pinterest a {
	background: #cf88b2;
}

.delightful-vintage .icon-twitter a {
	background: #fcce79;
}

.delightful-vintage .title-area:hover,
.delightful-vintage .icon-instagram a,
.delightful-vintage.delightful-home .content .widget-title {
	background: #ffc4c8;
}

.delightful-vintage .content a,
.delightful-vintage .sidebar a {
	color: #ff8587;
}

.delightful-vintage .entry-content a:hover,
.delightful-vintage .sidebar a:hover,
.delightful-vintage .entry-title a:hover {
	color: #555;
}

.delightful-vintage .title-area,
.delightful-vintage .icon-rss a,
.delightful-vintage .enews-widget input[type="submit"],
.delightful-vintage .button,
.delightful-vintage input[type="button"], 
.delightful-vintage input[type="submit"],
.delightful-vintage .previous-post-link a, 
.delightful-vintage .next-post-link a {
	background: #ff8587;
}

.delightful-vintage .button:hover,
.delightful-vintage .enews-widget input:hover[type="submit"],
.delightful-vintage input:hover[type="button"], 
.delightful-vintage input:hover[type="submit"],
.delightful-vintage .previous-post-link a:hover, 
.delightful-vintage .next-post-link a:hover {
	background: #eee;
}

.header-image.delightful-vintage .title-area,
.header-image.delightful-vintage .title-area:hover {
	background: none;
}

.delightful-vintage a.button,
.delightful-vintage .previous-post-link a, 
.delightful-vintage .next-post-link a {
	color: #fff;
}

/* Delightful Custom
--------------------------------------------- */

/* This is the color of the Facebook icon */
.delightful-custom .icon-facebook a {
	background: #f9a34d;
}

/* This is the color of the Pinterest icon */
.delightful-custom .icon-pinterest a {
	background: #ffca23;
}

/* This is the color of the Twitter icon */
.delightful-custom .icon-twitter a {
	background: #72c7a6;
}

/* This is the color of the Title Area when you hover, the Instagram Icon, and the widget titles on the home page */
.delightful-custom .title-area:hover,
.delightful-custom .icon-instagram a,
.delightful-custom.delightful-home .content .widget-title {
	background: #bad760;
}

/* This is the link color for your posts and sidebar */
.delightful-custom .entry-content a,
.delightful-custom .sidebar a {
	color: #ef539e;
}

/* This is the link hover color for your posts and sidebar */
.delightful-custom .entry-content a:hover,
.delightful-custom .sidebar a:hover,
.delightful-custom .entry-title a:hover {
	color: #555;
}

/* This is the color title area, the RSS icon, the newsletter submit button, and any other button on your site */
.delightful-custom .title-area,
.delightful-custom .icon-rss a,
.delightful-custom .enews-widget input[type="submit"],
.delightful-custom .button,
.delightful-custom .previous-post-link a, 
.delightful-custom .next-post-link a {
	background: #ef539e;
}

/* This is the background color when you hover the newsletter submit button and any other button on your site */
.delightful-custom .button:hover,
.delightful-custom .enews-widget input:hover[type="submit"],
.delightful-custom .previous-post-link a:hover, 
.delightful-custom .next-post-link a:hover {
	background: #eee;
}

/* This is saying to not show a background color when using an uploaded header image.  Don't edit this. */
.header-image.delightful-custom .title-area,
.header-image.delightful-custom .title-area:hover {
	background: none;
}

/* This is the color of the text on your buttons */
.delightful-custom a.button,
.delightful-custom .previous-post-link a, 
.delightful-custom .next-post-link a {
	color: #fff;
}

/* This is color for all WooCommerce related items.  This will be your primary color. */
.woocommerce.delightful-custom #content div.product p.price,
.woocommerce.delightful-custom #content div.product span.price,
.woocommerce.delightful-custom div.product p.price,
.woocommerce.delightful-custom div.product span.price,
.woocommerce-page.delightful-custom #content div.product p.price,
.woocommerce-page.delightful-custom #content div.product span.price,
.woocommerce-page.delightful-custom div.product p.price,
.woocommerce-page.delightful-custom div.product span.price,
.woocommerce.delightful-custom #content div.product .stock,
.woocommerce.delightful-custom div.product .stock,
.woocommerce-page.delightful-custom #content div.product .stock,
.woocommerce-page.delightful-custom div.product .stock,
.woocommerce.delightful-custom #content div.product .out-of-stock,
.woocommerce.delightful-custom div.product .out-of-stock,
.woocommerce-page.delightful-custom #content div.product .out-of-stock,
.woocommerce-page.delightful-custom div.product .out-of-stock,
.woocommerce.delightful-custom ul.products li.product .price,
.woocommerce-page.delightful-custom ul.products li.product .price,
.woocommerce.delightful-custom .cart-collaterals .cart_totals .discount td,
.woocommerce-page.delightful-custom .cart-collaterals .cart_totals .discount td,
.woocommerce form.delightful-custom .form-row .required,
.woocommerce-page.delightful-custom form .form-row .required {
    color: #ef539e !important;
}

.woocommerce.delightful-custom span.onsale,
.woocommerce-page.delightful-custom span.onsale {
	background: #ef539e !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) {
	
	.search-form input[type="search"] {
		background-image: url(images/search@2x.png);
	}

}

@media only screen and (max-width: 1139px) {

	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 688px;
	}

	.content {
		width: 580px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.site-header .widget-area {
		width: 380px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle-left,
	.home-middle-right,
	.sidebar-primary {
		width: 272px;
	}

}

@media only screen and (max-width: 1023px) {

	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 772px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.site-header {
		padding: 20px 0;
	}
	
	.site-header .title-area,
	.site-header .widget {
	}
	
	.site-header .widget_nav_menu {
		padding: 0;
	}
	
	.header-image .site-title a {
		background-position: center !important;
		margin: 0 0 16px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-footer p,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 20px 16px;
	}
	
	.site-header .widget-area {
		margin-top: 16px;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}

	.genesis-nav-menu li.alignleft,
	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}
	
	.home-middle-left,
	.home-middle-right {
		width: 332px;
	}
	
	.footer-widgets-1 {
		margin: 0;
	}

	.site-footer {
		padding: 20px;
	}

}

@media only screen and (max-width: 767px) {

	body {
		font-size: 14px;
	}
	
	.site-container {
		padding: 20px 5%;
		width: 94%;
	}

	.five-sixths,
	.four-sixths,
	.home-middle-left,
	.home-middle-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.category-index .featured-content .entry {
		margin: 0;
		width: 100%;
	}
	
	.site-title {
		font-size: 32px;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		line-height: 1;
		padding: 20px;
		text-transform: none;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu a,
	.genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover > a {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f140";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f142";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.025);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu > li:hover .sub-menu a:hover,
	.genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu li:hover > a {
		color: #555;
	}
	
	.genesis-nav-menu a {
		font-size: 12px;
	}
	
	.entry-meta .entry-tags {
		clear: both;
		float: left;
	}
	
	.entry-meta .entry-comments a {
		margin: 0 0 10px;
	}
	
	.delightful-home .featuredpost .alignleft,
	.delightful-home .featuredpost .alignright {
		float: none;
		margin: 0 auto;
	}
	
	.home-middle-left {
		margin: 0;
	}
	
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 100% !important;
	}

}