/* backgrounds */
html body.shop-local .block-link, html body.shop-local input[type="submit"], html body.shop-local button, html body.shop-local .search-form input[type="image"] {
	background-color: #1782c5;
}
html body.shop-local .green-bg, html body .blue-bg {
	background-color: #1782c5;
}
html body.shop-local .purple-bg, html body .pink-bg {
	background-color: #bb1a7a;
}
html body.shop-local .gold-bg, html body .yellow-bg {
	background-color: #efd13f;
}

html body.shop-local main a:not(.block-link), html body.shop-local .highlight {
	color: #bb1a7a;
}

html body.shop-local .grid__item {
	border-bottom-color: #bb1a7a;
}

html body.shop-local .mc4wp-form input[type="submit"] {
	background-color: transparent;
}

#directory_search_bar.shop-local .select-style {
	background: white;
	color: #202020;
	width: 100%;
}

#directory_search_bar.shop-local input[type="submit"] {
	background-color: #bb1a7a;
}