@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
*/

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

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/* アイキャッチ画像 */
/* 記事上部のアイキャッチだけ、画像全体を見切れず表示 */
.eye-catch,
.entry-eye-catch,
.eye-catch-wrap {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.eye-catch img,
.entry-eye-catch img,
.eye-catch-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center center;
  background: #ffffff !important;
  background-color: #ffffff !important;
}
/* contain表示時の余白色を上書き */
.card-thumb,
.entry-card-thumb,
.eye-catch,
.entry-eye-catch,
.blogcard-thumbnail,
.widget-entry-card-thumb,
.carousel-entry-card-thumb,
.related-entry-card-thumb,
.card-thumb img,
.entry-card-thumb img,
.eye-catch img,
.entry-eye-catch img,
.blogcard-thumbnail img,
.widget-entry-card-thumb img,
.carousel-entry-card-thumb img,
.related-entry-card-thumb img {
  background: #ffffff !important;
  background-color: #ffffff !important;
}