/*
Theme Name:     Karma Child Theme
Theme URI:      http://themeforest.net/item/karma-clean-and-modern-wordpress-theme/168737?ref=TrueThemes
Description:    Child theme for the Karma theme 
Author:         TrueThemes
Author URI:     http://themeforest.net/user/TrueThemes?ref=TrueThemes
Template:       Karma
Version:        0.1.3
*/

@import url("../Karma/style.css");


/* ------- Insert custom styles below this line ------- */
.post_cats {
  display: none;
}
.post_tags {
  display: none;
}
.post_footer p {
	position: relative;	
	padding-left: 18px;
	margin-top: 1px;
}
.post_footer {
	height: 0px;
	position: relative;
	margin-bottom: 1px;
}
.sticky .post_date {
    display: none;
    visibility: hidden;
}
.sticky .post_comments {
    display: none;
    visibility: hidden;
}
.sticky .post_share {
    display: none;
    visibility: hidden;
}



