@import url('https://fonts.googleapis.com/css2?family=Lora:wght@700&display=swap');


.thm-custom-h1-center-upper {
	text-transform: uppercase;
	text-align: center;
}

/* Lora H2 */

h2.lora-large {
	font-family: 'Lora', serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 0.02px;
	text-align: center;
	margin-bottom: 30px;
}

/* Shop Page (Custom) */

.show-custom-top-banner-section {
	position: relative;
	padding-bottom: 50px;
}

.show-custom-top-banner-section:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 180px;
	background-color: #EBEFDC;
}

.show-custom-top-banner-section li.product {
	position: relative;
}

.show-custom-top-banner-section li.product h2 {
	position: absolute;
	left: 0;
	bottom: 60px;
	padding: 7px 5px;
	background-color: #EBEFDC;
	font-family: 'Lora', serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.02px
}


.shop-custom-search-form {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
}

.shop-custom-search-form > span {
	font-size: 22px;
	font-weight: 400;
}

.shop-custom-search-form > form {
	display: flex;
	width: 420px;
	max-width: 100%;
	align-items: center;
	margin: 0 15px;
}

.shop-custom-search-form > form input[type=text] {
	border: none;
	border-bottom: 1px solid #000;
}

.shop-custom-search-form > form input[type=submit] {
	margin: 0 0 0 5px;
}


.section-shop-custom-before,
.section-shop-custom-after {
	width: 100%;
	height: 50px;
}


.picleft-wrap {
	display: flex;
}

.picleft-left,
.picleft-right {
	width: 100%;
}

.picleft-left img {
	max-width: 100%;
	height: auto;
}

.picleft-button-area {
	width: 100%;
	text-align: center;
}

.picleft-button-area a.button {
	display: inline-block;
	background: #778A82;
	padding: 7px 15px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
}

@media only screen and (min-width: 600px) {

	.picleft-left {
		width: 45%;
		flex-basis: 45%;
		padding-right: 40px;
	}

	.picleft-right {
		width: 55%;
		flex-basis: 55%;
	}

}


/* Standard */

:focus,
::focus {
    outline: none !important;
}

.custom-standard-4-slider {
	margin-left: -14px;
	margin-right: -14px;
}

.custom-standard-4-slider-pod {
	padding: 0 14px;
}

.custom-standard-4-slider-pod h2 {
	text-align: center;
	color: #000;
	font-size: 16px;
	line-height: 23px;
	text-transform: uppercase;
	margin: 15px 0 0;
}

.custom-standard-4-slider-pod img {
	max-width: 100%;
	height: auto;
}

.custom-standard-4-slider-pod .price {
	display: block;
	width: 100%;
	text-align: center;
	color: #888888;
}

button.slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	border: none;
	font-size: 0px;
	line-height: 0px;
	width: 12px;
	height: 18px;
}

.slick-prev {
	left: -20px;
	background-image: url('../img/prev@2x.png');
}

.slick-next {
	right: -20px;
	background-image: url('../img/next@2x.png');
}


/* Spotlight / Single */

.section-shop-spotlight-wrap {
	display: flex;
	flex-direction: column;
	margin: 0 20px;
}

.section-shop-spotlight-wrap .section-shop-spotlight-image {
	border: #E9ECEB 1px solid;
}

.section-shop-spotlight-wrap .section-shop-spotlight-image img {
	max-width: 100%;
	height: auto;
}

.section-shop-spotlight-wrap .section-shop-spotlight-text {
	border: #E9ECEB 1px solid;
	background: #E9ECEB;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 30px 15px;
}

.section-shop-spotlight-wrap .section-shop-spotlight-text h2 {
	font-family: 'Lora', serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 50px;
}

.section-shop-spotlight-wrap .section-shop-spotlight-text span.spotlight-title {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

.section-shop-spotlight-wrap .section-shop-spotlight-text span.price {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	font-style: italic;
	color: #888888;
}

.section-shop-spotlight-wrap .section-shop-spotlight-text p {
	margin: 30px 0;
	font-size: 20px;
	line-height: 29px;
}

.section-shop-spotlight-wrap .section-shop-spotlight-text a.button {
	background: #778A82;
	padding: 7px 15px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
}

@media only screen and (min-width: 600px) {

	.section-shop-spotlight-wrap {
		flex-direction: row;
		margin: 0;
	}

	.section-shop-spotlight-wrap .section-shop-spotlight-image {
		flex-basis: 50%;
		order: 2;
	}

	.section-shop-spotlight-wrap .section-shop-spotlight-text {
		flex-basis: 50%;
		order: 1;
		padding: 50px;
	}

}


/* Advert */

.section-shop-advert-wrap {
	display: flex;
	flex-direction: column;
	margin: 0 20px;
}

.section-shop-advert-wrap .section-shop-advert-image {
}

.section-shop-advert-wrap .section-shop-advert-image img {
	max-width: 100%;
	height: auto;
}

.section-shop-advert-wrap .section-shop-advert-text {
	border: #E9ECEB 1px solid;
	background: #E9ECEB;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 30px 15px;
}

.section-shop-advert-wrap .section-shop-advert-text h2 {
	font-weight: bold;
	font-size: 22px;
	line-height: 31px;
	margin-bottom: 0px;
}

.section-shop-advert-wrap .section-shop-advert-text p {
	margin: 30px 0;
	font-size: 20px;
	line-height: 29px;
}

.section-shop-advert-wrap .section-shop-advert-text a.button {
	background: #778A82;
	padding: 7px 15px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
}

@media only screen and (min-width: 600px) {

	.section-shop-advert-wrap {
		flex-direction: row;
		margin: 0;
	}

	.section-shop-advert-wrap .section-shop-advert-image {
		flex-basis: 40%;
	}

	.section-shop-advert-wrap .section-shop-advert-text {
		flex-basis: 60%;
		padding: 50px;
	}

}


/* Hero Advert */

.hero-advert-wrap {
	clear: both;
}

.section-shop-hero-advert-wrap {
	display: flex;
	flex-direction: column;
	margin: 0 20px;
}

.section-shop-hero-advert-wrap .section-shop-hero-advert-image {
}

.section-shop-hero-advert-wrap .section-shop-hero-advert-image img {
	max-width: 100%;
	height: auto;
}

.section-shop-hero-advert-wrap .section-shop-hero-advert-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 30px 15px;
}

.section-shop-hero-advert-wrap .section-shop-hero-advert-text span.pretitle {
	font-weight: bold;
	font-size: 22px;
	line-height: 31px;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #000000;
	font-style: normal;
	letter-spacing: 0.2px;
}

.section-shop-hero-advert-wrap .section-shop-hero-advert-text h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 43px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.section-shop-hero-advert-wrap .section-shop-hero-advert-text p {
	margin: 30px 0;
	font-size: 20px;
	line-height: 29px;
	color: #000000;
}

.section-shop-hero-advert-wrap .section-shop-hero-advert-text a.button {
	background: #778A82;
	padding: 7px 15px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
}

@media only screen and (min-width: 600px) {

	.section-shop-hero-advert-wrap {
		flex-direction: row;
		margin: 0;
	}

	.section-shop-hero-advert-wrap .section-shop-hero-advert-image {
		flex-basis: 50%;
	}

	.section-shop-hero-advert-wrap .section-shop-hero-advert-text {
		flex-basis: 50%;
		padding: 50px;
	}

}


/* Custom Top Area */

.section-custom-top {
	text-align: center;
}

.section-custom-top h1 {
	font-family: 'Lora', serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 0.02px;
	text-align: center;
	margin-bottom: 30px;
	color: #000000 !important;
}

.section-custom-top p {
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	text-align: center;
}


/* Roundup Posts */

.roundup-outer {
	border-bottom: 1px solid #000;
}

.roundup-outer > h2 {
	display: block;
	width: 100%;
	font-size: 30px;
	line-height: 43px;
	font-weight: bold;
	text-align: center;
	padding: 50px 0 25px;
}

.roundup-wrap .roundup-cell {
	display: flex;
	border-top: 1px solid #000;
	padding: 30px 0;
	flex-wrap: wrap;
}

.roundup-wrap .roundup-cell .roundup-image {
	flex-basis: 100%;
	margin-bottom: 30px;
}

@media screen and (min-width: 640px) {
	.roundup-wrap .roundup-cell .roundup-image {
		flex-basis: 50%;
		margin-bottom: 0;
	}
}

.roundup-wrap .roundup-cell .roundup-image img {
	max-width: 100%;
	height: auto;
}

.roundup-wrap .roundup-cell .roundup-text {
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-left: 16px;
	text-align: left;
}



@media screen and (min-width: 640px) {
	.roundup-wrap .roundup-cell .roundup-text {
		flex-basis: 50%;
	}
}

.roundup-wrap .roundup-cell .roundup-text span {
	display: block;
}

.roundup-wrap .roundup-cell .roundup-text span.roundup-cell-text-number {
	font-family: 'Lora', serif;
	font-weight: bold;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 0.02px;
	text-align: left;
	margin-bottom: 13px;
}

.roundup-wrap .roundup-cell .roundup-text span.roundup-cell-text-title {
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0.02px;
	margin-bottom: 20px;
	text-align: left;
}

.roundup-wrap .roundup-cell .roundup-text p {
	margin-bottom: 30px;
	text-align: left;
}

.roundup-wrap .roundup-cell .roundup-text a.button {
	background: #778A82;
	color: #ffffff;
	padding: 7px 15px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	text-transform: uppercase;
}


/* Recipes Landing Page */

#category_filter_container.category-search-bar {
	background: transparent;
}


/* Blockquote */

.post-entry blockquote, .entry-content blockquote {
    border: none;
    margin: 50px 0;
}

.post-entry blockquote::before, .entry-content blockquote::before {
	content: open-quote;
	display: block;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: #778A82;
}


/* January 2022 Patch */

.slick-track {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce .products ul, .woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
}







