/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/


.post-tags h4{float:left;margin-top:8px;margin-bottom:15px;margin-right:25px;display: none;}

#post-area .type-recipe .post-content h3 {
    color: #444;
}

.post-area .type-recipe .post-header .meta-author,
.post-area .type-recipe .post-header .meta-category,
.post-area .type-recipe .post-header .meta-comment-count {
    display: none!important;
}
.post-area .type-recipe .post-featured-img img{
	padding-bottom: 0;
}
html .single-recipe #single-meta {
    top: 50%;
    margin-top: -13px;
    float: none;
    z-index: 102;
    position: absolute;
}
html .single-recipe .post-area .type-recipe .post-featured-img img {
	width: 100%;
}

.original .masonry.material .masonry-blog-item .content-inner { 
  padding: 0px !important;
  margin: 25px !important;
}



