/* Design by Vision Web Design 2016 www.visionwebdesign.co.nz */
* {
	margin:0;
	padding:0;
}
/* fix for IE8 border bug */
a img {
	border:none;
}
body {
	padding:0;
	margin:0;
	background-color:#543D3A;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight:400;
	color:#000;
}
h1 {
	font-size: 2em;
	font-weight:400;
	color:#543D3A;
	padding:.2em 0 .4em;
}
h2 {
	font-size: 1.5em;
	font-weight:700;
	padding:.2em 0 .4em;
	margin:0 0 .2em;
	font-weight:400;
	color:#543D3A;
}
.page {
	width:100%;
}
p {
	padding:.4em 0;
}
hr {
	width:100%;
	clear:both;
	margin:.5em 0 1em 0;
	border:none;
	height: 1px;
	background-color:#543D3A;
}
.clearing {
	clear:both;
}
.navigationcontainer {
	background-color:#543D3A;
	width:100%;
	border-bottom:solid #fff 1px;
}
.custom-logoheader {
	display:none;
}
.bannercontainer {
	padding:0;
	position:relative;
	overflow:hidden;
	background-color:#fff;
}
.newsflash img {
	width:100%;
	position:absolute;
	z-index:0;

}
.custom-testimonial, .custom-smbanner {
	background-size:100%;
	background-repeat:no-repeat;
	background-color:#fff;
}
.custom-smbanner {
	background-size:100%;
	background-repeat:no-repeat;
	background-color:#fff;
}
.testimonialtextcontainer {
	max-width: 1000px;
	margin:0 auto;
	padding:0;
	text-align:right;
	z-index:10;
	position:relative;
}
.smallbannertextcontainer {
	max-width: 1000px;
	margin:0 auto;
	padding:2em 0;
	text-align:right;
	overflow:hidden;
}
.testimonialtext {
	float:right;
	padding:.5em 0;
}
.smbannertext {
	float:right;
	padding:4em 0;
}
.smbannertext h3 {
	font-size:1.8em;
	font-weight:600;
	padding:1.5em 0 0 5em;
}
.testimonialtext h3 {
	font-size:1.8em;
	font-weight:600;
	padding:1.5em 0 0 5em;
}
a.button {
  padding: 1em 1.6em;
	margin:.5em 0;
	border:solid 1px #543D3A;
	color:#543D3A;
	font-size:1.2em;
	font-weight:600;
	text-decoration:none;
	/* background: rgba(84, 61, 58); /* Fallback */
	/* background-color: rgba(84, 61, 58, 0.5);*/
	display:inline-block;
}
.ctcbutton {
	padding: .5em 0;
	margin:.5em 0;
	/*border:solid 1px #543D3A;*/
	color:#543D3A;
	font-size:1.1em;
	font-weight:400;
	text-decoration:none;
	/* background: rgba(84, 61, 58); /* Fallback */
	/* background-color: rgba(84, 61, 58, 0.5);*/
	display:inline-block;
}


a.buttonmobile {
	padding: 1em 1.6em;
	margin:.5em 0;
	border:solid 1px #543D3A;
	color:#543D3A;
	font-size:1.2em;
	font-weight:600;
	text-decoration:none;
	/* background: rgba(84, 61, 58); /* Fallback */
	/* background-color: rgba(84, 61, 58, 0.5);*/
	display:inline-block;
}
a.buttondesktop {
	display:none;
}
.bodycontainer {
	background-image: url(../images/bodycontainer-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#fff;
	padding:.6em 5%;
	border-top:solid #fff 1px;

}
.bodytext {
	max-width: 1000px;
	padding:0 0 1em 0;
	margin:0 auto;
	overflow:hidden;
}
.bodytext ol {
	margin:0 0 0 3em;
}

.bodytext li {
	padding:.2em 0 .2em 0;
	margin:0 0 0 3em;
} 
.imageright {
	margin:1em 0 1em 1.5em;
	float:right;
	border:solid 1px #fff;
}
.imagerightnoborder {
	margin:1em 0 1em 1.5em;
	float:right;
}
.imageleft {
	margin:1em 1.5em 1em 0;
	float:left;
	border:solid 1px #fff;
}
.imageleftnoborder {
	margin:1em 1.5em 1em 0;
	float:left;
}
.ctabutton {
	float:left;
	width:18.2%;
	text-align:center;
	padding:1em 3.4%; 
}
.ctabutton a, .ctamobile a, .ctacontact a {
	text-decoration:none;
	color:#543D3A;
	font-weight:400;
	padding:.5em 0;
	display:block;
}
.ctacontact {
	display:none;
	float:left;
	width:18.2%;
	text-align:center;
	padding:1em 3.4%;
}
.ctamobile { 
	float:left;
	width:18.2%;
	text-align:center;
	padding:1em 3.4%;
}
/* Tags Styles  Start */
.chzn-container {
	display:none;
}
.tagspopular {
	margin:.6em 0;
	overflow:hidden;
}
.tagspopular li {
	float:left;
	list-style:none;
}
.tagspopular li a {
	padding:.4em .8em;
	margin: .2em .8em .2em 0;
	background-color: #e3dddd;
	border: solid 1px #e4dfdc;
	border-radius:4px;
	text-decoration:none;
	color:#000;
	display:inline-block;
}
.tagspopular li a:hover {
	background-color:#fff;
}
/* Tags Styles  End */
/* selectnav.js styles for small screens */
.navigation {
	margin: .8em 0 1em 0;
	padding: 0 0 0 30px;
 	background-image: url(../images/mobi-menu-icon.png);
	background-repeat: no-repeat;
	max-width: 1000px;
}
.js #nav { display: none; }
.js .selectnav { 
	display: block; 
}
/* Menu Registered Styles Start */
.menu-registered {
	
}
.menu-registered li {
	float:left;
	list-style:none;
	padding: 0 .5em 0 .5em;
	margin: 0;
	border-right: solid #543D3A 1px;
}
.menu-registered a:link {
	color:#543D3A;
	text-decoration:none;
}
.menu-registered a:visited {
	color:#543D3A;
	text-decoration:none;
}
.menu-registered a:hover {
	color:#543D3A;
	text-decoration:underline;
}
.menu-registered a:active {
	color:#543D3A;
	text-decoration:none;
}
li.item-171 {
	border-right:none;
}
/* Menu Registered Styles End */

.edit-icon {
	display:none;
}
/* Form Styles Start */
.rsform-formstyles fieldset, .rsform-formorder, #member-profile fieldset  {
	border:none;
}
.rsform-formstyles .formBody {
	width:100%;
	clear:both;
}
.items {
	width:100%;
	clear:both;
}
.rsform-formstyles .formCaption2 {
	padding:.6em 0 .2em 0;
}
.rsform-formstyles input, 
.rsform-formstyles textarea,
.custom-salesforce input, 
.custom-salesforce textarea, 
.moduletable-formstyles input, 
.moduletable-formstyles textarea {
	width:95.8%;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	padding:.4em .4em;
	margin:0 0 .2em;
	border:solid #ccc 1px;
    max-width: 550px;
	font-size:1em;
	font-family: 'Lato', sans-serif;
}
.custom-salesforce input[type=submit] {
	width:auto;
}
.rsform-block-ingredients input,
.rsform-block-utensilssupplies input,
.rsform-block-packaging input,
.rsform-block-flavourings input {
	width:20%;
}

.hide {
	display:none;
}
.rsform-formstyles .rsform-submit-button, 
.moduletable-formstyles button, 
.logout-button,
#member-profile input {
	width:auto;
	background-color:#fff;
	display:inline-block;
	padding:.5em 1em;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	border:solid #ccc 1px;
	font-size:1em;
	font-family: 'Lato', sans-serif;
}
.rsform-formstyles input[type=checkbox] {
	width:auto;
	margin: .3em .5em 0 0;
}
.rsform-formstyles input[type=radio] {
	width:auto;
}
.rsform-block {
	padding:.2em 0;
<!--	overflow:hidden; -->
}
.formField.rsform-block.rsform-block-send {
	padding:0;
	margin:0;
}
.rsform-select-box {
	-webkit-border-radius: 5px;
    border-radius: 5px;
	padding:.2em;
	border:solid #ccc 1px;
}
.userdata .inputbox {
	width:auto;
}
.items .formCaption2 {
	float: left;
}
.items input {
	width: 5%;
	float:left;
}
 .item .rsform-block .formBody {
	 width:auto;
}
#member-profile legend {
	font-weight:800;
	font-size:1.2em;
	padding:1em 0 .5em;
}
.btn.btn-primary.validate{
	width:auto;
	background-color:#fff;
	display:inline-block;
	padding:.5em 1em;
	margin:.8em 0;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	border:solid #ccc 1px;
	font-size:1em;
	font-family: 'Lato', sans-serif;
}
.rsform-formstyles .formField {
  overflow:hidden;
}

/* Form styles end */

/* Blog styles start */
.leading-0 {
	overflow:hidden;
}
.readmore, a.readmore, .readmore a.btn {
	margin:.6em 0;
	color:#543D3A;
	font-size:1.1em;
	font-weight:700;
	text-decoration:none;
	display:inline-block;
}
.newsflash-recipes img {
	display:none; 
}
.newsflash-recipes h2 {
	border-top:solid 1px #543D3A;
	padding:.8em 0 0;
}
.blog .item {
	border-top:solid 1px #543D3A;
	padding:.8em 0;
}
/* Blog styles end */
.footercontainer {
	background-color:#543D3A;
	padding:0 5%;
	border-top:solid #fff 1px;
}
/* FAQ slider styles start */
.rl_sliders.accordion>.accordion-group {
	border:solid 1px #543D3A;
}
/* Our People Modules Start */
.custom-ourpeople {
	width:90%;
	height:700px;
	float:left;
	margin:1em 3% 1em 0;
	text-align:center;
	display:block;
}
.custom-ourpeople h2 {
	padding:.2em 0 0 0;
}
.custom-ourpeople h3 {
	font-size: 1.2em;
	font-weight:700;
	padding:0 0 .4em;
	font-weight:400;
	color:#543D3A;
}
/* Our People Modules End */

/* FAQ slider styles end */

/* Pagination styles start */
.pagination li {
	float:left;
	list-style:none;
	padding:.3em .5em;
}

.footer {
	max-width: 1000px;
	margin:0 auto;
	padding:1.5em 0;
	color:#fff;
}
.moduletable-menufooter, .moduletable-footercontacts, .moduletable-footerform {
	width:100%;
	float:left;
}
.custom-footercontacts a {
  color:#fff;
}
.footer h3 {
	padding:0 0 .4em 0;
	font-weight:400;
	font-size:1.6em;
	letter-spacing:.05em;
}
.footer h4 {
	padding:.6em 0 0 0;
}
.footer p {
	line-height:1.2em;
}
.moduletable-menufooter li {
	list-style:none;
	padding:0;
	line-height:1.1em;
	
}
.moduletable-menufooter a {
	text-decoration:none;
	color:#fff;
	font-size:.9em;
}
.webdesigner {
	width:100%;
	max-width:1000px;
	text-align:center;
	font-size:9px;
	color:#999;
	margin:0 auto;
	padding:2em 0;
	clear:both;
}
.webdesigner a {
	text-decoration:none;
	color:#999;
}


/* Styles to reset JCE editor */
.mceContentBody p {
	padding:.5em 0
}
.mceContentBody ul, .mceContentBody ol {
	padding:0 0 0 3em;
}
.tooltip-inner {display:none;}

/*pagination styles start */
div.pagination {
  width:100%;
  clear:both;
}
.pagination li {
  border:solid #000 1px;
  margin: .2em .4em .2em 0;
}
.pagination li a {
  padding:.3em .5em;
}
/*pagination styles end */

/* Blog Tile Layout Start */
.blog-tiles .item, .blog-tiles .items-leading, .tag-category ul.list-striped li {
  width:97%;
  margin:1em 3% 1em 0;
  float:left;
  height:515px;
}
.blog-tiles .item img, .blog-tiles .items-leading img {
  width:100%;
}
.blog-tiles h2 {
  font-size:1.3em;
}


/* Blog Tile Layout End */

/* Tags Tile Layout Start */
.bodytext .tag-category-tagtiles ul li {
  width:30%;
  margin:1em 3% 1em 0;
  float:left;
  height:515px;
  list-style:none;
}

.bodytext .tag-category-tagtiles ul li h3 a {
  display:none;
}

.item-page-tiles .pull-left.item-image {
  display:block;
  float:right;
  padding:1em 0 1em 1.5em;
  margin:1em 0 0 0;
  width:33%;
}

.pull-left img {
  width:100%;
}

/* Tags Tile Layout End */

/* Search box styles start */
label.finder-searchbox {
  display:none;
}

.finder-searchbox {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: .4em .4em;
    margin: .5em 0 .2em;
    border: solid #ccc 1px;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
  max-width:400px;
}
.finder-searchbox input {
  border:none;
  background-color:transparent;
  width:98%;
  padding:4px;
}
#finder-search.form-inline fieldset {
  padding:1em 0;
  border-style:none;
}
#finder-search.form-inline input {
  padding:.5em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.finder-selects {
  display:none;
}
h4.result-title a {
  font-size: 1.5em;
	font-weight:700;
	padding:.2em 0 .4em;
	margin:0 0 .2em;
	font-weight:400;
	color:#543D3A;
}

/* Search box styles end */

/* Jump Menu styles start */
#jumpmenu form select {
  display:block !important;
}

#jumpmenu select {
  background-color: transparent;
   -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: .4em .4em;
    margin: .5em 0 .2em;
    border: solid #ccc 1px;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
  max-width:400px;
}
/* Jump Menu styles end */


#search-query-explained {
  display:none;
}
/* hide search query explained  end */

h4.result-title {
  margin:1.5em 0 0 0;
}
/* Small screen - target = 600px ---------------------------------------------------- */
@media screen and (min-width: 600px) {
/* selectnav.js styles for bigger screens */
.js .selectnav { 
	display: none; 
}

.js #nav {
	display:block;
}
.navigation {
	background-image: none;
	padding:0;
	margin:0 auto;
	width:100%;
	max-width:1000px;
	
}
.navigation ul {
	float:right;
}
.navigation li {
 float: left;
 list-style-type: none;
 text-decoration: none;
}

.navigation a {
  font-size:.9em;
	letter-spacing: .15em;
	padding: 1.4em .8em;
	font-weight:400;
}

.navigation li a:link{
	display: block;
 	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}

.navigation li a:visited {
	display: block;
 	text-decoration: none;
	color: #FFFFFF;
}

.navigation li a:hover {
 	background-color: #fff;
 	text-decoration: none;
 	color: #543D3A;
}
.navigation li a:active {
 	display: block;
 	text-decoration: none;
	color: #000;
}
li.current.active a {
	text-decoration: underline;
}
.navigation li.item-184 { /* hiding website privacy from header navigation */
		display:none;
}
/*submenu styles */
.navigation  li ul { 
	display: none;
}  /* to hide the submenu */
.navigation   li:hover ul {
	display: block;
    position:absolute;
	background-color:#003265;
    /*width:7.5%; */ /* this is required if the submenu is the child of an autowidth menu - change to match the parent menu width */
} /* to display the submenu on hover event */

.navigation li ul li{ 
	width:100%;
	float:none;
	text-align:center;
} /* this is required if the submenu is the child of an autowidth menu */
.moduletable-menufooter, .moduletable-footercontacts, .moduletable-footerform {
	width:33.3%;
}	
.ctcbutton {
		display:none;
}
.ctacontact {
	display:block;
}	
.ctamobile {
	display:none;
}
a.buttondesktop {
	padding: 1em 1.6em;
	margin:.5em 0;
	border:solid 1px #543D3A;
	color:#543D3A;
	font-size:1.2em;
	font-weight:600;
	text-decoration:none;
	/*background: rgba(84, 61, 58); /* Fallback */
	/* background-color: rgba(84, 61, 58, 0.5); */
	display:inline-block;
}
a.buttonmobile {
	display:none;
}	
.custom-ourpeople {
	width:45%;
}	

.blog-tiles .item, .blog-tiles .items-leading, .tag-category ul.list-striped li {
  width:30%;
}
	
}

/* Desktop computers and most tablets - target = 860px ------------------------------------- */
@media screen and (min-width: 860px) {
.custom-logoheader {
	display:block;
	max-width:140px;
	position:absolute;
	z-index:100;
}
.testimonialtext {
	padding:5em 0;
}
.items div.rsform-block {
	width:50%;
	float:left;
	clear:none;
}
.items div.rsform-block-ingredients,
.items div.rsform-block-utensilssupplies,
.items div.rsform-block-packaging,
.items div.rsform-block-flavourings,
.items div.rsform-block-showingredients,
.items div.rsform-block-showutensils,
.items div.rsform-block-showflavouring,
.items div.rsform-block-showpackaging,
div.rsform-block-comment,
div.rsform-block-recaptcha
{
	clear:both;
	float:none;
	width:100%;
}
	
.custom-ourpeople {
	width:22%;

}
	
}