
.related-content{
	margin-bottom: 20px;
}

.related-content h2{
	text-align: center;
}

.related-content .recipe-teaser {
	margin: 0 auto;
	position: relative;
}
.related-content .recipe-teaser a {
	text-decoration: none;
}
.related-content .recipe-teaser .image {
	padding: 10px 0;
}
.related-content .recipe-teaser a > .image {
	margin-top: 30px;
}
.related-content .recipe-teaser .image > div {
	margin: 0 auto;
}

.related-content .recipe-teaser:hover .image{
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	-ms-filter: blur(6px);
	-o-filter: blur(6px);
	filter: blur(6px);
}

.related-content .recipe-teaser .title {
	position: absolute;
    bottom: 50px;
    width: 100%;
    height: 90px;
	opacity: 1;
	padding: 10px 0;
	text-align: center;
	transition: opacity .5s ease-in-out;
	background-color: rgba(0,0,0,0.6);
}



.related-content .recipe-teaser .title h3{
	min-height: 36px;
	padding:0px 20px;
	font-size: 25px;
	margin-top: 5px;
}

.related-content .recipe-teaser .hover-info h3{
	min-height: 36px;
	padding:0px 10px;

}

.related-content .recipe-teaser .title p{
	font-weight: 100;
	padding: 0px 20px;
	line-height: 18px;
}

.related-content .recipe-teaser .hover-info p{

	font-weight: 100;
	padding: 0px 10px;
	margin-top: 50px;
}

.related-content .recipe-teaser a:hover .title {
	opacity: 0;
}
.related-content .recipe-teaser .hover-info {
	background: rgba(0,0,0,.6);
	border: 2px solid #1f1f1f;
	bottom: 0;
	left: 0;
	opacity: 0;
	padding: 10px;
	padding-top: 25px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: opacity .5s ease-in-out;
}
.related-content .recipe-teaser a:hover .hover-info {
	opacity: 1;
}
.related-content .recipe-teaser .hover-info .bars {
	border-right: 1px solid #baab8f;
    border-left: 1px solid #baab8f;
    height: 40px;
    width: 2px;
    margin: 0 auto;
    margin-top: 40px;
}
.related-content .recipe-teaser .hover-info .icon {
	margin-bottom: 10px;
	margin-top: 20px;
}
.related-content .recipe-teaser .title .icon .svg-wrap svg {
	fill: #fff;
	height: 100%;
	max-height: 25px;
	max-width: 100px;
	width: 100%;
}
.related-content .recipe-teaser .title .icon .svg-wrap svg path {
    fill: #fff;
}


.related-content .recipe-teaser .button {
	margin: 15px 0px;
}


@media (max-width: 640px) {

	.related-content .recipe-teaser a:hover .hover-info {
		opacity: 0;
	}
	.related-content .recipe-teaser a:hover .title {
		opacity: 1;
	}

	.related-content .recipe-teaser .title h3{
		text-decoration: underline;
	}
	
}