/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
* Hide only visually, but have it available for screen readers: h5bp.com/v
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'icons';
  src:  url('../fonts/icons/icons.eot?ihp3d5');
  src:  url('../fonts/icons/icons.eot?ihp3d5#iefix') format('embedded-opentype'),
    url('../fonts/icons/icons.ttf?ihp3d5') format('truetype'),
    url('../fonts/icons/icons.woff?ihp3d5') format('woff'),
    url('../fonts/icons/icons.svg?ihp3d5#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-smeta:before {
  content: "\e900";
}
.icon-usda:before {
  content: "\e901";
}
.icon-clock:before {
  content: "\e902";
}
.icon-shield:before {
  content: "\e903";
}
.icon-location:before {
  content: "\e904";
}
.icon-phone:before {
  content: "\e905";
}
.icon-bars:before {
  content: "\e906";
}
.icon-plant:before {
  content: "\e907";
}
.icon-food:before {
  content: "\e908";
}
.icon-hand:before {
  content: "\e909";
}
.icon-target:before {
  content: "\e90a";
}
.icon-time:before {
  content: "\e90b";
}
.icon-fb:before {
  content: "\e90c";
}
.icon-ig:before {
  content: "\e90d";
}
.icon-build:before {
  content: "\e90e";
}
.icon-arrow:before {
  content: "\e910";
}
.icon-mail:before {
  content: "\e911";
}
.icon-menu-btn:before {
  content: "\e90f";
}


/* ================  COLORS  =================== */

.beef-tomatoe{
  background: rgba(255, 212, 191, 0.6);
}

.grape-tomatoe{
  background: rgba(255, 212, 191, 0.6);
}

.cherry-tomatoe{
  background: rgba(255, 212, 191, 0.6);
}

.celestial-delight{
  background: rgba(255, 212, 191, 0.6);
}

.tomato-vine{
  background: rgba(255, 212, 191, 0.6);
}

.heirloom-tomato{
  background: rgba(255, 212, 191, 0.6);
}

.frenzy-tomatoe{
  background: rgba(255, 212, 191, 0.6);
}

.bell-pepper{
  background: rgba(255, 221, 178, 0.6);
}

.mini-sweet-pepper{
  background: rgba(255, 221, 178, 0.6);
}

.sweet-corn{
  background: rgba(255, 250, 206, 1);
}

.napa-cabbage{
  background: rgba(238, 242, 220, 1);
}

.broccoli{
  background: rgba(238, 242, 220, 1);
}

.mini-cucumber{
  background: rgba(238, 242, 220, 1);
}

.long-english-cucumber{
  background: rgba(238, 242, 220, 1);
}

.slicer-cucumber{
  background: rgba(238, 242, 220, 1);
}

.mini-watermelon{
  background: rgba(255, 237, 248, 1);
}

.watermelon{
  background: rgba(255, 237, 248, 1);
}

.owl-dots {
    display: inline-block !important;
    background: rgba(255, 255, 255, 0.5);
    padding: 3px 12px 0 12px;
    border-radius: 50px;
    line-height: 16px;
}

.owl-dots button{
  outline: none;

}


.owl-dots button.active span{
  background: #FFF;
  opacity: 1;
}

.owl-dots button span{
    background: none repeat scroll 0 0 #ccc;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 3px;
    opacity: 0.5;
    width: 12px;
}

html{
  overflow-x: hidden;
}

.open-menu{
  overflow: hidden !important;
}

.cucumber-size{
  width: 85%;
}

#posts-container{
  text-align: center;
}


#posts-container p{
  display: block;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}


body{
  font-family: 'Poppins';
  color: #2C4B22;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
}



a:hover{
  text-decoration: none;
}

.owl-nav{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.owl-nav .owl-prev, .owl-nav .owl-next{
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  padding: 3px;
  outline: none;
  background: #62B746 !important;
  line-height: 37px !important;
}

.owl-nav .owl-prev{
  position: absolute;
  left: -50px;
}

.owl-nav .owl-next{
  position: absolute;
  right: -50px;
}

.owl-nav .owl-prev span, .owl-nav .owl-next span{
  color: #FFF;
  font-size: 40px;
}

.bg-white{
  background: #FFF;
}

.btn{
  background: #62B746;
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.2s all;
}

.btn:hover{
  background: transparent;
  color: #62B746;
  border: 1px solid #62B746;
}

.btn.alt{
  background: none;
  border: 1px solid #FFF;
  color: #FFF;
}

.btn.alt:hover{
  background: #FFF;
  color: #62B746;
}

.btn.alt.green{
  background: none;
  border: 1px solid #62B746;
  color: #62B746;
}

.btn.alt.green:hover{
  background: #62B746;
  color: #FFF;
}

.btn .icon-arrow{
  font-size: 20px;
  position: relative;
  top: 3px;
  left: 7px;
}

.tag span{
  position: relative;
  right: 5px;
}

.wrapper{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.text-box{
  padding: 120px;
}

.text-box h3{
  color: #62B746;
  font-weight: 600;
  font-size: 20px;
}

.text-box p{
  display: inline-block;
  font-size: 20px;
  margin-bottom: 50px;
}

.text-box a{
  font-size: 20px;
  color: #62B746;
}

.masthead{
  height: 780px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.masthead::before{
  content: '';
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.masthead.general{
  height: 600px;
  text-align: center;
  position: relative;
}

.masthead.general .wrapper .content{
  text-align: center;
  top: 250px;
}

.masthead.general .wrapper .content h1{
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}

.masthead.general.our-produce{
  background: url('../images/ourproduce-bg.jpg') center center no-repeat;
  background-size: cover;
}

.masthead.general.talk{
  background: url('../images/talk-bg.jpg') center center no-repeat;
  background-size: cover;
}

.masthead.general.aboutus{
  background: url('../images/about-bg.png') center center no-repeat;
  background-size: cover;
}

.masthead.general.operations{
  background: url('../images/operations-bg.jpg') center center no-repeat;
  background-size: cover;
}

.masthead.general.recipes-section{
  background: url('../images/recipes-bg.jpg') center center no-repeat;
  background-size: cover;
}

.masthead.general.terms{
  background: url('../images/terms-header.jpg') center 75%; no-repeat;
  background-size: cover;
}

.masthead.general.talk .content{
  top: 275px;
}

.masthead.general.aboutus .content{
  top: 275px;
}

.masthead.general.recipes-section .content{
  top: 275px;
}

.masthead.general.operations .content{
  top: 275px;
}

.masthead.product{
  height: 375px;
}


.masthead.product .content{
  overflow: hidden !important;
  top: 180px !important;
}

.masthead .bg-slider{
  position: absolute;
  display: block;
  width: 100%;
  height: 780px;
  top: 0;
}

.masthead .btn-menu{
  display: none;
  z-index: 9999;
}

.masthead .bg-slider .owl-dots{
  position: absolute;
  display: inline-block;
  bottom: 50px;
  z-index: 999;
  width: 140px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.masthead .bg-slider .item{
  display: block;
  width: 100%;
  height: 780px;
}

.masthead .bg-slider .item .content.usda .icon-usda{
  color: #FFF;
  font-size: 85px;
  display: inline-block;
  margin-bottom: 15px;
}

.masthead .bg-slider .item .content.sign figure{
  display: block;
  width: 180px;
  height: auto;
  margin: 0 0 25px 0;
}

.masthead .bg-slider .item .content.cares h1{
  margin-top: 30px;
}

.masthead .bg-slider .item .content.healthy h1{
  margin: 20px 0 30px 0;
}

.masthead .bg-slider .item .content.sign figure img{
  width: 100%;
  height: auto;
}

.masthead .bg-slider .item img{
  width: 100%;
  height: auto;
}

.masthead .bg-slider .item .thumb{
  display: block;
  margin: 0;
  width: 600px;
  height: auto;
  position: absolute;
  top: 175px;
  right: -12%;
  z-index: 9999;
}

.masthead .bg-slider .item .thumb img{
  width: 100%;
  height: auto;
}

.masthead .wrapper{
  position: relative;
  z-index: 9;
}

.masthead .wrapper .nav{
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

.masthead .wrapper .nav .btn{
  float: right;
  position: relative;
  top: 15px;
}

.masthead .wrapper .nav .logo{
  margin: 0;
  width: 160px;
  height: auto;
  float: left;
}

.masthead .wrapper .nav .logo img{
  width: 100%;
  height: auto;
}

.masthead .wrapper .nav .main-nav{
  position: relative;
  top: 25px;
  display: inline-block;
  z-index: 999;
}

.masthead .wrapper .nav .main-nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.masthead .wrapper .nav .main-nav ul li{
  display: inline-block;
  margin: 0 15px;
  position: relative;
}

.masthead .wrapper .nav .main-nav ul li .dropdown{
  display: none;
  background: #62B746;
  padding: 5px 25px 5px 20px;
  border-radius: 10px;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 35px;
  left: 0;
  text-align: left;
}

.masthead .wrapper .nav .main-nav .dropdown-li{
  cursor: pointer;
}

.masthead .wrapper .nav .main-nav .dropdown-li span{
  color: #FFF;
}

.masthead .wrapper .nav .main-nav .dropdown-li:hover{
  height: 125px;
}

.masthead .wrapper .nav .main-nav .dropdown-li:hover > .dropdown{
  display: block;
}

.masthead .wrapper .nav .main-nav ul li .dropdown li{
  display: block;
  margin: 10px 0;
}

.masthead .wrapper .nav .main-nav ul li .dropdown li a{
  color: #FFF;
}

.masthead .wrapper .nav .main-nav ul li .dropdown li a:hover{
  border-bottom: none;

}

.masthead .wrapper .nav .main-nav ul li a{
  color: #FFF;
  font-size: 16px;
}

.masthead .wrapper .nav .main-nav ul li a:hover{
  border-bottom: 2px solid #FFF;
}

.masthead .wrapper .content{
  position: absolute;
  width: 100%;
  top: 280px;
  text-align: left;
  overflow: auto;
}

.masthead .wrapper .content h1{
  text-align: left;
  font-size: 40px;
  color: #FFF;
  line-height: 55px;
  margin: 0;
  font-weight: 600;
}

.masthead .wrapper .content p{
  font-size: 16px;
  color: #FFF;
  margin: 10px 0 20px 0;
}


.masthead .wrapper .content .btns .alt{
  margin-left: 20px;
}


.explore{
  padding: 65px 0;
  text-align: center;
}

.explore .wrapper h2{
  color: #62B746;
  font-size: 36px;
  font-weight: 600;
}

.explore .wrapper p{
  display: inline-block;
  font-size: 16px;
  max-width: 550px;
  margin: 20px 0 10px 0;
}

.products{
  margin-top: 50px;
}

.products .item .img{
  width: 100%;
  height: 175px;
  overflow: hidden;
  margin: 0;
  position: relative;
}

.products .item .img img{
  position: relative;
  width: 100%;
  height: auto;
}

.products .item.bell-pepper .img img{
  top: 40px;
}

.products .item.mini-cucumber .img img{
  width: 300px;
  height: auto;
  top: 41px;
  left: -22px;
}

.products .item .img::before{
  content: '';
  display: block;
  width: 100%;
  height: 70px;
  background: red;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.products .item .title{
  background: #000;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.products .item .title h6{
  color: #FFF;
  line-height: 70px;
}

.products .item .title h6 span{
  position: relative;
  top: 2px;
  left: 6px;
}


/* ================  COLORS  =================== */

.products .item.beef-tomatoe .title{
  background: #D0472C;
}

.products .item.beef-tomatoe .img::before{
  background: #D0472C;
}

.products .item.grape-tomatoes .title{
  background: #D93737;
}

.products .item.grape-tomatoes .img::before{
  background: #D93737;
}

.products .item.cherry-tomatoes .title{
  background: #E64141;
}

.products .item.cherry-tomatoes .img::before{
  background: #E64141;
}

.products .item.celestial-delights .title{
  background: #E6513A;
}

.products .item.celestial-delights .img::before{
  background: #E6513A;
}

.products .item.tomato-vine .title{
  background: #D0472C;
}

.products .item.tomato-vine .img::before{
  background: #D0472C;
}

.products .heirloom-tomato .title{
  background: #D05A2C;
}

.products .heirloom-tomato .img::before{
  background: #D05A2C;
}

.products .frenzy-tomatoes .title{
  background: #B16421;
}

.products .frenzy-tomatoes .img::before{
  background: #B16421;
}

.products .item.bell-pepper .title{
  background: #E87D26;
}

.products .item.bell-pepper .img::before{
  background: #E87D26;
}

.products .item.mini-sweet-pepper .title{
  background: #DA9E35;
}

.products .item.mini-sweet-pepper .img::before{
  background: #DA9E35;
}

.products .item.sweet-corn .title{
  background: #D8C650;
}

.products .item.sweet-corn .img::before{
  background: #D8C650;
}

.products .item.napa-cabbage .title{
  background: #A1B443;
}

.products .item.napa-cabbage .img::before{
  background: #A1B443;
}

.products .item.broccoli .title{
  background: #86B74A;
}

.products .item.broccoli .img::before{
  background: #86B74A;
}

.products .item.mini-cucumber .title{
  background: #6FA147;
}

.products .item.mini-cucumber .img::before{
  background: #6FA147;
}

.products .item.long-english-cucumber .title{
  background: #4D813E;
}

.products .item.long-english-cucumber .img::before{
  background: #4D813E;
}

.products .item.slicer-cucumber .title{
  background: #2C4B22;
}

.products .item.slicer-cucumber .img::before{
  background: #2C4B22;
}

.products .item.mini-watermelon .title{
  background: #E55F7E;
}

.products .item.mini-watermelon .img::before{
  background: #E55F7E;
}

.products .item.watermelon .title{
  background: #CE5A75;
}

.products .item.watermelon .img::before{
  background: #CE5A75;
}

/* ================  END COLORS  ================ */

.explore .wrapper .btns{
  margin-top: 60px;
}

.explore .wrapper .btns .btn{
  margin: 0 10px;
}


.about{
  padding: 65px 0;
}

.about .wrapper .content{
  text-align: left;
  padding-right: 40px;

}


.about .wrapper .content span{
  font-size: 16px;
  color: #62B746;
  margin-bottom: 20px;
  display: inline-block;
}

.about .wrapper .content h3{
  font-size: 36px;
  line-height: 50px;
  color: #2C4B22;
  display: block;
  max-width: 430px;
  font-weight: 600;
}

.about .wrapper .content p{
  font-size: 16px;
}


.about .wrapper .item{
  margin: 15px 0;
}

.about .wrapper .item .image{
  margin: 0;
  width: 90px;
  height: 90px;
  border-radius: 4px;
  position: relative;
}

.about .wrapper .item .image::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #62B746;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}

.about .wrapper .item .image img{
  display: block;
  margin: 0 auto;
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: auto;

}

.about .wrapper .item .title{
  color: #62B746;
  font-weight: 600;
  margin: 5px 0;
}


.drone-img{
  background: url('../images/home-mid.png') center center no-repeat;
  background-size: cover;
  height: 365px;
}

.package-slider .owl-dots{
  display: none !important;
}


.recipes{
  padding: 100px 0 162px 0;
  position: relative;
}

.recipes-slider{
  text-align: center;
}

.recipes .recipes-slider .owl-dots{
  display: none !important;
}

.recipes::before{
  content: '';
  display: block;
  width: 500px;
  height: 1000px;
  background: url('../images/home-aside-bg.png') center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.recipes .wrapper .content{
  text-align: left;
  padding-right: 40px;

}

.recipes .wrapper .content .tag{
  font-size: 16px;
  color: #62B746;
  margin-bottom: 20px;
  display: inline-block;
}

.recipes .wrapper .content h3{
  font-size: 36px;
  line-height: 50px;
  color: #2C4B22;
  display: block;
  max-width: 480px;
  font-weight: 600;
}

.recipes .wrapper .content p{
  font-size: 16px;
}

.recipes .wrapper .content .btn{
  margin-top: 20px;
}

.recipes .wrapper .box-recipes{
  margin-top: 100px;
}

.recipe{
  display: block;
  box-shadow: 4px 4px 8px 1px rgba(0,0,0,0.5);
}

.recipe .img{
  width: 100%;
  height: 260px;
  margin: 0;
  overflow: hidden;
}

.recipe .img img{
  width: 100%;
  height: auto;
  position: relative;
  top: -30px;

}

.recipe .title{
  height: 100px;
  background: #2C4B22;
  line-height: 100px;
  text-align: center;
}

.recipe .title h4{
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 100px;
}

.recipe .title h4 span{
  position: relative;
  left: 7px;
  top: 4px;
  font-size: 22px;
}

.growers{
  padding: 150px 0;
  background: #2C4B22;
  position: relative;
}

.growers::after{
  content: '';
  display: block;
  width: 40%;
  height: 550px;
  background: url('../images/home-about-bg.jpg') center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  transform: translate(0, -50%);
  
}

.growers .wrapper .content{
  text-align: left;
  padding-right: 40px;

}

.growers .wrapper .content .tag{
  font-size: 16px;
  color: #62B746;
  margin-bottom: 20px;
  display: inline-block;
}

.growers .wrapper .content h3{
  font-size: 36px;
  line-height: 50px;
  color: #FFF;
  display: block;
  font-weight: 600;
}

.growers .wrapper .content p{
  font-size: 16px;
  color: #FFF;
}

.growers .wrapper .content .btn{
  margin-top: 25px;
}

.food-safety{
  padding: 100px 0;
}

.food-safety .wrapper .item{
  padding: 20px;
  background: #2C4B22;
  margin: 40px 0;
}

.food-safety .wrapper .item.two{
  background: #62B746;
}

.food-safety .wrapper .item figure{
  width: 100%;
  height: 120px;
  margin: 0;
  overflow: hidden;
}

.food-safety .wrapper .item figure img{
  width: auto;
  height: 120px;
}

.food-safety .wrapper .item .txt{
  position: relative;
  top: 8px;
  padding-left: 15px;
}

.food-safety .wrapper .item h6{
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
  margin: 8px 0;
}

.food-safety .wrapper .item p{
  color: #FFF;
}

.food-safety .wrapper .content{
  text-align: left;
  padding-left: 40px;
  position: relative;
  top: 30px;


}

.food-safety .wrapper .content .tag{
  font-size: 16px;
  color: #62B746;
  margin-bottom: 20px;
  display: inline-block;
}

.food-safety .wrapper .content h3{
  font-size: 36px;
  line-height: 50px;
  color: #2C4B22;
  display: block;
  font-weight: 600;
}

.food-safety .wrapper .content p{
  font-size: 16px;
}

.food-safety .wrapper .content .btn{
  margin-top: 25px;
}



.food-safety .mobile{
  display: none;
}


.footer{
  background: #2C4B22;
  padding: 80px 0 0 0;
}

.footer .wrapper .logo{
  width: 100%;
  height: auto;
}

.footer .wrapper p{
  color: #62B746;
  font-size: 20px;
  font-weight: 600;
}

.footer .wrapper ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .wrapper ul li{
  margin: 20px 0;
}

.footer .wrapper ul li a{
  color: #FFF;

}

.footer .wrapper ul li a:hover{
  border-bottom: 2px solid #FFF;
}

.footer .wrapper ul li{
  color: #FFF;
}

.footer .bottom{
  background: #62B746;
  height: 75px;
  text-align: center;
  margin-top: 60px;
  line-height: 75px;
}

.footer .bottom .terms{
  float: right;
  color: #FFF;
  display: inline-block;
}

.footer .bottom .policy{
  float: left;
  color: #FFF;
}

.footer .bottom .cr{
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.footer .social li{
  display: inline-block;
  margin: 0 10px 0 0 !important;
}

.footer .social li a{
  font-size: 22px;
}

.footer .logos{
  position: relative;
  top: 120px;
}

.footer .logos ul li{
  display: inline-block;
  margin: 0 10px 0 0 !important;
}

.footer .logos ul li a{
  font-size: 32px;
}


.products-list{
  padding: 80px 0;
}

.products-list .products{
  text-align: center;
  margin-top: 0;
}

.products-list .products .item{
  margin: 15px 0;
}

.products-list .products .item.broccoli .img img{
  width: 50%;
}

.contact-items{
  padding: 80px 0;

}

.contact-items .item{
  height: 215px;
  background: #EFF7E5;
  text-align: center;
}

.contact-items .item .content{
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-items .item span, .contact-items .item span a{
  font-size: 20px;
  line-height: 26px;
  color: #2C4B22;
  display: block;
}

.contact-items .item .icon{
  font-size: 24px;
  color: #2C4B22;
  display: block;
  margin-bottom: 20px;
}

.contact-items .item .icon-location{
  font-size: 28px;
}


.contact{
  padding: 75px 0;
  background: #EFF7E5;
  text-align: right;
}

.contact .form-box{
  background: rgba(98, 183, 70, 0.22);
  padding: 60px 80px;
}

.contact .form-box h3{
  font-size: 36px;
  color: #2C4B22;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

.contact .form-box input{
  display: block;
  width: 100%;
  border: none;
  background: #FFF;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 16px;
  margin-bottom: 20px;
}

.contact .form-box textarea{
  display: block;
  width: 100%;
  border: none;
  background: #FFF;
  border-radius: 30px;
  padding: 18px 30px;
  font-size: 16px;
  height: 120px;
  margin-bottom: 20px;
}

.contact .form-box .btn{
  text-align: right;
}

.founded{
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.founded::after{
  content: '';
  display: block;
  width: 32%;
  height: 330px;
  background: url(../images/founded-about.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: -5%;
  bottom: 60px;
}


.founded .wrapper .content{
  text-align: left;
}

.founded .wrapper .content .tag{
  font-size: 16px;
  color: #62B746;
  margin-bottom: 20px;
  display: inline-block;
}

.founded .wrapper .content h3{
  font-size: 36px;
  line-height: 50px;
  color: #2C4B22;
  display: block;
  max-width: 480px;
  font-weight: 600;
}

.founded .wrapper .content p{
  font-size: 16px;
}

.facility{
  padding: 80px 0;
  background: #EFF7E5;
  position: relative;
}

.facility .wrapper .content{
  text-align: left;
}

.facility .wrapper .content .tag{
  font-size: 16px;
  color: #62B746;
  margin-bottom: 20px;
  display: inline-block;
}

.facility .wrapper .content .tag span{
  font-size: 14px;
  padding-right: 7px;
}

.facility .wrapper .content h3{
  font-size: 36px;
  line-height: 50px;
  color: #2C4B22;
  display: block;
  max-width: 480px;
  font-weight: 600;
}

.facility .wrapper .content p{
  font-size: 16px;
}

.facility .wrapper .offer-box{
  display: block;
  background: #e0efce;
  padding: 30px 80px 20px 80px;
  margin-top: 30px;
}

.facility::after{
  content: '';
  display: block;
  width: 26%;
  height: 500px;
  background: url(../images/facility.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 70px;
}

.safety{
  padding: 100px 0;
  position: relative;
}

.safety .wrapper .content{
  text-align: left;
}

.safety .wrapper .content .tag{
  font-size: 16px;
  color: #62B746;
  margin-bottom: 20px;
  display: inline-block;
}

.safety .wrapper .content h3{
  font-size: 36px;
  line-height: 50px;
  color: #2C4B22;
  display: block;
  max-width: 480px;
  font-weight: 600;
}

.safety .wrapper .content p{
  font-size: 16px;
}

.safety .txt-box{
  background: #EFF7E5;
  padding: 30px 40px;
  position: relative;
  top: 10px;
}

.safety .txt-box ul{
  padding: 0 0 0 20px;
  margin: 0;
}

.safety .txt-box ul li{
  margin: 10px 0;
}

.about-bar{
  display: block;
  width: 100%;
  height: 300px;
  background: url(../images/about-bgbar.jpg) center center no-repeat;
  background-size: cover;
}

.mission{
  position: relative;
  overflow: hidden;
  height: 500px;
}


.mission .content{
  padding: 130px 40px;
  text-align: left;
  background: #2C4B22;
  height: 500px;
}

.mission .content .tag{
  font-size: 16px;
  color: #62B746;
  margin-bottom: 20px;
  display: inline-block;
}

.mission .content h3{
  font-size: 36px;
  line-height: 50px;
  color: #FFF;
  display: block;
  max-width: 480px;
  font-weight: 600;
}

.mission .content p{
  font-size: 16px;
  color: #FFF;
}

.mission .col-md-6{
  padding: 0;
}

.mission .content .wrap{
  display: block;
  width: 65%;
  position: relative;
  margin: 0 auto;
}

.mission .content-white{
  padding: 90px 60px;
  text-align: center;
  height: 250px;
}

.mission .content-white ul{
  margin: 25px 0 0 0;
  padding: 0;
}

.mission .content-white ul li{
  display: inline-block;
  margin: 5px 22px;
}

.mission .content-green{
  background: #EFF7E5;
  padding: 70px 90px;
  height: 250px;
}

.mission .content-green p{
  font-size: 16px;
  line-height: 40px;
  color: #2C4B22;
}

.responsibility{
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.responsibility::after{
  content: '';
  display: block;
  width: 28%;
  height: 570px;
  background: url(../images/responsibility-about.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 36px;
}

.responsibility .wrapper .content{
  text-align: left;
}

.responsibility .wrapper .content .tag{
  font-size: 16px;
  color: #62B746;
  margin-bottom: 20px;
  display: inline-block;
}

.responsibility .wrapper .content h3{
  font-size: 36px;
  line-height: 50px;
  color: #2C4B22;
  display: block;
  font-weight: 600;
}

.responsibility .wrapper .content p{
  font-size: 16px;
}

.categories-list{
  padding: 60px 0;
  background: #EFF7E5;
}

.categories-list h4{
  color: #62B746;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}

.categories-list .categorie{
  display: block;
  width: 200px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}

.categories-list .categorie p{
  font-size: 16px;
  color: #2C4B22;
  font-weight: 600;
  margin-top: 0;
}

.categories-list .categorie figure{
  width: 200px;
  height: auto;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}

.categories-list .categorie figure img{
  width: 100%;
  height: auto;
  border-radius: 10px;
  padding: 18px;
}

.categories-slider{
  text-align: center;
}

.categories-slider .owl-dots{
  margin-top: 10px;
  background: rgba(98, 183, 70, 0.5);
}

.categories-slider .owl-dots button span {
    background: none repeat scroll 0 0 #555;
}

.recipes-list{
  padding: 60px 0;
}

.recipes-list .recipe{
  margin: 20px 0;
  box-shadow: none;
}

.recipes-list .recipe .img img {
    top: 0;
}

.info-recipe{
  background: #EFF7E5;
  padding: 60px 0;
}

.info-recipe .wrapper .item{
  text-align: center;
  background: rgba(98, 183, 70, 0.22);
  padding: 30px 15px;
  margin: 15px 0;
}

.info-recipe .wrapper .item span{
  color: #62B746;
  font-size: 26px;
}

.info-recipe .wrapper .item h6{
  font-size: 20px;
  font-weight: 600;
  color: #62B746;
}

.info-recipe .wrapper .item p{
  font-size: 20px;
  color: #2C4B22;
}

.info-recipe .wrapper .item .content{
  position: relative;
  top: 10px;
}

.ingredients-recipe{
  padding: 85px 0 50px 0;
}

.ingredients-recipe .wrapper .box{
  border: 1px solid #000;
  text-align: center;
  padding: 40px;
}

.ingredients-recipe .wrapper .box h4{
  font-size: 32px;
  color: #62B746;
  font-weight: 600;
}

.ingredients-recipe .wrapper .box .ingredients{
  text-align: left;
  width: 70%;
  margin: 60px auto 20px auto;
}

.ingredients-recipe .wrapper .box .ingredients .ing{
  margin: 8px 0;
}

.video-steps{
  text-align: center;
  padding: 50px 0 70px 0;
}

.video-steps .wrapper h4{
  font-size: 32px;
  color: #62B746;
  font-weight: 600;
}

.video-steps .wrapper .video-wrap{
  margin-top: 60px;
}


.services-box .img{
  display: block;
  height: 600px;
}

.services-box .img.img-service{
  background: url('../images/dqp-office.jpg') center center no-repeat;
  background-size: cover;
}

.services-box .img.img-business{
  background: url('../images/dqp-product.jpg') center center no-repeat;
  background-size: cover;
}

.services-box .col-md-6{
  padding: 0;
}

.services-box .white-box{
  height: 600px;
}

.services-box .green-box{
  background: #EFF7E5;
  height: 600px;
}

.services-box .content{
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.services-box .content ul{
  padding: 0 0 0 25px;
}

.services-box .content .tag{
  font-size: 16px;
  color: #62B746;
  margin-bottom: 20px;
  display: inline-block;
}

.services-box .content h3{
  font-size: 36px;
  line-height: 50px;
  color: #2C4B22;
  display: block;
  font-weight: 600;
}

.services-box .content p{
  font-size: 16px;
}

.product-info{
  padding: 80px 0;
  position: relative;
}

.product-info .wrapper{
  position: relative;
}

.product-info .img{
  display: block;
  width: 450px;
  height: auto;
  position: absolute;
  left: -170px;
  top: -100px;
}

.product-info .img img{
  width: 100%;
  height: auto;
}

.product-info h3{
  font-size: 32px;
  color: #2C4B22;
  font-weight: 600;
}

.product-info p{
  font-size: 20px;
  color: #2C4B22;
}

.prodcut-packaging{
  padding: 130px 0 80px 0;
  text-align: center;
}

.prodcut-packaging .wrapper h3{
  font-size: 32px;
  font-weight: 600;
  color: #2C4B22;
  margin-bottom: 70px;
}

.prodcut-packaging .package{
  box-shadow: 1px 7px 19px -1px rgba(0,0,0,0.35);
  -webkit-box-shadow: 1px 7px 19px -1px rgba(0,0,0,0.35);
  -moz-box-shadow: 1px 7px 19px -1px rgba(0,0,0,0.35);
  max-width: 360px;
  border-radius: 20px;
  padding-bottom: 35px;
  margin: 15px 0;
}

.prodcut-packaging .package .img{
  width: 90%;
  margin: 0 auto;
  height: 295px;
  padding: 25px;
}

.prodcut-packaging .package .title{
  font-size: 20px;
  font-weight: 600;
  color: #2C4B22;
}

.prodcut-packaging .package .img img{
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.prodcut-packaging .package-slider{
  margin-top: 40px;
}

.prodcut-packaging .package-slider .item{
  padding: 20px;
}

.product-used{
  padding: 80px 0;
  text-align: center;
}

.product-used h3{
  font-size: 32px;
  font-weight: 600;
  color: #2C4B22;
  margin-bottom: 70px;
}

.product-used .item{
  margin-bottom: 15px;
}

.product-used .item figure{
  padding: 30px 20px;
  margin: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.product-used .item img{
  width: 100%;
  height: 100%;
}

.product-used .item img.pasta{
  width: auto;
  height: 85%;
}

.product-used .item p{
  font-size: 24px;
  font-weight: 600;
  margin-top: 15px;
  color: #2C4B22;
}

.product-recipes{
  padding: 80px 0;
  text-align: center;
}

.product-recipes h3{
  font-size: 32px;
  font-weight: 600;
  color: #2C4B22;
  margin-bottom: 70px;
}

.product-recipes .btn{
  margin-top: 70px;
}


@media screen and (max-width: 1160px){
  .facility::after{
    content: '';
    display: block;
    width: 22%;
    height: 570px;
    background: url(../images/facility.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 70px;
  }
}


@media screen and (max-width: 1068px){
  .mission{
    height: 600px;
  }

  .mission .content{
    height: 600px;
  }

  .mission .content-white{
    height: 300px;
  }

  .mission .content-green{
    height: 300px;
  }

  .product-info {
    padding: 100px 0 150px 0;
    position: relative;
    margin-bottom: 65px;
  }

  .product-info .img {
    width: 85%;
    left: 0;
    right: 0;
    top: 210px;
    margin: 0 auto;
  }

  .product-used .item{
    margin-bottom: 50px;
  }

  .product-used{
    padding: 40px 0;
  }

  .product-recipes{
    padding: 40px 0 80px 0;
  }

}


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

  

  .facility{
    padding: 80px 0 400px 0;
  }

  .facility::after{
    content: '';
    display: block;
    width: 100%;
    height: 320px;
    position: absolute;
    left: 0;
    bottom: 0px;
    top: auto;
  }
}

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

  .cucumber-size{
    width: 100%;
    height: auto;
  }

  .recipes .recipe .img{
    height: auto;
  }

  .recipes .recipe .img img{
    top: 0;
  }

  .services-box .content{
    width: 72%;
  }

  .facility .wrapper .offer-box {
    padding: 30px 20px 20px 40px;
  }

  .facility .wrapper .offer-box ul{
    padding: 0 0 0 20px;
  }

  .recipe .title h4 {
    padding: 0 20px;
    line-height: 24px;
    position: relative;
    top: 26px;
  }

  .recipes-list .recipe .img{
    height: auto;
  }

  .masthead{
    overflow: visible;
    height: 675px;
  }

  .masthead .bg-slider{
    height: 675px;
  }

  .masthead .bg-slider .item{
    height: 675px;
  }

  .masthead.general{
    height: 540px;
  }

  .masthead.product{
    height: 480px;
  }

  .masthead.product .content {
      top: 175px !important;
  }

  .masthead .content.usda{
    top: 355px !important;
  }

  .masthead .content.sign{
      top: 425px !important;
  }

  .masthead .content.cares{
      top: 400px !important;
  }

  .masthead .content.healthy{
      top: 430px !important;
  }

  .masthead.general.aboutus .content{
    top: 150px !important;
  }

  .masthead.general.recipes-section .content {
      top: 135px !important;
  }

  .masthead.general.operations .content {
      top: 130px !important;
  }

  .masthead .bg-slider .item  .content.usda + .thumb{
    width: 75%;
    top: 110px;
  }

  .masthead .bg-slider .item  .content.sign figure{
    display: none;
  }

  .masthead .bg-slider .item  .content.sign + .thumb{
    width: 75%;
    top: 110px;
  }

  .masthead .bg-slider .item  .content.healthy + .thumb{
    width: 75%;
    top: 120px;
  }

  .masthead .bg-slider .item .thumb{
    display: none;
    width: 65%;
    height: auto;
    top: 100px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .masthead .wrapper .content{
    top: 370px;
  }

  .founded{
    padding: 105px 0 230px 0;
  }

  .founded::after{
    content: '';
    display: block;
    width: 60%;
    height: 340px;
    background: url(../images/founded-about.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .responsibility{
    padding: 120px 0 380px 0;
  }

  .responsibility::after{
    content: '';
    display: block;
    width: 60%;
    height: 340px;
    background: url(../images/responsibility-about.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }

}


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

  .product-recipes .recipe{
    margin: 25px 0;
  }

  .product-recipes .recipe .img {
    height: auto;
  }

  .product-recipes .recipe .img img{
    top: 0;
  }

  .recipe .title{
    height: 85px;
  }

  .product-used .item img {
      width: auto;
      height: 100%;
  }

  .product-used .item img.pasta {
      position: relative;
      top: 15px;
  }

  .products .item .img img{
    width: 75%;
    top: 50px;
  }

  .products .item.mini-cucumber .img img {
    width: 90%;
    height: auto;
    top: 25px;
    left: 0;
  }

  .products .item.bell-pepper .img img {
      top: 20px;
      width: 80%;
  }

  .products .item{
    margin: 15px 0;
  }

  .owl-dots {
      display: inline-block !important;
      background: #EBEBEB;
      width: auto;
  }

  .package-slider .owl-dots{
    display: inline-block !important;
  }

  .recipes .recipes-slider .owl-dots{
    display: inline-block !important;
    position: relative;
    top: 20px;
  }

  .owl-nav{
    display: none;
  }

  .owl-carousel .content{
    position: relative !important;
  }

  .masthead.general .wrapper .content{
    text-align: center;
    position: relative;
    top: 170px;
  }

  .mission .content .wrap{
    width: 100%;
  }

  .services-box .img{
    display: block;
    height: 500px;
  }

  .services-box .white-box{
    height: 500px;
  }

  .services-box .green-box{
    height: 500px;
  }

  .mission{
    height: auto;
  }

  .mission .content{
    height: auto;
  }

  .mission .content-white{
    height: auto;
  }

  .mission .content-green{
    height: auto;
  }

  .footer .logos{
    position: relative;
    top: 20px;
  }

  .products-list{
    padding: 40px 0 80px 0;
  }

  .masthead .bg-slider .owl-dots{
    display: none !important;
  }

  .masthead .wrapper .nav .logo{
    margin: 0 auto;
    float: none;
    width: 115px;
    position: relative;
    top: 5px;
  }

  .masthead .btn-talk{
    display: none !important;
  }

  .masthead .main-nav{
    background: #62B746;
    display: block !important;
    position: absolute !important;
    width: 100%;
    height: 100dvh;
    top: 0 !important;
    right: -100%;
    transition: 0.4s all;
  }

  .masthead .main-nav.open{
    right: 0;
  }

  .masthead .main-nav ul{
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .masthead .main-nav ul li{
    display: block !important;
    margin: 30px 0 !important;
  }

  .masthead .main-nav ul li a, .masthead .main-nav ul li span{
    font-size: 25px !important;
    font-weight: 600;
  }

/**/


  .masthead .wrapper .nav .main-nav ul li .dropdown{
    text-align: center;
    left: auto;
    right: 0;
    margin: 0 auto;
    bottom: 75px;
    width: 50%;
    display: block;
    background: none;
    padding: 0;
    margin-top: 5px;
  }

  .masthead .wrapper .nav .main-nav .dropdown-li{
    height: 35px;
    overflow: hidden;
    transition: 0.4s all;
  }

  .masthead .wrapper .nav .main-nav .dropdown-li.open-mobile{
    height: 130px;
  }

  .masthead .wrapper .nav .main-nav ul li .dropdown li{
    margin: 20px 0 !important;
  }

  .masthead .wrapper .nav .main-nav ul li .dropdown li a{
    color: #FFF;
    font-size: 16px !important;
    font-weight: 400;
  }

  .masthead .wrapper .nav .main-nav ul li .dropdown li a:hover{
    border-bottom: none;
    
  }

/**/

  .masthead .wrapper .content h1{
    font-size: 24px !important;
    line-height: 28px;
  }

  .masthead .wrapper .content .btns .btn{
    width: 100%;
    margin: 5px 0;
  }

  .masthead .wrapper .content .btns .alt{
    margin-left: 0;
  }

  .masthead .btn-menu{
    display: block;
    font-size: 32px;
    color: #FFF;
    position: absolute;
    top: 30px;
    right: 40px;
  }

  .explore .wrapper .btns .btn{
    margin: 5px 0;
    width: 100%;
  }

  .about .wrapper .content{
    text-align: center;
    padding-right: 0;
  }

  .about .wrapper .content h3{
    font-size: 30px;
    line-height: 36px;
  }

  .recipes::before{
    display: none;
  }

  .recipes .wrapper .content{
    text-align: center;
    padding-right: 0;
  }

  .recipes .wrapper .content h3{
    font-size: 30px;
    line-height: 36px;
  }

  .recipes .wrapper .content .btn{
    display: none;
  }

  .recipes .wrapper .box-recipes{
    margin-top: 35px;
  }

  .recipes .wrapper .recipe{
    margin: 10px 0;
  }

  .recipes .wrapper .recipe .title{
    height: 125px;
    padding: 15px 0 15px 20px;
  }

  .recipes .wrapper .recipe .title h4{
    line-height: 20px;
    display: block;
    width: 90%;
    text-align: left;
    margin: 0;
  }

  .growers{
    padding: 100px 0 320px 0;
  }

  .growers .wrapper .content{
    text-align: center;
    padding-right: 0;
  }

  .growers .wrapper .content h3{
    font-size: 30px;
    line-height: 36px;
  }

  .growers::after{
    width: 100%;
    bottom: -200px;
    height: auto;
    transform: none;
    background-size: 100%;
  }

  .food-safety{
    padding: 80px 0 100px 0;
  }

  .food-safety .wrapper .item{
    padding: 12px 16px 16px 16px;
  }

  .food-safety .wrapper .item figure{
    height: 150px;
    top: 20px;
    left: -10px;
    position: relative;
  }

  .food-safety .wrapper .item figure img{
    height: 150px;
  }

  .food-safety .wrapper .content{
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 60px;
  }

  .food-safety .wrapper .content h3{
    font-size: 30px;
    line-height: 36px;
  }

  .food-safety .desk{
    display: none;
  }

  .food-safety .mobile{
    display: block;
  }

  .footer{
    padding: 50px 0 0 0;
  }

  .footer .wrapper .logo{
    width: 130px;
    margin: 0 auto 40px auto;
  }

  .footer .bottom .policy{
    float: none;
    line-height: 22px;
  }

  .footer .bottom .terms{
    float: none;
    line-height: 22px;
  }

  .footer .bottom{
    height: auto;
    line-height: 22px;
    padding: 20px 0;
  }

  .footer .bottom .cr{
    line-height: 22px;
    margin: 15px 0;
  }

  .contact-items{
    padding: 60px 0;
  }

  .contact-items .item{
    margin: 15px 0;
  }

  .contact .form-box{
    padding: 60px 25px;
  }
}

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

  .masthead .bg-slider .item .thumb{
    display: block;
  }
}