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

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

.breadcrumb,#comments,.widget-entry-cards .widget-entry-card-content,.article h1,.date-tags,
.entry-card-title, .related-entry-card-title,.pager-post-navi a.prev-post .prev-post-title,.entry-card-snippet, .related-entry-card-snippet,.sns-share-message, .sns-follow-message,
.nwa .author-box .author-name a,.related-entry-heading,blockquote, .key-btn,.sidebar .widget_recent_entries ul li a, .sidebar .widget_categories ul li a, .sidebar .widget_archive ul li a, .sidebar .widget_pages ul li a, .sidebar .widget_meta ul li a, .sidebar .widget_rss ul li a, .sidebar .widget_nav_menu ul li a,.sidebar .widget_recent_entries ul li a:before, .sidebar .widget_categories ul li a:before, .sidebar .widget_archive ul li a:before, .sidebar .widget_pages ul li a:before, .sidebar .widget_meta ul li a:before, .sidebar .widget_rss ul li a:before, .sidebar .widget_nav_menu ul li a:before {
    color: #6d1500;
}
.page-top a {
    color: #6d1500;
	background: #D4AD95;
}

.go-to-top-button{
	color: #6d1500;
	background: #D4AD95;
}

.cat-link:hover,article .tag-link:hover,
article .tag-link{
	background: #D4AD95;
}

.fa-folder:before,.fa-tag:before,.related-entry-heading:before,#comments:before,.fa-pencil:before{
	content: none;
}

#header-container.fixed-header{
background-color: #fff;
}

.sidebar .widget_recent_entries ul li a:hover, .sidebar .widget_categories ul li a:hover, .sidebar .widget_archive ul li a:hover, .sidebar .widget_pages ul li a:hover, .sidebar .widget_meta ul li a:hover, .sidebar .widget_rss ul li a:hover, .sidebar .widget_nav_menu ul li a:hover{
	color: #6d1500;
	opacity: .7;
}

.sns-follow{
	display: none;
}

.search-edit, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    border: 1px solid #6d1500;
	color: #6d1500;
}

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

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

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