/*
	Theme Name: Centric Theme
	Theme URI: http://my.studiopress.com/themes/centric/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.1

	Tags: black, green, orange, purple, red, yellow, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

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

*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Icons
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
		- Shrink
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Centric Charcoal
		- Centric Green
		- Centric Orange
		- Centric Purple
		- Centric Red
		- Centric Yellow
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 782px
		- Max-width: 480px

*/


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

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

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

/* Box Sizing

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

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


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

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

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


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


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

#gaiframe {
	display: none !important;
}

body {
	background-color: #fff;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.625;
	
}

html, body{
	overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link {
/*	-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: #2e2f33;
	color: #fff;
}

::selection {
	background-color: #2e2f33;
	color: #fff;
}

a {
	color: #0d5235; /* #729000 */
	text-decoration: underline;
}

.content a:hover,
.sidebar a:hover,
a:hover {
	color: #729000;
	text-decoration: none;
}

.a-recipes {
	color: #739000;
	text-decoration: none;
}

.a-recipes:hover {
	color: #739000;
	text-decoration: underline !important;
}

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

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

ol.show,
ul.show {
	margin: 0 0 20px 20px;
	padding: 0;
}

li {
	list-style-type: none;
}

li.show {
	list-style-type: disc;
	font-size: 14px;
	font-weight: 400;
	color: #666;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 44px;
	font-weight: 600;
	color: #56503d;
	margin: 0 0 35px;
}

h2 {
	font-size: 40px;
	color: #739000;
	margin: 0 0 12px;
}

h2.contact-head {
	font-size: 30px;
	color: #739000;
	margin: 0;
}

h3 {
	font-size: 23px;
	color: #56503d;
}

h4 {
	font-size: 23px;
	color: #739000;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Icons
--------------------------------------------- */

.features {
	text-align: center;
}

.features .dashicons {
	font-size: 64px;
	height: 64px;
	margin: 0 0 20px;
	width: 64px;
}


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

.thumbnail-wrapper {
	max-width: 225px;
	margin: 0 20px 0 0;
	float: left;
}

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}


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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	padding: 10px 15px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #666666;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #666666;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #739000;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	text-align: center;
	width: auto;
	margin-top: 15px;
}

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

.button {
	display: inline-block;
}

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


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

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

td,
th {
	text-align: left;
}

th {
	font-weight: 300;
}

.shipperstable {
	max-width: 688px;
	margin: 30px auto 0;
}

.shipperstable tr td {
	width: 162px;
	padding: 0 5px 50px 5px;
	font-size: 12px;
	text-align: center;
}

.shipperstable h3 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #636363;
	margin-top: 5px;
}

.shipperstable p {
	margin: 0;
}


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


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

.wrap {
	margin: 0 auto;
	max-width: 1050px;
}

.site-inner {
	background-color: #fff;
	clear: both;
}


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

/* Content */

.content {
	float: right;
	padding: 40px 0 80px;
	width: 690px;
}

.page-id-5164 .content {
	float: right;
	padding: 0 0 0;
	width: 690px;
}

.centric-pro-home .content {
	padding: 0;
}

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

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

/* Primary Sidebar */

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

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

.sidebar-grower-profiles {
	max-width: 234px;
}

.sidebar-primary h4 {
	font-size: 16px;
	color: #739000;
	font-weight: 600;
	margin-bottom: 10px;
}

.sidebar .widget-title {
	display: none;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-fifth,
.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-fifth {
	width: 18.52991452991453%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


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



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

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

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

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description {
	font-size: 24px;
}

.author-box {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding-bottom: 80px;
}

.author-box-title {
	font-size: 18px;
	margin-bottom: 16px;
}

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

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

.search-form {
	overflow: hidden;
}

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

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

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

.page-title {
	display: none;
	color: #fff;
	padding: 40px 0 80px;
	text-align: center;
}

.page-title .archive-title,
.page-title .entry-title {
	font-size: 60px;
	font-weight: 700;
}

.sidebar h1 {
	display: none;
}

.post .entry-title {
	display: none;
}

.entry-title {
	font-size: 44px;
	text-transform: uppercase;
}

.content .entry-title a,
.sidebar .widget-title a {
	color: #2e2f33;
}

.entry-title a:hover,
.footer-widgets .featured-content .entry-title a:hover {
	color: #13afdf;
}

.widget-title {
	display: none;
	font-size: 18px;
	margin-bottom: 20px;
}

.sidebar .widget-title {
	display: none;
}

.site-header .widget-title {
	display: none;
}

.farm-to-fork .widget-title {
	display: none;
}

.home-widgets .widget-title {
	display: none;
}

.home-widgets .entry-title {
	display: none;
}

.footer-widgets .widget-title {
	color:#739000;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.footer-widgets .entry-title a,
.footer-widgets .featured-content .entry-title a {
	color: #fff;
}


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

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

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

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

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

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

a.alignnone {
	display: inline-block;
}

img.alignnone,
.alignnone {
	margin-bottom: 0;
}

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

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

}

.wp-caption.alignright {
	margin: 0 0 4px 15px;
}

.wp-caption.alignleft {
	margin: 0 15px 4px 0;
}

.wp-caption-text {
	line-height: 1.2;
	color: #000;
	font-weight: 600;
	text-align: left;
}

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

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


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

.widget {
	margin-bottom: 25px;
/*	word-wrap: break-word; */
}

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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


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

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

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

.sidebar .featuredpost .entry {
	padding: 25px 0;
	border-bottom: 1px solid #e2e2e2;
}

.sidebar .featuredpost .entry:last-child {
	border-bottom: none;
}

.featured-content .entry-title a {
	color: #2e2f33;
}

.widget-area .featured-content .entry-title a:hover {
	color: #000;
}

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


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


/* Marketing Resources
--------------------------------------------- */

.marketing-resource-container {
	position: relative;
	float: left;
	margin: 0 40px 100px 0;
}

.marketing-resource-link-container {
	position: absolute;
	top: 140px;
	width: 100%;
	margin-bottom: 80px;
	overflow: hidden;
}

.marketing-resource-link {
	display: block;
	float: left;
	font-size: 14px;
	margin-right: 55%;
	margin-bottom: 10px;
}

.marketing-resource-link:nth-child(2n+0) {
	margin-right: 0;
}



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

/*

.soliloquy-container .soliloquy-prev {
	display: block !important;
	width: 32px !important;
	height: 32px !important;
	position: absolute !important;
	top: 90% !important;
	margin-top: -16px !important;
	left: 88% !important;
	z-index: 1320 !important;
	background: rgba(0,0,0,0.7) url("/images/left.png") no-repeat scroll 50% 50%;
}

.soliloquy-container .soliloquy-next {
	display: block !important;
	width: 32px !important;
	height: 32px !important;
	position: absolute !important;
	top: 90% !important;
	margin-top: -16px !important;
	right: 4% !important;
	z-index: 1320 !important;
	background: rgba(0,0,0,0.7) url("/images/right.png") no-repeat scroll 50% 50%;
}

*/

.soliloquy-viewport {
	overflow: hidden !important;
}

.af-box {
	background: #fefae7;	
	width: 226px;
	padding: 10px 0;
	margin: 0;
	border: 1px solid #c8c8c8;
}

/*

.af-box:nth-child(2n+0) {
	margin: 0 0 40px 0;
}

.af-button {
	display: block;
	padding: 0;
	margin: 0;
	float: right;
}

.af-popup {
	max-width: 848px;
	background: #fbf8e4;
	padding: 25px 60px;
	margin: 0 auto;
}

.af-grower {
	margin: 20px 0 10px 4%;
	float: right;
}

*/


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

.widget #genesis-responsive-slider,
.widget #genesis-responsive-slider .flexslider {
    background-color: transparent;
    border: none;
    padding: 0;
}

.widget #genesis-responsive-slider .slide-excerpt {
    background-color: #2e2f33;
    margin: 0;
    opacity: 0.9;
}

html > body .widget .slide-excerpt-border {
    border: none;
}

.widget #genesis-responsive-slider h2 a:hover {
    color: #ccc;
}



/* Fruits & Varieties Page Styles
---------------------------------------------------------------------------------------------------- */

.varietytabscustomnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	max-width: 690px;
	height: 166px;
	display: block;
	background: url(/wp-content/uploads/2015/05/bg-varieties-tabs2.jpg) 0 0 no-repeat;
}

.entry-content ul.varietytabscustomnav {
	margin-left: 0;
}

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

.varietytabscustomnav li {
	float: left;
	margin: 0 15px 0 0;
}

.varietytabscustomnav li a {
	height: 166px;
	display: block;
	text-indent: -9000px;
	list-style-type: none;
}

.varietytabscustomnav li a.bartlett:link,
.varietytabscustomnav li a.bartlett:visited {
	width: 83px;
	background: url(/wp-content/uploads/2015/05/sprite-tab-bartlett.jpg) no-repeat;
}

.varietytabscustomnav li a.bosc:link,
.varietytabscustomnav li a.bosc:visited {
	width: 81px;
	background: url(/wp-content/uploads/2015/05/sprite-tab-bosc.jpg) no-repeat;
}

.varietytabscustomnav li a.seckel:link,
.varietytabscustomnav li a.seckel:visited {
	width: 69px;
	background: url(/wp-content/uploads/2015/05/sprite-tab-seckel.jpg) no-repeat;

}

.varietytabscustomnav li a.comice:link,
.varietytabscustomnav li a.comice:visited {
	width: 75px;
	background: url(/wp-content/uploads/2015/05/sprite-tab-comice.jpg) no-repeat;
}

.varietytabscustomnav li a.redpear:link,
.varietytabscustomnav li a.redpear:visited {
	width: 88px;
	background: url(/wp-content/uploads/2015/05/sprite-tab-redpear.jpg) no-repeat;
}

.varietytabscustomnav li a.forelle:link,
.varietytabscustomnav li a.forelle:visited {
	width: 77px;
	background: url(/wp-content/uploads/2015/05/sprite-tab-forelle.jpg) no-repeat;
}

.varietytabscustomnav li a.sunsprite:link,
.varietytabscustomnav li a.sunsprite:visited {
	width: 92px;
	background: url(/wp-content/uploads/2015/05/sprite-tab-sunsprite.jpg) no-repeat;
}

.varietytabscustomnav li a.bartlett:hover,
.varietytabscustomnav li a.bosc:hover,
.varietytabscustomnav li a.seckel:hover,
.varietytabscustomnav li a.comice:hover,
.varietytabscustomnav li a.redpear:hover,
.varietytabscustomnav li a.forelle:hover,
.varietytabscustomnav li a.sunsprite:hover {
	background-position: 0 -166px;
}



/*
Recipes Pages Styles
---------------------------------------------------------------------------------------------------- */

.recipe-container {
	width: 100%;
	text-align: center;
	word-spacing: 10px;
	padding: 0;
	margin: 50px 0 0;
}

.recipe-box-outer {
	word-spacing: 0;
	display: inline-block;
	padding: 0;
	margin: 0 0 40px;	
	vertical-align: top;
	border: 1px solid #e5e5e5;
}

.recipe-box-inner {
	width: 180px;
	height: 270px;
	padding: 0;
	margin: 0;
	border: 1px solid #dddddd;
}

.recipes-thumbnail {
	width: 178px;
	height: 146px;
	margin-bottom: 10px;
}

.recipes-thumbnail img {
	width: 100%;
	height: 100%;
}

.recipe-container h2 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	color: #739000;
	text-align: center;
	padding: 0 5px;
}

.recipe-welcome {
	max-width: 810px;
	font-size: 16px;
	padding: 0 100px 0 0;
	margin: 40px auto 0;
}


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

.site-header {
	background-color: #fff;
	width: 100%;
	padding: 0;
	margin: 0;
}

.page-id-5164 .site-header {
	position: relative;
	z-index: 999;
	background-color: transparent;
	width: 100%;
	padding: 0;
/* 	margin: 0 0 20px; */
}

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

.site-header .wrap {
	width: 100%;
	padding: 0 2%;
	margin: 0 auto;
}


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

.title-area {
	max-width: 986px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	float: none;
}

/*
.header-full-width .title-area {
	max-width: 100%;
}
*/

.site-title {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #fff;
	text-transform: uppercase;
}

.header-image .site-title > a {
	background-size: 100% !important;
	max-width: 986px !important;
	max-height: 80px !important;
	padding: 0 0 20px;
	margin: 0;
	float: none;
	position: static;
	display: block;
}

.page-id-5164 .site-title a {
	background-image: url(/wp-content/uploads/2017/07/logo-2017.jpg) !important;
}

.site-description {
    height: 0;
    text-indent: -9999px;
}

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

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



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

.header-social-media {
	background: #fff;
	width: 100%;
	padding: 20px 0 0;
	margin: 0;
	overflow: hidden;
}

.page-id-5164 .header-social-media {
	position: relative;
	z-index: 999;
	background: transparent;
	width: 100%;
	padding: 20px 0 0;
	margin: 0;
	overflow: hidden;
}

.header-social-media .widget {
	margin-bottom: 0;
}

.sm-container {
	max-width: 238px;
	padding: 0;
	margin: 0 auto;
}

.sm-container a,
.sm-container p {
	display: inline;
	padding: 0;
	margin: 0;
}

.industry-report img {
	margin-bottom: -15px;
}

.industry-report a {
	display: block;
	max-width: 126px;
	font-size: 16px;
	font-weight: 600;
	color: #8ca060;
}

.industry-report-mobile {
	display: none;
}

.farm-to-fork {
	max-width: 1240px;
	height: 125px;
	margin: 0 auto -150px;
	overflow: visible;
}

.site-header .widget {
	margin-bottom: 0;
}

.site-header .widget-area {
	width: 100%;
	color: #fff;
	text-align: left;
	padding: 0;
	margin: 0;
}

.floating-optin-widget {
	width: 42px;
	height: 0;
	position: fixed;
	top: 260px;
	left: 0;
	z-index: 99;
	overflow: visible;
}



/*
Page Top Featured Image
---------------------------------------------------------------------------------------------------- */

.top-featured-image .wrap {
	max-width: 100%;
}

.top-featured-image {
	max-width: 100%;
	max-height: 300px !important;
	padding: 0;
	margin: 0 auto 0;
	overflow: hidden;
}

.top-featured-image img.alignleft {
	padding: 0;
	margin: 0 !important;
	width: 100%;
}



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

.canada-menu-flag {
	display: block !important;
	background: url(/wp-content/uploads/2018/06/flag-canada.jpg) !important;
	background-repeat: no-repeat !important;
	background-position: center right !important;
	background-size: 65px 35px !important;
	width: 85% !important;
}

.mexico-menu-flag {
	display: block !important;
	background: url(/wp-content/uploads/2018/06/flag-mexico.jpg) !important;
	background-repeat: no-repeat !important;
	background-position: center right !important;
	background-size: 65px 35px !important;
	width: 85% !important;
}

.page-id-5164 .canada-menu-flag,
.page-id-5164 .mexico-menu-flag {
	background: none !important;
}

.nav-a {
	cursor: pointer;
}

.hide {
	display: none !important;
}

.hide-nav {
	display: none !important;
}

.genesis-nav-menu {
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	padding: 0;
	margin: 10px 0 0;
	text-transform: uppercase;
	clear: both;
	-webkit-font-smoothing: subpixel-antialiased;
}

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

.genesis-nav-menu li {
	display: block;
	cursor: default;
}

.genesis-nav-menu li a {
	display: block;
	color: #56503d;
	text-decoration: none;
	padding: 20px 8px;
	margin: 0;
}

.page-id-5164 .genesis-nav-menu li a {
	display: block;
	color: #56503d;
	text-decoration: none;
	padding: 20px 8px;
	margin: 0;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #c8c8c8;
	opacity: 0.8;
	color: #000;
}

.genesis-nav-menu li.current-menu-ancestor > a {
	background-color: #c8c8c8;
	opacity: 0.8;
	color: #000;
}

.genesis-nav-menu .sub-menu {
	background-color: #c8c8c8;
	left: -9999px;
	opacity: 0.8;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu li a:hover {
	background-color: transparent;
}

.genesis-nav-menu .sub-menu a {
/*	background-color: #8b4c1e;
	opacity: 0.9; */
	font-size: 14px;
	color: #56503d;
	padding: 15px 10px;
	position: relative;
	width: 200px;
	text-transform: none;
	border-bottom: 2px solid #fff;
}

.genesis-nav-menu .sub-menu a:hover {
/* 	background-color: #c8c8c8; */
	opacity: 1.0;
	color: #000;
}

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

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

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

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

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



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

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


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

.nav-primary .wrap {
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
}

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

.page-id-5164 .nav-primary {
	position: relative;
	z-index: 999;
	background: transparent;
	margin: 0 auto;
	width: 100%;
}


/* Farmers Subpage Navigation
--------------------------------------------- */

.nav-widget {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.menu-farmers-sub-nav-container,
.menu-our-fruit-sub-nav-container,
.sub-nav-container {
	max-width: 820px;
	padding: 0;
	margin: 45px auto 0;
	overflow: hidden;
	text-align: center;
}

.menu-farmers-sub-nav-container ul li,
.menu-our-fruit-sub-nav-container ul li {
	display: inline;
}

.menu-farmers-sub-nav-container .menu-item a,
.menu-our-fruit-sub-nav-container .menu-item a {
	display: inline-block;
	background: #8ca060;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px;
	margin: 0 20px 20px 0;
}

.menu-farmers-sub-nav-container .menu-item a:hover,
.menu-our-fruit-sub-nav-container .menu-item a:hover {
	background: #739000;
}

.menu-farmers-sub-nav-container .current-menu-item a,
.menu-our-fruit-sub-nav-container .current-menu-item a,
.menu-farmers-sub-nav-container .current-menu-ancestor a,
.menu-our-fruit-sub-nav-container .current-menu-ancestor a  {
		background: #739000;
}

.menu-farmers-sub-nav-container .menu-item a:last,
.menu-our-fruit-sub-nav-container .menu-item a:last {
	margin-right: 0;
}


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

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\f333";
	font: normal 20px/1 'dashicons';
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}



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


/* Home Page
--------------------------------------------- */
.home-mobile {
	display: none;
}

.home-widgets-1 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.no-show {
	display: none;
}

.responsive-farmers,
.responsive-fruit,
.responsive-recipes,
.responsive-sustainable {
	display: none;
}

.home-static-content,
.banner1-static-content {
	background: #d5d8c9;
	width: 100%;
	padding: 40px 0;
	margin: 0;
	border-bottom: 10px solid #56503d;
}

.page-id-5164 .site-inner .wrap {
	max-width: 100%;
}

.page-id-5164 .top-featured-image {
	display: none;
}

.home-video-container {
	position: relative;
	background: #000;
	width: 100%;
	height: 103vh;
	padding: 0;
	margin: -225px 0 0;
	border-bottom: 10px solid #d5d8c9;
	z-index: 1;
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.25);
	z-index: 99;
}

.anchor {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.home-video {
	display: block;
	width: 100vw;
	height: 100%;
	padding: 0;
	margin: 0;
	object-fit: cover;
	-o-object-fit: cover;
}

.home-golden-summer {
	background: url(/wp-content/uploads/2017/08/banner-golden-summer.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	max-height: 342px;
	min-height: 342px;
	padding: 60px 0;
	margin: 0;
	border-bottom: 10px solid #d5d8c9;
}

.banner1-head {
	max-width: 460px;
	font-size: 96px;
	line-height: 1;
	font-weight: 800;
	text-align: center;
	color: #deba48;
	padding: 0;
	margin: 0 auto 10px;
}

.banner1-subhead-responsive {
	display: none;
}

.banner1-subhead {
	max-width: 390px;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 600;
	text-align: center;
	color: #739000;
	padding: 0;
	margin: 0 auto;
}

.banner-subhead {
/* 	max-width: 900px; */
	font-size: 18px;
	line-height: 1.9;
	font-weight: 400;
	text-align: center;
	color: #fff;
	padding: 0;
	margin: 0 auto;
}

.home-farmers {
	background: url(/wp-content/uploads/2017/08/banner-artisan-growers.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	max-height: 560px;
	min-height: 560px;
	padding: 260px 0 0;
	margin: 0;
	border-bottom: 10px solid #d5d8c9;
}

.page-id-5164 .home-farmers {
	background: url(/wp-content/uploads/2019/02/artisan-farmers-2019.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	max-height: 560px;
	min-height: 560px;
	padding: 340px 0 0;
	margin: 0;
	border-bottom: 10px solid #d5d8c9;
}

.banner2-wide-container {
	max-width: 640px;
	padding: 5px 0 0;
	margin: 0 auto;
	overflow: hidden;
}

.banner2-header-container {
	max-width: 700px;
	padding: 5px 0 0;
	margin: 0 auto;
	overflow: hidden;
}

.banner2-wide-container a,
.banner2-header-container a,
.page-id-5164 .banner2-header-container a {
	text-decoration: none;
	color: #fff;
}

.banner2-head {
	font-size: 68px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	color: #fff;
	padding: 0;
	margin: 0 auto 10px;
	letter-spacing: 4px;
}

.banner2-head a {
	color: #fff;
	text-decoration: none;
}

.banner2-subhead {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 400;
	text-align: center;
	color: #739000;
	padding: 0;
	margin: 0 auto;
}

.farmer-box-container {
	max-width: 790px;
	padding: 0;
	margin: 30px auto 0;
	overflow: hidden;
}

.farmer-box-container a {
	text-decoration: none;
	color: #739000;
}

.farmer-box1 {
	display: block;
	width: 233px;
	padding: 0;
	margin: 0 40px 0 0;
	float: left;
}

.farmer-box2 {
	display: block;
	width: 233px;
	padding: 0;
	margin: 0 40px 0 0;
	float: left;
}

.farmer-box3 {
	display: block;
	width: 233px;
	padding: 0;
	margin: 0;
	float: left;
}

.home-farmer-img {
	display: block;
	padding: 0;
	margin: 0 0 -10px;
	border: 5px solid #d5d8c9;
}

.farmer-name {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	text-align: center;
	color: #739000;
	padding: 0;
	margin: 0 0 4px;
}

.farmer-info {
	font-size: 12px;
	line-height: 1.2;
	font-weight: 400;
	text-align: center;
	color: #739000;
	padding: 0;
	margin: 0;
}

.home-fruit {
	background: url(/wp-content/uploads/2017/08/banner-fruit.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	max-height: 434px;
	min-height: 434px;
	padding: 20px 0;
	margin: 0;
	border-bottom: 10px solid #d5d8c9;
}

.page-id-5164 .home-fruit {
	background: url(/wp-content/uploads/2019/02/our-fruit-2019.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	max-height: 460px;
	min-height: 460px;
	padding: 20px 0;
	margin: 0;
	border-bottom: 10px solid #d5d8c9;
}

.banner3-wide-container {
	max-width: 630px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

.banner3-wide-container a {
	text-decoration: none;
}

.banner3-head {
	font-size: 68px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: 160px 0 0;
	margin: 0 auto;
	letter-spacing: 4px;
}

.banner3-head a,
.page-id-5164 .banner3-head a {
	text-decoration: none;
	color: #fff;
}

.banner3-subhead {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 400;
	text-align: center;
	color: #739000;
	padding: 0;
	margin: 0 auto;
}

.fruit-box-container {
	max-width: 790px;
	padding: 0;
	margin: 20px auto 0;
	overflow: hidden;
}

.fruit-box-container a {
	text-decoration: none;
}

.fruit-box1 {
	width: 232px;
	padding: 0 0 10px;
	margin: 0 40px 0 0;
	float: left;
}

.fruit-box2 {
	width: 232px;
	padding: 0;
	margin: 0 40px 0 0;
	float: left;
}

.fruit-box3 {
	width: 232px;
	padding: 0;
	margin: 0;
	float: left;
}

.home-fruit-img {
	display: block;
	padding: 0;
	margin: 0 auto;
}

.fruit-box-copy {
	font-size: 17px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	color: #739000;
	padding: 0;
	margin: 0 auto;
}

.home-recipes {
	background: url(/wp-content/uploads/2017/08/banner-recipes.jpg) top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	max-height: 408px;
	min-height: 408px;
	padding: 40px 0;
	margin: 0;
	border-bottom: 10px solid #d5d8c9;
}

.page-id-5164 .home-recipes {
	background: url(/wp-content/uploads/2019/02/recipes-2019.jpg) top center no-repeat;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	max-height: 480px;
	min-height: 480px;
	padding: 40px 0;
	margin: 0;
	border-bottom: 10px solid #d5d8c9;
}

.banner4-wide-container {
	max-width: 630px;
	padding: 5px 0 0;
	margin: 0 auto;
	overflow: hidden;
}

.banner4-wide-container a {
	text-decoration: none;
}

.banner4-head {
	font-size: 68px;
	line-height: 1;
	font-weight: 800;
	text-align: center;
	color: #fff;
	padding: 0;
	margin: 150px auto 0;
	letter-spacing: 2px;
}

.banner4-head a,
.page-id-5164 .banner4-head a {
	color: #fff;
	text-decoration: none;
}

.banner4-subhead {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 400;
	text-align: center;
	color: #739000;
	padding: 30px 0;
	margin: 0 auto;
}

.home-sustainable {
	background: url(/wp-content/uploads/2017/08/banner-sustainability.jpg) top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	max-height: 410px;
	min-height: 410px;
	padding: 40px 0;
	margin: 0;
}


.page-id-5164 .home-sustainable {
	background: url(/wp-content/uploads/2019/02/sustainability-2019.jpg) top center no-repeat;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	max-height: 480px;
	min-height: 480px;
	padding: 40px 0;
	margin: 0;
}

.banner5-wide-container {
	max-width: 630px;
	padding: 5px 0 0;
	margin: 0 auto;
	overflow: hidden;
}

.banner5-wide-container a {
	text-decoration: none;
}

.banner5-head {
	font-size: 68px;
	line-height: 1;
	font-weight: 800;
	text-align: center;
	color: #fff;
	padding: 0;
	margin: 120px auto 0;
	letter-spacing: 2px;
}

.banner5-head a {
	color: #fff;
	text-decoration: none;
}

.banner5-subhead {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 400;
	text-align: center;
	color: #739000;
	padding: 0;
	margin: 0 auto 40px;
}

.page-id-5164 a:hover,
.page-id-5164 p:hover {
	color: rgba(255,255,255,.7);
}


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

.entry {
	margin-bottom: 0;
}

.post {
	border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

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


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

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

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

.entry-footer .entry-meta {
	padding-bottom: 80px;
}

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

.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.entry-comments-link::before {
	content: "\f125";
	margin-left: 20px;
}

.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}

.entry-time::before {
	content: "\f145";
}


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

.after-entry {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding: 0 0 80px;
}

.after-entry li {
	list-style-type: none;
}

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

.pagination {
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #739000; /* #2e2f33; */
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #9fb841; /* #13afdf; */
	color: #fff;
}


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

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

.entry-comments,
.entry-pings {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 80px;
}

li.comment {
	border-left: 1px solid #e5e5e5;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 40px;
}

.comment-list li li {
	margin-right: -40px;
}

.comment-header a {
	color: #2e2f33;
}

.comment-header a:hover {
	color: #13afdf;
}

.comment-author,
.comment-reply-link {
	font-weight: 700;
}

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

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

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

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

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


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

.sidebar {
	border-left: none;
	font-size: 14px;
	color: #777777;
	margin-bottom: 0;
	padding: 55px 0 40px 0;
}

.sidebar-content .sidebar {
	border: none;
	border-right: 1px solid #e5e5e5;
	text-align: right;
}

.sidebar li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.sidebar .widget {
	padding: 0;
}


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

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

.footer-widget .wrap {
	max-width: 1000px;
	margin: 0 auto;
}

.footer-widgets {
	background-color: #fff;
	padding: 60px 0 0;
	border-top: 15px solid #d5d8c8;
	clear: both;
	position: relative;
	z-index: 1;
	overflow: visible;
}

.home .footer-widgets {
	border-top: none;
}

.footer-widgets .widget-title {
	display: none;
}

.footer-widgets p {
	color: #2c674e;
}

.footer-widgets a {
	font-size: 12px;
	line-height: 1.2;
	font-weight: 400;
	color: #2c674e;
	text-decoration: none;
}

.footer-widgets a:hover {
	text-decoration: underline;
}

.footer-widgets li {
	padding-bottom: 5px;
	line-height: 1.2;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	width: 154px;
	height: 288px;
	border-right: 1px solid #2c674e;
}

.footer-widgets-2,
.footer-widgets-3 {
	width: 120px;
	height: 288px;
	padding-right: 12px;
	border-right: 1px solid #2c674e;
}

.footer-widgets-4,
.footer-widgets-5,
.footer-widgets-6,
.footer-widgets-7 {
	width: 120px;
	height: 288px;
	padding-right: 12px;
	border-right: 1px solid #2c674e;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	margin-right: 20px;
}

.footer-widgets-4,
.footer-widgets-5,
.footer-widgets-6 {
	margin-right: 20px;
}

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

.footer-widgets-4,
.footer-widgets-5,
.footer-widgets-6,
.footer-widgets-7 {
	float: left;
}

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

.site-footer {
	background-color: #fff;
	color: #3a7059;
	font-size: 13px;
	font-weight: 400;
	padding: 40px 0;
}

.site-footer,
.site-footer a {
	color: #3a7059;
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer p {
	text-align: center;
	color: #3a7059;
	word-spacing: 1px;
	margin-bottom: 0;
}

/* 13-03-2019 */
.home-video-container-mobile {
    display: none;
}
/* 13-03-2019 */

/* 30062020 start */

.content-block {padding: 60px 15px; max-width: 1050px; margin:auto;}
.content-block h1{font-size: 44px;font-weight: 600; color: #56503d; margin: 0 0 35px;}
.content-block h3 {font-size: 40px; color: #739000; margin: 0 0 12px; font-weight: 600;}
.content-block h4 {color: #666; font-family: 'Open Sans', sans-serif; font-size: 14px;line-height: 1.625; font-weight: 700; }
.content-block .green-bg-text {background: #739000; font-size: 14px; color: #ffffff;padding: 5px; display: block; text-align: center; }
.green-bg{  background: #739000;padding: 20px 0;}
.content-block p em {font-size: 15px;color: #666;}
.content-block p{color: #666;font-family: 'Open Sans', sans-serif; }


.recipes-wrapper {padding: 60px 0; }
.recipes-wrapper h1{font-size: 44px;font-weight: 600; color: #56503d; margin: 0 0 35px;font-family: 'Open Sans', sans-serif;}
.recipes-links {font-size: 20px;line-height: 50px; color: #739000;margin: 15px 0 20px;font-weight: 600;display: block;font-family: 'Open Sans', sans-serif;}
.recipes-links:hover{color: #739000;}
.header-recipes-bg .header-content {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;width: 100%;padding:0 15px;max-width: 580px}
.search-recipes-block {display: flex;min-width: 480px;}
.search-recipes-block .btn {background: #739000;border: 2px solid #739000;border-radius: 0;margin-left: 15px;padding: 12px 25px;font-weight: 600;width: 50%;cursor: pointer;}
.search-recipes-block .form-group{margin-bottom: 0;}
.search-recipes-block input {border: none;border-radius: 0;padding: 12px;margin-bottom: 0 !important;height: 55px;}


.search-videos {max-width: 60%;background: #fef9df;padding: 15px 40px;margin: 40px auto 60px !important;min-width: 580px;}
.search-videos .searchandfilter ul li input{height: 50px;border: none;border-radius: 0;margin:0px;box-shadow: inset 0 0 5px #d0d0d0;}
.search-videos .btn {background: #739000;border: 2px solid #739000;border-radius: 0;padding: 12px 25px;font-weight: 600;width: 260px;}
.search-videos .searchandfilter, .search-videos .searchandfilter ul {width: 100%;}
.search-videos .searchandfilter ul{margin-bottom: 0;display: flex;}
.search-videos .searchandfilter li{padding-right: 0;}
.search-videos .searchandfilter ul li:nth-child(1) {width: 60% !important;padding-right: 0 !important;}
.search-videos .searchandfilter ul li input[type="submit"] {margin-left: 25px;font-weight: 600 !important;font-family: 'Open Sans', sans-serif !important;box-shadow: none !important;letter-spacing: 0 !important;width: 100% !important;}
.recipes-wrapper ul li .a-recipes {font-weight: bold !important;font-size: 16px !important;}
.recipes-wrapper ul li{padding-right: 25px !important;}


.recipe-page-bg {max-width: 100%;max-height: 300px !important;padding: 0;margin: 0 auto 0;overflow: hidden;position: relative;}
.recipe-page-bg .searchandfilter, .recipe-page-bg .searchandfilter ul {width: 100%;}
.recipe-page-bg .searchandfilter ul{margin-bottom: 0;display: flex;}
.recipe-page-bg .searchandfilter li{padding-right: 0;}
.recipe-page-bg .searchandfilter ul li{width: 47% !important;padding-right: 0 !important;}
.recipe-page-bg .searchandfilter ul li input[type="submit"] {margin-left: 25px;font-weight: 600 !important;font-family: 'Open Sans', sans-serif !important;box-shadow: none !important;letter-spacing: 0 !important;width: 100% !important;}
.recipe-page-bg .searchandfilter ul li input{height: 50px;border: none;border-radius: 0;margin:0px;}
.recipe-page-bg .watch-recipe-button { border: 2px solid #ffffff;border-radius: 0 !important;padding: 10px 25px;margin-bottom: 40px;color: #ffffff !important;font-size: 26px;font-weight: 600;text-decoration: none;display: inline-block;}
.recipe-page-bg .watch-recipe-button:hover{background-color: #739000;border-color: #739000;color: #ffffff !important;text-decoration: none !important;}
.recipe-page-bg img { min-height: 250px; width: 100%;}
.header-bg-inner{width: 100%;}
/* slider */

.hero-text .hero-slide h1 {font-size: 72px;font-weight: bold;color: #Ffffff;}
.hero-text .hero-slide{position: relative;}

.hero-text .hero-slide .header-content p {font-size: 22px; font-weight: 700 !important;}
.hero-text  .hero-slide .header-content .btn.btn-primary {border: 2px solid #ffffff;border-radius: 0 !important;padding: 10px 25px;margin-bottom: 25px;
	color: #ffffff;font-size: 18px;font-weight: 600;text-decoration: none;display: inline-block;background: transparent;}
.hero-text  .hero-slide .header-content .btn.btn-primary:hover {background-color: #739000;border-color: #739000;color: #ffffff !important;}
.hero-text .slick-dots{bottom:70px}
.hero-text .slick-dots li button {font-size: 0;line-height: 0;display: block;width: 15px;height: 15px;padding: 5px;cursor: pointer;border-radius: 50%;
	border: 0;outline: none;background: #ffffff;opacity: 0.7;}
.hero-text .slick-dots li.slick-active button{opacity: 1;}
.hero-text .slide-arrow.prev-arrow.slick-arrow {right:25px;}
.hero-text .slide-arrow.next-arrow.slick-arrow {left:25px;}
.hero-text .slick-arrow {position: absolute;z-index: 999999;top: 50%;transform: translate(0,-50%);font-family: 'fontawesome';font-size: 32px;background: transparent;padding: 0;}
.hero-text .hero-slide .header-content {width: 100% !important;	padding: 50px !important;max-width: 1280px !important;text-align: left !important;left: 0 !important;right: 0 !important;;top: 20% !important;bottom: 0;margin: auto !important;transform: translate(0,0) !important;}


/* 30062020 end */

ul.recipes-tabs-new {margin: 0 20px 30px !important;text-align: center;}
ul.recipes-tabs-new li {padding: 0 15px 0 0 !important;font-weight: bold !important;color: #885624;font-family: 'Open Sans', sans-serif;}
ul.recipes-tabs-new li a{font-family: 'Open Sans', sans-serif;transition:all ease-in-out 0.3s;}
ul.recipes-tabs-new li a:hover{color: #885624 !important}
.recipe-page-bg .searchandfilter {background: rgba(255,255,255,0.5);padding: 15px 40px;}
#usContent h3 {margin-top: 25px;margin-bottom: 10px;}
.site-inner a {color: #739000 !important;}
.site-inner a:hover{text-decoration: underline;}
.footer-widgets a:hover{color:#2c674e !important;}
.page-id-5164 .site-inner a {color: inherit !important;}
/* Media Queries ---------------------------------------------------------------------------------------------------- */

/* 30062020 start */


/* 07.04.2022 start */
.page-id-6632 .site-inner .wrap,
.page-id-6713 .site-inner .wrap,
.page-id-6724 .site-inner .wrap {
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.page-id-6632 .top-featured-image,
.page-id-6713 .top-featured-image,
.page-id-6724 .top-featured-image {
    display: none;
}

.page-id-6632 .home-farmers, .page-id-6632 .home-fruit, .page-id-6632 .home-recipes, .page-id-6632 .home-sustainable,
.page-id-6713 .home-farmers, .page-id-6713 .home-fruit, .page-id-6713 .home-recipes, .page-id-6713 .home-sustainable,
.page-id-6724 .home-farmers, .page-id-6724 .home-fruit, .page-id-6724 .home-recipes, .page-id-6724 .home-sustainable {
	background-attachment: unset;
}

.page-id-6713 .home-fruit,
.page-id-6724 .home-fruit {
  background-image: url(/wp-content/uploads/2019/02/our-fruit-2019.jpg);
}
.page-id-6713 .home-recipes,
.page-id-6724 .home-recipes {
  background-image: url(/wp-content/uploads/2019/02/recipes-2019.jpg);
}
.page-id-6713 .home-sustainable,
.page-id-6724 .home-sustainable {
    background-image: url(/wp-content/uploads/2019/02/sustainability-2019.jpg);
}
.page-id-6713 .entry-content p:empty,
.page-id-6724 .entry-content p:empty {
	display: none;
}

.page-id-6713 .hero-text + p,
.page-id-6724 .hero-text + p {
    display: none;
}

.page-id-6713 #rev_slider_5_1_forcefullwidth,
.page-id-6724 #rev_slider_5_1_forcefullwidth {
	margin-bottom: 6px !important;
}

/* 07.04.2022 end */

@media screen and (max-width: 1280px) {
.hero-text .slide-arrow.next-arrow.slick-arrow{left: 15px;}
.hero-text .slide-arrow.prev-arrow.slick-arrow{right: 15px;}
}
@media screen and (max-width: 991px) {

    .recipes-links{font-size: 22px;}
    .recipes-wrapper h1, .content-block h1{font-size: 36px;}
    .content-block h3{font-size: 32px;margin-top: 15px;}
	.hero-text .hero-slide h1{font-size: 72px;}
	.hero-text .hero-slide .header-content{top:10%;}
	nav.nav-primary, .page-id-5164 .nav-primary, .site-header .trigger{z-index: 999999999;}

}


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

    .search-videos {min-width: auto;max-width: 100% !important;display:block !important}
	.search-videos .btn{margin-top:15px;width:100%;}
	.recipes-wrapper img {width: 100%;}
	.hero-text .hero-slide h1{font-size: 52px;}
	.hero-text .slick-arrow{font-size: 22px;}
}

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

    .search-recipes-block{display:block;padding:0 15px;min-width: 320px;}
    .search-recipes-block .btn{margin:15px 0 0;width:100%;}
	.recipe-page-bg .watch-recipe-button{padding:10px 15px;font-size: 18px; width: 100%;}
	.recipe-page-bg .searchandfilter ul{display: block;}
	.recipe-page-bg .searchandfilter ul li{width:100% !important}
	.recipe-page-bg .searchandfilter ul li input[type="submit"]{margin-left: 0;margin-top:15px;}
	.hero-text .hero-slide h1{font-size: 36px;}
	.hero-text .hero-slide .header-content p{font-size:18px;}
	.header-recipes-bg .header-content{width: 90%;}
	.recipe-page-bg .searchandfilter{padding: 15px;}
}


/* 30062020 end */

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


	.footer-widgets .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.hide-nav {
		display: inline-block !important;
	}

	.industry-report-mobile {
		display: block;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		color: #e6bf26;
	}

	.header-right {
		width: 500px;
		float: none;
		padding: 0;
		margin: 0 auto;
	}

	.farm-to-fork {
		display: none;
	}

	.top-featured-image {
		margin: 1.5% auto 0;
	}

	.slider-fix {
		margin: 0;
	}

	.sidebar-primary {
		width: 300px;
	}

	.af-popup {
		max-width: 848px;
		background: #fbf8e4;
		padding: 25px 60px;
		margin: 40px auto;
	}
}


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

	.af-popup {
		margin: 0 auto;
	}

	.af-grower {
		display: block;
		margin: 20px auto 10px;
		float: none;
	}

}


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

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
   	}
	
	.page-id-5164 .wrap {
		padding-left: 0%;
		padding-right: 0%;
   	}
   	/* 13-03-2019 */
   	.header-image .site-title > a {
   	    max-width: 886px !important;
   	    margin: 0 auto;
   	}
   	.page-id-5164 .genesis-nav-menu li a {
   	    padding: 20px 6px;
   	    font-size: 13px;
   	}

   	.genesis-nav-menu li a {
   	    padding: 20px 6px;
   	    font-size: 13px;
   	}
	/* 13-03-2019 */
}


@media only screen and (max-width: 1080px) {
	
	.home-video-container {
		margin: -280px 0 0;
	}
}


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


	.content,
	.sidebar-primary,
	.site-header .widget-area {
		width: 100%;
	}

	.page-title {
		padding: 0 40px 40px;
	}

	.page-title .archive-title,
	.page-title .entry-title {
		font-size: 36px;
	}

	.sidebar {
		border: none;
		margin: 0;
		padding: 0 0 80px;
	}

	.sidebar .widget {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6,
	.footer-widgets-7 {
		margin-bottom: 20px;
		max-width: 150px;
	}

	.footer-widgets {
		display: none;
	}

	.home-desktop {
		display: none;
	}

	.home-mobile {
		display: inline;
		max-width: 982px;
	}
}


@media only screen and (max-width: 836px) {
	.home .responsive-farmers {
		padding-top: 0;
	}
	.home-widgets-1 {
		background: #d5d8c9;
	}

	.home-farmers,
	.page-id-5164 .home-farmers,
	.home-fruit,
	.page-id-5164 .home-fruit,
	.home-recipes,
	.page-id-5164 .home-recipes,
	.home-sustainable,
	.page-id-5164 .home-sustainable {
		background: none;
		width: 100%;
		max-height: auto;
		min-height: auto;
		padding: 0;
		margin: 0 auto;
		border: none;
	}

	
	.home-golden-summer {
		background-attachment: initial;
		max-height: 382px;
		min-height: 342px;
	}

	
	.home-static-content,
	.banner1-static-content,
	.banner2-header-container,
	.banner2-wide-container,
	.farmer-box-container,
	.banner3-wide-container,
	.fruit-box-container,
	.banner4-wide-container,
	.banner5-wide-container {
		display: none;
	}

	.banner1-subhead-responsive {
		display: block;
		max-width: 390px;
		font-size: 30px;
		line-height: 1.3;
		font-weight: 600;
		text-align: center;
		color: #fff;
		padding: 0;
		margin: 0 auto;
	}

	.responsive-farmers,
	.responsive-fruit,
	.responsive-recipes,
	.responsive-sustainable {
		display: block;
		padding: 40px 5%;
		overflow: hidden;
	}

	.responsive-fruit,
	.responsive-sustainable {
		background: #eaece4;
	}

	.responsive-container {
		max-width: 218px;
		padding: 0;
		margin: 0 auto;
	}

	.responsive-farmers a,
	.responsive-fruit a,
	.responsive-recipes a,
	.responsive-sustainable a,
	.responsive-container a {
		color: #739000;
		text-decoration: none;
	}

	.farmer-name,
	.farmer-info,
	.fruit-box-copy {
		color: #000;
		text-decoration: none;
	}

	.banner2-head,
	.banner3-head,
	.banner4-head,
	.banner5-head {
		text-align: center;
		color: #739000;
		text-decoration: none;
		padding: 0;
		margin: 0 auto 15px;
	}

	.banner2-subhead,
	.banner3-subhead,
	.banner4-subhead,
	.banner5-subhead {
		display: block;
		max-width: 530px;
		text-align: center;
		color: #000;
		padding: 0;
		margin: 0 auto 20px;
	}

	.responsive-container .fruit-box1 {
		margin-bottom: 20px;
	}

	.responsive-container .fruit-box2 {
		margin-bottom: 50px;
	}

}


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

	body {
		font-size: 16px;
	}

	.admin-bar .site-header {
		/* top: 46px; */
		z-index: 499;
	}

	.header-image .site-title > a {
		max-height: 60px !important;
	}

	.hide-nav {
		display: inline-block !important;
	}

	.genesis-nav-menu {
		padding: 0;
		width: 100%;
	}

	.floating-optin-widget {
		display: none;
		width: 42px;
		height: 0;
		position: fixed;
		top: 260px;
		left: 0;
		overflow: visible;
	}

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

	.site-footer {
		padding: 8% 0 4%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}	

	.page-title  .archive-title,
	.page-title .entry-title {
		font-size: 30px;
	}

	.home-widgets .widget:last-child,
	.sidebar {
		padding-bottom: 60px;
	}

	.footer-widgets {
		padding-top: 40px;
		padding-bottom: 0px;
	}
}


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

	.home-video-container {
		margin: -320px 0 0;
	}
}


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

	body {
		font-size: 16px;
	}

	h1 {
		font-size: 40px;
	}

	h1 {
		font-size: 36px;
	}

	.header-image .site-title > a {
		max-height: 40px !important;
	}

	.content,
	.footer-widgets,
	.home-widgets .widget:first-child {
		padding-top: 20px;
	}
	
	.page-id-5164 .site-title a {
		background-image: url(/wp-content/uploads/2017/07/logo-2017.jpg) !important;
	}
	
	.page-id-5164 .genesis-nav-menu li a {
		display: block;
		color: #56503d;
		text-decoration: none;
		padding: 20px 8px;
		margin: 0;
	}
	
	.home-video-container {
		position: relative;
		background: #000;
		width: 100vw;
		max-height: auto;
		min-height: auto;
		padding: 0;
		margin: 0 0 0;
		border-bottom: 10px solid #d5d8c9;
		z-index: 1;
	}
	
	.home-video {
		width: 100%;
		min-height: auto;
		max-height: auto;
	}

	.home-golden-summer {
		width: 100%;
		max-height: 320px;
		min-height: 320px;
	}

	.banner1-head {
		max-width: 460px;
		font-size: 70px;
		line-height: 1;
		font-weight: 800;
		text-align: center;
		color: #deba48;
		padding: 0;
		margin: 0 auto 10px;
	}

	.banner1-subhead-responsive {
		max-width: 300px;
		font-size: 24px;
		line-height: 1.3;
		font-weight: 400;
		text-align: center;
		color: #fff;
		padding: 0;
		margin: 0 auto;
	}

	.banner5-head {
		font-size: 32px;
	}

	.home-widgets .widget:last-child,
	.sidebar {
		padding-bottom: 20px;
	}	

	.af-popup {
		max-width: 848px;
		background: #fbf8e4;
		padding: 25px 5px;
		margin: 0 auto;
	}

	.recipe-box {
		width: 182px;
		padding: 0;
		margin: 0 auto 40px;
		border: 1px solid #e5e5e5;
		float: none;
	}

	.recipe-welcome {
		padding: 0 !important;
	}

	.site-footer p {
		padding: 0;
	}
	
	.home-video-container {
		height: auto;
	}
	
}


@media only screen and (max-width: 390px) {
	
	.home-video-container {
		height: auto;
	}
	

}
.sm-container-mobile {
	display: none;
}

@media only screen and (max-width: 991px) {
	.header-social-media.header-social-media-mobile {margin-bottom: 15px;}
	.site-header{padding: 40px 17px 25px !important;}
	.custom-html-widget .sm-container-mobile {
		display: block !important;
		padding-bottom: 10px !important;
	}
}
/* @media only screen and (max-width: 767px) { 
	padding-bottom: 8px !important;
} */
