/*
Theme Name: Produce Dude by Three Ring Focus
Theme URL: https://ThreeRingFocus.com
Description: Responsive Website by Three Ring Focus
Author: Josh Castro
Author URI: ThreeRingFocus.com
Version: 9.9.9
Tags: Responsive, blue, tan.
*/

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

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}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{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;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
	color: #111;
	font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .06em;
	background-image: url("images/global/bg-main.jpg");
	background-repeat: repeat;
	background-position: center top;
}
.clear {
    clear: both;
}
.container {
    width: 100%;
    margin: 0;
	padding: 80px 0px;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin-top: 0px;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}


/* 	
== SCROLL BAR ==*/

/* Width */
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #eee;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #2b7232;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 40px 0 10px 0;
	line-height: 1.1em;
	font-weight: 500;
	font-family: forma-djr-display, sans-serif;
	color: #2b7232;
}
h1 {
	margin: 0;
    font-size: 6em;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 2.0em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: .8em;
}
.smallHead {
	margin: 0;
	color: #111;
	font-size: 1.5em !important;
}
p {
    font-size: 1em;
    line-height: 2em;
    margin: 10px 0 20px 0;
}
a {
	color: #000;
	font-weight: bold;
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #555;
}
p a, li a {
	text-decoration: underline;
}
ul, ol {
	margin: 10px 0 20px 0;
    padding: 0px 20px;
    list-style: inside;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
li {
    font-size: 1em;
    line-height: 2em;
}
em {
	letter-spacing: .01em;
}
.bgImg {
	background-size: cover;
	background-position: center;
}


/* 	
== BUTTONS ==*/
.buttons {
	margin: 10px 10px 0 0;
	padding: 20px 40px;
	text-align: center;
	display: inline-block;
	font-size: 1.25em;
	line-height: 1em;
	font-family: forma-djr-display, sans-serif;
	text-transform: lowercase;
	font-weight: 900;
	color: #2b7232;
	border: 2px solid #2b7232;
	background-color: transparent;
	border-radius: 40px;
    transition: all .4s ease-in-out;
}
.buttons:hover {
	color: #fff;
	background-color: #2b7232;
}


/* 	
== HEADER ==*/

header {
	width: 100%;
	padding: 30px 0;
}
.logo, .logo a {
    width: 200px;
    height: 200px;
    display: block;
}
.logo {
	margin: auto;
    text-indent: -9999px;
}
.logo a {
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
}
.headBase {
	width: 100%;
	height: 120px;
	margin-bottom: -118px;
	position:relative;
	z-index: 99;
	background-image: url("images/global/head-base.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}


/* 	
== HOME PAGE ==*/

.sectionOne {
	width: 100%;
	padding: 200px 20px 400px 20px;
	background-color: #f0eee8;
	position: relative;
}
.s1Text {
	width: 100%;
	max-width: 560px;
	margin-left: 11%;
}
.cornScroll {
	width: 50%;
	max-width: 1100px;
	position: absolute;
	z-index: 99;
	top: -50px;
	right: 0;
}
.carrotScroll {
	position: absolute;
	z-index: 99;
	top: -170px;
	right: 0;
}
.onionScroll {
	position: absolute;
	z-index: 100;
	bottom: 40px;
	right: 0;
}
.tomatoScroll {
	position: absolute;
	z-index: 101;
	left: 0;
	bottom: 0;
}
.cantaloupeScroll {
	width: 34%;
	max-width: 635px;
	position: absolute;
	z-index: 99;
	bottom: -120px;
	left: 0;
}
.cabbageScroll {
	position: absolute;
	z-index: 99;
	bottom: -280px;
	left: 0;
}
.sectionTwo {
	width: 100%;
	padding: 260px 20px 180px 20px;
	text-align: center;
	background-image: url("images/global/logomark.png"), url("images/home/cucumbers.png");
	background-repeat: no-repeat, no-repeat;
	background-position: bottom left, bottom right;
	position: relative;
}
.s2Text {
	width: 100%;
	max-width: 650px;
	margin: auto;
}
.s2Text h2 {
	margin: 0;
	font-size: 6em;
}
.mobileCabbage, .mobileCarrot, .mobileTomato, .mobileCorn, .mobileCantaloupe {
	display: none;
	position: absolute;
}
.mobileCabbage {
	top: -40px;
	left: 0;
}
.mobileCarrot {
	top: -240px;
	right: 0;
}
.mobileCantaloupe {
	top: -40px;
	left: 0;
}
.mobileCorn {
	top: -240px;
	right: 0;
}
.mobileTomato {
	left: 0;
	bottom: -40px;
}
.sectionThree {
	width: 100%;
	display: flex;
}
.s3TextWrap {
	width: 50%;
	padding: 170px 20px;
	background-color: #f0eee8;
}
.s3Text {
	width: 100%;
	max-width: 490px;
	margin: auto;
}
.s3Image {
	width: 50%;
	background-image: url("images/home/image-1.jpg");
}
.s3Text h3 {
	margin: 0;
	font-size: 4em;
}
.s1Text p,
.s2Text p,
.s3Text p {
	margin: 60px 0;
}

/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.pageBox {
	width: 100%;
	padding: 100px 20px 70px 20px;
}
.pageText {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.pageText h1 {
}

/* 	
== TEMPLATE PAGES ==*/

.mainBox,
.middleBox {
	width: 100%;
	display: flex;
}
.mainBanner {
	width: 50%;
}
.mainText {
	width: 50%;
	background-color: #f0eee8;
	padding: 250px 100px 170px 100px;
}
.mtWrap,
.mbWrap {
	width: 100%;
	max-width: 650px;
}
.mtWrap h1,
.mbWrap h2 {
	margin-bottom: 40px;
}
.mtWrap p,
.mbWrap p {
	margin-top: 40px;
}
.farmBG {
	width: 100%;
	padding: 100px 0 70px 0;
	background-image: url("images/pages/bg-logo.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.middleBox {
	margin-bottom: 100px;
}
.mbVideo {
	width: 50%;
	padding-left: 100px;
}
.mbText {
	width: 50%;
	padding: 60px 100px 60px 100px;
}
.mbWrap h2 {
	margin-top:0;
}
.mbWrap td {
    padding: 0 30px 0 0;
    line-height: 2em;
}
.bottomBox .envira-gallery-wrap {
    width: calc(100% + 40px);
    margin: 0 -20px 0 -20px;
}

/* 	
== FOOTER ==*/

footer {
    width: 100%;
	padding: 60px 100px;
	background-color: #2b7232;
	color: #fff;
	display: flex;
	justify-content: space-between;
}
footer a {
	text-decoration: none;
	color: #fff;
}
footer a:hover {
	color: #4dae56;
}
footer p {
	font-size: .8em;
    line-height: 1em;
	margin: 50px 0 0 0;
}
footer .fab {
    margin: 0px 5px;
    font-size: 1.8em;
}
.social {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.social h6 {
	margin: 0 20px 0 0;
	color: #fff;
	font-size: 2em;
}
.footNav {
    font-size: 1em;
}
ul.footNav {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.footNav li {
    margin: 0;
    padding: 0 20px 0 20px;
	border-left: 2px solid #fff;
    line-height: 1em;
	font-size: 1.25em;
	display: inline-block;
	font-family: forma-djr-display, sans-serif;
}
.footNav li:first-child {
	padding-left: 0;
	border-left: none;
}
.footNav li a {
	font-weight: 800;
}
.footLogo {
	max-width: 175px;
	min-width: 175px;
	height: 175px;
	background-image: url("images/global/logo-foot.png");
}

/* 	
== NEWS/BLOG ==*/

#thumby {
	padding: 0;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 150px;
	background-position: center;
	background-size: cover;
}
#thumby img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
}
#texty h2 {
	padding: 0;
	margin: 30px 0px 25px 25px;
	text-align: left;
	font-size: 1.5em;
}
#texty p {
	font-size: .9em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a {
	color: #031c49;
}
#texty p a {
	color: #333;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #555;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}


/* 	
== Gravity Forms ==*/

.gform_wrapper {
	margin-top: 30px;
	text-align: left;
}
.gform_wrapper input,
.gform_wrapper select, 
.gform_wrapper textarea {
    border: 2px solid #2b7232;
    background-color: transparent;
    color: #2b7232;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 8px;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}
.gform_wrapper li {
    line-height: 0 !important;
}
.gform_footer {
    padding: 0 0 10px;
	text-align: left;
}
.gform_footer input {
    padding: 15px 30px;
	color: #2b7232;
	border: 2px solid #2b7232;
	background-color: transparent;
    text-transform: lowercase;
	font-family: forma-djr-display, sans-serif;
	transition: all .4s ease-in-out;
}
.gform_footer input:hover {
    background-color: #2b7232;
	color: #fff;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin-top: 10px !important;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    margin-top: 15px;
}
.gform_wrapper .top_label div.ginput_container {
    margin-top: 8px;
}
.gform_wrapper textarea.medium {
    margin-top: 8px;
}
.gform_wrapper input::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2b7232;
}
.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder { /* Firefox 19+ */
  color: #2b7232;
}
.gform_wrapper input:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder { /* IE 10+ */
  color: #2b7232;
}
.gform_wrapper input:-moz-placeholder, .gform_wrapper textarea:-moz-placeholder { /* Firefox 18- */
  color: #2b7232;
}


/* 	
== WORDPRESS FIXES ==*/

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* 	
== RESPONSIVE ELEMENTS ==*/

.response img {
    width: 100%;
    height: auto;
    display: block;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 20px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mapWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.mapWrapper iframe, .mapWrapper object, .mapWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 	
== RESPONSIVE STYLES ==*/

/* Larger than 1920px */
@media only screen and (min-width: 1920px) {
	.headBase {background-size: cover;}
	
}

/* Custom */
@media only screen and (max-width: 1560px) {
	.s1Text {margin-left: 40px;}
	.sectionTwo {background-image: url("images/global/logomark.png"), url("images/home/cucumbers_m.png");}
}

/* Custom */
@media only screen and (max-width: 1450px) {
	.carrotScroll {width: 750px;}
	.onionScroll {width: 300px; bottom: 250px;}
	.cabbageScroll {width: 400px; bottom: -180px;}
	.tomatoScroll {width: 220px;bottom: -80px;}
}

/* Monitor Medium | iPad Pro Large Landscape */
@media only screen and (max-width: 1366px) {
}

/* Custom */
@media only screen and (max-width: 1200px) {
	.mainBox, .middleBox {display: flex; flex-direction: column;}
	.mainBanner {width: 100%; height: 600px;}
	.mainText {width: 100%; padding: 200px 100px 150px 100px;}
	.middleBox {padding: 0 100px;}
	.mbVideo {width: 100%; padding: 0;}
	.mbText {width: 100%; padding: 50px 0;}
	.carrotScroll {width: 550px;top: -70px;}
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.sectionOne {padding: 100px 20px 100px 20px;}
	.cabbageScroll, .carrotScroll, .cornScroll, .onionScroll, .tomatoScroll, .cantaloupeScroll {display: none;}
	.mobileCabbage, .mobileCarrot, .mobileTomato, .mobileCorn, .mobileCantaloupe {display: block;}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
}

/* Custom */
@media only screen and (max-width: 860px) {
	.sectionTwo {background-image: url(images/global/logomark.png); background-repeat: no-repeat; background-position: bottom left;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1, .s2Text h2, .s3Text h3 {font-size: 2.5em;}
	h2 {font-size: 2em;}
	h3 {font-size: 1.6em;}
	h4 {font-size: 1.3em;}
	h5 {font-size: 1em;}
	h6 {font-size: .813em;}
	
	.sectionThree {flex-direction: column-reverse;}
	.s3TextWrap {width: 100%;}
	.s3Image {width: 100%; height: 500px;}
	.s3Text {margin: 0 0 0 40px;}
	.mainText {padding: 100px 50px 80px 50px;}
	.middleBox {padding: 0 50px;}
	footer {padding: 50px 20px;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.s1Text {margin-left: 0px;}
	.s3Text {margin: 0;}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.sectionTwo {padding: 300px 20px 180px 20px;}
	.mobileTomato {bottom: -30px;}
	footer {flex-direction: column-reverse; text-align: center;}
	.social {justify-content: center;}
	.footLogo {margin: 0 auto 40px auto;}
	.footNav li {padding: 0 10px; font-size: 1em;}
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
}

/* Smaller Devices */
@media only screen and (max-width: 500px) {
	h1 {font-size: 2em;}
	h2 {font-size: 1.75em;}
	h3 {font-size: 1.5em;}
	h4 {font-size: 1.25em;}
	
	.mobileCantaloupe {top: -50px;}
	.mobileTomato {bottom: -60px;}
	.mobileCorn {display: none;}
}

/* Even Smaller Devices */
@media only screen and (max-width: 360px) {
}
