/*
Theme Name: Manettas Seafood
Description: Custom Wordpress theme for Manettas Seafood


---------------------------------------
BASIC STUFF AND TYPOGRAPHY
------------------------------------ */

html { overflow-y: scroll; }
article, aside, figure, footer, header, hgroup, nav, section { display: block; }
.touch body { -webkit-text-size-adjust: none; }
:focus { -moz-outline-style: none; outline: none; }

body {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	font-family: 'ProximaNova',Helvetica,Arial,sans-serif;
	background: #FAFAFA;
	color: #1E2327;
}

p {
	margin: 5px 0 10px 0;
}

strong {
	font-weight: normal;
	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
}

em {
	font-style: normal;
}

a {
	text-decoration: none;
	outline: none;
	color: inherit;
}
a:hover {
	
}

a img { border: 0; }
img { max-width:100%; }
div.clear, li.clear { float:none !important;clear:both !important; }

h1 {
	font: normal normal 40px/48px 'DarwinLight',Helvetica,Arial,sans-serif;
	margin: 16px 0 10px 0;
}

h2 {
	font: normal normal 40px/48px 'DarwinLight',Helvetica,Arial,sans-serif;
	margin: 16px 0 10px 0;
}

h3 {
	font: normal normal 12px/14px 'ProximaNovaBold',Helvetica,Arial,sans-serif;
	margin: 10px 0;
	color: #C5161D;
	text-transform: uppercase;
}
h4 {
	font: normal normal 26px/28px 'DarwinLight',Helvetica,Arial,sans-serif;
	margin: 10px 0 10px 0;
}

h1 strong, h2 strong, h3 strong, h4 strong {
	font-family: 'DarwinBlack',Helvetica,Arial,sans-serif;
}


/* ------------------------------------
HEADER
------------------------------------ */

header.main {
	position: fixed;
	z-index: 998;
	top:0;
	left:0;
	height: 48px;
	padding: 16px 0;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-family: 'DarwinLight',Helvetica,Arial,sans-serif;
	
}
.logo img { width: 116px; }
.logo img.logo_sticky { width: 30px; display: none; }

.stickynav header.main {
	background:black;
	background: rgba(30,35,39,0.9);
	height: 28px;
	padding: 18px 0 14px 0;
	color: white;
}
.stickynav .logo img { display: none; }
.stickynav .logo img.logo_sticky { display: inline; }


/* ------------------------------------
NAVIGATION
------------------------------------ */

nav.main {
	position: fixed;
	top:0;
	left:-300px;
	background: #1E2327;
	color: white;
	z-index: 999;
	width: 300px;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
nav.main::-webkit-scrollbar { display: none; }
.nav_on nav.main {
	left:0;
}

a.nav_toggle {
	color: black;
	padding: 28px 30px;
	position: absolute;
	top:0;
	left:0;
}
.hamburger {
	width: 17px;
	height: 15px;
	position: relative;
	display: inline-block;
}
.hamburger div {
	height: 2px;
	width: 100%;
	background: black;
	position: absolute;
	top:0;
	left:0;
	border-radius: 99px;
}
.hamburger div.hamburger2 { top: 6px; }
.hamburger div.hamburger3 { top: 12px; }

.stickynav a.nav_toggle {
	color: white;
	padding: 23px 30px;
}
.stickynav .hamburger div {
	background:white;
}

a.nav_toggle img {
	width: 17px;
	margin: 0 6px 2px 0;
}
a.nav_close {
	position: absolute;
	top:0;
	left:0;
	display: block;
	padding: 32px;
}
a.nav_login {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 32px;
	font-size: 17px;
}
a.nav_close img {
	width: 13px;
}

.header_links {
	position: absolute;
	padding: 28px 20px 28px 30px;
	top:0;
	right:0;	
}
.header_links a {
	vertical-align: middle;
}
a.header_login, a.header_account {
	padding: 0 18px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
a.header_login {
	
}
span.couponbalance {
	display: inline-block;
	font-size: 10px;
	background: #C5161D;
	color: white;
	border-radius: 999px;
	font-family: 'ProximaNovaSemi',Helvetica,sans-serif;
	letter-spacing: 0.05em;
	padding: 5px 4px 3px 4px;
	line-height: 9px;
	vertical-align: 3px;
	margin: 0 0 0 8px;
}
a.nav_login span.couponbalance {
	vertical-align: 2px;
}
.woocommerce-MyAccount-navigation-link--wc-smart-coupons { display: none !important }
.stickynav .header_links {
	padding: 20px 20px 20px 30px;
}
a.search_toggle {
	display: inline-block;
	height: 22px;
	width: 16px;
	background:url(_inc/img/search.png) no-repeat center center;
	background-size: auto 16px;
	padding: 0 16px;
	border-left:2px solid #C0C0C0;
	border-left:2px solid rgba(0,0,0,0.1);
}
a.header_cart {
	display: inline-block;
	height: 22px;
	width: 16px;
	background:url(_inc/img/cart.png) no-repeat center center;
	background-size: auto 16px;
	padding: 0 0 0 33px;
	border-left: 2px solid #C0C0C0;
	border-left:2px solid rgba(0,0,0,0.1);
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 1px;
}
a.header_login img {
	height: 18px;
	vertical-align: -2px;
	margin: 0 1px 0 20px;
}
.stickynav a.search_toggle { background-image:url(_inc/img/search_neg.png); border-color:#C0C0C0; }
.stickynav a.header_cart { background-image:url(_inc/img/cart_neg.png); border-color:#C0C0C0; }

.nav_inner {
	width: 300px;
	padding: 80px 0 30px 0;
}

nav.main a {
	color: white;
}
nav.main h2 {
	font-size: 15px;
	line-height: 20px;
	padding: 0 32px;
	letter-spacing: 0.01em;
}
ul.menu > li > a[title='separator'] {
	text-indent: -9999px;
	font-size: 1px;
	background: #393e41;
	height: 1px;
	padding: 0;
	margin: 16px 32px;
	pointer-events: none;
}

.menu {
	
}

ul.menu {
	list-style:none;
	margin:0;
	padding:0;
}

ul.menu > li {
	list-style: none;
	margin: 0;
	padding: 0;
	display:block;
	position:relative;
}

ul.menu > li > a {
	font:normal normal 12px/14px 'ProximaNova',Helvetica,Arial,sans-serif;
	text-decoration: none;
	display: block;
	padding: 6px 32px;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
ul.menu>li>a>img {
	transform: scale(1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
ul.menu>li>a:hover>img {
	transform: scale(1.1);
}
ul.menu>li>a:hover {
	opacity: 0.7;
}

ul.menu > li > a:hover, ul.menu > li:hover > a, ul.menu > li.current_page_item > a, ul.menu > li.current_page_parent > a {
	
}

.menu .children {
	display: none;
}

nav.main .nav_social {
	text-align: right;
	padding: 30px 30px 10px 30px;
}
nav.main .nav_social a {
	font-size: 18px;
	padding: 10px 3px;
}

.menu-item a img {
	width: 48px;
	height: auto;
	vertical-align: -8px;
}
.menu-item a.menu-image-title-after.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper { 
	padding-right:16px;
}


/* ------------------------------------
GENERAL LAYOUT
------------------------------------ */

#content {
	
}

.content {
	padding: 40px 50px;
}
.content.centered {
	text-align: center;
}
.content1000 {
	max-width: 1000px;
	margin: 0 auto;
}
.content1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.multiply_bg {
	background: #C5161D;
	-webkit-mix-blend-mode: multiply;
	-moz-mix-blend-mode: multiply;
	-o-mix-blend-mode: multiply;
	-ms-mix-blend-mode: multiply;
	mix-blend-mode:multiply;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.inner {
	position: relative;
	z-index: 1;
}
.page_spacer { height: 30px; }
img.full { width: 100%; height: auto; }
.image_module {
	padding: 30px;
	display:block;
	margin: 0 auto;
	text-align: center;
	line-height: 0;
}
.image_module.full {
	padding: 0;
}


/*special requests*/
#gform_wrapper_18 {
	max-width: 600px;
	margin: 0 auto;
}
#gform_wrapper_18 .gform_anchor, #gform_wrapper_19 .gform_anchor {
	padding-top: 50px;
	display: block;
}
#gform_wrapper_18 label { display: none }
#gform_wrapper_18 li.gfield div { display: inline }
#gform_wrapper_18 li.gfield, #gform_wrapper_18 .gform_footer {
	display: block;
	float: left;
	width: 48%;
	margin: 5px 1%;
}
#gform_wrapper_18 li.gfield#field_18_7, #gform_wrapper_18 li.gfield#field_18_1, #gform_wrapper_18 li.gfield#field_18_2, #gform_wrapper_18 .gform_footer {
	width: 98%;
}
#gform_wrapper_18 .gform_footer {
	clear: both;
	float: none;
	padding: 5px 0;
}
#gform_wrapper_18 input[type=text], #gform_wrapper_18 input[type=email], #gform_wrapper_18 textarea, #gform_wrapper_18 select {
	width: 100%;
	border: 1px solid #ddd;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#gform_wrapper_18 input[type=text]:focus, #gform_wrapper_18 input[type=email]:focus, #gform_wrapper_18 textarea:focus, #gform_wrapper_18 select:focus {
	border-color: #bbb;
}
#gform_wrapper_18 input[type=submit] {
	width: 100%;
}
#gform_wrapper_18 .validation_error { display: none !important; }
#gform_wrapper_18 .validation_message {
	color: #C5161D;
	font-size: 11px;
}


/*faqs*/
.faqs {
	text-align: left;
}
.question {
	font-size: 16px;
	color: white;
	background: #1E2327 url(_inc/img/plus.png) no-repeat right center;
	background-size: 52px auto;
	padding: 22px 70px 22px 30px;
	display: block;
	margin-top:20px;
}
.question.open {
	background-image: url(_inc/img/minus.png);
}
.answer {
	background: white;
	padding: 22px 30px;
	display: none;
}


/*contact*/
.map {
	width: 100%;
	height: 400px;
	background: #555;
	position: relative;
}
.acf-map {
	width: 100%;
	height: 100%;
	position: absolute !important;
}
#gform_wrapper_19 {
	max-width: 600px;
	margin: 0 auto;
}
#gform_wrapper_19 label { display: none }
#gform_wrapper_19 li.gfield div { display: inline }
#gform_wrapper_19 li.gfield, #gform_wrapper_19 .gform_footer {
	display: block;
	float: left;
	width: 48%;
	margin: 5px 1%;
}
#gform_wrapper_19 li.gfield#field_19_1, #gform_wrapper_19 li.gfield#field_19_2, #gform_wrapper_19 .gform_footer {
	width: 98%;
}
#gform_wrapper_19 .gform_footer {
	clear: both;
	float: none;
	padding: 5px 0;
}
#gform_wrapper_19 input[type=text], #gform_wrapper_19 input[type=email], #gform_wrapper_19 textarea, #gform_wrapper_19 select {
	width: 100%;
	border: 1px solid #ddd;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#gform_wrapper_19 input[type=text]:focus, #gform_wrapper_19 input[type=email]:focus, #gform_wrapper_19 textarea:focus, #gform_wrapper_19 select:focus {
	border-color: #bbb;
}
#gform_wrapper_19 input[type=submit] {
	width: 100%;
}
#gform_wrapper_19 .validation_error { display: none !important; }
#gform_wrapper_19 .validation_message {
	color: #C5161D;
	font-size: 11px;
}

/*terms*/
.page-id-142 .content ul {
	list-style-position: inside;
}

/*delivery times*/
.delivery_col {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.delivery_col.last {
	margin-right: 0;
}
img.deliverymethods_icon {
	width: 55px;
}
.delivery_col h2 {
	font-size: 30px;
}

/*sitewide notice*/
.sitewide_notice {
	display: none;
}
.notice_active .sitewide_notice {
	display: block;
	background-position: center center;
	padding: 20px 40px;
	text-align: center;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index: 999;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
.notice_active.page-template-page-template-orderform .sitewide_notice { display: none !important }
.sitewide_notice p {
	margin: 0;
}
.sitewide_notice a {
	font-family: 'ProximaNovaBold';
	text-decoration: underline;
}
a.notice_close {
	font-size: 20px;
	padding: 12px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 10px;
}
.sitewide_notice img {
	margin-right: 8px;
	vertical-align: -6px;
}

/*home preorder banner*/
.preorder_banner * {
	color: inherit;
}
.preorder_banner {
	background-position: center center;
}


/* ------------------------------------
BLOG
------------------------------------ */

/*listing*/
.blog, .archive.date, .tax-authors, .archive.category, .archive.tag {
	background: #fafafa;
}
.blog_sidebar {
	float: left;
	width: 20%;
	margin-right: 5%;
	min-height: 300px;
	font-size: 15px;
	line-height: 25px;
}
.blog_posts {
	float: left;
	width: 75%;
	min-height: 300px;
}

.blog_sidebar ul.tags a {
	font-size: 10px;
	padding: 8px;
	margin: 5px 0px 2px 0;
}

.blog_sidebar h2 {
	border-bottom: 2px solid black;
	font: normal normal 24px/38px 'DarwinBold',Helvetica,Arial,sans-serif;
	margin: 30px 0 15px 0;
	max-width: 250px;
}

.blog_sidebar ul {
	list-style: none;
	padding: 0;
}
.blog_sidebar ul ul {
	padding-left:20px;
}
.blog_sidebar .current-cat > a {
	font-family: 'ProximaNovaBold';
	color: #C5161D;
}
.blog_sidebar select {
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
	color: #555;
	border-radius: 999px;
	padding: 16px 40px 16px 23px;
	background: #f0f0f0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: url(_inc/img/select.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 29px 43px;
	max-width: 250px;
	width: 100%;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
.blog_sidebar select:hover {
	background-color: #e8e8e8;
}

.cat-item a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.cat-item a:hover {
	color: #C5161D;
}

a.blog_tile {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: left;
	margin: 20px 0;
	background: white;
	text-align: center;
	-webkit-box-shadow: 0 8px 22px 0 rgba(0,0,0,0.10);
	box-shadow: 0 8px 22px 0 rgba(0,0,0,0.10);
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.blog_tile:hover {
	-webkit-box-shadow: 0 8px 30px 0 rgba(0,0,0,0.30);
	box-shadow: 0 8px 30px 0 rgba(0,0,0,0.30);
	transform: translate3d(0,-3px,0);
}

.blog_tile h2 {
	font-size: 28px;
	line-height: 34px;
}
.blog_tile_text {
	padding: 1px 20px 10px 20px;
	text-align: left;
}
#specials_slider .blog_tile_text {
	height: 220px;
	overflow: hidden;
	position: relative;
}
#specials_slider .blog_tile_text::after {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	height: 50px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	bottom: 0;
	left: 0;
}
span.blog_readmore {
	display: block;
	background: #C5161D;
	color: white;
	text-transform: uppercase;
	font-family: 'ProximaNovaBold';
	letter-spacing: 2px;
	font-size: 12px;
	padding: 20px 0;
}
.blog_thumb {
	height: 230px;
	background-size: cover;
	background-position: center center;
	background-color: #ddd;
}
.blog_byline {
	text-align: left;
	padding: 0 0 0 20px;
	margin: -30px 0 0 0;
}
.blog_byline img {
	width: 60px;
	height: 60px;
	border-radius: 999px;
	vertical-align: -10px;
	margin: 0 10px 0 0;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
#specials_slider .slick-slide .blog_byline img {
	display: inline;
}

#pagination {
	text-align: center;
	padding: 40px 0 20px 0;
}
.page-numbers {
	display: inline-block;
	width: 50px;
	border: 2px solid black;
	padding: 12px 0;
	margin: 0 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.page-numbers:hover {
	background: black;
	color: white;
}
.page-numbers.current {
	background: #C5161D;
	color: white;
	border-color: #C5161D;
}

#specials_slider a.blog_tile {
	
}

.masonry[data-columns]::before {
	content: '4 .column.size-1of4';
}
@media screen and (min-width:1600px) {
	.masonry[data-columns]::before {
		content: '4 .column.size-1of4';
	}
}
.column { float: left; }
.size-1of2 {
	width: 48%;
	margin-right: 2%;
}
.size-1of3 {
	width: 30%;
	margin-right: 3%;
}
.size-1of4 {
	width: 23%;
	margin-right: 2%;
}


/*detail*/
.blog_modules .content h2 {
	font: normal normal 20px/35px 'DarwinBold',Helvetica,Arial,sans-serif;
	margin: 16px 0 10px 0;
	color: #C5161D;
}
.blog_modules .content {
	text-align: left;
	padding-top:0;
}
.gallery {
	font-size: 0;
	line-height: 0;
}
.gallery img {
	width: 24%;
	margin: 0.5%;
}
.blog_left {
	float: left;
	width: 45%;
	margin-right: 5%;
}
.blog_right {
	float: left;
	width: 50%;
}
.byline {
	text-align: center;
	position: relative;
	z-index: 1;
	margin: -46px auto 20px auto;
	max-width: 400px;
}
.byline p span {
	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
}
.byline img {
	border-radius: 999px;
	width: 112px;
	height: 112px;
}
.blog_share ul.wpfai-list {
	float: right;
	margin-top: 11px;
}
.blog_share.content {
	padding-top: 0;
	padding-bottom: 0;
}
.blog_modules .content.share_bottom { text-align: center; }

.single-post .content p a {
	color: #C5161D;
}
.single-post .content p a:hover {
	text-decoration: underline;
}

.four_main {
	float: left;
	width: 78%;
	height: 458px;
	margin-right: 0.4%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.four_thumb {
	float: left;
	width: 21.6%;
	height: 150px;
	margin:0 0 4px 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
a.thumb_link {
	display: block;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	position: absolute;
}

/* mobile sidebar */
.blog_mobile {
	position: relative;
	width: 100%;
	display: none;
	background: #fefefe;
}
.blog_mobile_inner {
	white-space: nowrap;
	padding: 20px 50px 20px 20px;
	overflow-x: scroll;
	overflow-y: hidden;
	margin-bottom: -20px;
	-webkit-overflow-scrolling: touch;0
}
.blog_mobile::after {
	display: block;
	content: " ";
	width: 60px;
	height: 80px;
	position: absolute;
	top:0;
	right:0;
	background: url(_inc/img/subnav_gradient.png) no-repeat top right;
	background-size: 100% 100%;
	pointer-events: none;
}
.blog_mobile select {
	font-size: 16px;
	transform:scale(.8);
	line-height: 16px;
	margin-right:10px;
	text-transform: none;
	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
	color: #555;
	border-radius: 999px;
	padding: 19px 48px 19px 27px;
	margin: 0 -20px;
	background: #f0f0f0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: url(_inc/img/select.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 29px 43px;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
.blog_mobile select:hover {
	background-color: #e8e8e8;
}
.blog_mobile select option {
	text-transform: none !important;
}


/* ------------------------------------
PRODUCT LISTING/ARCHIVE
------------------------------------ */

.archive .woocommerce-message {
	text-align: center;
	margin: 10px 0 30px 0;
	font-family: 'ProximaNovaBold',Helvetica,sans-serif;
}
p.woocommerce-info {
	text-align: center;
	margin: 60px 20px;
	font-size: 20px;
}
p.woocommerce-result-count {
	display: none;
}
.product_cat_header {
	background: #e9edf0 url(_inc/img/catheaderTEMP1.jpg) no-repeat center center;
	background-size: cover;
	padding: 180px 0 0 0;
	height: 170px;
	margin-bottom: 60px;
	position: relative;
}
.archive .product_cat_header {
	margin-bottom:120px;
}
img.comingsoon_header {
	position: absolute;
	top:0;
	right:0;
	z-index: 1;
	width: 116px;
	height: 116px;
}
.product_cat_text {
	max-width: 650px;
	width: 100%;
	display: table;
	min-height: 240px;
	margin: 0 auto;
	padding: 30px 40px;
	position: relative;
	text-align: center;
	color: white;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
.product_cat_text .inner {
	display: table-cell;
	vertical-align: middle;
}
.product_cat_text h3 {
	color: white;
	margin-bottom: 5px;
}
.product_cat_text h1 {
	margin-top:0;
	font-family: 'DarwinBold',Helvetica,Arial,sans-serif;
}
.product_cat_text .inner img {
	width: 60px;
	margin: 16px 0 0 0;
}


ul.products {
	list-style: none;
	padding: 20px 0;
	margin: 0;
}
ul.products li:last-child:after { content:" "; clear:both; }
ul.tags {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.tags li {
	display: inline;
}
ul.tags a {
	display: inline-block;
	font-size: 11px;
	line-height: 11px;
	white-space: nowrap;
	text-transform: uppercase;
	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
	color: #555;
	border-radius: 999px;
	padding: 16px 23px;
	margin: 5px 10px 5px 0;
	background: #f0f0f0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
ul.tags a:hover, ul.tags li.is-active a {
	color: white;
	background: black;
}

ul.products li {
	display: block;
	position: relative;
	overflow: hidden;
	float:left;
	margin:20px 2.5% 20px 0;
	width: 18%;
	background: white;
	text-align: center;
	-webkit-box-shadow: 0 8px 22px 0 rgba(0,0,0,0.10);
	box-shadow: 0 8px 22px 0 rgba(0,0,0,0.10);
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
ul.products li:hover {
	-webkit-box-shadow: 0 8px 30px 0 rgba(0,0,0,0.30);
	box-shadow: 0 8px 30px 0 rgba(0,0,0,0.30);
	transform: translate3d(0,-3px,0);
}
ul.products li:nth-child(5n+5) {
	margin-right: 0;
}
.product_thumb_inner {
	padding: 10px 30px;
}

ul.products li h4 {
	height: 80px;
}
.product_thumb {
	height: 240px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.display_price {
	font-size: 26px;
	color: #C5161D;
	height: 100px;
}
.display_price small {
	display: block;
	color: #7E8386;
	font-size: 12px;
}
.origin {
	text-align: left;
	font: normal normal 16px/16px 'DarwinLight',Helvetica,Arial,sans-serif;
	height: 30px;
}
.info_circle {
	width: 108px;
	height: 108px;
	position: absolute;
	bottom:-34px;
	right:-32px;
	background: #C5161D;
	border-radius: 999px;
	text-align: left;
}
.info_circle img {
	width: 16px;
	height: 15px;
	margin: 35px 0 0 35px;
}

ul.viewmode.tags {
	float: right;
	margin-left:80px;
}
ul.tags.viewmode a {
	padding-left: 16px;
	padding-right: 16px;
}

/* sorting */
form.woocommerce-ordering {
	float: right;
	margin: 5px 0 0 0;
}
form.woocommerce-ordering select {
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
	color: #555;
	border-radius: 999px;
	padding: 16px 40px 16px 23px;
	background: #f0f0f0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: url(_inc/img/select.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 29px 43px;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
form.woocommerce-ordering select:hover {
	background-color: #e8e8e8;
}
.orderby option[value="rating"]{ display: none; }


/* LIST VIEW OVERRIDES */

.list ul.products li, .list ul.products li:nth-child(5n+5), .list ul.products li:nth-child(4n+4), .list ul.products li:nth-child(3n+3), .list ul.products li:nth-child(2n+2) {
	float:none;
	margin: 40px auto;
	width: auto;
	position: relative;
	max-width: 1400px;
}
.list .product_thumb {
	position: absolute;
	top:0;
	left:0;
	width: 25%;
	height: 100%;
}
.list .product_thumb_inner {
	padding: 1px 20px;
	width: 75%;
	height: 180px;
	float: right;
	display: table;
	text-align: left;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.list ul.products li h4 {
	height: auto;
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding-right:20px;
}
.list .display_price {
	height: auto;
	margin-bottom:13px;
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	text-align: right;
	padding-right: 30px;
}
.list .display_price p { margin: 0; }
.list .origin { 
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
	height: auto;
	width:25%;
}
.list .info_circle {
	width: 60px;
	height: 60px;
	bottom: -20px;
	right: -20px;
}
.list .info_circle img { margin: 18px 0 0 18px; }


/* ------------------------------------
SEARCH
------------------------------------ */

.search ul.product-cats.tags { display: none; }


/* ------------------------------------
PRODUCT DETAIL/SINGLE
------------------------------------ */

.single input.input-text.qty.text { display: none !important; }

.product_cols {
	margin: 0 -50px;
}
.single_spacer {
	height: 100px;
}
.single_left {
	float: left;
	width: 48%;
	margin-right: 2%;
	padding-bottom:30px;
	text-align: center;
}
.single_right {
	float: left;
	width: 50%;
}
.single_right_inner {
	padding: 0 20px 50px 20px;
}
.single_desc {
	max-width: 700px;
}
.related.products {
	text-align: center;
	padding: 40px 0 40px 0;
}
.single-product .container .content {
	padding-bottom: 0;
}
.related.products h2 { margin: 0; }

.single_special {
	background: #565d68;
	color: white;
	text-align: center;
	padding: 60px 20px;
	margin: 0 -50px;
}
.single_special h3 { color:white; }
.product_gallery_link {
	cursor:zoom-in;
}

button.single_add_to_cart_button {
	background: #C5161D url(_inc/img/addtocart.png) no-repeat 38px 22px;
	background-size: 13px auto;
	color:white;
	font: normal normal 12px/12px 'ProximaNovaBold',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	padding: 25px 40px 23px 60px;
	-webkit-box-shadow: 0 6px 18px 0 rgba(0,0,0,0.20);
	box-shadow: 0 6px 18px 0 rgba(0,0,0,0.20);
	margin: -5px 0 0 0;
}
button.single_add_to_cart_button:hover {
	-webkit-box-shadow: 0 8px 30px 0 rgba(0,0,0,0.30);
	box-shadow: 0 8px 30px 0 rgba(0,0,0,0.30);
	transform: translate3d(0,-2px,0);
}

.variations {
	margin: 20px 0 0 0;
}

.gform_variation_wrapper {
	padding: 20px 0;
}
a.reset_variations {
	margin: 0 0 0 12px;
	color: #999;
	font-size: 12px;
}

.single_right select {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #EBF1F5 url(_inc/img/arrow-down.png) no-repeat right center;
	background-size: 30px auto;
	font-size: 14px;
	font-family: 'ProximaNovaSemi',Helvetica,Arial,sans-serif;
	padding: 20px 48px 20px 25px;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
.single_right select:hover {
	background-color: #DDE5EA;
}

.single_right > h2 {
	margin-top:0;
}

.gform_footer {
	clear:both;
}

ul.slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.single_left ul.slick-dots li {
	display: inline;
}
.single_left ul.slick-dots button {
	display: inline-block;
	font-size: 0;
	padding: 0;
	width: 8px;
	height: 8px;
	text-indent: -9999px;
	text-align: left;
	background: #1C1F24;
	border-radius: 999px;
	margin: 40px 8px;
}
.single_left ul.slick-dots .slick-active button {
	background: #C5161D;
}
.woocommerce-variation-description {
	font-size: 12px;
	color: #999;
}

.product_gallery {
	padding-bottom: 20px;
}

/*
.product_totals {
	background: black;
	color: white;
	display: inline-block;
	font-size: 20px;
	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
	padding: 19px 25px;
	margin: 30px 12px 0 0;
}
*/

.woocommerce-variation-price > span, .single_price span.woocommerce-Price-amount.amount {
	display: inline-block;
	font-size: 20px;
	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
	margin: 20px 0;
}
.woocommerce-variation-price > span, .single_price p.price {
	font-family: 'ProximaNovaBold',Helvetica,sans-serif;
}

.woocommerce-variation-add-to-cart {
	display: inline;
}
.single_variation_wrap {
	display: inline;
}
.single_variation_wrap div.clear, .woocommerce-variation-add-to-cart .quantity { display: none !important; }

ul.wpfai-list { margin: 30px 0 0 0; }
ul.wpfai-list::before {
	content: "Share";
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'ProximaNovaSemi',Helvetica,sans-serif;
	color: #7f858d;
	font-size: 10px;
	margin: 0 23px 0 0;
	vertical-align: -1px;
}
ul.wpfai-list * { color: #565D68; }

p.stock.out-of-stock {
	text-transform: uppercase;
	font-family: 'ProximaNovaBold',Helvetica,sans-serif;
	margin: 30px 0;
	color: #C5161D;
}


/*product options*/

.product_totals ul li, .gform_hidden, .single_right li.gfield > label { display: none !important; }
.single_right input[type="checkbox"] { display: none !important; }
.single_right .gfield_checkbox > li > label {
	display: block;
	float: left;
	width: 120px;
	height: 46px;
	padding: 90px 16px 16px 16px;
	cursor: pointer;
	background-color: #ebf1f5;
	text-align: center;
	margin: 5px 10px 5px 0;
	position: relative;
	background-position: center 20px;
	background-repeat: no-repeat;
	background-size: 55px 55px;
	line-height: 17px;
	-webkit-transition: background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.single_right .gfield_checkbox > li > label:hover {
	background-color:#DDE5EA;
}
.single_right .gfield_checkbox > li.checked > label {
	background-color: #DDE5EA;
	outline:2px solid #1C1F24;
}
.single_right .gfield_checkbox > li > label img {
	width: 45px;
	height: 45px;
	position: absolute;
	top:30px;
	left:50%;
	margin: 0 0 0 -22px;
}
.single_right .gfield_checkbox > li.checked > label::after {
	content: " ";
	display: block;
	background:#1C1F24 url(_inc/img/tick.png) no-repeat center center;
	background-size: 14px 11px;
	width:30px;
	height:30px;
	position: absolute;
	top:0;
	right:0;
}
.single_right .gfield, .single_right .ginput_container, .single_right .gfield_checkbox, .single_right .gfield_checkbox li {
	display: inline;
}
.single_right .gfield.gfield_html {
	display: block;
	margin: 2px 0 8px 0;
	font-family: 'ProximaNovaSemi',Helvetica,Arial,sans-serif;
}
table#price_calculator {
	margin-bottom: 20px;
}


/*measurement price*/
#price_calculator label {
	display: none;
}
#price_calculator td {
	vertical-align: top;
}
#price_calculator span.product_price {
	background: black;
	color: white;
	display: inline-block;
	font-size: 20px;
	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
	padding: 18px 25px 17px 25px;
	margin: 0;
	float: none;
}


/*product option icons*/
.portionsize {
	display: inline;
}
.gfield_checkbox li label .ginput_price { color:#999fa3; display: block; font-size: 12px; }
.options_cleaning > div > ul > li label { 	background-image: url(_inc/img/option_headon.png); 	}
.options_cleaning > div > ul > li:nth-child(2) label { 	background-image: url(_inc/img/option_headoff.png); 	}
.options_cleaning > div > ul > li:nth-child(3) label { 	background-image: url(_inc/img/option_fillet.png); 	}
.options_cleaning > div > ul > li:nth-child(4) label { 	background-image: url(_inc/img/option_portion.png); 	}
.options_cleaning > div > ul > li:nth-child(5) label { 	background-image: url(_inc/img/option_cutlets.png); 	}
.options_squid > div > ul > li label { 	background-image: url(_inc/img/option_octopuscut.png); 	}
.options_squid > div > ul > li:nth-child(2) label { 	background-image: url(_inc/img/option_readytocook.png); 	}
.options_filleting > div > ul > li label { 	background-image: url(_inc/img/option_fillet.png); 	}
.options_filleting > div > ul > li:nth-child(2) label { 	background-image: url(_inc/img/option_portion.png); 	}
.options_filleting > div > ul > li:nth-child(3) label { 	background-image: url(_inc/img/option_portion.png); 	}
#gform_wrapper_9 .options_filleting > div > ul > li:first-child label { 	background-image: url(_inc/img/option_skin.png); 	}
#gform_wrapper_8 .options_filleting > div > ul > li:nth-child(3) label { 	background-image: url(_inc/img/option_cutlets.png); 	}
.options_head > div > ul > li label { 	background-image: url(_inc/img/option_packhead.png); 	}
.options_skin > div > ul > li label { 	background-image: url(_inc/img/option_skin.png); 	}
.options_butterfly > div > ul > li label { 	background-image: url(_inc/img/option_butterfly.png); 	}
.options_cutinhalf > div > ul > li label { 	background-image: url(_inc/img/option_cutinhalf.png); 	}
.options_peeling > div > ul > li label { 	background-image: url(_inc/img/option_prawnheadon.png); 	}
.options_peeling > div > ul > li:nth-child(2) label { 	background-image: url(_inc/img/option_prawnheadoff.png); 	}
.options_oysters > div > ul > li label { 	background-image: url(_inc/img/option_oysteropen.png); 	}
.options_oysters > div > ul > li:nth-child(2) label { 	background-image: url(_inc/img/option_oysterclosed.png); 	}
.options_sashimi > div > ul > li label { 	background-image: url(_inc/img/option_sashimi.png); 	}
.options_soy > div > ul > li label { 	background-image: url(_inc/img/option_sauce.png); 	}
.options_ginger > div > ul > li label { 	background-image: url(_inc/img/option_cryovac.png); 	}
.options_cryovac > div > ul > li label { 	background-image: url(_inc/img/option_cryovac.png); 	}
.options_crab > div > ul > li label { 	background-image: url(_inc/img/option_crabcut.png); 	}
.options_crabcut > div > ul > li label { 	background-image: url(_inc/img/option_crabcooked.png); 	}


/* ------------------------------------
CART
------------------------------------ */

.woocommerce-cart table.shop_table, .woocommerce-checkout table.shop_table {
	width: 100%;
	border-collapse: collapse;
}
.woocommerce-cart tr.order-total { display: none !important }
.shop_table th {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
	padding: 12px 0;
	border-bottom:1px solid #ddd;
}
.shop_table tr.cart_item td {
	padding: 16px 0;
	border-bottom:1px solid #ddd;
}
.shop_table tr.cart_item td.product-thumbnail {
	line-height: 0;
	width: 90px;
	padding: 12px 20px;
}
.shop_table td.product-thumbnail img {
	line-height: 0;
	width: 90px;
}
.shop_table .product-name {
	text-align: left;
}
.shop_table td.product-name {
	font-family:'DarwinLight',Helvetica,Arial,sans-serif;
	font-size: 17px;
}
.shop_table dl.variation {
	font-family: 'ProximaNova',Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 5px 0 0 0;
}
.shop_table dl.variation img {
	margin: 0;
	padding: 0;
	display: inline;
}
.shop_table dl.variation dt {
	margin: 0;
	padding: 0;
	display: block;
}
.shop_table dl.variation dt p {
	margin: 0;
	display: inline;
}
.shop_table dl.variation dt ul, .shop_table dl.variation dt li {
	margin: 0;
	list-style: none;
	padding: 0;
	display: inline;
}

.actions {
	padding: 20px 0;
	text-align: right;
}
.actions .coupon {
	float: left;
}

.cart-collaterals {
	
}
.cart_totals table {
	max-width: 450px;
	margin: 16px auto 30px auto;
}
.cart_totals table th {
	text-align: right;
	width: 50%;
	padding-right:10px;
	border-bottom:none;
}
.cart_totals table td {
	text-align: left;
	width: 50%;
	padding-left:10px;
}

input#coupon_code {
	border: 1px solid #ddd;
}
.cart_totals {
	padding: 20px 0 50px 0;
	clear: both;
}

.woocommerce-cart small.includes_tax { display: none; }

/*
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
*/

.woocommerce-cart input.input-text.qty.text {
	font-size: 14px;
	max-width: 20px;
	border: 0;
	background: transparent;
	border:1px solid transparent;
	margin-left:4px;
	padding: 2px 4px;
}
.woocommerce-cart .quantity::before {
	content: "×";
}
.woocommerce-cart input.input-text.qty.text:hover, .woocommerce-cart input.input-text.qty.text:focus {
	background:white;
	border:1px solid #ddd;
}

.coupon-container {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.coupon-container:hover {
	box-shadow: 0 2px 14px #ccc;
	transform: translateY(-2px);
}
.coupon-container.blue {
	background-color: white !important;
}
.coupon-content.blue {
	border-color: rgba(0,0,0,.1) !important;
}
.coupon-content.small {
	padding: 1.2em 1.2em !important;
}

.woocommerce-cart .cross-sells {
	
}
.woocommerce-cart .content1200 {
	max-width: none;
}
.woocommerce-cart .woocommerce > form {
	max-width:1200px;
	margin: 0 auto;
}


/* ------------------------------------
CHECKOUT
------------------------------------ */

table.woocommerce-checkout-review-order-table {
	max-width: 700px;
	margin: 30px auto;
}
.woocommerce-billing-fields, .woocommerce-shipping-fields {
	max-width: 800px;
	margin: 60px auto;
}
.woocommerce-billing-fields p.form-row, .woocommerce-shipping-fields p.form-row {
	display: block;
	width: 48%;
	float: left;
	text-align: left;
	margin: 10px 1%;
}
.woocommerce-billing-fields p.form-row.form-row-wide, .woocommerce-shipping-fields p.form-row.form-row-wide {
	width: 98%;
}
.woocommerce-billing-fields p.form-row.form-row-wide#billing_city_field, .woocommerce-shipping-fields p.form-row.form-row-wide#shipping_city_field {
	width: 48%;
}
.woocommerce-billing-fields p.form-row label, .woocommerce-shipping-fields p.form-row label {
	display: block;
	font-size: 12px;
}
.woocommerce-billing-fields p.form-row input, .woocommerce-shipping-fields p.form-row input {
	width: 100%;
	border: 1px solid #ddd;
}
.below-minimum .wc-proceed-to-checkout {
	opacity: 0.2;
	pointer-events: none;
}

p#order_comments_field {
	width: 98%;
	clear: both;
	margin: 50px 1%;
}
textarea#order_comments {
	width: 100%;
	height: 120px;
	border: 1px solid #ddd;
}
form.checkout_coupon p.form-row {
	width: auto;
	display: inline-block;
}
a.showcoupon {
	font-family: 'ProximaNovaBold';
}
h3#order_review_heading {
	clear: both;
	margin-top: 30px;
}

p#e_deliverydate_field, p#time_slot_field {
	clear: both;
	float: none;
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
.orddd_field_note {
	font-size: 11px !important;
	float: none !important;
	margin: 10px 0 !important;
	display: block !important;
}
select#time_slot {
	background: white;
	border: 1px solid #ddd;
}

.woocommerce-checkout-review-order-table tfoot th {
	text-align: right;
}
.woocommerce-checkout-review-order-table tfoot td {
	border:none;
}

.woocommerce-checkout-review-order tr.order-total td {
	padding: 30px 0;
	text-align: center;
}

.payment_method_fatzebra p.form-row {
	display: inline-block;
	margin: 0 6px;
}
a.about_paypal { display: none !important; }
.payment_method_paypal label img {
	width: 101px;
	vertical-align: middle;
}
.payment_method_fatzebra label img {
	width: 150px;
	vertical-align: middle;
}
.wc_payment_method {
	padding: 20px 0;
}

.wc_payment_method > label {
	font: normal normal 12px/14px 'ProximaNovaBold',Helvetica,Arial,sans-serif;
	margin: 10px 0 20px 0;
	color: #C5161D;
	text-transform: uppercase;
	display: inline;
}

.payment_method_fatzebra fieldset label {
	display: block;
}
p.form-row.terms.wc-terms-and-conditions {
	margin: 50px 0;
}
.wc-terms-and-conditions label a, .woocommerce-info a.showlogin {
	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
}
.form-row.place-order {
	margin-bottom: 60px;
}
ul.wc_payment_methods.payment_methods.methods {
	list-style: none;
	margin: 0;
	padding: 0;
}
p.payment_logos img {
	height: 31px;
}
.woocommerce-checkout .product-total, .woocommerce-checkout .cart-subtotal td, .woocommerce-checkout .shipping td, .woocommerce-checkout .order-total td {
	text-align: right;
}
ul#shipping_method {
	list-style: none;
	margin: 0;
	padding: 0;
}
.woocommerce-cart tr.shipping_totals, .woocommerce-cart tr.fee { display: none !important; }
a.woocommerce-remove-coupon {
	font-family: 'ProximaNovaBold',Helvetica,sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	margin: 0 0 0 5px;
	color: #C5161D;
}
.shipping_totals ul#shipping_method li {
	display: inline;
}
tr.shipping_totals h3 {
	text-align: center;
	margin: 60px 0 8px 0;
}
.shipping_totals ul#shipping_method label {
	display: block;
	float: left;
	width: 31.333333%;
	height: 160px;
	padding: 80px 16px 16px 16px;
	cursor: pointer;
	background-color: #ebf1f5;
	text-align: center;
	margin: 18px 1%;
	position: relative;
	background-position: center 20px;
	background-repeat: no-repeat;
	background-size: 55px 55px;
	line-height: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
.shipping_totals ul#shipping_method label:hover {
	background-color: #DDE5EA !important;
}
.shipping_totals ul#shipping_method input { display: none }
.shipping_method[checked='checked'] + label {
	background-color: #DDE5EA !important;
	outline: 2px solid #1C1F24;
}
.shipping_method[checked='checked'] + label::after {
	content: " ";
	display: block;
	background: #1C1F24 url(_inc/img/tick.png) no-repeat center center;
	background-size: 14px 11px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
}
.shipping_totals ul#shipping_method label span.desc {
	display: block;
	font-size: 12px;
	line-height: 16px;
}
.shipping_totals ul#shipping_method label span.woocommerce-Price-amount.amount {
	display: block;
}
tr.shipping.shipping_totals td p {
	text-align: center;
}

.woocommerce-checkout .content form.login label { display: none; }
.woocommerce-checkout .content form.login input {
	width: 290px;
	text-align: center;
}
.woocommerce-checkout .content form.login p.lost_password {
	font-size: 12px;
	margin-bottom:30px;
}

input#place_order {
	width: 300px;
	background-color: #C5161D;
	-webkit-box-shadow: 0 6px 18px 0 rgba(0,0,0,0.20);
	box-shadow: 0 6px 18px 0 rgba(0,0,0,0.20);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
input#place_order:hover {
	-webkit-box-shadow: 0 8px 30px 0 rgba(0,0,0,0.30);
	box-shadow: 0 8px 30px 0 rgba(0,0,0,0.30);
	transform: translate3d(0,-2px,0);
}

.shipping_totals ul#shipping_method.justavoucher label {
	width: 48%;
}
ul#shipping_method.justavoucher {
	display: block;
	max-width: 450px;
	margin: 0 auto;
}
.woocommerce-billing-fields p.form-row input#subscribe_to_newsletter {
	width: auto;
}

li.table_rate_6_3 label { background-image: url(_inc/img/delivery_regular.png); }
li.table_rate_6_12 label { background-image: url(_inc/img/delivery_regular.png); }
li.table_rate_24_16 label { background-image: url(_inc/img/delivery_regular.png); }
li.table_rate_24_17 label { background-image: url(_inc/img/delivery_regular.png); }
li.table_rate_21_15 label { background-image: url(_inc/img/delivery_regular.png); }
li.table_rate_21_14 label { background-image: url(_inc/img/delivery_regular.png); }
li.free_shipping_19 label { background-image: url(_inc/img/delivery_regular.png); }
li.flat_rate_16 label { background-image: url(_inc/img/delivery_premium.png); }
li.flat_rate_17 label { background-image: url(_inc/img/delivery_voucher.png); }
li.local_pickup_13 label { background-image: url(_inc/img/clickcollect.png); }
li.local_pickup_23 label { background-image: url(_inc/img/clickcollect.png); }
li.local_pickup_26 label { background-image: url(_inc/img/clickcollect.png); }

/*
.blockUI.blockOverlay {
	position:fixed !important;
	background-image: url(_inc/img/loader.gif) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 60px 60px !important;
	cursor: wait !important;
	-webkit-transition: all 0.5s ease-in-out !important;
	-moz-transition: all 0.5s ease-in-out !important;
	-ms-transition: all 0.5s ease-in-out !important;
	-o-transition: all 0.5s ease-in-out !important;
	transition: all 0.5s ease-in-out !important;
}
*/

.blockUI.blockOverlay {
	visibility: hidden !important;
}

form.processing .blockUI.blockOverlay {
	visibility: visible !important;
	position:fixed !important;
	background-image: url(_inc/img/loader.gif) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 60px 60px !important;
	cursor: wait !important;
	-webkit-transition: all 0.5s ease-in-out !important;
	-moz-transition: all 0.5s ease-in-out !important;
	-ms-transition: all 0.5s ease-in-out !important;
	-o-transition: all 0.5s ease-in-out !important;
	transition: all 0.5s ease-in-out !important;
}

.woocommerce-checkout p.create-account input, .woocommerce-checkout p.create-account label {
	display: inline;
	width: auto;
}

.nopostcode #billing_postcode::after {
	content: "Please enter a Sydney postcode.";
	color:red;
}
.nopostcode #billing_postcode, .nopostcode #shipping_postcode {
	border-color: #C5161D;
	background: #fff1f2;
}
span.noshipping {
	font-size: 130%;
}

.nopostcode span.noshipping {
	font-size: 0;
	line-height: 0;
}
.nopostcode span.noshipping::after {
	content: "Please enter a valid Sydney postcode in the Postcode field above.";
	display: block;
	text-align: center;
	text-indent: 0;
	font-size: 18px;
	line-height: 23px;
}



/*timeslots*/
#jckwds-fields p label, #jckwds-fields p span {
	display: block;
	text-align: center;
}
#jckwds-fields > div {
	display: inline-block;
	width: 45%;
	max-width: 260px;
}
#payment {
	clear: both;
	padding-top: 1px;
}
select#jckwds-delivery-time, input#jckwds-delivery-date {
	background: white;
	border: 1px solid #ddd;
	width: 260px;
	cursor: pointer;
}
#ui-datepicker-div {
	font-family: 'ProximaNova';
	font-size: 14px;
	border-radius: 0;
	padding: 0;
}
.ui-datepicker .ui-datepicker-header {
	border-radius: 0;
	border: none;
}
.ui-datepicker table {
	margin: 0 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background-image: none !important;
	border:none !important;
}
.ui-widget-header {
	background:#eee !important;
}



/*thank you page*/
ul.woocommerce-thankyou-order-details {
	list-style: none;
	margin: 20px 0 80px 0;
	padding: 0;
}
.woocommerce-order-received header:not(.main), .woocommerce-order-received .shop_table.customer_details, .woocommerce-order-received .addresses { display: none; }
h4.thankyou {
	font-size: 20px;
	max-width: 800px;
	margin: 0 auto 70px auto;
}
.thankyou_share a {
	font-size: 25px;
	margin: 10px;
}


/*gift certificates*/
.gift-certificate {
	clear: both;
}
.sc_info_box {
	float: none;
	max-width: 700px;
	margin: 20px auto 50px auto;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}


/* ------------------------------------
HOMEPAGE
------------------------------------ */

.homebanner * {
	
}
.homebanner {
	text-align: center;
	line-height: 32px;
	color: white;
	height: 800px;
	height: 88vh;
	min-height: 500px;
	position: relative;
	padding: 1px 0;
	-webkit-backface-visibility: hidden;
	background-size: cover;
	background-position: center center;
}
.homebanner_slides {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: #ebf1f5;
	z-index: -1;
}
.homebanner_slide {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 800px;
	height: 88vh;
	background-size: cover;
	background-position: center center;
}
.homebanner .slick-dots button {
	font-size: 0;
	background:white;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	text-indent: -9999px;
	padding: 0;
}
.homebanner ul.slick-dots {
	position: absolute;
	right: 40px;
	top: 50%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.homebanner input[type=submit].postcode_submit {
	background-color: #1C1F24;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	
}
.banner_text {
	max-width: 520px;
	margin: 0 auto;
	padding: 30px 40px;
	position: relative;
	top:50%;
	margin-top:-150px;
	-webkit-backface-visibility: hidden;
}
.banner_text h3 { color: white; }

.home_quote {
	color: white;
	background: black url(_inc/img/quote_bg.jpg) no-repeat center center;
	background-size: cover;
}
.home_quote h4 {
	padding: 10px 40px;
	background:url(_inc/img/quote_mark.png) no-repeat top left;
}

h1.weeklyspecials {
	margin-top:50px;
}

/*home slider*/
ul.products#specials_slider li {
	margin-right: 0;
}
ul.products#specials_slider li.slick-slide, ul.products#specials_slider li, #specials_slider a.blog_tile {
	margin: 30px 20px;
	-webkit-transition: -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-ms-transition: -ms-transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
button.slick-prev:hover, button.slick-next:hover { background-color: transparent; }
button.slick-prev {
	position: absolute;
	top: 49%;
	left: -50px;
	z-index: 3;
	background: url(_inc/img/specials_back.png) no-repeat center center;
	font-size: 1px;
	text-indent: -9999px;
	width: 70px;
	height: 50px;
	background-size: 21px 28px;
}
button.slick-next {
	position: absolute;
	top: 49%;
	right: -50px;
	z-index: 3;
	background: url(_inc/img/specials_next.png) no-repeat center center;
	font-size: 1px;
	text-indent: -9999px;
	width: 70px;
	height: 50px;
	background-size: 21px 28px;
}
.slick-disabled {
	opacity: 0.3 !important;
}

/*how it works*/
.home_howitworks {
	color: white;
	background: #565d68;
}
.home_howitworks h3 { color: white; }
.howitworks_col {
	float: left;
	width: 19%;
	margin: 50px 3% 20px 3%;
}
.howitworks_col img {
	width: 141px;
	margin-bottom:16px;
}

/*three teaser boxes*/
.teaser_box {
	height: 350px;
	background: #ddd url(_inc/img/home_recipes.jpg) no-repeat center center;
	background-size: cover;
	padding: 1px 35px;
	margin: 150px 0;
	position: relative;
}
.teaser_box.teaser2 { background-image:url(_inc/img/Manettas-vouchers-2.jpg); }
.teaser_box.teaser3 { background-image:url(_inc/img/home_sustainability.jpg); }
.teaser_box_text {
	background: white;
	position: relative;
	display: table;
	width: 300px;
	height: 500px;
	padding: 50px 36px;
	margin: -75px 0 0 0;
	-webkit-box-shadow: 0 8px 22px 0 rgba(0,0,0,0.10);
	box-shadow: 0 8px 22px 0 rgba(0,0,0,0.10);
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
img.comingsoon_banner {
	width:116px;
	height:116px;
	position: absolute;
	top:0;
	right:0;
}
.teaser_box h2 { margin-top:0; }
.teaser_box_text_inner {
	display: table-cell;
	vertical-align: middle;
}
.teaser_box.odd .teaser_box_text {
	float: right;
}
.teaser_box_tint {
	background: #C5161D;
	-webkit-mix-blend-mode: multiply;
	-moz-mix-blend-mode: multiply;
	-o-mix-blend-mode: multiply;
	-ms-mix-blend-mode: multiply;
	mix-blend-mode:multiply;
	position: absolute;
	top:0;
	left:0;
	width:35px;
	height:100%;
}
.teaser_box.odd .teaser_box_tint {
	left: auto;
	right: 0;
}
.teaser_box_text_inner img {
	width: 46px;
	margin: 40px 0;
}
.sep {
	margin: 0 auto;
	width: 40px;
	height: 2px;
	background: #C5161D;
}


/* ------------------------------------
POPUPS
------------------------------------ */

/*postcode check*/
.page-id-192 .footer_delivery { display: none; }
.postcode_popup {
	background: white;
	max-width: 500px;
	margin: 20px auto;
	position: relative;
}

/*login popup*/
.login_popup {
	background: white;
	max-width: 500px;
	margin: 20px auto;
	position: relative;
}
a.button.newaccount {
	width: 100%;
	max-width: 290px;
	display: inline-block;
	margin-top: 20px;
	background: #C5161D;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}

/*signup popup*/
.mfp-container {
	padding: 0;
}
.signup_popup {
	text-align: center;
	background: white;
	position: relative;
	max-width: 500px;
	margin: 20px auto;
}
.signup_popup .button {
	width: 100%;
	max-width: 290px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*search popup*/
.searchbar {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	background: rgba(30,35,39,0.9);
	height: 28px;
	padding: 18px 0 14px 0;
	color: white;
	z-index: 1041;
	display: none;
}
.searchbar input[type='text'] {
	background: transparent url(_inc/img/search_neg.png) no-repeat 22px center;
	background-size: auto 16px;
	font-size: 28px;
	padding: 13px 50px;
	color: white;
	position: absolute;
	top:0;
	left:0;
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a.searchy_close {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 40px;
	z-index: 2;
	padding: 19px 19px 13px 19px;
	line-height: 28px;
}
.searchbar input[type='text']::-webkit-input-placeholder { color: white; }
.searchbar input[type='text']:-moz-placeholder { color: white; }
.searchbar input[type='text']::-moz-placeholder { color: white; }
.searchbar input[type='text']:-ms-input-placeholder { color: white; }


/* ------------------------------------
MY ACCOUNT/LOGIN
------------------------------------ */

form.login input[type='email'], form.login input[type='password'], form.lost_reset_password input[type='email'], form.login input[type='submit'], form.lost_reset_password input[type='submit'] {
	text-align: center;
	width: 100%;
	max-width: 290px;
}
.woocommerce-ResetPassword label {
	display: block;
}
form.login label[for='rememberme'] {
	display: block;
	margin: 12px 0 16px 0;
}
form.login .woocommerce-FormRow label { display: none; }
.woocommerce-MyAccount-content {
	padding: 80px 0;
}
.woocommerce-MyAccount-content p a {
	border-bottom: 1px dotted black;
}
.woocommerce-MyAccount-content label {
	display: block;
}
.woocommerce-MyAccount-content input[type='text'], .woocommerce-MyAccount-content input[type='email'] {
	
}
.woocommerce-EditAccountForm .woocommerce-FormRow {
	width: 28%;
	margin: 0 1% 40px 1%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.woocommerce-password-strength {
	margin-top: 12px;
}
.woocommerce-EditAccountForm .woocommerce-FormRow input[type='text'], .woocommerce-EditAccountForm .woocommerce-FormRow input[type='email'], .woocommerce-EditAccountForm .woocommerce-FormRow input[type='password'] {
	width: 100%;
}
.woocommerce-EditAccountForm div.clear { display: none; }

.woocommerce-MyAccount-content p.welcome {
	font-size: 18px;
	line-height: 32px;
	max-width: 800px;
	margin: 50px auto 0 auto;
}

fieldset {
	padding: 0;
	margin: 0;
	border: none;
}
.woocommerce-EditAccountForm fieldset p.leaveblank {
	margin: 16px 0 30px 0;
}

address {
	font-style: normal;
}

.woocommerce-account .col2-set .col-1, .woocommerce-account .col2-set .col-2 {
	width: 40%;
	display: inline-block;
	max-width: 400px;
	margin: 30px 0;
	text-align: center;
}

.woocommerce-Address a.edit {
	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}

.editAddress .form-row {
	width: 30%;
	margin: 20px 1%;
	text-align: left;
	display: inline-block;
}
.editAddress .form-row input[type='text'], .editAddress .form-row input[type='email'], .editAddress .form-row input[type='tel'], .editAddress .form-row input[type='password'], .editAddress .form-row select {
	width: 100%;
}
#billing_country_field, #shipping_country_field, .editAddress div.clear { display: none !important; }


select#billing_state, select#shipping_state {
	width: 100%;
}
.woocommerce-billing-fields p.form-row#billing_postcode_field, .woocommerce-shipping-fields p.form-row#shipping_postcode_field {
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 15px 0;
}


table {
	border-collapse: collapse;
}
table.woocommerce-MyAccount-orders {
	width: 100%;
	border-collapse: collapse;
}
table.woocommerce-MyAccount-orders th {
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 12px;
}
table.woocommerce-MyAccount-orders td {
	border-bottom:1px solid #ddd;
	padding: 8px 0;
}
table.woocommerce-MyAccount-orders td.order-actions {
	text-align: right;
}
table.woocommerce-MyAccount-orders td.order-actions a.button {
	padding: 10px 20px;
}

mark { background-color: transparent; font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif; }

table.shop_table.order_details {
	margin: 30px auto 60px auto;
	width: 100%;
	max-width: 500px;
	text-align: left;
}

table.shop_table.order_details tr td:last-child, table.shop_table.order_details tr th:last-child {
	text-align: right;
}
table.shop_table.order_details th {
	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom:1px solid #ddd;
	padding: 6px 0;
}
table.shop_table.order_details td {
	border-bottom:1px solid #ddd;
	padding: 6px 0;
}
table.shop_table.order_details dl.variation {
	margin: 0;
}
table.shop_table.order_details dl.variation dt { display: none; }
table.shop_table.order_details dl.variation dd { margin: 0; }
table.shop_table.order_details dl.variation dd p { margin: 0; }
table.shop_table.order_details td.product-name {
	width: 70%;
}
table.shop_table.customer_details {
	margin: 0 auto;
	text-align: left;
}
table.shop_table.customer_details td {
	padding: 3px 16px;
}
table.shop_table.customer_details th {
	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
}
.woocommerce-MyAccount-navigation-link--downloads { display: none !important; }

.woocommerce-account .shop_table th { border-bottom:none }

#generated_coupon_data_container { display: none }
.coupon-content .coupon-expire {
	font-size: 0.7em !important;
}

.passwordchanged {
	padding: 30px 0 50px 0;
}


/*REGISTER PAGE*/
.page-id-186 .footer_signup {
	background: none;
	color: black;
}
.page-id-186 .signup_number {
	color: #C5161D;
	opacity: 0.05;
}
.page-id-186 input[type='text'], .page-id-186 input[type='tel'], .page-id-186 input[type='email'], .page-id-186 input[type='password'], .page-id-186 select, .page-id-186 textarea {
	box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.20);
}


/* ------------------------------------
FOOTER
------------------------------------ */

footer {
	background: #1C1F24;
	color: white;
	text-align: center;
}
footer ul.menu {
	font-size: 0;
	margin: 20px 0;
}
footer ul.menu > li {
	display: inline;
}
footer ul.menu > li > a {
	display: inline-block;
	font-size: 14px;
	padding: 10px 20px;
}
footer ul.menu#menu-footer-menu-other > li > a {
	color:#535a64;
}
ul.menu#menu-footer-menu-2 > li > a {
	color: #565D68;
}

p.copyright {
	color: #565D68;
	font-size: 12px;
	margin-bottom:0;
}
.footer_social {
	background: #1E2327;
	padding: 30px 20px;
	font-size: 20px;
}
.footer_social a {
	padding: 0 12px;
}
p.footer_logo {
	margin: 40px 0;
}
footer h3 {
	color: white;
	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
}
footer form {
	margin: 20px 0;
}
input[type=submit].postcode_submit {
	background: #C5161D url(_inc/img/icon_home.png) no-repeat center center;
	background-size:auto 18px;
	text-indent: -9999px;
	text-align: left;
	padding: 18px 30px;
}

/*footer signup*/
.footer_signup {
	background: black url(_inc/img/signup_bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	text-align: center;
	color: white;
}
.footer_signup h3 {
	color: white;
	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
}
footer button {
	height: 58px;
}
.signup_col {
	width: 33.333%;
	float: left;
	position: relative;
	padding: 40px 60px;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
.signup_number {
	position: absolute;
	width: 100%;
	top:10px;
	left:0;
	font-size: 120px;
	line-height: 120px;
	color: black;
	opacity: 0.2;
	z-index: -1;
	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
}

.registration-form p.form-row {
	display: inline-block;
	margin: 0 3px;
}
ul.woocommerce-error, .page-id-186 .footer_signup ul.woocommerce-error {
	list-style: none;
	padding: 16px 0;
	color: #C5161D;
	margin: 20px 0 40px 0;
	font-family: 'DarwinBold',Helvetica,sans-serif;
	font-weight: normal;
	font-size: 18px;
}
.footer_signup ul.woocommerce-error {
	color: white;
}
.registration-form.woocommerce {
	padding: 30px 0;
}
input.button.register {
	text-align: left;
	text-indent: -9999px;
	width: 17px;
	background:black url(_inc/img/icon_envelope.png) no-repeat center center;
	background-size: 17px auto;
	padding: 18px 30px;
}
.registration-form p.form-row label, .registration-form div.clear { display: none !important; }




/* ------------------------------------
FORMS
------------------------------------ */

input[type='text'],input[type='tel'],input[type='number'],input[type='email'],input[type='password'], select, textarea {
	font: 18px 'DarwinLight',Helvetica,Arial,sans-serif;
	padding: 18px 20px;
	box-shadow: inset 0 0 8px 0 rgba(0,0,0,0.10);
	border-radius: 0;
	-webkit-font-smoothing: antialiased;
	border: 0;
	margin: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
select {
	background-image: url(_inc/img/select.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 29px 43px;
	padding: 18px 40px 18px 20px;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
select:hover {
	background-color: white;
}

input[type=submit], button, a.button {
	font: 18px 'DarwinLight',Helvetica,Arial,sans-serif;
	padding: 18px 20px;
	display: inline-block;
	line-height: normal;
	-webkit-appearance: none;
	vertical-align: middle;
	border:0;
	outline:0;
	margin: 0;
	border-radius: 0;
	background:#1e2328;
	color:white;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
button.red, a.button.red, input[type=submit].red, a.button.checkout-button {
	background:#C5161D;
}
button.white, a.button.white, input[type=submit].white {
	background:white;
	color: black;
	-webkit-box-shadow: 0 6px 18px 0 rgba(0,0,0,0.20);
	box-shadow: 0 6px 18px 0 rgba(0,0,0,0.20);
	font: normal normal 12px/12px 'ProximaNovaBold',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
}
button.white:hover, a.button.white:hover, input[type=submit].white:hover {
	background:white;
	color: black;
	-webkit-box-shadow: 0 8px 30px 0 rgba(0,0,0,0.30);
	box-shadow: 0 8px 30px 0 rgba(0,0,0,0.30);
	transform: translate3d(0,-2px,0);
}
a.button.outline {
	background: none !important;
	border: 2px solid #1E2327 !important;
	color: #1E2327 !important;
	font-family: 'ProximaNovaBold',Helvetica,sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
	padding: 16px 26px;
}
a.button.outline:hover {
	background: #1E2327 !important;
	border: 2px solid #1E2327 !important;
	color: white !important;
}

a.button.checkout-button {
	-webkit-box-shadow: 0 6px 18px 0 rgba(0,0,0,0.20);
	box-shadow: 0 6px 18px 0 rgba(0,0,0,0.20);
}
a.button.checkout-button:hover {
	-webkit-box-shadow: 0 8px 30px 0 rgba(0,0,0,0.30);
	box-shadow: 0 8px 30px 0 rgba(0,0,0,0.30);
	transform: translate3d(0,-2px,0);
}

input[type=submit]:hover, button:hover, a.button:hover {
	background-color:#C5161D;
}
input[type=submit].small, button.small, a.button.small {
	font: normal normal 12px/12px 'ProximaNovaBold',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
}
input[type=submit].rounded, button.rounded, a.button.rounded {
	border-radius: 999px;
}

.gform_ajax_spinner {
	vertical-align: middle;
	margin: 0 8px;
}

.gform_wrapper ul, .gform_wrapper li {
	list-style: none;
	margin: 0;
	padding: 0;
}


/* GENERIC GRAVITY FORMS STYLES */

.page .gform_wrapper {
	max-width: 600px;
	margin: 0 auto;
}
.page .gform_wrapper label, span.ginput_card_security_code_icon { display: none }
.page .gform_wrapper .gfield_price label {
	display: block;
}
.page .gform_wrapper li.gfield div { display: inline }
.page .gform_wrapper li.gfield, .page .gform_wrapper .gform_footer {
	display: block;
	float: left;
	width: 48%;
	margin: 5px 1%;
}
.page .gform_wrapper li.gfield, .page .gform_wrapper .gform_footer {
	width: 98%;
}
.page .gform_wrapper .gform_footer {
	clear: both;
	float: none;
	padding: 5px 0;
	max-width: 500px;
	margin: 20px auto;
}
.page .gform_wrapper input[type=text], .page .gform_wrapper input[type=email], .page .gform_wrapper input[type=tel], .page .gform_wrapper textarea, .gform_wrapper select {
	width: 100%;
	border: 1px solid #ddd;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
.page .gform_wrapper input[type=text]:focus, .page .gform_wrapper input[type=email]:focus, .page .gform_wrapper input[type=tel]:focus, .page .gform_wrapper textarea:focus, .page .gform_wrapper select:focus {
	border-color: #bbb;
}
.page .gform_wrapper input[type=submit] {
	width: 100%;
}
.page .gform_wrapper .validation_error { display: none !important; }
.page .gform_wrapper .validation_message {
	color: #C5161D;
	font-size: 11px;
}

.page #field_22_9 .ginput_complex input, .page #field_22_13 .ginput_complex input, .page #field_22_14 .ginput_complex input {
	margin: 0;
}


/* ------------------------------------
GRAVITY FORMS ORDER LIST
------------------------------------ */

.page .gform_wrapper.orderform_wrapper {
	max-width: 800px;
}
.orderform h2.gsection_title {
	font: normal normal 12px/14px 'ProximaNovaBold',Helvetica,Arial,sans-serif;
	margin: 40px 0 10px 0;
	color: #C5161D;
	text-transform: uppercase;
}
.ginput_complex .address_zip {
	float: left;
	width: 49%;
}
.page .ginput_complex input, .page .ginput_complex select, .page .ginput_complex textarea {
	margin: 5px 0;
}
.page .ginput_complex select.ginput_card_expiration {
	width: 31%;
	float: left;
	margin-right: 2%;
}
span.ginput_cardinfo_right {
	float: left;
	width: 34%;
}
.page .ginput_complex span.ginput_left {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.page .ginput_complex span.ginput_right {
	float: left;
	width: 49%;
}

span.name_first {
	float: left;
	width: 49%;
	margin-right: 2%;
}
span.name_last {
	float: left;
	width: 49%;
}

.page .gform_wrapper li.gfield.deliverydate {
	float: left;
	width: 48%;
	margin-right: 1%;
}
.page .gform_wrapper li.gfield.deliverytime {
	float: left;
	width: 48%;
}

.page .gform_wrapper li.gfield.gform_item_wrapper_begin {
	width: 100%;
	max-width: none;
	margin: 0 0 30px 0;
	background: white;
	text-align: left;
	-webkit-box-shadow: 0 8px 22px 0 rgba(0,0,0,0.10);
	box-shadow: 0 8px 22px 0 rgba(0,0,0,0.10);
}
.page .gform_wrapper li.gfield.gform_item_wrapper_begin li {
	margin: 0;
	position: relative;
	width: 100%;
	padding: 10px 40px 8px 40px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.ginput_container_singleproduct .ui-widget.ui-widget-content {
	border-radius: 0;
	margin: 0 0 0 20px;
}
.orderform input[type='number'].ginput_quantity {
	background:#585d66;
	color:white;
	text-align: center;
	box-shadow: none;
	-webkit-box-shadow: none;
	font-size: 18px;
	padding: 10px 0 10px 10px;
	width: 60px;
	font-family: 'ProximaNovaBold';
	margin: 0 0 0 12px;
}
.orderform .ginput_product_price {
	font-family: 'ProximaNovaBold';
}

.page .gform_wrapper li.gfield.gform_item_wrapper_begin li:nth-child(even) {
	background:#f3f3f3;
}
.page .gform_wrapper li.gfield.gform_item_wrapper_begin li.gsection {
	background: #C5161D;
	color: white;
	padding: 16px 40px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.page .gform_wrapper li.gfield.gform_item_wrapper_begin li.gsection h2.gsection_title {
	color: white;
	text-transform: none;
	margin: 0;
	font-size: 20px;
	line-height: 25px;
	font-family: 'DarwinBold';
}
.gfield_course_option_wrapper > ul > li:first-child, .gform_item_wrapper_end, .orderform .ginput_product_price_label, .orderform .ginput_quantity_label { display: none !important }

.gfield_course_option_wrapper .gfield_price > label.gfield_label {
	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 22px;
	display: block;
	float: left;
	width: 60%;
}
.gfield_course_option_wrapper .gfield_price > div.gfield_description {
	font-size: 12px;
	display: block;
	float: left;
	width: 60%;
}
.gfield_course_option_wrapper .gfield_price > .ginput_container_singleproduct {
	float: right;
	width: 40%;
	text-align: right;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	font-size: 30px;
	display: block;
	opacity: 1;
}
.woocommerce-cart input[type=number].input-text.qty.text::-webkit-inner-spin-button, .woocommerce-cart input[type=number].input-text.qty.text::-webkit-outer-spin-button { -webkit-appearance: none !important; }
.gfield_checkbox label {
	display: inline !important;
}
.gfield_checkbox label a {
	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
	color: #C5161D;
}

.postcode_module {
	text-align: center;
	padding: 0 40px 50px 40px;
}
.postcode_module input[type='tel'] {
	border: 1px solid #ccc;
}

.orderform_disclaimer {
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	margin: 30px 0 40px 0 !important;
}
.page-template-page-template-orderform .header_links {
	display: none;
}

.orderform .gfield_total, .orderform .gfield_shipping {
	background: #1d1f23;
	color: white;
	padding: 30px 20px;
	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
.orderform .gfield_total > label, .orderform .gfield_total div.ginput_container, .orderform .gfield_shipping > label, .orderform .gfield_shipping div.ginput_container {
	display: inline !important;
}
.orderform .gfield_total div.ginput_container {
	font-size: 23px;
	margin-left: 4px;
}

.orderform .gfield_shipping {
	background: none;
	color: black;
	padding: 10px 20px;
}

/*postcode things*/
.badpostcode .orderform .ginput_container_address::after {
	content: "Sorry, we currently do not deliver to your postcode. We are currently only delivering to specific areas within Sydney and the surrounds. To find out more, please contact us.";
	display:block;
	color:red;
}
.orderform .gform_footer input.gform_button:disabled, .orderform .gform_footer input.gform_button:hover:disabled {
	opacity: 0.2;
	background:#1e2328;
	pointer-events: none;
	cursor: normal;
}
.page .gform_wrapper li.gfield.gform_item_wrapper_begin li.onthelist::before {
	content: "\f00c";
	font-family:"FontAwesome";
	color:#5ec868;
	display: block;
	position: absolute;
	top: 8px;
	left: 14px;
}
.orderform .onthelist input[type='number'].ginput_quantity {
	background:#5ec868;
}
.gform_card_icon_container.gform_card_icon_style1 {
	background: url(_inc/img/cards2.png) no-repeat center top;
	background-size: 150px 31px;
	height: 45px;
	display: block !important;
	font-size: 0;
	line-height: 0;
	text-align: left;
	text-indent: -9999px;
}
.orderform .ordernotes textarea {
	height: 120px;
	margin: 30px 0 0 0;
}

/*orderform nav*/
.orderform_nav {
	background:#eeeeee;
	border-top:2px solid #dbdbdb;
	border-bottom:2px solid #dbdbdb;
	margin: -40px -50px 30px -50px;
	z-index: 990;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
.orderform_spacer {
	height: 94px;
	display: none;
	margin-top:-40px;
}
.orderform_nav_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 30px;
}
.orderform_nav a {
	display: inline-block;
	padding: 5px 20px;
	font-family:"ProximaNovaBold",Helvetica,sans-serif;
}
.orderform_nav a.orderform_nav_title {
	pointer-events: none;
	cursor: default;
	font-family:"ProximaNova",Helvetica,sans-serif;
}

.orderform_nav button.slick-prev {
	width: 61px;
	height: 62px;
	top:0;
	left:0;
	background:url(_inc/img/subnav_prev.png) no-repeat top center;
}
.orderform_nav button.slick-next {
	width: 61px;
	height: 62px;
	top:0;
	right:0;
	background:url(_inc/img/subnav_next.png) no-repeat top center;
}
.orderform_nav .slick-disabled { opacity: 0.1 !important; }

.stickysubnav .orderform_spacer { display: block; }
.stickysubnav .orderform_nav {
	position: fixed;
	width: 100%;
	margin-top:0;
}

.orderform_giftvoucher {
	background:#e9e8ed url(_inc/img/orderform_voucher.jpg) no-repeat left top;
	min-height: 350px;
	background-size: 60% auto;
	padding: 30px 30px 30px 50%;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
.orderform_giftvoucher a {
	font-family:"ProximaNovaBold",Helvetica,sans-serif;
}
.gift_inner {
	max-width: 550px;
}


.orderform_scrolldown_wrapper {
	position: fixed;
	bottom:0;
	left:0;
	width: 100%;
	text-align: center;
	display: none;
}
.stickysubnav .orderform_scrolldown_wrapper {
	display: block;
}
.at_payment .orderform_scrolldown_wrapper {
	display: none !important;
}
.orderform_scrolldown {
	display: block;
	color: white;
	background: black;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 6px 10px;
	margin: 0 auto;
	opacity: 0.7;
	max-width: 200px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.orderform_scrolldown:hover {
	opacity: 0.6;
}


/* ------------------------------------
EVERYTHING ELSE, MISCELLANEOUS STUFF
------------------------------------ */

.alignright {
	clear: right;
	float: right;
	margin: 0px 0px 20px 20px;
}

.alignleft {
	clear: left;
	float: left;
	margin: 0px 20px 20px 0px;
}

.wp-caption-text {
	font-style: italic;
	font-size: 11px;
	line-height: 16px;
	margin-top: 3px;
}

a {-webkit-tap-highlight-color:rgba(255,255,255,0);}
::-moz-selection{background: #ddd !important;}
::selection {background: #ddd !important;}

::-webkit-input-placeholder {
	color: #999;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
input:hover::-webkit-input-placeholder, input:focus::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color: #ccc; }
:-moz-placeholder {
	color: #999;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
input:hover::-moz-placeholder, input:focus::-moz-placeholder, textarea:hover::-moz-placeholder, textarea:focus::-moz-placeholder { color: #ccc; }
::-moz-placeholder {
	color: #999;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
input:hover:-moz-placeholder, input:focus:-moz-placeholder { color: #ccc; }
:-ms-input-placeholder { color: #999; }


@font-face {
    font-family: 'DarwinBold';
    src: url('_inc/fonts/darwin-bold-webfont.eot');
    src: url('_inc/fonts/darwin-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('_inc/fonts/darwin-bold-webfont.woff2') format('woff2'),
         url('_inc/fonts/darwin-bold-webfont.woff') format('woff'),
         url('_inc/fonts/darwin-bold-webfont.ttf') format('truetype'),
         url('_inc/fonts/darwin-bold-webfont.svg#darwinbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DarwinBlack';
    src: url('_inc/fonts/darwinalt-black-webfont.eot');
    src: url('_inc/fonts/darwinalt-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('_inc/fonts/darwinalt-black-webfont.woff2') format('woff2'),
         url('_inc/fonts/darwinalt-black-webfont.woff') format('woff'),
         url('_inc/fonts/darwinalt-black-webfont.ttf') format('truetype'),
         url('_inc/fonts/darwinalt-black-webfont.svg#darwinaltblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DarwinLight';
    src: url('_inc/fonts/darwinalt-light-webfont.eot');
    src: url('_inc/fonts/darwinalt-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('_inc/fonts/darwinalt-light-webfont.woff2') format('woff2'),
         url('_inc/fonts/darwinalt-light-webfont.woff') format('woff'),
         url('_inc/fonts/darwinalt-light-webfont.ttf') format('truetype'),
         url('_inc/fonts/darwinalt-light-webfont.svg#darwinaltlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ProximaNova';
    src: url('_inc/fonts/proxima_nova_reg-webfont.eot');
    src: url('_inc/fonts/proxima_nova_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('_inc/fonts/proxima_nova_reg-webfont.woff') format('woff'),
         url('_inc/fonts/proxima_nova_reg-webfont.ttf') format('truetype'),
         url('_inc/fonts/proxima_nova_reg-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ProximaNovaBold';
    src: url('_inc/fonts/proxima_nova_bold-webfont.eot');
    src: url('_inc/fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('_inc/fonts/proxima_nova_bold-webfont.woff') format('woff'),
         url('_inc/fonts/proxima_nova_bold-webfont.ttf') format('truetype'),
         url('_inc/fonts/proxima_nova_bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ProximaNovaSemi';
    src: url('_inc/fonts/proxima_nova_sbold-webfont.eot');
    src: url('_inc/fonts/proxima_nova_sbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('_inc/fonts/proxima_nova_sbold-webfont.woff2') format('woff2'),
         url('_inc/fonts/proxima_nova_sbold-webfont.woff') format('woff'),
         url('_inc/fonts/proxima_nova_sbold-webfont.ttf') format('truetype'),
         url('_inc/fonts/proxima_nova_sbold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*magnific animation*/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: scale(0.9);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  transform: scale(1);
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  transform: scale(0.9);
  opacity: 0;
}
.mfp-close:hover {
	background-color: transparent !important;
}


/* ------------------------------------
MEDIA QUERIES
------------------------------------ */

@media screen and (max-width:1800px) {
	
	ul.products li, ul.products li:nth-child(5n+5) {
		display: block;
		float:left;
		margin-right:3%;
		width: 22.75%;
		background: white;
	}
	ul.products li:nth-child(4n+4) {
		margin-right: 0;
	}
	.related.products ul.products li:nth-child(5), .cross-sells ul.products li:nth-child(5) { display: none }
	
}

@media screen and (max-width:1700px) {
	
	.masonry[data-columns]::before {
		content: '3 .column.size-1of3';
	}
	
}

@media screen and (max-width:1400px) {
	
	ul.products li, ul.products li:nth-child(5n+5), ul.products li:nth-child(4n+4) {
		display: block;
		float:left;
		margin-right:3.5%;
		width: 31%;
		background: white;
	}
	ul.products li:nth-child(3n+3) {
		margin-right: 0;
	}
	ul.products li, ul.products li:nth-child(5n+5), ul.products li:nth-child(4n+4) {
		
	}
	.related.products ul.products li:nth-child(4), .cross-sells ul.products li:nth-child(4) { display: none }
	.single_right .gfield_checkbox > li > label {
		width: 100px;
		height: 34px;
		font-size: 12px;
		line-height: 16px;
	}
	a.blog_tile {
		font-size: 12px;
		line-height: 18px;
	}
	.blog_tile h2 {
		font-size: 20px;
		line-height: 26px;
	}
	.blog_thumb {
		height: 140px;
	}
	
}

@media screen and (max-width:1023px) {
	
	h2 {
		font-size: 30px;
		line-height: 38px;
	}
	h4 {
		font-size: 22px;
		line-height: 30px;
	}
	.product_thumb_inner {
		padding: 4px 20px;
	}
	.product_thumb {
		height: 160px;
	}
	.content {
		padding: 30px 20px;
	}
	.display_price {
		font-size: 22px;
	}
	.signup_col {
		padding: 40px 20px;
	}
	button.slick-prev, button.slick-next { display: none !important; }
	.orderform_nav button.slick-prev, .orderform_nav button.slick-next { display: block !important; }
	.origin { font-size: 12px; }

	.woocommerce-EditAccountForm .woocommerce-FormRow {
		width: auto;
		margin: 20px 0;
		display: block;
		text-align: center;
	}
	.editAddress .form-row {
		width: auto;
		display: block;
		margin: 16px 0;
		text-align: center;
	}
	.registration-form input[type='text'], .registration-form input[type='email'] {
		width: 180px;
	}
	.product_cols, .single_special {
		margin: 0 -20px;
	}
	.masonry[data-columns]::before {
		content: '2 .column.size-1of2';
	}
	
	.four_main {
		height: 350px;
	}
	.four_thumb {
		height: 114px;
	}
	
}

@media screen and (max-width:767px) {
	
	body {
		font-size: 13px;
		line-height: 21px;
	}
	.notice_active .sitewide_notice {
		font-size: 12px;
		line-height: 18px;
	}
	.sitewide_notice img {
		height: 24px;
		width: auto;
	}
	h1 {
		font-size: 30px;
		line-height: 38px;
	}
	header.main {
		text-align: left;
	}
	a.nav_toggle span, .header_login { display: none; }
	.header_links {
		padding: 28px 10px;
	}
	a.search_toggle {
		border-left:none;
	}
	.logo img {
		width: 110px;
		margin-left: 110px;
	}
	.stickynav .logo img.logo_sticky {
		margin-left: 70px;
	}
	.stickynav .header_links {
		padding: 20px 10px;
	}
	.content {
		padding: 20px;
	}
	
	ul.products li, ul.products li:nth-child(5n+5), ul.products li:nth-child(4n+4), ul.products li:nth-child(3n+3) {
		display: block;
		float:left;
		margin-right:4%;
		width: 48%;
		background: white;
	}
	ul.products li:nth-child(2n+2) {
		margin-right: 0;
	}
	.related.products ul.products li:nth-child(3), .cross-sells ul.products li:nth-child(3), .viewmode { display: none }
	ul.products li h4 {
		height: 60px;
	}
	.signup_col {
		float: none;
		width: auto;
	}
	.product_cat_header {
		padding-top:80px;
		height: auto;
		margin-bottom:0;
	}
	.archive .product_cat_header {
		margin-bottom:0;
	}
	ul.tags {
		padding: 10px 10px 0 10px;
		text-align: center;
	}
	ul.tags a {
		font-size: 11px;
		line-height: 11px;
		padding: 12px 12px 10px 12px;
		margin: 2px;
	}
	
	.homebanner {
		height: auto;
		min-height: 0;
		padding-top:80px;
		font-size: 18px;
		padding-bottom: 40px;
	}
	.homebanner_slide { height: auto; }
	.banner_text {
		margin-top:0;
		top:auto;
	}
	
	.nav_inner {
		padding: 70px 0 30px 0;
	}
	
	.menu-footer-menu-1-container, .menu-footer-menu-2-container, .page_spacer { display: none; }
	
	.teaser_box {
		margin: 90px 0;
	}
	.teaser_box_text {
		padding: 20px 36px;
		height: 400px;
		margin-top:-25px;
	}
	.teaser_box_text_inner img {
		margin: 20px 0;
	}
	.howitworks_col {
		float: none;
		width: auto;
		margin: 30px 0;
	}
	
	.home_quote h4 {
		background-size: 20px auto;
		padding: 0 30px;
	}
	
	.woocommerce-MyAccount-content {
		padding: 30px 0;
	}
	table.woocommerce-MyAccount-orders thead {
		display: none;
	}
	table.woocommerce-MyAccount-orders td {
		border-bottom:0;
		display: block;
		width: auto;
		padding: 3px 0;
	}
	table.woocommerce-MyAccount-orders td.order-actions {
		text-align: center;
	}
	table.woocommerce-MyAccount-orders tr {
		padding: 20px 0;
		display: block;
	}
	
	.col2-set .col-1, .col2-set .col-2 {
		width: auto;
		display: block;
		max-width: none;
	}
	
	.registration-form input[type='text'], .registration-form input[type='email'], .registration-form input[type='submit'] {
		width: 100%;
		text-align: center;
		max-width: 320px;
	}
	.registration-form p.form-row {
		display: block;
		margin: 10px 0;
	}
	
	input.postcode_value {
		width: 180px;
	}
	
	.single_left {
		float: none;
		width: auto;
		margin: 0;
		font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
	}
	.single_right {
		float: none;
		width: auto;
	}
	.product_cols {
		margin: 0;
	}
	
	.validate-email {
		width: 98% !important;
	}
	p#e_deliverydate_field, p#time_slot_field {
		width: auto;
		display: block;
	}
	p#time_slot_field {
		margin-top:30px;
	}
	select#time_slot {
		width: 100%;
	}
	.orddd_field_note {
		font-size: 14px !important;
	}
	.woocommerce-checkout-review-order-table thead { display: none; }
	.woocommerce-checkout-review-order-table .product-name {
		font-size: 15px !important;
	}
	
	.woocommerce-message a.button.wc-forward {
		display: block;
		margin: 10px auto;
		float: none;
	}
	.woocommerce-checkout-review-order-table tr.cart_item td.product-total {
		text-align: right;
	}
	.woocommerce-checkout-review-order-table tfoot td {
		padding: 12px 0;
		
	}
	.menu-footer-menu-categories-container, .menu-footer-menu-other-container { display: none; }
	
	.delivery_col {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom:30px;
	}
	.delivery_col h2 {
		font-size: 22px;
	}
	img.deliverymethods_icon {
		margin: 0 0 -20px 0;
	}
	ul.woocommerce-error {
		font-size: 16px;
	}
	
	.gfield_course_option_wrapper .gfield_price > label.gfield_label {
		width: 68%;
	}
	.gfield_course_option_wrapper .gfield_price > div.gfield_description {
		width: 68%;
	}
	.page .gform_wrapper li.gfield.gform_item_wrapper_begin li {
		padding: 10px 20px 8px 20px;
	}
	.page .gform_wrapper li.gfield.gform_item_wrapper_begin li.onthelist::before {
		top: 10px;
		left: 6px;
		font-size: 10px;
	}
	.gfield_course_option_wrapper .gfield_price > .ginput_container_singleproduct {
		width: 30%;
	}
	.orderform .ginput_product_price {
		font-size: 15px;
	}
	.page .gform_wrapper li.gfield.gform_item_wrapper_begin li.gsection {
		padding: 16px 20px;
	}
	.page .gform_wrapper li.gfield.deliverydate, .page .gform_wrapper li.gfield.deliverytime {
		float: none;
		width: 98%;
		margin-right: 0;
	}
	
	span.wdm_custom_quant {
		display: block;
		margin: -3px 0 4px 0;
	}
	.orderform_nav {
		margin: -20px -20px 30px -20px;
	}
	.orderform_nav a {
		padding: 20px;
	}
	.orderform_spacer {
		margin-top:-20px;
	}
	.orderform_nav_inner {
		padding: 0 30px;
	}
	
	.orderform_giftvoucher {
		background-size: 100% auto;
		background-position: center top;
		padding: 200px 20px 20px 20px;
		text-align: center;
	}
	
	.blog_share.content {
		text-align: center;
	}
	.blog_share ul.wpfai-list { float: none; margin: 30px 0; }
	.blog_left, .blog_right {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
	.gallery img {
		width: 49%;
		margin: 0.5%;
	}
	
	.four_main {
		float: none;
		width: 100%;
		height: 200px;
	}
	.four_thumb {
		height: 114px;
		width: 32.666%;
		margin-top:5px;
		margin-right: 1%;
	}
	.four_thumb.four_last {
		margin-right: 0;
	}
	
}

@media screen and (max-width:660px) {
	.specials {
		margin: 0 -20px;
	}
	ul.products#specials_slider li.slick-slide, ul.products#specials_slider li {
		margin: 30px 0;
		height: 200px;
	}
	#specials_slider a.blog_tile {
		margin: 30px 0;
	}
	ul.products#specials_slider li.slick-slide .display_price small {
		line-height: 15px;
		margin-top: 5px;
	}
}

@media screen and (max-width:639px) {
	
	h4 {
		font-size: 16px;
		line-height: 24px;
	}
	.woocommerce .container .content {
		padding:0;
	}
	ul.products {
		padding: 0;
	}
	.woocommerce ul.products li, .woocommerce ul.products li:nth-child(5n+5), .woocommerce ul.products li:nth-child(4n+4), .woocommerce ul.products li:nth-child(3n+3), .woocommerce ul.products li:nth-child(2n+2) {
		float:none;
		margin-right:0;
		width: auto;
		position: relative;
	}
	.specials button.slick-prev, .specials button.slick-next {
		display: block !important;
		right: 130px;
		top: 5px;
		border-radius: 999px;
		padding: 8px;
		margin: 5px 10px 5px 0;
		background-color: #f0f0f0;
		background-size: 10px;
		width: 40px;
		height: 40px;
	}
	.specials button.slick-prev {
		right: auto;
		left: 130px;
	}
	.specials .slick-track {
		margin-top: 40px;
	}
	.related.products ul.products li:nth-child(3) { display: block }
	.product_thumb {
		position: absolute;
		top:0;
		left:0;
		width: 50%;
		height: 100%;
	}
	.product_thumb_inner {
		padding: 1px 20px;
		width: 50%;
		float: right;
		text-align: left;
		-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
	}
	ul.products li h4 {
		height: auto;
	}
	form.woocommerce-ordering {
		display: none;
	}
	.display_price {
		font-size: 18px;
		height: auto;
		margin-bottom:13px;
	}
	.display_price p { margin: 0; }
	.origin { font-size: 12px; }
	.info_circle {
		width: 60px;
		height: 60px;
		bottom: -20px;
		right: -20px;
	}
	.info_circle img { margin: 18px 0 0 18px; }
	
	.homebanner { padding-bottom:0; }
	
	.single_special {
		margin: 0;
	}
	
	.shop_table.cart th, .shop_table.cart td.product-price, .shop_table.cart td.product-quantity, .shop_table.cart td.product-thumbnail {
		display: none;
	}
	.shop_table.cart td.product-name {
		padding: 16px 12px;
		font-size: 15px;
	}
	.shop_table dl.variation {
		margin-top:0;
	}
	.actions .coupon {
		float: none;
		margin-bottom: 20px;
	}
	input#coupon_code {
		width: 160px;
	}
	.actions {
		text-align: center;
	}
	
	#gform_wrapper_18 li.gfield, #gform_wrapper_18 .gform_footer, #gform_wrapper_19 li.gfield, #gform_wrapper_19 .gform_footer {
		float: none;
		width: 98%;
	}

	
	/*timeslots*/
	#jckwds-fields > div {
		display: block;
		width: auto;
		max-width: none;
	}

	
	/* OVERRIDE THE LIST VIEW OVERRIDES! */
	.list .product_thumb, .list .product_thumb_inner {
		width: 50%;
		display: block;
	}
	.list .product_thumb_inner {
		height: auto;
	}
	.list ul.products li h4, .list .display_price {
		display: block;
		width: auto;
		text-align: left;
		padding-right: 0;
	}
	.list .origin {
		display: block;
		height: 30px;
		width: auto;
	}
	.list ul.products li, .list ul.products li:nth-child(5n+5), .list ul.products li:nth-child(4n+4), .list ul.products li:nth-child(3n+3), .list ul.products li:nth-child(2n+2) {
		margin: 20px 0;
	}
	
	
	.blog_sidebar, .blog_tile_text p { display: none; }
	.blog_mobile {
		display: block;
	}
	
	.blog_posts {
		float: none;
		width: auto;
	}
	.content.blog_content {
		padding: 0;
	}
	.masonry[data-columns]::before {
		content: '';
	}
	a.blog_tile {
		float: none;
		height: 230px;
		position: relative;
		overflow: hidden;
		margin-right: 0;
	}
	#specials_slider a.blog_tile {
		float: left;
	}
	.slick-slide .blog_byline img {
		display: inline;
	}
	.blog_thumb {
		float: left;
		width: 50%;
		height: 100%;
	}
	.blog_byline {
		margin: 16px 0 0 -52px;
	}
	.blog_byline img {
		vertical-align: -26px;
	}
	.blog_main {
		float: left;
		width: 50%;
	}
	.blog_tile h2 {
		margin-top: 10px;
	}
	span.blog_readmore {
		padding: 10px 0;
		position: absolute;
		bottom:0;
		right: 0;
		width: 50%;
	}
	
	
}

@media screen and (max-width:550px) {
	
	.single_right .gfield_checkbox > li > label {
		width: 47%;
		margin-right:2%;
		height: 140px;
		-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
	}
	.single_right .gfield_checkbox > li:nth-child(even) > label {
		
	}
	
	.shipping_totals ul#shipping_method label {
		display: block;
		float: none;
		width: auto;
		height: auto;
		padding: 30px 10px 30px 120px;
		margin: 10px 0;
		text-align: left;
		background-position: 32px 30px;
	}
	.shipping_totals ul#shipping_method.justavoucher label {
		width: auto;
	}
	
}

@media screen and (max-width:320px) {
	.teaser_box_text {
		width: 245px;
	}
	.specials button.slick-prev, .specials button.slick-next {
		right: 100px;
	}
	.specials button.slick-prev {
		left: 100px;
	}
}

/**** TEMP STUFF *****/
