/*
Theme Name: Koga - Child Theme
Theme URI: http://www.3forty.media/koga
Author: 3FortyMedia
Author URI: http://www.3forty.media
Description: Koga Child theme
Version: 1.0
Text Domain: koga
Template: koga
*/

/* === 隠しメタデータ === */
.entry-meta, .post-meta, .author-meta, .footer-meta,
.entry-meta-author, .entry-meta-date, .entry-meta-comment-count,
.entry-meta-avatar, .entry-meta-read-time, .readtime,
.category-meta, .multi-meta-items,
.entry-meta-author.meta-item.visible-mobile,
.entry-meta-date.meta-item.visible-mobile,
.entry-meta-comment-count.meta-item.visible-mobile,
.entry-meta.after-title,
.entry-meta.author-meta,
.hentry-footer,
.single-hentry-footer,
.entry-meta.tfm-meta,
.tfm-after-title-meta,
.author-bio,
.single-post-tags,
.tfm-view-count,
[class*="entry-meta-author"],
[class*="entry-meta-date"],
[class*="entry-meta-avatar"],
[class*="entry-meta-read-time"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

/* === カード画像 === */
.post-thumbnail img,
.entry-image img,
article .wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* === ハンバーガーメニュー非表示 === */
.toggle.toggle-menu,
.toggle-sidebar,
.toggle-sidebar-header,
.icon-ruki-menu {
  display: none !important;
}

/* === Beauty/Popular セクション非表示 === */
#tfm_post_block_3,
#tfm_post_block_4 {
  display: none !important;
}

/* === フッターウィジェットエリア非表示 === */
.footer-widget-area {
  display: none !important;
}

/* === サイドバー Archives/Categories 非表示 === */
#block-5,
#block-6 {
  display: none !important;
}

/* === コメントエリア非表示 === */
.comments-wrapper,
.comments-area,
#comments,
#respond,
.comment-respond {
  display: none !important;
}



/* === 関連記事(You might also like)非表示 === */
.after-content,
#tfm-related-posts-wrap,
.tfm-related-posts-wrap,
.tfm_related_posts,
.tfm_after_content,
.tfm-related-posts,
.tfm-related-posts-header,
.related-posts-title {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Home/archive/search excerpt clamp */
body.home article .entry-content,
body.archive article .entry-content,
body.search article .entry-content,
body.home article .entry-summary,
body.archive article .entry-summary,
body.search article .entry-summary,
body.home article .post-content,
body.archive article .post-content,
body.search article .post-content {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
