/* Recipes */

/*Recipe Page*/
/*Recent Recipe Posts*/
.recent-recipe-container
{
	width:100%;
	clear:both;
	overflow:hidden;
	
}
.recent-recipe-container ul
{
	margin: 0 0 20px 0;
}
.recent-recipe-container li
{
	position:relative;
	float:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	width:358px;
	margin:0 30px 10px 0;
	border: 10px solid #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	overflow:hidden;
}
.recent-recipe-container li:last-child
{
	margin-right:0;
}
.recipe-new-label,
.new-item
{
	background:url(../../images/label-new.png) no-repeat;
	width:83px;
	height:83px;
	position:absolute;
	left:0;
	top:0;
}

.back-to-category
{
	background: #39aa46 url(../../images/back-arrow.png) no-repeat center 7px;
	color: #333;
	position:absolute;
	width:30px;
	height:30px;
	top:0;
	right:0;
	font-weight: bold;
}
/* #Single recipe
================================================== */
.single-recipe .post .desc .image-wrap
{
	background:url("../../images/recipe-feature-shadow.png") no-repeat left bottom;
	padding-bottom:6.2%;
	background-size:100% auto;
}
.single-recipe .post .desc .image
{
	border-bottom:none;
	position:relative;
	margin-top:30px;
	overflow:hidden;
	border-color: #e4e4e4;
	border-width:1px 1px 0 1px;
	border-style:solid;
}
.single-recipe .post .desc .image img
{
	
	width:100% !important;
	height:auto;
}
.single-recipe .post .recipe-icon-container
{
	position:absolute;
	width:61px;
	height:62px;
	top:50%;
	left:50%;
	margin:-32px 0 0 -30px;
}
.single-recipe .post a.recipe-zoom
{
	width:61px;
	height:62px;
	display:block;
	position:absolute;
	color:#fff;
	font-size:60px;
	text-align:center;	
}
.single-recipe .post a.recipe-video
{
	left:0;	
}
.single-recipe .post a.recipe-zoom
{
	right:0;	
}
.single-recipe .post a.recipe-zoom
{
	opacity:0;
	top:-200%;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
}
.single-recipe .post a.recipe-zoom
{
	transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
}
.single-recipe .post .desc .image:hover a.recipe-zoom
{
	opacity:1;
	top:0;
}
.single-recipe .post .desc .image:hover a.recipe-zoom:hover
{
	color:#8fc748;
}
.single-recipe .post .desc .image .mask
{
	background:rgba(0,0,0,0.5);
	position:absolute;
	width:100%;
	height:100%;
	opacity:0;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
}
.single-recipe .post .desc .image:hover .mask
{
	opacity:1;	
}
.single-recipe .post a.recipe-video
{
	position:absolute;
	left:50%;
	bottom:0;
	padding:10px;
	background:rgba(143,199,72,0.8);
	color:#fff;
	-webkit-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	transform: translateX(-50%);
	font-size:180%;
}
.single-recipe .post a.recipe-video span
{
	margin-left:10px;
}
.single-recipe .post a.recipe-video i
{
	font-size:35px;
	float:left;
}
a.shopping-button
{
/*	background:url(../../images/shopping-list-button.png) no-repeat;
	width:109px;
	height:29px;
	text-align:center;
	color:#fff;
	padding-top:3px;
	float:none;
	margin:0 auto;
	display:block;
	font-weight:bold;
	cursor:pointer;
	
	margin-bottom:20px;*/
	display:none;
	margin:15px auto;
	max-width:70%;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:700;
}
a.shopping-button:hover
{
	text-decoration:none;
}
ul.ingredients li
{
	position:relative;
	padding-left:25px;
	margin-left:10px;
	line-height:30px;
}
ul.ingredients li:before
{
	content:'';
	width:7px;
	height:7px;
	display:block;
	position:absolute;
	left:0;
	top:12px;
	background:#38a945;
}
.single-recipe .post .desc h1
{
	margin-right:20px;
}
ol.step li
{
	color:#38a945;
	position:relative;
	z-index:5;
	padding-top:7px;
	font-size:18px;
	font-weight:bold;
	margin-left:30px;	
}
ol.step li:before {
	content:'';
	color:#38a945;
	position:absolute;
	left:-72px;
	font-size:18px;
}
.step li span
{
	color:#666;
	font-size:14px;
	font-weight:normal;
}





.recipe-container .detail {
	background: transparent;
	border: 0 none;
	padding: 0;
	margin: 0;
	box-shadow: 0 0 0 transparent;
}

.big-recipe-image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.recipe-text {
	padding: 20px 0;
}

.recipe-highlights {
	padding: 4px 0;
}

.recipe-highlights,
.recipe-how-to {
	color: #fff;
	background: black;
}

.recipe-ingredients {
	color: #000;
	background: white;
}

.recipe-text * {
	color: inherit;
}

.recipe-text p {
	margin: 20px 0;
}

.recipe-text ul,
.recipe-text ol {
	margin: 20px 0;
	padding: 0 0 0 1.5em;
}

.recipe-text ul {
	list-style: disc;
}

.recipe-text ol {
	list-style: numeric;
}

.recipe-text li {
	margin: 0.5em 0;
	padding: 0 0 0 0.5em;
}