@import url("../components/css/card_block.css");
@import url("../components/css/column_block.css");
@import url("../components/css/contact_form.css");
@import url("../components/css/counter_block.css");
@import url("../components/css/cta.css");
@import url("../components/css/download_block.css");
@import url("../components/css/featured_products.css");
@import url("../components/css/history_list.css");
@import url("../components/css/html.css");
@import url("../components/css/image_carousel.css");
@import url("../components/css/latest_news.css");
@import url("../components/css/lead_text_block.css");
@import url("../components/css/list_block.css");
@import url("../components/css/map.css");
@import url("../components/css/members.css");
@import url("../components/css/mission_blocks.css");
@import url("../components/css/page_header.css");
@import url("../components/css/single_image_block.css");
@import url("../components/css/split_image_block.css");
@import url("../components/css/text_block_with_image.css");
@import url("../components/css/text_block.css");
@import url("../components/css/plant_nutrition.css");
@import url("../components/css/grid_block.css");
.uk-text-xxlarge {
  font-size: 2.5rem;
}

.uk-text-xlarge {
  font-size: 2rem;
}

.uk-text-large {
  font-size: 1.5rem;
}

.uk-text-medium {
  font-size: 1.2rem;
}

.uk-text-reg {
  font-size: 1rem;
}

.uk-text-small {
  font-size: 0.8rem;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.8rem;
}

.uk-text-spot1 {
  color: #8ac034;
}

.uk-text-spot2 {
  color: #8ac034;
}

.uk-text-spot3 {
  color: #8ac034;
}

.uk-text-spot4 {
  color: #8ac034;
}

.uk-text-white {
  color: white;
}

.uk-text-black {
  color: #000;
}

.uk-text-lightgrey {
  color: #ccc;
}

.uk-bgc-spot1 {
  background-color: #8ac034;
}

.uk-bgc-spot2 {
  background-color: #8ac034;
}

.uk-bgc-spot3 {
  background-color: #8ac034;
}

.uk-bgc-spot4 {
  background-color: #8ac034;
}

.uk-bgc-white {
  background-color: white;
}

.uk-bgc-black {
  background-color: #000;
}

.uk-bgc-lightgrey {
  background-color: #ccc;
}

strong,
b {
  font-weight: 600;
}

em,
i {
  font-style: italic;
  color: #333;
}

body {
  line-height: 1.4;
  color: #000;
  font-size: 1.2rem;
  font-family: "Montserrat";
  font-weight: 400;
}

h1,
h2 {
  letter-spacing: -1px;
  line-height: 1.1;
  font-family: "Montserrat";
  font-weight: 600;
}

h3,
h4 {
  line-height: 1.2;
  font-family: "Montserrat";
}

h5,
h6 {
  line-height: 1.4;
  font-family: "Montserrat";
}

a {
  color: #8ac034;
}

a:hover {
  color: #333;
}

header .logo,
header .uk-headermargin-reduce {
  transition: all 0.4s;
}
header.uk-active .logo {
  max-height: 50px;
}
header.uk-active .uk-headermargin-reduce {
  margin-top: 0 !important;
}

.wp-caption {
  border: 0;
}

.fd-content ul {
  list-style: none;
}
.fd-content ul.green li:before {
  content: "";
  background-image: url(../img/icons/droplet-green.svg);
  background-position: left center;
  background-repeat: no-repeat;
  height: 19px;
  width: 15px;
  display: inline-block;
  margin-right: 10px;
}
.fd-content ul.white li:before {
  content: "";
  background-image: url(../img/icons/droplet-white.svg);
  background-position: left center;
  background-repeat: no-repeat;
  height: 19px;
  width: 15px;
  display: inline-block;
  margin-right: 10px;
}
.fd-content ul li {
  line-height: 2;
}

/* UIKIT UNIVERSAL */
@media only screen and (min-width: 320px) {
  html {
    font-size: 12px;
  }
  .logo {
    max-height: 50px;
    transition: all 0.4s;
  }
  .uk-height-xlarge {
    height: 600px;
  }
  .uk-navbar-dropdown {
    min-width: 300px;
  }
}
/* UIKIT SMALL */
@media only screen and (min-width: 640px) {
  html {
    font-size: 13px;
  }
  .logo {
    max-height: 50px;
  }
}
/* UIKIT MEDIUM */
@media only screen and (min-width: 960px) {
  html {
    font-size: 14px;
  }
  .logo {
    max-height: 50px;
  }
  .getintouch:before {
    content: "";
    height: 100%;
    width: 50%;
    background-color: #8ac034;
    position: absolute;
    left: 0px;
    top: 0px;
    transform: skew(-20deg) translate(-20%);
  }
}
/* UIKIT LARGE */
@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
/* UIKIT XLARGE */
@media only screen and (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}
header nav ul.uk-navbar-nav > li > a {
  font-size: 1rem;
  font-family: "Montserrat";
  font-weight: 400;
  color: #333;
  transition: all 0.4s;
  min-height: 40px;
}
header nav ul.uk-navbar-nav > li > a:hover {
  color: rgb(54, 54, 54);
}
header nav ul.uk-navbar-nav > li.uk-parent:hover {
  color: rgb(54, 54, 54);
}
header nav ul.uk-navbar-nav > li .current-menu-item a {
  color: white !important;
  background-color: rgb(54, 54, 54);
}
header nav ul.uk-navbar-nav > li .uk-navbar-dropdown {
  padding: 0 !important;
}
header nav ul.uk-navbar-nav > li .uk-navbar-dropdown ul li a {
  padding: 14px 20px;
  text-transform: uppercase;
  color: rgb(54, 54, 54);
  font-size: 0.8rem;
  font-weight: 700;
  transition: all 0.2s;
}
header nav ul.uk-navbar-nav > li .uk-navbar-dropdown ul li a:hover {
  color: white;
  background-color: rgb(54, 54, 54);
}
header nav ul.uk-navbar-nav > li.hide {
  display: none;
}
footer .footer-nav {
  list-style: none;
  padding-left: 0;
}
footer .footer-nav li a {
  color: #fff;
  font-size: 0.9rem;
}

.uk-navbar-container {
  border-bottom: 1px solid #ccc;
}

.uk-button-spot1 {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  border: 1px solid #8ac034;
  background-color: #8ac034;
  color: white;
  transition: all 0.4s;
}
.uk-button-spot1:hover {
  color: #8ac034;
  background-color: transparent;
}

.uk-textbutton-spot1 {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  color: #8ac034;
  transition: all 0.4s;
}
.uk-textbutton-spot1:hover {
  color: #8ac034;
}

.uk-button-dark:hover {
  color: white;
  background-color: transparent;
  border-color: white;
}

.uk-button-light:hover {
  color: #333;
  background-color: transparent;
  border-color: #333;
}

.uk-textbutton-dark-spot1 {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  color: #8ac034;
  transition: all 0.4s;
}
.uk-textbutton-dark-spot1:hover {
  color: white;
}

.uk-textbutton-light-spot1 {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  color: #8ac034;
  transition: all 0.4s;
}
a .uk-textbutton-light-spot1:hover {
  color: #333;
}

.uk-button-rightarrow-dark:after {
  content: "";
  background-image: url(../img/icons/white-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 60px;
}

.uk-button-rightarrow-light:after {
  content: "";
  background-image: url(../img/icons/white-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 60px;
}

.uk-button-spot2 {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  border: 1px solid #8ac034;
  background-color: #8ac034;
  color: white;
  transition: all 0.4s;
}
.uk-button-spot2:hover {
  color: #8ac034;
  background-color: transparent;
}

.uk-textbutton-spot2 {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  color: #8ac034;
  transition: all 0.4s;
}
.uk-textbutton-spot2:hover {
  color: #8ac034;
}

.uk-button-dark:hover {
  color: white;
  background-color: transparent;
  border-color: white;
}

.uk-button-light:hover {
  color: #333;
  background-color: transparent;
  border-color: #333;
}

.uk-textbutton-dark-spot2 {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  color: #8ac034;
  transition: all 0.4s;
}
.uk-textbutton-dark-spot2:hover {
  color: white;
}

.uk-textbutton-light-spot2 {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  color: #8ac034;
  transition: all 0.4s;
}
a .uk-textbutton-light-spot2:hover {
  color: #333;
}

.uk-button-rightarrow-dark:after {
  content: "";
  background-image: url(../img/icons/white-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 60px;
}

.uk-button-rightarrow-light:after {
  content: "";
  background-image: url(../img/icons/white-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 60px;
}

.uk-button-spot3 {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  border: 1px solid #8ac034;
  background-color: #8ac034;
  color: white;
  transition: all 0.4s;
}
.uk-button-spot3:hover {
  color: #8ac034;
  background-color: transparent;
}

.uk-textbutton-spot3 {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  color: #8ac034;
  transition: all 0.4s;
}
.uk-textbutton-spot3:hover {
  color: #8ac034;
}

.uk-button-dark:hover {
  color: white;
  background-color: transparent;
  border-color: white;
}

.uk-button-light:hover {
  color: #333;
  background-color: transparent;
  border-color: #333;
}

.uk-textbutton-dark-spot3 {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  color: #8ac034;
  transition: all 0.4s;
}
.uk-textbutton-dark-spot3:hover {
  color: white;
}

.uk-textbutton-light-spot3 {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  color: #8ac034;
  transition: all 0.4s;
}
a .uk-textbutton-light-spot3:hover {
  color: #333;
}

.uk-button-rightarrow-dark:after {
  content: "";
  background-image: url(../img/icons/white-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 60px;
}

.uk-button-rightarrow-light:after {
  content: "";
  background-image: url(../img/icons/white-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 60px;
}

.uk-button-spot4 {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  border: 1px solid #8ac034;
  background-color: #8ac034;
  color: white;
  transition: all 0.4s;
}
.uk-button-spot4:hover {
  color: #8ac034;
  background-color: transparent;
}

.uk-textbutton-spot4 {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  color: #8ac034;
  transition: all 0.4s;
}
.uk-textbutton-spot4:hover {
  color: #8ac034;
}

.uk-button-dark:hover {
  color: white;
  background-color: transparent;
  border-color: white;
}

.uk-button-light:hover {
  color: #333;
  background-color: transparent;
  border-color: #333;
}

.uk-textbutton-dark-spot4 {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  color: #8ac034;
  transition: all 0.4s;
}
.uk-textbutton-dark-spot4:hover {
  color: white;
}

.uk-textbutton-light-spot4 {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  color: #8ac034;
  transition: all 0.4s;
}
a .uk-textbutton-light-spot4:hover {
  color: #333;
}

.uk-button-rightarrow-dark:after {
  content: "";
  background-image: url(../img/icons/white-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 60px;
}

.uk-button-rightarrow-light:after {
  content: "";
  background-image: url(../img/icons/white-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 60px;
}

.uk-button-white {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  border: 1px solid white;
  background-color: white;
  color: white;
  transition: all 0.4s;
}
.uk-button-white:hover {
  color: white;
  background-color: transparent;
}

.uk-textbutton-white {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  color: white;
  transition: all 0.4s;
}
.uk-textbutton-white:hover {
  color: white;
}

.uk-button-dark:hover {
  color: white;
  background-color: transparent;
  border-color: white;
}

.uk-button-light:hover {
  color: #333;
  background-color: transparent;
  border-color: #333;
}

.uk-textbutton-dark-white {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  color: white;
  transition: all 0.4s;
}
.uk-textbutton-dark-white:hover {
  color: white;
}

.uk-textbutton-light-white {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  color: white;
  transition: all 0.4s;
}
a .uk-textbutton-light-white:hover {
  color: #333;
}

.uk-button-rightarrow-dark:after {
  content: "";
  background-image: url(../img/icons/white-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 60px;
}

.uk-button-rightarrow-light:after {
  content: "";
  background-image: url(../img/icons/white-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 60px;
}

.uk-button-black {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  border: 1px solid #000;
  background-color: #000;
  color: white;
  transition: all 0.4s;
}
.uk-button-black:hover {
  color: #000;
  background-color: transparent;
}

.uk-textbutton-black {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  color: #000;
  transition: all 0.4s;
}
.uk-textbutton-black:hover {
  color: #000;
}

.uk-button-dark:hover {
  color: white;
  background-color: transparent;
  border-color: white;
}

.uk-button-light:hover {
  color: #333;
  background-color: transparent;
  border-color: #333;
}

.uk-textbutton-dark-black {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  color: #000;
  transition: all 0.4s;
}
.uk-textbutton-dark-black:hover {
  color: white;
}

.uk-textbutton-light-black {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  color: #000;
  transition: all 0.4s;
}
a .uk-textbutton-light-black:hover {
  color: #333;
}

.uk-button-rightarrow-dark:after {
  content: "";
  background-image: url(../img/icons/white-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 60px;
}

.uk-button-rightarrow-light:after {
  content: "";
  background-image: url(../img/icons/white-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 60px;
}

.uk-button-lightgrey {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  border: 1px solid #ccc;
  background-color: #ccc;
  color: white;
  transition: all 0.4s;
}
.uk-button-lightgrey:hover {
  color: #ccc;
  background-color: transparent;
}

.uk-textbutton-lightgrey {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  color: #ccc;
  transition: all 0.4s;
}
.uk-textbutton-lightgrey:hover {
  color: #ccc;
}

.uk-button-dark:hover {
  color: white;
  background-color: transparent;
  border-color: white;
}

.uk-button-light:hover {
  color: #333;
  background-color: transparent;
  border-color: #333;
}

.uk-textbutton-dark-lightgrey {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  color: #ccc;
  transition: all 0.4s;
}
.uk-textbutton-dark-lightgrey:hover {
  color: white;
}

.uk-textbutton-light-lightgrey {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  color: #ccc;
  transition: all 0.4s;
}
a .uk-textbutton-light-lightgrey:hover {
  color: #333;
}

.uk-button-rightarrow-dark:after {
  content: "";
  background-image: url(../img/icons/white-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 60px;
}

.uk-button-rightarrow-light:after {
  content: "";
  background-image: url(../img/icons/white-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 60px;
}

.wpcf7-submit {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  border: 1px solid white;
  background-color: white;
  color: #8ac034;
  transition: all 0.4s;
  outline: 0;
}
.wpcf7-submit:hover {
  color: white;
  background-color: transparent;
}

.uk-button-dark {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  border: 1px solid white;
  background-color: white;
  color: #8ac034;
  transition: all 0.4s;
  outline: 0;
}
.uk-button-dark:hover {
  color: white;
  background-color: transparent;
}

.uk-button-light {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  border: 1px solid #000;
  background-color: #000;
  color: #8ac034;
  transition: all 0.4s;
  outline: 0;
}
.uk-button-light:hover {
  color: #000;
  background-color: transparent;
}

.uk-button-green {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
  border: 1px solid #8ac034;
  background-color: #8ac034;
  color: white;
  transition: all 0.4s;
  outline: 0;
}
.uk-button-green:hover {
  color: white;
  background-color: transparent;
}

#offcanvas-overlay {
  background-color: rgba(255, 255, 255, 0.3);
}

.uk-icon-button {
  background-color: rgba(255, 255, 255, 0.2);
}

.uk-product-droplet {
  border-radius: 50%;
  border-top-right-radius: 20px;
  border: 2px solid #ccc;
  height: 275px;
  width: 100%;
  max-width: 275px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.uk-product-droplet img {
  width: auto;
  max-width: 300px;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.product-card a.product_type_simple {
  display: none;
}

.related h2 {
  text-align: Center;
  margin-bottom: 40px;
}

.single-product-header {
  background-color: #8ac034;
  color: #fff;
  padding: 10px 20px;
  display: block;
  text-transform: uppercase;
}

.single-product-cutout {
  width: 300px;
  max-width: 300px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  border: solid 2px #ccc;
  border-radius: 50%;
}

.single-product-pdf-wrapper {
  background-color: #8ac034;
  color: #fff;
  margin-top: 20px;
}

a.single-product-download {
  color: #fff;
  padding: 8px 10px;
  display: block;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
}

:root {
  --txt-size: 1.3rem;
  --txt-height: 1.2;
  --blk-radius: 5px;
}

.uk-button-cta {
  background-color: #cad401;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  border: 1px solid #cad401;
  transition: all 0.2s;
  display: inline-block;
  min-width: 200px;
  margin: 20px 0;
  text-align: center;
  font-size: var(--txt-size);
  line-height: var(--txt-height);
}

.uk-button-cta:hover {
  border: 1px solid #cad401;
  color: #cad401;
  background-color: transparent;
}

.cta {
  color: #939eb4;
}

.cta:hover {
  color: #333;
}

.fd-content p {
  max-width: 100%;
  margin: 1rem auto;
  font-size: var(--txt-size);
  line-height: var(--txt-height);
}/*# sourceMappingURL=base.css.map */