section.recipes {
	max-width: 1280px;
	display: block;
	margin: 0 auto;
	padding: 40px;
    padding-top: 40px;
}

section.recipe {
	max-width: 1080px;
	display: block;
	margin: 0 auto;
	padding: 40px;
    padding-top: 40px;
}


section.recipes a {
	display: block;
	float: left;
	width: calc(33.3% - 13.3px);
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	position: relative;
	background-color: #FFF;
}

section.recipes a:nth-child(3n) {
	margin-right: 0px;
}

section.recipes a content {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background: #0b97cc;
	padding: 20px;
	box-sizing: border-box;
}

section.recipes a content h2 {
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	line-height: 1.3;
}

section.recipes a:hover content {
	
}

section.recipes a content p {
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 10px;
	overflow: hidden;
	height: 0px;
	margin-bottom: 0px;
	box-sizing: border-box;
}

section.recipes a:hover content p {
	height: auto;
	padding-top: 10px;
}

recipe-head {
	padding: 20px;
	display: block;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}

recipe-head text {
	display: block;
	position: absolute;
	bottom: 20px;
	width: 100%;
}

recipe-head h1 {
	color: #0b97cc;
	font-size: 32px;
	display: block;
	margin-bottom: 5px;
}

recipe-head h2 {
	color: #666;
	font-size: 14px;
	display: block;
}

recipe-head p {
	margin-bottom: 0px;
	margin-top: 20px;
	color: #999;
		padding-right: 40px;
		line-height: 1.3;
}

recipe-head p em {
	font-size: 12px;
	line-height: 1.2;
}


section.recipe recipe-details {
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	background: #FFF;
	display: block;
	box-sizing: border-box;
	float: left;
	width: 66.6%;
}

section.recipe recipe-data {
	display: block;
	box-sizing: border-box;
	float: right;
	width: calc(33.3% - 20px);
}

section.recipe recipe-data nutrition {
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	background: #FFF;
	display: block;
	border: 1px solid #000;
}

section.recipe recipe-data nutrition li {
	display: block;
	border-top: 1px solid #000;
	padding: 10px;
	font-size: 12px;
	line-height: 1.3;
	text-align: right;
}

section.recipe recipe-data nutrition li strong {
	float: left;
}

section.recipe recipe-data nutrition li em {
	font-size: 10px;
	line-height: 1.3;
	color: #999;
	text-align: left;
	display: block;
}

section.recipe recipe-data nutrition nutrition-head {
	padding: 10px;
	border-bottom: 5px solid #000;
	display: block;
}

section.recipe recipe-data nutrition nutrition-head h2 {
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
}

section.recipe recipe-data nutrition nutrition-head h3 {
	font-size: 12px;
	font-weight: normal;
}

section.recipe recipe-lead {
	display: block;
	height: 300px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 20px;
}

section.recipe recipe-lead h1 {
	display: block;
	position: absolute;
	bottom: 0px;
	background: #0b97cc;
	color: #FFF;
	padding: 10px 20px;
	font-size: 20px;
	width: 100%;
}

section.recipe recipe-details intro, section.recipe recipe-details content p {
	font-size: 16px;
	line-height: 1.3;
	color: #666;
	margin-bottom: 20px;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}

section.recipe recipe-details ingredients {
	margin-bottom: 20px;
	display: block;
}

section.recipe recipe-details h2 {
	color:#0b97cc;
	font-size: 20px;
	display: block;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

section.recipe recipe-details ingredients li {
	display: block;
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

section.recipe recipe-details content li {
	display: block;
	background: rgba(0,0,0, 0.03);
	padding: 10px;
	margin-bottom: 5px;
	line-height: 1.3;
	padding-left: 20px;
	padding-right: 20px;
	color: #0b97cc;
}

section.recipe recipe-details content ul {
	display: block;
	margin-bottom: 20px;
}


@media only screen and (min-width: 0px) and (max-width: 800px) {
	section.recipes a {
		float: none;
		width: 100%;
		margin-right: 0px;
	}

	section.recipes a content p {
		height: auto;
		padding-top: 10px;
	}

	section.recipe recipe-data , section.recipe recipe-details {
		width: 100%;
		float: none;
		border-radius: 0px;
	}

	section.recipe recipe-data nutrition {
		margin: 10px;
	}

	section.recipe {
		padding: 0px;
	}


}
