/*
Theme Name: Farm Field
Theme URI: vitalcolour.co.nz
Author: Vital Colour
Author URI: https://www.vitalcolour.co.nz
Description:
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*CSS Removes language menu*/
#menu-item-wpml-ls-2-en, .menu-item wpml-ls-slot-2, .menu-item-wpml-ls-3-en,
.menu-item-wpml-ls-2-zh-hans  {
	display: none !important;
}

/*CSS Removes language menu*/


body {
	background: #fff;
	color: #666666;
	font-size: 19px;
	font-weight: 300;
	font-family: "ConduitITC-Light", sans-serif;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 22px;
}



html[lang="zh-hans"] p {
	line-height: 1.5;
	font-size: 17px;
}

html[lang="zh-hans"] .nutrition-intro h3 {
	line-height: 50px !important;
}


p {
  padding: 0;
  margin: 0 0 10px 0;
	line-height: normal;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "ConduitITC-Light", sans-serif;
	font-weight: 400;
	margin: 0px;
	color: #000000;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}

h2 {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}

h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: uppercase;
}


b{font-weight: bold;}


mobile-nav-toggle
html {
	margin: 0;
	padding: 0;
	min-height: 100%;
}

a:link, a:visited, a:active {
	/*background-color: transparent;*/
	text-decoration: none!important;
}

a img {
	border: none;
	outline : none;
}

a {
	color: #000;
	transition: background-color 0.3s linear, border-color 0.3s linear, color 0.3s linear, opacity 0.3s linear, padding 0.3s linear, text-shadow .3s;
	outline : none;
	font-weight: 700;
	white-space: nowrap;
}

:focus, a:focus {
	outline: 0!important;
}

:active, :focus { outline: none; -moz-outline-style: none; }

a:focus, a:hover {
	color: #666;/*text-shadow: 0 0 .65px #333, 0 0 .65px #333;*/
}

:link:focus, :visited:focus {outline: none;}

a, a:active, a:focus, a:hover, a:link {
	outline: none!important;
}

.hover {
-webkit-user-select: none;
-webkit-touch-callout: none;        
}


* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


textarea:focus, input:focus, button:focus {
	outline: 0!important;
}

*:focus {
	outline: 0;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

hr {
    background-color: #ccc;
    border: 0 none;
    color: #ccc;
    height: 1px;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}


.wow {
  visibility: hidden;
}

main {
	overflow: hidden;
}



/* Prelaoder */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: #00a19a;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.back-to-top:focus {
  background: #000;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #000;
  color: #fff;
}

/*--------------------------------------------------------------
# Global css
--------------------------------------------------------------*/

div.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
  padding-left: 0px;
  padding-right: 0px; 
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header .container {
	padding-left: 0px;
	padding-right: 0px;
}

	
/*
#header  img  {
	object-fit: cover;
	max-height: 240px;
	width: 100%;
}*/


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Meu Container */

nav#nav-menu-container {
	text-align: right;
	margin-top: -36px;		
}

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
	/*margin: 0;
	padding: 0;*/
	list-style: none;
  margin-bottom: 0
}
/*
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
*/

ul.nav-menu  {
	display: inline-block;
}

ul.nav-menu-social {
	list-style: none;
	display: inline-block;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.nav-menu-social li {
display: inline-block;
margin-right: 15px;	

}
ul.nav-menu-social li:last-of-type {
margin-right: 35px;	

}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
	padding-top: 8px; 
	text-transform : uppercase;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

/*.nav-menu ul ul {
  top: 0;
  left: 100%;
}*/
 .nav-menu ul .menu-item-has-children ul {
 top: 0; left: 100%; position: absolute; left: 0px; bottom: auto; top: 40px; padding-left: 0px; text-align: left; background-color: #fff; z-index: 4; padding: 10px !important; }
/*
.nav-menu ul li {
  min-width: 180px;
}*/

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav updates for logo icon */

.logo-icon {
background-image: url('images/logo-icon.png');
background-size: 62px 63px;
background-repeat: no-repeat;
background-position: left;
width: 62px;
height: 63px;

}

#menu-main-menu .logo-icon  {
	display: none;
}
.header-scrolled  {
	position: relative;
}

.header-scrolled .logo-icon {
	display: block !important;
	float: left !important;
	position: absolute;
	left: 3%;
	top: -1px;
}

.header-scrolled .logo-icon a {
	color: rgba(0, 0, 0, 0.0);
}

.header-scrolled .logo-icon a:hover {
	color: rgba(0, 0, 0, 0.0);
}



.header-scrolled #menu-item-10 {
	display: block;
	margin-top: -26px;
}


	
/* Nav Meu Styling */

.nav-menu a {
	padding-bottom: 8px;
	text-decoration: none;
	display: inline-block;
	color: #00a19a;
	font-size: 24px;
	letter-spacing: 1px;
	outline: none;
	font-family: "ConduitITC-Light", sans-serif;
	font-weight: 100;
	font-style: normal;

}

.nav-menu-social a img {
	 transition: all 0.5s ease;
}

.nav-menu-social a img:hover {
 filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); 
  /* Chrome 19+ & Safari 6+ */
  filter: brightness(0);
}

.nav-menu .menu-active a,
.nav-menu a:hover {
  color: #000;
}

.nav-menu > li {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

/*
.nav-menu > li:nth-last-child(-n+3) {
	margin: 0px;
	margin-right: 15px;
	position: relative;
	z-index: 20;
}




.nav-menu > li:nth-last-child(3) {
	padding-left: 20px;
}
*/

.nav-menu > li:last-of-type {
	margin: 0px;
	padding-right: 35px;
}

/*Underline hover
.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #00a19a;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}*/

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu li.buy-tickets a {
	color: #fff;
	background: #f4ac00;
	padding: 7px 22px;
	border-radius: 50px;
	border: 2px solid #f4ac00;
	transition: all ease-in-out 0.3s;
	font-weight: 700;
	margin-left: 8px;
	margin-top: 2px;
	line-height: 1;
	font-size: 18px;
	text-transform: uppercase;
}

.nav-menu li.buy-tickets a:hover {
  background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

/*
.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #00a19a;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: #f4ac00;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}
*/

.header-scrolled {
	background: rgba(255, 255, 255, 0.98);
	margin-top: 0px !important;
	transition: all 0.5s;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 997;
	/*height: 56px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;*/
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
	
.header-scrolled ul.sf-js-enabled {
	/*max-width: 1440px;*/
	/*width: 100%;*/
	display: inline-block;
   /*margin: auto;*/
}

#nav-menu-container {
	max-width: 1440px;
	margin: auto;
}


#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  /*min-height: 100%;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;*/
}

#mobile-nav-toggle i {
  /*color: #fff;*/
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
	padding: 0;
	list-style: none;
	display: block;	
	margin-top: 20px;
	margin-right: 0;	
	margin-bottom: 0;
	margin-left: 0;
}

#mobile-nav ul li {
  position: relative;
  display: block;
  padding: 0px;
  margin: 0px;
}



#mobile-nav ul li a {
	color: #fff;
	font-size: 22px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	outline: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 30px;
	display: inline-block;
	font-weight: 600;
}

#mobile-nav ul:nth-of-type(2) {
	margin-top: 8px;
}

#mobile-nav ul:nth-of-type(2) li {
	float: left;
	padding: 0px;
	margin: 0px;
}
#mobile-nav ul:nth-of-type(2) li a {
	margin: 0px;
	padding-left: 15px;	
}
#mobile-nav ul:nth-of-type(2) li:first-of-type a {
	margin: 0px;
	padding-left: 30px;	
}

#mobile-nav ul:nth-of-type(2)  ul li {
	margin-top: 20px;
	padding-right: 0px;
	float: left;
}


#mobile-nav ul li:nth-last-child(-n+3) span {
	display: block;
	height: 23px;
	width: 22px;
	background-color: #fff;
	position: absolute;
	top: 10px;
	right: 3px;
	z-index: -1;
}

#mobile-nav ul li:last-of-type span {
	right: 3px !important;
}

#mobile-nav a img:hover {
 filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); 
  /* Chrome 19+ & Safari 6+ */
}

#mobile-nav a img {
	 transition: all 1s ease !important;
}


#mobile-nav ul li a:hover {
  color: #00a19a;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #f4ac00;
}

#mobile-nav ul .menu-item-active {
  color: #f4ac00;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 12, 34, 0.8);
  display: none;
}


#mobile-nav-toggle span:nth-child(1) {
  top: 0px;
}


#mobile-nav-toggle span:nth-child(2),#mobile-nav-toggle span:nth-child(3) {
  top: 8px;
}

#mobile-nav-toggle span:nth-child(4) {
  top: 16px;
}

#mobile-nav-toggle.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#mobile-nav-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobile-nav-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobile-nav-toggle.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#mobile-nav-toggle {
    width: 35px;
    height: 45px;
    margin: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
	margin-top: 16px;
}


#mobile-nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}


@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#introduction .col-lg-4 {
	margin-top: 15px;
	max-width: 300px;
}

section#introduction {
    padding-top: 20px;
	padding-bottom: 40px;
}


/*--------------------------------------------------------------
# Nutrition Section
--------------------------------------------------------------*/

section#nutrition {
	padding-top: 0px;
	height: 100%;
	width: 100%;
}


#nutrition .container-fluid:first-of-type {
	position: relative;
	
}

#nutrition .container-fluid:first-of-type  img {
	object-fit: cover;
	min-height: 340px;
	object-position: left top;
}

#nutrition .container-fluid:first-of-type .nutrition-container-one {
	position: absolute;
    top: 0;
    bottom: 0;
    width: 100%; 
	
}

#nutrition .container-fluid:first-of-type .nutrition-container-two {
	 position: absolute;
    top: 0;
    bottom: 0;
    width: 100%; 
	
}

#nutrition .container-fluid:first-of-type .nutrition-intro {
/*background: rgba(54, 169, 225, 0.45);*/
 position: absolute;
    left: 37.8%;
    bottom: 0;
	top: 0;
}
#nutrition .container-fluid:first-of-type .nutrition-intro h3 {
background: rgba(4, 47, 102, 0.6);	
padding-left: 6%;
padding-right: 15%;
max-width: 100%;
padding-bottom: 30px;
}

#nutrition h2 {
color: #fff;
}

#nutrition h3 {
	color: #fff;
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
}

#nutrition .nutrition-bg {
	background-image: url(images/nutrision-bg-1440x480px.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 480px;
}

#nutrition .nutrition-content-bg:nth-of-type(even) {
	background-color: #ecf7fe;
	padding-bottom: 40px;
}

#nutrition .nutrition-content-bg {
	padding-top: 20px;
	padding-bottom: 35px;	
}

/*--------------------------------------------------------------
# Layout css
--------------------------------------------------------------*/

.panel-img  {
display: inline-block;
min-width: 100%;
position: absolute;

}

#products .product-cotainer-block:nth-of-type(even) .container-fluid:first-of-type {
	  display: flex; 
  /* Optional, if you want the DIVs 100% width: */ 
  flex-direction: column;
}

#products .product-cotainer-block:nth-of-type(even) .container-fluid:first-of-type .pd-left-long { 
order: 3;
padding-left: 0px;
padding-right: 80px;
}

#products .product-cotainer-block:nth-of-type(even) .container-fluid:first-of-type .pd-left-short {
	order: 2;
	padding-left: 0px;
	padding-right: 60px;
}

#products .product-cotainer-block:nth-of-type(even) .container-fluid:first-of-type .panel-small-img { 
order: 1;

}

#products .product-cotainer-block:nth-of-type(even) .container-fluid:first-of-type .panel-img {
     bottom: 0;
}





#flex { 
  display: flex; 
  /* Optional, if you want the DIVs 100% width: */ 
  flex-direction: column;
}
#flex > #a { order: 2; }
#flex > #b { order: 1; }
#flex > #c { order: 3; }


.panel-green {
background-color: #2fac66;
display: inline-block;
min-width: 100%;
position: absolute;
top: 0;	
}

.panel-orange {
background-color: #f39200;
display: inline-block;
min-width: 100%;
position: absolute;
bottom: 0;	
}

.panel-red {
background-color: #ec644d;
display: inline-block;
min-width: 100%;
position: absolute;
top: 0;
}

.panel-small-img {
	position: relative;
}

/*
#header  img  {
	object-fit: cover;
	max-height: 240px;
	width: 100%;
}*/


/*--------------------------------------------------------------
# Product Section
--------------------------------------------------------------*/
/*
section#products {
    padding-top: 20px;
}*/

/*
#products .enhanced {
	background-color: #e7f2e1;
	
}}*/

#products .full {
	background-color: #fee1b5;
	
}

#products .flavoured {
background-color: #fde7d9;	
}

.product-panel .pd-left-long, .product-panel .pd-right-long {
	padding-bottom: 35px;
}


/*Reduces panel height*/
#products .red div  {
	padding-bottom: 0px;
}


#products h2, #products h3, #products-info h2, #products-info h3 {
	font-size: 23px;
	font-weight: 400;
}

#products h2 ~ h3 {
padding-top: 0px;
}


#products h3, #products-info h3 {
	padding-top: 30px;
}

#products-info h3:first-of-type {
	padding-top: 0px;
}

#products h3 strong, #products-info h3 strong {
	display: block;
	font-weight: 600;
}



.products { 
text-align: center;
padding-top: 50px; 
}

.products ul {
	padding: 0px;
	margin: 0px;
	list-style: none;

}

.products ul li {
	display: inline-block;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}

/*
.green .products ul  li > a:before {
background-color: #00a19a;
}*/

.orange .products ul  li > a:before {
background-color: #f39200;
}

.red .products ul  li > a:before {
background-color: #ec644d;
bottom: 60px;
}


.products ul  li > a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	top: 90%;
	left: 13px;
	visibility: hidden;
	transition: all 0.3s ease-in-out 0s;
	z-index: 100;
}

.red .products ul  li > a:before {
	top: 86%;
}

.products a:hover:before,
.products li:hover > a:before,
.products .menu-active > a:before , .products  a.active:before{
  visibility: visible;
  width: 100px;
}



/*--------------------------------------------------------------
# Product info
--------------------------------------------------------------*/

#products-info div  {
	text-align: left;	
}

#products-info h3 {
	position: relative;
	padding-bottom: 25px;
}

#products-info h3:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 12px;
	left: 0px;
	background-image: url(images/dots.png);
	background-repeat: repeat-x;
}


.products-enhanced ul  {
	max-width: 80%;
}


#products-info ul li img {
	max-width: 150px;
	max-width: 100% !important;
	height: auto;
	
}

#products-info .red .product-selection ul li  {
	float: left;
	text-align: left;
}

#products-info .red ul  li > a:before {
	bottom: 20px;
}

.red .products ul  li .active:before  {
	background-color: #ec644d;
	visibility: visible;
	width: 100px;	
}

.products-info-content ul {
	margin: 0px !important;
	padding: 0px !important;
	text-align: left;
	}
	
.products-info-content li {
      list-style: none;
	  padding-bottom: 6px;
	  width: 100% !important;
	  padding-left: 20px !important;
    }	

.products-info-content li:before {
      /* For a round bullet */
      content:'•';
      /* For a square bullet */
      /*content:'\25A0';*/
      display: block;
      position: relative;
      max-width: 0px;
      max-height: 0px;
      left: -18px;
      top: 0;
      color: #999;
      font-size: 13px;
    }
 
.products-info-content hr {
	content: "";
    background-color: transparent;
    border: 0 none;
    background-image: url(images/dots.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 3px;
	margin-top: 8px;
	margin-bottom: 10px;
	display: inline-block;
}

#products-info table {
	margin-bottom: 10px;
}

#products-info tbody tr:nth-child(odd){
	background-color: #E6E6E6;
}

#products-info tbody td {
	padding-left: 8px;
}

.products-intro-content {
	padding-top: 50px;
}

.products-info-content {
	padding-top: 10px;
}


/*--------------------------------------------------------------
# Dairy Section
--------------------------------------------------------------*/

/*section#dairy {
    padding-top: 20px;
}*/

.dairy h2 {
	font-size: 23px;
	font-weight: 600;
	color: #000;
	position: absolute;
	padding-top: 20px;
	padding-left: 25px;
}

.dairy h3 {
	position: absolute;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	top: 0;
	font-weight: 300;
	display: block;
	color: #fff;
	font-size: 36px;
	line-height: 38px;
	text-transform: none;
	/*background: rgba(222, 108, 17, 0.8);*/
}

.dairy .dairy-4col {
	position: relative;
}

.dairy .dairy-8col  {
position: relative;	
}


#dairy .dairy-content-bg {
	padding-top: 20px;
	padding-bottom: 50px;
	/*background-color: #e1eed9;*/	
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


#contact  {
padding-top: 40px;
padding-bottom: 55px;
}


#header .banner-img img {
	display: none;	
}


div.banner-img {
	overflow: hidden;	
}


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

/* Mobile Nav Toggle */


@media (min-width: 1100px) {

  #mobile-nav-toggle {
    display: none;
  }
  
  #header  img  {	
	object-fit: cover;
	min-height: 460px;
	width: 100%;
    object-position: 40% 0%;
}

#header .banner-img img:nth-of-type(1) {
	display: block;	
}

#nav-menu-container .nav-dropdown { display:none; }

}

@media only screen and (min-width: 800px) and (max-width: 1099px) {


 #nav-menu-container {
    display: none;
  }
  

#header .banner-img img:nth-of-type(2) {
	display: block;	
}

}



@media (max-width: 1099px) {
.mobile-menu-bg {
background-color: #000;
position: fixed;
width: 73px;
height: 55px;
top: 0; 
right: 0;   
z-index: 1000;}	

#mobile-nav ul li.menu-item-has-children:last-of-type span {
    right: 0px !important;
    background-color: transparent;
    width: unset;
    position: relative;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    line-height: 12px;
    top: 7px;
}
#mobile-nav ul li.menu-item-has-children a:after {display:none; }
#mobile-nav ul li.menu-item-has-children span.caret-arrow {position: absolute; cursor:pointer;top:-2px;z-index: 2000;right: 10px !important;width: auto;text-align: right;padding: 10px 10px 20px 10px;}
#mobile-nav ul li.menu-item-has-children .caret-arrow::after {    content: "\f107"; font-family: fontawesome; font-size: 22px;color: #fff;}
#mobile-nav ul li.menu-item-has-children .caret-arrow.active::after { content: "\f106";}
#mobile-nav ul li .nav-dropdown.sub-menu1 { position:relative;top: 0px;margin-top:0px; }
#mobile-nav ul li .nav-dropdown.sub-menu1 a { padding-top:0px; }
#mobile-nav ul li.menu-item-has-children.wpml-ls-current-language span.caret-arrow { top:5px; }
#mobile-nav ul#menu-main-menu ul li a { font-size:14px; }
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
#header .banner-img img:nth-of-type(3) {
	display: block;	
}
}

@media (max-width: 599px) {
 #header .banner-img img:nth-of-type(4) {
	display: block;	
}
 
}



@media (max-width: 991px) {
  #nav-menu-container {
    display: none;
  }
  
  .product-img-lg {
	padding-top: 45px;
}
 
}


@media (max-width: 768px) {

	
	
/*--------------------------------------------------------------
# Nutrition Section
--------------------------------------------------------------*/


#nutrition .container-fluid:first-of-type .nutrition-container-two {
	position: static;
    width: 100%; 
	background-color: #1f5586;	
}

#nutrition .container-fluid:first-of-type .nutrition-intro {
background: transparent;
position: static;
}	

#nutrition .container-fluid:first-of-type .nutrition-intro h3 {
	background: transparent;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	padding-bottom: 30px;
	font-size: 26px;
	line-height: 28px;
}


.dairy h3 {
	position: static;
	font-size: 24px;
	line-height: 26px;
}

.dairy .dairy-4col img {
object-fit: cover;
min-height: 280px;
object-position: 35% 0%;
}

.dairy .dairy-8col img {
object-fit: cover;
min-height: 280px;
}



.products ul li {
	display: inline-block;
	float: left;
	width: 50%;
}

.products ul  li > a:before {
	top: 90%;
}

.red .products ul  li > a:before {
	top: 87%;
}

.panel-large-img, .panel-large-img-even {
	padding: 0px;
}


.product-img-lg {
	padding-top: 45px;
}


.product-selection {
padding-top: 20px;
}

#products .product-cotainer-block:nth-of-type(even) .container-fluid:first-of-type .pd-left-long { 
padding-right: 15px;
padding-left: 15px;
}

#products .product-cotainer-block:nth-of-type(even) .container-fluid:first-of-type .panel-large-img {
	padding: 0px;
}




}

@media only screen and (min-width: 768px) and (max-width: 989px) {
	.product-selection {
padding-top: 20px;
}

#products ul li img {
	max-width: 130px;
	height: auto;
	
}
	
}


/*--------------------------------------------------------------
# Layout css
--------------------------------------------------------------*/


@media only screen and (min-width: 1380px) and (max-width: 1400px) {
	
.pd-left-long {
padding-left: 100px;
	
}
.pd-right-long {
padding-right: 100px;
	
}

.dairy h2 {
	padding-left: 100px;
}
	
}

@media only screen and (min-width: 1150px) and (max-width: 1379px) {
	
	
.pd-left-long {
padding-left: 50px;
	
}
.pd-right-long {
padding-right: 50px;
	
}


.dairy h2 {
	padding-left: 50px;
}


.pd-info-right {
    padding-right: 60px;
	padding-left: 80px;
}

#products ul li img {
	max-width: 170px;
	height: auto;
	
}

	
}

@media only screen and (min-width: 1100px) and (max-width: 1149px) {
	
.pd-left-long {
padding-left: 30px;
	
}
.pd-right-long {
padding-right: 30px;
	
}

.dairy h2 {
	padding-left: 30px;
}

.pd-info-right {
    padding-right: 60px;
	padding-left: 60px;
}

#products ul li img {
	max-width: 155px;
	height: auto;
	
}
	
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	.pd-info-right {
    padding-right: 40px;
	padding-left: 40px;
}

#products-info ul li img {
	max-width: 122px;
	height: auto;
	
}
#products ul li img {
	max-width: 136px;
	height: auto;
	
}
	
}


@media (max-width: 1199px) {
	
	.panel-small-img {
		display: none;
	}
	
	.dairy .inner-container {
	max-width: 900px;
	display: block;
	text-align: center;
}

	
}





@media (min-width: 1000px) {
	
.panel-large-img img {
	object-fit: cover;
	min-height: 420px;
}

div.panel-large-img {
	padding-right: 0px;
}

.panel-large-img-even img {
	object-fit: cover;
	min-height: 420px;
}

.panel-large-img-last img {
	object-fit: cover;
	min-height: 420px;
}

div.panel-large-img-last {
	padding-left: 0px;
}

div.panel-large-img-even {
	padding-left: 0px;
}

.panel-small-img {
	padding-right: 0px;
	padding-left: 0px;
}

.panel-small-img img {
	/*max-height: 160px;
	width: auto;*/
	float:right;
}
div.inner-container {
	min-width: 100%;
	padding-left: 15px;
	padding-right: 15px;

}



.dairy .dairy-4col {
	padding: 0px;
	position: relative;
	width: 37.5%;
}

.dairy .dairy-8col  {
padding: 0px;
position: relative;	
width: 62.5%;
}


.dairy .dairy-4col img {
object-fit: cover;
min-height: 480px;
object-position: 35% 0%;
}

.dairy .dairy-8col img {
object-fit: cover;
min-height: 480px;
}



}
.wpml-ls-menu-item.wpml-ls-item ul.nav-dropdown {
	position: absolute;
    left: 0px;
    bottom: auto;
    top: 40px;
    padding-left: 0px;
}


@media (min-width: 1399px) {

.pd-left-long {
padding-left: 120px;	
}

.pd-right-long {
padding-right: 120px;
}

.pd-right-left-short {
	padding-left: 50px; 
	padding-right: 50px;	
}

.pd-left-short {
	padding-left: 50px;
}

.pd-right-short {
	padding-right: 50px;
}

.dairy h2 {
	padding-left: 120px;
}
}

@media (max-width: 1230px) {
	.green ul:first-of-type {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	}
	
	.red ul:first-of-type {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	}
	
	.red .product-selection ul:first-of-type {
		min-width: 100%;
		margin-left: -10px;
	}
	
}
