@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){
  /*必要ならばここにコードを書く*/
  .ect-vertical-card .entry-card-wrap {
    width: 90%;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  .ect-vertical-card .entry-card-wrap {
    max-width: 90%;
  }
  
  .rect-vertical-card .related-entry-card-wrap {
    width: 100%;
  }
}

/* ヘッダーメニュー内のカテゴリリンク */
#navi-in {
  text-decoration: underline;
  color: white;
  text-underline-offset: 0.2em;
}
/* フッターメニュー内のリンク */
#navi-footer-in {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* サムネイル関連 */
#list {
  justify-content: center;
}
/* .entry-card-thumb.card-thumb.e-card-thumb, .widget-entry-cards figure {
  text-align: center;
} */
.card-thumb img, .blogcard-thumbnail img, .widget-entry-cards.card-large-image figure img {
  aspect-ratio: unset;
  object-fit: unset;
}
.new-entry-card-thumb.widget-entry-card-thumb.card-thumb {
  justify-items: stretch;
}

.cat-label {
  display: none;
}

.logo-text {
  padding: 0;
  font-size: 1em;
}
.site-name-text {
  font-size: 28px;
  font-weight: normal;
}

.article h2 {
  color: var(--cocoon-text-color);
  font-size: 22px;
  padding: 15px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 1.62em;
  border-width: 1px 1px 1px 7px;
  border-style: solid;
  border-color: #ffe4f1;
  background-color: unset;
}

.button-block a {
  background-color: #32bf2d !important;
  /* color: #111111; */
}

.cat-link, .tag-link {
  background-color: white !important;
  color: #333 !important;
  border: 1px solid #333;
}