/*
Theme Name: Bootstrap Basic Child
Template: bootstrap-basic


*/

*,html{
	margin:0;
	padding:0;
	scroll-behavior: smooth;
	transition: all 0.5s ease;
}

@font-face { font-family: BerkshireSwash-Regular; 
			 src: url('fonts/BerkshireSwash-Regular.ttf'); }
@font-face { font-family: Lato-Regular; 
				src: url('fonts/Lato-Regular.ttf'); }

			 
body{
	background-color:#efefef;
	font-family: 'Lato-Regular', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	overflow-x: hidden;
}

a:hover{
	color:#3b6360;
	text-decoration:none;
}
h1{
	font-family: "BerkshireSwash-Regular", Arial, sans-serif;
}
h2{
	font-family: "BerkshireSwash-Regular", Arial, sans-serif;
	color:#26735d;
	font-size:50px;
	font-weight:100;
	text-transform:uppercase;
}
h3{
	font-family: "BerkshireSwash-Regular", Arial, sans-serif;
	color:#26735d;
	font-size:30px;
	font-weight:100;
	text-transform:uppercase;
}
p, table{
	color:#565656;
}
.owl-stage{
    display: flex;    
}
.owl-nav.disabled{display:none;}
.owl-dot{
    border: 0px;
    background-color: transparent;
}
.owl-stage-outer{
    overflow:hidden;
}
.owl-nav{
	width: 82px;
	margin: 0 auto;
}
.owl-nav button.owl-next, .owl-nav button.owl-prev{
  font-family: 'Montserrat-Thin', Arial, sans-serif;
  font-size: 60px;
	padding: 0px 10px !important;
  color: #00a2e2;
  font-weight: 100;
	opacity:0.6;
	transition: all 0.5s ease;
	background-color: transparent;
  border: 0;
}
.owl-nav button.owl-next:hover, .owl-nav button.owl-prev:hover{
	opacity:1;
}
.mobileOnly{
   display:none;
}

@media only screen and (max-width: 1024px) {
    .desktopOnly{
    	display:none; 
	}
	.mobileOnly{
	   display:block;
	}
}

.noPadding{
	padding-right:0px;
	padding-left:0px;
}
.paddingHalf{
	padding-right:7.5px;
	padding-left:7.5px;
}
.btn{
	border-radius: 0px;
	text-transform: uppercase;
	padding: 5px 15px;
}
.btn .fa{
	padding-left:10px;
}
.btnYellow{
	background-color: #f4d530;
	font-size: 20px;
	font-weight: 700;
	color: #1e5953;
	border: 1px solid #f4d530;
}
.btnYellow .fa{
	color:#0d0d0d;
}
/*--------------------------------

          Header Styles 

----------------------------------*/
.topHeader {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9;
	width: 100%;
	background-color: #fffbf5;
	box-shadow: 2px 2px 9px #00000070;
  }
  
 .siteLogo {
	background-color: #fffbf5;
	text-align: center;
	padding: 6px 0px;
  }
  
 .siteLogo a img {
	Width: 100%;
	height: auto;
	max-width: 167px;
  }
  
.topMenu {
	background-color: #428c71;
	height: 33px;
	overflow: hidden;
  }
  
.topMenu .topMenuList li a {
  color: #fffbf6;
  padding: 6px 20px;
}
  
.topMenu .topMenuList li a:hover,
.topMenu .topMenuList li a:focus {
	color: #1e5953;
	background-color: #d9cd29;
  }
  
 .topMenu .topMenuList .menu-item-gtranslate a.glink span {
	font-size: 14px !important;
  }
  
.mainMenu {
	height: 65px;
	background-color: #1e5953;
  }
.mainMenu .navbar{
	  width:100%;
  }
.mainMenu .navbar .navbar-collapse,
.mainMenu .navbar {
	border: 0px;
	border-color: transparent;
	box-shadow: none;
	background-image: none;
	background-color: transparent;
	margin-bottom: 0px;
  }

.mainMenu .navbar li a{
  padding: 22.5px 22px;
  background-image: none;
  transition: all 100ms ease-in-out;
  font-weight: 700;
  font-size: 14px;
  color: #f2f2f2;
  text-shadow: none;
}
.mainMenu .navbar li .form {
	padding: 17px 22px;
}
.mainMenu .navbar li .form input{
	background-color: transparent;
	border: 1px solid #00727c;
	border-right:0px;
	padding: 5px;
	height: 30px;
	color: #f2f2f2;
}
.mainMenu .navbar li .form input:focus{
background-color: #428c71;
box-shadow: none;
}
.mainMenu .navbar li .form button{
	border: 1px solid #00727c;
	border-left: 0px;
	padding: 5px;
	height: 30px;
	color: #428c71;
	background: none;
	border-radius: 3px;
	box-shadow: none;
}
.mainMenu .navbar li .form button .fa{
	text-shadow: none;
	padding: 0px 10px;
}



.mainMenu .navbar .navbar-nav > .active > a, .mainMenu .navbar .navbar-nav > .active > a:focus, .mainMenu .navbar .navbar-nav > .active > a:hover{
  color: #d9cd29;
  background-color: #1e5953;
}
.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #428c71;
}
  .MenuWrap .mainMenu .navbar li a {
	border-bottom: 0px;
  }
  .MenuWrap .mainMenu .navbar li .mega-sub-menu li {
	width: auto;
	text-align: left;
	list-style-type: none;
  }

  
  #category-selection {
	float: left;
  }
  
  #category-selection .btn {
	display: none;
  }
  
  #category-selection select {
	padding: 8px 20px;
	border: 1px solid #ebebeb;
	background-color: #fbfbfb;
	color: #800020;
	margin: 7px 0px;
	border-radius: 26px;
  }
  
  #category-selection label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 400;
	color: #800020;
  }




.section{
	margin-bottom:80px;
}


/*------------------------------------

			 Main Slideshow
			 
-------------------------------------*/
.mainslider{
	padding-top: 98px;
	background-color: #1e5953;
	margin-bottom:0px;
}
.mainslider .homeMainSlider .item{
	min-height: 84vh;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
    align-items: center;
    justify-content: center;
}
.mainslider .homeMainSlider .contentWrap{
	padding-top: 3%;
}
.mainslider .homeMainSlider .contentWrap h1{
	font-family: "BerkshireSwash-Regular", Arial, sans-serif;
	color: #ffffff;
	font-size: 70px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #0e1e1d;
}
.mainslider .homeMainSlider .contentWrap p{
	color: #ffffff;
	font-size: 16px;
	text-shadow: 2px 2px 2px #0e1e1d;
}
.mainslider .homeMainSlider .contentWrap a{

}
.mainslider .homeMainSlider .contentWrap a .fa{

}
.mainslider .homeMainSlider .imageWrap{
	padding: 100px;
}
.mainslider .homeMainSlider .imageWrap img{
	width:100%;
	height:auto;
}
/*------------------------------------

			    Product Category Menu 
			 
-------------------------------------*/

.proCat{
	width:100%;
}
.proCat li{
	width: 16.6667%;
}
.proCat > li > a {
  color: #f4d530;
  text-align: center;
  background: #1e5953;
text-shadow: none;
	
}
.proCat > li:nth-child(odd) > a {
  text-align: center;
  background: #428c71;
}


/*------------------------------------

			 Main Product Category Grid 
			 
-------------------------------------*/

.homeProCatWrap .ProCatOuter{
	padding-bottom:15px;
}
.homeProCatWrap .homeProCat{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
}
.homeProCatWrap .homeProCat:hover{
	filter: grayscale(100%);
}
.homeProCatWrap .homeProCat .catTitle{
	text-align:right;
	padding: 20px;
	margin: 0px;
}
.homeProCatWrap .homeProCat.category-coconut-oil{
	background-color:#d9d9d9;
}
.homeProCatWrap .homeProCat.category-coconut-oil .catTitle{
	color:#0d0d0d;
}
.homeProCatWrap .homeProCat.category-beverage-product{
	background-color:#ffeea2;
}
.homeProCatWrap .homeProCat.category-beverage-product .catTitle{
	color:#ae8707;
}
.homeProCatWrap .homeProCat.category-peanut-butter-produts{
	background-color:#ffbd3f;
}
.homeProCatWrap .homeProCat.category-peanut-butter-produts .catTitle{
	color:#a44b06;
}
.homeProCatWrap .homeProCat.category-ready-to-eat-curry-products{
	background-color:#373737;
}
.homeProCatWrap .homeProCat.category-ready-to-eat-curry-products .catTitle{
	color:#e4e4e4;
}
.homeProCatWrap .homeProCat.category-vegetable-in-brine-products{
	background-color:#cad5a3;
}
.homeProCatWrap .homeProCat.category-vegetable-in-brine-products .catTitle{
	color:#1e5953;
}
.homeProCatWrap .homeProCat.category-sauces-chutney-products{
	background-color:#e9909f;
}
.homeProCatWrap .homeProCat.category-sauces-chutney-products .catTitle{
	color:#86191c;
}
.homeProCatWrap .homeProCat .category{
	min-height:420px;
}
