.recipes-slider {
    display: flex;
    overflow: hidden;
}

.recipe-slide {
    flex: 0 0 32.3333%;
    box-sizing: border-box;
    padding: 0px;
	background: #fff;
}

.recipe-image {
    position: relative;
}

.recipe-image img {
    width: 100%;
    height: auto;
}

.recipe-category {
    position: absolute;
    top: 10px;
    left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    color: #0069AA !important;
}

.recipe-content {
    text-align: center;
	padding: 0 10px 20px 0;
}

.recipe-title {
    font-size: 18px;
    margin: 10px 0;
}

.recipe-description {
    font-size: 14px;
    color: #1e1e1e;
}

.recipe-date {
    font-size: 14px;
    color: #777;
    text-align: right;
	margin-top:10px;
}
