@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){
  /*必要ならばここにコードを書く*/
}
/* blogカテゴリーページを黒テーマに */
.archive.category-blog,
.archive.category-blog .content,
.archive.category-blog .main,
.archive.category-blog .body {
  background: #08090c !important;
  color: #dde4ef !important;
}
.archive.category-blog .entry-card-wrap,
.archive.category-blog .a-wrap {
  background: #0f1116 !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 11px !important;
}
.archive.category-blog .entry-card-title,
.archive.category-blog .cat-label,
.archive.category-blog h1,
.archive.category-blog h2 {
  color: #fff !important;
}
.archive.category-blog .post-date,
.archive.category-blog .breadcrumb {
  color: #5a6a80 !important;
}
.archive.category-blog .breadcrumb a {
  color: #00e676 !important;
}

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

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