/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
/* 著者情報・コメントエリア、WPヘッダーフッター、WPモバイルナビの非表示 */
#site-header,
#site-footer,
#vk-mobile-nav-menu-btn,
.vcard.author,
.comments-area {
  display: none !important;
}
/* Lightningのテーマフッター非表示 */
footer.site-footer {
  display: none !important;
}
