/*
	* Dietary Icons CSS
	*
	* @package      recipegirl
	* @author       Lindsay Humes
	* @since        1.0.0
	* @license      GPL-2.0+
*/
.post-dietary, .weightwatchers{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.tax-labels {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;	
}
a.dietary, a.smartpoints {
	display: block;
	margin: 2px;
	font-size: 14px;
	width: 35px;
	height: 35px;
	line-height: 33px;
	font-weight: 700;
	text-align: center;
	border-radius: 3px;
}
a.dietary {
	border-radius: 50%;
}


a.dietary, a.dietary:visited {
	background: #ffffff;
	color: #3a3a3a;
}
a.smartpoints, a.smartpoints:visited {
	color: #ffffff;
}
a.smartpoints:hover, a.smartpoints:visited:hover {
	color: #ffffff;
	background: #3a3a3a!important;
	transition: all .8s ease 0s;
}
a.dietary:hover, a.dietary:visited:hover {
	background: #e5e5e5!important;
	color: #3a3a3a;
	transition: all .8s ease 0s;
}
a.dietary.df {
	background:#e6b2a0
}
a.dietary.ef {
	background:#deafaf
}
a.dietary.gf {
	background:#bcc99e
}
a.dietary.lc {
	background:#d4b5d4
}
a.dietary.lf {
	background:#a9b9d7
}
a.dietary.nf {
	background:#f2c992
}
a.dietary.paleo {
	background:#9bc0c6
}
a.dietary.vegan {
	background:#e5b7c8
}
a.dietary.veg {
	background:#9bc5b8
}

a.smartpoints.blue {
	background: #006cd5;
}
a.smartpoints.green {
	background:#00776b;
}
a.smartpoints.purple {
	background: #960e68;
}
.excerpt-post .post-dietary {
	justify-content: center;
	margin: 0 auto 10px;
}
.square .post-dietary {
	display: block;
}
.square .tax-labels {
	margin: 0 0 5px;
}
.smart-points-name {
	font-weight: 700;
	font-size: 14px;
	margin-left: 3px;
}
