/*
	Theme Name: Hueman Pro Child
	Theme URI: http://alxmedia.se/themes/hueman/
	Description: Sample child theme for customization.
	Author: You
	Author URI: 
	Template: hueman-pro
	Version: 1.0
	Text Domain:  hueman-pro-child
*/
#copyright {vertical-align: middle;!important;}

/* START OF Remove Post Meta Details */
/* Remove entire Post Notice */
.entry-meta {
display:    none;!important;
}
/* END OF Remove Post Meta Details */

/* START OF Remove Post Meta Details */
/* Remove Post Category */
.entry-meta .btn {
display:    none;
}
 
/* Remove Post Tag */
.btn-tag {
display: none;
}
 
/* Remove Post Date */
.entry-date {
display:    none;
}
 
/* Remove Post Author */
.entry-meta .url.fn.n {
display:    none;
}
/* END OF Remove Post Meta Details */