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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
a{
color:#333;	
text-decoration: none;
}

/*エントリーカードのデザインを整える*/
.entry-card-thumb {
	/*display:none;*/
	margin: 0 8px 0 0;
	width: 100px !important;
	height: 100px;
}
.entry-card-content {
	margin: 0;
	padding: 0;
}
.entry-card-title {
	color: initial;
	font-size: initial;
	line-height: 1.5;
	margin: 0;
}
.entry-card-snippet {
	color: inherit;
	line-height: 1.5;
}
@media screen and (max-width: 560px) {
	.entry-card-title {
		font-size: 0.95rem; 
	}
	.entry-card-snippet {
		display: none;
	}
}
.header {
	width:1256px;
	height: 195px;
	margin:0 auto;
	background-size: contain;
}
.logo-text {
    padding: 50px 0 0px;
    font-size: 1em;
}
.site-name-text, .tagline {
    font-weight: bold;
    text-shadow: 0px 0px 3px rgb(255 255 255), 0px 0px 3px rgb(255 255 255), 0px 0px 3px rgb(255 255 255);
}
.sidebar h3{
	font-size:1rem;
	border-left: solid 3px #e6a117;
}
.sidebar a {
    font-size: 0.9em;
    border-left: solid 2px #e6a117;
    padding-left: 5px;
}
.wp-block-search .wp-block-search__inside-wrapper {
    height: 30px;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
    padding-left: 15px !important;
}
ul {
    list-style-type: none;
    padding-left: 15px;
}
@media screen and (max-width: 1250px){
	.header {
  		width:100%;
		height:calc(100vw * 0.155);
	}
}
@media screen and (max-width: 834px){
	.logo-text {
    padding: 0;
    }
}
@media screen and (max-width: 680px){
	.header {
		height:100px;
		background-size:cover;
	}
}

