/*
	Theme Name: Real Pickles Theme
	Theme URI: http://ajitatedesign.com
	Description: A custom wordpress theme built by Ajitate Design using the Genesis Framework.
	Author: Ajitate Design
	Author URI: http://www.ajitatedesign.com/

	Version: 1.0

	Tags: brown, green, cream, one-column, responsive-layout, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

	Template: genesis
	Template Version: 2.2f

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/* Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Column Classes
	- 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 Share
	- Jetpack
	- WooCommerce
	- Collapse-o-matic
	- Store Finder
	- Soliloquy Responsive Slider
	- Woocommerce Product Slider
	- Genesis Blocks
- Skip Links
- Site Header
	- Site Title and Description
- Site Navigation
	- Accessible Menu
	- Primary Navigation
	- Secondary Navigation
	- Responsive Navigation
- Homepage
- Content Area
	- Entries
	- Intro Text
	- Entry Meta
	- After Entry
	- Pagination
	- Comments
- Gutenberg Blocks
- Post Types
	- Farmers
	- Recipes
	- News/Blog/Press
- Sidebars
	- Widgets
- Footer Widgets
- Site Footer
- Media Queries
		- max-width: 1180px
		- max-width: 1040px
		- max-width: 800px
		- max-width: 680px
		- max-width: 480px
*/


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

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

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

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

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

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

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.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 {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.6rem;
}

body {
	background-color: #FCFBF2;
	color: #3A2626;
	font-family: 'Averia Sans Libre', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

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

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

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

a {
	color: #8D983B;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #8D983B;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}

.sources {
	font-size: 12px;
	font-size: 1.2rem;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Averia Serif Libre', serif;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 28px;
	font-size: 2.8rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

.entry-content h4 {
	letter-spacing: 1px;
	margin-top: 40px;
	color: #8D983B;
	background: url(images/subheader-line.png) no-repeat 0% 60%;
	background-size: 100%;
}

.subheader {
	background-color: #FCFBF2 !important;
	padding-right: 5px;
	position: relative;
	z-index: 99;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 17px;
	font-size: 1.7rem;
}

.green {
	
}

.veg-background {
	color: #FCFBF2;
	background: url(images/veg-background.png) no-repeat top left;
	background-size: cover;
	background-color: #8D983B;
	padding: 50px 40px 2% 10%;
	width: 101%;
	margin: 0 auto 20px;
}

.veg-background a,
.veg-background-right a {
	border-bottom: 1px solid #FCFBF2 !important;
	color: #FCFBF2 !important;
}

.veg-background-right {
	color: #FCFBF2;
	background: url(images/veg-background-right.png) no-repeat top right;
	background-size: cover;
	background-color: #8D983B;
	padding: 30px 90px 0 10px;
	width: 100%;
	margin-left: 20px; 
}



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

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

.wp-caption {
	margin: 1em auto;
}
	

img {
	height: auto;
}

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

.gallery {
	overflow: hidden;
	margin: 0 !important;
}

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

.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 img {
	height: auto;
}

.gallery img:hover,
.gallery img:focus {
	
}


.restrict .gallery .gallery-item {
	display: none !important;
}
 
.restrict .gallery .gallery-item:first-child {
	display:block !important;
	width: 300px !important;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #3A2626;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 300;
	padding: 2px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

input[type="number"] {
	background-color: #fff;
	border: 1px solid #333;
	padding: 7px;
}

.footer-widgets input,
.footer-widgets input:focus {
	background-color: #fff;
	border: 1px solid #fff;
}

input:focus,
textarea:focus {
	background-color: #eee;
	border: 1px solid #eee;
}

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

::-moz-placeholder {
	color: #999;
	font-weight: 300;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
	color: #999;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.content .widget .textwidget a.button,
.entry-content a.button,
.entry-content a.more-link {
	background-color: transparent;
	border: 1px solid #333;
	color: #333;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 12px 24px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small,
.content .widget .textwidget .button.small,
.entry-content .button.small {
	padding: 8px 16px;
}

a.more-link {
	display: inline-block;
}

.archive .content a.more-link,
.page.page-template-page_blog .content a.more-link {
	margin-bottom: 30px;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:hover,
.button:focus,
.content .widget .textwidget a.button:hover,
.content .widget .textwidget a.button:focus,
.entry-content a.button:hover,
.entry-content a.button:focus,
.entry-content a.more-link:hover,
.entry-content a.more-link:focus {
	background-color: #8D983B;
	border: 1px solid #8D983B;
	color: #fff;
	text-decoration: none;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button,
.footer-widgets .entry-content a.more-link {
	border: 1px solid #fff;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets button:focus,
.footer-widgets input:hover[type="button"],
.footer-widgets input:focus[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:hover,
.footer-widgets .button:focus,
.footer-widgets .entry-content a.more-link:hover,
.footer-widgets .entry-content a.more-link:focus {
	background-color: #fff;
	color: #333;
	text-decoration: none;
}

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

.button {
	display: inline-block;
}

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

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

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


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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}

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

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #222;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #333;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


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

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

.site-container {
	background-color: #FCFBF2;
	margin-left: auto;
	margin-right: auto;
	
}

.site-container {
	-webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
}

.atmosphere-landing .site-container {
	max-width: 960px;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.content {
	max-width: 1000px;
	margin: 0 auto;
}

.archive .content {
	max-width: 1200px;
}


.home .content {
	max-width: none !important;
}

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


.site-inner {
	clear: both;
	margin-top: 77px;
	padding: 5% 10% 15%;
	background: url(images/RP-footer.png) no-repeat center bottom;
	background-size: 100%;
}

.atmosphere-landing .site-inner {
	margin-top: 0;
}



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

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

.avatar {
	float: left;
}

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

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

.author-box .avatar {
	height: 80px;
	width: 80px;
}

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

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

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

.archive-description,
.author-box {
	font-size: 16px;
	background: url(images/entry-title-line.png) no-repeat center bottom;
	background-size: 100%;
	padding-bottom: 30px;
}

.breadcrumb {
	font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    top: 83px;
    right: 10px;
    text-align: right;
	width: 90%;
}


a[href*="/feature-1/"],
a[href*="/feature-2/"],
a[href*="/feature-3/"] {
  display: none !important;
}

.author-box {
	font-size: 18px;
	font-size: 1.8rem;
}

.single .author-box {
	border-top: 1px solid #eee;
	padding-top: 30px;
}

.archive-description a,
.author-box a {
	border-bottom: 1px solid #ddd;
}

.archive-description a:hover,
.archive-description a:focus,
.author-box a:hover,
.author-box a:focus {
	border-bottom: 1px solid #333;
	color: #333;
}

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

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

.search-form {
	overflow: hidden;
}

.search-form input {
	-webkit-appearance: none;
}

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

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

.archive-title {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #3A2626;
}

.tag .archive-title:before {
	content: 'Posts Tagged with: ';
	font-size: 14px;
}

.author-box-title {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 10px;
	color: #3A2626 !important;
	border-bottom: none !important;
	line-height: 1;
	word-break: keep-all !important;
}

.entry-title .atmosphere-large-text {
	display: block;
	margin-bottom: 20px;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #8D983B !important;
}

.widget-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 20px;
}

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

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

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
	margin-right: 4rem;
}

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

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

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

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

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

.sticky {
}


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

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

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

.widget li li {
	border: 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 {	
	padding-bottom: 60px;
}

.featured-content .entry-content p {
	font-size: 18px;
	font-size: 1.8rem;
}

.featuredpost .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}


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

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

.enews-widget input {
	margin-bottom: 30px;
}

.enews-widget p {
	margin-bottom: 15px;
}

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

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

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

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

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #333 !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

.genericon {
	font-size: 36px !important;
	font-size: 3.6rem !important;
}

.sd-content {
	float:right;
}

h3.sd-title {
	display: none !important;
}



/* WooCommerce
--------------------------------------------- */

.soldout,
.woocommerce div.product .out-of-stock {
	color: #C95228 !important;
}

.woocommerce ul.products li.product a:nth-of-type(2) {
	display: none !important;
}

.woocommerce .woocommerce-breadcrumb {
	color: #5C4949 !important;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	background-color: #8D983B !important;
}

.woocommerce ul.products li.product h3 {
	color: #3A2626 !important;
	padding: 0 !important;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	text-align: center !important;
}

.woocommerce ul.products li.product .button {
	margin-top: 0 !important;
}

.woocommerce a.button {
	background-color: transparent !important;
	border: 1px solid #3A2626 !important;
}

.archive .add_to_cart_button {
	display: none !important;
}

div[itemprop="offers"] {
   display: none !important;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	color: #8D983B !important;
}

.woocommerce-info,
.woocommerce-info:before {
	border-top-color:#3A2626 !important;
	color: #3A2626 !important;
}


#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
	background: #f7f6f7 !important;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	list-style-type: none !important;
}

.single-product .site-inner,
.post-type-archive-product .site-inner {
	padding: 10% 0 15% !important;
}	

.post-type-archive-product .content {
	width: 65%;
	float: right;
	margin-right: 5%;	
}

.woocommerce-loop-product__title {
	display: none !important;
}

.archive .post-1267 .button {
	display: none !important;
}

.single-product .product {
	width: 75%;
	float: right;
}

.single-product .content {
	max-width: 1200px;
}

.single-product .entry {
	padding-right: 2%;
}

.post-type-archive-product .price {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0 !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
	background-color: #FCFBF2 !important;
	padding: 20px 20px !important;
	border: 1px solid #d3ced2;
	border-top: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #FCFBF2 !important;
}

.no-tabs .woocommerce-tabs {
	display: none !important;
}

.sku_wrapper,
.woocommerce-ordering,
.woocommerce-result-count {
	display:none;
}

.woocommerce-error, 
.woocommerce-info,
.woocommerce-message {
	background-color: #FCFBF2 !important;
	border-top-color: #8D983B !important;
}

.woocommerce-message:before {
	color: #8D983B !important;
}


.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	background-color: #8D983B !important;
	color: #FCFBF2 !important;
	border: none !important;
}

.product-thumbnail img {
	border: none !important;
}


#add_payment_method #payment ul.payment_methods li img, 
.woocommerce-cart #payment ul.payment_methods li img, 
.woocommerce-checkout #payment ul.payment_methods li img {
	border: none !important;
}

.woocommerce form .form-row textarea {
	height: 6em !important;
}

.woocommerce-checkout .checkout .col-2 .notes label {
	font-size: 28px;
	font-size: 2.8rem;
	font-family: 'Averia Serif Libre', serif;
}

#tab-additional_information h2 {
	display: none !important;
}

.woocommerce table.shop_attributes {
	border-top: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: auto !important;
    margin-right: 1%;
}



.woocommerce-product-gallery {
	max-width: 30% !important;
	float: right !important;
	margin-right: 5%;
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
	float: left !important;
	width: 58% !important;
	margin-left: 2%;
}


#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
	width: 75px !important;
}

.woocommerce-cart table.cart a:hover {
	border-bottom: none !important;
}
	

.apparel .woocommerce-tabs {
	display: none !important;
}

#call_for_credit p:first-of-type {
	display: none !important;
}

.cart-contents {
	float:right;
	margin-right: 20px;
	position: relative;
	top: 50px;
}

a.button.product_type_variable { display: none!important; }

.sidebar .woocommerce ul.cart_list li img, 
.sidebar .woocommerce ul.product_list_widget li img {
	display: none !important;
}

.sidebar .woocommerce ul.cart_list li dl dd, 
.sidebar .woocommerce ul.cart_list li dl dt, 
.sidebar .woocommerce ul.product_list_widget li dl dd, 
.sidebar .woocommerce ul.product_list_widget li dl dt {
	margin-bottom: 0 !important;
	margin-left: 2px !important;
}

.sidebar .woocommerce ul.cart_list li dl, 
.sidebar .woocommerce ul.product_list_widget li dl {
	border-left: none !important;
	padding-left: 0 !important;
}

.woocommerce-shipping-destination,
.woocommerce .archive-description {
	display: none !important;
}



/* Collapse-o-matic
--------------------------------------------- */

.collapseomatic {
	color: #FCFBF2 !important;
	background-image: url(images/arrow-down.png) !important;
	background-position: 98%;
	padding: 5px 10px !important;
	background-color: #8D983B !important;
}

.colomat-close {
	background-image: url(images/arrow-up.png) !important;
}

.colomat-hover {
	text-decoration: none !important;
	background-color: #3A2626 !important;
}

.mnm_table .product-name, 
.mnm_table .product-quantity, 
.mnm_table .container-quantity {
	padding: 20px 5px 0 !important;
}

.mnm_table tr {
	float: right;
	padding-right: 0 !important;
	width: 90% !important;
}

.mnm_table thead:first-of-type {
display: none !important;
}

.collapseomatic_content p {
	margin-bottom: 0 !important;
}

/* Collapse sections for Our Owners
------------------------------------- */

.page-id-2825 .collapseomatic_content {
	width: 300%;
	margin-top: 20px;
	padding-bottom: 20px;
}

.page-id-2825 .one-third:nth-child(3n+2) .collapseomatic_content {
	margin-left: -103%;
}

.page-id-2825 .one-third:nth-child(3n+3) .collapseomatic_content {
	margin-left: -211%;
}

.page-id-2825 .entry-content img {
	border: none !important;
}

.page-id-2825 .collapseomatic {
	background-color: transparent !important;
}

.page-id-2825 .colomat-close {
	border-bottom: 8px solid #8D983B !important;
}

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

	
	.page-id-2825 .collapseomatic_content,
	.page-id-2825 .one-third:nth-child(3n+2) .collapseomatic_content,
	.page-id-2825 .one-third:nth-child(3n+3) .collapseomatic_content {
		width: 100% !important;
		padding: 10px;
		max-width: 500px;
		margin: 0 auto;
	}
	
	.page-id-2825 .collapseomatic {
		text-align: center;
	}
	
	.page-id-2825 .collapseomatic {
		max-width: 500px;
		margin: 0 auto;
	}
	

	
}


/* Store Finder
--------------------------------------------- */

#slResults .resName .resNumber {
	background-color: #8D983B !important;
}

/* Soliloquy Responsive Slider
------------------------------------- */

/* To get rid of -4px bottom margin for image links */
a img {
	margin-bottom: 0;
}

a .soliloquy-link {
	width: 100%;
	height: 100%;
}

/* To avoid noticeable vertical movement for hover state of Soliloquy's Control Nav (typically circles) */
.soliloquy-container .soliloquy-control-nav li a,
.soliloquy-theme-classic .soliloquy-pager-link {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

/* To remove bottom border for Soliloquy controls */
.entry-content .soliloquy-controls-direction a {
	display: none !important;
}

.soliloquy-container .soliloquy-next {
	display: none !important;
}

.soliloquy-container .soliloquy-prev {
	display: none !important;
}

.soliloquy-container a {
	border-bottom: none !important;
}

.soliloquy-container .soliloquy-pager-link {
	background: #8D983B none repeat scroll 0 0 !important;
	border-radius: 20px;
	opacity: 0.5;
	width: 10px;
	margin: 5px;
}

.soliloquy-container .soliloquy-pager-link:hover, 
.soliloquy-container .soliloquy-pager-link.active {
	opacity: 1;
}

.soliloquy-container .soliloquy-item > a {
	float: right !important;
	z-index: 100;
}

.soliloquy-container .soliloquy-caption-inside,
.soliloquy-container .soliloquy-caption-inside p {
	color: #3A2626 !important;
}


.soliloquy-container .soliloquy-caption-inside h2 {
	font-size: 21px;
	font-size: 2.1rem;
}


.soliloquy-caption h4.title {
	color: #3A2626;
	font-size: 28px;
	font-weight: bold;
        font-style: normal;
	line-height: 1;
	display: table-cell !important;
        vertical-align: bottom !important;
	text-align: center !important;
	padding-bottom: 5px;
	margin: 3vh auto 0;
	width: 400px;
	height: 70px;
	word-break: keep-all;
	position: relative;
	z-index: 101;
}

.soliloquy-container a.button {
	border-radius: 3px;
	background: #574A49;
	color: #fff;
	padding: 16px 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 30px;
}

.soliloquy-container a.button:hover {
	background: #3d9970;
	color: #fff;
}




/* Homepage Test Slider
------------------------------------- */



.home-slide,
.home-slide .soliloquy-container,
.home-slide .soliloquy-container .soliloquy-item > a{
	height:100vh;
	max-height: 600px;
	max-width:none !important;
}



.home-slide .soliloquy-container .soliloquy-item > a {
	width: 100vw;
	height: auto;
}


.home-slide .soliloquy-container .soliloquy-image {
	border: 20px solid transparent;
   	border-image: url(images/img-border.png) 28 stretch;
	-webkit-border-image: url(images/img-border.png) 28 stretch; /* Safari 3.1-5 */
    	-o-border-image: url(images/img-border.png) 28 stretch; /* Opera 11-12.1 */
	background-color: #FCFBF2;
	float:right;
	width: 40%;
	margin-top:9%;
	margin-right:2%;
}

.home-slide .soliloquy-container .soliloquy-caption {
	background:transparent !important;
	z-index:0 !important;
	position: absolute;
	top:0;
	height: 111%;
}

.home-slide .soliloquy-caption h4.title {
	background: none;
	text-transform: uppercase;
	display:block !important;
	text-align: center !important;
	margin: 0;
	width:100%;
	position:absolute;
	top:17%;
}

.home-slide .soliloquy-container .soliloquy-caption-inside .caption {
	font-size: 14px;
	padding-bottom: 20px;
	margin-top: 0;
	width:100%;
	padding-left:10%;
	padding-right: 10%;
	position:absolute;
	bottom:0;
}

.home-slide {
	background-size:100% !important;
}


.home-slide .soliloquy-container .soliloquy-pager {
	position:absolute;
	bottom: -20%;
}

@media only screen and (min-width: 1500px) { 
	.home-slide,
	.home-slide .soliloquy-container,
	.home-slide .soliloquy-container .soliloquy-item > a{
	max-height: none !important;
	}
}

@media only screen and (max-width: 1140px) {
	
	
	.home-slide {
	background-size:110% !important;
	padding-top:1%;
	}
	
	.home-slide .soliloquy-container .soliloquy-image {
	margin-top:11%;
	}
	
	.home-slide .soliloquy-container .soliloquy-caption {
	height: 125%;
	}
	
	.home-slide .soliloquy-container .soliloquy-caption-inside .caption {
	bottom: 8%;
	}

}

@media only screen and (max-width: 975px) {
	.soliloquy-caption h4.title {
	font-size: 21px;
	}
	
	.home-slide .soliloquy-container .soliloquy-caption-inside .caption {
	bottom: 4%;
	}
	
	.home-slide {
		max-height:500px;
	}
	
}


@media only screen and (min-width: 1280px) {
	.home-slide,
	.home-slide .soliloquy-container,
	.home-slide .soliloquy-container .soliloquy-item > a{
		max-height: none;
		padding-top:1%;
	}
	
	.home-slide .soliloquy-container .soliloquy-pager {
	position:absolute;
	bottom: -15%;
	}
}


@media only screen and (max-width: 800px){
	.home-slide {
    display: none !important;
	}
}





/* Woocommerce Product Slider
------------------------------------- */

.page-id-7978 .wcps-items .layer-content,
.front-page-2 .wcps-items .layer-content {
	display: none !important;
}

.wcps-container {
	width: 99% !important;
	margin: 0 auto !important;
	position: relative;
}

.wcps-container .owl-carousel {
	padding-top: 20px !important;
}

.wcps-container .owl-stage-outer {
	position: relative;
	z-index: 99;
}

.wcps-container .owl-nav {
	top: 45% !important;
	right: 0 !important;
	width: 100% !important;
	position: relative;
	z-index: 80;
}

.owl-nav .owl-prev {
	background: rgba(0,0,0,0) url(images/right.png) no-repeat scroll 50% 50% !important;
	margin: 0 10px;
	float: left !important;
	border: none !important;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	width: 32px !important;
	height: 32px !important;
}

.owl-nav .owl-next {
	background: rgba(0,0,0,0) url(images/right.png) no-repeat scroll 50% 50% !important;
	margin: 0 10px;
	float: right !important;
	border: none !important;
	width: 32px !important;
	height: 32px !important;
}

.owl-carousel {
	padding: 0 40px;
}

.owl-stage-outer {
	max-height: 175px !important;
}

#wcps-728 .owl-nav button .fas {
	display: none !important;
}


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

.gb-block-post-grid header .gb-block-post-grid-title {
	font-size: 21px !important;
	text-align:center;
}


.gb-block-post-grid header .gb-block-post-grid-title a {
	font-size: 2.4rem !important;
	color: #8D983B !important;
}



.gb-block-post-grid header .gb-block-post-grid-title a:hover {
	border-bottom: none !important;
}

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

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

/* Display outline on focus */
:focus {
	color: #222;
	outline: #ddd solid 1px;
}


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

.site-header {
	background-color: #8D983B;
	min-height: 77px;
	padding: 20px 40px;
	position: fixed;
	top: 0;	
	width: 100%;
	z-index: 999;
}

.admin-bar .site-header {
	top: 32px;
}

.front-page .site-header {
	background-color: none !important;
}


/* Site Title and Description
--------------------------------------------- */

.title-area {
	float: left;
	margin-top: 8px;
}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

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

.header-image .nav-primary:not(button) {
	margin-top: 22px;
}

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

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

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	min-height: 70px;
	width: 300px;
}

.header-image .title-area {
	margin: 3px 0 0;
	width: 300px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

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

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

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

.genesis-nav-menu a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px;
	text-transform: uppercase;
	color: #FCFBF2;
	font-weight: 400;
}

.genesis-nav-menu .current-menu-item > a {
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	background-color: #3A2626;
	left: -9999px;
	opacity: 0;
	position: absolute;
}

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

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

.genesis-nav-menu .sub-menu a {
	border-bottom: 1px solid #FCFBF2;
	border-top: 0;
	padding: 15px;
	position: relative;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #8D983B;
}

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

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


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

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

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


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

.nav-primary {
	float: left;
	margin-top: 2px;
	margin-left: 40px;
	font-family: 'Averia Serif Libre', serif;
	width: auto;
}

.nav-primary .sub-menu {
	border-bottom: 1px solid #eee;
}

.nav-primary li.highlight > a {
	background-color: #FCFBF2;
	border: 1px solid #333;
	margin-left: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
	
.nav-primary li.highlight > a:hover,
.nav-primary li.highlight > a:focus {
	background-color: #34313b;
	border: 1px solid #34313b;
	color: #FCFBF2;
}

.nav-primary .highlight > .sub-menu {
  margin-left: 15px;
}

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

.menu-item .tiny {
	text-transform: none !important;
	font-size: 12px;
}

.right .menu-item li {
	float: right;
}

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

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

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

/* Responsive Navigation
--------------------------------------------- */

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

/* Homepage
---------------------------------------------------------------------------------------------------- */


.page-id-7978 .content {
	max-width: none !important;
}

.page-id-7978 .site-inner {
	padding: 0;
	margin-top: 55px;
}


.page-id-7978 .site-header .title-area,
.page-id-7978 .breadcrumb,
.page-id-7978 .entry-header {
	display: none !important;
}

.page-id-7978 .site-header {
    min-height: 50px;
    background-color: rgb(252, 251, 242);
    padding-top: 5px;
}


.page-id-7978 .menu-primary a {
	color: rgb(141, 152, 59);
}

.page-id-7978 .genesis-nav-menu .sub-menu a {
	color: #FCFBF2;
}

.page-id-7978 .nav-primary {
    position: relative;
    z-index: 99;
    width: 100%;
    float: left;
    text-align: center !important;
    margin: 10px !important;
    top: -5px;
}



.front-page-mobile img,
.owl-item img {
	border: none !important;
}

.page-id-7978 .js nav button:hover, .page-id-7978 .js .menu-toggle:hover, .page-id-7978 .js .nav-primary, .page-id-7978 .menu-toggle:before, .page-id-7978 .menu-toggle.activated:before, .page-id-7978 .menu-toggle, .page-id-7978 .sub-menu-toggle {
	color: #3A2626 !important;
}




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

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

.entry,
.page.page-template-page_blog-php .entry {
	margin-bottom: 60px;
}

.page .entry,
.single .entry {
	border-bottom: 0;
}

.single .entry {
	margin-bottom: 0;
}

.entry-content a:hover,
.entry-content a:focus {
	border-bottom: 1px solid #8D983B;
	transition: all 0.5s ease;
}

img a:hover {
	border-bottom: none !important;
}

.page .entry-content p:last-child {
	margin-bottom: 0;
}

.page.page-template-page_blog-php .content p:last-child,
.search-results .page .entry-content p:last-child {
	margin-bottom: 30px;
}

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

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

.entry-content ul > li {
	list-style-type: disc;
	margin-left: 20px;
}

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


.entry-content img {
	border: 20px solid transparent;
   	border-image: url(images/img-border.png) 28 stretch;
	-webkit-border-image: url(images/img-border.png) 28 stretch; /* Safari 3.1-5 */
    	-o-border-image: url(images/img-border.png) 28 stretch; /* Opera 11-12.1 */
	background-color: #FCFBF2;
}

/* Intro Text
--------------------------------------------- */
.entry-content p.intro,
.entry-header span.intro {
	display: block;
	font-size: 20px;
	font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.entry-content p.intro:after,
.entry-header span.intro:after {
	border-bottom: 1px solid #333;
	content: "";
	display: block;
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 10%;
}

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

p.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 0;
}

.category-recipes .entry-header .entry-meta, {
	display: none !important;
}


.entry-header .entry-meta,
.entry-header .entry-meta:last-child {
	margin-bottom: 24px;
	margin-top: -10px;
}

.entry-footer {
	margin-bottom: 30px;
	border-top: 1px solid #3A2627;
}

.entry-author,
.entry-comments-link,
.entry-footer .entry-meta,
.entry-time {
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 0;
}

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

.entry-tags {
	text-transform: lowercase;
}

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

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

.after-entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
	padding-bottom: 30px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry a:hover,
.after-entry a:focus {
	text-decoration: underline;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

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

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

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

.more-link-wrap {
	display: inline-block;
	margin-bottom: 0;
}

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

.pagination {
	clear: both;
}

.pagination a {
	border-bottom: 1px solid #ddd;
}

.pagination a:hover,
.pagination a:focus {
	border-bottom: 1px solid #333;
	color: #333;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-transform: uppercase;
}

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

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

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
}

.entry-pings,
.comment-respond {
	padding-top: 60px;
}

.entry-comments {
	padding-top: 20px;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-respond a:hover,
.comment-respond a:focus,
.entry-comments a:hover,
.entry-comments a:focus {
	border-bottom: 1px solid #333;
	color: #333;
}

.comment-header {
	font-size: 18px;
	font-size: 1.8rem;
}

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

.entry-comments .comment {
	border-bottom: 1px solid #eee;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

.entry-comments .children .comment {
	border: none;
}

.comment-list li {
	list-style-type: none;
}

.comment-list ul.children {
	margin-left: 40px;
}

/* FAQ
--------------------------------------------- */


.open-close-btns {
	text-align: right;
}

.open-close-btns button {
	padding: 2px;
	border: none;
}

.question .open a {
	background-color: #fff;
}

.faq h3 {
	font-size: 18px !important;
	font-size: 1.8rem !important;
	margin-bottom: 2px !important;
	margin-top: 20px;
}

.faq h3 a {
	border-bottom: none !important;
	color: #3A2626;
}

.answer {
	margin-bottom: 20px;
	padding: 10px 20px;
}

.answer p {
	border-left: 3px solid #8D983B;
	padding-left: 5px;
}

/* Gutenberg Blocks
---------------------------------------------------------------------------------------------------- */

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

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

@media (max-width: 920px) {
	.alignwide {
		margin: 32px calc( ( 767px - 920px ) / 2 );
		max-width: 920px;
		width: 920px;
	}
}

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

/* Custom Post Types
---------------------------------------------------------------------------------------------------- */

/* Farmers
--------------------------------------------- */

.farmer-details {
	color: #8D983B;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 20px;
	line-height: 1;
}

.post-type-archive-farmer .content {
	width: 100% !important;
	margin: 0 auto !important;
}

.post-type-archive-farmer a:hover {
	border-bottom: none !important;
}

.post-type-archive-farmer .site-inner {
	padding: 10% 10% 15% !important;
}

/* Portfolio Archive with Featured Images in a Grid revealing Title and Excerpt on Hover
---------------------------------------------------------------------------------------- */

.portfolio-entries {
	overflow: hidden;
	margin-bottom: 80px;
	margin-top: 50px;
}

.portfolio-entries .farmer-details a,
.portfolio-entries .farmer-details {
	color: #FCFBF2 !important;
	font-size: 14px !important;
	font-size: 1.4rem;
	line-height: 1.5;
}
	

.portfolio-entries .entry {
	position: relative;
	background: #3A2626;
	border-bottom: none;
	padding: 0;
	margin-bottom: 2.564102564102564%;
}

.portfolio-entries .entry-content-wrap {
	padding: 30px 0;
}

.content .portfolio-entries .entry:last-of-type {
	margin: 0 0 2.564102564102564% 2.564102564102564%;
}
.content .portfolio-entries .entry.first:last-of-type {
	margin: 0 0 2.564102564102564% 0;
}

.portfolio-entries .entry-title {
	font-size: 28px !important;
	font-size: 2.8rem !important;
}

.portfolio-entries .entry-title a:hover,
.portfolio-entries .entry-title a {
	color: #FCFBF2; !important;
}
	

.portfolio-entries .entry-content a {
	color: #FCFBF2;
	text-transform: uppercase;
	font-weight: 700;
}

.portfolio-entries .entry-content p {
	margin-bottom: 0;
	color: #FCFBF2;
	font-size: 14px;
	text-align: center;
}

.portfolio-entries .entry img {
	display: block;
	left: 0;
	position: absolute;
	-webkit-transition:  all .2s linear;
	-moz-transition:  all .2s linear;
	-o-transition:  all .2s linear;
	transition:  all .2s linear;
}

.portfolio-entries .entry img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}

.portfolio-entries .entry-content-wrap {
		padding: 10px;
	}


.post-type-archive-recipe .entry-content-wrap {
	padding: 0 !important;
}

.post-type-archive-recipe .entry-content {
	padding: 10px;
}

.post-type-archive-recipe .entry-title {
	position: relative;
	z-index: 990;
	text-align: center;
	background-color: #392627;
	padding: 10px;
}

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

	.portfolio-entries .entry img {
		position: static;
	}

	.portfolio-entries .entry {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	.portfolio-entries .entry img:hover {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=1);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	.portfolio-entries .entry-title {
		margin-bottom: 5px;
		margin-top: 5px;
		font-size: 21px;
		text-align: center;
	}

	.portfolio-entries .entry-content-wrap {
		padding: 20px;
	}

	.portfolio-entries {
	margin-top: 50px;
	}

	.portfolio-entries .one-third {
	margin-left: auto !important;
	margin-right: auto !important;
	}

}

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

	.portfolio-entries .entry {
		margin-bottom: 5%;
	}


}


/* Recipes
--------------------------------------------- */

.product-recipes .alignright {
	margin: 0;
}

.product-recipes img {
	width: 200px !important;
	padding: 0;
}

.product-recipes a:hover {
	border-bottom: none;
}

.product-recipes .wrap {
	border-bottom: 1px dotted #3A2626;
	margin-bottom: 10px;
	padding: 0 10px;
}

/* News/Blog/Press
--------------------------------------------- */

.post-1050 .entry-header,
.post-1050 .entry-content {
	display: none !important;
}

.category-ferment .archive-description {
	background: url() no-repeat center bottom !important;
	padding-bottom: 0 !important;
	margin-bottom: 50px;
}

.ferment .content {
	max-width: 1200px;
	padding: 0;
}

.page-id-1282 .sharedaddy .sd-content,
.ferment .sharedaddy .sd-content {
	display: none !important;
}

.page-id-1277 .site-inner,
.page-id-515 .site-inner,
.category-press .site-inner,
.category-news .site-inner,
.single-post .site-inner {
	padding: 10% 0 15%;
}

.page-id-1277 #tag_cloud-2,
.page-id-515 #tag_cloud-2,
.category-press #tag_cloud-2,
.category-news #tag_cloud-2 {
	display: none !important;
}

.page-id-1277 .content,
.page-id-515 .content,
.category-press .content,
.category-news .content,
.single-post .content  {
	width: 60% !important;
	float: right !important;
	margin-left: 5% !important;
	margin-right: 10% !important;	
}

.ferment-loop {
	margin-right: 0 !important;
	margin-left: 0 !important;
	width: 75%;
	float: right;
}

.page-id-1277 .entry,
.page-id-515 .entry,
.page-id-1282 .entry {
	margin-bottom: 20px !important;
	background: url(images/entry-title-line.png) no-repeat center bottom;
	background-size: 100%;
	padding-bottom: 0;
}

.page-id-1277 .entry p,
.page-id-515 .entry p {
	margin-bottom: 0 !important;
}

.page-id-1277 .entry-content,
.page-id-515 .entry-content {
	margin-bottom: 20px;
}


.archive .entry-header .entry-meta {
	margin-top: 2px;
}

.archive .post .entry {
	border: 1px solid #3A2626 !important;
	background-color: #fff !important;
	padding: 2% !important;
}

.category-press .entry-footer {
	display: none;
}

.category-press .entry {
	margin-bottom: 0;
}

.category-press .entry-meta {
	display: none;
}

.category-news .entry-footer {
	display: none;
}

.ferment h1 {
	background: url(images/entry-title-line.png) no-repeat 0% 60%;
	background-size: 100%;
}

.post-1050 h1 {
	background: url()!important;
}

.fermentnew-entries h1 {
	margin-bottom: 0;
}

.ferment-tags {
	line-height: 1;
	text-align: justify;
	margin-bottom: 40px;
}

.page-id-1282 .tag-sidebar,
.archive .tag-sidebar {
	width: 25%;
	float: left;
	padding-right: 30px;
	background-color: #FCFBF3;
}



.ferment .more a{
	text-align: right;
	margin-bottom: 30px;
	border: 1px solid #3A2626;
	border-bottom: 1px solid #3A2626 !important;
	color: #3A2626;
	display: inline-block;
	float: right;
	padding: 5px;
	margin-bottom: 2px;
}

.ferment .more a:hover {
	background-color: #8D983B;
	color: #FCFBF2;
	border: 1px solid #8D983B;
	border-bottom: 1px solid #8D983B !important;
}

.category-ferment .entry-title a {
	font-size: 2.8rem;
	font-size: 28px;
}

.news-entries {
	padding: 15px;
	margin: 4px 4px 20px;
}

.news-entries .entry-header {
	line-height: 2.5rem;
}

.news-entries .entry-title,
.news-entries .entry-title a {
	line-height: 3rem;
	color: #3A2626 !important;
	font-family: 'Averia Serif Libre', serif;
	font-size: 24px !important;
	font-size: 2.4px;
	margin-bottom: 20px !important;
}

.news-entries .entry-title a:hover {
	color: #8D983B !important;
}

.news-entry {
	background-color: #8D983B;
	height: 150px;
}

.ferment .entry-title {
	margin-bottom: 0;
}

.ferment img a:hover {
	border-bottom: none !important
}

.post-info {
	font-size: 14px;
	font-size: 1.4rem;
}

.tags a {
	text-transform: lowercase;
	color: #3A2626;
	text-align: right !important;
}

.ferment-entries .entry-title a:hover,
.ferment-tags a:hover,
.tags a:hover {
	color: #3A2626 !important;
	
}

.ferment .ferment-entries {
	border-top: none !important;
}

.category-news .news-entries {
	border-bottom: 1px solid #3A2626;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.ferment-entries .excerpt {
	padding-top: 10px;
}

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

.content-sidebar-wrap .sidebar .wrap {
	width: 100px !important;
}

.sidebar .wrap {
	width: 20%;
	float: left;
	margin-left: 40px;
	margin-top: 30px;
}


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


.sidebar .widget {
	display: block;
	margin-top: 40px;
}


.tagcloud {
	line-height: 1;
}

.tagcloud a:hover {
	color: #3A2626;
}


.sidebar .menu-item a {
	background-color: #8D983B;
	color: #FCFBF2;
	font-family: 'Averia Serif Libre', serif;
	text-transform: uppercase;
	margin-bottom: 2px;
	display: block;
	padding: 5px 10px;
}

.sidebar .menu-item a:hover {
	background-color: #3A2626;

}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.full-width-footer,
.footer-widgets {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
	padding-top: 0px;
	background-color: #8D983B;
	color: #FCFBF0;
	text-align: center;
}

.footer-widgets a {
	color: #FCFBF0;
}

.footer-widgets p a:hover {
	border-bottom: 1px solid #FCFBF0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 30%; /* 360px / 1200px */
	float: left;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 5%; /* 60px / 1200px */
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer {
	display: none !important;
}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 0;
	}

}

#simple-social-icons-2 ul li a, 
#simple-social-icons-2 ul li a:hover, 
#simple-social-icons-2 ul li a:focus {
	padding: 5px !important;
}


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

.site-footer {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 1% 20%;
	text-align: center;
	color: #FCFBF2;
	background-color: #8D983B;
}


.site-footer a {
	color: #FCFBF2;
}

.site-footer a:hover {
	border-bottom: .5px solid #FCFBF2;
}

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


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


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

	.site-inner {
		padding-left: 10%;
		padding-right: 10%;
	}

	.header-image .site-title > a,
	.header-image .title-area {
		width: 250px;
	}


}

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

	.header-image .site-title > a,
	.header-image .title-area {
		width: 200px;
		height: 40px;
	}

	.veg-background {
	padding: 50px 40px 2% 15%;
	}
	
	.owl-stage-outer {
		max-height: none !important;
	}
	
	
}

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

	
	.site-header .title-area {
		width: 40%;
		margin: 0 5px;
	}
	
	.page-id-7978 .nav-primary {
    margin: 5px !important;
 
	}
	
	.nav-primary,
	.js .genesis-nav-menu .sub-menu,
	.js .genesis-nav-menu .sub-menu a,
	.header-image .site-title > a,
	.site-header {
		width: 100%;
		margin: 0 !important;
	}
	
	.nav-primary li.highlight > a,
	.nav-primary li.highlight > a:hover,
	.nav-primary li.highlight > a:focus,
	.js .nav-primary .sub-menu a {
		background: none;
		border: none;
	}

	.nav-primary li.highlight > a {
		margin-left: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
		
	.nav-primary li.highlight > a:hover,
	.nav-primary li.highlight > a:focus {
		color: #55acee;
	}
	
	.nav-primary .genesis-nav-menu li.highlight > a:hover,
	.nav-primary .genesis-nav-menu li.highlight > a:focus {
		background-color: #fff;
	}

	.js nav {
		display: none;
		position: relative;
	}

	.js nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}
	
	.admin-bar .menu-toggle {
		top: 0;
	}

	.comment-list ul.children {
		margin-left: 0;
	}

	.site-footer {
		padding: 20px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #8D983B;
		color: #FCFBF2;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.menu-toggle:hover,
	.menu-toggle:focus,
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		position: relative;
		right: 0;
		top: 0;
		z-index: 1000;
		width: 150px;
		float: right;
		text-align:right;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		color: #FCFBF2;
		content: "\f130";
		display: inline-block;
		font: normal 25px/1 'ionicons';
		margin: 0 auto;
		padding-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
		vertical-align: bottom;
	}

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

	.sub-menu-toggle:before {
		content: "\f3d0";
		display: inline-block;
		font: normal 16px/1 'ionicons';
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

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

	.js .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-top: 1px;
		margin-bottom: 1px;
		position: relative;
		text-align: left;
	}

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

	.js .genesis-nav-menu .menu-item a {
		border: none;
		padding: 10px;
		width: 100%;
	}

	.js .genesis-nav-menu .menu-item a:hover,
	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

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

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

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

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

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


	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: transparent;
		color: #FCFBF2;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #3A2626;
		color: #FCFBF2 !important;
	}

	.site-inner {
	padding: 10px 5px 50px; !important;
	background: url(images/RP-footer.png) no-repeat center bottom;
	background-size: 150% auto;
	margin-top: 80px;
	}
	
	.site-header {
	padding: 0 !important;
	}

	.front-page-1,
	.homepage-slider {
	display: none !important;
	}
	
	.gallery-item {
		float: none;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 100%;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.category-news .content,
	.category-press .content,
	.category-ferment .content,
	.page-id-1282 .tag-sidebar,
	.archive .tag-sidebar,
	.post-type-archive-product .content,
	.single-product .product,
	.single-post .content,
	.ferment-loop {
		width: 100% !important;
		float: none !important;
		margin: 20px 0 !important;
		padding: 0 5px;
	}

	.sidebar .wrap {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	text-align: center !important;
	}

	.archive-description {
	text-align: center !important;
	}

	.category-news .news-entries {
	padding-top: 0;
	padding-bottom: 10px;
	margin-bottom: 10px !important;
	overflow: auto !important; 
	}

	.news-entries .entry-title {
	margin-bottom: 10px;
	}
	

}


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

	.front-page-mobile {
	display: none
	}
	

}

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


	.veg-background {
	padding: 50px 40px 30px 33%;
	}

	.woocommerce #content div.product div.images, 
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images, 
	.woocommerce-page div.product div.images{
	float: none !important;
	margin-right: 0 !important;
	}

	.fermentnew-entries .entry-title {
	font-size: 28px !important;
	font-size: 2.8rem !important;
	}
	
	.fermentnew-entries .entry-title a {
	display: block !important;
	position: relative !important;
	top: 0 !important;
	width: 100%;
	text-align: center;
	float: none;
	}

}

@media only screen and (max-width: 600px) {
	
	
	html {
    font-size: 80%; /* 10px browser default */
	}
	
	html {
    font-size: 62.5%; /* 10px browser default */
}

	/* Chrome fix */
	body > div {
    font-size: 1.8rem;
	}
		
	.header-image .site-title > a {
	position: relative;
	top: -10px;
	}

	.site-inner {
		padding: 0 5%;
	}
	
	.site-header  {
		min-height: 55px;
	}

	.site-header .title-area {
		width: 40%;
		margin: 0px 5px 0;
	}

	.veg-background,
	.veg-background-right {
	background-image: none !important;
	padding: 5px !important;
	width: 100% !important;
	}

	.entry-content h4 {
	background: none !important;
	border-bottom: 1px solid #8D983B;
	margin-top: 0;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0 5px !important;
	}

	.alignright,
	.alignleft {
	float: none !important;
	display: table-cell;
	}

	.ferment-entries .entry-title {
	font-size: 28px;
	font-size: 2.8rem;
	}

	.ferment-entries .alignleft {
	float: left !important;
	margin-right: 5px !important;
	}

	.owl-nav .owl-prev,
	.owl-nav .owl-next {
	height: 20px;
	width: 20px;
	}
	

}