.recipe--ingredients { padding:25px 15px;background-color:#e9f0f4;}
.recipe--ingredients .ingredient:after { content: " "; clear: both; display: table; }
.recipe--ingredients .ingredient { border-top:1px dotted #000; margin-top: 1.2em; margin-bottom: .5em; }
.recipe--ingredients .col-xs-8, .recipe--ingredients .col-xs-2 { margin-top: -1.2em; }
.recipe--ingredients .label, .recipe--ingredients .price { display: inline-block; background:#e9f0f4; }
.recipe--ingredients .label { padding-right:7px; }
.recipe--ingredients .price { padding-left:7px; }

.recipe-teaser .recipe-thumbnail {
	position: relative;
	background-size: cover;
}

.recipe-teaser .recipe--category {
	margin-top: 10px;
}

.recipe-teaser .recipe--title {
	font-size: 15px;
	margin-top: 5px;
	color: #000;
}

.recipe-teaser--wrapper {
	margin: 0 auto 45px auto;
	padding: 0 20px;
}

@media  screen and (max-width: 767px) {
	.recipe-teaser {
		margin: 0 20px 25px 20px;
	}
	
	.recipe-teaser .recipe-thumbnail {
		height: 0;
		width: 100%;
		padding-bottom: 70.58%;
	}
}

@media  screen and (min-width: 767px) {
	.recipe-teaser {
		width: 340px;
		margin: auto;
		margin-bottom: 25px;
	}

	.recipe-teaser .recipe-thumbnail {
		width: 340px;
		height: 240px;
	}

	.recipe-teaser--wrapper {
		margin-left: 14px;
		float: left;
	}

	.views-row-odd.recipe-teaser--wrapper {
		margin-left: 0;
		margin-right: 14px;
	}
}

.recipe--link {
	display: block;
	position: absolute;
	z-index: 5;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.recipe-teaser .player--icon {
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 50%;
	margin: -39px auto auto -39px;
}

.recipe--link-text {
	display: inline-block;
	position: absolute;
	z-index: 4;
	bottom: 0;
	right: 0;
	padding: 10px;
	text-transform: uppercase;
	font-size: 14px;
}

.recipe--details {
	font-size: 13px;
}

.recipe--details .line-through {
	height: 1em;
}

.recipe--details .line-through--text {
	padding-left: 0
}

.recipe--picture {
	position: relative;
	padding-bottom: 55.93%;
	height: 0;
	width: 100%;
}

.recipe--download {
	position: relative;
	display: block;
	margin: 0 auto 30px auto;
	height: 49px;
	width: 254px;
	margin-top: 26px;
}

.recipe--download-link {
	position: absolute;
	top: 0;
	color: #fff;
	right: 0;
	width: 210px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

.recipe--category {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
}

.recipe--price {
	font-weight: 700;
	font-size: 16px;
}