html, body
{
	background: white;
}

ul.slick-slider
{
	margin: 0 !important;
}

p#delivery_window_field:after {
	content: "*Please note we will call half an hour before we arrive at your place to ensure someone is home.";
	display: block;
	font-size: 12px;
	color: #000;
}

.splash-wrapper {
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: flex;
}

.splash-side {
	flex: 1;
	position: relative;
}

.splash-side .image-holder {
	margin: 0 auto;
	width: calc(100% - 60px);
	max-width: 500px;
	transition: all ease-in 200ms;
}

.splash-side .video-file {
	width: 100%;
	height: 100%;
	position: absolute;
}

.splash-side .image-holder.img-deli img {
	width: 100%;
}

.splash-side .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.splash-side .content-wrapper {
	width: 100%;
}

.splash-side .content-wrapper img {
	transition: 0.5s all;
	max-width: 100%;
	margin: 0 auto;
}

.splash-side .content-wrapper h2 {
	transition: 0.5s all;
	font-size: 16px;
	color: white;
	text-transform: uppercase;
	font-family: "Playfair display";
	font-weight: 500;
	line-height: 1.8;
}

.splash-side.right-content .content-wrapper h2 {
	color: black;
}

.splash-side * {
	text-align: center;
}

.splash-side.right-content {
	background: url("../../images/deli_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.splash-side.left-content {
	background-color: black;
	color: white;
}

.splash-side .link {
	background: rgba(0, 0, 0, 0.2);
	transition: all ease 300ms;
}

.splash-side .link:hover {
	background: rgba(0, 0, 0, 0.5);
}

.splash-side.right-content .link {
	background: rgba(255, 255, 255, 0.3);
	transition: all ease 300ms;
}

.splash-side.right-content .link:hover {
	background: rgba(255, 255, 255, 0.7);
}

.splash-side .link:hover .image-holder {
	transform: scale(1.02);
}

.splash-side .video-file video {
	height: 100%;
	width: 178vh;
	margin-left: calc(50% - 89vh);
}

.splash-side .link h2 a {
	color: white;
	text-decoration: none;
	transition: all ease-in 200ms;
	display: inline-block;
	transform: scale(1);
}

.splash-side .link h2 a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	background: white;
	height: 1px;
	bottom: 0;
	width: 0;
	margin: 0 auto;
	transition: all ease-in 200ms;
}

.splash-side .link h2 a:hover:after {
	width: 100%;
}

.splash-side .content-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.splash-side .content-wrapper .image-holder,
.splash-side .content-wrapper .img_link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
}

.splash-textbox {
	border: 1px solid;
	max-width: calc(100% - 40px);
	margin: 0 auto 30px;
	padding: 15px 25px;
}

.splash-side .content-wrapper .splash-textbox h2 {
	margin: 0;
}

.splash-side.right-content .content-wrapper .splash-textbox {
	border-color: black;
}

.banner li {
}

.banner li a {
	position: relative;
	display: block;
}

.banner .info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 0 10px;
	z-index: 9000;
	width: 100%;
	max-width: 1200px;
}

.banner .title {
	font-size: 4.6rem;
	line-height: 4.9rem;
	font-family: "playfair";
	letter-spacing: 0;
	opacity: 0;
	transition: 0.5s opacity;
}

.banner .title .title-inner {
	max-width: 710px;
	font-size: 82px !important;
}

.banner .content p {
	font-size: 0.8rem;
	line-height: 1.1rem;
}

.banner .content p a {
	display: inline;
}

.banner .content p strong {
	text-transform: uppercase;
}

body.home .banner .title {
	top: 40%;
	left: auto;
	right: 100px;
	transform: translateY(0) translateX(0);
	max-width: 710px;
}

body.home .banner .title .title-inner {
	max-width: none;
	font-size: 82px ;
}

.dom-loaded .banner .title {
	opacity: 1;
}

.banner .push-down {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	opacity: 0;
	transition: 0.5s opacity;
}

.banner .push-down.active {
	opacity: 1;
}

body.page-id-414514 .banner li img {
	opacity: 0.5;
}

.body-section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.ctas .col {
	position: relative;
	transition: 0.5s all;
}

.ctas .col:hover {
	filter: sepia(35%) brightness(90%);
	transform: scale(1.05);
}

.ctas h3 {
	margin: 10px 0 0 0;
	font-size: 1.5rem;
	line-height: 1;
}

.ctas .overlay-content {
	position: absolute;
	top: 20px;
	left: 20px;
}

.ctas .overlay-content h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #fff;
}

.info-boxes {
}

.info-boxes h3 {
	margin: 10px 0 10px 0;
	font-size: 1.5rem;
	line-height: 1;
	color: #000;
}

.info-boxes p {
	color: #000;
}

.featured {
}

.featured .taxonomies {
	margin: 0 0 20px 0;
}

.featured .post-item {
	position: relative;
}

.featured .post-item .image {
	margin: 0 0 20px 0;
}

.featured .post-item .tax {
	position: absolute;
	top: 25px;
	left: 25px;
	border: 1px solid #ce9d6b;
	display: block;
	padding: 10px 15px;
	color: #ce9d6b;
}

.featured .post-item h3 {
	margin: 0 0 15px 0;
	color: #000;
	font-size: 1.875rem;
	line-height: 1;
}

.featured .post-item .date {
	margin: 0;
	text-transform: uppercase;
	color: #ce9d6b;
}

.post-grid {
}

.post-grid .col {
	position: relative;
}

.post-grid .col a {
	display: block;
}

.post-grid .col a .image,
.post-grid .col .image {
	margin: 0 0 20px 0;
}

.post-grid .col a .tax {
	position: absolute;
	top: 25px;
	left: 25px;
	background-color: #ce9d6b;
	display: block;
	padding: 10px 15px;
	color: #fff;
	opacity: 0;
	transition: 0.5s all;
}

.post-grid .col:hover a .tax {
	opacity: 1;
}

.post-grid .col a h3,
.post-grid .col h3 {
	margin: 0 0 15px 0;
	color: #000;
	font-size: 1.875rem;
	line-height: 1;
}

.post-grid .col a .date,
.post-grid .col .date {
	margin: 0;
	text-transform: uppercase;
	color: #ce9d6b;
}

p.read-more a {
	font-size: 0.9rem;
}

.message {
	text-align: center;
	font-weight: bold;
	display: none;
	opacity: 0;
	transition: all 1s;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 9999;
	top: 0;
	left: 0;
}

.message.active {
	display: block;
	opacity: 1;
}

.message-inner {
	position: fixed;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	background-color: #afbea0;
	padding: 20px 10px;
}

.message p {
	margin: 0;
	color: #fff;
}

.message p a {
	color: #fff;
	text-decoration: underline;
}

.message-success {
}

.ajax-loader {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, 0.7) url(../../images/ajax.png) 50% 50% no-repeat;
	opacity: 0;
	transition: 0.5s opacity;
}

.ajax-loader p {
	margin: 0;
	transition: 0.5s opacity;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 95%;
	color: #ce9d6b;
	font-weight: bold;
	text-transform: uppercase;
	opacity: 0;
}

.ajax-loader.active {
	opacity: 1;
}

.ajax-loader.success {
	background: none;
	background-color: rgba(0, 0, 0, 0.7);
}

.ajax-loader.success p.good {
	opacity: 1;
}

.ajax-loader.error p.bad {
	opacity: 1;
}

.terms-section-wrapper {
	position: relative;
}

.terms-section-wrapper::after {
	position: absolute;
	right: 0;
	width: 80px;
	content: "»";
	height: 100%;
	color: #fff;
	font-size: 2rem;
	line-height: 62px;
	text-align: right;
	top: 0;
	padding-right: 5px;
}

.terms-section {
	background: black;
	text-align: left;
	padding: 20px 10px 20px 10px;
	font-size: 0;
	overflow: hidden;
	overflow-x: scroll;
}

body.scroll-tax .terms-section-wrapper {
	position: fixed;
	width: 100%;
	top: 81px;
	z-index: 9999;
}

.terms-nav {
	background: black;
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	position: absolute;
	right: 0px;
	width: 80px;
	content: "»";
	height: 100%;
	color: rgb(255, 255, 255);
	font-size: 2rem;
	line-height: 62px;
	text-align: right;
	top: 0px;
	padding-right: 5px;
	z-index: 2;
	cursor: pointer;
}

.terms-nav:after {
	width: 80px;
	content: "»";
	height: 100%;
	color: rgb(255, 255, 255);
	font-size: 2rem;
	line-height: 62px;
	text-align: right;
	transition: all ease-in 200ms;
}

.terms-nav:hover:after {
	padding-right: 5px;
}

#move-left.terms-nav {
	background: black;
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0) 100%
	);
	right: unset;
	left: 0;
	text-align: left;
}

#move-left.terms-nav:after {
	content: "«";
}

#move-left.terms-nav:hover:after {
	padding-right: 0;
	padding-left: 5px;
}

.terms-section-inner {
	/*max-width: 1160px; */
	padding: 0 10px 0 50px;
	margin: 0 auto;
}

.terms-section span {
	color: #fff;
	font-weight: bold;
	display: inline-block;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #fff;
	border-radius: 2px;
	cursor: pointer;
	font-size: 1rem;
}

.terms-section span.active,
.terms-section span:hover {
	background-color: #fff;
	color: black;
}

.terms-section span:last-child {
	margin-right: 0;
}

body.scroll-tax .item-slider {
	padding-top: 70px;
}

body.page-template-page-shop .banner li .info {
	padding-top: 100px;
}

.item-slider {
	margin-top: 0 !important;
}

.cta-banner {
	background-color: #ce9d6b;
}

.cta-banner-inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 30px 10px;
}

.cta-banner p {
	overflow: hidden;
	margin: 0;
}

.cta-banner p a {
	color: #fff;
	text-decoration: none;
}

.cta-banner p a.left {
	float: left;
}

.cta-banner p a.right {
	float: right;
}

ul.item-slider {
	margin: 0;
	padding: 0;
}

ul.item-slider li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tax-title-wrapper {
	padding: 20px 10px;
}

h2.tax-title {
	max-width: 1140px;
	margin: 40px auto 10px auto;
	padding-bottom: 10px;
	text-align: left;
	overflow: hidden;
	border-bottom: 1px solid #616161;
}

h2.tax-title span {
	font-family: "montserrat";
	font-size: 30px;
	line-height: 38px;
}

h2.tax-title span.left {
	float: left;
}

h2.tax-title span.right {
	float: right;
}

h3.nearly {
	margin: 0 0 30px 0;
	text-align: center;
}

.tax-description-wrapper {
	max-width: 1160px;
	margin: -10px auto 10px;
	padding: 0 10px;
}

.page-template-page-heating {
}

.heating-section {
	overflow: hidden;
	padding-top: 70px;
}

.heating-sidebar {
	padding-top: 20px;
	padding-right: 20px;
}

.heating-sidebar ul {
	margin: 0;
	padding: 0;
	padding: 5px;
	border: 1px solid rgba(206, 157, 107, 0.5);
	border-radius: 4px;
}

.heating-sidebar ul li {
	list-style: none;
	padding: 0;
	border-bottom: 1px solid rgba(206, 157, 107, 0.4);
	margin: 0 0 5px 0;
	padding-bottom: 5px;
}

.heating-sidebar ul li .link {
	color: #ce9d6b;
	text-decoration: none;
	display: block;
}

.heating-sidebar ul li:last-child {
	list-style: none;
	padding: 0;
	border-bottom: none;
	margin: 0;
	padding-bottom: 0;
}

.heating-main {
	float: right;
	width: 80%;
}

.heating-main .col {
	cursor: pointer;
}

.heating-main .col h3 {
	margin-bottom: 0;
}

.heating-main .col * {
	cursor: pointer;
}

.heating-main .col.scroll-to .col-inner {
	background-color: #ce9d6b;
}

.heating-main .instructions {
	display: none;
}

body.scroll-tax.page-template-page-heating .item-slider {
	padding-top: 0 !important;
}

body.scroll-heat .heating-sidebar-wrapper {
	position: fixed;
	top: 165px;
	width: 236px;
	z-index: 9999;
	height: 75%;
	overflow: hidden;
}

body.scroll-heat .heating-sidebar {
	overflow: scroll;
	width: 100%;
	height: 100%;
}

body.scroll-heat .heating-sidebar-wrapper::before {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 20px);
	height: 20px;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0) 100%
	);
	content: "";
}

body.scroll-heat .heating-sidebar-wrapper::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 20px);
	height: 50px;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	content: "⌄";
	text-align: center;
	line-height: 75px;
	color: #cd9d6a;
}

body.scroll-heat .heating-search {
	position: fixed;
	top: 85px;
	width: 100%;
	left: 0;
	background-color: #ce9d6b;
	z-index: 9999;
	padding: 20px 10px;
}

body.scroll-heat .heating-search input {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 10px;
	display: block;
}

body.scroll-heat .heating-sidebar ul {
	background-color: #000;
	margin: 0 0 50px;
	position: relative;
}

body.scroll-heat .heating-sidebar ul.item-titles:after {
	content: "";
	display: block;
	left: 0;
	right: 0;
	bottom: -53px;
	height: 46px;
	position: absolute;
	background: #000000;
	z-index: 1;
}

.instructions {
	background-color: white;
	padding: 20px;
}

.instructions h3 {
	color: #ce9d6b;
}

.instructions p {
}

.instructions ul {
	margin-left: 20px;
}

.instructions ul li {
}

.products .col {
	display: none;
}

.products h3 {
	text-align: center;
	font-size: 1rem;
	line-height: 1.3rem;
	min-height: 50px;
}

.products .image {
	margin: 0 0 10px 0;
}

.products .image img {
	display: none;
}

.products .image img.active-img {
	display: block;
}

.products .price {
	margin: 0 0 10px 0;
	text-align: center;
}

.products .description {
	margin: 0 0 20px 0;
	font-size: 0.9rem;
	line-height: 1.2rem;
}

.products .description p {
	margin: 0;
	line-height: 1.2rem;
}

.products form {
	overflow: hidden;
	position: relative;
}

.products .variable form {
	padding-top: 45px;
}

.products form select {
	display: none;
}

/*.products #gift-card form select {display: block}*/

.products form .quantity {
	float: left;
	width: 30%;
	margin-right: 2%;
}

.products form .quantity label {
	display: none;
}

.products form .quantity input {
	color: #000;
	text-align: right;
	display: block;
	width: 100%;
	height: 35px;
}

.products form button {
	float: right;
	width: 58%;
	font-size: 0.9rem;
	line-height: 1 !important;
	text-transform: none !important;
}

.products form button:hover {
	transform: scale(1);
}

.products form .selections {
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 14px;
	text-align: right;
	line-height: 1;
	width: 100%;
}

.products form .selections .selections-description {
	content: "Additional Servings";
	position: absolute;
	top: -15px;
	right: 0;
	text-align: right;
	width: 100%;
	font-size: 10px;
	display: block;
}

.products #gift-card form .selections .selections-description {
	content: "Select Value";
}

.products form .selections .selection {
	display: inline-block;
	border: 1px solid #666;
	color: #666;
	padding: 5px;
	margin-right: 5px;
	cursor: pointer;
}

.products form .selections .selection.selected {
	border: 1px solid #ce9d6b;
	color: #ce9d6b;
}

.products form .selections .selection:last-child {
	margin-right: 0;
}

.products .col.active {
	display: inline-block;
}

.shop_table {
	width: 100%;
}

.woocommerce-shipping-fields {
	margin-bottom: 30px;
}

.woocommerce-billing-fields {
	margin-bottom: 30px;
}

.delivery-schedule {
	overflow: hidden;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.delivery-schedule .delivery-day {
	padding: 10px;
	border: 1px solid #000;
	border-radius: 2px;
	float: left;
	margin: 0 10px 10px 0;
	cursor: pointer;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.delivery-schedule .delivery-day.active {
	background-color: #000;
	color: #fff;
}

.delivery-schedule .delivery-day .day {
	display: block;
	cursor: pointer;
}

.delivery-schedule .delivery-day .day-date {
	display: block;
	font-size: 0.7rem;
	font-weight: bold;
	cursor: pointer;
}

#delivery_window_Morning,
#delivery_window_Midday,
#delivery_window_Afternoon,
#collection_window_Morning,
#collection_window_Midday,
#collection_window_Afternoon
{
	display: none;
}

#delivery_window_Morning + label,
#delivery_window_Midday + label,
#delivery_window_Afternoon + label,
#collection_window_Morning + label,
#collection_window_Midday + label,
#collection_window_Afternoon + label
{
	display: block;
	border: 1px solid #333;
	border-radius: 2px;
	text-align: center;
	margin-bottom: 5px;
	padding: 5px;
}

#delivery_window_Morning:checked + label,
#delivery_window_Midday:checked + label,
#delivery_window_Afternoon:checked + label,
#collection_window_Morning:checked + label,
#collection_window_Midday:checked + label,
#collection_window_Afternoon:checked + label
{
	background-color: #333;
	color: #fff;
}

#delivery_date_field .optional {
	display: none;
	transition: all ease-in 300ms;
}

#delivery_window_field .optional {
	display: none;
	transition: all ease-in 300ms;
}

p.highlight {
	background: #fff6e1;
}

.btt {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: transparent url(../../images/btt.png) 0 0 no-repeat;
	cursor: pointer;
	background-size: 40px 40px;
	opacity: 0;
	transition: opacity 0.5s;
}

.btt.active {
	opacity: 1;
}

.woocommerce-checkout
	ul#shipping_method
	input[id*="local_pickup"]:checked
	+ label:after {
	content: " from 247 St Paul's Tce, Fortitude Valley, Qld 4006, Australia";
}

/* input#shipping_method_0_local_pickup6:checked + label {
	display: none;
} */

input#shipping_method_0_local_pickup6:checked + label:after {
	content: " from 52 Costin St, Fortitude Valley, Queensland 4006, Australia";
}

input.input-text.qty {
	width: 40px;
}

img.attachment-woocommerce_thumbnail {
	width: 140px !important;
}

.desc.small {
	font-size: 0.8rem;
	margin: 0 0 10px 0;
	display: block;
}

/*#shipping_day_field {display: none}*/

.woocommerce-order .product-purchase-note {
	display: none;
}

/*.woocommerce-notices-wrapper {display: none}*/

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: none;
	height: 35px;
	padding: 0 5px;
	position: relative;
}

.woocommerce form .form-row textarea {
	height: 150px;
	padding: 5px;
}

.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 20px;
}

.woocommerce-form-coupon-toggle {
	/* display: none !important; */
}

/*.menu-slider-wrap {column-count: 2; column-gap: 3%;}*/

/*.menu-slider-wrap .menu-category {-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; margin-bottom: 45px;}*/

.menu-content .slick-next {
	top: 20px;
	right: -40px;
}

.menu-content .slick-prev {
	top: 20px;
	left: -40px;
}

.menu-content .slick-next::before,
.menu-content .slick-prev::before {
	color: #ce9d6b;
}

.menu-slider-wrap .menu-category .menu-item {
	margin-bottom: 25px;
}

.menu-slider-wrap .menu-category h3 {
	font-size: 1.6rem;
	line-height: 1;
	color: #000;
	margin: 0 0 45px 0;
}

.menu-slider-wrap .menu-category h4 {
	color: #ce9d6b;
	font-family: "playfair";
	font-size: 1rem;
	line-height: 1;
	margin: 0 0 4px 0;
}

.menu-slider-wrap .menu-category p {
	font-family: "playfair";
	font-size: 1rem;
	line-height: 1.3rem;
}

.col-tax {
}

.col-tax h4 {
	font-family: "montserrat";
	font-size: 1rem;
	line-height: 1;
	text-transform: uppercase;
	border-bottom: 1px solid #ce9d6b;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.col-tax ul {
	margin: 0;
	padding: 0;
}

.col-tax ul li {
	list-style: none;
}

.col-tax ul li a {
	color: #000;
}

.col-tax ul li.active a {
	color: #ce9d6b;
}

.blog-main {
}

.blog-main h1 {
	border-bottom: 1px solid #ce9d6b;
	padding-bottom: 25px;
	margin-bottom: 25px;
	font-size: 2.81rem;
	line-height: 3.1rem;
}

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

.pagination {
}

.pagination .pagination-inner {
	text-align: center;
}

.pagination a.load-more {
	display: inline-block;
	border: 1px solid #ce9d6b;
	color: #ce9d6b;
	padding: 10px 15px;
	text-transform: uppercase;
}

.menu-slider {
}

.menu-slider .slick-slide {
	padding: 0 25px 0 25px;
}

.menu-slider p {
	margin-bottom: 40px;
}

.menu-slider h3 {
	margin: 10px 0 10px 0;
}

.body-section.quote {
	padding: 0;
}

.body-section.quote .quote-inner {
	padding: 0 40px;
}

.quote {
	position: relative;
}

.quote * {
	text-align: center;
}

.quote .quote-inner::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
}

.quote .quote-inner ul {
	margin: 0;
	padding: 0;
}

.quote .quote-inner li {
	height: 440px;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.quote .quote-container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	left: 0;
}

.quote .quote-title {
	color: #000;
}

.quote .quote-cite {
	color: #000;
	font-size: 1.875rem;
	line-height: 1;
	margin: 0;
}

.instagram-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.body-section.gallery {
	padding-bottom: 45px;
}

.contact-listing {
	margin: 0 0 50px 0;
}

a.sticky-contact {
	position: fixed;
	bottom: 20px;
	left: 20px;
	background-color: #000 !important;
	border-radius: 4px;
	border-width: 2px;
	font-size: 0.8rem;
	font-weight: bold !important;
	padding: 5px 20px;
	height: auto;
	z-index: 8999;
}

a.sticky-contact:hover {
	transform: scale(1.05);
}

.body-section.contact {
}

.body-section.contact h2 {
}

.body-section.contact h3 {
}

.body-section.contact h5 {
	font-family: "montserrat";
	color: #ce9d6b;
}

.body-section.contact .ginput_container_text input,
.body-section.contact .ginput_container_date input,
.body-section.contact .ginput_container_time input,
.body-section.contact .ginput_container_email input,
.body-section.contact .ginput_container_textarea textarea {
	font-size: 0.9rem !important;
	font-weight: bold;
}

.post-nav {
	background-color: #fff;
}

.post-nav-inner {
	overflow: hidden;
	padding-top: 20px;
}

.post-nav a {
}

.post-nav a.prev {
	float: left;
}

.post-nav a.next {
	float: right;
}

.form-reveal-wrapper {
	margin-bottom: 35px;
}

.form-reveal {
	display: none;
}

.form-reveal.active {
	display: block;
}

.form-reveal-button {
	margin: 0 0 30px 0;
}

.form-reveal .gform_footer {
	text-align: left !important;
}

.panel {
	opacity: 0;
	transform: scale(0.9);
	transition: 1.5s opacity, 1.5s transform;
}

.panel.panel-active {
	opacity: 1;
	transform: scale(1);
}

footer {
	background-color: #fff;
	padding: 60px 0 25px 0;
}

footer * {
	color: #000;
}

footer ul {
	margin: 0;
}

footer ul li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}

footer ul li a {
	display: block;
	text-decoration: none;
}

footer .site-info {
	overflow: hidden;
}

footer .site-info p {
	margin: 0;
}

footer .site-info p a {
	margin-left: 35px;
}

.banner iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.banner video {
	display: block;
	width: 100%;
	height: 100%;
}

.overlay-dark {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9000;
	left: 0;
	top: 0;
	display: none;
}

body.page-template-page-shop .banner-inner li.slick-current:before,
body.page-template-page-shop .banner-inner li.slick-current .info:before {
	background: url(../../images/deli_logo_black.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 500px auto;
}

body.page-template.page-template-page-shop {
	background: white;
	color: black;
}

body.page-template.page-template-page-shop header.header {
	background: #000000;
}



body.page-template.page-template-page-shop .ajax-loader {
	background-color: rgba(255, 255, 255, 0.5);
}

body.page-template-page-shop .banner li .info .cols.cols-padding {
	display: flex;
}

body.page-template-page-shop .banner li .info .cols.cols-padding > div {
	padding: 0 30px;
}

body.page-template-page-shop
	.banner
	li
	.info
	.cols.cols-padding
	> div
	+ div
	*
	+ h5 {
	margin-top: 70px;
}

.deli-logo {
	display: block;
	width: 600px; 
	height: 180px;
	z-index: 1;
	margin: 0 auto 40px;
	right: 0;
	left: 0;
	max-width: 90%;
	background: url(../../images/deli_logo_black.png);
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	background-size: 226px auto;
}

/* FB zindex */

.fb-customerchat iframe {
	z-index: 999 !important;
}

/* Search desktop link */

.search-form-js {
	display: none;
	width: 1200px;
	margin: 0 auto;
	text-align: right;
	padding-right: 4rem;
}

.search-form-js input {
	padding: 0.5rem;
	border-radius: 1rem;
	border: 0;
	color: black;
	text-align: center;
	border: 1px solid #000;
}

/* Search slide out menu */

.search-tab-form {
	padding: 1rem;
}

.search-tab-form form {
	text-align: center;
}

.search-tab-form form input {
	padding: 0.5rem;
	border-radius: 1rem;
	border: 0;
	color: black;
	width: 95%;
	margin: 0 auto;
	text-align: center;
}

/* Search page */

.search-page-bar {
	width: 100%;
	display: block;
	height: 100px;
}

div#fb-root .fb_dialog iframe[data-testid="bubble_iframe"] {
	bottom: 75px !important;
}

.page-id-414514 .video-file {
	position: relative;
	background-position: 50% 0 !important;
}

.page-id-414514 .video-file::after {
	content: "";
	position: absolute;
	background: rgba(255, 255, 255, 0.88);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

body.page-template-page-shop .banner li .info .shop-heading {
	margin-bottom: 50px;
	font-size: 2rem;
	line-height: 3rem;
	text-align: center !important;
}

.woocommerce-cart .banner li img {
	height: auto;
	max-height: 40vh;
}

@media all and (max-width: 1400px) {
	.woocommerce-cart .banner li img {
		max-height: 0;
	}
}

/* .woocommerce-shipping-totals.shipping {
	display: none;
} */

.woocommerce-shipping-methods li {
	list-style-type: none;
}

.woocommerce-shipping-methods ul {
	margin: 0;
	padding: 0;
}

.shipping_method_field {
	padding: 3px;
	margin: 0 0 6px;
}

.woocommerce-shipping-fields {
	margin-left: 0;
}

.woocommerce-shipping-methods label {
	margin-left: 10px;
}

.straps {
	display: flex;
	column-gap: 50px;
}
.straps .image {
	flex-basis: calc(50% - 25px);
	max-width: calc(50% - 25px);
}

.straps .strap-content {
	flex-basis: calc(50% - 25px);
	max-width: calc(50% - 25px);
}

.info-boxes-inner .panel:nth-child(even) .straps {
	flex-direction: row-reverse;
}

.single-product form.cart {
	display: flex;
	row-gap: 20px;
	margin-top: 30px;
}

.single-product form.cart > * {
	flex-basis: 50%;
}

@media (max-width: 1400px) and (min-width: 300px) {
	body.home .banner .title .title-inner{
			font-size: 45px !important;
	}
}  

body.page-id-414514 .banner li img {opacity: 1;}
body.page-id-414514 .banner li::after {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.8);}

.select2-results__option
{
	color: black;
}

.optional { display: none; }

/*open-fire-pit-catering css start*/

.postid-413388 .body-content .a-col ,
.postid-413388 .body-content .a-col >.cols-margin.clear-d-2> .col:first-child
{
	width: 100%!important;
}
.postid-413388 .body-content .a-col >.cols-margin.clear-d-2 > .col:nth-child(2n)
{
	display: none;
}
.postid-413388 .body-content
{
	display:flex;
    flex-flow: column;
}
.postid-413388 .body-content .a-col{
	order: 2;
}
.postid-413388 .body-content .body-section.menu-slider{
	order: 3;
}

@media (min-width: 1025px){
	.postid-413388 .content_2 , .postid-413388 .content_4{
    	display: flex;
    	height: 475PX;
	}

	.postid-413388 .content_1 , .postid-413388 .content_3 , .postid-413388 .content_5
	{
    	height: 475PX;
	}
	.postid-413388 .content_1 img , .postid-413388 .content_3 img, .postid-413388 .content_5 img{
		margin-left: 20px;
		width: 50%;
	}
	.postid-413388 .content_2 img , .postid-413388 .content_4 img{
		margin-right: 20px;
		width: 50%;
	}
}
@media (min-width: 769px) and (max-width: 1024px){
	.postid-413388 .content_2 , .postid-413388 .content_4{
    	display: flex;
	}

	.postid-413388 .content_1 , .postid-413388 .content_3 , .postid-413388 .content_5
	{
    	height: 300px;
	}

	.postid-413388 .content_1 img , .postid-413388 .content_3 img, .postid-413388 .content_5 img{
		margin-left: 20px;
		width: 50%;
	}
	.postid-413388 .content_2 img , .postid-413388 .content_4 img{
		margin-right: 20px;
		width: 50%;
	}
}
@media (max-width: 768px) and (min-width: 426px) {
	.postid-413388 .content_2 , .postid-413388 .content_4{
    	display: flex;
	}
	.postid-413388 .content_1 img , .postid-413388 .content_3 img, .postid-413388 .content_5 img{
		margin-left: 20px;
		width: 50%;
	}
	.postid-413388 .content_2 img , .postid-413388 .content_4 img{
		margin-right: 20px;
		width: 50%;
	}
}
@media (max-width: 426px){
	.postid-413388 .content_1 img , .postid-413388 .content_3 img, .postid-413388 .content_5 img{
		margin-bottom: 20px!important;
	}
}


/*3 course menu section*/
.postid-413388 .body-content > .featured-inner.restrict{
	order: 1;
	background-color: #FBF8F4;
}
.postid-413388 .body-content > .featured-inner.restrict > .col:first-child
{
	display: none;
}
.postid-413388 .body-content > .featured-inner.restrict > .col:nth-child(2n)
{
	width: 100%!important;
}
.postid-413388 .body-content > .featured-inner.restrict .menu-slider-wrap,
.postid-413388 .body-content > .featured-inner.restrict .menu-slider-wrap .slick-track,
.postid-413388 .body-content > .featured-inner.restrict .menu-slider-wrap .slick-track .menu-category
	{
		width: 100%!important;
	}

@media (min-width: 1025px){
	.postid-413388 .body-content > .featured-inner.restrict .menu_item_1{
		float: left;
	}
	.postid-413388 .body-content > .featured-inner.restrict .menu_item_2{
		float: right;
	}	
	
}
/*end*/


/*cart page*/

.cart_totals.calculated_shipping input[type="checkbox"] {
	width: 20px;
	height: 20px;
}
.cart_totals.calculated_shipping .refund p{
	    margin-top: -3px  !important;
    	margin-left: 5px  !important;
}
@media screen and (min-width: 1999px){
	.cart_totals.calculated_shipping .refund p{
	    margin-top: 0px !important;
	}
}	
.cart_totals.calculated_shipping .refund
{
	    display: flex;
    	flex-direction: row;
    	margin-top: 30px;
}

/*checkout*/
.woocommerce-billing-fields h3{
	font-weight: bold!important;
}

.hide{
	display: none;
}

/*venue page*/
.featured-post .read-more{
	margin-top: 20px;
}

.page-id-412460 .featured-posts{
	/*display: flex;
	justify-content: space-between;*/
	display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 2fr;
}
/*.page-id-412460 .featured-posts .featured-post  {
	width: 30%;
}
.page-id-412460 .featured-posts .image {
	width: 65%;
	object-fit: cover;
}*/

/*shop page*/
@media screen and (max-width: 800px){
	.category-jumper .categories-inner .category-slider{
		padding-left: 34px!important;
		padding-right: 0px!important;
	}
	.woo-page-notices{
		padding-top: 5.5rem!important;
	}
	.shop-header{
		display: none!important;
	}
	.woocommerce-message{
		display: flex;
		flex-direction: column-reverse;
	}
}
