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

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

.widget-entry-cards figure {
	width:40%;
	max-width:400px;
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/* ============================================
   Remove white-box background on /category/radio/
   ============================================ */

/* 1. Make main column and sidebar transparent */
body.category-radio .main,
body.category-radio .sidebar {
  background-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* 2. Make the content wrapper transparent too */
body.category-radio .content,
body.category-radio .content-in {
  background-color: transparent !important;
}

/* 3. Remove hover background on entry cards */
body.category-radio .a-wrap:hover {
  background: transparent !important;
}