/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.5.1
*/

/*****************************************
 * 全体設定
 ***************************************** /
/*
 * フォント設定
 * */
body{
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

/*****************************************
 * 固定ページ設定
 ***************************************** /

/* 
 * 固定ページのページタイトルとパンくずリストを非表示 
 * */
.page-header,
.breadcrumb{
 display:none;
}

/*
 * フッターの余分な情報を非表示
 * */
footer .copySection p:nth-child(2) {
    display:none !important;
    }

/*****************************************
 * 投稿ページ(メディア掲載設定)
 ***************************************** /
/**
 *  モバイルのヘッダー右ウィジェット 
 **/
@media (max-width: 991px) {
    .site-header-sub {
        display: inherit;
        margin: 0;
        padding: 0;
    }
}

/*
 * メディア掲載ページにて、表示する項目を制限する
 * */
.cat-item.cat-item-4,
.cat-item.cat-item-1{
	display:none;
}

.author,
.sub-section,
.comments-area,
.entry-footer,
.next-prev{
	display: none;
}

.site-footer-copyright p:nth-child(2) {
    display:none;
}