/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


/*Menu Food, Beverage & Wine*/

.item-flex {
	display:flex !important;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100% !important;
}
.item-hide {
	display:none !important;
}
.item-left, .item-right {
	width:auto;
}
.item-left {
	width:66%;
}
.item-right {
	width:34%;
	text-align:right;
}
.dish-vegetarian {
	background-image:url(/wp-content/themes/enfold-child/assets/vegetarian.png);
}
.dish-vegan {
	background-image:url(/wp-content/themes/enfold-child/assets/vegan.png);
}
.dish-gluten-free {
	background-image:url(/wp-content/themes/enfold-child/assets/gluten-free.png);
}
.dish-lactose-free {
	background-image:url(/wp-content/themes/enfold-child/assets/lactose-free.png);
}
.item-default {
	display:none !important;
}
.item-multiprice {
	margin-top:10px;
}
.item-multiprice h5 {
	font-size:14px;
}
.item-format {
	margin-right:12px;
}
.c-primary {
	opacity:0.66;
}