@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){
  /*必要ならばここにコードを書く*/
}

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


/* 勝ちパターン経営研究所：検索ボタン */
.search-submit,
.search-box .search-submit {
  background-color: #DDBD08 !important;
  color: #222222 !important;
  border-color: #DDBD08 !important;
}
.search-submit:hover,
.search-box .search-submit:hover {
  background-color: #C4A700 !important;
  color: #222222 !important;
}
.wp-block-search__button {
  background-color: #DDBD08 !important;
  color: #222222 !important;
  border-color: #DDBD08 !important;
}
.wp-block-search__button:hover {
  background-color: #C4A700 !important;
}

/* サイドバー検索：見出しと検索欄 */
.sidebar .widget:first-child h2 {
  background: #1F1F1F !important;
  color: #FFFFFF !important;
  padding: 12px 14px !important;
  margin-bottom: 18px !important;
}
.sidebar .widget:first-child .wp-block-search__inside-wrapper {
  display: flex !important;
}
.sidebar .widget:first-child .wp-block-search__input {
  border: 2px solid #D8D8D8 !important;
  padding: 10px 12px !important;
}
.sidebar .widget:first-child .wp-block-search__button {
  width: 52px !important;
  margin-left: 0 !important;
  background: #FFFFFF !important;
  color: #111111 !important;
  border: 2px solid #D8D8D8 !important;
  border-left: 0 !important;
}
.sidebar .widget:first-child .wp-block-search__button:hover {
  background: #F9F9F9 !important;
}
.sidebar .widget:first-child .wp-block-search__button svg {
  fill: #111111 !important;
}

/* 黄色ボタン・見出しの枠線を同色に統一 */
.sidebar .widget:not(:first-child) h2,
.sidebar .widget:not(:first-child) h3,
.sidebar .widget:not(:first-child) .widget-title,
.sidebar button[style*="221, 189, 8"] {
  border-color: #DDBD08 !important;
}
