/*
Theme Name: ProVeg B2C
Text Domain: proveg-b2c-theme
Description: The theme for the new ProVeg consumer focused site launched in 2022.
*/

.dyn-wrapper:before {
  background: url(images/icn-tipp.png);
}
.wp-block-group.book:before {
  background: url(images/ic_leaf.svg);
}
.leaf-list ul li::before,
ul.leaf-list li::before {
  background-image: url("images/flat-leaf.svg");
}
/* Random cache busting comment */

/* Temporary fix for hiding the Featured Image on https://proveg.org/5-pros/what-a-well-planned-plant-based-diet-looks-like/ until we can figure out exactly what is causing the "Hide Featured Image" option in the FSM plugin to misbehave on CPTs */
/* body.postid-163952 {
	figure.wp-block-post-featured-image	{
		display: none;
	}	
} */