@charset "UTF-8";

#recipeOfTheDay .card-image {
	height: 200px;
}

#recipeOfTheDay .card-image .image {
	background-size: cover;
	background-position: 50%;
	height: 100%;
	background-image:
		url(/AlifePortal-portlet/images/food/restrictions/restrictions.png);
}

#recipeOfTheDay .card-image .card-title {
	z-index: 1;
	font-weight: 400;
	font-size: 26px;
	top: 10px;
}

#recipeOfTheDay .card-image .card-text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	color: white;
	z-index: 1;
	line-height: 1.5;
	font-size: 18px;
	font-weight: 300;
}

#recipeOfTheDay .card-image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: linear-gradient(rgba(7, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

#recipeOfTheDay .card-action .action {
	font-weight: 500;
	font-size: 14px;
	color: #8BC24A;
	
	
}

#recipeOfTheDay .card-action a.right {
	margin-right: 0;
	margin-left: 20px;
}

#recipeOfTheDay .card-action a.right span {
	margin-right: 0;
	color: #505c65;
}