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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*サイトロゴ*/
.logo-header a span{
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: .05em;
  color: #5a544b;
}

/*サブタイトル*/
.tagline{
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: .05em;
  color: #5a544b;
}

/*プロフィール情報中央寄せ*/
 .nwa .author-box .author-description {
     text-align: center;
 }

/*記事一覧ホバー時*/
.a-wrap:hover {
background-color: #a2d7dd;
}

/*新着記事のフォントサイズ*/
.widget-entry-card-content{
 font-size: 10pt;
}

/*新着・人気・関連記事の日付表示*/
.widget-entry-card-date {
  display: block;
}

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

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

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

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