/*
  _____      _   _                            
 |  __ \    | | | |                           
 | |__) |_ _| |_| |_ ___  ___  ___  _ __  ___ 
 |  ___/ _` | __| __/ _ \/ __|/ _ \| '_ \/ __|
 | |  | (_| | |_| ||  __/\__ \ (_) | | | \__ \
 |_|   \__,_|\__|\__\___||___/\___/|_| |_|___/

DEV   http://www.pickles.dev/
AMBER http://amber.pickles.co.uk/
LIVE  http://www.pickles.co.uk/
*/                                                                       

/* Debug */
* {
	/*outline: 1px dashed red;*/
	box-sizing: border-box;
	font-size: 18px;
}

body {
	background-repeat: no-repeat;
	background: 
		url(../images/design/background.jpg)
			repeat-x;
}
body:after {
	content: '';
	width: 100%;
	height: 10px;
	background-color: red;
	display: block;
	position: absolute;
	top: 128px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.35+0,0+99 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 99%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}

.page-wrapper {
    max-width: 960px; 
    margin: 0 auto;
}

/* Fonts */
.h1, .h2, .h3, .h4, .h5, .h6 {
	/*font-family: 'EB Garamond', serif;*/
	color: #5c1618;
}
* {
	font-family: 'EB Garamond', serif;
}
.h1 {
	font-size: 50px;
}
.h2 {
	font-size: 28px;
}
.h3 {
	font-size: 26px;
}
a, a:hover, a:active, a:focus {
	color: #5c1618 !important;
	text-decoration: none;
}
.ul {
	padding-left: 0;
}
.ul, .ul li {
	list-style: none;
}
.quote,
.quote p,
.cms .quote,
.cms .quote p {
	font-style: italic;
	color: #5c1618;
	font-size: 24px;
	border-left: 0;
}
/* Main Nav */
@media ( min-width: 800px) {
	.s-main-nav {
		margin-top: -176px;
		height: 176px;
		padding-top: 95px;
	}
}
@media ( max-width: 799px ){
	.s-main-nav {
		background-color: #f5eccd;
	}
}
.main-nav .nav {
	width: 100%;
}
.main-nav li {
	float: left;
}
.main-nav li:nth-child(3),
.main-nav li:nth-child(4) {
	float: right;
}
.main-nav .nav>li>a {
	font-size: 24px;
}
.main-nav .nav>li>a:focus, 
.main-nav .nav>li>a:hover {
	background-color: transparent;
	text-decoration: underline;
}

.topimage {
	background-image: url(../images/design/topimage.png);
	content: '';
	display: block;
	width: 100%;
	height: 128px;
	background-repeat: no-repeat;
	background-position: center bottom;	
	z-index: 999;
	top: 0;
}


/* Default Hero Image  */
.hero {
	background-image: url(../images/slider/slide1.jpg);
	/*height: 580px;*/
	height: 314px;
	position: relative;
	background-position: center;
}
/* Sub Page Hero Images*/
.chutneys .hero {
		background-image: url(../images/hero/Chutneys.png);
}
.cakes .hero {
		background-image: url(../images/hero/Macaroons.png);
}
.condiments .hero {
		background-image: url(../images/hero/Sauces.png);
}
.preserves-marmalade .hero {
		background-image: url(../images/hero/Preserves.png);
}
.savoury-bakes .hero {
		background-image: url(../images/hero/PuffPastry.jpg);
}


.hero--about {
	background-image: url(../images/slider/car.jpg);
	/*height: 603px;*/
	height: 300px;
}
.carousel:after,
.hero:after {
	content: '';
	display: block;
	width: 100%;
	height: 161px;
	background-repeat: no-repeat;
	background-image: url(../images/design/mrpatteson.png);
	background-position: center bottom;	
	position: absolute;
	bottom: 0;
}
/* Carousel */
.carousel-control {
	background-image: none !important;
}
.carousel-indicators {
	display: none !important;
}
.row.carousel-inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.carousel .row.item {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.carousel-caption {
	top: 50px;
	left: 129px;
	right: auto;
}
.slider-text {
	font-size: 32px;
	line-height: 50px;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left;
	text-shadow: 2px 2px 2px #000;
	/*text-shadow: 1px 1px #5c1618;*/
}
.slider-text--large {
	font-size: 80px;
	line-height: 70px;
	font-weight: bold;
}



/* Footer*/
.footer {
	background-color: #5c1618;
	clear: both;
}
.footer a {
	color: white !important;
}
.footer * {
	color: white;
}
.footer-image {
	display: block;
	width: 100%;
	height: 141px;
	background-color: white;
	background-repeat: no-repeat;
	background-image: url(../images/design/footer.png);
	background-position: center bottom;
}
/* Copyright */
.copyright li {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
.copyright li:first-child {
	list-style: none;
}


/* Home */

/* Home Range */
.home-range {
	background-color: #5c1618;
	padding-bottom: 40px;
	clear: both;	
}
.range-image {
	display: block;
	width: 100%;
	height: 200px;
	background-color: white;
	background-repeat: no-repeat;
	background-image: url(../images/design/ourproductrange.png);
	background-position: center bottom;
}
.plaintop {
	display: block;
	width: 100%;
	height: 73px;
	background-color: white;
	background-repeat: no-repeat;
	background-image: url(../images/design/plaintop.png);
	background-position: center bottom;
}
.range__text {
	display: block;
    min-height: 5em;
}
.range__intro {
	color: white;
	margin-bottom: 30px;
}
.range__item {
	margin-bottom: 20px;
}
.range__inner {
	background-color: white;
	border-radius: 10px;
	padding: 10px;
	min-height: 300px;
}
.range__image {
	margin-bottom: 10px;
}
.range__heading {
	min-height: 2em;
	margin-top: 0;
}
.range__text {
	font-size: 14px;
}
.range__link:hover {
	text-decoration: underline;
}

/* Products */
.products {
	/*margin-top: 40px;*/
	margin-bottom: 50px;
}
.products__title {
	font-weight: bold;
	min-height: 3em;
	font-size: 22px;
	margin-bottom: 0;
}
.products__summary p {
	/*font-style: italic;*/
	/*min-height: 6em;*/
}
.products div.text-center {
	min-height: 410px;
}
#products.products div.text-center {
	min-height: auto;
}


/* Form */

.form input,
.form textarea {
	border: 1px solid #5c1618;
	border-radius: 0;
}
.form .btn-primary {
	background: #5c1618 !important;
	border-color: #5c1618;
	border-radius: 0;
	text-transform: uppercase;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Home News */
.home-news {
	margin-top: 280px;
	margin-bottom: 50px;
}

#newcookiebanner{
	border-top: 1px solid #571610 !important;
	background:rgba(255,255,255, 0.95);
	bottom: 0px;
	left: 0;
	padding: 10px 30px 5px 30px;
	position: fixed;
	right: 0;
	z-index: 101;
	display:block;
}
#closecookiebanner{ 
	cursor:pointer !important;
	margin-top:10px;
}
#newcookiebanner strong{
	color:#571610;
	cursor:pointer;
	z-index: +999999999;
}
#newcookiebanner a{
	color:#571610;
	cursor:pointer;
}
#newcookiebanner p{
   color:#111111; 
}
.newbuttonfloat{
	float:right;
	margin-top:10px;
}
#cookieCloseButton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #571610;
	background: #571610;
	padding: 5px 20px;
	border-radius: 3px;
	color:white;
}
#cookieCloseButton:hover{
	opacity:0.95;
	color:white !important;
	cursor:pointer !important;
}
@media (max-width: 990px) {
	  .newbuttonfloat{
		margin-top:30px;
}
  }
		
@media (max-width: 767px) {
	#cookieCloseButton{
		background: #571610;
		color:white !important;
		width:100%;
		cursor:pointer !important;
	}
	#closecookiebanner{
		position:static !important; width:100%;
	}
	.newbuttonfloat{
		float:none;
		margin-top: 10px;
	}
}







