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

/*追加分*/
.main{
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.site-name-text{
	margin: 0 auto;
	font-size: 46px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), 3px 6px 6px rgba(255, 255, 255, 0.5);
	line-height: 69px;
}

.header{
	height: 100px;
}

.logo-text{
	padding: 0px;
}

.tagline{
	margin: 0px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), 3px 6px 6px rgba(255, 255, 255, 0.5);
}

.navi-in{
	height: 32px;
}

.navi-in .item-label{
	line-height: 32px;
	font-size: small;
}

.sidebar{
	font-size: small;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.sidebar h3:after {
    content:"";
    display:block;
    height:3px;
    width:100%;
	background: linear-gradient(to right, #40ff80 0%, #8080ff 50%, #ff8040 100%);
}

.widget-sidebar{
	background-color: #fafafa;
	border: solid 1px #e8e8e8;
}

.widget-sidebar-title{
	margin: 0 !important;
	padding: 4px 4px 4px 8px !important;
	background-color: #e8e8e8 !important;
	color: #444 !important;
}

.widget-sidebar .post-date{
	margin: 0 !important;
}

.search-box{
	margin: 4px !important;
	padding: 4px !important;
}

.search-edit{
	font-size: medium !important;
	margin: 0 !important;
	padding: 4px !important;
}

.sidebar ol, .sidebar ul{
	padding-left: 4px !important;
}

.post-count{
	background-color: #eeeeee;
}

.sidebar a::before{
	content: "\f0da";
	color: grey;
	font-family: FontAwesome;
	margin-right: 4px;
}

.wp-block-code code{
	white-space: pre !important;
}
