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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*段落（本文）の行間*/
p { 
    line-height: 2.0;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
body{
 background:#f7f5f2;
}
.large-thumb-on .a-wrap .card-content {
  backdrop-filter: blur(3px);
}

.large-thumb-on .a-wrap:hover .card-content {
  opacity: 0;
}

.like .button:before,
.like .count,
.body .large-thumb-on .post-date,
.body .large-thumb-on .post-update {
  color: #fff;
}