/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
/*コピーライト削除*/
.site-footer-copyright p:nth-child(2) {
    display:none;
}
/*投稿者名削除*/
.entry-meta-item-author {
	  display: none;
}
/*投稿更新日削除*/
.entry-meta-item-updated {
	  display: none; 
}
/*投稿日アイコン削除*/
.entry-meta .entry-meta-item-date i{
	  display: none; 
}
/*パンくすリスト削除*/
#breadcrumb{
	  display: none; 	
}