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

/* サイトロゴの大きさ調整 */
@media screen and (min-width: 992px){
.siteHeader_logo img { max-height: 120px; }
}

/* グロナビの位置調整調整 */
@media screen and (min-width: 1200px){
.gMenu_outer {margin-top: 30px;}
}

/* トピック一覧の投稿者の文字色 */
#bbpress-forums p.bbp-topic-meta {
    color: #B0B0B0;
}

/* 「論文を投稿する」の「ウェブサイト」を非表示 */
#bbpress-forums fieldset.bbp-form div fieldset p:nth-child(4) {
    display: none;
}

/* 「論文を投稿する」の「フォーラム」を非表示 
#bbpress-forums fieldset.bbp-form p:nth-child(4) {
    display: none;
}
*/

/* トピックページの「このトピックは空です」を非表示 */
div.bbp-template-notice.info {
    display: none;
}

/* トピックページの「0件の返信スレッドを表示中を非表示 */
.bbp-pagination-count {
    display: none;
}

/* トピックの重複する見出しを非表示 */
h2:first-child {
    display: none;
}

/* 投稿者名の下の「ゲスト」を非表示 */
#bbpress-forums div.bbp-forum-author .bbp-author-role, #bbpress-forums div.bbp-reply-author .bbp-author-role, #bbpress-forums div.bbp-topic-author .bbp-author-role {
    display: none;
}

/* トピック一覧のトピックタイトルの文字の大きさを調整 */
.bbp-topic-title .bbp-topic-permalink {
    font-size: medium;
}

/* 「このトピックは空です」を非表示 */
.bbp-topic-meta .bbp-topic-started-in {
    display: none;
}

/* フッター上部にある、次のトピックへの導線を非表示 */
.postNextPrev  {
    display: none;
}

/* 「論文を投稿する」の「送信」ボタンの色を指定 */
.bbp-submit-wrapper button {
	background-color: #007bff;
}

/* 「論文を投稿する」の「送信」ボタンのマウスオーバー色を指定 */
.bbp-submit-wrapper button:hover {
	background-color: #0069d9;
}

/* 「ご意見・問い合わせ」の調整 */

#post-112 {
	text-align:center;
}

#post-112 label {
	text-align:left;
}

#post-112 .wpcf7 {
	margin-top: 50px;
	margin-bottom: 20px;
	border: 1px solid #ced4da;
	padding-top: 50px;
	padding-bottom: 20px;
}

#post-112 textarea {
    resize: both;
}

/* 「ご意見・問い合わせ」の「いいね」ボタンを非表示 */
#post-112 .wpulike {
	display:none;
}

/* 「ご意見・問い合わせ」のSNSボタンを非表示 */
#post-112 .addtoany_share_save_container {
	display:none;
}

/* 「ご意見・問い合わせ」の「いいね」ボタンを非表示 */
#post-112 .wpulike {
	display:none;
}

/* 「論文を投稿する」のSNSボタンを非表示 */
#post-26 .addtoany_share_save_container {
	display:none;
}

/* 「論文を投稿する」の「いいね」ボタンを非表示 */
#post-26 .wpulike {
	display:none;
}

/* 「検索結果」のフォーラム情報を非表示 */
#post-0 .bbp-topic-title-meta{
	display:none;
}

/* 投稿者のIPアドレスを非表示 */
.bbp-author-ip {
	display:none;
}

/* TOPページの訪問者数を右寄せ */
.avc_visit_counter_front {
	text-align: right;
}

/* クローズしたトピックの一覧の文字色調整 */
#bbpress-forums ul.status-closed a {
    color: #337ab7;
}

#bbpress-forums ul.status-closed li.bbp-topic-voice-count,
#bbpress-forums ul.status-closed li.bbp-topic-reply-count {
    color: #212529;
}
