/*!
Theme Name: organicmeats_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: organicmeats_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

organicmeats_ is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin: 0 0 24px 0;
}

p:last-child {
	margin:0;
}
dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: none;
	text-decoration: none;
	color:inherit;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 0 24px 24px 0;
}

.alignright {
	display: inline;
	float: right;
	margin:0 0 24px 24px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* Customised */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:16px;
}
h1 {
	font-family: 'Zilla Slab', serif;
	font-weight:400;
	font-size:90px;
	line-height:0.8;
	margin:0 0 24px 0;
}
h2 {
	font-family: 'Zilla Slab', serif;
	font-weight:400;
	font-size:30px;
	line-height:0.8;
	margin:0 0 24px 0;
}
.red {
	color:#d2232a;
}
.green {
	color:#639946;
}
.panel {
	width:100%;
	position:relative;
	padding:50px 0;
}
.grey {
	background-color:#e6e7e8;
}
body.woocommerce .panel, body.woocommerce-cart .panel, body.woocommerce-checkout .panel {
	background-color:#fff;
}
.black {
	background-color:#000;
}
.col-50 {
	display:inline-block;
	width:50%;
	vertical-align:top;
}
.multi-column {
	column-count:2;
	column-gap:50px;
}
.col-bg {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	height:350px;
	position:relative;
}
body.page-id-82 .col-bg {
	height:770px;
}
.container {
	width:1100px;
	margin:0 auto;
	position:relative;
}

body.page-id-43 .internal-container h1 {
	width:40%;
	float:right;
	margin:0 0 24px 24px;
}
.sticky {
	background:#fff;
	width:100%;
	top:0;
	position:sticky;
	border-bottom:1px solid #ccc;
	padding:0;
	margin:0 0 10px 0;
	z-index:99;
}
.logo {
	width:350px;
	float:left;
}
.header-menu {
	width:calc(1100px - 350px);
	position:absolute;
	right:0;
	bottom:0;
	top:20px;
}
.secondary-menu {
	text-align:right;
}
.secondary-menu a {
	display:inline-block;
	border:1px solid #ccc;
	padding:2px 20px;
	text-decoration:none;
	font-family: 'Zilla Slab', serif;
	font-weight:700;
	font-size:16px;
	margin:0 10px;
	line-height:1;
}
.secondary-menu a:last-child {
	margin:0 0 0 10px;
}
.menu-primary-nav-container {
	position:absolute;
	right:0;
	bottom:0;
}
#primary-menu {
	margin:0;
	padding:0 0 20px 0;
	text-align:right;
	font-family: 'Zilla Slab', serif;
	font-weight:400;
	font-size:18px;
	text-transform:uppercase;
}
#primary-menu li {
	display:inline-block;
	padding:0 20px;
	position:relative;
}
#primary-menu li:last-child {
	padding:0 0 0 20px;
}
#primary-menu a {
	text-decoration:none;
}
#primary-menu li:hover ul {
	display:block;
}
#primary-menu li ul {
	z-index:100;
	position:absolute;
	left:20px;
	margin:0;
	padding:31px 0 0 0;
	display:none;
}
#primary-menu li ul li {
	display:block;
	white-space:nowrap;
	padding:0 20px;
	line-height:2;
	text-align:left;
	background:rgba(0,0,0,0.7);
	color:#fff;
	margin:0 0 2px 0;
}
#primary-menu li ul li a {
	display:block;
}
#primary-menu li ul li:hover {
	background:rgba(89,156,73,0.7);
}
#primary-menu li ul li:last-child {
	padding:0 20px;
}
#primary-menu li:hover:after {
    z-index: -1;
    position: absolute;
    bottom:-20px;
    left: 50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-bottom: solid 10px #d2232a;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
#primary-menu li.menu-item-has-children ul li:hover:after {
	border:0;
}
#primary-menu li:last-child:hover:after {
	left:calc(50% + 10px);
}
.banner {
	height:calc(100vh - 226px);
	background:#000;
	width:100%;
	position:relative;
}
.banner > div { 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}
body.home .banner .slide span {
	width:1100px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	text-align:right;
	color:#fff;
	padding:0 0 0 500px;
}
body.home .banner .slide span.left {
	text-align:left !important;
	padding:0 500px 0 0 !important;
}
body.page .banner .slide span {
	width:1100px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	text-align:left;
	color:#fff;
	padding:0 500px 0 0;
}
.banner .slide h3 {
	margin:0;
	font-family: 'Zilla Slab', serif;
	font-weight:300;
	font-size:5vw;
	line-height:0.8;
	text-shadow:1px 1px 10px #000;
}
.banner .slide a {
	display:inline-block;
	border:2px solid #fff;
	font-family: 'Zilla Slab', serif;
	font-weight:700;
	font-size:2vw;
	color:#fff;
	text-decoration:none;
	margin:24px 0 0 0;
	padding:0 30px;
	text-shadow:1px 1px 10px #000;
	box-shadow:1px 1px 10px #000;
}
.home-buttons {
	margin:50px auto;
}
.home-buttons .button {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	width:30%;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-family: 'Zilla Slab', serif;
	font-weight:300;
	color:#fff;
	font-size:35px;
	line-height:0.8;
	text-shadow:1px 1px 10px #000;
	height:300px;
	position:relative;
}
.home-buttons .button:nth-child(2) {
	margin:0 5%;
}
.home-buttons .button h2 {
	margin:0;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	width:75%;
	height:75%;
	border:1px solid #fff;
	padding:45px 20px;
	font-size:50px;
}
.stockists-repeater {
	display:inline-block;
	width:50%;
	vertical-align:top;
	padding:0 0 10px 0;
	font-size:20px;
}
.stockists-repeater strong {
	font-family: 'Zilla Slab', serif;
	font-weight:300;
	font-size:26px;
	line-height:1;
	padding:0 10px 0 0;
}
.col-link:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(210,35,42,0.8);
}
.col-link span {
	margin:0;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	width:75%;
	border:1px solid #fff;
	padding:50px;
	text-align:center;
	font-family: 'Zilla Slab', serif;
	font-weight:300;
	color:#fff;
	font-size:35px;
	line-height:1;
}
.what-is {
	background:url(images/bg-what-is.jpg) no-repeat center center;
	background-size:cover;
	color:#fff;
}
.what-is h2 {
	color:#fff;
}
.how-differ .col-50 .container {
	margin:0 0 0 auto;
	padding: 50px 50px 50px 0;
	width:550px;
}
.how-differ .col-50:nth-child(2) .container, .col-right .container {
	margin:0 auto 0 0;
	padding: 50px 0 50px 50px;
	width:550px;
}
.col-right .container {
	color:#fff;
}
/* Woo */
.shop-left, .shop-right {
	display:inline-block;
	vertical-align:top;
}
.shop-left {
	width:70%;
}
.shop-right {
	width:25%;
	margin:0 0 0 5%;
	padding:20px;
}
.shop-right .button {
	background-color:#fff !important;
}
body.page-id-5 .panel {
	padding:50px 0 30px 0;
}
body.page-id-5 .woocommerce ul li {
	width:100% !important;
	margin:0 0 20px 0 !important;
	height:350px !important;
}
body.page-id-5 .woocommerce ul li img {
	width:100% !important;
	height:350px !important;
	object-fit:cover;
}
body.page-id-5 .woocommerce ul li h2 {
	position:absolute;
	top:50%;
	right:20px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	color:#fff;
	font-family: 'Zilla Slab', serif;
	font-weight:300;
	font-size:60px !important;
	text-shadow:1px 1px 10px #000;
	text-align:right;
}
body.page-id-5 .woocommerce ul li h2 mark {
	display:none;
}
body.page-id-5 .woocommerce ul li h2:after {
	display:block;
	content:'ORDER HERE';
	border:1px solid #fff;
	font-size:20px;
	font-weight:700;
	margin:20px 0 0 0;
	line-height:1.5;
	padding:0 20px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size:20px !important;
	line-height:1;
}
ul.product-categories {
	list-style-type:none;
	margin:0;
	padding:0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color:#d2232a;
}
.orderby option[value="rating"], .orderby option[value="date"], .orderby option[value="popularity"] {
   display: none;
}
body.single-product .summary h2 {
  display: none;   
}
.woocommerce ul.products li.product .price {
	font-size:18px;
}
.woocommerce ul.products li.product .stock {
	font-size:12px;
	font-weight:bold;
	color:#d2232a;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	font-family:inherit;
	padding:5px;
	border-radius:0 !important;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
	height:450px;
}
.woocommerce ul.products li.product .button {
	position:absolute;
	bottom:0;
	left:0;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color:#d2232a;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color:#639946;
}
.wpcf7-text, .wpcf7-textarea {
	font-family:inherit;
	font-size:inherit;
	width:95%;
	border:1px solid #ccc !important;
	margin:0 0 5px 0;
	border-radius:0 !important;
	padding:5px !important;
	outline:none;
}
.wpcf7-list-item {
	margin:0 0 5px 0 !important;
}
.wpcf7-submit {
	font-family:inherit;
	font-size:inherit;
	background:#d2232a !important;
	color:#fff !important;
	width:50%;
	border-radius:0 !important;
	padding:15px 0 !important;
	border:0 !important;
	outline:none;
}
span.wpcf7-not-valid-tip {
	font-size:12px !important;
}
.wpcf7-response-output {
	width:95%;
	margin:0 !important;
	padding:10px !important;
	border: 1px solid #ccc !important;
}
.panel-growers {
	background:url(images/bg-meet-the-growers.jpg) no-repeat center bottom;
	background-size:cover;
}
.panel-growers h2 {
	color:#fff;
}
.grower-repeater {
	display:inline-block;
	width:30%;
	height:200px;
	position:relative;
	margin:0 0 20px 0;
	vertical-align:top;
	background-color:#ccc;
}
.grower-repeater span {
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:100%;
	height:100%;
	filter:grayscale(100%);
	background-size:cover;
	background-position:center center;
	opacity:0.2;
}
.grower-repeater strong {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	font-family: 'Zilla Slab', serif;
	font-weight:300;
	font-size:24px;
	border:1px solid #fff;
	padding:5px 0;
	width:75%;
	text-align:center;
}
.repeat-1 .grower-repeater:nth-child(3n + 2), .repeat-2 .grower-repeater:nth-child(3n + 2), .repeat-3 .grower-repeater:nth-child(3n + 2), .repeat-4 .grower-repeater:nth-child(3n + 2) {
	margin:0 5%;
}
h2 a {
	float:right;
	font-size:14px;
	line-height:24px;
	color:#fff;
	background-color:#d2232a;
	padding:0 10px;
	font-weight:700;
	text-decoration:none;
}
footer {
	margin:0;
	font-size:14px;
	border-top:1px solid #fff;
}
footer .container {
	width:550px;
	height:355px;
}
footer .black .container {
	margin:0 0 0 auto;
	padding: 50px 50px 0 0;
	color:#fff;
	text-align:right;
}
footer .grey .container {
	margin:0 auto 0 0;
	padding:50px 0 0 50px;
}
footer .menu-primary-nav-container {
	position:relative;
	bottom:auto;
	margin:0 0 24px 0;
}
footer #primary-menu {
	font-family:inherit;
	font-size:14px;
}
footer #primary-menu li {
	display:block;
	padding:0;
}
footer #primary-menu ul {
	display:none !important;
}
footer i {
	font-size:40px;
}
@media (max-width: 575px) { }

@media (max-width: 767px) {
	.container {width:90%;}	
	.sticky {position:absolute;}
	.sticky .menu-primary-nav-container {display:none;}
	.header-menu {width:100%;bottom:auto;}
	.logo {width:85%;float:none;margin:70px 0 0 0;}
	.secondary-menu a {padding:5px 10px;margin:0 5px;}
	.banner {height:calc(100vh - 260px);margin:260px 0 0 0;transition:height 9999s;}
	.woocommerce, body.woocommerce .internal-container  {margin:110px auto 0 auto;}
	body.home .banner .slide span {width:90%;padding:0 !important}
	body.home .banner .slide span.left {padding:0 !important;}
	body.page .banner .slide span {width:100%;padding:0 20px;}
	.banner .slide h3 {font-size:10vw;}
	.banner .slide a {font-size:7vw;}
	h1 {font-size:10vw;}
	.col-50 {width:100%;}
	.home-buttons .button {width:100%;margin:10px 0;}
	.home-buttons .button:nth-child(2) {margin:0;}
	body.page-id-43 .internal-container h1 {width:100%;float:none;margin:0 0 24px 0;}
	.stockists-repeater {width:100%;}
	.multi-column {column-count:1;}
	.how-differ .col-50 .container, .how-differ .col-50:nth-child(2) .container, .col-right .container {width:90%;padding:50px 0;margin:0 auto;}
	body.page-id-82 .col-bg {height:350px;}
	body.page-id-82 .col-link {height:auto;}
	.shop-left {width:100%;}
	.shop-right {width:100%;margin:0;}
	.shop-left .woocommerce, .shop-right .woocommerce {margin:0;}
	.woocommerce.columns-3 ul.products li.product {height:auto;width:100%;}
	.woocommerce ul.products li.product .button {position:relative;}
	body.woocommerce-cart .woocommerce, body.woocommerce-checkout .internal-container, body.woocommerce-account .woocommerce {margin:225px auto 0 auto;}
	.grower-repeater {width:100%;}
	.repeat-1 .grower-repeater:nth-child(3n + 2), .repeat-2 .grower-repeater:nth-child(3n + 2) {margin:0 0 20px 0;}
	.panel-growers h2 {color:#d2232a;}
	body.page-id-211 .internal-container ul {margin:0 0 0 20px;padding:0;}
	footer .container {width:100%;height:auto;}
	footer .black .container {padding:20px;text-align:left;}
	footer .grey .container {padding:20px;}
	footer #primary-menu {text-align:left;}
	footer #primary-menu li:last-child {padding:0;}
}

@media (min-width: 768px) and (max-width:1199px) { }

.testimonials h3 {
    font-family: 'Zilla Slab', serif;
    font-weight: 300;
    font-size: 5vw;
    line-height: 0.8;
    text-shadow: 1px 1px 10px #000;
    text-align: center;
}
