/**** START WP 5.5/Chow theme update fixes ****/
.recipe-template-default .container .twelve.columns {
	width: 100% !important;
}
#titlebar .container .eight.columns {
	width: 100% !important;
}
#breadcrumbs {
	display: none !important;
}
body.page-template-template-browserecipe .recipe-meta a, body.post-type-archive-recipe .recipe-meta a, .related-posts .recipe-meta a {
	width: auto;
	float: none;
}
/**** END WP 5.5/Chow theme update fixes ****/

/* Start of 2021 UX/UI Audit - AR */
#title-bar { display: none !important; }

/* Removal of Ecommerce/Updates from Fever Tree */

/*** PRODUCT & PRICE ***/
.home .product a section .product-price {
	display: none;
}
.product-page > form {
	padding-top: 0;
}
table.variations {
	display: none;
}
.single_variation_wrap {
	display: none !important;
}
.price {
	display: none;
}
.products .product section {
	min-height: 0;
}
.product-page .price {
	display: none;
}
.subscribe-save-callout {
	display: none;
}
/*a.product-button {
	display: none;
}*/

/*** HEADER ***/
#header #top-menu .container > div a:first-child {
	border-right: 0;
	padding-right: 0;
}
.sale-banner {
	display: none;
}

/*** AMAZON REVIEWS ***/
.elfsight-amazon-reviews {
	display: none;
}
.up-sells.upsells.products {
	margin-bottom: 50px;
}
.jump-to-reviews-anchor {
	display: none;
}

/*** SHOP BLOCKS ***/
.shop-navigation .nav-block:nth-child(1) {
	background: #e04f39;
}
.shop-navigation .nav-block:nth-child(1):hover {
	background: #bf4331;
}
.shop-navigation .nav-block:nth-child(2) {
	background: #78be21;
}
.shop-navigation .nav-block:nth-child(2):hover {
	background: #66a21c;
}
.shop-navigation .nav-block:nth-child(3) {
	background: #9bcbeb;
}
.shop-navigation .nav-block:nth-child(3):hover {
	background: #84adc8;
}
.shop-navigation .nav-block:nth-child(4) {
	background: #ed8b00;
}
.shop-navigation .nav-block:nth-child(4):hover {
	background: #ca7600;
}
.shop-navigation > div:nth-child(1) > div:hover { 
	background: #bf4331 !important; 
}
.shop-navigation > div:nth-child(2) > div:hover { 
	background: #66a21c !important; 
}
.shop-navigation > div:nth-child(3) > div:hover { 
	background: #84adc8 !important; 
}
.shop-navigation > div:nth-child(4) > div:hover { 
	background: #ca7600 !important; 
}

/*** FIND US ***/
.states-represented {
	display: none;
}
.retail-store-map {
	display: none;
}
.retail-states-wrap {
	display: none;
}

/*** 404 Page ***/
.widget_recent_entries, .widget_categories, .widget_archive, .widget_tag_cloud {
	display: none;
}

/*** Recipes ***/
@media screen and (max-width: 800px) {
	.recipe-box .thumbnail-holder {
		max-width: 280px;
		margin: 0 auto;
	}
	.home-block, .recipe-blocks a {
		width: calc(100% - 80px);
	}
	.directions-container h3 {
		margin-top: 30px;
	}
}
.foodiepress {
	border-bottom: 0;
}
blockquote, .post-quote blockquote {
		padding: 0;
}

/*** 06.21.23 Recipes Product Filter Updates ***/
#advanced-search .select select {
	display: block !important;
	width: 100%;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-weight: 600 !important;
    color: #1F1D1C;
    letter-spacing: 1px;
}
.advanced-search-container .chosen-container {
	display: none;
}