/*
Theme Name: Lightning Child IchinawaKyushu
Theme URI:
Template: lightning
Description:
Author: TSUKASA
Tags:
Version: 0.6.1
*/

/* VK Copyright 非表示 */
.site-footer-copyright p:nth-child(2) {
    display: none;
}

/* Google Calender Mobile 対応 */
.googleCalendar iframe {
  width: 100%;
  height: 300px;
}
@media all and (min-width: 768px) {
  .googleCalendar iframe {

  }
}

/*
 * 投稿関連
 */
/* 投稿（ブログ）ページに表示される更新日、投稿者名、日付を非表示 */
.entry-meta-item-updated {
  display:none;
}
.entry-meta-item-author {
  display:none;
}
.entry-meta-item-date {
  display:none;
}

/* カテゴリー 非表示 */
.entry-meta-data-list {
  display:none;
}

/* 投稿一覧 サムネイルのカテゴリー表示を非表示 */
.vk_post_imgOuter_singleTermLabel {
  display: none;
}

/* 投稿一覧 新着!! マークを非表示 */
.vk_post_title_new {
  display: none;
}

/* 投稿一覧 日付を非表示 */
.vk_post_date,.media-date,.published {
  display: none;
}

/*
 * Lightning のハンバーガーボタンに MENU の文字を表示
 */
.vk-mobile-nav-menu-btn {
  text-indent: 2px;
  font-size: 10px;
  padding-top: 26px;
  overflow: visible;
  border: none;
  background-position: top;
  height: 40px;
}
.vk-mobile-nav-menu-btn.menu-open {
  border: none;
}
.vk-mobile-nav {
  padding-top: 50px;
}
