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

/* ==========================================
   TOHBLOG.COM ニューモフィズム完全復活コード
   ========================================== */

/* 1. サイト全体の背景をライトグレーに */
body, #content, #container, .site, .main {
    background-color: #f0f3f6 !important;
    background: #f0f3f6 !important;
}

/* 2. 記事カード：ふわっと浮き出る凸型 */
.entry-card-wrap {
    background: #f0f3f6 !important;
    border: none !important;
    border-radius: 20px !important;
    box-shadow: 7px 7px 15px #d1d9e6, -7px -7px 15px #ffffff !important;
    transition: all 0.3s ease-in-out !important;
}
.entry-card-wrap:hover {
    box-shadow: inset 5px 5px 10px #d1d9e6, inset -5px -5px 10px #ffffff !important;
    transform: translateY(2px);
}

/* 3. 検索窓：枠線を消して凹ませる */
.search-edit, .search-field, .searchform input[type="text"], .search-form input[type="search"], aside .widget_search input[type="text"] {
    background: #f0f3f6 !important;
    background-color: #f0f3f6 !important;
    border: 0 none !important;
    border-style: none !important;
    border-width: 0 !important;
    border-radius: 15px !important;
    box-shadow: inset 5px 5px 10px #d1d9e6, inset -5px -5px 10px #ffffff !important;
    padding: 10px 15px !important;
    outline: none !important;
    -webkit-appearance: none !important;
    width: 65% !important;
    display: inline-block !important;
}

/* 4. 検索ボタン：コロンと凸型に */
.search-submit, .searchform input[type="submit"], .search-form input[type="submit"], aside .widget_search input[type="submit"] {
    background: #f0f3f6 !important;
    background-color: #f0f3f6 !important;
    color: #333333 !important;
    border: 0 none !important;
    border-style: none !important;
    border-width: 0 !important;
    border-radius: 12px !important;
    box-shadow: 4px 4px 8px #d1d9e6, -4px -4px 8px #ffffff !important;
    text-shadow: none !important;
    padding: 10px 15px !important;
    margin-left: 5px !important;
    display: inline-block !important;
}
