/*
Theme Name: Leafy Patch
Author: Thirst Creative
Version: 1.0
*/

* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
    text-decoration: none;
    border: none;
}

html, body {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

body {
	margin: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: 0.2px;
	color: #333;
}

.hand {
	font-family: 'Shadows Into Light Two', cursive;
	font-size: 130%;
}

p.center {
	text-align: center;
}

p.center img {
	display: inline-block;
}

p.hand {
	margin-bottom: 0.5em;
}

p.hand em {
	font-family: 'Open Sans Condensed', sans-serif;
	font-style: normal;
	font-size: 60%;
}

.padd20 {
	padding: 20px;
}

.padd30 {
	padding: 30px;
}

.padd40 {
	padding: 40px;
}

.paddlr40 {
	padding: 0 40px;
}

h1, h2 {
	text-transform: uppercase;
}

h1, h2, h3, h4 {
	margin-bottom: 1em;
	line-height: 1.1em;
} 

p {
	margin: 0 0 2em;
}

a {
	color: #333;
}

#breadcrumbs,
#breadcrumbs a {
	color: #b29053;
}

.breadcrumb_last {
	font-weight: 700;
}

.main ul,
.main ol {
	padding-left: 16px;
}

.main ul li {
	margin: 0 0 0.3em;
	list-style: disc;
}

.main ol li {
	margin: 0 0 0.3em;
	list-style: decimal;
}

#header {
	background: url('images/topbg.png') repeat-x 0 -15px;
	height: 85px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
}

.main {
	font-size: 100%;
	margin-bottom: 40px;
	overflow: hidden;
}

.home {
	background: #1a1d26 url('images/darkbg.jpg');
}

.home .main a {
	color: #fff;
	text-decoration: underline;
}

.home .main {
	color: #fff;
}

.center {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 0 100px;
    position: relative;
    box-sizing: border-box;
}

.center.main {
    display: table;
}

@media only screen and (max-width: 1480px) {
	.center {
	    padding: 0 50px;
	}
}

#mobilenav {
    width: 50px;
    padding-top: 4px;
    font-size: 26px;
    color: #FFF;
    line-height: 46px;
    text-align: center;
    background: #333;
    display: none;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 25px;
    border-radius: 100px;
}

nav ul {
	text-align: center;
	padding: 21px 0;
}

nav li {
	display: inline;
	padding: 0 5px;
}

nav li.menuicon {
	padding: 0;
}

nav a {
	display: inline;
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
	padding: 10px 15px 5px 15px;
	font-size: 110%;
}

nav .menuicon a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 140%;
}

#mobilenav .fa {
	line-height: 45px;
	font-size: 18px;
}

.logotab {
	background: url('images/logo_bg.png') no-repeat 0 0;
	width: 171px;
	height: 131px;
	float: left;
	background-size: contain;
}

nav .logotab a {
	display: block;
	padding: 14px 15px 0 18px;
}

#menu-item-1618 {
	margin-left: -180px;
}

@media only screen and (max-width: 1024px) {
	.center {
	    display: block;
	    padding: 0 20px;
	}
	nav ul {
		display: none;
		width: 100%;
	    position: absolute;
	    top: 66px;
	    left: 0;
	    -webkit-transform: none;
	    transform: none;
	}
	
	nav li a {
	    width: 100%;
	    padding: 0;
	    line-height: 50px;
	    text-align: center;
	    color: #FFF !important;
	    display: block;
	    background: #333 !important;
	    border-bottom: 1px solid #444;
	}
	nav li {
		padding: 0;
	}
	nav li.menuicon {
		display: none;
	}
	h1 {
		font-size: 150%;
	}
}

@media only screen and (min-width: 1025px) {
	nav .current-menu-item a {
		border-bottom: 3px solid #333;
	}
	.single-recipes .main ol li {
		font-size: 110%;
	}
	.mobileshow {
		display: none;
	}
	.home .logotab {
		display: none;
	}
}

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



/* Home */

.textreplace.tagline {
	background: url('images/tagline.png') no-repeat center center;
	height: 82px;
	max-width: 779px;
	margin: 10px auto 35px auto;
}

.home #menu-item-1618 {
	margin-left: 0;
}

.logoh1 {
	background: url('images/logo_white.png') no-repeat 0 0;
	max-width: 515px;
	height: 188px;
	margin: auto;
	margin-top: 110px;
	text-indent: -9999px;
	background-size: contain;
}

.btn {
	background: #fff;
	display: inline-block;
	padding: 12px 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	color: #71ae4d;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.55);
	box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.55);
}

.btn-block {
	width: 100%;
	box-sizing: border-box;
	margin: 10px 0;
}

.slider .btn {
	position: absolute;
	top: 57%;
	right: 40px;
}

.homenews {
	background: url('images/bg_homenews.png') no-repeat 0 0;
	background-size: cover;
	min-height: 136px;
	width: 100%;
	color: #fff;
	margin-bottom: 40px;
}

.homenews .col1 { width: 320px; float: left; }
.homenews .col2 { float: left; min-height: 80px; }
.homenews .col3 { width: 310px; margin-right: 35px; float: right; }

.homenews .hand {
	color: #71ae4d;
}

.homenews .col1 p {
	font-size: 35px;
	width: 320px;
	text-align: center;
	line-height: 130px;
	margin: 0;
}

.homenews .col2 {
	border-left: 2px solid #221f20;
	margin-top: 30px;
}

.homenews .col2 ul {
	margin-left: 30px;
}

.homenews .col2 li {
	margin-bottom: 4px;
}

.homenews .col2 span {
	color: #9b9b9b;
	padding-right: 15px;
}

.homenews .col2 a {
	color: #fff;
	transition: .3s;
}

.homenews .col2 a:hover {
	color: #71ae4d;
}

.homenews form input[type=email] {
	width: 75%;
	float: left;
}

.homenews form .btn {
	padding: 11px;
}

.homenews .hand {
	margin-top: 25px;
}

form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=password],
form select, form textarea {
    margin-bottom: 10px !important;
    padding: 9px;
    width: 100%;
    color: #777;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 110%;
    font-family: 'Open Sans Condensed', sans-serif
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form input[type=password]:focus,
form select, form textarea:focus {
	color: #333;	
}

.homenews form .btn {
	float: right;
	width: 20%;
	background: #71ae4d;
	color: #fff;
	font-size: 110%;
}


.rocket-bowl {
	position: absolute;
    left: 50%;
    top: -70px;
    z-index: 100;
    margin-left: 331px;
    background: url('images/rocket-bowl.png') no-repeat 0 0;
    width: 330px;
    height: 322px;
}

.oil {
	position: absolute;
    left: 50%;
    top: 166px;
    margin-left: 280px;
    background: url('images/oil.png') no-repeat 0 0;
    width: 157px;
    height: 161px;
}


.spinach-corner {
	position: absolute;
    left: 50%;
    top: -70px;
    z-index: 100;
    margin-left: -780px;
    background: url('images/spinach-corner.png') no-repeat 0 0;
    width: 464px;
    height: 355px;
}



.home-recipes {
	overflow: hidden;
	max-width: 1070px;
	margin: auto;
}

.home-recipes .col1 {
	width: calc(100% - 580px);
	float: left;
	text-align: center;
}

.home-recipes .col1 img {
	display: inline-block;
}

.home-recipes .col2 {
	float: left;
	width: 580px;
}



.home-patch {
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
}

.home-patch .col1 {
	width: 32%;
	float: left;
	text-align: center;
}

.home-patch .col1 img {
	display: inline-block;
}

.home-patch .col2 {
	float: left;
	width: 68%;
	position: relative;
}

.home-patch .copy {
	width: 50%;
	color: #fff;
	position: absolute;
	top: 40%;
	left: 7%;
	font-size: 110%;
	line-height: 150%;
}

p.patch {
	margin-bottom: 0;
}

.patch-pics {
	margin-top: 20px;
}

.patch-pics img {
	max-height: 360px;
}

.home-range {
	overflow: hidden;
	clear: both;
}

.home-range .col1 {
	width: calc(100% - 713px);
	float: left;
	text-align: center;
	position: relative;
	min-height: 440px;<div class="relatedrecipes">
}

.weretobuy {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: 0;
}

.home-range .col1 img {
	display: inline-block;
}

.home-range .col2 {
	float: left;
	width: 683px;
	margin-top: 40px;
	margin-top: 10px;
}

.home-range .relatedrecipes .slider a {
	border: 0;
	background: url('images/range-slider.png') no-repeat 0 0;
	background-size: contain;
}

.home-range .slider img {
	max-width: 220px;
}

.home-range .slider .btn {
	top: 67%;
	left: 45%;
	width: 150px;
}

.home-range .relatedrecipes {
	max-width: 713px;
	height: 423px;
	margin-bottom: 25px;
}

.home-range .img {
	padding: 65px 0 0 45px;
	display: block;
}

.home-range p.range { margin-bottom: 0; }

.slidetitle {
	position: absolute;
	left: 45%;
	top: 20%;
	color: #000;
	display: block;
	width: 300px;
	height: 80px;
}

.slidetext {
	position: absolute;
	left: 45%;
	top: 40%;
	width: 250px;
	font-size: 120%;
}

slidetext p { margin-bottom: 0; }

.home-range .prev-btn {
    top: 46%;
    left: -20px;
}

.home-range .next-btn {
    top: 46%;
    right: -18px;
}

.home-range .nav-dots {
	display: none !important;
}

.product-stats {
	background: url('images/productstats.png') no-repeat 280px 0;
	max-width: 850px;
	height: 65px;
	display: block;
	clear: both;
	margin: auto;
}

@media only screen and (max-width: 1024px) {
	.mobilehide {
		display: none;
	}
	.home .col {
		width: 100%;
	}
	.relatedrecipes {
		margin-left: 0 !important;
	}
	.textreplace.tagline {
		height: 50px;
		margin-bottom: 0;
	}
	.logoh1 {
		height: 100px;
		background-position: center center !important;
	}
	.relatedrecipes {
		margin: auto !important;
	}
	.homenews {
    	min-height: 70px;
    }
    .homenews .col2 ul {
	    margin-left: 0;
    }
	.homenews .col3 {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.homenews .col2 {
		min-height: 0;
	}
	.home-patch .col2 {
		max-width: 800px;
	    margin: auto;
	    float: none;
	    margin-top: 0;
	}
	.homenews .col1 p {
    	line-height: 70px;
    	padding-left: 20px;
    	text-align: left;
    	font-size: 25px;
    }
    .home-range .col2 {
	    margin: 0;
    }
	
}

@media only screen and (max-width: 370px) {
	.home-patch .col2 {
		min-height: 340px;
	}
	.home-patch .copy {
		top: 30%;
	}
	.home-patch .btn {
    	padding: 10px 15px;
    }
    .hand {
	    font-size: 110%;
    }
    p.center {
	    padding: 0;
    }
}

/* Share */

.share {
	padding: 0 !important;
}
.share li {
	list-style: none;
	display: inline-block;
	font-size: 150%;
	padding-right: 10px;
}

/* Recipes */

#fixedHero {
	width: 100%;
	background: #ccc;
	background-position: center center;
	z-index: 90;
	background-size: cover;
	top:70px;
	height: 450px;
	position:fixed;
}

.single-recipes .main ol li {
	margin-bottom: 1.2em;
	padding-left: 15px;
}

.single-recipes ol {
  margin:0 0 2.5em 11px;
  padding:0;
  counter-reset:item;
}
 
.single-recipes ol>li {
  margin:0;
  padding:0 0 0 2em;
  text-indent:-2em;
  list-style-type:none;
  counter-increment:item;
}
 
.single-recipes ol>li:before {
  display:inline-block;
  width:1.5em;
  padding-right:0.5em;
  font-weight:bold;
  text-align:right;
  content:counter(item) ".";
}

.single-recipes .main {
	margin-top: 556px !important;
	margin-bottom: 25px;
}

.single-recipes .recipewrap {
	width: calc(100% - 150px);
	display: table-cell;
}

.single-recipes .middle {
	width: calc(100% - 500px);
	display: table-cell;
	padding: 0 65px;
}

.single-recipes #ingredients {
	width: 300px;
	display: table-cell;
	vertical-align: top;
	position: relative;
}

.single-recipes #ingredients ul {
	padding-left: 0;
}

.single-recipes #ingredients ul li {
	list-style: none !important;
	margin-bottom: 10px;
}

.single-recipes #ingredients .padd30 {
	padding: 30px;
	background: url('images/darkbg.jpg');
	color: #fff;
	margin-bottom: 30px;
	margin-top: 73px;
}

#ingredients h2,
#ingredients h3 {
	font-size: 100%;
	margin-top: 40px;
}

.downloadpdf a {
	background: url('images/line1.png') no-repeat bottom center;
	background-size: contain;
	color: #b29053;
	padding: 0 5px 9px 5px;
}

.single-recipes #reciepshare {
	width: 180px;
	overflow: hidden;
	display: table-cell;
	vertical-align: top;
}

.lightbg {
	background: url('images/lightbg.jpg');
	margin-bottom: 30px;
}

.main #nutritional {
	padding-left: 0;
	margin: 20px 0 20px;
}

.main #nutritional li {
	border-bottom: 1px solid #ccc;
	list-style: none;
	line-height: 24px;
	padding-bottom: 6px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 90%;
	overflow: hidden;
}

#nutritional li span {
	float: right;
	display: inline-block;
}

.single-recipes #nutritional li span {
	color: #b29053;
}

.relatedrecipe span {
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 90%;
	line-height: 1.2em;
}

#recipe-details {
	margin-bottom: 35px;
}

#recipe-details li {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 27px;
	padding-left: 40px;
}

.prep {
	background: url('images/icon_time.png') no-repeat 0 0;
}

.serves {
	background: url('images/icon_serves.png') no-repeat 0 0;
}


.textreplace {
	text-indent: -9999px;
	background-size: contain !important;
	background-repeat: no-repeat;
}

.textreplace.recipes {
	background: url('images/text_recipe.png') no-repeat 0 0;
	height: 100px;
	width: 150px;
	position: absolute;
	left: 44px;
}

.textreplace.range {
	background: url('images/text_range.png') no-repeat center center;
	height: 130px;
	max-width: 430px;
	margin: auto;
}

.saladspoons {
	position: absolute;
	top: 59px;
    right: -57px;
}

@media only screen and (max-width: 1024px) {
	.single-recipes .middle {
		width: calc(100% - 320px);
	}
	.single-recipes #reciepshare {
		display: block;
		width: 100%;
	}
	.single-recipes .recipewrap {
		display: block;
		width: 100%;
	}
	
	#mobilenav {
	    display: block;
	}
	nav ul { 
		margin: 5px 0 0 0;
		padding: 0;	
	}
	.logotab {
		position: absolute;
		z-index: 110;
		width: 120px;
	}
	#fixedHero {
		top:70px;
		height: 175px;
		position: relative;
	}

	.single-recipes .main {
		margin-top: 90px !important;
	}
	.relatedrecipe {
		width: 33%;
		float: left;
	}
}

@media only screen and (max-width: 760px) {
	.single-recipes #ingredients {
		display: inline-block;
		width: 100%;
	}
	.single-recipes .middle {
		padding: 0;
	}
	.single-recipes .main ol li {
		font-size: 120%;
	}
	.relatedrecipe {
		width: 100%;
	}
}

/* Footer */
.clear {
	clear: both;
}
#footer {
	background: url('images/soilseamless.jpg');
	color: #fff;
	font-size: 90%;
}
#footer .col1 {
	clear: both;
}
#footer .col1,
#footer .col2 {
	float: left;
	width: 25%;
}
#footer .col3 {
	float: right;
	width: 50%;
	text-align: right;
}
#footer .tractor {
	float: left;
	margin-top: -30px;
}
#footer .tractor img {
	max-width: 90px;
}
#footer a {
	color: #fff;
}
#footer .center {
	padding-top: 30px;
	overflow: hidden;
}

.home .subscribe.darkbg {
	display: none;
}
.subscribe {
	text-align: center;
}
.subscribe.darkbg {
	padding: 40px 0 0;
}
.subscribe input[type=email] {
	width: 22%;
	margin: 0 10px;
}
.subscribe p {
	display: inline;
	color: #b29053;
}
.subscribe .btn {
	background: #b29053;
	padding: 11px;
	color: #fff;
	font-size: 110%;
}

.footerwrap {
	background: url('images/footer_image.png') no-repeat top center;
	height: 145px;
}
#nav-footer {
	float: right;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 120%;
	position: relative;
}
#nav-footer li {
	display: inline;
	margin-left: 40px;
}
#nav-footer a {
	transition: .3s;
}
#nav-footer a:hover {
	color: #b29053;
	cursor: pointer;
}
.saladlover {
	max-width: 120px;
	display: inline-block;
	margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
	#footer {
		font-size: 75%;
		padding-top: 20px;
		border-top: 2px solid #fff;
	}
	#footer .tractor {
		float: none;
	}
	#footer .center {
		padding-bottom: 0;
	}
	#nav-footer {
		float: none;
	}
	#nav-footer li {
		margin-left: 0;
		margin-right: 12px;
	}
	#footer .col1,
	#footer .col2 {
		width: 100%;
	}
	#footer .col3 {
		float: left;
		text-align: left;
		margin-bottom: 25px;
		clear: both;
	}
	.subscribe form {
		padding-bottom: 30px;
	}
	.subscribe p {
		display: block;
	}
	.subscribe input[type=email] {
    	width: 70%;
    }
}

/*@media only screen and (min-width: 1748px) {
	.footerwrap {
		background-size: cover;
	}
}*/

/* Latest News */

.middlecol {
	width: 70%;
	margin: auto;
}

.middlecol h2,
.middlecol h3,
.entry-meta {
	text-align: center;
}

.blog .entry-title {
	margin-bottom: 0.5em;
}

.entry-meta {
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-size: 90%;
	color: #b29053;
}

.blog .entry-content {
	margin-bottom: 65px;
}

@media only screen and (max-width: 1024px) {
	.middlecol {
		width: 100%;	
	}
}

/* The Patch */

.page-id-1538 {
	background: url('images/darkbg.jpg');
}

.page-id-1538 #middle {
	color: #fff;
	width: 70%;
	margin: auto;
	text-align: center;
	padding: 50px 0 20px;
	overflow: hidden;
}

.page-id-1538 #middle em:first-child {
	font-family: 'Shadows Into Light Two', cursive;
	font-size: 130%;
	font-style: normal;
}

.page-id-1538 #middle p:nth-child(2) {
	padding: 0 100px;
}

.page-id-1538 #middle ul {
	overflow: hidden;
}

.page-id-1538 #middle li {
	width: 49%;
	float: left;
	box-sizing: border-box;
	padding: 10px 30px;
}

.page-id-1538 #middle li strong {
	text-transform: uppercase;
	font-size: 135%;
	display: block;
	margin-bottom: 0;
	color: #b29053;
}

@media only screen and (max-width: 1024px) {
	.page-id-1538 #middle,
	.page-id-1538 #middle li {
		width: 100%;
	}
	.page-id-1538 #middle p:nth-child(2) {
		padding: 0;
	}
}	

/* Varieties */

.post-type-archive-varieties .varietybanner {
	overflow: hidden;
}

.leftsidebar {
	float: left;
	width: 400px;
	/*background: rgba(255, 0, 0, 0.1);*/
	position: relative;
	vertical-align: top;
	min-height: 1px;
}

.maincolumn {
	float: left;
	width: calc(100% - 403px);
	/*background: rgba(110, 200, 0, 0.1);*/
	border-left: 3px solid #000;
}

.main .maincolumn p:first-child em {
	font-size: 120%;
	display: block;
	line-height: 1.5em;
	font-style: normal;
	padding: 10px 0;
}

.leftsidebar .wp-post-image {
	position: absolute;
}

.darkbg {
	background: url('images/darkbg.jpg');
	color: #fff;
	padding-bottom: 30px;
}

.darkbg a {
	color: #fff;
}

.varietybanner {
	margin-top: 70px;
	padding-top: 40px;
}

.post-type-archive-varieties .varietybanner {
	padding-top: 60px;
}

.varietybanner .maincolumn,
.related .maincolumn {
	border: 0;
}

.varieties {
	margin-bottom: 20px;
	text-align: center;
}

.varieties li {
	display: inline-block;
	width: 13.9%;
}

.varieties li a {
	display: block;
	text-align: center;
}

.varieties li span {
	display: block;
	height: 35px;
	background-position: center center;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.5;
	transition: 0.3s;
}

.varieties li.current span,
.varieties li a:hover span {
	opacity: 1;
}

.varieties li img {
	display: inline-block;
}

.avail {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}
.main .leftsidebar {
	padding-top: 140px;
}

.varieties li.baby-kale span { background-image: url('images/white_kale.png'); }
.varieties li.watercress span { background-image: url('images/white_watercress.png'); }
.varieties li.baby-cos-lettuce span { background-image: url('images/white_cos.png'); }
.varieties li.wild-rocket span { background-image: url('images/white_rocket.png'); }
.varieties li.baby-spinach span { background-image: url('images/white_spinach.png'); }
.varieties li.gourmet-mix span { background-image: url('images/white_mix.png'); }
.varieties li.sorrel span { background-image: url('images/white_sorrel.png'); }

.varietybanner h1 {
	text-indent: -9999px;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 0.5em;
}

.varietybanner h1.baby-kale, .textreplace.baby-kale { background-image: url('images/coloured_kale.png'); }
.varietybanner h1.watercress, .textreplace.watercress { background-image: url('images/coloured_watercress.png'); }
.varietybanner h1.baby-cos-lettuce, .textreplace.baby-cos-lettuce { background-image: url('images/coloured_cos.png'); }
.varietybanner h1.wild-rocket, .textreplace.wild-rocket { background-image: url('images/coloured_rocket.png'); }
.varietybanner h1.baby-spinach, .textreplace.baby-spinach { background-image: url('images/coloured_spinach.png'); }
.varietybanner h1.gourmet-mix, .textreplace.gourmet-mix { background-image: url('images/coloured_mix.png'); }
.varietybanner h1.sorrel, .textreplace.sorrel { background-image: url('images/coloured_sorrel.png'); }

.try-recipes {
	background: url('images/try_recipes.png') no-repeat center center;
	width: 90%;
	height: 200px;
	background-size: contain;
	text-indent: -9999px;
}

.find-sockist {
	background: url('images/find_stockist.png') no-repeat 0 0;
	width: 210px;
	height: 70px;
	background-size: contain;
	text-indent: -9999px;
	display: block;
	margin-left: 60px;
	margin-top: -15px;
}

.view-recipes {
	background: url('images/view_allrecipes.png') no-repeat 0 0;
	width: 210px;
	height: 70px;
	background-size: contain;
	text-indent: -9999px;
	display: block;
	float: right;
}

.salad1 {
	max-width: 150px;
	margin-top: -5px;
}

.darkbg.related {
	padding-top: 35px;
}

.related .leftsidebar p {
	margin-bottom: 0;
}

.relatedrecipes {
	max-width: 500px;
	height: 380px;
	background-size: contain !important;
	position: relative;
	margin-left: 46px;
}

.relatedrecipes .slider,
.relatedrecipes .item,
.caroufredsel_wrapper {
	height: 100% !important;
}

.relatedrecipes .item {
	background-size: cover !important;
	background-position: center !important;
	float: left;
	position: relative;
}

.slider-nav {
	background: #fff;
	border: 1px solid #000;
	color: #333 !important;
	border-radius: 100px;
	transition: .3s;
}

.slider-nav {
	padding: 10px 20px;
	font-size: 30px;
}

a.slider-nav:hover {
	background: #222;
	color: #fff !important;
}

.prev-btn {
	position: absolute;
	top: 40%;
	margin-top: -20px;
	left: -30px;
}

.next-btn {
	position: absolute;
	top: 40%;
	right: -30px;
	margin-top: -20px;
}

.nav-dots {
	position: absolute;
	bottom: 0;
	z-index: 90;
}

.nav-dots a {
	border: 2px solid #fff;
	display: inline-block;
	border-radius: 50px;
	text-indent: -9999px;
	height: 10px;
	width: 10px;
	margin-right: 8px;
}

.nav-dots a.selected {
	background: #fff;
}

.slider .title {
	text-transform: uppercase;
	font-weight: 700;
	bottom: -9px;
	left: 0;
	z-index: 90;
	display: block;
	background: url('images/darkbg.jpg');
	color: #fff;
	position: absolute;
	padding: 8px 0;
	min-height: 67px;
	width: 100%;
	max-width: 500px;
	border-top: 7px solid #fff;
	display: block;
}

.slider a {
	border: 7px solid #fff;
	display: block;
	height: 100%;
}

@media only screen and (max-width: 1024px) {
	.main {
		font-size: 95%;
	}
	.leftsidebar {
		display: inline-block;
		width: 100%;
	}	
	.leftsidebar .wp-post-image {
		display: none;
	}
	.maincolumn {
		display: inline-block;
		width: 100%;
		border: 0;
	}
	.varieties li {
		width: 24.1%;
	}
	.main .leftsidebar {
		padding-top: 0;
	}
	.maincolumn .padd40,
	.leftsidebar .padd40 {
		padding-left: 0;
		padding-right: 0;
	}
	.padd30 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.padd40 {
		padding: 20px;
	}
	.main .maincolumn p:first-child em {
		padding: 0;
	}
	.find-sockist {
		margin-left: 0;
	}
	.prev-btn {
		left: -10px;
	}
	.next-btn {
		right: -10px;
	}
}
@media only screen and (max-width: 370px) {
	.varietybanner h1 {
		height: 75px;
		margin-bottom: 10px;
	}
	.varieties li {
		width: 48%;	
	}
}

#filtercontainer .item {
  width: 50%;
  padding: 0 20px 20px 20px;
  color: white;
  float: left;
  box-sizing: border-box;
}

#filtercontainer h2 {
	font-size: 100%;
	margin-top: 0.5em;
}

.bannerimage {
	height: 346px;
	margin-top: 70px;
	text-align: center;
	position: relative;
	background-size: cover !important;
}

.post-type-archive-recipes .bannerimage {
	background: url('images/banner_recipes.jpg') no-repeat top center;
}

.blog .bannerimage {
	background: url('../../uploads/2014/08/Radicchio-Parcels-1750x555.jpg') no-repeat top center;
}

.page-template-storelocator .bannerimage {
	background: url('../../uploads/2011/05/Balsamic-Lamb-Salad-1-1750x555.jpg') no-repeat top center;
}

.page-id-1538 .bannerimage {
	background: url('images/banner_farm2.jpg') no-repeat center center;
}

.bannerimage h1 {
	background: url('images/text_recipes.png') no-repeat center center;
	text-indent: -9999px;
	height: 100%;
	background-size: contain;
	max-width: 400px;
	margin: auto;
}

.blog .bannerimage h1 {
	background: url('images/news-media.png') no-repeat center center;
	background-size: contain;
	max-width: 850px;
	margin: auto;
}

.page-template-storelocator .bannerimage h1 {
	background: url('images/text_wheretobuy.png') no-repeat center center;
	background-size: contain;
	max-width: 850px;
	margin: auto;
}

.page-id-1538 .bannerimage h1 {
	background: url('images/text_the_patch.png') no-repeat center center;
	background-size: contain;
	max-width: 520px;
	margin: auto;
}

.col30 {
	float: left;
	width: 200px;
	/*background: rgba(255, 0, 0, 0.1);*/
	position: relative;
	vertical-align: top;
	min-height: 1px;
}

.col70 {
	float: left;
	width: calc(100% - 200px);
	/*background: rgba(110, 200, 0, 0.1);*/
}

.col70 .paddlr40 {
	padding-right: 0;
}

p.hand.center {
	text-align: center;
	margin: 40px 0;
}

.option-set>div {
	margin: 5px 0;
}

.option-set label {
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 5px;
}

.option-set.variety {
	margin-bottom: 1.5em;
}

@media only screen and (max-width: 370px) {
	
	
	.col30,
	.col70 {
		font-size: 90%;
	}
	
	.bannerimage {
		height: 150px;
		background-size: cover;
	}
	p.hand.center {
		margin: 25px 0;
	}
	body.page-template-storelocator .inputbg {
		width: 35%;
	}
	.page-template-storelocator label {
		display: block;
	}

}

@media only screen and (max-width: 440px) {
	.col30,
	.col70 {
		width: 100%;
	}
	#filter .group {
		width: 50%;
		float: left;
	}
	.col70 .paddlr40 {
		padding: 0;
	}
	#filtercontainer .item {
	  padding: 0 0 0 15px;
	}
	#filtercontainer {
		margin-left: -15px;
	}
}

/* Store Locator */

.stores .col1 {
	width: 66.666%;
	float: right;
}

.stores .col2 {
	float: left;
	width: 33.333%
}

.stores .col2 .padd30 {
	min-height: 590px;
}

.stores .address,
.stores .phone {
	font-size: 85%;
}

#btn-locate {
	font-size: 100%;
	background: #b29053;
	color: #fff;
}

@media only screen and (max-width: 760px) { 
	.stores .col1,
	.stores .col2 {
		width: 100%;
	}
	.stores .col2 .padd30 {
		min-height: 1px;
	}
	body .supu_plugin #map_canvas {
		min-height: 350px !important;
	}
}