/*
Theme Name: Musco Food
Theme URI: https://demo.bmartinstudio.com/
Description: This is the sample theme created for the Genesis Framework.
Author: bmartinstudio
Author URI: https://muscofood.com/

Version: 2.8.0

Tags: accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: muscofood
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

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

html {
	box-sizing: border-box;
}

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

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

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::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,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


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

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

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #382E2D;
	font-family: "IowanOldStyleBT-Roman", serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 2.2;
	margin: 0;
	overflow-x: hidden;
	letter-spacing: 1px;
}

em {
	font-family: IowanOldStyleBT-Italic;
	font-weight: normal;
	font-style: normal;
}

strong {
		font-family: IowanOldStyleBT-Bold;
			font-weight: normal;
	font-style: normal;
}

em > strong,
strong > em {
	font-family: IowanOldStyleBT-BoldItalic;
		font-weight: normal;
	font-style: normal;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;

}

a {
	color: #C1403D;
	font-family: 'IowanOldStyleBT-BoldItalic';
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	text-decoration: none;
}

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

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

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

li {
	list-style-type: none;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 2px solid #F7F5F4;
	clear: both;
	margin: 40px 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #382E2D;
}

blockquote {
	margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "SemplicitaPro-Semibold", sans-serif;
	font-weight: normal;
	line-height: 1.8;
	margin: 0 0 20px;
	color: #235B40;
	letter-spacing: 3px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-family: 'SemplicitaPro';
	font-size: 26px;
	color: #94765A;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
margin-bottom: 30px;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

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

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

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

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

input,
select,
textarea {
	background-color: #F7F6F4;
	border: 0px solid #ddd;
	color: #382E2D;
	font-size: 18px;
	font-weight: 400;
	padding: 12px !important;
	width: 100%;
	    height: auto;
}

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

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

::-ms-input-placeholder {
	color: #382E2D;
	opacity: 1;
		line-height: 1em;
		margin-bottom: 0;
		padding-bottom: 0;
}

:-ms-input-placeholder {
	color: #382E2D;
	opacity: 1;
		line-height: 1em;
		margin-bottom: 0;
		padding-bottom: 0;
}

::placeholder {
	color: #382E2D;
	opacity: 1;
		line-height: 1em;
		margin-bottom: 0;
		padding-bottom: 0;
}


div.gform_wrapper .gfield_radio li label {
    margin: 14px 0 0 10px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #C24240;
	border: 0;
	border-radius: 0px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	padding: 11px 30px 7px !important;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	font-family: 'SemplicitaPro-Semibold';
	text-transform: uppercase;
	letter-spacing: 2px;
	min-height: 3em !important;
}

.button.light {
	background: #fff;
	color: #95775B;
}


body.woocommerce #respond input#submit, 
body.woocommerce a.button, 
body.woocommerce button.button, 
body.woocommerce input.button {
	background-color: #C24240;
	border-radius: 0;
	border: 0;
	border-radius: 0px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	padding: 17px 30px 13px !important;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
		font-family: 'SemplicitaPro-Semibold';
	text-transform: uppercase;

}



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

body.woocommerce #respond input#submit:hover, 
body.woocommerce a.button:hover, 
body.woocommerce button.button:hover, 
body.woocommerce input.button:hover {
		background-color: #94775B;
	color: #fff;
}

body.woocommerce a.button:focus, 
body.woocommerce a.button:hover, 
body.woocommerce a.button.alt:focus, 
body.woocommerce a.button.alt:hover, 
body.woocommerce button.button:focus, 
body.woocommerce button.button:hover, 
body.woocommerce button.button.alt:focus, 
body.woocommerce button.button.alt:hover, 
body.woocommerce input.button:focus, 
body.woocommerce input.button:hover, 
body.woocommerce input.button.alt:focus, 
body.woocommerce input.button.alt:hover, 
body.woocommerce input[type="submit"]:focus, 
body.woocommerce input[type="submit"]:hover, 
body.woocommerce #respond input#submit:focus, 
body.woocommerce #respond input#submit:hover, 
body.woocommerce #respond input#submit.alt:focus, 
body.woocommerce #respond input#submit.alt:hover {
			background-color: #94775B;

}



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

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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


div.gform_wrapper .gfield_required {
    color: #95775B;
    margin-left: 4px;
}

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #382E2D;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
	font-family: 'SemplicitaPro-Semibold';
	color: #C24240;
	margin-top: 25px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 80px 30px 0;
}


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

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

.avatar {
	border-radius: 50%;
	float: left;
}

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

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

.comment .avatar {
	margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

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

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 1.5;
}

.product-title-area .entry-title {
	font-size: 26px;
}

.post .entry-title {

    color: #94765A;
    font-family: 'SemplicitaPro';
}

.entry-title a,
.sidebar .widget-title a {
	color: #94765A;
	text-decoration: none;
	font-family: 'SemplicitaPro';
	letter-spacing: 1px;

}

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

.widget-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
}

.sidebar .widget-title {
	font-family: 'SemplicitaPro';
	text-transform: uppercase;
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E9E4E0;
	padding-bottom: 10px;
}

.blog .entry-header,
.archive .entry-header  {
	margin-bottom: 30px;
}

.blog .entry-header img,
.archive .entry-header img {
	margin-bottom: 40px;
}



.sidebar ul li a {
	font-family: 'SemplicitaPro';
	text-transform: uppercase;
	color: #382E2D;
}

.sidebar .widget_recent_entries ul li a {
	text-transform: none;
	font-size: 20px;
	line-height: 1.8;
}

.sidebar .widget_recent_entries ul li {
	margin-bottom: 20px;
}

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

.content {
	padding-bottom: 80px;
}

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

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

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

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

.wp-post-image {
	margin-bottom: 50px;
}


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

.widget {
	margin-bottom: 40px;
}

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

.widget ul > li {
	margin-bottom: 15px;
}

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

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

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

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

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

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #382E2D;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #94775B;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

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

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

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


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

.site-header {
	padding: 0 30px;

background: #235B40;
}

.scroll .site-header {
	background: #215D40;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.13);
box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.13);
}

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

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 75px;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
	transition: max-width .3s;
}

.wp-custom-logo .scroll .title-area  {
	max-width: 75px;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #382E2D;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.has-featured-image .featured-image-area {
	min-height: 250px;
	opacity: 0; 

	animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 2.5s;
    animation-fill-mode:forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: .75;
    }
}

.has-featured-image .featured-image-area-container {
	background: #000;
}

.archive-description .archive-title {
	display: none;
}


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	font-family: "SemplicitaPro-Semibold", sans-serif;
	color: #fff;
	display: block;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 400;
	text-transform: uppercase;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

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

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #235B40;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive 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;
}

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

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #fff;
	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: transparent;
	border-width: 0;
	color: #94775B;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 25px;
	padding: 25px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
	color: #fff;
    font-size: 28px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 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;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

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

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


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

	.page-title-area {
		padding: 20px 0;
		background: #235B40;


	}

	.page-title-area h1.entry-title {
		font-size: 26px;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 0;
		letter-spacing: 4px;
	}

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.blog .entry {
	border-bottom: 1px solid #E9E4E0;
}

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

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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

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

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}



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

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

.post .entry-header {
	text-align: center;
	margin-bottom: 50px;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.single .post {
	padding-bottom: 50px;
	margin-bottom: 100px;
	border-bottom: 1px solid #E9E4E0;

}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

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

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-footer {
	display: none;
}

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

.pagination {
	clear: both;
	margin: 60px 0;
}

.pagination a {
font-family: 'SemplicitaPro-Semibold';
text-transform: uppercase;
color: #fff;
padding: 16px 15px 12px;
background: #225C40;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #382E2D;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #382E2D;
	color: #fff;
}




/* Entry Comments
--------------------------------------------- */

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

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

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

.comment-content {
	clear: both;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

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

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

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

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


.footer-widgets .widget {
	text-align: center;
	font-size: 17px;
	line-height: 1.7;
}

.footer-widgets .widget-title {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 18px;
}

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

.footer-widgets .widget a {
	color: #94765A;
}

.footer-widgets .widget li a {
	font-family: 'IowanOldStyleBT-Roman';
	color: #382E2D;
}


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

.site-footer {
	background-color: rgb(247, 246, 244);
	font-size: 14px;
	line-height: 1.5;
	padding: 50px 30px;
	text-align: center;
	text-transform: uppercase;
	color: rgb(182, 181, 179);
	font-family: 'SemplicitaPro';
}

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

.site-footer a {
	font-family: 'SemplicitaPro';
	color: rgb(182, 181, 179);
}

.site-footer a:hover {
	color: #C24240
}

.site-footer span {
	clear: both;
	display: block;
	margin-bottom: 10px;
}


/* Newsletter Widget */

#newsletter {
	background: #235B40 url(images/green-pattern.jpg) center center repeat;
	padding: 60px 30px;
}


#newsletter .wrap {
	max-width: 1140px;
	margin: 0 auto;
}

#newsletter .widget {
	max-width: 90%;
	margin: 0 auto;
	padding: 0 30px;
}

#newsletter .widget-title {
	color: #fff;
	font-size: 28px;
}


#newsletter .yikes-easy-mc-form label {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
}

form.yikes-easy-mc-form  {
	text-align: center;
}


form.yikes-easy-mc-form input[type=email], 
form.yikes-easy-mc-form input[type=number], 
form.yikes-easy-mc-form input[type=text], 
form.yikes-easy-mc-form input[type=url], 
form.yikes-easy-mc-form select {
	border: none;
	padding: 15px;
	font-family: 'IowanOldStyleBT-Italic';
}

form.yikes-easy-mc-form .yikes-easy-mc-submit-button {
	display: inline-block;
	width: auto;
	font-family: 'SemplicitaPro-Semibold';
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: normal;
	background: transparent;
	clear: both;
}

form.yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {
	color: #94765A;
}

/* Single Product */

.product-title-area {
	padding: 0 0 30px;
	border-bottom: 1px solid #E9E4E0;
	margin-bottom: 30px;
	text-align: center;
}

.product-container:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.product-container {
	padding: 50px 0;
	border-bottom: 1px solid #E9E4E0;
	margin-bottom: 50px;
}

.product-imagebox {
	float: left;
	width: 100%;
}

body.woocommerce div.product-container div.summary {
	float: right;
	width: 100%;
}

.woocommerce-product-gallery {
	width: 100%;
	clear: both;
	padding: 20px;
	border: 1px solid #E9E4E0;
}


.woocommerce-product-gallery__wrapper {
	width: 100%;

}

body.woocommerce #content div.product div.images, 
body.woocommerce div.product div.images, 
body.woocommerce-page #content div.product div.images, 
body.woocommerce-page div.product div.images {
width: 100%;

}


body.woocommerce div.product div.images img {
	margin: 0 auto;
	max-height: 450px;
	width: auto;
}

.product-cta {
	clear: both;
	display: block;
	text-align: center;
}

.single-product-categories {
margin-top: 30px;
line-height: 1.8;
font-size: 18px;
margin-bottom: 50px;

}
 .single-product-categories span span {
 	color: #95775B;
 	text-transform: uppercase;
 	font-family: 'SemplicitaPro-Semibold';
 	font-size: 15px;
 	letter-spacing: 1.5px;
 	margin-bottom: 5px;
 }
.woocommerce-product-details__short-description {
	text-align: center;
}

.single-product-categories span {
	display: block;
}

.single-product-meta {
	margin-bottom: 50px;
		border-top: 1px solid #E9E4E0;
}

.single-product-meta .meta-row {
	padding: 6px 0 4px;
	border-bottom: 1px solid #E9E4E0;
	font-size: 14px;
	font-family: 'SemplicitaPro';
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.single-product-meta .meta-row a {
		font-family: 'SemplicitaPro';
font-style: normal;
color: #382E2D;
}

.single-product-meta .meta-row .meta-title {
	width: 40%;
	font-family: 'SemplicitaPro-Semibold';
	text-transform: uppercase;
	color: #95775B;
	display: inline-block;
}

.product-downloads h5 {
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 5px;
}

.product-downloads li a {
	color: #95775B;
}

.product-downloads li a:before {
	content: "";
	display: block;
	width: 25px;
	height: 30px;
	margin-right: 10px;
	background: url(images/doc.png) center center no-repeat;
	    float: left;
    position: relative;
    top: 3px;
}

.products.related {
	margin-bottom: 100px;
	border-bottom: 1px solid #E9E4E0;
	padding-bottom: 0;
}

.related.products h2 {
	font-size: 24px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}

/* Catalog */


.product {

}

body.woocommerce .product-image-container {
	    padding: 10px;
    border: 1px solid #E9E4E0;
    min-height: 220px;
    max-height: 220px;
    height: 220px;
    line-height: 200px;
    margin-bottom: 15px;
    text-align: center;

}

body.woocommerce ul.products li.product a img,
body.woocommerce ul.products li.product img {
	max-height: 200px;
	margin-bottom: 0;
	display: inline;
	vertical-align: middle;
	width: auto;
}

.products .product_title_wrap,
.products .product_title_wrap a,
.products .product_title_wrap h2  {
	font-size: 12px;
	font-family: 'SemplicitaPro-Semibold';
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
    letter-spacing: 1.5px;
        margin-bottom: 3px;
}

.products .product_title_wrap a {
	color: #95775B;
}

.products .product .product_meta a {
	font-family: 'SemplicitaPro';
	color: #382E2D;

}

.product_sku {
	    font-family: 'SemplicitaPro';
}

body.woocommerce ul.products li.product .woocommerce-loop-category__title, 
body.woocommerce ul.products li.product .woocommerce-loop-product__title, 
body.woocommerce ul.products li.product h3 {
	padding: 0;
}

body.woocommerce .woocommerce-ordering {
	display: none;
}

body.woocommerce .woocommerce-result-count {
    margin: 0 auto 1em;
    width: 100%;
    text-align: center;
    display: none;
}

body.woocommerce nav.woocommerce-pagination ul {
	border: none;
	font-family: 'SemplicitaPro-Semibold';
	font-style: normal;
	    font-size: 16px;
	    color: #382E2D;
}

body.woocommerce nav.woocommerce-pagination ul li a:focus, 
body.woocommerce nav.woocommerce-pagination ul li a:hover, 
body.woocommerce nav.woocommerce-pagination ul li span.current {
	background: none;
		    color: #382E2D;
}

body.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}

body.woocommerce nav.woocommerce-pagination ul li a {
	font-family: 'SemplicitaPro-Semibold';
}

.woocommerce-products-header__title.page-title {
	text-align: center;
	display: none;
}




/* Catalog Sidebar */

#catalog-sidebar .widget-title {
	font-size: 16px;
	text-transform: uppercase;
	color: #225C40;
	text-align: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #F7F6F4;
	margin-bottom: 30px;
}

.woof .chosen-container-single .chosen-single {
background: #F7F6F4;
border: none;
border-radius: 0;
box-shadow: none;
font-family: 'IowanOldStyleBT-Roman';
}

.woof .chosen-container .chosen-drop {
	background: #F7F6F4;
border: none;
border-radius: 0;
box-shadow: none;
}

.woof .chosen-container-single .chosen-search input[type=text] {
	padding: 4px 20px 4px 5px !important;
}


.woof .chosen-container .chosen-results li.highlighted {
	background: #95775B;
}

.woof_submit_search_form_container {
	padding-top: 20px;
}

body.woocommerce .woof .woof_submit_search_form_container button {
	background: none;
	padding: 0 15px 0 0 !important;
	color: #C24240;
	float: left;
}

 body.woocommerce .woof .woof_submit_search_form_container button.woof_reset_search_form {
 	color: #E9E4E0;
 	float: right;
 }


.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-top: none !important;
	padding: 25px !important;
	background-color: #F7F6F4 !important;


}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	display: none !important;
}

 /* Homepage */

 #home-top {
 	background: #382E2D;
 	background: #000;
 }

#home-top .widget {
	margin-bottom: 0;
}

#home-top .soliloquy-outer-container {
	overflow: hidden;
}

#home-top .soliloquy-container {
	max-width: 100% !important;
	max-height: 100% !important;
}

#home-top .soliloquy-container .soliloquy-image {
	width: 100%;
	opacity: .6;
}

#home-top .soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside {
	padding-bottom: 20px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
	background: transparent;
	font-family: 'SemplicitaPro';
	font-size: 18px;
	text-shadow: 0 0px 0px #000;
	letter-spacing: 2px;
	line-height: 1.6;
	font-weight: normal;
}

#home-top .soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside p {
	line-height: 1.6;
		letter-spacing: 2.5px;
		margin-bottom: 0px;
}



#home-top .soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside .button {
	background-color: #C24240;
	border: 0;
	border-radius: 0px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	padding: 18px 30px 13px !important;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	font-family: 'SemplicitaPro-Semibold';
	text-transform: uppercase;
	letter-spacing: 2px;
}


#home-top .soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside .button.light {
background: #fff;
color: #95775B;

}

#home-top .soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside .button:hover {
	background: #225C40;
	color: #fff;
}

.home .site-inner {
	max-width: 100%;
	padding:0;
}

.home.full-width-content .content {
	width: 100%;
	padding-bottom: 0;
}

.home .site-inner .widget-area .wrap {
	max-width: 1140px;
	padding: 30px;
	margin: 0 auto;
}

.searchbar {
	background: #F1E0CE;
}

.searchbar .wrap {
	padding: 20px;
}

.searchbar .widget {
	margin-bottom: 0;
}

.searchbar .widget-title {
	display: inline-block;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
}

.searchbar .yith-ajaxsearchform-container {
	width: 100%;
	display: inline-block;
	text-align: center;

}

.searchbar .yith-ajaxsearchform-container input {
	display: inline-block;
	width: auto;
}
.searchbar .yith-ajaxsearchform-container input[type=search] {
	min-width: 100%;
	margin-bottom: 10px;
}

.searchbar .yith-ajaxsearchform-container input[type=submit] {
	background: transparent;
	color: #95775B;

}

.searchbar .yith-ajaxsearchform-container input[type=submit]:hover {
	background: transparent;
	color: #C24240;
}

#home-one {
	background: #225C40 url(images/bg-logo.png) 100% -60px no-repeat;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

#home-one .wrap {
	padding: 50px 30px;
}

#home-one .widget-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'SemplicitaPro-Semibold';
	font-weight: normal;
	letter-spacing: 4px;
}

#home-two .wrap {
	padding: 50px 30px;
}

#home-two .widget-title {
	text-transform: uppercase;
	font-size: 20px;
	
	letter-spacing: 4px;
	font-family: 'SemplicitaPro-Semibold';
	font-weight: normal;
	margin-bottom: 30px;
}

#home-two .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
	position: relative;
}

#home-two .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: transparent;
	color: #95775B;
	text-transform: uppercase;
	font-family: 'SemplicitaPro-Semibold';
	font-weight: normal;
	padding-top: 25px;

}

#home-two .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title, 
#home-two .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title-link {
	color: #95775B;
		text-transform: uppercase;
	font-family: 'SemplicitaPro-Semibold';
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 3px;
	line-height: 1.5;
}

#home-two .soliloquy-container .soliloquy-item>a {
	min-height: 300px;
	vertical-align: middle;
    line-height: 300px;
}

#home-two .soliloquy-container .soliloquy-item>a img {
	vertical-align: middle;
	display: inline;
}

.soliloquy-container .soliloquy-prev {
	background: #95775B;
	border-radius: 50%;
	background: #95775B url(images/left.png) center center no-repeat !important;
	left: 20px !important;
	width: 35px !important;
	height: 35px !important;
}


.soliloquy-container .soliloquy-next {
	background: #95775B;
	border-radius: 50%;
	background: #95775B url(images/right.png) center center no-repeat !important;
	right: 20px !important;
	width: 35px !important;
	height: 35px !important;
}

.soliloquy-container .soliloquy-prev:hover, 
.soliloquy-container .soliloquy-next:hover {
	background-color: #C24240 !important;
}


#home-three .wrap {
	max-width: 100%;
	padding: 0;
}

#home-three .widget {
	margin-bottom: 0;
}

#home-three .soliloquy-outer-container {
	overflow: hidden;
}

#home-three .soliloquy-container {
	max-width: 100% !important;
	    max-height: 100% !important;
}

#home-three .soliloquy-container .soliloquy-image {
	width: 100%;
}

#home-three .soliloquy-container .soliloquy-prev {
	left: 20px !important;
	top: 20%;
}

#home-three .soliloquy-container .soliloquy-next {
	right: 20px !important;
	top:20%;
}

#home-three .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
	bottom: 0;
	width: 100%;
	margin: 0 auto;
	left: 0%;
	right: 0%;
	position: relative;

}

#home-three .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: #fff;
	color: #382E2D;
	text-shadow: none;
	line-height: 1.6;
	padding: 30px 20px;
}

#home-three .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title, 
#home-three .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title-link {
	color: #95775B;
	font-family: 'SemplicitaPro';
	line-height: 1.7;
	font-size: 20px;
	letter-spacing: 2px;
}

#home-three .soliloquy-container .soliloquy-caption .soliloquy-caption-inside p {
	line-height: 1.8;
	letter-spacing: 2px;
}

#home-three .soliloquy-fc-read-more {
	display: inline-block;
	clear: both;
	color: #C24240;
	font-family: 'SemplicitaPro-Semibold';
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: normal;
	margin-top: 40px;

}
#home-three .soliloquy-fc-read-more:hover {
	color: #95775B;
}

/* Brands */

.brand-grid .overlay {
	padding: 20px;
    border: 1px solid #E9E4E0;
    min-height: 300px;
    max-height: 300px;
    height: 300px;
    line-height: 260px;
    margin-bottom: 15px;
    text-align: center;
}

.brand-grid .overlay img {
    max-height: 260px;
    margin-bottom: 0;
    display: inline;
    vertical-align: middle;
    width: auto;
}

.single-brands .entry-title {
	text-align: center;
}

.really-has-featured-image.single-brands .entry .entry-title {
	display: none;
}

.single-brands .wp-post-image {
	text-align: center;
	display: block;
	margin: 0 auto;
}


.single-brands.woocommerce ul.products li.product  {
    margin: 0 2.5% 2.992em 0;
    min-height: 340px;
    width: 45%;
}


.single-brands .entry-content {
	border-top: 1px solid #F2EEEB;
	margin-top: 40px;
	padding-top: 40px;
}

.single-brands .brand-products {
	margin-top: 80px;
}

.request-info {
	text-align: center;

}
body.woocommerce .request-info a {
	background: #215D40;
	padding-top: 15px !important;
	padding-bottom: 12px !important;
}

.brand-products-title {
	border-bottom: 1px solid #F2EEEB;

	padding-bottom: 10px;
	margin-bottom: 50px;

}

.brand-products-title h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	color: #95765A;
}

/* Search and Filter */

.searchandfilter label {

    width: 100%;
}


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

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

.single-brands.woocommerce ul.products li.product {

}	

#home-top .soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside {
	padding-bottom: 30px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
	background: transparent;
	font-family: 'SemplicitaPro';
	font-size: 24px;
	text-shadow: 0 0px 0px #000;
	letter-spacing: 2.5px;
	line-height: 1.8;
	font-weight: normal;
}

#home-top .soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside p {
	line-height: 1.8;
		letter-spacing: 2.5px;
		margin-bottom: 15px;
}


}



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

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

	.site-header {
		position: fixed;
		width: 100%;
		z-index: 9999;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

	}

	/* Genesis Menu
	--------------------------------------------- */

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

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

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #382E2D;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #94775B;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #235B40;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;

    font-size: 14px;
    line-height: 1.4;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

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

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
		    padding-top: 35px;
	}

	.scroll .nav-primary {
		padding-top: 30px;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 11px;
		padding-right: 11px;
	}

	.genesis-nav-menu .social-link a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 22px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		margin-top: 0px;
		max-width: 1140px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

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

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}


	.blog.full-width-content .content {
		float: left;
		margin: 0;
		width: 65%;

	}

	.has-featured-image .featured-image-area {
		min-height: 400px;
	}

	.page-title-area {
		padding: 30px 0;

	}

	.page-title-area h1.entry-title {
		font-size: 30px;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

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

	.sidebar .widget-title {
		text-align: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

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

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	.archive-description {
		display: none;
	}

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

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

	.footer-widgets .widget-title {
		text-align: left;
	}

	.footer-widgets .widget {
		text-align: left;
	}


#newsletter .yikes-easy-mc-form label {
    width: 47%;
    margin-right: 2.5%;
}

.site-footer span {
	clear: none;
	margin-left: 20px;
	margin-bottom: none;
	display: inline;
}

.blog .entry-header {
    text-align: left;
    margin-bottom: 50px;
}

.product-imagebox {
	float: left;
	width: 45%;
}

body.woocommerce div.product-container div.summary {
	float: right;
	width: 45%;
}

.woocommerce-product-details__short-description {
	text-align: left;
}

#catalog-sidebar {
	width: 18%;
	float: left;
}

.musco-catalog .content {
	width: 78% !important;
	float: right !important;
}


.searchbar .widget-title {
	display: inline-block;
    width: 35%;
    text-align: right;
    margin-right: 25px;
    margin-bottom: 0;
}

.searchbar .yith-ajaxsearchform-container {
	width: 50%;
	display: inline-block;

}

.searchbar .yith-ajaxsearchform-container input[type=search] {
	min-width: 80%;
}

#home-one .wrap {
	padding: 150px 30px;
}

#home-one {
	background: #225C40 url(images/bg-logo.png) 100% -60px no-repeat;
	color: #fff;
	text-align: center;
	font-size: 24px;
}

#home-one .widget-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	font-family: 'SemplicitaPro-Semibold';
	font-weight: normal;
	letter-spacing: 4px;
}

#home-two .wrap {
	padding: 100px 30px;
}

#home-two .widget-title {
	text-transform: uppercase;
	font-size: 26px;
	
	letter-spacing: 4px;
	font-family: 'SemplicitaPro-Semibold';
	font-weight: normal;
	margin-bottom: 50px;
}

#home-two .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title, 
#home-two .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title-link {
	color: #95775B;
		text-transform: uppercase;
	font-family: 'SemplicitaPro-Semibold';
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 3px;
	line-height: 1.5;

}

.soliloquy-container .soliloquy-prev {
	background: #95775B;
	border-radius: 50%;
	background: #95775B url(images/left.png) center center no-repeat !important;
	left: -60px !important;
	width: 35px !important;
	height: 35px !important;
}


.soliloquy-container .soliloquy-next {
	background: #95775B;
	border-radius: 50%;
	background: #95775B url(images/right.png) center center no-repeat !important;
	right: -60px !important;
	width: 35px !important;
	height: 35px !important;
}

#home-three .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: #fff;
	color: #382E2D;
	text-shadow: none;
	line-height: 1.6;
	padding: 60px 120px;
}

#home-three .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title, 
#home-three .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title-link {
	color: #95775B;
	font-family: 'SemplicitaPro';
	line-height: 1.7;
	font-size: 24px;
	letter-spacing: 3px;
}

#home-three .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
	bottom: 12%;
	width: 100%;
	margin: 0 auto;
	left: 0%;
	right: 0%;
	position: relative;

}

#home-three .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: #fff;
	color: #382E2D;
	text-shadow: none;
	line-height: 1.6;
	padding: 50px 120px;
}

#home-three .soliloquy-container .soliloquy-prev {
	left: 60px !important;
	top: 70%;
}

#home-three .soliloquy-container .soliloquy-next {
	right: 60px !important;
	top:70%;
}

.single-brands.woocommerce ul.products li.product {
    width: 22.05%;
}

.soliloquy-container .soliloquy-viewport {
	overflow: hidden;


}

}

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

#home-top .soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside {
    padding-bottom: 10%;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 5%;
    background: transparent;
    font-family: 'SemplicitaPro';
    font-size: 28px;
    text-shadow: 0 0px 0px #000;
    letter-spacing: 2.5px;
    line-height: 1.8;
    font-weight: normal;
}	

#home-top .soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside p {
	line-height: 1.8;
		letter-spacing: 2.5px;
		margin-bottom: 15px;
}

.wp-custom-logo .title-area {
    max-width: 150px;
}

.nav-primary {
	padding-top: 65px;
}

#home-three .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
	bottom: 25%;
	width: 70%;
	margin: 0 auto;
	left: 15%;
	right: 15%;
	position: absolute;

}


#home-three .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: #fff;
	color: #382E2D;
	text-shadow: none;
	line-height: 1.6;
	padding: 80px;
}

#home-three .soliloquy-container .soliloquy-prev {
	left: 60px !important;
	top: 50%;
}

#home-three .soliloquy-container .soliloquy-next {
	right: 60px !important;
	top:50%;
}



}






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

@media print {

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

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

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

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

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

	thead {
		display: table-header-group;
	}

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

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

	@page {
		margin: 2cm 0.5cm;
	}

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

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

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

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

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

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

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

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

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


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

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

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

}
