.recipe
{
	color: #6c6c6c;
}
.recipe h1
{
	color: #4c4c4c;
	font-size: 32px;
	line-height: 45px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
}
.recipe h2
{
}
.recipe .summary
{
	font-size: 20px;
	line-height: 24px;
	font-weight: 200;
	text-align: center;
	overflow: hidden;
}
.recipe .summary p:first-of-type
{
	margin-top: 0;
}
.recipe .metadata
{
	font-size: 85%;
	color: #64625e;
}
.recipe .body
{
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
}
.recipe .body p
{
    margin: .5em 0 0 0;
}
.recipe .body p:first-of-type
{
	margin-top: .5em;
}
.recipe ul,
.recipe ol
{
	margin: .5em 0 0 0;
	padding: 0 0 0 1em;
}
.recipe li
{
}
.recipe .media,
.recipe .body
{
	padding-top: 15px;
	padding-bottom: 15px;
}
.recipe .media img
{
	width: 100%;
}





.recipe .item
{
	display: block;
	border: 1px solid #d7d0bd;
	padding-bottom: 2.5em;
}
.recipe .item:hover
{
	text-decoration: none;
	border-color: #9f1550;
}
.recipe .item img.embed-responsive-item
{
	height: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.recipe .item h2,
.recipe .item .summary,
.recipe .item .readmore,
.recipe .item .metadata
{
	margin: 0 .5em;
}
.recipe .item h2
{
	font-size: 1rem;
	line-height: normal;
	height: 4em;
}
.recipe .item .summary
{
	font-size: 1rem;
	line-height: normal;
	text-align: left;
	color: #64625e;
	height: 144px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.recipe .item .readmore
{
	margin-bottom: .5em;
}
@media only screen and (max-width: 991px)
{
	.recipe .item .summary
	{
		height: 108px;
	}
}
@media only screen and (max-width: 767px)
{
	.recipe .item .summary
	{
		height: auto;
		margin-bottom: 0;
	}
}



hr.text
{
	border: 0;
	height: 1px;
	background-color: #d7d0bd;
	color: #64625e;
	text-align: center;
	font-weight: 400;
	text-transform: lowercase;
	margin: 1em 0;
}
hr.text:after
{
	content: attr(data-title);
	display: inline-block;
	position: relative;
	top: -0.8em;
	font-size: 1.1rem;
	padding: 0 0.25em;
	background: transparent;
}