/*
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;
}
/* フッターの背景色 */
.site-footer {
    background-color: #ebf6f7;
}
/* アイキャッチのカテゴリラベル非表示 */
.vk_post_imgOuter_singleTermLabel {
display: none;
}
/* 投稿更新日を非表示 */
.entry-meta-item-updated {
	display:none;
}
/* 投稿者名を非表示 */
.entry-meta-item-author {
	display:none;
}
/* 投稿日付を非表示 */
.entry-meta-item-date {
	display:none;
}