.recipe-atts{text-align:center;}
.recipe-attr:first-child{border-left:none;}
.widget_latest_recipe{position:relative;overflow:hidden;display:inline-block!important;width:50%!important;float:left!important;}
.widget_latest_recipe_thumb{float:left;}
.widget_latest_recipe_label{position:absolute;background:rgba(255,255,255,.5);padding:.5rem;font-size:.8rem;left:0;right:0;bottom:-100%;-webkit-transition:bottom .25s;transition:bottom .25s;color:#b48d46;z-index:500;}
.widget_latest_recipe:hover .widget_latest_recipe_label{bottom:0;}
@media screen and (max-width:900px){
.recipe-attr {
width: 100%;
border-left: none;
border-bottom: 1px solid #ebebeb;
margin: .85rem 0;
padding-bottom: .85rem;
}
.recipe-attr:last-child {
border-bottom: none;
padding-bottom: 0;
}
}