/*
Theme Name:  Moonrise
Theme URI:   http://www.luxibee.com/product/moonrise-wordpress-theme/
Description: A Mobile Responsive and HTML5 WordPress Child Theme for the Genesis Framework.
Author:      Luxi Bee
Author URI:  http://www.luxibee.com
Version:     1.2.1
Template:    genesis
Copyright:   Copyright (c) 2019, Luxi Bee

Tags: white, black, grey, minimal, clean, organized, theme, genesis, e-commerce, customizable, one-column, two-columns, mobile-responsive, featured-images, landing-page, instagram-page
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Fonts
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Titles
	- WordPress
	- Search Form
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Header Left & Right Navigation
	- Footer Navigation
- Front Page
	- Flexible Widgets
	- Front Page 1
	- Front Page 2
	- Front Page 3
- Templates & Pages
	- Single Page
	- Blog Page
	- Category Index
	- Custom Category
	- Archive Page
	- Landing Page
	- Landing Page Slim
	- Instagram Page
	- Error 404 Page
	- Search Page
- Content Area
	- Gutenberg Styling
	- Entries
	- Entry Meta
	- Single Post Article
	- Related Posts
	- Pagination
	- In Post Navigation
	- After Entry Widget Area
	- Comments
- Widgets
	- Widget Above Header
	- Widget Between Posts
	- Shop the Post
	- Widget Before Footer
	- Widget After Footer
- Plugins
	- Genesis Responsive Slider
	- Genesis Featured Content
	- Genesis Featured Page Advanced
	- Genesis eNews Extended
	- Genesis Simple Share
	- Simple Social Icons
	- Social Warfare
	- Instagram Feed
	- Ninja Forms
	- Convert Kit
	- WP Recipe Maker
	- WP Instagram
	- Easy Recipe
	- WooCommerce Shop
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 1165px
	- Max-width: 1025px
	- Max-width: 985px
	- Max-width: 800px
	- Max-width: 768px
	- Max-width: 668px
	- Max-width: 500px
	- Max-width: 416px
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#666}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

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

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

body {
	color: #000;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #c0c0c0;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	background: #fff;
	border-left: 4px solid #eee;
	font-size: 15px;
	padding: 10px;
	padding-left: 16px;
	margin: 35px 0;
}

blockquote p {
	margin: 0 0 10px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
	display: none;
}

.screen-reader-text {
	display: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-style: normal;
	letter-spacing: .5px;
	line-height: 1.2;
	margin: 0 0 18px;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Fonts
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6, 
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6, 
.site-title, 
.entry-title, 
.page-title, 
.genesis_responsive_slider h2, 
.featured-content .entry-title, 
.wpp-post-title, 
.related-posts a, 
.widget-title, 
.prev-next-navigation .prev-text, 
.prev-next-navigation .next-text {
	font-family: 'Abril Fatface', cursive;
	font-weight: 400;
	letter-spacing: 1.5px;
}

.wprm-block-text-normal, 
.wprm-recipe-template-compact p, 
.wprm-recipe-template-compact li, 
.wprm-recipe-block-container-inline, 
.wprm-recipe-details-unit, 
.wprm-recipe-template-compact .wprm-recipe-name, 
.wprm-recipe-template-compact .wprm-recipe-header {
	font-family: 'Work Sans', sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 0.5px !important;
}

.wprm-block-text-normal, 
.wprm-recipe-template-compact p, 
.wprm-recipe-template-compact li, 
.wprm-recipe-block-container-inline, 
.wprm-recipe-details-unit {
	font-size: 14px !important;
}

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

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

.featured-content img.entry-image {
	margin: 0 auto;
}

img {
	height: auto;
	opacity: 1;
}

a img:hover, 
img.entry-image.attachment-post:hover, 
img.post-image.entry-image:hover, 
.related-list li:hover, 
.woocommerce.archive .content .entry img:hover, 
.woocommerce ul.products li.product a img:hover {
	opacity: 0.7;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.gallery img:hover {
	border: 1px solid #ebebeb;
}

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

input,
select,
textarea {
	background-color: #f8f8f8;
	border: 1px solid #f8f8f8;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 13px 15px;
	width: 100%;
	line-height: inherit;
}

select {
	font-size: 11px;
	text-transform: uppercase;
	padding: 15px;
}

input:focus,
textarea:focus, 
.genesis-nav-menu .search-form input[type="search"]:focus {
	border: 1px solid #ccc;
	outline: none;
}

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

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ### All Buttons
-------------------------- */

button, 
.button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.enews-widget input[type="submit"], 
.more-from-category a, 
.null-instagram-feed .clear a, 
.wp-block-button__link {
	background-color: #000;
	border: 1px solid #000;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	letter-spacing: 2px;
	padding: 14px 30px;
	text-transform: uppercase;
	width: auto;
}

button:hover, 
.button:hover, 
input:hover[type="button"], 
input:hover[type="reset"], 
input:hover[type="submit"], 
.enews-widget input:hover[type="submit"], 
.more-from-category a:hover, 
.null-instagram-feed .clear a:hover {
	background-color: transparent;
	border-color: #000;
	color: #000;
}

.button {
	display: inline-block;
}

.more-from-category a {
	display: table;
	margin: 0 auto;
}

/* ### Woocommerce Buttons
-------------------------- */

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background-color: #000 !important;
	border: 1px solid #000 !important;
	border-radius: 0 !important;
	color: #fff !important;
	cursor: pointer;
	font-size: 11px !important;
	font-weight: 400 !important;
	letter-spacing: 2px;
	padding: 14px 30px !important;
	text-transform: uppercase !important;
	width: auto !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover, 
.wp-block-button__link:hover, 
.is-style-squared .wp-block-button__link:hover {
	background-color: transparent !important;
	border-color: #000 !important;
	color: #000 !important;
}

/* ### Read More Buttons
-------------------------- */

a.more-link,
.genesis_responsive_slider a.more-link {
	background: transparent;
	border-bottom: 1px solid #000;
	color: #000;
	font-size: 11.5px;
	letter-spacing: 1.5px !important;
	text-align: center;
	text-transform: uppercase;
	margin: 42px 0;
	padding: 1px 1px 2px;
	overflow: hidden;
	display: table;
	width: auto;
}

.genesis_responsive_slider a.more-link {
	margin: 20px auto 0;
}

a.more-link:hover,
.genesis_responsive_slider a.more-link:hover {
	background: transparent;
	border-bottom: 1px solid #c0c0c0;
	color: #c0c0c0;
	text-decoration: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #f8f8f8;
}

td,
th {
	text-align: left;
}

td {
	border: 1px solid #e8e8e8;
	padding: 10px 8px;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-container {
	background: #fff;
	margin: 0 auto;
}

.widget-above-header .wrap, 
.nav-primary .wrap, 
.widget-after-footer .wrap, 
.site-footer .wrap {
	padding: 0;
	margin: 0 auto;
	max-width: 100% !important;
}

.wrap, 
.site-inner, 
.nav-secondary, 
.widget-above-header .enews {
	margin: 0 auto;
	max-width: 1160px;
}

.content-sidebar-wrap {
	margin: 0 auto;
}

.site-inner {
	clear: both;
	margin: 15px auto 75px;
}

/* ### Front Page Spacing */

.front-page .site-inner {
	margin: 0 auto 75px;
}

.front-page .content-sidebar-wrap {
	margin: 60px auto 0;
}

/* ### Full Width Slim Layout */

.full-width-slim .content {
	float: none;
	width: 100% !important;
	margin: 0 auto;
	max-width: 850px !important;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

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

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

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

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

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

/* ### Primary Sidebar */

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

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

.one-third {
	margin-bottom: 5px;
}

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

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

.avatar {
	float: left;
}

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

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

.comment .avatar {
	margin: 0 16px 24px 0;
}

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

.breadcrumb {
	background: #F9F9F9;
	margin-bottom: 20px;
	padding: 5px 10px;
	text-align: center;
}

.author-box {
	background: #fff;
	border-top: 1px solid #ebebeb;
	text-align: left;
	margin: 30px auto 10px;
	padding: 30px;
}

.archive-description {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px 0;
}

.archive-description h1 {
	margin: 0;
}

.author-box-title {
	font-style: none;
	text-transform: none;
	margin-bottom: 15px;
}

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

.widget.user-profile {
	margin-bottom: 30px;
	padding: 30px;
}

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

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

.entry-title,
.page-title {
	font-size: 24px;
	text-align: left;
	text-transform: none;
	padding-top: 15px;
	margin-bottom: 27px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
}

.entry-title a:hover, 
.sidebar .widget-title a:hover, 
.entry-header .entry-meta a:hover, 
.content .entry-meta .entry-comments-link a:hover, 
.related-posts a:hover {
	color: #c0c0c0;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
	padding: 10px 0;
	text-align: center;
}

.sidebar .widget-title {
	background-color: #fff;
	border-bottom: 1px solid transparent;
}

.footer-widgets .widget-title {
	border: none;
	padding: 0;
}

h4.author-box-title, 
h3.related-title, 
.entry-comments h3, 
.entry-pings h3, 
.comment-respond h3 {
	font-size: 20px !important;
	letter-spacing: 1px !important;
	text-transform: none !important;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

.wp-caption-text {
	font-size: 11px;
	font-weight: 500;
	text-align: center;
}

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

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

.search-form {
	border: 1px solid #ebebeb;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow:    inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:         inset 0 1px 1px rgba(0,0,0,.075);
}

.search-form input[type="search"] {
	background-color: transparent;
	border: none;
	color: #000;
	font-size: 12px;
	width: 100%;
	padding: 14px;
}

.search-form input[type="submit"] {
	background: #fff !important;
	color: #000 !important;
	border: 0 !important;
	margin: -1px;
	padding: 0 !important;
	clip: inherit;
	font-family: "FontAwesome";
	content: "\f002";
	font-size: 14px;
	height: 32px;
	width: 24px;
	right: 10px;
	top: 7px;
	outline: none;
	position: absolute;
	-webkit-font-smoothing: antialiased;
}

.search-form input[type="submit"]:hover {
	background-color: transparent !important;
	color: #000 !important;
}

input[type="search"] {
	border-radius: 0;
	-webkit-appearance: none !important;
}

.site-header .search-form {
	margin-top: 12px;
	width: 50%;
}

.entry-content .search-form {
	padding: 4px;
	width: 50%;
}

.search-form ::-webkit-input-placeholder {
	color: #c0c0c0;
	padding-top: 1px;
	text-transform: uppercase;
	vertical-align: middle;
}

.search-form :-moz-placeholder { /* Firefox 18- */
	color: #c0c0c0;
	text-transform: uppercase;
}

.search-form ::-moz-placeholder {  /* Firefox 19+ */
	color: #c0c0c0;
	text-transform: uppercase; 
}

.search-form :-ms-input-placeholder {  
	color: #c0c0c0;
	line-height: 0;
	text-transform: uppercase;
	vertical-align: middle;
}

/* ## Navigation Menu Search Form
--------------------------------------------- */

.nav-primary .genesis-nav-menu > .search,
.nav-secondary .genesis-nav-menu > .search {
	float: right;
	padding: 0;
	display: inline-block;
	position: relative;
	width: 18%;
}

.genesis-nav-menu .search-form {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	max-width: 55%;
	margin: 0 auto;
	margin-right: 10px;
}

.genesis-nav-menu .search-form input[type="search"] {
	border: 1px solid transparent;
	font-size: 12px;
	letter-spacing: 1px !important;
	padding: 10px 12px;
	margin-top: 7px;
}

.genesis-nav-menu .search-form input[type="submit"] {
	background: #fff !important;
	font-family: "FontAwesome";
	content: "\f0da";
	font-size: 11px;
	top: 9px;
	-webkit-font-smoothing: antialiased;
}

.genesis-nav-menu > .search input {
	background: transparent;
}

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

.site-header {
	background: #fff;
	min-height: 150px;
}

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

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

.title-area {
	float: left;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	width: 35%;
	word-break: break-word;
}

.header-full-width .title-area {
	float: none;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}

.header-image .title-area {
	background: none;
	padding: 0;
}

.site-title {
	font-size: 55px;
	letter-spacing: 6px;
	line-height: 1.3;
}

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

.header-image .site-title > a {
	background-position: left !important;
	background-size: contain !important;
	display: block;
	height: 180px;
	margin: 0 auto;
}

.site-description {
	display: block;
	font-size: 10px;
	letter-spacing: 3px;
	margin-bottom: 0;
}

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

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

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

.site-header .widget-area {
	float: right;
	padding: 40px 0 0;
	text-align: right;
	width: 65%;
}

.header-image .site-header .widget-area {
	padding: 70px 0 0;
}

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

.genesis-nav-menu {
	clear: both;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1.5;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu li {
	float: none;
	list-style-type: none;
}

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

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

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

.genesis-nav-menu a, 
.genesis-nav-menu .current-menu-item > a {
	color: #000;
	display: block;
	padding: 17px 18px;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover, 
.genesis-nav-menu .sub-menu a:hover {
	color: #c0c0c0;
}

.genesis-nav-menu .sub-menu {
	background: #000;
	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: 999;
	padding: 10px 0;
}

.genesis-nav-menu .sub-menu::after,
.genesis-nav-menu .sub-menu::before {
	border: medium solid transparent;
	bottom: 100%;
	content: " ";
	height: 0;
	left: 50%;
	pointer-events: none;
	position: absolute;
	width: 0;
}

.genesis-nav-menu .sub-menu::after {
	border-bottom-color: #000;
	border-width: 8px;
	margin-left: -10px;
}

.genesis-nav-menu .sub-menu .sub-menu::after, 
.genesis-nav-menu .sub-menu .sub-menu::before {
	border: none;
}

.genesis-nav-menu .sub-menu a, 
.genesis-nav-menu .sub-menu .current-menu-item > a, 
.genesis-nav-menu .sub-menu > li a, 
.nav-primary .genesis-nav-menu .sub-menu a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a, 
.nav-primary .genesis-nav-menu .sub-menu > li a, 
.nav-secondary .genesis-nav-menu .sub-menu a, 
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a, 
.nav-secondary .genesis-nav-menu .sub-menu > li a {
	color: #fff !important;
	font-size: 10px;
	padding: 9px 18px;
	position: relative;
	width: 200px;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 50%;
	margin-left: -100px;
	opacity: 1;
}

.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
	left: 199px;
	margin-left: 0;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 20px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	float: right;
	padding: 0;
	width: 13%;
}

.genesis-nav-menu .widget-area {
	float: left;
	padding: 10px 0 7px 15px;
	display: inline-block;
	vertical-align: middle;
	width: 18%;
}

.genesis-nav-menu .button {
	background-color: #fff;
	border-color: #000;
	color: #000;
	padding: 12px;
	margin: 0;
	display: inline-block;
}

.genesis-nav-menu .shop-icon, 
.genesis-nav-menu .cart-icon {
	display: inline-flex;
}

.genesis-nav-menu .shop-icon a:before,
a.shop-icon:before, 
.cart-icon a:before {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: inherit;
	margin: 0 auto;
	padding: 18px 10px 18px 0;
	-webkit-font-smoothing: antialiased;
}

.genesis-nav-menu .shop-icon a:before,
a.shop-icon:before {
	content: "\f290";
}

.cart-icon a:before {
	content: "\f07a";
}

a.shop-icon {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* ## Menu items flash fix
--------------------------------------------- */

.js nav {
	display: none;
}

@media only screen and (min-width: 1025px) {

	.js nav {
		display: block;
	}
    	
}

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

.nav-header {
	background-color: transparent;
}

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

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

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

.nav-primary {
	background: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	border-top: none;
	border-left: none;
	border-right: none;
	text-align: center;
}

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

.nav-secondary {
	background: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	border-left: none;
	border-right: none;
	text-align: center;
	margin-bottom: 10px;
}

/* ## Header Left & Right Navigation
--------------------------------------------- */

.nav-header-left,
.nav-header-right {
	margin-top: 40px;
}

.nav-header-left a,
.nav-header-right a {
	padding: 20px 18px;
}

.nav-header-left {
	float: left;
	text-align: center;
	width: 35%;
}

.nav-header-right {
	float: right;
	text-align: center;
	width: 35%;
}

.site-header .genesis-nav-menu > li a, 
.site-header .genesis-nav-menu .current-menu-item > a {
	color: #000;
}

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

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

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

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* # Front Page
---------------------------------------------------------------------------------------------------- */

.front-page-1 .widget-title, 
.front-page-2 .widget-title, 
.front-page-3 .widget-title {
	font-size: 24px;
}

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

.front-page-2 .one-widget .widget, 
.widget-before-footer .one-widget .widget {
	display: inline-block;
	float: none;
	margin: 0 auto;
	width: 100%;
}

.front-page-2 .two-widgets .widget, 
.widget-before-footer .two-widgets .widget {
	width: 49.25%;
}

.front-page-2 .three-widgets .widget, 
.front-page-2 .six-widgets .widget, 
.front-page-2 .seven-widgets .widget, 
.front-page-2 .widget-thirds .widget, 
.widget-before-footer .three-widgets .widget, 
.widget-before-footer .six-widgets .widget, 
.widget-before-footer .seven-widgets .widget, 
.widget-before-footer .widget-thirds .widget {
	width: 32.33%;
}

.front-page-2 .four-widgets .widget, 
.front-page-2 .seven-widgets .widget:nth-last-of-type(-n+4), 
.front-page-2 .eight-widgets .widget, 
.widget-before-footer .four-widgets .widget, 
.widget-before-footer .seven-widgets .widget:nth-last-of-type(-n+4), 
.widget-before-footer .eight-widgets .widget {
	width: 23.874%;
}

.front-page-2 .five-widgets .widget, 
.widget-before-footer .five-widgets .widget {
	width: 18.8%;
}

.front-page-2 .two-widgets .widget:nth-of-type(odd), 
.front-page-2 .three-widgets .widget:nth-of-type(1), 
.front-page-2 .four-widgets .widget:nth-of-type(4n+1), 
.front-page-2 .five-widgets .widget:nth-of-type(5n+1), 
.front-page-2 .six-widgets .widget:nth-of-type(3n+1), 
.front-page-2 .seven-widgets .widget:nth-child(3n+1), 
.front-page-2 .eight-widgets .widget:nth-of-type(4n+1), 
.front-page-2 .widget-thirds .widget:nth-of-type(3n+1), 
.widget-before-footer .two-widgets .widget:nth-of-type(odd), 
.widget-before-footer .three-widgets .widget:nth-of-type(1), 
.widget-before-footer .four-widgets .widget:nth-of-type(4n+1), 
.widget-before-footer .five-widgets .widget:nth-of-type(5n+1), 
.widget-before-footer .six-widgets .widget:nth-of-type(3n+1), 
.widget-before-footer .seven-widgets .widget:nth-child(3n+1), 
.widget-before-footer .eight-widgets .widget:nth-of-type(4n+1), 
.widget-before-footer .widget-thirds .widget:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.front-page-2 .six-widgets .widget:nth-of-type(3n), 
.front-page-2 .seven-widgets .widget:nth-child(3n), 
.front-page-2 .eight-widgets .widget:nth-of-type(4n), 
.front-page-2 .widget-thirds .widget:nth-of-type(3n), 
.widget-before-footer .six-widgets .widget:nth-of-type(3n), 
.widget-before-footer .seven-widgets .widget:nth-child(3n), 
.widget-before-footer .eight-widgets .widget:nth-of-type(4n), 
.widget-before-footer .widget-thirds .widget:nth-of-type(3n) {
	margin-right: 0 !important;
}

.front-page-2 .seven-widgets .widget:nth-child(7n), 
.widget-before-footer .seven-widgets .widget:nth-child(7n) {
	clear: none;
	margin-left: 1.5%;
}

.front-page-2 .eight-widgets .widget:nth-last-of-type(-n+4), 
.front-page-2 .five-widgets .widget:nth-last-of-type(-n+1), 
.front-page-2 .four-widgets .widget:nth-last-of-type(-n+2), 
.front-page-2 .seven-widgets .widget:nth-last-of-type(-n+4), 
.front-page-2 .six-widgets .widget:nth-last-of-type(-n+3), 
.front-page-2 .three-widgets .widget, 
.front-page-2 .two-widgets .widget, 
.front-page-2 .widget-thirds .widget:nth-last-of-type(-n+3), 
.widget-before-footer .eight-widgets .widget:nth-last-of-type(-n+4), 
.widget-before-footer .five-widgets .widget:nth-last-of-type(-n+1), 
.widget-before-footer .four-widgets .widget:nth-last-of-type(-n+2), 
.widget-before-footer .seven-widgets .widget:nth-last-of-type(-n+4), 
.widget-before-footer .six-widgets .widget:nth-last-of-type(-n+3), 
.widget-before-footer .three-widgets .widget, 
.widget-before-footer .two-widgets .widget, 
.widget-before-footer .widget-thirds .widget:nth-last-of-type(-n+3) {
	margin-bottom: 0;
}

/* ## Front Page 1
--------------------------------------------- */

.front-page-1 li {
	margin: 0;
	padding: 0;
}

/* ## Front Page 2
--------------------------------------------- */

.front-page-2 {
	margin: 15px auto 25px;
}

.front-page-2 .widget {
	position: relative;
}

.front-page-2 .widget-area .widget {
	float: left;
	margin-right: 1.5%;
}

.front-page-2 .widget-area .widget:last-child {
	margin-right: 0;
}

/* ## Front Page 3
--------------------------------------------- */

.front-page-3 {
	margin: 25px auto 35px;
	padding: 0;
	float: none;
	clear: both;
}

.front-page-3 .wrap {
	border: 2px solid #ebebeb;
	border-top: none !important;
}

.front-page-3 .widget {
	border: none;
	border-top: 2px solid #ebebeb;
	text-align: center;
	padding: 30px 5px 12px;
}

.front-page-3 .widget-title {
	background: #fff;
	width: 280px;
	margin: 0 auto 14px;
	margin-top: -56px;
}

/* # Templates & Pages
---------------------------------------------------------------------------------------------------- */

/* ## Single Page
--------------------------------------------- */

.page .site-inner {
	margin: 0 auto 55px;
}

.page .entry {
	padding-top: 0;
}

.page .content h1.entry-title, 
h1.woocommerce-products-header__title.page-title {
	text-align: center;
	text-transform: uppercase;
	padding-top: 0;
	margin-bottom: 38px;
}

/* ## Blog Page
--------------------------------------------- */

.blog-page .site-inner {
	margin: 0 auto 55px;
}

/* ### Above Blog Page Content Widget Area */

.above-blog-content {
	background: #fff;
	margin-bottom: 30px;
	overflow: hidden;
}

/* ## Category Index
--------------------------------------------- */

.category-index {
	padding: 0;
}

.category-index .widget {
	padding: 34px 0 22px;
	border-bottom: 1px solid #ebebeb;
}

.category-index .widget:first-child {
	padding-top: 0;
}

.category-index .widget-title {
	font-size: 24px;
	margin-bottom: 20px;
}

.category-index ul li {
	float: left;
	font-size: 13px;
	margin: 3px 5px;
	width: 23%;
}

.category-index .featured-content .entry {
	border: none;
	float: left;
	margin-bottom: 30px;
	padding: 0 5px;
	width: 33.3%;
}

.category-index .featured-content .entry-title {
	text-transform: uppercase;
	font-size: 12px;
}

/* ## Custom Category - Archives
--------------------------------------------- */

.archives .entry {
	float: left;
	padding: 0 16px !important;
	margin-bottom: 20px;
	width: 33.333%;
}

.archives .entry-title {
	font-size: 16px !important;
	text-align: center;
}

.archives-featured-image img {
	width: 100%;
}

/* ## Landing Page
--------------------------------------------- */

body.moonrise-landing {
	background: #fff;
}

.moonrise-landing .site-container {
	background: #f8f8f8 !important;
}

.moonrise-landing .site-inner {
	background: #fff;
	margin: 50px auto !important;
	padding: 50px 40px 40px !important;
}

.moonrise-landing .entry {
	border: none !important;
}

.moonrise-landing h1.entry-title, 
.moonrise-landing .site-footer {
	display: none !important;
}

/* ## Landing Page Slim
--------------------------------------------- */

body.landing-slim {
	background: #fff;
}

.landing-slim .site-container {
	background: #f8f8f8;
}

.landing-slim .site-inner {
	background: #fff;
	margin: 50px auto !important;
	padding: 50px 40px 40px;
	max-width: 850px !important;
}

.landing-slim .entry {
	border: none !important;
}

.landing-slim h1.entry-title, 
.landing-slim .site-footer {
	display: none;
}

/* ## Instagram Page
--------------------------------------------- */

.instagram-landing .site-container, 
.instagram-landing .entry-content, 
.instagram-landing .site-header, 
.instagram-landing .featured-content .entry-title {
	background: #f8f8f8;
	color: #000;
}

.instagram-landing .site-inner {
	padding: 20px 30px;
	margin: 0 auto 25px !important;
}

.instagram-landing .content {
	max-width: 800px;
	margin: 0 auto;
	float: none;
}

.instagram-landing .widget {
	margin-bottom: 60px;
	clear: both;
}

.instagram-landing .widget-above-header .widget {
	margin-bottom: 0;
}

.instagram-landing .menu li a {
	background: #fff;
	color: #000;
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 14px;
	padding: 20px 20px 19px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}

.instagram-landing .featured-content .entry-title {
	font-size: 18px;
}

.instagram-landing .entry-header {
	margin-top: 10px;
}

.instagram-landing .featured-content .entry-title, 
.instagram-landing .featured-content .entry-meta {
	text-align: center !important;
}

.instagram-landing .swp_social_panel, 
.instagram-landing .swp_social_panel:not(.nc_floater):not(.swp_social_panelSide), 
.instagram-landing .content h1.entry-title, 
.instagram-landing .content .entry-meta .entry-comments-link {
	display: none;
}

/* ## Error 404 Page
--------------------------------------------- */

.error404 {
	margin: 0 auto;
}

.error404 .content {
	text-align: center;
	padding-bottom: 65px;
	margin: 0 auto;
	float: none;
}

.error404 .entry-content {
	max-width: 900px;
	margin: 0 auto;
}

.error404 h1.entry-title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.error404 .content p {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.error404 .button {
	margin-top: 15px;
	text-transform: uppercase;
}

.error404 .search-form {
	margin-bottom: 0 !important;
}

.error404 .entry-content .search-form {
	margin: 30px 0 35px;
}

.error404 .content .search-form input[type="submit"] {
	top: 11px;
}

.error404 .entry-content a:not(.button):not(.more-link) {
	font-weight: normal;
}

.error404 .featured-content .entry {
	width: 25% !important;
	padding: 10px !important;
	float: left;
}

.error404 .entry-header {
	margin-top: 10px;
}

.error404 .featured-content .entry-title {
	font-size: 18px;
}

.error-page-widget {
	margin: 30px auto 0;
}

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

/* ## Gutenberg Styling
--------------------------------------------- */

.entry-content .alignfull {
	width: auto;
	max-width: 1000%;
	margin-right: calc(50.699% - 50vw);
	margin-left: calc(50% - 50vw);
}

.alignfull {
	margin: 32px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.wp-block-cover__inner-container {
	max-width: 900px;
}

.wp-block-quote.is-style-large {
	background: #fff;
	border-left: none;
	padding: 0 !important;
	margin: 35px 20px;
}

.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
	display: inline-block;
}

.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
	font-size: 22px !important;
}

.wp-block-quote.is-style-large::before {
	color: #e3e2e2;
	content: "\201C";
	display: block;
	font-size: 50px;
	font-size: 4rem;
	height: 0;
	top: -25px;
	left: -38px;
	position: relative;
}

.wp-block-quote.is-large cite, 
.wp-block-quote.is-large footer, 
.wp-block-quote.is-style-large cite, 
.wp-block-quote.is-style-large footer {
	font-size: 16px !important;
	font-weight: 500;
	line-height: 1;
	float: right;
}

blockquote.wp-block-quote cite {
	font-weight: 500;
}

.wp-block-button__link, 
.is-style-squared .wp-block-button__link {
	border: 1px solid transparent;
}

.wp-block-button__link:hover, 
.is-style-squared .wp-block-button__link:hover {
	border: 1px solid #e8e8e8;
}

.is-style-outline .wp-block-button__link, 
.is-style-outline .wp-block-button__link:hover {
	border-width: 1px !important;
	border-radius: 0 !important;
}

ul.wp-block-gallery {
	margin-left: 0 !important;
}

ul.wp-block-gallery.alignfull {
	margin-left: calc(50% - 50vw) !important;
}

.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
	background: rgba(250,250,250,.8) !important;
	color: #000 !important;
	padding: 10px 10px 9px !important;
}

hr {
	border-top: 1px solid #e8e8e8 !important;
	border-bottom: none;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 0;
	height: 0;
}

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

.entry {
	background: #fff;
	margin-bottom: 30px;
	padding: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #ddd;
}

.page .entry-content a {
	font-weight: normal !important;
}

/* ### Excerpts on Front, Search and Blog pages
-------------------------- */

.front-page .content .entry, 
.blog-page .content .entry, 
.search .content .entry {
	border-bottom: 1px solid #fff;
	margin-bottom: 16px;
	padding: 20px 0 22px;
}

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

.entry-meta {
	position: relative;
	padding: 0;
}

p.entry-meta {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	color: #000;
	font-size: 9.5px;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
	padding: 20px 0 7px;
	margin-bottom: 0;
}

.entry-header .entry-meta a {
	color: #000;
	padding: 0;
	text-transform: uppercase;
}

.entry-footer {
	font-style: normal;
	text-align: center;
	padding: 0 0 10px;
	margin-top: 10px;
}

.content article {
	position: relative;
}

/* ### Comment Bubble Icon */

.content .entry-meta .entry-comments-link {
	display: inline;
	float: right;
	margin-top: -34px;
}

.front-page .content .entry-meta .entry-comments-link, 
.blog-page .content .entry-meta .entry-comments-link,
.search .content .entry-meta .entry-comments-link {
	margin-top: -62px;
}

.content .entry-meta .entry-comments-link a {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	padding: 20px;
	margin-left: -19px;
}

.content .entry-comments-link::before {
	color: #000;
	font-family: "dashicons";
	content: "\f101";
	font-size: 19px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}

/* ## Single Post Article
--------------------------------------------- */

.single-post article .entry-title {
	margin-bottom: 24px;
 	text-align: center;
}

.single-post article .entry-header .entry-meta {
	padding: 0;
	text-align: center;
}

/* ## Related Posts
--------------------------------------------- */

.related-posts {
	text-align: center;
	padding: 35px 20px 35px;
	margin: 0;
	overflow: hidden;
}

.related-title {
	font-size: 18px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.related-post {
	text-align: center;
	width: 31.333%;
	height: auto;
	float: left;
	margin: 1%;
	opacity: 1;
}

.related-post-title {
	line-height: 1.3;
}

.related-post-title a {
	color: #000;
	font-size: 13px;
	letter-spacing: 1px;
}

a.related-image {
	display: block;
	margin: 0 auto;
}

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

.pagination {
	clear: both;
	margin: 35px auto 15px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}

.pagination-next a, 
.pagination-previous a {
	background: #fff;
	border-bottom: 1px solid #000;
	color: #000;
	padding: 6px 2px;
}

.adjacent-entry-pagination {
	background: #fff;
	margin-bottom: 30px;
	padding: 30px 0;
}

.single-post .pagination-previous {
	float: left;
	width: 45%;
}

.single-post .pagination-next {
	float: right;
	width: 45%;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background: transparent;
	border: none;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	padding: 8px 10px;
	text-transform: uppercase;
}

.archive-pagination li a:hover, 
.archive-pagination .active a {
	text-decoration: underline;
}

/* ## In Post Navigation
--------------------------------------------- */

.prev-next-navigation {
	background: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0;
	clear: both;
	overflow: hidden;
}

.prev-next-navigation .previous {
	float: left;
	text-align: left;
	width: 48.717948717948715%;
}

.prev-next-navigation .next {	
	float: right;
	margin-left: 2.564102564102564%;
	text-align: right;
	width: 48.717948717948715%;
}

.prev-next-navigation .previous a, 
.prev-next-navigation .next a {
	color: #000;
}

.prev-next-navigation .prev-text, 
.prev-next-navigation .next-text {
	font-size: 15px;
	text-transform: uppercase !important;
	font-style: italic;
}

/* ## After Entry Widget Area
--------------------------------------------- */

.after-entry {
	background: #f8f8f8;
	margin: 30px 0;
	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;
}

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

.comment article {
	border-bottom: 1px solid #ebebeb;
}

.comment-respond,
.entry-comments,
.entry-pings {
	background: #fff;
	margin-top: 10px;
	margin-bottom: 40px;
	padding: 30px 0;
}

.comment-respond,
.entry-pings {
	padding: 0;
}

.entry-comments h3,
.entry-pings h3,
.comment-respond h3 {
	border-bottom: none;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: center;
	padding: 5px 0;
}

.comment-header, 
.comment-meta, 
.ping-list .comment-meta {
	background-color: #fff;
	font-size: 11px;
	letter-spacing: 2px;
	padding: 2px 0;
	margin-bottom: 0;
	width: 100%;
}

.comment-header, 
.comment-header a {
	padding: 15px 0;
	text-transform: none;
}

.comment-meta a {
	font-style: normal;
	text-transform: uppercase;
}

.comment-content {
	clear: both;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}

.comment-list li li {
	margin-right: -1px;
	padding-left: 60px;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

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

.entry-comments .comment-author {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-size: 11px;
	color: #bbb;
}

.comment-reply {
	font-size: 14px;
	font-style: italic;
	padding: 0 0 18px;
}

.form-allowed-tags {
	background-color: #f8f8f8;
	font-size: 14px;
	padding: 24px;
}

.logged-in-as {
	text-align: left;
}

.entry-pings .reply, 
span.says {
	display: none;
}

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

.before-entry {
	margin-bottom: 30px;
}

.circle img {
	border-radius: 50%;
}

/* ## Widget Above Header
--------------------------------------------- */

.widget-above-header {
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	line-height: 0;
	width: 100%;
}
	
.widget-above-header .widget-title {
	display: none;
}

/* ## Widget Between Posts
--------------------------------------------- */

.between-posts-area {
	margin: 22px auto 30px;
	text-align: center;
}

/* ## Shop the Post
--------------------------------------------- */

.front-page .entry-content, 
.blog-page .entry-content, 
.search .entry-content {
	display: flow-root;
}

.shop-the-post {
	width: 100%;
	float: none;
	clear: both;
	text-align: center;
}

/* ## Widget Before Footer
--------------------------------------------- */

.widget-before-footer .widget-title, 
.widget-after-footer .widget-title {
	font-size: 26px;
	clear: both;
}

.widget-before-footer {
	margin: 10px auto;
}

.widget-before-footer .widget {
	position: relative;
}

.widget-before-footer .widget-area .widget {
	float: left;
	margin-right: 1.5%;
}

.widget-before-footer .widget-area .widget:last-child {
	margin-right: 0;
}

.widget-before-footer .featured-content .entry {
	margin-bottom: 0;
}

.widget-before-footer .widget .entry-title {
	background-color: #fff;
	border: none;
	color: #000;
	font-size: 16px;
	margin: 0;
	padding: 13px 15px;
	position: absolute;
	top: 65%;
	left: 0;
	width: 60%;
	z-index: 99;
}

/* ## Widget After Footer
--------------------------------------------- */

.widget-after-footer {
	background: #fff;
	padding: 0;
	margin-top: 10px;
}

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

/* ## Genesis Responsive Slider
--------------------------------------------- */

#genesis-responsive-slider {
	background: #000 !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 auto;
	position: relative;
}

.genesis_responsive_slider .slide-excerpt {
	background-color: rgba(255,255,255,1);
	border: none;
	height: auto;
	position: absolute;
	top: 58%;
	left: 5%;
	margin: 0;
	padding: 2.5%;
	opacity: 1;
}

#genesis-responsive-slider .slide-excerpt-border > p {
	text-align: left;
	margin-bottom: 0;
}

.genesis_responsive_slider .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 0;
	float: none;
	display: block;
}

.genesis_responsive_slider h2,
.genesis_responsive_slider h2 a {
	color: #000;
	font-size: 24px;
	text-transform: none;
	text-align: center;
	margin-bottom: 16px;
	max-height: 58px;
	overflow: hidden;
}

.genesis_responsive_slider p a {
	display: block;
	margin-top: 20px;
}

/* ### Genesis Slider Directions
-------------------------- */

.genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 80px 78px;
	height: 39px;
	width: 40px;
	top: 94%;
	right: -20px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	opacity: 0.7;
}

.genesis_responsive_slider .flex-direction-nav li a:focus,
.genesis_responsive_slider .flex-direction-nav li a:hover {
	opacity: 0.7;
}

.genesis_responsive_slider .flex-direction-nav li a.flex-prev, 
.genesis_responsive_slider .flex-direction-nav li .prev {
	background-position: 0 0 !important;
	right: 54px !important;
	left: auto !important;
}

.genesis_responsive_slider .flex-direction-nav li a.flex-next, 
.genesis_responsive_slider .flex-direction-nav li .next {
	right: 10px !important;
}

.genesis_responsive_slider .flex-direction-nav li a:focus.prev,
.genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

.genesis_responsive_slider .flex-direction-nav li a:focus.next, 
.genesis_responsive_slider .flex-direction-nav li a:hover.next {
	background-position: -50px 0;
}

/* ### Genesis Slider Controls
-------------------------- */

.genesis_responsive_slider .flex-control-nav {
	margin: -20px 0 0 0 !important;
	padding-left: 0;
	text-align: center;
}

.genesis_responsive_slider .flex-control-nav li {
	margin: 0 0 0 5px;
	padding: 0;
}

.genesis_responsive_slider .flex-control-nav li a {
	background: url(images/icon-control-nav.png) no-repeat 0 0;
	background-size: 13px 39px;
}

.genesis_responsive_slider .flex-control-nav li a.active {
	background-position: 0 -26px;
}

.genesis_responsive_slider .flex-control-nav li a:focus,
.genesis_responsive_slider .flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.flexslider .slides > li {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.flexslider {
	max-width: 100%;
	max-height: auto;
	margin-bottom: 15px;
}

.flexslider .slides img {
	width: 100% !important;
	opacity: 1;
}

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

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0;
	position: relative;
}

.featured-content .entry-title {
	font-size: 13px;
	margin: 0 0 5px;
	padding: 0;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.featured-content .entry-title, 
.featured-content .entry-title a {
	color: #000;
}

.featured-content .entry-meta {
	text-align: center;
	font-style: normal;
	padding: 2px 0;
}

.featured-content .entry-meta, 
.featured-content .entry-meta .entry-comments-link a {
	font-size: 9.5px !important;
}

.featured-content .entry-meta .entry-comments-link a {
	padding: 0;
	margin-left: 0;
}

.featured-content .entry-categories {
	font-style: italic;
	text-transform: lowercase;
}

.featured-content .entry-categories a {
	font-style: normal;
}

/* ### Featured Content Sidebar Styling */

.sidebar .featured-content .entry-header {
	background: rgba(255,255,255,1);
	padding: 13px;
	width: 70%;
	z-index: 99 !important;
	position: absolute !important;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sidebar .featured-content .entry-title {
	margin-bottom: 5px;
}

/* ### Featured Content Full Width Areas Styling */

.above-blog-content .featured-content .entry, 
.front-page-1 .featured-content .entry, 
.front-page-3 .featured-content .entry, 
.widget-after-footer .featured-content .entry, 
.instagram-landing .featured-content .entry {
	background: transparent;
	float: left;
	margin: 0 auto;
	padding: 5px;
	width: 33.333333%;
	position: relative;
}

.above-blog-content .featured-content .entry-header, 
.front-page-1 .featured-content .entry-header, 
.front-page-3 .featured-content .entry-header, 
.widget-after-footer .featured-content .entry-header {
	background: rgba(255,255,255,1);
	padding: 20px;
	margin: 0 10%;
	width: 80%;
	z-index: 99 !important;
	position: absolute !important;
	bottom: 0;
	left: 0;
}

.above-blog-content .featured-content .entry-title, 
.front-page-1 .featured-content .entry-title, 
.front-page-3 .featured-content .entry-title, 
.widget-after-footer .featured-content .entry-title {
	font-size: 16px !important;
}

.sidebar .featured-content .entry-meta, 
.above-blog-content .featured-content .entry-meta, 
.front-page-1 .featured-content .entry-meta, 
.front-page-3 .featured-content .entry-meta, 
.widget-after-footer .featured-content .entry-meta {
	padding: 4px 0 0;
	line-height: 1;
}

/* ## Genesis Featured Page Advanced
--------------------------------------------- */

.featuredpage {
	margin-bottom: 18.5px;
}

.featuredpage .entry, 
.front-page-2 .featured-content .entry {
	width: 100% !important;
	padding: 0 !important;
	margin-bottom: 0;
	line-height: 0 !important;
}

.featuredpage .widget-title, 
.front-page-2 .featured-content .widget-title {
	background-color: rgba(255, 255, 255, 0.85);
	border: none;
	color: #000;
	font-size: 12px;
	text-align: center !important;
	padding: 15px;
	width: 55%;
	z-index: 99 !important;
	position: absolute !important;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.featuredpage .widget-title:before, 
.front-page-2 .featured-content .widget-title:before {
	border: none !important;
}

.featuredpage .widget-title span, 
.front-page-2 .featured-content .widget-title span {
	background: transparent !important;
	padding: 0 !important;
}

.featuredpage a {
	color: #000;
}

.featuredpage .alignnone, 
.featuredpage .aligncenter, 
.featuredpage .alignleft, 
.featuredpage .alignright, 
.featured-content .alignnone, 
.featured-content .aligncenter, 
.featured-content .alignleft, 
.featured-content .alignright {
    margin-bottom: 0 !important;
}

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

.enews-widget,
.sidebar .enews-widget {
	background: #fff;
	border: 1px solid #ebebeb;
	padding: 25px 30px 30px;
	text-align: center;
	float: none;
	clear: both;
}

.sidebar .enews .widget-title {
	border: none !important;
}

.enews-widget p {
	font-size: 13px;
	letter-spacing: 0.5px;
	text-align: center;
}

.enews-widget input {
	background-color: #fff;
	border: 1px solid #ebebeb;
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 16px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow:    inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:         inset 0 1px 1px rgba(0,0,0,.075);
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100% !important;
}

/* ### Genesis Enews Other Areas
-------------------------- */

.widget-above-header .enews-widget.widget {
	background: #f8f8f8;
	border: none;
	padding: 30px 0;
}

.widget-above-header .enews {
	line-height: 1.5;
}

.front-page-2 .enews .widget-title {
	font-size: 24px;
	position: inherit;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px 25px;
}

.footer-widgets .enews-widget {
	border: none;
	border-top: 2px solid #ebebeb;
	padding: 30px 10px 20px;
}

.widget-above-header .enews-widget input, 
.front-page-1 .enews-widget input, 
.front-page-2 .enews-widget input, 
.front-page-3 .enews-widget input, 
.between-posts-area .enews-widget input, 
.after-entry .enews-widget input, 
.widget-before-footer .enews-widget input, 
.widget-after-footer .enews-widget input, 
.above-blog-content .enews-widget input {
	float: none;
	max-width: 18%;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 14px 12px;
}

.widget-above-header .enews-widget input[type="submit"], 
.front-page-1 .enews-widget input[type="submit"], 
.front-page-2 .enews-widget input[type="submit"], 
.front-page-3 .enews-widget input[type="submit"], 
.between-posts-area .enews-widget input[type="submit"], 
.after-entry .enews-widget input[type="submit"], 
.widget-before-footer .enews-widget input[type="submit"], 
.widget-after-footer .enews-widget input[type="submit"], 
.above-blog-content .enews-widget input[type="submit"] {
	border-radius: 0;
	max-width: 12%;
	padding: 14.5px 15px;
}

.widget-above-header .enews-widget p, 
.front-page-2 .enews-widget p, 
.front-page-3 .enews-widget p, 
.widget-before-footer .enews-widget p, 
.widget-after-footer .enews-widget p, 
.above-blog-content .enews-widget p {
	float: left;
	max-width: 24%;
	margin: 4px auto 0;
	padding: 0 15px;
}

.front-page-1 .enews-widget p, 
.between-posts-area .enews-widget p, 
.footer-widgets .enews-widget p, 
.after-entry .enews-widget p {
	margin-bottom: 15px;
}

/* ### Genesis Enews Between Posts and After Entry
-------------------------- */

.between-posts-area .enews-widget input, 
.after-entry .enews-widget input {
	max-width: 36%;
}

.between-posts-area .enews-widget input[type="submit"], 
.after-entry .enews-widget input[type="submit"] {
	max-width: 20%;
	padding: 13px 40px;
}

.between-posts-area .enews-widget, 
.after-entry .enews-widget {
	background: transparent;
	border: none;
	padding: 20px 30px 40px;
	float: none;
	clear: both;
}

.between-posts-area .enews-widget {
	padding: 0;
}

/* ### Genesis Enews on Front Page 3
-------------------------- */

.front-page-3 .enews h4.widget-title.widgettitle {
	margin-bottom: 30px;
}

.front-page-3 .enews-widget.widget {
	background: #fff;
	padding-bottom: 45px;
}

/* ## Genesis Simple Share
--------------------------------------------- */

.share-after {
	text-align: left;
	margin: 55px auto 0;
	background: #fff;
}

.share-after::before {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	content: "share via";
	display: inline-block;
	height: 27px;
	line-height: normal;
	margin-right: 7px;
	vertical-align: middle;
}

.share-genesis_entry_footer {
	display: inline-block;
}

.content .share-filled .facebook .count, 
.content .share-filled .facebook .count:hover, 
.content .share-filled .googlePlus .count, 
.content .share-filled .googlePlus .count:hover, 
.content .share-filled .linkedin .count, 
.content .share-filled .linkedin .count:hover, 
.content .share-filled .pinterest .count, 
.content .share-filled .pinterest .count:hover, 
.content .share-filled .stumbleupon .count, 
.content .share-filled .stumbleupon .count:hover, 
.content .share-filled .twitter .count, 
.content .share-filled .twitter .count:hover {
	color: #000;
	border: 1px solid #000;
	display: none;
}

.content .share-filled .facebook .share, 
.content .share-filled .facebook:hover .count, 
.content .share-filled .googlePlus .share, 
.content .share-filled .googlePlus:hover .count, 
.content .share-filled .linkedin .share, 
.content .share-filled .linkedin:hover .count, 
.content .share-filled .pinterest .share, 
.content .share-filled .pinterest:hover .count, 
.content .share-filled .stumbleupon .share, 
.content .share-filled .stumbleupon:hover .count, 
.content .share-filled .twitter .share, 
.content .share-filled .twitter:hover .count {
	color: #000!important;
	background: transparent !important;
	font-size: 10px;
}

.share-small .share:before, 
.share-medium .share:before, 
.share-tall .share:before {
	font-size: 15px;
}

.share-small .linkedin .share:before, 
.share-small .stumbleupon .share:before {
	font-size: 20px !important;
}

.share-small .share, 
.share-small .count {
	line-height: 25px;
}

.share-small .no-count .share {
	width: 20px;
}

.sharrre .share, 
.sharrre:hover .share {
	color: #000;
}

/* ## Simple Social Icons
--------------------------------------------- */

.simple-social-icons {
	overflow: visible !important;
}

.simple-social-icons ul li {
	border: none !important;
	outline: none !important;
	margin-bottom: 0 !important;
}

.simple-social-icons ul li a {
	font-size: 18px;
}

.simple-social-icons ul li a:hover {
	color: #c0c0c0;
}

.simple-social-icons ul li a, 
.simple-social-icons ul li a:hover, 
.simple-social-icons ul li a:focus {
	background-color: transparent !important;
	border: none !important;
	border-radius: 0;
	padding: 8px !important;
}

.genesis-nav-menu .simple-social-icons ul li, 
.genesis-nav-menu .simple-social-icons ul li:hover {
	margin: 0 !important;
}

.genesis-nav-menu .simple-social-icons ul li a, 
.genesis-nav-menu .simple-social-icons ul li a:hover, 
.genesis-nav-menu .simple-social-icons ul li a:focus {
	color: #000;
	font-size: 12px;
	padding: 8px 10px !important;
}

.genesis-nav-menu .simple-social-icons ul.aligncenter {
	text-align: left;
}

/* ## Social Warfare
--------------------------------------------- */

.swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {
	width: 100%!important;
	margin-bottom: 0 !important;
	display: table-cell;
}

.swp_social_panel:not(.swp_social_panelSide) div.total_shares.total_sharesalt:nth-last-child(1) {
	display: inline;
}

.single-post article .nc_socialPanel:not(.nc_floater):not(.nc_socialPanelSide) {
	padding-top: 40px !important;
}

.nc_socialPanel {
	margin-bottom: 5px !important;
}

div.nc_socialPanel .nc_tweetContainer {
	height: 30px !important;
	min-width: 30px !important;
	margin: 0 3px 3px !important;
}

.nc_socialPanel span.iconFiller, 
.nc_socialPanel .totes, 
.nc_socialPanel .nc_tweetContainer a.nc_tweet, 
.nc_socialPanel .totes .swp_count {
	font-size: 15px !important;
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_facebook, 
body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_facebook:not(:hover), 
html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_facebook:hover, 
.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_twitter, 
body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_twitter:not(:hover), 
html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_twitter:hover, 
.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_pinterest, 
body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_pinterest:not(:hover), 
html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_pinterest:hover, 
.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_google_plus, 
body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_google_plus:not(:hover), 
html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_google_plus:hover, 
.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_linkedin, 
body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_linkedin:not(:hover), 
html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_linkedin:hover, 
.swp_social_panel.swp_default_full_color .swp_facebook, 
body .swp_social_panel.swp_other_full_color:hover .swp_facebook, 
html body .swp_social_panel.swp_individual_full_color .swp_facebook:hover, 
.swp_social_panel.swp_default_full_color .swp_twitter, 
body .swp_social_panel.swp_other_full_color:hover .swp_twitter, 
html body .swp_social_panel.swp_individual_full_color .swp_twitter:hover, 
.swp_social_panel.swp_default_full_color .swp_pinterest, 
body .swp_social_panel.swp_other_full_color:hover .swp_pinterest, 
html body .swp_social_panel.swp_individual_full_color .swp_pinterest:hover, 
.swp_social_panel.swp_default_full_color .swp_google_plus, 
body .swp_social_panel.swp_other_full_color:hover .swp_google_plus, 
html body .swp_social_panel.swp_individual_full_color .swp_google_plus:hover, 
.swp_social_panel.swp_default_full_color .swp_linkedin, 
body .swp_social_panel.swp_other_full_color:hover .swp_linkedin, 
html body .swp_social_panel.swp_individual_full_color .swp_linkedin:hover, 
.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_mix, 
body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_mix:not(:hover), 
html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_mix:hover {
	background-color: transparent !important;
	border: 0 !important;
}

.swp_social_panel.swp_default_dark_gray a, 
.swp_social_panel.swp_default_full_color a, 
.swp_social_panel.swp_default_light_gray a, 
.swp_social_panel.swp_default_medium_gray a, 
body .swp_social_panel.swp_other_dark_gray:hover a, 
body .swp_social_panel.swp_other_full_color:hover a, 
body .swp_social_panel.swp_other_light_gray:hover a, 
body .swp_social_panel.swp_other_medium_gray:hover a, 
html body .swp_social_panel.swp_individual_dark_gray a:hover, 
html body .swp_social_panel.swp_individual_full_color .nc_tweetContainer:hover a, 
html body .swp_social_panel.swp_individual_light_gray .nc_tweetContainer:hover a, 
html body .swp_social_panel.swp_individual_medium_gray a:hover, 
.nc_socialPanel div.totes.totesalt, 
.nc_socialPanel:hover div.totes.totesalt:not(:nth-child(1)), 
.nc_socialPanel .totes.totesalt .swp_count, 
.nc_socialPanel .totes.totesalt .swp_label, 
.swp_social_panel div.total_shares.total_sharesalt, 
.swp_social_panel .total_shares.total_sharesalt .swp_count {
	color: #000 !important;
}

.nc_wrapper {
	background: rgba(255,255,255,0.65) !important;
}

/* ## Instagram Feed
--------------------------------------------- */

#sb_instagram .sbi_follow_btn a, 
#sb_instagram #sbi_load .sbi_load_btn, 
#sb_instagram .sbi_follow_btn a {
	background: #fff !important;
	border: 1px solid #000 !important;
	color: #000 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#sb_instagram .sbi_follow_btn a:hover, 
#sb_instagram #sbi_load .sbi_load_btn:hover, 
#sb_instagram .sbi_follow_btn a:hover {
	background: #000 !important;
	border: 1px solid #000 !important;
	color: #fff !important;
	opacity: 1;
}

#sb_instagram #sbi_load .sbi_load_btn, 
#sb_instagram .sbi_follow_btn a {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	margin: 0 auto !important;
}

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

.nf-form-layout {
	padding: 5px 0;
}

.nf-field-label label {
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.nf-form-content input[type=button] {
	font-size: 13px;
	letter-spacing: 1px;
}

/* ## WP Recipe Maker
--------------------------------------------- */

.wprm-recipe-template-compact {
	background-color: #f9f9f9 !important;
	border: none !important;
	padding: 20px 20px 25px !important;
	margin: 30px auto !important;
	max-width: 100% !important;
}

.rtl .wprm-container-float-left, 
.wprm-container-float-right {
	margin: 0 0 15px 15px !important;
}

.wprm-recipe-template-compact h2 {
	margin: 5px 0 !important;
}

.wprm-recipe-template-compact .wprm-recipe-header {
	margin-bottom: 7px !important;
}

.wprm-recipe a.wprm-recipe-link, 
.wprm-recipe a.wprm-recipe-link:hover {
	background-color: #f1f1f1 !important;
	border: 2px solid #f1f1f1 !important;
}

.wprm-recipe a.wprm-recipe-link:hover {
	background-color: #f9f9f9 !important;
	border: 2px solid #e8e8e8 !important;
}

.wprm-recipe-details-container-table {
	margin: 8px 0 !important;
}

.wprm-comment-rating {
	margin-bottom: 5px !important;
}

/* ### Jump to Recipe Shortcode */

a.wprm-jump-to-recipe-shortcode {
	background: #fff;
	border-radius: 100px;
	border: 1px solid #ebebeb;
	display: inline-block;
	float: right;
	font-size: 10px;
	font-weight: bold;
	height: 70px;
	width: 70px;
	line-height: 1.2;
	margin: 10px 0 10px 10px;
	padding-top: 19px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

a.wprm-jump-to-recipe-shortcode:hover {
	border-color: #333;
}

a.wprm-jump-to-recipe-shortcode:after {
	font-family: "dashicons";
	content: "\f347";
	font-size: 18px;
	display: block;
	-webkit-font-smoothing: antialiased;
}

/* ## WP Instagram
--------------------------------------------- */

.null-instagram-feed {
	position: relative;
	font-size: 0;
	line-height: 0 !important;
}

.null-instagram-feed .instagram-pics > li {
	width: 16.666%;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.widget-above-header .null-instagram-feed .instagram-pics > li {
	width: 10%;
}

.sidebar-primary .null-instagram-feed .instagram-pics > li {
	width: 50%;
}

.null-instagram-feed .clear {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.null-instagram-feed li a {
	height: 0;
}

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

	.null-instagram-feed .instagram-pics > li {
		width: 33.333%;
	}

	.widget-above-header .null-instagram-feed .instagram-pics > li {
		width: 20%;
	}

}

/* ## Easy Recipe
--------------------------------------------- */

div.easyrecipe {
	background: #fff !important;
	border: 5px solid #f8f8f8 !important;
	font-size: 15px !important;
	font-weight: 300 !important;
	margin: 30px 0 0;
	padding: 30px !important;
}

.easyrecipe .ERSName,
.easyrecipe .ERSIngredients .ERSIngredientsHeader,
.easyrecipe .ERSInstructions .ERSInstructionsHeader,
.easyrecipe div .ERSNotesHeader,
.easyrecipe .nutrition .ERSNutritionHeader {
	font-weight: 100 !important;
	font-size: 18px !important;
	letter-spacing: 2px !important;
	padding: 10px 0;
	text-transform: uppercase;
}

.easyrecipe .ERSName {
	font-weight: bold !important;
}

div.easyrecipe div.ERSSavePrint span.ERSPrintBtnSpan a.ERSPrintBtn span.ERSPrintIcon {
	background: url(images/print.png) top left no-repeat !important;
}

.easyrecipe .ui-button-text-icon-primary .ui-button-text,
.easyrecipe .ui-button-text-icons .ui-button-text {
	background: #000 !important;
	border-radius: 0 !important;
	padding: 5px 10px 5px 30px !important;
	text-transform: uppercase !important;
}

.easyrecipe .ui-button-text-icon-primary .ui-button-text:hover,
.easyrecipe .ui-button-text-icons .ui-button-text:hover {
	background: #ddd !important;
}

.easyrecipe .ERSDetails span {
	font-size: 13px !important;
	text-transform: uppercase !important;
}

.easyrecipe .ERSDetails {
	font-size: 13px !important;
	font-style: italic !important;
}

/* ## WooCommerce Shop
--------------------------------------------- */

/* ### WooCommerce Content
-------------------------- */

.woocommerce .content {
	background: #fff;
	padding: 0 0 50px;
}

.single.woocommerce .content {
	padding: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: 23.5% !important;
	margin: 0 2% 2.992em 0 !important;
	text-align: center;
}

.woocommerce ul.products li.last, 
.woocommerce-page ul.products li.last {
	margin-right: 0 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
	font-size: 15px !important;
}

.woocommerce ul.products li.product a img {
	margin: 0 0 6px !important;
}

.woocommerce .products .star-rating {
	margin: 0 auto .5em !important;
}

.woocommerce .woocommerce-ordering {
	margin: 0 0 22px !important;
}

/* ### WooCommerce Next-Previous Navigation
-------------------------- */

.woocommerce nav.woocommerce-pagination ul {
	border: none !important; 
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: none !important;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
	background: transparent !important;
	color: #000 !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: transparent !important;
	color: #000 !important;
	text-decoration: underline;
}

/* ### Single Product Page
-------------------------- */

.woocommerce div.product .product_title {
	font-size: 26px !important;
	margin: 20px 0 17px !important;
	clear: both !important;
}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 15px !important;
}

.woocommerce div.product div.images {
	margin-bottom: 3em !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	opacity: .6;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 0 40px;
}

.pswp__caption__center {
	text-align: center !important;
}

/* ### WooCommerce Tabs
-------------------------- */

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-color: #eee !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none  !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #eee !important;
	border-bottom: none !important;
	border-radius: 0  !important;
	padding: 0  !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #fff  !important;
	border-radius: 0  !important;
	padding: 0  !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #000  !important;
	font-size: 12px;
	font-weight: normal !important;
	letter-spacing: 1.5px;
	padding: .5em 1em  !important;
	text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #000  !important;
}

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

.woocommerce div.product .woocommerce-tabs h2 {
	display: none !important;
}

.woocommerce ul.products li.product h3 {
	font-size: 20px !important;
}

/* ### WooCommerce Related
-------------------------- */

section.related.products h2 {
	margin-bottom: 24px;
}

section.related.products h2, 
section.related.products .woocommerce ul.products li.product .price, 
section.related.products span.price {
	text-align: center !important;
}

/* ### WooCommerce Widget
-------------------------- */

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
	float: left;
	padding: 1% !important;
	width: 33.3333%;
	text-align: center;
}

.sidebar .woocommerce ul.cart_list li,
.sidebar .woocommerce ul.product_list_widget li,
.sidebar .woocommerce-page ul.cart_list li,
.sidebar .woocommerce-page ul.product_list_widget li {
	float: left;
	padding: 1% !important;
	width: 50%;
	margin-bottom: 8px;
}

.sidebar .woocommerce .product-title, 
.sidebar span.woocommerce-Price-amount.amount {
	font-size: 13px !important;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 100% !important;
	margin-bottom: 5px !important;
}

/* ### WooCommerce MyAccount
-------------------------- */

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 28% !important;
}

.woocommerce-MyAccount-navigation {
	background: #f8f8f8 !important;
	padding: 30px 0 10px !important;
}

nav.woocommerce-MyAccount-navigation ul > li {
	list-style-type: circle !important;
	margin-bottom: 5px !important;
}

nav.woocommerce-MyAccount-navigation ul > li a {
	font-weight: 400 !important;
	color: #000;
}

/* ### WooCommerce Cart
-------------------------- */

.woocommerce-cart table.cart img {
	width: 100px !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
	list-style: none;
}

.woocommerce-page input[type="checkbox"],
.woocommerce-page input[type="radio"] {
	width: auto;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del {
	display: inline !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 11.4px 9px !important;
	width: 115px !important;
	line-height: 1 !important;
}

.woocommerce-checkout #payment {
	background-color: #f8f8f8 !important;
}

.woocommerce form .form-row textarea {
	height: 50px !important;
}

.woocommerce a.remove:hover {
	background: #e8e8e8 !important;
}

/* ### WooCommerce Other
-------------------------- */

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce form .form-row .required,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before {
	color: #000 !important;
}

.woocommerce ul.products li.product .price {
	font-size: 13px !important;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	border-top: none !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	text-align: left;
	margin: 0 0 22px;
}

.woocommerce span.onsale {
	background-color: #000 !important;
	font-size: 10px !important;
	padding: 4px 7px !important;
}

.woocommerce .up-sells {
	clear: both;
}

.woocommerce .quantity .qty {
	padding: 11px 0 !important;
	border: 1px solid #f8f8f8 !important;
	line-height: 1.2 !important;
}

figure.woocommerce-product-gallery__wrapper {
	margin: 0;
}

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

.sidebar li {
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
}

.sidebar li a {
	color: #000;
}

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

.sidebar .widget {
	background: #fff;
	overflow: hidden;
	margin-bottom: 35px;
}

.widget_text {
	text-align: center;
}

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

/* ## Footer Widget Columns 3
--------------------------------------------- */

.footer-widgets {
	background: #fff;
	clear: both;
	font-size: 14px;
	padding: 0;
	margin: 10px auto 0;
}

.footer-widgets .wrap {
	overflow: hidden;
	padding: 30px 0 0;
}

.footer-widgets-1,
.footer-widgets-2, 
.footer-widgets-3 {
	padding: 1.5% 1.5% 0;
	width: 32%;
}

.footer-widgets-1 {
	margin-right: 2%;
	padding-left: 0;
}

.footer-widgets-2 {
	padding: 1.5% 0.75%  0;
}

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

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

.footer-widgets .widget {
	border-top: 1px solid #ebebeb;
	text-align: center;
	padding: 30px 0 20px;
	margin-bottom: 30px;
	word-wrap: break-word;
}

.footer-widgets h4.widget-title.widgettitle {
	background: #fff;
	width: 180px;
	margin: 0 auto 14px;
	margin-top: -43px;
}

.footer-widgets .widget-title,
.footer-widgets .entry-title {
	text-align: center;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0 0 6px 16px;
}

.footer-widgets .featured-content .entry {
	float: left;
	padding: 1%;
	width: 20%;
}

.footer-widgets-1 .featured-content .entry, 
.footer-widgets-2 .featured-content .entry, 
.footer-widgets-3 .featured-content .entry {
	float: none;
	padding: 1%;
	width: 100%;
}

.footer-widgets .search-form {
	width: 100%;
}

/* ## Back to Top Button
--------------------------------------------- */

.to-top {
	background: #fff;
	color: #000;
	border-radius: 100%;
	display: inline-block;
	height: 48px;
	width: 48px;
	text-align: center;
	line-height: 1.6;
	bottom: 40px;
	right: 10px;
	position: fixed;
	overflow: hidden;
	visibility: hidden;
	white-space: nowrap;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	z-index: 100;
}

.to-top:after {
	font-family: "dashicons";
	content: "\f343";
	font-size: 30px;
	margin: 5px auto;
	-webkit-font-smoothing: antialiased;
}

.to-top.top-is-visible {
	visibility: visible;
	opacity: 1;
}

.to-top.top-fade-out:hover {
	opacity: .85;
}

@media only screen and (min-width: 768px) {
	.to-top {
		right: 20px;
		bottom: 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.to-top {
		right: 30px;
		bottom: 30px;
	}
}

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

.site-footer {
	background-color: #000;
	line-height: 1;
	padding: 20px 10px 10px;
	text-align: center;
	text-transform: uppercase;
}

.site-footer, 
.site-footer a, 
.site-footer a:visited, 
.site-footer .genesis-nav-menu a, 
.site-footer .genesis-nav-menu .current-menu-item > a {
	color: #fff !important;
	font-size: 10px;
	letter-spacing: 2px;
}

.creds, 
.site-footer a {
	font-size: 9px;
}

.site-footer .genesis-nav-menu a {
	padding: 18px;
}

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

.nav-footer {
	/* float: left;
	text-align: left;
	width: 60%; */
}

.creds {
	/* float: right;
	text-align: right;
	width: 40%; */
	padding: 12px 0 18px;
}

.nav-footer:after {
	content: "";
	display: block;
	border-bottom: 1px solid #444;
	width: 8%;
	margin: 12px auto 18px;
}

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

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

	.site-inner, 
	.wrap, 
	.nav-secondary, 
	.widget-above-header .enews {
		max-width: 960px !important;
		width: 100% !important;
	}

	.content {
		width: 640px !important;
	}

	.sidebar-primary {
		width: 280px !important;
	}

	.nav-header-left a,
	.nav-header-right a {
		padding: 20px 8px;
	}

}

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

	.nav-primary .genesis-nav-menu > .search, 
	.nav-secondary .genesis-nav-menu > .search, 
	.genesis-nav-menu .widget-area {
		display: none;
	}

}

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

	.site-inner, 
	.wrap, 
	.nav-secondary, 
	.widget-above-header .enews, 
	.site-header .widget-area {
		max-width: 850px !important;
		width: 100% !important;
	}

	.content, 
	.content-sidebar-sidebar .content, 
	.content-sidebar-sidebar .content-sidebar-wrap, 
	.sidebar-content-sidebar .content, 
	.sidebar-content-sidebar .content-sidebar-wrap, 
	.sidebar-primary, 
	.sidebar-secondary, 
	.sidebar-sidebar-content .content, 
	.sidebar-sidebar-content .content-sidebar-wrap, 
	.title-area, 
	.landing .site-inner {
		width: 100% !important;
	}

	.content {
		margin: 0 auto 80px;
	}

	.page .site-inner {
		margin: 0 auto;
	}

	.sidebar-primary, 
	.sidebar-content .sidebar-primary {
		width: 100%;
		max-width: 400px !important;
		margin: 0 auto;
		float: none;
		clear: both;
	}

	.title-area {
		float: none;
		clear: both;
	}

	.site-header .wrap {
		padding: 25px 0 35px !important;
	}

	.front-page .entry-content, 
	.blog-page .entry-content, 
	.search .entry-content {
		display: inherit;
	}

	.genesis_responsive_slider .slide-excerpt {
		top: 45%;
	}

	nav.nav-footer {
		display: inline;
	}

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #000;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #fff;
		border-width: 0;
		color: #000;
	}

	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		line-height: 1;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu .sub-menu::after, 
	.genesis-nav-menu .sub-menu::before {
		display: none;
	}

	.genesis-nav-menu .search-form {
		max-width: 100%;
	}

	.nav-primary .genesis-nav-menu > .search, 
	.nav-secondary .genesis-nav-menu > .search, 
	.genesis-nav-menu .widget-area {
		width: 49%;
		display: inline;
	}

	.genesis-nav-menu .widget-area {
		float: none;
		display: inline;
	}

	.nav-header-left,
	.nav-header-right {
		float: none;
		margin: 0;
		width: 100% !important;
	}

	.nav-primary.sticky {
		position: unset !important;
	}

}

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

	.site-inner {
		margin-bottom: 0;
	}

	.site-inner, 
	.site-header .wrap, 
	.above-blog-content .wrap, 
	.footer-widgets {
		padding: 10px 30px !important;
	}

	.moonrise-landing .site-inner, 
	.landing-slim .site-inner {
		max-width: 90% !important;
		margin: 20px auto !important;
		padding: 20px !important;
	}

	.moonrise-landing .content, 
	.landing-slim .content {
		margin-bottom: 0;
	}

	.header-image .title-area {
		background-position: center top;
	}

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

	.site-header .search-form {
		margin: 16px auto;
	}

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

	.genesis-nav-menu li.right {
		display: none;
	}

	.widget-above-header .enews-widget p, 
	.front-page-2 .enews-widget p, 
	.front-page-3 .enews-widget p, 
	.widget-before-footer .enews-widget p, 
	.widget-after-footer .enews-widget p, 
	.above-blog-content .enews-widget p {
		float: none;
		max-width: 100% !important;
		margin: 0 auto 20px;
		padding: 0 15px;
	}

	.front-page-3 .enews .widgettitle {
		margin-bottom: 25px;
	}

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

}

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

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

	.archives .entry-title {
		font-size: 24px !important;
	}

	.entry-footer .entry-meta {
		padding: 20px;
	}

	.simple-social-icons ul li a,
	.simple-social-icons ul li a:hover {
		padding: 7px !important;
	}

	.widget-above-header .enews-widget p, 
	.front-page-2 .enews-widget p, 
	.front-page-3 .enews-widget p, 
	.widget-before-footer .enews-widget p, 
	.widget-after-footer .enews-widget p, 
	.above-blog-content .enews-widget p {
		max-width: 100%;
		margin-bottom: 16px;
		float: none;
	}

	.widget-above-header .enews-widget input, 
	.front-page-1 .enews-widget input, 
	.front-page-2 .enews-widget input, 
	.front-page-3 .enews-widget input, 
	.between-posts-area .enews-widget input, 
	.after-entry .enews-widget input, 
	.widget-before-footer .enews-widget input, 
	.widget-after-footer .enews-widget input, 
	.above-blog-content .enews-widget input {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
	}

	.widget-above-header .enews-widget input[type="submit"], 
	.front-page-1 .enews-widget input[type="submit"], 
	.front-page-2 .enews-widget input[type="submit"], 
	.front-page-3 .enews-widget input[type="submit"], 
	.between-posts-area .enews-widget input[type="submit"], 
	.after-entry .enews-widget input[type="submit"], 
	.widget-before-footer .enews-widget input[type="submit"], 
	.widget-after-footer .enews-widget input[type="submit"], 
	.above-blog-content .enews-widget input[type="submit"] {
		max-width: 100%;
	}

	.front-page-3 .enews-widget.widget {
		padding: 30px 40px 20px;
	}

	.genesis_responsive_slider .slide-excerpt {
		top: 40%;
	}

	#genesis-responsive-slider .slide-excerpt-border > p {
		font-size: 11px;
	}

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

}

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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.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,
	.title-area,
	.landing .site-inner, 
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100% !important;
	}

	.genesis_responsive_slider h2, 
	.genesis_responsive_slider h2 a {
		font-size: 20px;
	}

	.genesis_responsive_slider a.more-link {
		font-size: 10px;
	}

	.site-footer .genesis-nav-menu a {
		padding: 12px 15px;
	}

	.error-page-widget {
		margin: 0 auto;
	}

	.error404 .featured-content .entry {
		padding: 5px !important;
	}

	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
		width: 48.5% !important;
		margin: 0 0 30px !important;
	}

	.woocommerce-MyAccount-navigation {
		padding: 30px 0 5px !important;
		margin-bottom: 35px !important;
	}

	.woocommerce div.product div.images .flex-control-thumbs {
		margin-bottom: 15px !important;
	}

	.woocommerce div.product div.summary {
		clear: both !important;
	}

}

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

	.front-page-2 .two-widgets .widget, 
	.front-page-2 .three-widgets .widget, 
	.front-page-2 .four-widgets .widget, 
	.front-page-2 .five-widgets .widget, 
	.front-page-2 .six-widgets .widget, 
	.front-page-2 .seven-widgets .widget, 
	.front-page-2 .seven-widgets .widget:nth-last-of-type(-n+4), 
	.front-page-2 .eight-widgets .widget, 
	.widget-before-footer .two-widgets .widget, 
	.widget-before-footer .three-widgets .widget, 
	.widget-before-footer .four-widgets .widget, 
	.widget-before-footer .five-widgets .widget, 
	.widget-before-footer .six-widgets .widget, 
	.widget-before-footer .seven-widgets .widget, 
	.widget-before-footer .seven-widgets .widget:nth-last-of-type(-n+4), 
	.widget-before-footer .eight-widgets .widget {
		padding: 1%;
		margin: 0 auto !important;
		width: 50%;
	}

	.front-page-2 .five-widgets .widget:nth-last-of-type(-n+3), 
	.front-page-2 .seven-widgets .widget:nth-last-of-type(-n+3), 
	.front-page-2 .widget-thirds .widget, 
	.widget-before-footer .five-widgets .widget:nth-last-of-type(-n+3), 
	.widget-before-footer .seven-widgets .widget:nth-last-of-type(-n+3), 
	.widget-before-footer .widget-thirds .widget {
		padding: 1%;
		margin: 0 auto !important;
		width: 33.333%;
		clear: none;
	}

	.front-page-2 .seven-widgets .widget:nth-child(3n+1), 
	.widget-before-footer .seven-widgets .widget:nth-child(3n+1) {
		clear: none;
	}

	.front-page-2 {
		margin: 10px auto 20px;
	}

	.front-page .post-image.entry-image, 
	.blog-page .post-image.entry-image, 
	.search .post-image.entry-image {
		width: 100%;
	}

	.genesis_responsive_slider .slide-excerpt {
		display: none;
	}

	.featuredpage .widget-title, 
	.front-page-2 .featured-content .widget-title {
		padding: 10px;
		width: 65%;
	}

	.error404 .featured-content .entry {
		width: 50% !important;
		padding: 10px !important;
		display: inline-grid;
		float: none;
	}

}

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

	.front-page-2 .five-widgets .widget, 
	.front-page-2 .five-widgets .widget:nth-last-of-type(-n+3), 
	.front-page-2 .seven-widgets .widget, 
	.front-page-2 .seven-widgets .widget:nth-last-of-type(-n+3), 
	.front-page-2 .seven-widgets .widget:nth-last-of-type(-n+4), 
	.front-page-2 .widget-thirds .widget, 
	.widget-before-footer .five-widgets .widget, 
	.widget-before-footer .five-widgets .widget:nth-last-of-type(-n+3), 
	.widget-before-footer .seven-widgets .widget, 
	.widget-before-footer .seven-widgets .widget:nth-last-of-type(-n+3), 
	.widget-before-footer .seven-widgets .widget:nth-last-of-type(-n+4), 
	.widget-before-footer .widget-thirds .widget {
		padding: 0;
		margin: 0 auto 3% !important;
		width: 100%;
		float: none !important;
		clear: none;
		text-align: center;
	}

	.category-index .featured-content .entry, 
	.instagram-landing .featured-content .entry, 
	.blog-page .content .entry, 
	.front-page .blog .entry {
		float: none;
		width: 100%;
	}

	.error404 .featured-content .entry {
		float: none;
		width: 100% !important;
	}

	.above-blog-content {
		margin-bottom: 0;
	}

	.front-page .content-sidebar-wrap {
		margin: 20px auto 0;
	}

	.content {
		margin-bottom: 30px;
	}

	.above-blog-content .featured-content .entry-header, 
	.front-page-1 .featured-content .entry-header, 
	.front-page-3 .featured-content .entry-header, 
	.widget-after-footer .featured-content .entry-header {
		display: none;
	}

	.above-blog-content .featured-content .entry, 
	.front-page-1 .featured-content .entry, 
	.front-page-3 .featured-content .entry, 
	.widget-after-footer .featured-content .entry, 
	.instagram-landing .featured-content .entry {
		margin: 0;
	}

	.woocommerce ul.cart_list li,
	.woocommerce ul.product_list_widget li,
	.woocommerce-page ul.cart_list li,
	.woocommerce-page ul.product_list_widget li {
		width: 100%;
	}

	.woocommerce[class*="columns-"] ul.products li.product,
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce-page[class*="columns-"] ul.products li.product {
		width: 100% !important;
		margin: 0 0 25px !important;
	}

	.woocommerce .woocommerce-result-count, 
	.woocommerce-page .woocommerce-result-count, 
	.woocommerce .woocommerce-ordering, 
	.woocommerce-page .woocommerce-ordering {
		text-align: center;
		float: none !important;
	}

	.woocommerce .content {
		padding: 0 0 10px;
	}

}

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

	.widget-above-header {
		display: none;
	}

	.front-page .site-inner {
		margin: 0 auto 15px;
	}

	.front-page .content-sidebar-wrap {
		margin: 30px auto 0;
	}

	.front-page-3 {
		margin: 25px auto;
	}

	.front-page-3 .widget-title {
		font-size: 18px;
		width: 200px;
	}

	.front-page-3 .enews-widget.widget {
		padding: 30px 10px 15px;
	}

	.entry-title, 
	.page-title {
		padding-top: 5px;
		margin-bottom: 17px;
	}

	.related-list li {
		float: none;
		width: 100%;
	}

	a.more-link, 
	.genesis_responsive_slider a.more-link {
		margin: 32px 0;
	}

	.genesis_responsive_slider .flex-direction-nav li a {
		top: 88%;
	}

}

/*
---------------------------------------------------------------------------------------------------- */





