/*
Theme Name: Gully Road 2022
Theme URI: https://duellingpixels.com
Description: Genesis Ecommerce WordPress Theme
Author: Duelling Pixels
Author URI: https://duellingpixels.com

Version: 1.0.4

Template: genesis

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

Text Domain: isla
Requires at least: 5.4
Requires PHP: 5.6
*/

/* 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
- Templates
	- Carousel
- Plugins
	- Genesis eNews Extended
	- Social Warfare
	- WPForms
	- Instagram Feed
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Left Menu + Right Menu
	- Top Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Instagram Footer Widget Area
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 480px
	- Min-width: 600px
		- Carousel
		- Homepage eNews
		-Previous/Next Pagination
	- Min-width: 960px
		- Left + Right Menu
		- Nav Secondary
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Layouts
			- Layout 2 - List
			- Layout 3 - Two Columns
			- Layout 4 - Three Columns
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
		- Site Footer
- 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;-webkit-text-decoration:underline dotted;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: #332616;
	font-family: "Work Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	letter-spacing: 1px;
	margin: 0;
	overflow-x: hidden;

}

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: #332616;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

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

.site-inner a {
	border-bottom: 2px solid #f6e8b0;
}

.site-inner a:hover,
.site-inner a:focus {
	border-color: #332616;
}

.site-inner a.button {
	border-color: #777f6b;
}

.site-inner a.button:hover,
.site-inner a.button:focus {
	border-color: #777f6b;
}

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

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

li {
	list-style-type: none;
}

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

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #eee;
	color: #332616;
}

blockquote {
	padding: 0 30px;
	border-left: 2px solid #f6e8b0;
	margin-left: 0;
	margin-right: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Marcellus", serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
	letter-spacing: 0.1em;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

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: #fff;
	border: 2px solid #332616;
	border-radius: 4px !important;
	color: #332616;
	font-weight: 400;
	padding: 5px 15px;
	width: 100%;
	letter-spacing: inherit;
	line-height: 1.5em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
select {
	min-height: 40px;
}

textarea {
	border: 2px solid #f6e8b0;
	padding: 15px;
}

input:focus,
textarea:focus {
	border-color: #332616;
	outline: none;
}

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

::-ms-input-placeholder {
	color: #332616;
	opacity: 1;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

:-ms-input-placeholder {
	color: #332616;
	opacity: 1;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

::placeholder {
	color: #332616;
	opacity: 1;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #777f6b;
	border: 2px solid #777f6b;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	padding: 13px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	letter-spacing: 3px;
}

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,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: transparent;
	border-color: #777f6b;
	color: #777f6b;
}

.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;
	color: #777;
	cursor: not-allowed;
}

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

.read-more-container {
	text-align: center;
}

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

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

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

td,
th {
	text-align: left;
	vertical-align: top;
}

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

th {
	font-weight: 600;
	padding: 0 10px 10px;
}

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

td:last-child,
th:last-child {
	padding-right: 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 {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #000;
	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;
}


/* 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: 60px 30px 0;
}

.woocommerce .site-inner {
	padding: 30px 30px 0;
}

.home .site-inner {
		padding: 0 30px;
}


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

.archive-description {
	width: 100%;
}

.after-entry {
	background-color: #777f6b;
	color: #fff;
	padding: 20px 30px;
}

.after-entry .enews-widget input {
	border-color: #fff;
	color: #fff;
}

.after-entry .enews-widget input::placeholder {
	color: #fff;
}

.after-entry .enews-widget .enews-submit {
	background-color: #fff;
	color: #332616;
}

.after-entry .enews-widget .enews-submit:hover,
.after-entry .enews-widget .enews-submit:focus {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

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

.breadcrumb {
	margin-bottom: 40px;
	padding-bottom: 10px;
	width: 100%;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

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

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

.widget_search .search-form,
.entry-content .search-form {
	display: flex;
	position: relative;
}

.nav-secondary  .search-form input[type="submit"],
.widget_search input[type="submit"],
.search-form input[type="submit"] {
    content: "\f179";
    display: inline-flex;
    -webkit-font-smoothing: antialiased;
    font-family: "dashicons" !important;
    font-size: 21px;
    padding: 0 5px 0;
    margin: 0;
    background: transparent;
	color: #000;
}

.widget_search .search-form .search-form-input,
.entry-content .search-form .search-form-input {
	padding-right: 10px;
}

.nav-secondary  .search-form input[type="submit"] {
	border: 0;
}

.widget_search .search-form input[type="submit"],
.entry-content .search-form input[type="submit"] {
	border: 0;
	position: absolute;
	right: 0;
	min-height: 40px;
}

.widget_search input[type="submit"]:hover,
.widget_search input[type="submit"]:focus {
	color: #f6e8b0;
}


.nav-secondary .search-form input[type="submit"] {
	color: #332616;
}

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	margin-bottom: 20px;
}

.archive-title {
	text-align: center;
}

.entry-title {
	margin-bottom: 20px;
	text-align: center;
}

.entry-title a,
.sidebar .widget-title a {
	color: #332616;
	text-decoration: none;
	border-bottom: 0;
}

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

.widget-title {
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 60px;
}

.home.genesis-title-hidden .site-inner {
	padding-top: 0px;
}

/* 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,
.singular-image {
	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;
}

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

.widget {
	margin-bottom: 40px;
}

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

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

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

/* Templates
---------------------------------------------------------------------------- */

/* Carousel
--------------------------------------------- */

.owl-carousel {
	margin-bottom: 50px;
}

.owl-carousel .owl-item {
	display: block;
}

.carousel-post-info {
	display: none;
}

.carousel-post-info > a {
	border-bottom: 0;
}

.carousel-post-title {
	color: #332616;
	letter-spacing: 0.1em;

}

.carousel-post-meta {
	letter-spacing: 3px;
	font-size: 12px;
}

.carousel-post-meta a {
	color: #332616;
	text-decoration: none;
}

.owl-theme .owl-dots .owl-dot span {
	background: #f6e8b0 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #777f6b !important;
}

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

.klaviyo_field_group {
	display: flex;
}

.post-type-heading {
	font-size: 26px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
	letter-spacing: 0.1em;
	text-transform: capitalize;
	}
	
.sold-out-overlay {
    background: #b43737;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    position: absolute;
    right: -23px;
    top: 5px;
    transform: rotate(36deg);
    /* Safari */
	  -webkit-transform: rotate(36deg);
	
	  /* Firefox */
	  -moz-transform: rotate(36deg);
	
	  /* IE */
	  -ms-transform: rotate(36deg);
	
	  /* Opera */
	  -o-transform: rotate(36deg);	

}	

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

	
.search .entry {
margin-bottom: 0;
padding: 30px;
padding-bottom: 0;
}

.search-content .post-type {
	clear: both;
}

.search-content .post-type:not(first-of-type){
	padding-top: 100px;
}


	
/* Top Bar
--------------------------------------------- */

.top-bar {
	position: relative;
	background: #59783c;
	color: white;
	}
	
.top-bar .widget {
	margin-bottom: 0px !important;
	}
	
.top-bar.shrink {
	background: #59783c;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: slidedown;
	animation-name: slidedown;
	-webkit-animation-timing-function: cubic-bezier(.075,.82,.165,1);
	animation-timing-function: cubic-bezier(.075,.82,.165,1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	padding: 0;
/*	box-shadow: 0 2px 6px 0 rgba(0,0,0,.07); */
	transition: all .3s cubic-bezier(1, 0.18, 1, 1);
}
.top-bar .wrap {
    padding: 14px 10px !important;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
}
.top-bar p {
margin: 0;
}

.admin-bar .top-bar.shrink   {
	top: 28px;
	}
/* Shop Table View
--------------------------------------------- */

.ptuwc-product-row .cart {
	    display: flex;
	      flex-wrap: wrap;

    align-items: center;
    align-content: center;
    justify-content: center;
    }
    
    
    
    .ptuwc-product-row .cart .button,
    .ptuwc-product-row .cart button {
	    padding: 13px 7px;
	    margin-left: 10px;
	    }
	 
	 
	 .ptuwc-product-row .cart:first-child {
		 width: 100%;   
		 }
		 
	.ptuwc-product-row .cartv:not(:first-child)  {
		  flex: 1; 
		 }
	
 .qib-container {
	     display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
	 }
	 
	 .minus.qib-button {
		 margin-right: 10px;
		 }
	    
/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: left;
}

.enews-widget input {
	margin-bottom: 20px;
	background-color: transparent;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
	background-color: #777f6b;
	color: #fff;
}

.enews-widget input[type="submit"]:focus,
.enews-widget input[type="submit"]:hover {
	background-color: transparent;
	color: #777f6b;
	border-color: #777f6b;
}

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

.blog-feed-widget .enews {
	background-color: #777f6b;
	color: #fff;
	padding: 5%;
}

.blog-feed-widget .enews form {
	display: flex;
	flex-direction: column;
}

.blog-feed-widget .enews input {
	background-color: transparent;
	border-color: #fff;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.blog-feed-widget .enews input:last-child {
	margin-right: 0;
}

.blog-feed-widget .enews input[type="submit"] {
	background-color: #fff;
	border-color: #fff;
	color: #332616;
}

.blog-feed-widget .enews input[type="submit"]:hover,
.blog-feed-widget .enews input[type="submit"]:focus {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.blog-feed-widget .enews input::placeholder {
	color: #fff;
}


.wp-block-cover {
	margin-bottom: 0 !important;
}

/* Social Warfare
--------------------------------------------- */
.site-inner a.swp_share_link {
	border: 0;
}

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

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 400;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}

/* Instagram Feed
------------------------------------------ */
.site-inner #sb_instagram a {
	border: 0;
}

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


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

.site-header {
	background-color: #fff;
	padding: 0 ;
}

	/* Notification Bar and sticky site header__*/
	.site-header {
	    position:relative;
	    width:100%;
	    z-index:9999;
	    transition:all .3s ease;
	}
		.site-header.sticky {
	    position:-webkit-sticky;
	/* Safari */
	    position:sticky;
	    top:0px;
	    box-shadow: 0 0 4rem rgb(42 49 57 / 20%);
}

	.admin-bar .site-header.sticky {
	    position:-webkit-sticky;
	/* Safari */
	    position:sticky;
	    top:28px;
}




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


	.site-header.sticky {
	    position:-webkit-sticky;
	/* Safari */
	    position:sticky;
	    top:0;
	}
	.admin-bar .site-header.sticky {
	    position:-webkit-sticky;
	/* Safari */
	    position:sticky;
	    top:32px;
	}
}

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

.title-area {
	text-align: center;
	padding: 40px 0;
}

.wp-custom-logo .title-area {
	max-width: 400px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
	margin-bottom: 5px;
}

.site-title {
	font-size: 70px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 0;
	text-transform: lowercase;
	font-family: "Marcellus", serif;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #332616;
	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;
}


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

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

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

.genesis-nav-menu a {
	color: #332616;
	display: block;
	font-size: 14px;
	font-weight: 400;
	outline-offset: -1px;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 10px 0;
}

.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: #332616;
	text-decoration: none;
}

.genesis-nav-menu a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #332616;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	z-index: 999;
}

.genesis-nav-menu a:hover::after,
.genesis-nav-menu a:focus::after,
.genesis-nav-menu .current-menu-item > a::after {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

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

.genesis-nav-menu > .menu-item-has-children > a {
	margin-right: 10px;
}

/* 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 {
	color: #332616;
	background-color: transparent;
	border-width: 0;
	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: #332616;
}

.menu-toggle {
	width: 140px;
	line-height: 20px;
	margin: 10px 15px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

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

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {

	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

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

.sub-menu .sub-menu-toggle {
	padding: 0 8px;
}

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

@media only screen and (max-width: 959px) {
  /* ## Specific Menus
	--------------------------------------------- */

  .js .site-header .nav-primary .menu {
    padding: 5em 0 1em;
    position: relative;
    border-bottom: 1px solid #eceef1;
  }
  

  .js .site-header .nav-primary {
    width: 93vw !important;
    max-width: 400px;
    max-width: 40rem;
    margin: 0;
    padding: 0 40px;
    padding: 0 4rem;
    background-color: #ffffff;
    border-top: 1px solid #eceef1;
    border-bottom: 1px solid #eceef1;
    position: absolute;
    right: -400px;
    right: -40rem;
    top: 0;
    bottom: 0;
    height: 100vh;
    overflow: auto;
    position: fixed;
    transition: all 0.3s ease;
    z-index: 99;
  }

  .js .site-header .nav-primary.activated {
    right: 0;
    left: auto;
    box-shadow: 0 0 4rem rgba(42, 49, 57, 0.2);
  }
  
  .woocommerce-MyAccount-navigation {
  display: none;
	  }
  
  .js .woocommerce-MyAccount-navigation.activated {
  	   display: block;
  	   animation: fade-in 1s;
  }

  
  .woocommerce .menu-toggle {
    margin: 10px auto;
    }
   .menu-toggle.activated {
	   position: fixed;
	   background: #fff;
	   width: 300px;
	   right: 0;
	   top: 0;
	   margin-top: 0px;
	   z-index: 9999;
	   text-align: right;
	   transition: all 1s ease;
   } 
   
   .menu-toggle.activated::before {
	   float: unset;
   }
   
   .admin-bar .menu-toggle.activated {
	   margin-top: 28px;
   } 
   
   .activated .no-mobile {
	display: none !important;
	}
}


@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}



/* Left Menu + Right Menu
--------------------------------------------- */

.nav-primary {
	width: 100%;
	background-color: #fff;
}

/* Shop Menu
--------------------------------------------- */

.nav-shop {
	/*max-width: 1200px;
    margin: auto;
    text-align: center; */
    display: none;
} /*
.nav-shop .menu-wrap {
		border-top: solid 1px #33261630;
		padding-top: 8px;

	}

.nav-shop .genesis-nav-menu .menu-item a {
	line-height: 1.9;
	border: none;
	}
	
.nav-shop .genesis-nav-menu .menu-item {
	display: block;
	text-align: left;
}

.nav-shop ul {
    display: block;
    list-style-type: none;
    }
    
.nav-shop .genesis-nav-menu .sub-menu a {
	width: 100%;
	max-width: 100%;
}

.nav-shop  ul > li {
	margin-bottom: 10px;
}
    
 .nav-shop  .genesis-nav-menu .sub-menu{
	 position: relative;
 }
/* Header Right Widget
------------------------------------------------*/
.header-widget-area {
    display: none;
}
.header-widget-area .widget {
    margin-bottom: 0 !important;
    display: block;
    margin: 0;
    padding: 0;	
}
@media only screen and (max-width: 960px) {
.header-widget-area {
    display: block;
    float: right;
    padding: 0 0;
    margin: 0 0;
}
}
/* Top Menu
--------------------------------------------- */

#genesis-mobile-nav-secondary {
	background-color: #f6e8b0;
	width: 100%;
	margin: 0;
	color: #332616;
}

.nav-secondary {
	background-color: #f6e8b0;
	padding: 8px;
	margin-bottom: 5px;
}

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

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

.nav-secondary a {
	font-size: 12px;
	padding: 0 0 2px 0;
	color: #332616;
	line-height: 1em;
}

.nav-secondary a:hover,
.nav-secondary a:focus,
.nav-secondary .genesis-nav-menu .current-menu-item > a {
	color: #332616;
}

.nav-secondary .genesis-nav-menu a::after {
	background: #332616;
}

.nav-secondary .simple-social-icons a::after {
	background: transparent;
}

.nav-secondary .menu-secondary {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.nav-secondary .nav-extra {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.nav-secondary .search-form {
	display: flex;
}

.nav-secondary .search-form-input::placeholder {
	color: #332616;
	font-size: 10px;
}

.nav-secondary .search-form-input {
	background: none;
	border: 0;
	color: #332616;
	border-bottom: 2px solid #332616;
	font-size: 12px;
	letter-spacing: 0.2em;
	padding: 5px;
	line-height: 1;
	margin-right: 10px;
	padding-right: 0;
	text-align: left;
	min-height: 0;
}

.nav-secondary .search-form input[type="submit"] {
	min-height: 0;
}

.nav-secondary .nav-extra aside {
	order: -1;
}

.nav-secondary .nav-extra .simple-social-icons {
	margin-bottom: 0;
}

.nav-secondary .nav-extra .simple-social-icons ul li {
	margin: 0 10px !important;
}

.nav-secondary .nav-extra #simple-social-icons-3 ul li a,
.nav-secondary .nav-extra #simple-social-icons-3 ul li a:hover,
.nav-secondary .nav-extra #simple-social-icons-3 ul li a:focus {
	padding: 0;
	width: 10px;
}

	.site-header .nav-third {
	display: none;
	}


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

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

.entry {
	margin-bottom: 40px;
}

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

.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
--------------------------------------------- */

.entry-header .entry-meta {
	margin-bottom: 20px;
	letter-spacing: 3px;
	font-size: 12px;
	text-align: center;
}

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

/* Pagination
--------------------------------------------- */
.woocommerce-pagination,
.pagination {
	clear: both;
	margin: 60px 0;
	text-align: center;
	width: 100%;
}

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

.page-numbers li,
.archive-pagination li {
	display: inline;
	padding: 3px;
}
.page-numbers .current,
.page-numbers a,
.archive-pagination a {
	background-color: #f6e8b0;
    color: #332616;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 14px;
	text-decoration: none;
	border: 0;
}

.page-numbers .current,
.page-numbers a:focus,
.page-numbers a:hover,
.page-numbers .active a,
.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #777f6b !important;
	color: #FFF;
}

.page-numbers .prev, 
.page-numbers .next,
.pagination-next,
.pagination-previous {
	max-width: 100%;
	margin-top: 10px;
}


/* Table CSS
--------------------------------------------- */
.ptuwc-table .outofstock {
	display: none !important;	
}


/* 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-header p {
	margin-bottom: 0;
}

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

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

.comment-reply-title {
	margin-top: 20px;
}

#cancel-comment-reply-link {
	margin-left: 10px;
}

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

.sidebar {
	line-height: 1.5;
	   position:relative;
    width:100%;
    z-index:9999;
    transition:all .3s ease;
}

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

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

.sidebar li a {
	border: none;
}
.sidebar li .current-menu-item a {
    border-bottom: 2px solid ;
    font-weight: 600;
 
    }
    
.sidebar .widget_nav_menu .menu-item a {
    font-weight: 600;
 
    }
    .sidebar .widget_nav_menu .menu-item .sub-menu a {
    font-weight: 300;
 
    }


    
 

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

	.sidebar.sticky {
	    position:fixed;
	/* Safari */
	  position:fixed;
	    top:132px
	}
	.admin-bar .sidebar.sticky {
	  	position:fixed;
	    top:164px;
	}
}


/* Handheld footer bar
---------------------------------------------------------------------------- */

.storefront-handheld-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    box-shadow: 0 0 4rem rgb(42 49 57 / 20%);
    z-index: 9999;
        background-color: #f6e8b0;
}

.storefront-handheld-footer-bar::before,
.storefront-handheld-footer-bar::after {
    content: "";
    display: table
}

.storefront-handheld-footer-bar::after {
    clear: both
}

.storefront-handheld-footer-bar ul {
    margin: 0
}

.storefront-handheld-footer-bar ul li {
    display: inline-block;
    float: left;
    text-align: center
}

.storefront-handheld-footer-bar ul li:last-child>a {
    border-right: 0
}

.storefront-handheld-footer-bar ul li>a {
  /*  height: 4.235801032em; */
    display: block;
    position: relative;
    z-index: 999;
    overflow: hidden
}

.storefront-handheld-footer-bar ul li>a:focus {
    z-index: 1000
}

.storefront-handheld-footer-bar ul li.search .site-search {
    position: absolute;
    bottom: -2em;
    left: 0;
    right: 0;
    transition: all, ease, .2s;
    padding: 1em;
    z-index: 1;
    display: block
}

.storefront-handheld-footer-bar ul li.search.active .site-search {
    bottom: 100%
}

.storefront-handheld-footer-bar ul li.search .site-search,
.storefront-handheld-footer-bar ul li.search .widget,
.storefront-handheld-footer-bar ul li.search form {
    margin-bottom: 0
}

.storefront-handheld-footer-bar ul li.cart .count {
    text-indent: 0;
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2;
    box-sizing: content-box;
    font-size: .75em;
    position: absolute;
    top: .875em;
    left: 50%;
    border-radius: 100%;
    border: 1px solid
}

.storefront-handheld-footer-bar ul.columns-1 li {
    width: 100%;
    display: block;
    float: none
}

.storefront-handheld-footer-bar ul.columns-2 li {
    width: 50%
}

.storefront-handheld-footer-bar ul.columns-3 li {
    width: 33.33333%
}

.storefront-handheld-footer-bar ul.columns-4 li {
    width: 25%
}

.storefront-handheld-footer-bar ul.columns-5 li {
    width: 20%
}

@media screen and (max-height: 320px) {
    .sf-input-focused .woocommerce-store-notice,
    .sf-input-focused .storefront-handheld-footer-bar {
        display: none
    }
}
/*
.storefront-handheld-footer-bar ul li.my-account > a::before {
    content: "\f110";
} */

.storefront-handheld-footer-bar a.my-account-button {
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 130px;
    height: 42px;
    padding: 6px;
    border: solid 1px;
    border-radius: 3px;
    margin: 10px auto;

    }

.storefront-handheld-footer-bar ul li>a::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
	font-family: dashicons;
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 2.618046972;
    font-size: 1.618em;
    text-indent: 0;
    display: block;
    cursor: pointer;
}
/*
.xoo-wsc-modal {
	display: none;
	}
	*/
/* Cart butttons
--------------------------------------------------------*/


	.xoo-wsc-sc-cont {
    line-height: 0.9em;
    display: flex;
    padding: 6px;
    border: solid 1px;
    border-radius: 3px;
    margin-top: 10px;
    margin-right: 10px;

    }
    
    .storefront-handheld-footer-bar .xoo-wsc-sc-cont {
 	float: none;
 	margin: 10px auto;
 	 width: 130px;
    height: 42px;

    }
    
    .storefront-handheld-footer-bar .xoo-wsc-sc-cont .xoo-wsc-sc-title {
	    letter-spacing: 1px;
	    }
    /*
    .header-buttons .xoo-wsc-sc-cont {
    float: right;
    font-size: 16px;
    } */
    
    
    .xoo-wsc-sc-cont .left-side { 
    	display: flex;
		flex-direction: row-reverse;
	    }
	   span.xoo-wsc-sc-count {
	    height: 24px !important;
    width: 24px !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin-top: -10px;
    padding-left: 2px;
    margin-left: -10px;
    }
	    
    .site-header.shadow .header-buttons .xoo-wsc-sc-cont {
	       margin-top: 0px;
	}

	.nav-primary a.xoo-wsc-sc-cont, 
	.nav-secondary a.xoo-wsc-sc-cont {
	line-height:1em;
	float: right;
    font-size: 18px;
    display: flex;
	padding: 3px;
	border: solid 1px;
	border-radius: 3px;
    } 
    
   .site-header.shadow .nav-primary a.xoo-wsc-sc-cont, 
   .site-header.shadow .nav-secondary a.xoo-wsc-sc-cont {
		padding: 4px 4px 0 4px;
	}
    
    .nav-primary .xoo-wsc-sc-cart-text,
    .nav-secondary .xoo-wsc-sc-cart-text {
	    text-align: right;
    }
    
	.header-buttons .xoo-wsc-sc-title,
	.nav-primary .xoo-wsc-sc-title,
    .nav-secondary .xoo-wsc-sc-title {
	    font-size: 10px;
	      display: flex;
		  flex-direction: column;
	    }
	 .header-buttons .xoo-wsc-sc-title, 
	 .nav-primary .xoo-wsc-sc-title, 
     .nav-secondary .xoo-wsc-sc-title {
	  font-size: 10px;
	  }  
	  /*
	  .header-buttons .xoo-wsc-sc-total, 
	  .nav-primary .xoo-wsc-sc-total,
	 .nav-secondary .xoo-wsc-sc-total {
		font-size: 20px;
		}*/
	 .header-buttons span.xoo-wsc-sc-icon::before,	
	 .nav-primary span.xoo-wsc-sc-icon::before, 
   .nav-secondary span.xoo-wsc-sc-icon::before {
	 font-size: 24px;   
	 vertical-align: -webkit-baseline-middle;
  		} 
    
   
   .xoo-wsc-sc-icon {
	 margin-top: 0px;}
   	   
button.single_add_to_cart_button:before {
  line-height: 1 !important;
  }
.xoo-wsc-modal .xoo-wsc-basket {
	display: none !important;
	}
    
.basket {
	vertical-align: middle;
	margin-left: 10px; 
	font-weight:  100;
	 margin-right: 5px;
}

.xoo-wsc-sc-cont,
.xoo-wsc-sc-cont a {

		  }
		  
.account .la-user-circle,		  
.xoo-wsc-sc-cont i.la-shopping-cart:before {
	font-size: 32px;
}

.account .la-user-circle {
	vertical-align: middle;
}

		  
.side-nav .xoo-wsc-sc-cont,
.about .xoo-wsc-sc-cont {
	display: none !important;
	}
	
.side-nav .xoo-wsc-sc-cont,
.about .xoo-wsc-sc-cont {
	display: none !important;
	}

.xoo-wsc-ft-btn.xoo-wsc-cont,
.xoo-wsc-ft-btn.xoo-wsc-chkt {
	display: none !important;
}

.xoo-wsc-shiptxt {
    line-height: 1 !important;
}
	
.menu a.xoo-wsc-sc-cont:before {
    background-color: transparent;
    }
.xoo-wsc-sc-bki{
    font-size: 20px !important;
}	



/* Instagram Footer Widget Area
---------------------------------------------------------------------------- */

.instagram-footer section {
	margin: 0;
}

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

.footer-widgets {
	background-color: #fff;
	clear: both;
	padding: 60px 0;
	background-image: url(/wp-content/themes/gully_road/images/Gully-Road-Background-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

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


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

.site-footer {
	background-color: #f6e8b0;
	font-size: 10px;
	line-height: 1.5;
	padding: 15px 30px;
	text-align: center;
	text-transform: uppercase;
}

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

.site-footer a:hover,
.site-footer a:focus {
	border-bottom: 2px solid #332616;
}

.site-footer > .wrap {
	flex-direction: column;
	align-items: center;
}

.code-coconut-credits {
	margin-top: 10px;
}

	.site-header .wrap {
		display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-content: center;
	    align-items: center;
    }
.wp-custom-logo .title-area {
	max-width: 110px;
	    margin-right: 10px;
}



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

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

	table {
		table-layout: auto;
		word-break: normal;
	}

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

}

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

	/* Carousel
	--------------------------------------------- */
	.carousel-post-info {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		background-color: #fff;
		margin: 20px 30px;
	}

	/* Homepage eNews
	--------------------------------------------- */
	.blog-feed-widget .enews form {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
	}

	.blog-feed-widget .enews input[type="submit"] {
		max-width: 30%;
	}

	.blog-feed-widget .enews input {
		margin-right: 20px;
		margin-bottom: 0;
	}

	/* Previous/Next Pagination
	--------------------------------------------- */
	.pagination-next,
	.pagination-previous {
		max-width: 45%;
		margin: 0;
	}

}

@media only screen and (min-width: 960px) {
	
	.storefront-handheld-footer-bar {
		display: none;
		} 

	/* Left + Right Menu
	--------------------------------------------- */
	.site-header > .wrap {
		display: flex;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		max-width: 1300px;
		padding: 0 30px;
		margin: auto;
	}

	.site-header .title-area {
		order: 2;
		max-width: 400px;
		padding: 0px 50px;
	}

	.site-header .nav-primary {
		order: 1;
		width: 450px;
	}

	.site-header .nav-third {
		order: 3;
		width: 450px;
		display: block;
	}
	/*
	.site-header .nav-third .right-menu{
		    display: inline-flex;
			align-items: center;
	} */

	.nav-primary .genesis-nav-menu .menu-item {
		padding-top: 0px;
		padding-bottom: 8px;
	}

	.nav-third .genesis-nav-menu .menu-item {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	.nav-third .genesis-nav-menu .menu-item.menu-cart  {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.nav-third .genesis-nav-menu .menu-cart .xoo-wsc-sc-cont {	
	margin-top: 0px;
	}
	
	.genesis-nav-menu .menu-cart a::after {
		background: transparent;
		}
	.nav-third .genesis-nav-menu .menu-cart .xoo-wsc-sc-cont{	
	 margin-right: 0px;
	} 	
		
		
	.nav-third .genesis-nav-menu .menu-cart .xoo-wsc-sc-cont .right-side{	
	display: flex;
	 margin-right: 0px;
	flex-direction: column;
	} 
	
	.nav-third .genesis-nav-menu .menu-cart .xoo-wsc-sc-cont .xoo-wsc-sc-title {	
	font-size: 0.5em;
    text-align: right;
    margin-left: 5px;
    letter-spacing: 1px;
	}
	
	.nav-third .genesis-nav-menu .menu-cart .xoo-wsc-sc-cont .xoo-wsc-sc-subt {
		    text-align: right;
		    font-size: 14px;
		    }	
		    
	.nav-third .genesis-nav-menu .menu-cart .xoo-wsc-sc-cont .xoo-wsc-sc-bki {
    font-size: 16px !important;
    
	}


	/* Nav Secondary
	--------------------------------------------- */

	.nav-secondary {
		padding: 10px !important;
	}

	.nav-secondary .menu-secondary {
		flex-direction: row;
		align-items: center;
	}

	.nav-secondary .menu-item {
		margin: 0 10px;
	}

	.nav-secondary .nav-extra {
		flex-direction: row;
		margin-left: auto;
		align-items: center;
	}

	.nav-secondary .search-form-input {
		margin-left: 20px;
		text-align: right;
	}

	/* Genesis Menu
	--------------------------------------------- */
	.genesis-nav-menu .menu-item {
		display: inline-block;
		margin: 0 12px;
	}

	.genesis-nav-menu .menu-item a {
		padding: 0;
		padding-bottom: 6px;
		position: relative;
	}

	.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: #777f6b;
		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: #0073e5;
	}

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

	.genesis-nav-menu .sub-menu a {
		padding-bottom: 0;
	}

	.genesis-nav-menu .sub-menu a::after {
		height: 0;
	}

	.genesis-nav-menu .sub-menu .menu-item:hover,
	.genesis-nav-menu .sub-menu .menu-item:focus,
	.genesis-nav-menu .sub-menu .menu-item.current-menu-item {
		background-color: #f6e8b0;
	}

	.genesis-nav-menu .sub-menu {
		opacity: 0;
		padding-left: 0;
		padding-top: 12px;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
		margin-left: -12px;
		text-align: left;
	}

	.nav-primary .genesis-nav-menu .sub-menu li,
	.nav-third .genesis-nav-menu .sub-menu li {
		background-color: #fff;
		border: 2px solid #f6e8b0;
		border-top-width: 0;
		padding: 10px 15px;
	}

	.nav-primary .genesis-nav-menu .sub-menu li:first-of-type,
	.nav-third .genesis-nav-menu .sub-menu li:first-of-type {
		border-top-width: 2px;
	}

	.genesis-nav-menu .sub-menu a {
		border-top: 0;
		max-width: 200px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -38px 0 0 204px;
	}

	.genesis-nav-menu > .menu-item-has-children > a::before {
		content: "\f140";
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		font: normal 16px/1 'dashicons';
		vertical-align: top;
		position: absolute;
		right: -18px;
		top: -1px;
	}

	.genesis-nav-menu .sub-menu .menu-item-has-children > a::before {
		content: "\f139";
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		font: normal 16px/1 'dashicons';
		position: absolute;
		vertical-align: top;
		top: 0;
		right: 0;
		width: 10px;
		overflow: hidden;
	}

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

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.footer-widgets .genesis-responsive-menu {
		padding-top: 0;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}
	
	@media only screen and (max-width: 600px) {
		.genesis-responsive-menu .genesis-nav-menu .menu-item {
			margin: 12px 6px;
		}
	}
	
	/* Site Header
	--------------------------------------------- */

	.site-header {
		padding: 0 30px;
		}
		
	.wp-custom-logo .site-container .title-area {
		    padding: 0 20px;
	}
	
	.wp-custom-logo .site-container .sticky .title-area{
		 width: calc( 60px + 60px ) !important;
		
	}


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

	.nav-primary {
		width: 100%;
		text-align: right;
	}

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

	.site-inner {
		max-width: 1300px;
	}

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

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

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

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

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

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

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

	/* Layouts
--------------------------------------------- 

	article {
		position: relative;
	}

	/* Layout 2 - List
	------------------- 

	.layout-2 .entry-image {
		position: absolute;
		width: 40%;
		height: auto;
	}

	.layout-2 .entry-content,
	.layout-2 .entry-header {
		margin-left: 45%;
	}

	.layout-2 .entry-title,
	.layout-2 .entry-header .entry-meta,
	.layout-2 .read-more-container {
		text-align: left;
	}


	/* Layout 3 - Two Columns
	------------------- 

	.layout-3 .content {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.layout-3 .content article {
		max-width: 48%;
		margin-right: 4%;
	}

	.layout-3 .content article:nth-of-type(2n) {
		margin-right: 0;
	}


	/* Layout 4 - Three Columns
	------------------- 

	.layout-4 .content {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.layout-4 .content article {
		max-width: 30%;
		margin-right: 4%;
	}

	.layout-4 .content article:nth-of-type(3n) {
		margin-right: 0;
	}

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

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

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

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

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

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

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

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

	/* Site Footer
	--------------------------------------------- */
	.site-footer > .wrap {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.code-coconut-credits {
		margin-left: auto;
		margin-top: 0;
	}

}

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

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !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: 2px 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;
	}

}
#raw_dog_food-checkout-green-note_field{
	padding: 10px !important;
  border: 2px solid #59783c;
  border-radius: 6px;
  background-color: rgba(89, 121, 60, 0.25);
  font-weight: 800;
  margin: 20px auto !important;
	font-weight: 800;
	font-size:16px;
}