/*-----------------------------------------------------------------------

	Style Name: Icons
	Make sure you know what you're doing before altering this file.
  
------------------------------------------------------------------------*/
@import url(../../fonts/cousine/cousine.css);


/* Recipe category icons
------------------------------------- */
.recipe-categories-list .inline li a .link-label { 
	background: #ccc;
	border-radius: 5px;
	display: none;
	margin: 0 0 0 -20px;
	padding: 10px 5px;
	position: absolute;
	width: 100px;
}
.recipe-categories-list .inline li a:hover .link-label { 
	-animation: fadeIn .5s ease-in-out;
	-moz-animation: fadeIn .5s ease-in-out;
	-ms-animation: fadeIn .5s ease-in-out;
	-o-animation: fadeIn .5s ease-in-out;
	-webkit-animation: fadeIn .5s ease-in-out;
	display: block;
}

.recipe-categories-list .inline li a .term-icon {
	clear: both;
	display: block;
	font-family: 'Cousine' !important;
	height: 40px;
}

.term-icon:before {
	font-size: 50px;
	position: relative;
	top: 10px;
}


/* Recipe category icons
------------------------------------- */
.aves-icon:before{ content: '\0032'; }
.bolos-e-tortas-icon:before { content: '\0023'; }
.carnes-icon:before { content: '\0033'; }
.doces-icon:before { content: '\0040'; }
.massas-icon:before { content: '\0039'; }
.paes-e-biscoitos-icon:before { content: '\0038'; }
.peixes-e-frutos-do-mar-icon:before { content: '\0030'; }
.prato-principal-icon:before { content: '\0031'; }
.salgados-icon:before { content: '\0024'; }


/*
.icon-forknife:before { content: '\0031'; }
.icon-chickenleg:before { content: '\0032'; }
.icon-meat:before { content: '\0033'; }
.icon-salad:before { content: '\0034'; }
.icon-appettizer:before { content: '\0035'; }
.icon-candy:before { content: '\0036'; }
.icon-soup:before { content: '\0037'; }
.icon-bread:before { content: '\0038'; }
.icon-fish:before { content: '\0039'; }
*/