@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*全てをまとめて非表示*/
.home.page .entry-title,
.home.page .date-tags,
.home.page .author-info {
	display: none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
	/*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
	/*必要ならばここにコードを書く*/
}

.not-found {
	background-image: none;
}

img.not-found {
	background-color: white;
	width: 50%;
	display: block;
	margin: 0 auto;
}

p.not-found {
	text-align:center;
}

.top-cover > img:hover {
	opacity:1.0;
}

.upcoming {
	color: #ff6b35;
	font-weight: bold;
	font-size: 0.9em;
}

.widget-entry-cards:not(.large-thumb-on) .card-snippet {
	-webkit-line-clamp: 2;
}

.new-entry-card-date {
    display: block;
}

.new-entry-card-update-date {
	display: none;
}