/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */




/*********************
CUSTOM STYLES
*********************/

/* Enter Your Custom CSS Here */



/* ------------------  Layout  --------------- */

/* -- removes padding on sides -- */

.grid-padding-x>.cell{ 
		padding-right: 0!important;
		padding-left: 0!important;
}


/* -- fixes side to side on mobile -- */
html, body {width: auto!important; overflow-x: hidden!important} 



/* ----------------- Off-Canvas Nav - foundations----------

.off-canvas.is-transition-overlap {
	z-index: 99999;
}

.js-off-canvas-overlay {
	background: rgba(239, 239, 239, 0.47);
	z-index: 99998;
}


.off-canvas{
	box-shadow:none;
	background: #1d1d1dfa!important;
	padding-top: 90px;
}

.position-right {
	width: 50%;
}

.menu.vertical {
	float: left;
	padding-left: 40px;
}

.close-button {
	color: #fff;
	font-size: 3em;
	margin: .3em 1em 0 0;
	font-weight: 200;
}

.menu-icon {
	margin-top: 24px;
}

.accordion-menu a {
	color: #fff;
		font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .1em;
}



.accordion-menu a:hover {
	color: #5e9f32;
}
---*/


/* ----------------- responsive menu plugin --------------- */

.responsive-menu-label {
	letter-spacing: .1em!important;
	font-size: 20px!important;
	padding-left: .2em;
}


li.responsive-menu-item a {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#responsive-menu-container #responsive-menu-wrapper {
	padding: 100px 20px  20px 20px;
}

button#responsive-menu-button {
	right: 2%!important;
		width: auto!important;
}

#responsive-menu-container li.responsive-menu-item {
	padding-bottom: 10px;
}

	#responsive-menu-container {
		width: 60%!important;
	}





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


.header {
  	margin-bottom: -230px;
	position: relative;
	z-index: 9999;
	background: #0000001a;
	height: 90px;
	}

.menu {
  	float: right;
	}

.top-bar, .top-bar ul {
  	background: none!important;
	}

.custom-logo {
  	margin-top: 2rem;
    margin-left: 3rem;
	width: 36vw;
	max-width: 200px;
	text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.50);
	}

.page-title {
  	display: none;
	}

.top-bar-left {
 	display: none;
	}

.top-bar a {
  	color: #ffffff;
	font-family: "semplicitapro",sans-serif;
	text-transform: uppercase;
	letter-spacing: .1rem;
	font-size: 20px;
	font-weight: 600;
	margin-top: 13px;
	}

.menu .active>a {
	background: none;
	}




/* ------------------  Typography  --------------- */


html {
	font-size: 16px;
}

body {
	font-family: "semplicitapro",sans-serif;
	color: #000;
  }

p {
	font-size: 1rem;
	line-height: 2rem;
	padding-bottom: .6rem;
  }


.content a {
	color: #000;
	}

.content a {
	color: #000;
	position: relative;
	border-bottom: 1px dotted #999;
	text-decoration: none;
	}

.content a:hover {
	color: #000;
	border-bottom: 1px solid #676767;
	}

h1 {
	font-family: "Wendy",Verdana, Arial, sans-serif;
	font-size: 4.3rem;
	font-weight: 500;
	color: #5e9f32;
	}

h2 {
	font-family: "semplicitapro",sans-serif;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.6em;
	padding: 0 0 .5rem 0;
	margin: 0;
	letter-spacing: .03em;
	}

.veg-icons h2{
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .1em;
}

.green {
	color: #5e9f32;
}

.bar-head h2 {
	font-size: 1.3rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .13em;
}

.content-rev h1{
	color: #fff;
	}

.content-rev p{
	color: #fff;
	}


.intro h1{
	font-family: "semplicitapro",sans-serif;
	text-transform: uppercase;
	font-size: 2.4em;
	color: #5e9f32;
	padding: 0;
	margin: 0 0 20px 0;
	letter-spacing: .08em;
}

.content-main h1{
	color: #5e9f32;
	}


.content-safety h1{
	font-size: 3.6em;
	}

.content-safety h3{
	font-family: "semplicitapro",sans-serif;
	font-size: 1.1em;
	color: #000;
	margin: 40px 0 10px 0;
	letter-spacing: .01em;
	}

.main-column-faq h1{
	font-family: "semplicitapro",sans-serif;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 700;
	color: #5e9f32;
	padding: 0;
	margin: 0 0 20px 0;
	letter-spacing: .08em;
}

.main-careers li {
padding-bottom: 10px;
}

.main-careers ul {
margin-top: -10px;
}

.produce-head h1 {
	color: #fff;
	font-size: 3.8rem;
}

.produce-nav a {
	color: #d43415;
	text-transform: uppercase;
	letter-spacing: .1em;	
	font-weight: 600;
}

.produce-nav li {
padding: 50px 12px;
}

.produce-nav .menu {
float: none;
}


.about-column a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.about-column a:hover {
	color: #fff;
	border-bottom: 1px solid #e2e2e2;
}

.content-diff h2{
	font-family: "semplicitapro",sans-serif;
	text-transform: uppercase;
	font-size: 1.4em;
	color: #5e9f32;
	padding: 0;
	margin: 0 0 20px 0;
	letter-spacing: .08em;
}

/* ------------------  hero section  --------------- */


.hero h1 {
	font-family: "wendy-lp-std-medium",Verdana, Arial, sans-serif;
	font-size: 14rem;
	color: #fff;
	text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.50);
	margin-top: -2rem;
	}

.hero-sm h1 {
	font-family: "Wendy",Verdana, Arial, sans-serif;
	font-size: 12rem;
	color: #fff;
	text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.50);
	margin-top: -2rem;
	}

.hero h2 {
	color: #fff;
	text-transform: uppercase;
	line-height: 1.5rem;
	letter-spacing: .15em;
	font-weight: 700;
	font-size: 1.8rem;
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.40);
	}

.error-col h1 {
	font-size:10rem;
		text-shadow: none;
}

.error-col h2 {
	text-transform: uppercase;
}



/*-----  hero animation ---

.top
{
  height: 100vh;
  overflow: hidden; 
}

.hero
{
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
	transition: all 5.0s ease; 
}

.hero:hover {
transform: scale(1.1);
}

-- */



/* ------------------------  content main ----------------------- */



/* -----  triangle shape  ---- */

.triangle {
	margin-top: -10px;
}


/* ---  inside green home box  -- */

.fl-node-5aca487961b9e > .fl-col-content {
	padding: 60px 10% 60px 10%;
	}

.main-column-home {
	padding: 120px 12% 200px 35%;
	}


.home-produce {
	padding: 0 2rem 0 2rem;
	}
	


/* ---  inside green about box  -- */

.about-column {
	padding: 5em 0 7em 0;
}

.fl-node-5accf6581f6ca > .fl-col-content {
	 padding-top: 5rem;
    padding-right: 12%;
    padding-bottom: 5rem;
    padding-left: 12%;
}



/* ---   bchh diff box  -- */

.main-column {
	padding: 5em 0 5em 0;
}
	
	.fl-node-5acbaa4aae147 > .fl-col-content {
    padding-top: 5rem;
    padding-right: 12%;
    padding-bottom: 5rem;
    padding-left: 12%;
}

.fl-node-5acbac28d0a7a > .fl-module-content {
	margin-top: 5rem;
    margin-right: -16%;
    margin-bottom: 5rem;
    margin-left: -16%;
}

.fl-node-5ad0f4f2316ab > .fl-col-content {
	   padding-top: 5rem;
    padding-right: 12%;
    padding-bottom: 5rem;
    padding-left: 12%;
}


/* ---   about box  -- */

.fl-node-5accf6581f7dd > .fl-module-content {
margin-top: 5rem;
    margin-right: -16%;
    margin-bottom: 5rem;
    margin-left: -16%;
}


/* ---   faq box  -- */

.main-column-faq {
	padding: 5em 0 5em 0;
}

.main-column-faq p{
	line-height: 1.8em;
	padding: 3px 0 5px 5px;
}
	
.fl-node-5ace5a96b492a > .fl-col-content{
	padding-top: 5rem;
    padding-right: 12%;
    padding-bottom: 5rem;
    padding-left: 12%;
	-webkit-box-shadow: 9px 7px 59px -19px rgba(0,0,0,0.68);
-moz-box-shadow: 9px 7px 59px -19px rgba(0,0,0,0.68);
box-shadow: 9px 7px 59px -19px rgba(0,0,0,0.68);
	}
	
.fl-node-5ace714509595 .fl-accordion-item {
	border: none;
	background: #f3f1f1;
}

.fl-accordion-small .fl-accordion-button {
	padding: 15px 20px;
}

.fl-accordion-button-icon {
	opacity: .8;
}

.fl-accordion-button-label {
	font-size: 1rem;
	font-weight: 600;
}

/* ---   contact box  -- */

	.fl-node-5ace79988cbb3 > .fl-col-content {
    padding-top: 5rem;
    padding-right: 12%;
    padding-bottom: 5rem;
    padding-left: 12%;
}

.first-row {
	height: 40px;
}

.fl-node-5ace9203f143a > .fl-col-content {
	  padding-top: 5rem;
    padding-right: 12%;
    padding-bottom: 5rem;
    padding-left: 12%;
}

.fl-node-5ace9716eaac8 > .fl-col-content{
	  padding-top: 5rem;
    padding-right: 12%;
    padding-bottom: 5rem;
    padding-left: 12%;
}

.main-careers h1{
		font-family: "semplicitapro",sans-serif;
	font-size: 1.4rem;
text-transform: uppercase;
	margin: 0px 0 20px 0;
	letter-spacing: .1em;
}


/* ------------------  Brands  --------------- */

.brand p {
	line-height: 1.8em;
	color: #ffffff;
	}

.brand a{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}

.brand a:hover{
	color: #a4cc52;
	border-bottom: 1px dotted #ccc;
	}

.brand-col-1 {
	padding: 5em 0 5em 0;
}

.fl-node-5acf79295a530 > .fl-col-content, .fl-node-5acf81231e7b8 > .fl-col-content, .fl-node-5acf8127a6bb6 > .fl-col-content {
	padding: 0 20px 50px 20px;
}


/* -----  buttons  ---- */

.fl-builder-content a.fl-button {
	font-size: .9rem;
	letter-spacing: .13em;
	font-weight: 700;
	text-transform: uppercase;

}


/* -----  mobile menu  ---- */

.mobile-menu {
	z-index: 9999999;
	display: block;
	position: relative;
}




/* ------------------  CTA area  --------------- */

.cta h2 {
	font-family: "semplicitapro",sans-serif;
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: 800;
	color: #fff;
	}

.cta p {
	font-family: "semplicitapro",sans-serif;
	line-height: 1.6rem;
	text-align: center;
	font-weight: 400;
	color: #fff;
	}

/* -- footer -- */

.footer {
	background-color: #000;
	margin-top: 0;
	padding: 30px 20px 120px 20px;
	}

.footer a:hover {
	border-bottom: none;
	}

.column1 {
	float: left;
	width: 33%;	
	}

.column2 {
	float: left;
	text-align: right;
	width: 66%;
	}

/* -- hamburger icon -- */
.fl-menu .fl-menu-mobile-toggle.hamburger .hamburger-menu rect {
	fill: #d43415;
}

/* ------------------  Apply Now form  --------------- */

div.wpcf7 {
	padding: 50px;
}

[type=submit] {
	border-radius: 18px;
    background: #d0021b;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    padding: 8px;
    width: 80px;
    text-transform: uppercase;
    border: none;
}

[type=submit]:hover {
	background: #676767;
}



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


/* ---------------------- 920px ---------------- */

@media only screen and (max-width: 920px) {
	
.main-column-home {
	padding: 100px 10% 180px 30%;
	}
}


/* ---------------------- 768px ---------------- */

@media only screen and (max-width: 768px) {
	
	html {
	font-size: 15px;
	}

	#hero-column {
	margin-top: 120px;	
			margin-bottom: 180px;	
	}
	
.main-column-home {
	padding: 4em 2em 4em 2em;
	}

	
.main-column {
	padding: 4em 2em 4em 2em;
	}
	
/* -- nav slider -- */
	
.position-right {
	width: 70%;
}
	
.accordion-menu a {
	padding-bottom: .7em;
	font-size: 1.5em;
	}

/* -- brands -- */
	
.brand-col-1 {
	padding: 0;
	margin-bottom: 20px;
	margin-top: 20px;
}
	
	.fl-node-5acf79295a4b0 > .fl-row-content-wrap {
		padding: 60px 10px 60px 10px;
	}

	.produce-nav li {
		padding: 10px 9px 20px 9px;
	}
	
	/* -- 2 columns Diff pg -- */
	
	.diff-2-col{
		max-width: 100%;
	}
	
	
}

/* ---------------------- 640px ---------------- */


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

}

/* ---------------------- 560px ---------------- */


@media only screen and (max-width: 560px) {
	
html {
	font-size: 13px;
	}
	
	
p {
	font-size: 1.1rem;
	line-height: 2.1rem;
	padding-bottom: .8rem;
  }
	
.main-column h1 {
	line-height: 1em;
  }
	
.content-safety h1 {
	line-height: 1em;
		margin-bottom: 10px;
  }
	
	
.veg-icons {
	padding-bottom: 30px;
	width: 80%;
	}
	
.hero {
	height: 500px;
	}

.hero-column {
	margin-top: 100px;
	}
	
.hero h1 {
	font-size: 9rem;
	line-height: 1.2em;
	}

	
	.hero h2 {
		font-size: 1.4rem;
	}
	
.custom-logo {
	margin-left: 1.5em;		
	margin-top: 1.2em;
	}
	
	
.intro h1 {
	font-size: 2.3rem;
	margin-bottom: 20px;
	}
	
	/* -- nav slider -- */
	
.position-right {
	width: 100%;
}
	
.accordion-menu a {
	padding-bottom: .7em;
	font-size: 1.4rem;

	}
	
	#responsive-menu-container {
		width: 100%!important;
	}
	
	#responsive-menu-container li.responsive-menu-item {
	padding-bottom: 0px;
}
	
	#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
		font-size: 16px!important;
	}


/* ---   faq box  -- */


	
.fl-node-5ace5a96b492a > .fl-col-content{
	padding-top: 3rem;
    padding-right: 8%;
    padding-bottom: 3rem;
    padding-left: 8%;
	}

.fl-accordion-small .fl-accordion-button {
	padding: 10px 15px;
}


	
/* --- produce nav --- */
	
.produce-nav a {
	letter-spacing: .05em;	
	font-size: 14px;
}

	.produce-nav li {
		padding: 10px 9px 20px 9px;
	}

.fl-node-5acf924307543 .menu a {
		padding: 6px 6px 6px 6px;
	}
	
	
/* --- footer --- */
	
.column1 {
	float: none;
	text-align: center;
	width: 100%;	
	}

.column2 {
	float: none;
	text-align: center;
	padding-top: 20px;
	width: 100%;	
	}
	
	
	
}

/* ---------------------- 480px ---------------- */

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

/* ---------------------- 320px ---------------- */

@media only screen and (max-width: 320px) {
	
/* --- produce nav --- */
	
.produce-nav a {
	letter-spacing: .05em;	
	font-size: 13px;
}
	
.fl-node-5acf924307543 .menu a {
	padding: 6px 3% 6px 3%;
}
	
	
}