/*
Theme Name: People's Budget
Theme URI: http: //peoplesbudget.eu/
Description: This is a custom child theme for Salient
Author: Tibor M
Author URI: http: //poetry.im/
Template: salient
Version: 0.1
*/

/* hide the word category on category pages */
.archive.category .row .col.section-title span, #page-header-bg .subheader {
	display:none;
}

/* Hide author */

/* For Blog page */
body .meta-author {
    display: none !important;
}
body .meta-category {
    display: none !important;
}
body .meta-comment-count {
    display: none !important;
}
/* For Blog Single Pages */
body #single-below-header {
    display: none !important;
}
/* hide date and love on masonry blog */
body #post-area.masonry article.post .post-meta {
    display: none!important;
}
article.post .content-inner {
    border-bottom: none;
}

/* hide date on regular blog category pages for resources */
article.post .post-meta .date {
	display:none !important;
}



