@charset "UTF-8";

/*
Title:      	Piercebridge Organics stylesheet for screen media
Author:     	Karl Ridley, falling@happyleaves.com
Updated:    	25th July 2020
*/


/* PRIMARY COMPONENTS */

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  	font-size: 100%;
	}

html * {
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	}


body {
	font-size: 1.0em;
	line-height: 1.6875em;
  	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
  	color: #17302a;
  	background-color: #efefed;
	}

body, html {
  	/* prevent horizontal scrolling */
  	overflow-x: hidden;
	}
	
::-moz-selection { 
	background: rgba(69, 118, 61, 1.0);
	color: #efefed; 
	text-shadow: none; 
	}

::selection { 
	background: rgba(69, 118, 61, 1.0);
	color: #efefed; 
	text-shadow: none; 
	}

img::-moz-selection	{ 
	background: transparent; 
	}
	
img::selection { 
	background: transparent; 
	}
	
a:active {
	outline: none;
	}

a:focus	{
	-moz-outline-style: none;
	}	
	
a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
	}				

ol {
	color: #ffffff;
	font-weight: normal;
	}	
	
ol li {
	padding: 0 0 0.5rem 0;
	}		
	
p {
	margin: 0 0 1.0em 0; 
	text-align: left;
	color: #0a5157;
	font-size: 1.0625rem;
	line-height: 1.3rem;	
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	}

blockquote {
	margin: 2.0rem 0 2.0rem 0; 
	padding: 0 16.666% 0 2.0rem;
	border-left: 5px solid #0a5157;
	text-align: left;
	color: #45763d;
	font-size: 1.4625rem;
	line-height: 1.725rem;	
	font-family: "Bebas Neue W01 Book";
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	}

em {
	font-family:"FSSienaExtraLightItalic";
	font-weight: normal;
	font-style: normal;
	}

	
strong {
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}


h1 {
 	text-align: left;
	font-size: 8.25rem;
	line-height: 8.75rem;
	color: #efefed;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0 0 2.4rem 0;	
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	}
h1 a:link, h1 a:visited {
	color:#efefed;
	text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	}	
h1 a:active, h1 a:hover {
	color:#efefed;
	text-decoration: none;
	background-size: 100% 1px;	
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	}
@media screen and (max-width: 960px) {
  h1 {
	font-size: 4.25rem;
	line-height: 4.75rem;
  }
}


.h1_home {
	text-align: right !important;
	font-size: 3.75rem;
	line-height: 3.75rem;
	color: #efefed;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	margin: 0 0 1.75rem 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	}
.h1_home span {
	font-family: "Bebas Neue W01 Book";
	font-weight: normal;
	font-style: normal;
	}
.h1_home a:link, .h1_home a:visited {
	color:#efefed;
	text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	}	
.h1_home a:active, .h1_home a:hover {
	color:#efefed;
	text-decoration: none;
	background-size: 100% 1px;	
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	}
@media screen and (max-width: 960px) {
  .h1_home {
	text-align: center !important;
	font-size: 2.75rem;
	line-height: 2.75rem;
  }
}



.h1_homexmas {
	text-align: right !important;
	font-size: 2.25rem;
	line-height: 2.65rem;
	color: #efefed;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	margin: 0 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	}
.h1_homexmas sup {
	text-transform: none;
	}
.h1_homexmas span {
	font-family: "Bebas Neue W01 Book";
	font-weight: normal;
	font-style: normal;
	}
.h1_homexmas strong {
	font-family: "Bebas Neue W01 Bold" !important;
	font-weight: normal;
	font-style: normal;
	}
.h1_homexmas a:link, .h1_homexmas a:visited {
	color:#efefed;
	text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	}	
.h1_homexmas a:active, .h1_homexmas a:hover {
	color:#efefed;
	text-decoration: none;
	background-size: 100% 1px;	
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	}
@media screen and (max-width: 960px) {
  .h1_homexmas {
	text-align: center !important;
	font-size: 1.75rem;
	line-height: 2.25rem;
  }
}




.h1_smallrightalign {
	text-align: right !important;
	font-size: 3.75rem;
	line-height: 3.75rem;
	color: #efefed;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0 0 0 20%;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	}
.h1_smallrightalign span {
	font-family: "Bebas Neue W01 Book";
	font-weight: normal;
	font-style: normal;
	}
.h1_smallrightalign a:link, .h1_smallrightalign a:visited {
	color:#efefed;
	text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	}	
.h1_smallrightalign a:active, .h1_smallrightalign a:hover {
	color:#efefed;
	text-decoration: none;
	background-size: 100% 1px;	
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	}
@media screen and (max-width: 960px) {
  .h1_smallrightalign {
	font-size: 2.75rem;
	line-height: 2.75rem;
  }
}



h2 {
	text-align: left;
	font-size: 2.5rem;
	line-height: 2.75rem;
	color: #efefed;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	margin: 0 0 1.75rem 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	}
h2 i {
	font-size: 4.0rem;
	line-height: 4.0rem;
	color: #efefed;
	margin: 0 0 1.75rem 0;
	padding: 0;
	vertical-align: -0.5rem;
	}
h2 a:link, h2 a:visited {
	color:#efefed;
	text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	}	
h2 a:active, h2 a:hover {
	color:#efefed;
	text-decoration: none;
	background-size: 100% 1px;	
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	}


	
h3 {
	text-align: left;
	font-size: 1.825rem;
	line-height: 2.125rem;
	color: #2a5525;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	margin: 0 0 1.0rem 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	}
h3 a:link, h3 a:visited {
	color:#2a5525;
	text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	}	
h3 a:active, h3 a:hover {
	color:#2a5525;
	text-decoration: none;
	background-size: 100% 1px;	
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	}



.h3_green {
	text-align: left;
	font-size: 1.825rem;
	line-height: 2.125rem;
	color: #2a5525;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	margin: 0 0 1.75rem 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	}
.h3_green i {
	font-size: 3.0rem;
	line-height: 3.0rem;
	color: #2a5525;
	margin: 0 0 0 0.5rem;
	padding: 0;
	vertical-align: -0.5rem;
	}
.h3_green i a:link, .h3_green i a:visited {
	color:#2a5525;
	text-decoration: none;
	background-image: none !important;
	}	
.h3_green i a:active, .h3_green i a:hover {
	color:#17302a;
	text-decoration: none;
	background-size: 0 !important;	
	}



h4 {
	text-align: left;
	font-size: 1.375rem;
	line-height: 1.375rem;
	color: #17302a;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	display: block;	
	text-transform: uppercase;
	}
h4 a:link, h4 a:visited {
	color:#17302a;
	text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	}	
h4 a:active, h4 a:hover {
	color:#17302a;
	background-size: 100% 1px;	
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	}



h5 {
	text-align: left;
	font-size: 1.25rem;
	line-height: 1.25rem;
	color: #6b7b75;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #3e554e;
	margin: 0 0 1.5rem 0;
	padding: 0 0 1.0rem 0;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	}


h6 {
	text-align: left;
	font-size: 1.25rem;
	line-height: 1.25rem;
	color: #6b7b75;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #e3e2de;
	margin: 0 0 0.85rem 0;
	padding: 0.35rem 0 0.85rem 0;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	}

	
	
.divlinesolidgrey01 {
	height: 0;
	margin: 2.3rem 0;
	width: 100%;
	border-bottom: #e3e2de solid 1px;
	}	

.divlinesolidgrey02 {
	height: 0;
	margin: 1.8rem 0;
	width: 100%;
	border-bottom: #e3e2de solid 1px;
	}	


.divlinesolidthick {
	height: 0;
	margin: 2.3rem 0;
	width: 25%;
	border-bottom: #e3e2de solid 4px;
	}

.divlinesolidthickhomehero {
	height: 0;
	margin: 1.8rem 0 1.8rem 75%;
    padding: 0;
    text-align: right;
	border-bottom: rgba(255, 255, 255, .2) solid 4px;
	}
@media screen and (max-width: 960px) {
  .divlinesolidthickhomehero {
	margin: 1.8rem 25%;
  }
}


.clear {
 	clear: both;
	overflow: hidden;
	height: 0;
 	}	
	
	




/* ANIMATED SCROLL COMPONENTS */

#scrollholder {
  	padding: 0;
	margin: 6.0rem auto 0 auto;
	position: absolute;
	left: 50%;
	}

#section10 a {
  	padding-top: 50px;
	}
#section10 a span {
  	position: absolute;
  	top: 0;
  	left: 50%;
  	width: 30px;
  	height: 50px;
  	margin-left: -15px;
  	border: 1px solid #b4b8aa;
  	border-radius: 50px;
  	box-sizing: border-box;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	}
#section10 a span::before {
  	position: absolute;
  	top: 15px;
  	left: 50%;
  	content: '';
  	width: 6px;
  	height: 6px;
  	margin-left: -3px;
  	background-color: #b4b8aa;
  	border-radius: 100%;
  	-webkit-animation: sdb10 2s infinite;
  	animation: sdb10 2s infinite;
  	box-sizing: border-box;
	}
@-webkit-keyframes sdb10 {
  	0% {
    	-webkit-transform: translate(0, 0);
    	opacity: 0;
  	}
  	40% {
    	opacity: 1;
  	}
  	80% {
    	-webkit-transform: translate(0, 20px);
    	opacity: 0;
  	}
  	100% {
    	opacity: 0;
  	}
}
@keyframes sdb10 {
  	0% {
    	transform: translate(0, 0);
    	opacity: 0;
  	}
  	40% {
    	opacity: 1;
  	}
  	80% {
    	transform: translate(0, 20px);
    	opacity: 0;
  	}
  	100% {
    	opacity: 0;
  	}
}


.demo a {
  	display: inline-block;
  	color: #b4b8aa;
	font-size: 0.7rem;
  	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
  	letter-spacing: 0.1rem;
  	text-decoration: none;
  	transition: opacity .3s;
	text-transform: uppercase;
	text-align: center;
	}
@media screen and (max-width: 960px) {
  .demo a{
	display: none;
	  visibility: 0;
  }
}






/* TEXT COMPONENTS */
	
.normaltxt {
	text-align: left;
	color: #17302a;
	font-size: 1.0625rem;
	line-height: 1.3rem;
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	}
.normaltxt a:link, .normaltxt a:visited {
	color:#45763d;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}	
.normaltxt a:active, .normaltxt a:hover {
	color:#45763d;
	background-size: 100% 1px;	
	text-decoration: none;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}



.normaltxtcream {
	text-align: left;
	color: #efefed;
	font-size: 1.0625rem;
	line-height: 1.3rem;
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	}
.normaltxtcream a:link, .normaltxtcream a:visited {
	color:#efefed;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}	
.normaltxtcream a:active, .normaltxtcream a:hover {
	color:#efefed;
	background-size: 100% 1px;	
	text-decoration: none;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}



.rss-title {	
	text-align: left;
	color: #17302a;
	font-size: 1.37rem;
	line-height: 1.375rem;		
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	margin: 0 0 0.4rem 0;
	}
.rss-title a:link, .rss-title a:visited {
	color:#17302a;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	}
.rss-title a:active, .rss-title a:hover {
	color:#17302a;
	background-size: 100% 1px;	
	text-decoration: none;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	}	
.rss-item {	
	text-align: left;
	color: #17302a;
	font-size: 1.0625rem;
	line-height: 1.4rem;
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	}
.rss-date {	
	text-align: right;
	color: #8d9287;
	font-size: 1.0rem;
	line-height: 1.3rem;	
	font-family: "FSElliotWebRegular";
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
	letter-spacing: 0.2rem;
	}




.bulletlistnormal {
	margin: 0.5rem 0 1.0rem 0;
	padding: 0;
	list-style: none;
	color: #17302a;
	}
.bulletlistnormal ul {
	list-style: none;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
	}
.bulletlistnormal li {
	text-align: left;
	color: #17302a;
	font-size: 1.0625rem;
	line-height: 1.3rem;
	font-family: "FSSienaRegular";
	font-weight: normal;
	font-style: normal;
	padding: 0 0 1.0rem 0.9rem;
	}
.bulletlistnormal li i {
	margin: 0 0.5rem 0 -0.9rem;
	font-size: 1.0rem;
	color: #45763d;
	}
.bulletlistnormal a:link, .bulletlistnormal a:visited {
	color:#45763d;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}
.bulletlistnormal a:active, .bulletlistnormal a:hover  {
	color:#45763d;
	background-size: 100% 1px;	
	text-decoration: none;
	font-family: "FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}



.mediumtxt {
	text-align: left;
	color: #17302a;
	font-size: 1.275rem;
	line-height: 1.575rem;
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	}
.mediumtxt a:link, .mediumtxt a:visited {
	color:#45763d;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}	
.mediumtxt a:active, .mediumtxt a:hover {
	color:#45763d;
	background-size: 100% 1px;	
	text-decoration: none;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}



.largertxt {
	text-align: left;
	color: #17302a;
	font-size: 1.685rem;
	line-height: 2.025rem;
	font-family: "FSSienaRegular";
	font-weight: normal;
	font-style: normal;
	}
.largertxt a:link, .largertxt a:visited {
	color:#45763d;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}	
.largertxt a:active, .largertxt a:hover {
	color:#45763d;
	background-size: 100% 1px;	
	text-decoration: none;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}





.bulletlistlegal {
	margin: 0.2rem 0 0.5rem 2.08%;
	padding: 0;
	list-style: none;
	color: #3e554e;
	}
.bulletlistlegal ul {
	list-style: none;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
	}
.bulletlistlegal li {
	text-align: left;
	color: #3e554e;
	font-size: 0.875rem;
	line-height: 1.125rem;
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	padding: 0 0 0.5rem 0.9rem;
	}
.bulletlistlegal li i {
	margin: 0 0.5rem 0 -0.9rem;
	font-size: 0.825rem;
	color: #45763d;
	}
.bulletlistlegal a:link, .bulletlistlegal a:visited {
	color:#45763d;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}
.bulletlistlegal a:active, .bulletlistlegal a:hover  {
	color:#45763d;
	background-size: 100% 1px;	
	text-decoration: none;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}


.smallertxt {
	text-align: left;
	color: #17302a;
	font-size: 0.875rem;
	line-height: 1.125rem;
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	}
.smallertxt a:link, .smallertxt a:visited {
	color:#45763d;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}	
.smallertxt a:active, .smallertxt a:hover {
	color:#45763d;
	background-size: 100% 1px;	
	text-decoration: none;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}



.bulletsociallist {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	color: #3e554e;
	border-top: 1px solid #a4a79f;
	}
.bulletsociallist ul {
	list-style: none;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;	
	}
.bulletsociallist li {
	text-align: center;
	color: #d0d2ce;
	font-size: 1.525rem;
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	padding: 1.0rem 0;
	border-bottom: 1px solid #a4a79f;
	}
.bulletsociallist li i {
	margin: 0;
	font-size: 1.525rem;
	color: #d0d2ce;
	}
.bulletsociallist li a:link, .bulletsociallist li a:visited {
	color:#d0d2ce;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}
.bulletsociallist li a:active, .bulletsociallist li a:hover  {
	color: #ffffff;
	text-decoration: none;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}
@media screen and (max-width: 960px) {
  .bulletsociallist  {
	display: none;
	  visibility: hidden;
	  height: 0;
  }
}



.navdropdownintroholder {
	padding: 0 2.0rem 0 0;
	}

.navdropdownintrotxt {
	text-align: left;
	color: #c9cbc2;
	font-size: 1.0625rem;
	line-height: 1.3rem;
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	margin: 0.35rem 0 0 0;
	padding: 0 0 1.25rem 0;
	}





	
@media all and (min-width: 960px) {
   .colstwo  {
  -webkit-column-count: 2;
  -webkit-column-gap: 35px; /* Saf3, Chrome*/
  -moz-column-count: 2;   
  -moz-column-gap: 35px; /* FF3.5+ */
  column-count: 2;        
  column-gap: 35px; /* Opera 11+*/
  }
}	
		






/* BODY COMPONENTS */

#wrapperbody {
	margin: 0 auto;
	width: 100%;
	}	


#topnavbuttons {
	margin: 0 auto !important;
	padding: 0;
	background-color: #ffffff;
	}	


#navigationholder {
	margin: 0 auto !important;
	width: 100%;
	position: relative;
	text-align: center;
	top: -70px;
	}	
@media screen and (max-width: 960px) {
  #navigationholder  {
	top: 50px;
  }
}


.buttontoptel {
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-family: "FSSienaMedium";
	font-weight: normal;
	font-style: normal;	
	padding: 1.3rem 5%;
	border-right: 1px solid #efefed !important;
	text-decoration:none;
	color: #17302a;
	display: block;
	text-align: center;
	margin: 0;
	height: 70px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border: 0;		
	}	
.buttontoptel strong {
	font-family: "FSSienaMedium";
	font-weight: normal;
	font-style: normal;	
	}	
.buttontoptel:hover {
	color: #47783f;
	text-decoration: none !important;
	background: rgba(248, 248, 248, 1.0);
	}
@media screen and (max-width: 960px) {
  .buttontoptel {
	font-size: 1.25rem;
	line-height: 1.25rem;
	  padding: 0.8rem 5%;
	  border-right: none !important;
	  border-bottom: 1px solid #efefed;
	  height: 50px;
  }
}


#topnaviconsholder {
	padding: 0;
  	}
@media screen and (max-width: 960px) {
  #topnaviconsholder {
	margin: -1.25rem 0 0 0;
  }
}

.topnavlefticon {
	width: 50%;
	padding: 0;
	margin: 0;
	float: left;
	}
.topnavrighticon {
	width: 50%;
	padding: 0;
	margin: 0;
	float: right;
	}
@media screen and (max-width: 960px) {
  .topnavlefticon, .topnavrighticon {
	width: 33.3333%;
  }
}

.buttontopaccount {
	font-size: 1.25rem;
	line-height: 1.25rem;
	font-weight: normal;
	font-style: normal;	
	padding: 1.3rem 5%;
	border-left: 1px solid #efefed !important;
	text-decoration:none;
	height: 70px;
	color: #2a5525;
	display: block;
	text-align: center;
	margin: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border: 0;	
	}	
.buttontopaccount:hover {
	color: #46773e;
	background: rgba(164, 168, 169, .1);
	}
@media screen and (max-width: 960px) {
  .buttontopaccount {
	  padding: 0.8rem 5%;
	  height: 50px;
	  border-left: none;
	  border-right: 1px solid #efefed !important;
  }
}


.buttontopcart {
	font-size: 1.25rem;
	line-height: 1.25rem;
	font-weight: normal;
	font-style: normal;	
	padding: 1.3rem 5%;
	border-left: 1px solid #efefed !important;
	text-decoration:none;
	height: 70px;
	color: #2a5525;
	display: block;
	text-align: center;
	margin: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border: 0;
	}	
.buttontopcart:hover {
	color: #46773e;
	background: rgba(164, 168, 169, .1);
	}
@media screen and (max-width: 960px) {
  .buttontopcart {
	  padding: 0.8rem 5%;
	  height: 50px;
  }
}






/* HEADER COMPONENTS */

#headerouter {
	padding: 1.0rem 1.0rem 0 1.0rem;
	margin: 0;
	background: #efefed;
	}
#headerinner {
	padding: 0;
	margin: 0;
	text-align: left;
	background: #8d9287;
	}

#headerinnerleft {
	padding: 0 0 0 8.333%;
	margin: 0;
	width: 95.8333%;
	float: left;
	min-height: 90vh;
	/* IE9 and 10  */
	content: 'viewport-units-buggyfill;'  'min-height: 90vh;';
	}
#headerinnerright {
	padding: 0;
	margin: 0;
	width: 4.1666%;
	float: right;
	min-height: 90vh;
	/* IE9 and 10  */
	content: 'viewport-units-buggyfill;'  'min-height: 90vh;';
	}
@media only screen and (max-width: 960px) {
  	 #headerinnerleft {
		padding: 0 8.3333%;
		width: 100%;
		 min-height: 85vh;
	/* IE9 and 10  */
	content: 'viewport-units-buggyfill;'  'min-height: 85vh;';
		}
	#headerinnerright {
		display: none;
		visibility: hidden;
		width: 0;
		}
}


#headerinnerleftshort {
	padding: 0 0 0 8.333%;
	margin: 0;
	width: 95.8333%;
	float: left;
	min-height: 70vh;
	/* IE9 and 10  */
	content: 'viewport-units-buggyfill;'  'min-height: 70vh;';
	}
#headerinnerrightshort {
	padding: 0;
	margin: 0;
	width: 4.1666%;
	float: right;
	min-height: 70vh;
	/* IE9 and 10  */
	content: 'viewport-units-buggyfill;'  'min-height: 70vh;';
	}
@media only screen and (max-width: 960px) {
  	 #headerinnerleftshort {
		padding: 0 8.3333%;
		width: 100%;
		 min-height: 60vh;
	/* IE9 and 10  */
	content: 'viewport-units-buggyfill;'  'min-height: 60vh;';
		}
	#headerinnerrightshort {
		display: none;
		visibility: hidden;
		width: 0;
		}
}


#headerinnerleftveryshort {
	padding: 0 0 0 8.333%;
	margin: 0;
	width: 95.8333%;
	float: left;
	min-height: 40vh;
	/* IE9 and 10  */
	content: 'viewport-units-buggyfill;'  'min-height: 40vh;';
	}
#headerinnerrightveryshort {
	padding: 0;
	margin: 0;
	width: 4.1666%;
	float: right;
	min-height: 40vh;
	/* IE9 and 10  */
	content: 'viewport-units-buggyfill;'  'min-height: 40vh;';
	}
@media only screen and (max-width: 960px) {
  	 #headerinnerleftveryshort {
		padding: 0 8.3333%;
		width: 100%;
		 min-height: 30vh;
	/* IE9 and 10  */
	content: 'viewport-units-buggyfill;'  'min-height: 30vh;';
		}
	#headerinnerrightveryshort {
		display: none;
		visibility: hidden;
		width: 0;
		}
}


#headertitleonlyouter {
	padding: 1.0rem;
	margin: 0;
	background: #efefed;
	}
#headertitleonlyinner {
	padding: 0;
	margin: 0;
	text-align: left;
	background: #8d9287;
	}

#headertitleonlyinnerleft {
	padding: 1.0rem 5%;
	margin: 0;
	width: 95.8333%;
	float: left;
	text-align: right;
	background: #17302a;
	}
#headertitleonlyinnerright {
	padding: 0;
	margin: 0;
	width: 4.1666%;
	float: right;
	}
@media only screen and (max-width: 960px) {
  	 #headertitleonlyinnerleft {
		padding: 1.0rem 8.3333%;
		width: 100%;
		}
	#headertitleonlyinnerright {
		display: none;
		visibility: hidden;
		width: 0;
		}
}






/* HOME COMPONENTS */

#logoholderhome {	
	margin: 10.0rem 0 0 0;
	max-width: 100%;
	padding: 0 0 5vh 0;
	/* IE9 and 10  */
	content: 'viewport-units-buggyfill;'  'padding: 0 0 5vh 0;';
	}	
@media screen and (max-width: 960px) {
  #logoholderhome {
	margin: 4.0rem auto;
	  max-width: 60%;
  }
}


#straplinehome {	
	margin: 16.0rem 8.333% 6.0rem 0;
	max-width: 100%;
	padding: 0;
	}	
@media screen and (max-width: 960px) {
  #straplinehome {
	margin: 0 0 6.0rem 0;
  }
}


#xmasstraplinehome {	
	margin: 12.0rem 8.333% 3.0rem 8.333%;
	padding: 0;
	}	
@media screen and (max-width: 960px) {
  #xmasstraplinehome {
	margin: 0 0 3.0rem 0;
  }
}


#sidesocialholderhome {	
	margin: 35vh auto 0 auto;
	padding: 0;
	/* IE9 and 10  */
	content: 'viewport-units-buggyfill;'  'margin: 35vh 0 0 0;';
	}	
@media screen and (max-width: 960px) {
  #sidesocialholderhome {
	margin: 0;
	display: none;
	visibility: hidden;
	width: 0;
  }
}


#sidesocialholderother {	
	margin: 27.5vh auto 0 auto;
	padding: 0;
	/* IE9 and 10  */
	content: 'viewport-units-buggyfill;'  'margin: 27.5vh 0 0 0;';
	}	
@media screen and (max-width: 960px) {
  #sidesocialholderother {
	margin: 0;
	display: none;
	visibility: hidden;
	width: 0;
  }
}


#sidesocialholderother2 {	
	margin: 12.5vh auto 0 auto;
	padding: 0;
	/* IE9 and 10  */
	content: 'viewport-units-buggyfill;'  'margin: 12.5vh 0 0 0;';
	}	
@media screen and (max-width: 960px) {
  #sidesocialholderother2 {
	margin: 0;
	display: none;
	visibility: hidden;
	width: 0;
  }
}


.bodycontent_paddingleft {
	margin: 0;
	padding: 0 8.33% 0 0;
	}
@media only screen and (max-width: 960px) {
  	 .bodycontent_paddingleft {
		padding: 0;
  	}
}
.bodycontent_paddingright {
	padding: 0 0 0 8.33%;
	}
@media only screen and (max-width: 960px) {
  	 .bodycontent_paddingright {
		padding: 0;
  	}
}



.subbody_cpaddingleft {
	margin: 0;
	padding: 0 4.16% 0 0;
	}
@media only screen and (max-width: 960px) {
  	 .subbody_cpaddingleft {
		padding: 0;
  	}
}
.subbody_cpaddingright {
	padding: 0 0 0 4.16%;
	}
@media only screen and (max-width: 960px) {
  	 .subbody_cpaddingright {
		padding: 0;
  	}
}


#bodyhomeintro {
	padding: 0 1.0rem 0 1.0rem;
	margin: 0;
	background: #efefed;
	}
#bodyhomeintroinner {
	padding: 6.0rem 8.333% 2.0rem 8.33%;
	margin: 0;
	background: #efefed;
	}
@media only screen and (max-width: 960px) {
  	 #bodyhomeintroinner {
		padding: 6.0rem 4.166% 2.0rem 4.166%;
  	}
}


#bodypageintro {
	padding: 0 1.0rem 0 1.0rem;
	margin: 0;
	background: #efefed;
	}
#bodypageintroinner {
	padding: 6.0rem 8.333%;
	margin: 0;
	background: #efefed;
	}
@media only screen and (max-width: 960px) {
  	 #bodypageintroinner {
		padding: 6.0rem 4.166%;
  	}
}


#bodypageintroshort {
	padding: 0 1.0rem 0 1.0rem;
	margin: 0;
	background: #efefed;
	}
#bodypageintroshortinner {
	padding: 6.0rem 8.333% 1.0rem 8.33%;
	margin: 0;
	background: #efefed;
	}
@media only screen and (max-width: 960px) {
  	 #bodypageintroshortinner {
		padding: 6.0rem 8.333% 1.0rem 8.333%;
  	}
}


#bodypagenoheader {
	padding: 0 1.0rem 0 1.0rem;
	margin: 0;
	background: #efefed;
	}
#bodypagenoheaderinner {
	padding: 0 8.333% 6.0rem 8.333%;
	margin: 0;
	background: #efefed;
	}
@media only screen and (max-width: 960px) {
  	 #bodypagenoheaderinner {
		padding: 0 8.333% 6.0rem 8.333%;
  	}
}


#bodygreypromocontent {
	padding: 0 1.0rem 0 1.0rem;
	margin: 0;
	background: #efefed;
	}
#bodygreypromocontentinner {
	padding: 6.0rem 8.333%;
	margin: 0;
	background: #c9cbc2;
	}
@media only screen and (max-width: 960px) {
  	 #bodygreypromocontentinner {
		padding: 2.0rem 4.166%;
  	}
}


#bodygreypromocontent2 {
	padding: 0 1.0rem 1.0rem 1.0rem;
	margin: 0;
	background: #efefed;
	}
#bodygreypromocontentinner2 {
	padding: 6.0rem 8.333%;
	margin: 0;
	background: #c9cbc2;
	}
@media only screen and (max-width: 960px) {
  	 #bodygreypromocontentinner2 {
		padding: 2.0rem 4.166%;
  	}
}


#instagramfeedcontent {
	padding: 0 1.0rem 0 1.0rem;
	margin: 0;
	background: #efefed;
	}
#instagramfeedcontentinner {
	padding: 2.0rem 8.333%;
	margin: 0;
	background: #e3e2de;
	}
@media only screen and (max-width: 960px) {
  	 #instagramfeedcontentinner {
		padding: 2.0rem 4.166%;
  	}
}

#instagramtitleholder {
	padding: 4.0rem 5% 0 0;
	margin: 0;
	}
@media only screen and (max-width: 960px) {
  	 #instagramtitleholder {
		padding: 0 0 2.0rem 0;
  	}
}



#widemailinglistcontent {
	padding: 0 1.0rem 1.0rem 1.0rem;
	margin: 0;
	background: #efefed;
	}
#widemailinglistcontentinner {
	padding: 4.0rem 8.333% 3.0rem 8.33%;
	margin: 0;
	background: #d3d5ce;
	}
@media only screen and (max-width: 960px) {
  	 #widemailinglistcontentinner {
		padding: 4.0rem 8.333% 3.0rem 8.333%;
  	}
}



#bodymaincontent {
	padding: 0 1.0rem;
	margin: 0;
	background: #efefed;
	}
#bodymaincontentinner {
	padding: 2.0rem 8.333% 8.0rem 8.333%;
	margin: 0;
	background: #efefed;
	}
@media only screen and (max-width: 960px) {
  	 #bodymaincontentinner {
		padding: 2.0rem 8.333% 8.0rem 8.333%;
  	}
}



#hstampholder {	
	margin: -16.0rem 0 0 0;
	max-width: 100%;
	padding: 0;
	z-index: 10;
	}	
#hstampholder img {	
	padding: 0 0 0 10%;
	text-align: right;
	}	
@media screen and (max-width: 1260px) {
  #hstampholder {
	margin: -10.0rem 0 0 0;
  }
}
@media screen and (max-width: 960px) {
  #hstampholder {
	display: none;
	  visibility: hidden;
	  margin: 0;
  }
}



#slideroffcanvasgallery {
	padding: 0 0 2.0rem 0;
	margin: 0;
	}

#slideroffcanvasgallery2 {
	padding: 0 0 2.0rem 0;
	margin: 4.0rem 0 0 33.333%;
	}
@media screen and (max-width: 960px) {
  #slideroffcanvasgallery2 {
	margin: 0;
  }
}


#harrysidepanel {
	padding: 0 0 1.0rem 0;
	margin: 0 0 0 16.666%;
	background: #e3e2de;
	}
@media screen and (max-width: 960px) {
  #harrysidepanel {
	margin: 0 ;
  }
}

.harrypic {
	padding: 0 0 2.0rem 0;
	margin: 0;
	}
.harrytxt {
	padding: 1.0rem 7.5% 0 7.5%;
	margin: 0;
	}


.sidebuttonholder {
	padding: 2.0rem 7.5%;
	margin: 0;
	background: #45763d;
	border-bottom: 1px solid #efefed;
	}


#sideopeningtimes {
	padding: 1.6rem 7.5%;
	margin: 0 0 0 16.666%;
	background: #e3e2de;	
	}
@media screen and (max-width: 960px) {
  #sideopeningtimes {
	margin: 0 0 3.0rem 0;
  }
}
.sideopeningtxt {
	text-align: left;
	color: #17302a;
	font-size: 1.0625rem;
	line-height: 1.45rem;
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	}
.sideopeningtxtcream {
	text-align: left;
	color: #b9b8af;
	font-size: 1.0625rem;
	line-height: 1.45rem;
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	}

#cafepromocontent {
	padding: 0 1.0rem 0 1.0rem;
	margin: 0;
	background: #efefed;
	}
#cafepromocontentinner {
	padding: 0;
	margin: 0;
	background: #2a5525;
	}


#otherpeoplebought {
	padding: 0 1.0rem 0;
	margin: 0;
	background: #efefed;
	}
#otherpeopleboughtinner {
	padding: 6.0rem 8.333%;
	margin: 0;
	background: #e3e2de;
	}
@media only screen and (max-width: 960px) {
  	 #otherpeopleboughtinner {
		padding: 4.0rem 8.333%;
  	}
}


#bodycareersintro {
	padding: 0 1.0rem 0 1.0rem;
	margin: 0;
	background: #efefed;
	}
#bodycareersintroinner {
	padding: 6.0rem 8.333%;
	margin: 0;
	background: #efefed;
	}
@media only screen and (max-width: 960px) {
  	 #bodycareersintroinner {
		padding: 6.0rem 4.166%;
  	}
}





/* CAREERS PAGE COMPONENTS */

#careerssidepanel {
	padding: 0;
	margin: 0 0 0 16.666%;
	background: #e3e2de;
	}
@media screen and (max-width: 960px) {
  #careerssidepanel {
	margin: 0 33.3333% 0 0;
  }
}

.careerstxt {
	padding: 2.0rem 7.5%;
	margin: 0;
	}

.careerslistrow1 { 
	border-top: 1px solid #e3e2de;
	padding: 0;
	margin: 0;
	width: 100%;
	display: table;
	background: #e6e8e5;
	}
.careerslistrow2 { 
	border-top: 1px solid #e3e2de;
	padding: 0;
	margin: 0;
	width: 100%;
	display: table;
	background: #efefed;
	}
.careerslistleft { 
	width: 50%; 
	margin: 0; 
	padding: 0.75rem 0.85rem ;
	border-right: 1px solid #e3e2de;	
	text-align: left;
	color: #45763d;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	font-size: 1.2rem;
	line-height: 1.2rem;
	vertical-align: middle;
	display: table-cell;
	}	
.careerslistmid { 
	width: 20%; 
	margin: 0; 
	padding: 0.75rem 0.85rem;
	border-right: 1px solid #e3e2de;	
	text-align: left;
	color: #45763d;
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	font-size: 1.0625rem;
	line-height: 1.3rem;
	vertical-align: middle;
	display: table-cell;
	}	
.careerslistright { 
	width: 30%; 
	margin: 0; 
	padding: 0.75rem 0.85rem;	
	text-align: right;
	color: #8d9287;
	font-size: 1.0625rem;
	line-height: 1.3rem;	
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	display: table-cell;
	}





/* CONTACT PAGE COMPONENTS */

#contacttopband {
	padding: 0 1.0rem 0 1.0rem;
	margin: 0;
	background: #efefed;
	}
#contacttopbandinner {
	padding: 0;
	margin: 0;
	background: #e3e2de;
	}

#contactbotband {
	padding: 0 1.0rem 1.0rem 1.0rem;
	margin: 0;
	background: #efefed;
	}
#contactbotbandinner {
	padding: 0;
	margin: 0;
	background: #e3e2de;
	}

.addresstxt {
	text-align: left;
	color: #2a5525;
	font-size: 1.375rem;
	line-height: 1.675rem;
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	}
.addresstxt a:link, .addresstxt a:visited {
	color:#2a5525;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}	
.addresstxt a:active, .addresstxt a:hover {
	color:#2a5525;
	background-size: 100% 1px;	
	text-decoration: none;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}

@media screen and (max-width: 960px) {
  #locationmap {
	min-height: 35vh;
	  /* IE9 and 10  */
	content: 'viewport-units-buggyfill;'  'min-height: 35vh;';
  }
}









/* PROMO CTA COMPONENTS */

#promofullwidthbutchery {
	padding: 0;
	margin: 0;
	background: url(../jpg/promos/butchery.jpg) center center no-repeat;
	background-size: cover;
	}
#promofullwidthbutcheryinnergrad {
	padding: 2.0rem 3.0rem;
	margin: 0;
	background: rgba(27, 36, 31, 0.35);
	min-height: 14.0rem;
	}
@media screen and (max-width: 960px) {
  #promofullwidthbutcheryinnergrad {
	padding: 2.0rem;
  }
}


#promofullwidthharryseggs {
	padding: 0;
	margin: 0;
	background: url(../jpg/promos/harrys-eggs-wide.jpg) center center no-repeat;
	background-size: cover;
	}
#promofullwidthharryseggsinnergrad {
	padding: 2.0rem 3.0rem;
	margin: 0;
	background: rgba(27, 36, 31, 0.35);
	min-height: 14.0rem;
	}
@media screen and (max-width: 960px) {
  #promofullwidthharryseggsinnergrad {
	padding: 2.0rem;
  }
}



#promo5050holder {
	padding: 0;
	margin: 0;
	}


#promo5050farmshop {
	padding: 0;
	margin: 0;
	background: url(../jpg/promos/farmshop.jpg) center center no-repeat;
	background-size: cover;	
	border-right: 1px solid #efefed;
	}
#promo5050farmshopinnergrad {
	padding: 2.0rem 3.0rem;
	margin: 0;
	background: rgba(27, 36, 31, 0.35);
	min-height: 14.0rem;
	}
@media screen and (max-width: 960px) {

	#promo5050farmshopinnergrad {
	padding: 2.0rem;
	 min-height: 6.0rem;
	  border-right: none;
  }
}


#promo5050harryseggs {
	padding: 0;
	margin: 0;
	background: url(../jpg/promos/harrys-eggs.jpg) center center no-repeat;
	background-size: cover;
	}
#promo5050harryseggsinnergrad {
	padding: 2.0rem 3.0rem;
	margin: 0;
	background: rgba(27, 36, 31, 0.35);
	min-height: 14.0rem;
	}
@media screen and (max-width: 960px) {
  #promo5050harryseggs {
	border-top: #efefed solid 1px;
	  margin: 0.65rem 0 0 0;
	}
	#promo5050harryseggsinnergrad {
	padding: 2.0rem;
	  min-height: 6.0rem;
  }
}





#promo33holder {
	padding: 0;
	margin: 0;
	}


#promo33butchery {
	padding: 0;
	margin: 0;
	background: url(../jpg/promos/butchery2.jpg) center center no-repeat;
	background-size: cover;
	border-right: 1px solid #efefed;
	}
#promo33butcheryinnergrad {
	padding: 2.0rem;
	margin: 0;
	background: rgba(27, 36, 31, 0.35);
	min-height: 20.0rem;
	}
@media screen and (max-width: 960px) {
  #promo33butchery {
	  margin: 0.65rem 0 0 0;
	  border-right: none;
	}
	#promo33butcheryinnergrad {
	padding: 2.0rem;
	  min-height: 6.0rem;
  }
}


#promo33harryseggs {
	padding: 0;
	margin: 0;
	background: url(../jpg/promos/harrys-eggs.jpg) center center no-repeat;
	background-size: cover;	
	border-right: 1px solid #efefed;
	}
#promo33harryseggsinnergrad {
	padding: 2.0rem;
	margin: 0;
	background: rgba(27, 36, 31, 0.35);
	min-height: 20.0rem;
	}
@media screen and (max-width: 960px) {
  #promo33harryseggs {
	  margin: 0.65rem 0 0 0;
	  border-right: none;
	}
	#promo33harryseggsinnergrad {
	padding: 2.0rem;
	  min-height: 6.0rem;
  }
}


#promo33organicfarm {
	padding: 0;
	margin: 0;
	background: url(../jpg/promos/organic-farm.jpg) center center no-repeat;
	background-size: cover;	
	border-right: 1px solid #efefed;
	}
#promo33organicfarminnergrad {
	padding: 2.0rem;
	margin: 0;
	background: rgba(27, 36, 31, 0.35);
	min-height: 20.0rem;
	}
@media screen and (max-width: 960px) {
  #promo33organicfarm {
	  margin: 0.65rem 0 0 0;
	  border-right: none;
	}
	#promo33organicfarminnergrad {
	padding: 2.0rem;
	  min-height: 6.0rem;
  }
}


#promo33farmshop {
	padding: 0;
	margin: 0;
	background: url(../jpg/promos/farmshop.jpg) center center no-repeat;
	background-size: cover;		
	}
#promo33farmshopinnergrad {
	padding: 2.0rem;
	margin: 0;
	background: rgba(27, 36, 31, 0.35);
	min-height: 20.0rem;
	}
@media screen and (max-width: 960px) {
#promo33farmshop {
	  margin: 0.65rem 0 0 0;
	}
	#promo33farmshopinnergrad {
	padding: 2.0rem;
	 min-height: 6.0rem;
	  border-right: none;
  }
}





#promo25holder {
	padding: 0;
	margin: 0;
	}


#promo25beef {
	padding: 0;
	margin: 0;
	background: url(../jpg/butchery/beef-2.jpg) center center no-repeat;
	background-size: cover;
	border-right: 1px solid #efefed;
	}
#promo25beefinnergrad {
	padding: 2.0rem;
	margin: 0;
	background: rgba(27, 36, 31, 0.35);
	min-height: 20.0rem;
	}
@media screen and (max-width: 960px) {
  #promo25beef {
	  margin: 0.65rem 0 0 0;
	  border-right: none;
	}
	#promo25beefinnergrad {
	padding: 2.0rem;
	  min-height: 6.0rem;
  }
}

#promo25pork {
	padding: 0;
	margin: 0;
	background: url(../jpg/butchery/pork-2.jpg) center center no-repeat;
	background-size: cover;
	border-right: 1px solid #efefed;
	}
#promo25porkinnergrad {
	padding: 2.0rem;
	margin: 0;
	background: rgba(27, 36, 31, 0.35);
	min-height: 20.0rem;
	}
@media screen and (max-width: 960px) {
  #promo25pork {
	  margin: 0.65rem 0 0 0;
	  border-right: none;
	}
	#promo25porkinnergrad {
	padding: 2.0rem;
	  min-height: 6.0rem;
  }
}

#promo25lamb {
	padding: 0;
	margin: 0;
	background: url(../jpg/butchery/lamb-2.jpg) center center no-repeat;
	background-size: cover;
	border-right: 1px solid #efefed;
	}
#promo25lambinnergrad {
	padding: 2.0rem;
	margin: 0;
	background: rgba(27, 36, 31, 0.35);
	min-height: 20.0rem;
	}
@media screen and (max-width: 960px) {
  #promo25lamb {
	  margin: 0.65rem 0 0 0;
	  border-right: none;
	}
	#promo25lambinnergrad {
	padding: 2.0rem;
	  min-height: 6.0rem;
  }
}

#promo25chicken {
	padding: 0;
	margin: 0;
	background: url(../jpg/butchery/chicken-2.jpg) center center no-repeat;
	background-size: cover;
	}
#promo25chickeninnergrad {
	padding: 2.0rem;
	margin: 0;
	background: rgba(27, 36, 31, 0.35);
	min-height: 20.0rem;
	}
@media screen and (max-width: 960px) {
  #promo25chicken {
	  margin: 0.65rem 0 0 0;
	}
	#promo25chickeninnergrad {
	padding: 2.0rem;
	  min-height: 6.0rem;
  }
}








#promo5050holder01 {
	padding: 0;
	margin: 0;
	background-color: #8d9287;
	}

#promo5050holder02 {
	padding: 0;
	margin: 0;
	background-color: #17302a;
	}


.promo5050lefttop {	
	margin: 0;
	width: 50%;
	padding: 0;
	float: left;
	background: url(../jpg/promos/organic-farm.jpg) center center no-repeat;
	background-size: cover;	
	}	
.promo5050lefttopinnergrad {
	padding: 2.0rem 3.0rem;
	margin: 0;
	background: rgba(27, 36, 31, 0.35);
	min-height: 16.0rem;
	}
@media screen and (max-width: 960px) {
  .promo5050lefttop {
	  width: 100%;
  	}
	.promo5050lefttopinnergrad {
	padding: 2.0rem 3.0rem;
	margin: 0;
	background: rgba(27, 36, 31, 0.35);
	min-height: 8.0rem;
	}
}

.promo5050righttop {	
	margin: 0;
	width: 50%;
	padding: 2.0rem 3.0rem;
	float: left;
	min-height: 8.0rem;
	}	
@media screen and (max-width: 960px) {
  .promo5050righttop {
	  width: 100%;
	  min-height: 6.0rem;
	  padding: 2.0rem;
	  margin: 0 0 1.0rem 0;
  }
}





.promo5050leftbot {	
	margin: 0;
	width: 50%;
	padding: 2.0rem 3.0rem;
	float: left;	
	min-height: 8.0rem;
	}
@media screen and (max-width: 960px) {
  .promo5050leftbot {
	  width: 100%;
	  min-height: 6.0rem;
	  float: right;
	  padding: 2.0rem;
  }
}

.promo5050rightbot {	
	margin: 0;
	width: 50%;
	padding: 0;
	float: right;
	background: url(../jpg/promos/post-office.jpg) center center no-repeat;
	background-size: cover;	
	}	
.promo5050rightbotinnergrad {
	padding: 2.0rem 3.0rem;
	margin: 0;
	background: rgba(27, 36, 31, 0.35);
	min-height: 16.0rem;
	}
@media screen and (max-width: 960px) {
  .promo5050rightbot {
	  width: 100%;
	  min-height: 6.0rem;
	  float: left;
  }
	.promo5050rightbotinnergrad {
		padding: 2.0rem;
		min-height: 8.0rem;
		}
}






/* PAGE COMPONENTS */

#logoholderpage {	
	margin: 6.0rem 0 0 0;
	max-width: 260px;
	padding: 0 0 5vh 0;
	/* IE9 and 10  */
	content: 'viewport-units-buggyfill;'  'padding: 0 0 5vh 0;';
	}	
@media screen and (max-width: 960px) {
  #logoholderpage {
	margin: 4.0rem 0 0 0;
	  max-width: 35%;
  }
}
@media screen and (max-width: 640px) {
  #logoholderpage {
	margin: 4.0rem 0 0 0;
	  max-width: 40%;
  }
}
@media screen and (max-width: 320px) {
  #logoholderpage {
	margin: 4.0rem 0 0 0;
	  max-width: 50%;
  }
}



#logoholdernegative {	
	margin: -5.5rem 0 4.0rem 0;
	z-index: 10;
	position: relative;
	max-width: 150px;
	padding: 0;
	}	
@media screen and (max-width: 960px) {
  #logoholdernegative {
	margin: -5.0rem 0 3.0rem 4.166%;
	  max-width: 20%;
  }
}
@media screen and (max-width: 640px) {
  #logoholdernegative {
	margin: -4.5rem 0 3.0rem 4.166%;
	  max-width: 22.5%;
  }
}
@media screen and (max-width: 320px) {
  #logoholdernegative {
	margin: -3.5rem 0 2.5rem 4.166%;
	  max-width: 25%;
  }
}



#logoholdernegativejournal {	
	margin: -5.5rem 0 0 0;
	z-index: 10;
	position: relative;
	max-width: 150px;
	padding: 0;
	}	
@media screen and (max-width: 960px) {
  #logoholdernegativejournal {
	margin: -5.0rem 0 0 4.166%;
	  max-width: 20%;
  }
}
@media screen and (max-width: 640px) {
  #logoholdernegativejournal {
	margin: -4.5rem 0 0 4.166%;
	  max-width: 22.5%;
  }
}
@media screen and (max-width: 320px) {
  #logoholdernegativejournal {
	margin: -3.5rem 0 0 4.166%;
	  max-width: 25%;
  }
}


#straplinepage {	
	margin: 4.0rem 8.333% 6.0rem 8.333%;
	max-width: 100%;
	padding: 0;
	}	
@media screen and (max-width: 960px) {
  #straplinepage {
	margin: 0 0 3.0rem 0;
  }
}

#straplinepageshort {	
	margin: 8.0rem 8.333%;
	max-width: 100%;
	padding: 0;
	}	
@media screen and (max-width: 960px) {
  #straplinepageshort {
	margin: 0 0 3.0rem 0;
  }
}






/* FOOTER WIDE FAMILY PROMO COMPONENTS */

#footerfamilypromojournal {
	padding: 0 1.0rem 1.0rem 1.0rem;
	margin: 0;
	background: #efefed;
	}

#footerfamilypromo {
	padding: 0 1.0rem 0 1.0rem;
	margin: 0;
	background: #efefed;
	}
#footerfamilypromoinner {
	padding: 18.0rem 50% 3.0rem 8.333%;
	margin: 0;
	text-align: left;
	background: url(../jpg/wide-family-promo.jpg) center center no-repeat;
	background-size: cover;	
	}
@media screen and (max-width: 960px) {
  #footerfamilypromoinner {
	padding: 10.0rem 8.33% 2.0rem 8.333%;
	margin: 0;
	}
}

.familypromotxt {
	text-align: left;
	color: #efefed;
	font-size: 2.275rem;
	line-height: 2.575rem;
	font-family: "FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
	}
@media screen and (max-width: 960px) {
  .familypromotxt {
	font-size: 1.775rem;
	line-height: 2.075rem;
	}
}







/* JOURNAL EMAIL BUTCHERY COMPONENTS */

#journalemailbutchery {
	padding: 0 1.0rem 1.0rem 1.0rem;
	margin: 0;
	background: #efefed;
	}

#journalemailbutcheryinner {
	padding: 0;
	margin: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e3e2de+0,e3e2de+50,d3d5ce+51,d3d5ce+100 */
	background: rgb(227,226,222); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(227,226,222,1) 0%, rgba(227,226,222,1) 50%, rgba(201,203,194,1) 50%, rgba(201,203,194,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(227,226,222,1) 0%,rgba(227,226,222,1) 50%,rgba(201,203,194,1) 50%,rgba(201,203,194,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(227,226,222,1) 0%,rgba(227,226,222,1) 50%,rgba(201,203,194,1) 50%,rgba(201,203,194,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e2de', endColorstr='#d3d5ce',GradientType=1 ); /* IE6-9 */
	}
@media screen and (max-width: 960px) {
  #journalemailbutcheryinner {
	background: #e3e2de; /* Old browsers */
	}
}

#journalemailbutcheryleft {
	padding: 4.0rem 8.333% 4.0rem 16.666%;
	margin: 0;
	background: #e3e2de;
	}
#journalemailbutcheryrighttop {
	padding: 4.0rem 16.666% 4.0rem 8.333%;
	margin: 0;
	background: #d3d5ce;
	}
#journalemailbutcheryrightbot {
	padding: 4.0rem 16.666% 4.0rem 8.333%;
	margin: 0;
	background: #c9cbc2;
	}
@media screen and (max-width: 960px) {
  	#journalemailbutcheryleft {
	padding: 3.0rem 8.333%;
	}
	#journalemailbutcheryrighttop {
	padding: 3.0rem 8.333%;
	}
	#journalemailbutcheryrightbot {
	padding: 3.0rem 8.333%;
	}
}


.journalthumbholder {
	padding: 0;
	margin: 0 0 1.0rem 0;
	height: 12.0rem;
	}
.journaldateholder {
	padding: 0;
	margin: 0 0 1.0rem 0;
	border-bottom: 1px solid #c9cbc2;
	}
.journaldateleft {
	padding: 0 1.0rem 1.0rem 0;
	margin: 0;
	float: left;
	width: 65%;
	border-right: 1px solid #c9cbc2;
	}
.journaldateright {
	padding: 0.25rem 0 1.0rem 1.0rem;
	margin: 0;
	float: right;
	width: 35%;
	text-align: right;
	color: #8d9287;
	font-size: 1.0rem;
	line-height: 1.0rem;
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	}
.journalshorttxt {
	padding: 0;
	margin: 0;
	}


.journalarticleholderwide {
	padding: 0;
	margin: 0 0 6.0rem 0;
	width: 100%;	
	}

.journalarticleholdernarrow {
	padding: 0 0 1.0rem 0;
	margin: 0 auto 6.0rem auto;
	width: 50%;
	border-bottom: 2px solid #e3e2de;
	}
@media screen and (max-width: 1140px) {
  .journalarticleholdernarrow {
	width: 75%;
	}
}
@media screen and (max-width: 960px) {
  .journalarticleholdernarrow {
	width: 100%;
	}
}


.journalarticlesingle {
	padding: 0;
	margin: -4.0rem auto 0 auto;
	width: 65%;
	}
@media screen and (max-width: 960px) {
  .journalarticlesingle {
	width: 100%;
	}
}

.journalarticlesingle p {
	text-align: left;
	color: #17302a;
	font-size: 1.0625rem;
	line-height: 1.3rem;
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	}
.journalarticlesingle a:link, .journalarticlesingle a:visited {
	color:#45763d;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}	
.journalarticlesingle a:active, .journalarticlesingle a:hover {
	color:#45763d;
	background-size: 100% 1px;	
	text-decoration: none;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}






/* JOURNAL PAGINATION COMPONENTS */

#journalpagination {
	padding: 0 1.0rem;
	margin: 0;
	background: #efefed;
	}
#journalpaginationinner {
	padding: 4.0rem 8.333%;
	margin: 0;
	text-align: left;
	background: #d3d5ce;
	}
@media screen and (max-width: 960px) {
  #journalpaginationinner {
	padding: 2.0rem 4.166%;
	margin: 0;
	}
}


#journalpaginationbot {
	padding: 0 1.0rem 1.0rem 1.0rem;
	margin: 0;
	background: #efefed;
	}
#journalpaginationbotinner {
	padding: 4.0rem 8.333%;
	margin: 0;
	text-align: left;
	background: #d3d5ce;
	}
@media screen and (max-width: 960px) {
  #journalpaginationbotinner {
	padding: 2.0rem 4.166%;
	margin: 0;
	}
}


#paginationholder {
	padding: 0;
	margin: 0;
	min-height: 60px;
	border-top: 1px solid #c9cbc2;
	border-bottom: 1px solid #c9cbc2;
	}

nav[role="navigation"] {
  	text-align: left;
	float: left;
	}
.cd-pagination {
 	width: 100%;
  	margin: 0;
  	text-align: left;
	background-color: #d3d5ce;
	}
.cd-pagination li {
  	margin: 0;	
	}
.cd-pagination li.button {
  	display: inline-block;	
	}
.cd-pagination a, .cd-pagination span {
  	display: inline-block;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	padding: 0;
  	font-size: 1.0rem;
	font-family: "FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}
.cd-pagination a {
  	border: 1px solid #c9cbc2;
  	border-radius: 0;
	font-family: "FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	color: #2a5525;
	}
.no-touch .cd-pagination a:hover {
  	background-color: #c9cbc2;
	text-decoration: none !important;		
	}
.cd-pagination a:active {
  	-webkit-transform: scale(0.9);
  	-moz-transform: scale(0.9);
  	-ms-transform: scale(0.9);
  	-o-transform: scale(0.9);
  	transform: scale(0.9);
	}


.cd-pagination .button:first-of-type a::before {
  	content: '\00ab  ';
	}
.cd-pagination .button:last-of-type a::after {
  	content: ' \00bb';
	}
.cd-pagination .current {
  	background-color: #c9cbc2;
  	border-color: #c9cbc2;
  	color: #17302a;
  	pointer-events: none;
	}


.cd-pagination.no-space li {
  margin: 0;
  float: left;
  border-right: 1px solid #c9cbc2;
}
.cd-pagination.no-space li:last-of-type {
  border-right: none;
}
.cd-pagination.no-space a {
  float: left;
  border-radius: 0;
  padding: 0;
  border: none;
}
.cd-pagination.animated-buttons a {
  padding: 0 0.8rem;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}


.journalleftright {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	text-align: center;
	}
.journalleftright > li {
	display: inline-block;
	float: none;
	text-align: center;
	}
.journalleftright > li > a {
	font-size: 2.25rem;
	line-height: 2.25rem;
	font-weight: normal;
	font-style: normal;	
	padding: 0.75rem 1.0rem 0 1.0rem;
	min-height: 60px;
	border-left: 1px solid #c9cbc2 !important;
	text-decoration:none;
	color: #2a5525;
	display: inline-block;
	text-align: center;
	margin: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border: 0;	
	}
.journalleftright > li:hover > a {
	color: #46773e;
	background: rgba(164, 168, 169, .1);
	}
.journalleftright > li.active > a {
	border-left: none !important;
	}
@media screen and (max-width: 960px) {
	.journalleftright {	
	font-size: 2.0rem;
	line-height: 2.0rem;
	}	
}	



.journalprevnext {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
	}
.journalprevnext > li {
	display: inline-block;
	float: none;
	text-align: center;
	}
.journalprevnext > li > a {
	font-size: 2.25rem;
	line-height: 2.25rem;
	font-weight: normal;
	font-style: normal;	
	padding: 0.75rem 1.0rem 0 1.0rem;
	min-height: 60px;
	border-left: 1px solid #c9cbc2 !important;
	text-decoration:none;
	color: #2a5525;
	display: inline-block;
	text-align: center;
	margin: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border: 0;	
	}
.journalprevnext > li:hover > a {
	color: #46773e;
	background: rgba(164, 168, 169, .1);
	}
.journalprevnext > li.active > a {
	border-left: none !important;
	}
@media screen and (max-width: 960px) {
	.journalprevnext {	
	font-size: 2.0rem;
	line-height: 2.0rem;
	}	
}	



.itemjournalwideinnerright h3, .journalarticleholdernarrow h3 {
	text-align: left;
	font-size: 2.435rem;
	line-height: 2.635rem;
	color: #2a5525;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	margin: 0 0 1.0rem 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	}
.itemjournalwideinnerright h3 a:link, .itemjournalwideinnerright h3 a:visited, .journalarticleholdernarrow h3 a:link, .journalarticleholdernarrow h3 a:visited {
	color:#2a5525;
	text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	}	
.itemjournalwideinnerright h3 a:active, .itemjournalwideinnerright h3 a:hover, .journalarticleholdernarrow h3 a:active, .journalarticleholdernarrow h3 a:hover {
	color:#2a5525;
	text-decoration: none;
	background-size: 100% 1px;	
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	}


.itemjournalwideinnerright p {
    text-align: left;
	color: #17302a;
	font-size: 1.0625rem;
	line-height: 1.3rem;
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	}
.journaldate {
	padding: 0.25rem 0 1.0rem 0;
	margin: 0;
	text-align: left;
	color: #8d9287 !important;
	font-size: 1.0rem;
	line-height: 1.0rem;
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	}

.journalbuttonsholder {
	padding: 2.6rem 0 0 0;
	margin: 0;
	text-align: left;
	display: block;
	}	
@media screen and (max-width: 960px) {
  .journalbuttonsholder {
	padding: 1.8rem 0 0 0;
  }
}


.journalpostimage {
	padding: 0;
	margin: 3.0rem -15%;
	width: 130%;
	text-align: left;
	display: block;
	z-index: 10;
	position: relative;
	border-bottom: 20px solid #c9cbc2;
	}	
@media screen and (max-width: 960px) {
  .journalpostimage {
		padding: 1.8rem 0 0 0;
	  margin: 0;
	  width: 100%;
  }
}






/* LEGAL PAGES COMPONENTS */

.legalpagescontainer {
	padding: 0;
	margin: -4.0rem auto 0 auto;
	width: 65%;
	}
@media screen and (max-width: 960px) {
  .legalpagescontainer {
	width: 100%;
      margin: 0 auto;
	}
}

.legalpagescontainer p {
	text-align: left;
	color: #17302a;
	font-size: 0.875rem;
	line-height: 1.125rem;
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	}
.legalpagescontainer a:link, .legalpagescontainer a:visited {
	color:#45763d;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}	
.legalpagescontainer a:active, .legalpagescontainer a:hover {
	color:#45763d;
	background-size: 100% 1px;	
	text-decoration: none;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}






/* MAILING LIST WIDE COMPONENTS */

.mailingtitleholder {
	padding: 1.0rem 5% 0 0;
	margin: 0;
	}
@media screen and (max-width: 960px) {
	.mailingtitleholder {	
	padding: 0;
	}	
}	

.mailingintroholder {
	padding: 0 10% 0 0;
	margin: 0;
	}
@media screen and (max-width: 960px) {
	.mailingintroholder {	
	padding: 0 0 1.0rem 0;
	}	
}	





/* MAILING LIST COMPONENTS */

#mailingholderleft {
	margin: 0;
	padding: 0;
	float: left;
	width: 80%;
	}
#mailingholderright {
	margin: 0;
	padding: 0;
	float: right;
	width: 15%;
	}	
	
.mailingfields {
	padding: 0;
	margin: 0;
	border-top: 1px solid #c9cbc2;
	}	

	
.mailingfields input[type="text"], .mailingfields input[type="email"] {
  	color: #2a5525;
	width: 100%;
	height: 45px;
	padding: 0.75rem 0 0.75rem 0.35rem;
	margin: 0;
	font-size: 1.1625rem;
	line-height: 1.1625rem;
	vertical-align: middle;
	font-family: "Bebas Neue W01 Book";
	font-weight: normal;
	font-style: normal;
	background-color: #d3d5ce;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #c9cbc2;
	}	
.mailingfields input[type="text"]:hover, .mailingfields input[type="email"]:hover {
	color: #17302a;
	border-bottom: 1px solid #45763d;
	background-color: #cdcfc7;
	padding: 0.75rem 0 0.75rem 0.5rem;
	}	


.mailingfieldswide {	
	margin: 0 1.0rem 0 0;
	border-top: 1px solid #c9cbc2;
	}
@media screen and (max-width: 960px) {
	.mailingfieldswide {	
	
	}	
}	

.mailingfieldswide input[type="text"], .mailingfieldswide input[type="email"] {
  	color: #2a5525;
	width: 100%;
	height: 55px;
	padding: 0.75rem 0 0.75rem 0.5rem;
	margin: 0;
	font-size: 1.1625rem;
	line-height: 1.1625rem;
	vertical-align: middle;
	font-family: "Bebas Neue W01 Book";
	font-weight: normal;
	font-style: normal;
	background-color: #d3d5ce;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #c9cbc2;
	}	
.mailingfieldswide input[type="text"]:hover, .mailingfieldswide input[type="email"]:hover {
	color: #17302a;
	border-bottom: 1px solid #45763d;
	background-color: #cdcfc7;
	padding: 0.75rem 0 0.75rem 0.65rem;
	}	
@media screen and (max-width: 960px) {
	.mailingfieldswide input[type="text"], .mailingfieldswide input[type="email"] {	
		height: 45px;
	}	
}	


.mailingfieldswide textarea {
  	color: #2a5525;
	width: 100%;
	height: 200px;
	padding: 1.0rem 0 1.0rem 0.5rem;
	margin: 0;
	font-size: 1.1625rem;
	line-height: 1.1925rem;
	vertical-align: middle;
	font-family: "Bebas Neue W01 Book";
	font-weight: normal;
	font-style: normal;
	background-color: #d3d5ce;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #c9cbc2;
	}	
.mailingfieldswide textarea:hover {
	color: #17302a;
	border-bottom: 1px solid #45763d;
	background-color: #cdcfc7;
	padding: 1.0rem 0 1.0rem 0.65rem;
	}	

	
	
button[type="submit"].mailingform_button {
	font-size: 1.4rem;
	line-height: 1.4rem;
	font-family: sans-serif;
	font-weight: normal;
	font-style: normal;
	padding: 1.0rem 0;
	border: 0;
	height: 90px;
	width: 100%;
	background: #d3d5ce;	
	text-decoration: none;
	color: #45763d;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-top: 0;
	border-left: 3px solid #45763d;
	border-right: 0;
	border-bottom: 0;
	}
button[type="submit"].mailingform_button:hover, button[type="submit"].mailingform_button:focus {
	border-left: 3px solid #17302a;
	color: #17302a;
	}	

button[type="submit"].mailingform_buttonshort {
	font-size: 1.4rem;
	line-height: 1.4rem;
	font-family: sans-serif;
	font-weight: normal;
	font-style: normal;
	padding: 0.5rem 0;
	border: 0;
	height: 55px;
	width: 100%;
	background: #d3d5ce;	
	text-decoration: none;
	color: #45763d;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-top: 0;
	border-left: 3px solid #45763d;
	border-right: 0;
	border-bottom: 0;
	}
button[type="submit"].mailingform_buttonshort:hover, button[type="submit"].mailingform_buttonshort:focus {
	border-left: 3px solid #17302a;
	color: #17302a;
	}
@media screen and (max-width: 960px) {
	button[type="submit"].mailingform_buttonshort {	
		height: 90px;
	}	
}	



button[type="submit"].contactform_button {
	font-size: 0.95rem;
	line-height: 0.95rem;
	font-family: "FSSienaSemiBold";
	font-weight: normal;
	font-style: normal;		
	padding: 0 0 0.6rem 0;
	margin: 1.5rem 0;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	color: #2a5525;
	background: #d3d5ce;
	display: inline-block;
	text-align: left !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #45763d;
	}
button[type="submit"].contactform_button i {
	font-size: 1.0rem;
	line-height: 1.0rem;
	padding: 0 0 0 0.3rem;
	text-decoration:none;
	color: #2a5525;
	background: #d3d5ce;
	display: inline-block;
	margin: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	}
button[type="submit"].contactform_button:hover, button[type="submit"].contactform_button:focus {
	text-decoration: none !important;
	cursor: pointer;
	color: #17302a;
	border-bottom: 2px solid #18302a;
	}	
button[type="submit"].contactform_button i:hover, button[type="submit"].contactform_button i:focus {
	text-decoration: none !important;
	cursor: pointer;
	color: #17302a;
	}	







/* PRODUCT DETAILS COMPONENTS */

#productinfoholder {	
	margin: 0;
	padding: 0 8.333% 0 0;
	text-align: left;
	color: #17302a;
	font-size: 1.0625rem;
	line-height: 1.3rem;
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	}
#productinfoholder h2 {	
	text-align: left;
	font-size: 2.5rem;
	line-height: 2.75rem;
	color: #2a5525;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	margin: 0 0 1.0rem 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	}

#productimageholder {	
	margin: 0;
	padding: 0 0 0 8.333%;
	}
@media screen and (max-width: 960px) {
  #productinfoholder  {
	padding: 0 0 3.0rem 0;
  	}
	#productimageholder {	
	padding: 0;
	}
}


.productoptionsholder { 
	border-bottom: 1px solid #e3e2de;
	padding: 0;
	margin: 0;
	width: 100%;
	display: table;
	}

.cmslistrow1 { 
	border-top: 1px solid #e3e2de;
	padding: 0;
	margin: 0;
	width: 100%;
	display: table;
	}
.cmslistleft { 
	width: 25%; 
	margin: 0; 
	padding: 0.75rem 0.85rem 0.75rem 0;
	border-right: 1px solid #e3e2de;	
	text-align: left;
	color: #45763d;
	font-family: "Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	font-size: 1.2rem;
	line-height: 1.2rem;
	vertical-align: middle;
	display: table-cell;
	}	
.cmslistright { 
	width: 75%; 
	margin: 0; 
	padding: 0.75rem 0 0.75rem 0.85rem;	
	text-align: left;
	color: #17302a;
	font-size: 1.5rem;
	line-height: 1.5rem;	
	font-family: "FSSienaMedium", sans-serif;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
	display: table-cell;
	}



#quantityholder {
	padding: 0;
	margin: 0;
	text-align: center;
	background: #e3e2de;
	}


.quantityleft {
	padding: 0;
	margin: 0;
	text-align: center;
	float: left;
	width: 25%;
	}
.quantitymid {
	padding: 1.0rem 0 0.9rem 0;
	border-left: 1px solid #efefed;
	border-right: 1px solid #efefed;
	margin: 0;
	text-align: center;
	color: #353f47;	
	font-size: 1.15rem;
	line-height: 1.15rem;	
	font-family: "FSSienaMedium", sans-serif;
	font-weight: normal;
	font-style: normal;
	float: left;
	width: 50%;
	}
.quantityright {
	padding: 0;
	margin: 0;
	text-align: center;
	float: left;
	width: 25%;
	}


.buttonsquantity {
	font-size: 0.95rem;
	line-height: 0.95rem;
	font-family: "FSSienaSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;	
	text-decoration: none;
	color: #45763d;
	background: #e3e2df;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 1.0rem;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border: 0;			
	}	
.buttonsquantity:hover {
	background: #d8d7d5;
	color: #779b49;
	border-bottom: 0 !important;
	text-decoration: 0 !important;
	}



select {
  	color: #45763d;	
	background: #e3e2df;
	font-size: 1.15rem;
	line-height: 1.15rem;
	font-family: "FSSienaMedium", sans-serif;
	font-weight: normal;
	font-style: normal;	
	text-decoration: none;
	padding: 1.0rem;
	width: 100%;
	border: 0;
	display: block;
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	cursor: pointer;
	}
select:hover {	
	color: #779b49;
	background: #d8d7d5;
	text-decoration: none;
	border-bottom: 0 !important;
	text-decoration: 0 !important;
	}

/* CAUTION: IE hackery ahead */
select::-ms-expand { 
    display: none; /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background:none\9;
        padding: 5px\9;
    } 
}

.addtocartbutholder {
	padding: 0;
	margin: 2.0rem 0 2.0rem 0;
	text-align: left;
	display: block;
	}	

.greenbutton {
	font-size: 1.15rem;
	line-height: 1.15rem;
	font-family: "FSSienaSemiBold";
	font-weight: normal;
	font-style: normal;		
	padding: 0 0 0.6rem 0;
	margin: 1.5rem 0 0 0;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	color: #2a5525;
	background: none;
	display: inline-block;
	text-align: left !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #45763d;
	}
.greenbutton i {
	font-size: 1.05rem;
	line-height: 1.05rem;
	padding: 0 0 0 0.3rem;
	text-decoration:none;
	color: #45763d;
	background: none;
	display: inline-block;
	margin: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	}
.greenbutton:hover, .greenbutton:focus {
	text-decoration: none !important;
	cursor: pointer;
	color: #45763d;
	border-bottom: 2px solid #45763d;
	}	
.greenbutton i:hover, .greenbutton i:focus {
	text-decoration: none !important;
	cursor: pointer;
	color: #17302a;
	}	









/* WHAT'S IN OUR BUTCHERY COMPONENTS */

.bulletlistbutchery {
	margin: 0;
	padding: 0;
	width: 90%;
	list-style: none;
	color: #17302a;
	border-top: 2px solid #d3d5ce;
	}
.bulletlistbutchery ul {
	list-style: none;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
	}
.bulletlistbutchery li {
	text-align: left;
	color: #17302a;
	font-size: 1.25rem;
	line-height: 1.25rem;
	font-family:"Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	padding: 0;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	
	}
.bulletlistbutchery a:link, .bulletlistbutchery a:visited {
	color:#17302a;
	font-family:"Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	border-bottom: 2px solid #d3d5ce;
	display: block;
	padding: 0.5rem 0;
	}
.bulletlistbutchery a:active, .bulletlistbutchery a:hover  {
	color: #45763d;
	text-decoration: none;
	font-family:"Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	border-bottom: 2px solid #e3e2de;
	display: block;
	}
@media screen and (max-width: 960px) {
  .bulletlistbutchery {
	width: 90%;	
	  border-top: none;
  }
}



.bulletlistbutchery2 {
	margin: 0;
	padding: 0;
	width: 90%;
	list-style: none;
	color: #17302a;
	border-top: 2px solid #c9cbc2;
	}
.bulletlistbutchery2 ul {
	list-style: none;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
	}
.bulletlistbutchery2 li {
	text-align: left;
	color: #17302a;
	font-size: 1.25rem;
	line-height: 1.25rem;
	font-family:"Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	padding: 0;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	
	}
.bulletlistbutchery2 a:link, .bulletlistbutchery2 a:visited {
	color:#17302a;
	font-family:"Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	border-bottom: 2px solid #c9cbc2;
	display: block;
	padding: 0.5rem 0;
	}
.bulletlistbutchery2 a:active, .bulletlistbutchery2 a:hover  {
	color: #45763d;
	text-decoration: none;
	font-family:"Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;
	border-bottom: 2px solid #e3e2de;
	display: block;
	}
@media screen and (max-width: 960px) {
  .bulletlistbutchery2 {
	width: 90%;	
	  border-top: none;
  }
}








/* DROP DOWN NAV BUTCHERY COMPONENTS */

#butcherynav01 {
	padding: 0;
	margin: 0 0 4.0rem 0;
	background: #10231e url(../jpg/butchery/beef.jpg) center center no-repeat;
	background-size: cover;
	}
#butcherynav02 {
	padding: 0;
	margin: 0 0 4.0rem 0;
	background: #10231e url(../jpg/butchery/pork.jpg) center center no-repeat;
	background-size: cover;
	}
#butcherynav03 {
	padding: 0;
	margin: 0 0 4.0rem 0;
	background: #10231e url(../jpg/butchery/lamb.jpg) center center no-repeat;
	background-size: cover;
	}
#butcherynav04 {
	padding: 0;
	margin: 0 0 4.0rem 0;
	background: #10231e url(../jpg/butchery/chicken.jpg) center center no-repeat;
	background-size: cover;
	}

.butcherynavbuttonholder {
	padding: 0;
	width: 100%;
	margin: 0;		
	z-index: 1;
	position: relative;
	}

.buttonsbutcherynav {
	font-size: 1.125rem;
	line-height: 1.125rem;
	font-family:"Bebas Neue W01 Bold";
	font-weight: normal;
	font-style: normal;	
	bottom: -3.0rem;
	padding: 9.0rem 0 1.0rem 0;
	margin: -3.0rem 0 0 0 ;
	text-decoration: none;
	text-transform: uppercase;
	color: #e3e2de;
	display: inline-block;
	text-align: left !important;
	z-index: 10;
	width: 100%;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-bottom: 1px solid #434c46;
	}
.buttonsbutcherynav:hover {
	text-decoration: none !important;
	border-bottom: 1px solid #ffffff;	
	cursor: pointer;
	color: #ffffff;
	}







/* GENERAL BUTTON COMPONENTS */

.promobuttonsholderright {
	padding: 8.0rem 0 0 0;
	margin: 0 0 1.0rem 0;
	text-align: left;
	display: block;
	float: right;
	}	
@media screen and (max-width: 960px) {
  .promobuttonsholderright {
	padding: 0;
	  float: left;	
  }
}


.promobuttonsholderleft {
	padding: 4.6rem 0 0 0;
	margin: 0 0 1.0rem 0;
	text-align: left;
	display: block;
	}	
@media screen and (max-width: 960px) {
  .promobuttonsholderleft {
	padding: 4.0rem 0 0 0;
  }
}


.promobuttonsholderlefttall {
	padding: 8.6rem 0 0 0;
	margin: 0 0 1.0rem 0;
	text-align: left;
	display: block;
	}	
@media screen and (max-width: 960px) {
  .promobuttonsholderlefttall {
	padding: 6.0rem 0 0 0;
  }
}


.promobuttonsholderleftshort {
	padding: 4.6rem 0 0 0;
	margin: 0 0 1.0rem 0;
	text-align: left;
	display: block;
	}	
@media screen and (max-width: 960px) {
  .promobuttonsholderleftshort {
	padding: 2.0rem 0 0 0;
  }
}


.generalpromobuttons {
	font-size: 0.95rem;
	line-height: 0.95rem;
	font-family: "FSSienaSemiBold";
	font-weight: normal;
	font-style: normal;		
	padding: 2.0rem 0 0.5rem 0;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	color: #e3e2de;
	display: inline;
	text-align: left !important;
	z-index: 10;
	width: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-bottom: 1px solid #e3e2de;
	}
.generalpromobuttons i {
	font-size: 1.0rem;
	line-height: 1.0rem;
	padding: 0 0 0 0.3rem;
	text-decoration:none;
	color: #e3e2de;
	background: none;
	display: inline-block;
	margin: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	}
.generalpromobuttons:hover {
	text-decoration: none !important;
	border-bottom: 1px solid #ffffff;	
	cursor: pointer;
	color: #ffffff;
	}
.generalpromobuttons i:hover {
	color: #ffffff;
	transition: transform 1s;
	-moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0)
	}



.journalpostbuttons {
	font-size: 0.95rem;
	line-height: 0.95rem;
	font-family: "FSSienaSemiBold";
	font-weight: normal;
	font-style: normal;		
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	color: #45763d;
	display: inline;
	text-align: left !important;
	width: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	}
.journalpostbuttons i {
	font-size: 1.0rem;
	line-height: 1.0rem;
	padding: 0 0 0 0.3rem;
	text-decoration:none;
	color: #45763d;
	background: none;
	display: inline-block;
	margin: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	}
.journalpostbuttons:hover {
	text-decoration: none !important;
	cursor: pointer;
	color: #17302a;
	}
.journalpostbuttons i:hover {
	color: #17302a;
	transition: transform 1s;
	-moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0)
	}


.journalarticlesbuttons {
	font-size: 0.95rem;
	line-height: 0.95rem;
	font-family: "FSSienaSemiBold";
	font-weight: normal;
	font-style: normal;		
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	color: #45763d;
	display: inline;
	text-align: left !important;
	width: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	}
.journalarticlesbuttons i {
	font-size: 1.0rem;
	line-height: 1.0rem;
	padding: 0 0.3rem 0 0;
	text-decoration:none;
	color: #45763d;
	background: none;
	display: inline-block;
	margin: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	}
.journalarticlesbuttons:hover {
	text-decoration: none !important;
	cursor: pointer;
	color: #17302a;
	}
.journalarticlesbuttons i:hover {
	color: #17302a;
	transition: transform 1s;
	-moz-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    -o-transform: translate(-10px, 0);
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0)
	}








/* EQUAL HEIGHTS */

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
	}
.items-container,.data-test-items {
    overflow: hidden;
    margin: 0 0;
	}
	

.itembutcherypromoleft {
    display: block;
    float: left;
    width: 50%;
	padding: 0;
	margin: 0;
	}
.itembutcherypromoright {
    display: block;
    float: left;
    width: 50%;
	padding: 0;
	margin: 0;
	}
.item-1 { 	
	padding: 0;
	}
.item-2 { 
	padding: 0;
	}
.itembutcherypromoinnerleft {
    padding: 0 2.0rem 0 0;
	margin: 0;	
	}	
.itembutcherypromoinnerright {
    padding: 0 0 0 2.0rem;
	margin: 0;	
	}


.itemharryseggspromoleft {
    display: block;
    float: left;
    width: 50%;
	padding: 0;
	margin: 0;
	}
.itemharryseggspromoright {
    display: block;
    float: left;
    width: 50%;
	padding: 0;
	margin: 0;
	}
.item-1 { 	
	padding: 0;
	}
.item-2 { 
	padding: 0;
	}
.itemharryseggspromoinnerleft {
    padding: 0 2.0rem 0 0;
	margin: 0;	
	}	
.itemharryseggspromoinnerright {
    padding: 0 0 0 2.0rem;
	margin: 0;	
	}



.itemcafepromoleft {
    display: block;
    float: left;
    width: 50%;
	padding: 0;
	margin: 0;
	}
.itemcafepromoright {
    display: block;
    float: left;
    width: 50%;
	padding: 0;
	margin: 0;
	}
.item-3 { 	
	background: #3b4d5d url(../jpg/cafe.jpg) center center no-repeat;
	background-size: cover;
	}
.item-4 { 
	background: #2a5525;
	}
.itemcafepromoinnerleft {
    padding: 0;
	margin: 0;	
	}	
.itemcafepromoinnerright {
    padding: 3.0rem 7.5%;
	margin: 0;	
	}



.itemjournalwideleft {
    display: block;
    float: left;
    width: 50%;
	padding: 0;
	margin: 0;
	}
.itemjournalwideright {
    display: block;
    float: left;
    width: 50%;
	padding: 0;
	margin: 0;
	}
.item-5 { 	
	background: #d3d5ce url(../jpg/journal/example-post-01.jpg) center center no-repeat;
	background-size: cover;
	border-right: 40px solid #d3d5ce;
	}
.item-6 { 
	background: #efefed;
	}
.itemjournalwideinnerleft {
    padding: 0;
	margin: 0;	
	}	
.itemjournalwideinnerright {
    padding: 0 0 1.0rem 0;
	margin: 0 0 0 8.3333%;	
	border-bottom: 2px solid #e3e2de;
	}



.itemcontacttopleft {
    display: block;
    float: left;
    width: 50%;
	padding: 0;
	margin: 0;
	}
.itemcontacttopright {
    display: block;
    float: left;
    width: 50%;
	padding: 0;
	margin: 0;
	}
.item-7 { 	
	background: #e3e2de;
	}
.item-8 { 
	background: #2a5525;
	}
.item-11 { 
	background: url(../jpg/farm-promo.jpg) center center no-repeat;
	background-size: cover;
	}
.itemcontacttopinnerleft {
    padding: 6.0rem 15.625%;
	margin: 0;	
	}	
.itemcontacttopinnerright {
    padding: 6.0rem 15.625%;
	margin: 0;	
	}



.itemcontactbotleft {
    display: block;
    float: left;
    width: 50%;
	padding: 0;
	margin: 0;
	}
.itemcontactbotright {
    display: block;
    float: left;
    width: 50%;
	padding: 0;
	margin: 0;
	}
.item-9 { 	
	background: #d3d5ce;
	}
.item-10 { 
	background: #172f29;
	}
.itemcontactbotinnerleft {
    padding: 6.0rem 15.625%;
	margin: 0;	
	}	
.itemcontactbotinnerright {
    padding: 6.0rem 15.625%;
	margin: 0;	
	}




.item img {
    display: block;
    max-width: 100%;
	}
.item p:last-child {
    margin-bottom: 0;
	}


@media screen and (max-width: 960px) {
	
	
    .test-margin .itembutcherypromoleft, .test-margin .items-container.big-items .itembutcherypromoleft {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    	}
	.test-margin .itembutcherypromoright, .test-margin .items-container.big-items .itembutcherypromoright {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    	}
	.itembutcherypromoinnerleft {
		padding: 0 0 2.0rem 0;
		margin: 0;	
		}	
	.itembutcherypromoinnerright {
		padding: 0;
		margin: 0;	
		}
	
	
	.test-margin .itemharryseggspromoleft, .test-margin .items-container.big-items .itemharryseggspromoleft {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    	}
	.test-margin .itemharryseggspromoright, .test-margin .items-container.big-items .itemharryseggspromoright {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    	}
	.itemharryseggspromoinnerleft {
		padding: 0 0 2.0rem 0;
		margin: 0;	
		}	
	.itemharryseggspromoinnerright {
		padding: 0;
		margin: 0;	
		}
	
	
	.test-margin .itemcafepromoleft, .test-margin .items-container.big-items .itemcafepromoleft {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    	}
	.test-margin .itemcafepromoright, .test-margin .items-container.big-items .itemcafepromoright {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    	}
	
	
	.test-margin .itemjournalwideleft, .test-margin .items-container.big-items .itemjournalwideleft {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    	}
	.test-margin .itemjournalwideright, .test-margin .items-container.big-items .itemjournalwideright {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    	}
	.item-5 { 	
		height: 10rem;
		border-right: none;
		border-bottom: 6px solid #d3d5ce;
		margin: 0 0 1.0rem 0;
		}
	.itemjournalwideinnerright {
		margin: 0;	
		}
	
	
	
	.test-margin .itemcontacttopleft, .test-margin .items-container.big-items .itemcontacttopleft {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    	}
	.test-margin .itemcontacttopright, .test-margin .items-container.big-items .itemcontacttopright {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    	}
	.itemcontacttopinnerleft {
		padding: 4.0rem 8.33%;
		margin: 0;	
		}	
	.itemcontacttopinnerright {
		padding: 4.0rem 8.33%;
		margin: 0;	
		}
	
	
	
	.test-margin .itemcontactbotleft, .test-margin .items-container.big-items .itemcontactbotleft {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    	}
	.test-margin .itemcontactbotright, .test-margin .items-container.big-items .itemcontactbotright {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    	}
	.itemcontactbotinnerleft {
		padding: 4.0rem 8.33%;
		margin: 0;	
		}	
	.itemcontactbotinnerright {
		padding: 4.0rem 8.33%;
		margin: 0;	
		}
	
	
	.item-11 { 
		height: 35vh;
		/* IE9 and 10  */
		content: 'viewport-units-buggyfill;'  'height: 35vh;';
		}

				
}







/* THE BUTCHERY COMPONENTS */

#js-grid-mosaic-flat2 {
	padding: 0;
	margin: 0;
	}

.rolloverholder {
	display: table;
  	width: 100%;
  	height: 100%;	
	}
.rolloverholder {
  	display: table-cell;
  	vertical-align: top;
  	text-align: left;
  	padding: 2.0rem; 
	}

.smallpromobuttons {
	font-size: 0.95rem;
	line-height: 0.95rem;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	color: #e3e2de;
	display: inline;
	text-align: left;
	margin: 0;
	padding: 0 0 0.6rem 0;
	position: absolute;
	bottom: 2.0rem;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-bottom: 2px solid #c9cbc2;	
	}	
.smallpromobuttons i {
	vertical-align: -0.1rem;
	font-size: 1.125rem;
	padding: 0 0 0 0.5rem;
	transition: transform 1s;
	}	
.smallpromobuttons:hover {
	color: #68cdb2;
	}
.smallpromobuttons i:hover {
	transform: translate(10px, 0);
	color: #68cdb2;
	}	












/* BUTTONS COMPONENTS */

.buttonholderpromoblock {
	padding: 0 0 1.6rem 0;
	margin: 0 0 1.0rem 0;
	text-align: left;
	border-bottom: 1px solid #434c46;
	}
.buttonpromoblock {
	font-size: 0.75rem;
	line-height: 0.75rem;
	font-family: "FSSienaMedium", serif;
	font-weight: normal;
	font-style: normal;
	padding: 0.8rem 0 0.8rem 1.25rem;
	border: 0;
	text-decoration: none;
	color:#45763d !important;
	display: inline-block;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	background: #e3e2de;
	margin: 0 auto;	
	-webkit-box-shadow: 0 4px 8px 1px rgba(0,0,0,.25);
	box-shadow: 0 4px 8px 1px rgba(0,0,0,.25);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	}
.buttonpromoblock:hover {
	text-decoration: none;
	background: #ffffff;
	}
.buttonpromoblock i {
	font-size: 1.0rem;
	line-height: 1.0rem;
	padding: 0.8rem 0.8rem;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#91968b+0,abaea6+15,abaea6+100 */
	background: #91968b; /* Old browsers */
	background: -moz-linear-gradient(left,  #91968b 0%, #abaea6 15%, #abaea6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #91968b 0%,#abaea6 15%,#abaea6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #91968b 0%,#abaea6 15%,#abaea6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91968b', endColorstr='#abaea6',GradientType=1 ); /* IE6-9 */
	text-decoration: none;
	color: #e3e2de;
	display: inline;
	text-align: center;
	border: 0;
	margin: 0 0 0 1.25rem;	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;	
	}	
.buttonpromoblock:hover i {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a5525+0,45763d+15,45763d+100 */
	background: #2a5525; /* Old browsers */
	background: -moz-linear-gradient(left,  #2a5525 0%, #45763d 15%, #45763d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #2a5525 0%,#45763d 15%,#45763d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #2a5525 0%,#45763d 15%,#45763d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5525', endColorstr='#45763d',GradientType=1 ); /* IE6-9 */
	text-decoration: none;
	}







/* FOOTER COMPONENTS */

#footergreenholder {
	margin: 0 auto;
	padding: 0 1.0rem;
	background: #17302a;
	}

#footergreenholderinner {
	margin: 0 auto;
	padding: 4.0rem 8.33%;
	background: #17302a;
	}
@media screen and (max-width: 960px) {
  #footergreenholderinner {
	padding: 3.0rem 8.333%;
  }
}

.footercolpadding {
	padding: 0 8.333% 2.5rem 0;
	}
@media only screen and (max-width: 960px) {
  	 .footercolpadding {
    	padding: 0 0 1.5rem 0;
  	}
}


#hstampholdersmall {	
	margin: 0;
	max-width: 100%;
	padding: 0;
	}	
#hstampholdersmall img {	
	padding: 0 25% 0 0;
	max-width: 225px;
	margin: 0 0 2.0rem 0;
	text-align: left;
	}	



.footerlinkstxt {
	text-align: left;
	color: #b9bdb6;
	font-size: 1.0625rem;
	line-height: 1.45rem;
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	}
.footerlinkstxt strong {
	color: #e3e2de;
	font-family: "FSSienaSemiBold";
	font-weight: normal;
	font-style: normal;
	}
.footerlinkstxt a:link, .footerlinkstxt a:visited {
	color:#b9bdb6;
	font-family: "FSSienaRegular";
	font-weight: normal;
	font-style: normal;
	}	
.footerlinkstxt a:active, .footerlinkstxt a:hover {
	color:#ffffff;
	text-decoration: none;
	font-family: "FSSienaRegular";
	font-weight: normal;
	font-style: normal;
	}


.footerlinks {
	margin: 0 0 1.0rem 0 !important;
	padding: 0 !important;
	list-style: none;
	color: #b9bdb6;
	}
.footerlinks ul {	
	list-style: none;
	margin: 0 auto;
	border: 0;
	padding: 0;
	}
.footerlinks li {
	list-style-type: none;
	margin: 0 0 0.2rem 0;
	text-align: left;
	color: #b9bdb6;
	font-size: 1.0625rem;
	line-height: 1.3rem;
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	overflow: hidden;
	display: block;
	}	
.footerlinks a:link, .footerlinks a:visited {
	color: #b9bdb6;
	font-family: "FSSienaRegular";
	font-weight: normal;
	font-style: normal;
	}
.footerlinks a:active, .footerlinks a:hover  {
	color: #e3e2de;
	text-decoration: none;
	font-family: "FSSienaRegular";
	font-weight: normal;
	font-style: normal;
	}



.footersociallinksholder {
	padding: 0;
	margin: 0;
	}


.footersociallinks {
	margin: 0 !important;
	padding: 0 0 0 0.6rem;
	color: #45763d;
	text-align: left;
	font-size: 2.5rem;
	line-height: 1.0rem;	
	font-family: sans-serif;
	font-weight: normal;
	font-style: normal;
	border-left: 1px solid #3e554e;
	}		
.footersociallinks i {
	padding: 0.6rem 0.8rem 0.8rem 0.4rem;
	color: #45763d;
	font-size: 1.6rem;
	line-height: 2.8rem;
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
	border-right: 1px solid #3e554e;	
	}
.footersociallinks i.end {
	border-right: none;	
	}
.footersociallinks i:hover {
	color: #c9cbc2;
	}
@media only screen and (max-width: 960px) {
  	 .footersociallinks {
    	border-left: none;
		padding: 0;
  	}
	.footersociallinks i {
		border-right: none;	
		padding: 0.2rem 1.2rem 0.2rem 0;
	}
}



#footercontactholder {	
	margin: 1.0rem 0;
	max-width: 100%;
	padding: 0;
	border-top: 1px solid #3e554e;
	border-bottom: 1px solid #3e554e;
	}	

.footercontactinner {
	padding: 1.2rem 0 0 0;
	margin: 0;
	}


.footercontactteltxt {
	text-align: left;
	color: #45763d;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
	padding: 0;
	}
.footercontactteltxt a:link, .footercontactteltxt a:visited {
	color:#45763d;
	font-family: "FSSienaRegular";
	font-weight: normal;
	font-style: normal;
	}	
.footercontactteltxt a:active, .footercontactteltxt a:hover {
	color:#c9cbc2;
	text-decoration: none;
	font-family: "FSSienaRegular";
	font-weight: normal;
	font-style: normal;
	}


.footercontactaddresstxt {
	text-align: right;
	color: #45763d;
	font-size: 1.375rem;
	line-height: 1.375rem;
	font-family:"Bebas Neue W01 Book";
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	padding: 0;
	}
.footercontactaddresstxt a:link, .footercontactaddresstxt a:visited {
	color:#45763d;
	font-family:"Bebas Neue W01 Book";
	font-weight: normal;
	font-style: normal;
	}	
.footercontactaddresstxt a:active, .footercontactaddresstxt a:hover {
	color:#c9cbc2;
	text-decoration: none;
	font-family:"Bebas Neue W01 Book";
	font-weight: normal;
	font-style: normal;
	}
@media only screen and (max-width: 960px) {
  	 .footercontactaddresstxt {
    	text-align: left;
  	}
}




#copyrightholder {
	margin: 0 auto;
	padding: 1.2rem 4.166% 0.8rem 4.166%;
	background: #10241f;
	border-top: 1px solid #0c1b17;
	}
@media only screen and (max-width: 960px) {
  	 #copyrightholder {
    	padding: 1.2rem 8.33% 0.8rem 8.33%;
  	}
}


.copyrighttxt {
	text-align: left;
	color: #3e554e;
	font-size: 0.8125rem;
	line-height: 1.15rem;	
	font-family: "FSSienaRegular";
	font-weight: normal;
	font-style: normal;
	}






	
	
.center {
	text-align: center !important;
	}	
.right {
	text-align: right !important;
	}
@media screen and (max-width: 960px) {
	.right {
	text-align: center !important;
	}	
}

.white {
	color: #ffffff;
	}	
.cream {
	color: #c9cbc2;
	}
.cream2 {
	color: #efefed;
	}
.green {
	color: #45763d;
	}
.green2 {
	color: #2a5525;
	}

.hideme {
    opacity:0;
	}
	

#happyleaves {	
	width: 178px;
	height: 15px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right !important;
	}
@media screen and (max-width: 960px) {
	#happyleaves {
	text-align: left;
	float: left;
	margin: 0 auto;
	}	
}	




a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
	}
.gmnoprint div {
    background:none !important;
	}	
		
			
input:focus, textarea:focus, select:focus{
        outline: none;
    }

*:focus {
    outline: none;
}





/* COOKIES BAR */

.cookiemessage {
  	width: 80%;
	float: left;
	}
.cookiebutton {
  	width: 20%;
	float: right;
	}
	
.yellow {
	color: #accf41 !important;
	}	

	
.cookie-bar {
  	position: fixed;
	z-index: 100000;
  	width: 100%;
  	top: 0;
  	right: 0;
  	left: 0;
  	padding: 1.0rem 5%;
  	text-align: left;  	
  	background: #45763d;
  	color: #ffffff;
  	font-size: 1.3rem;
	line-height: 1.65rem;
  	font-family: "FSSienaLight";
	font-weight: normal;
	font-style: normal;
  	-webkit-transition: .8s;
  	transition: .8s;
  	-webkit-animation: slideIn .8s;
            animation: slideIn .8s;
  	-webkit-animation-delay: .8s;
            animation-delay: .8s;
	}
.cookiemessage strong {
	font-family:"FSSienaBold";
	font-weight: normal;
	font-style: normal;
	}
.cookie-bar a:link, .cookie-bar a:visited {
	color:#45763d;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}	
.cookie-bar a:active, .cookie-bar a:hover {
	color:#45763d;
	background-size: 100% 1px;	
	text-decoration: none;
	font-family:"FSSienaMedium";
	font-weight: normal;
	font-style: normal;
	}



@media (max-width: 767px) {
  .cookie-bar {
  	padding: 2.2rem 7.5%;
	}	
}		
	


.mobile {
  display: none;
}
@media (max-width: 767px) {
  .mobile {
    display: inline-block;	
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.close-cb {
  	color: #17302a;
  	background: #ffffff;
  	position: absolute;
  	display: inline-block;
  	right: 0;
  	top: 0;
  	cursor: pointer;
  	line-height: 40px;
  	height: 40px;
  	width: 40px;
  	font-size: 20px;
  	text-align: center;
  	margin: 0;
}
.close-cb:hover {
	color: #ffffff;
	background: #accf41;
}
@media (max-width: 767px) {
  .close-cb {
  	line-height: 34px;
  	height: 34px;
  	width: 34px;
	}	
}	

.checkbox-cb {
  	display: none;
}
.checkbox-cb:checked + .cookie-bar {
  	-webkit-transform: translateY(-200px);
          transform: translateY(-200px);
}




	
	