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

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

/* Header */
/* Style that whole title and subtitle. */
#header-in{
	position:absolute; /* parent is #header */
	top: 15px;
}

/* Logo */
#header-in h1{  /* parent is #header-in */
	hight:64px;
}

/* Title Link */
#header-in .logo-header a{
	position:absolute; /* parent is #header-in h1 */
	top: 0px;
    left: 0px;
}

/* Tagline */
#header-in .tagline{
	text-align:left;
	font-weight:600;
	color:#ffffff;
	background-color:rgba(50,100,150,0.7);
}
.site-header-logo img {
/*    max-width: 100px; */
}

/* Span Tag */
.logo-header .site-name-text-link span{
	font-weight:600;
	color:#ffffff;
	background-color:rgba(50,100,150,0.7);
}

/* #sidebar .widget .author-content{ */
.author-content{
/*	color:rgb(50,100,150);
	background:rgb(50,100,150); */
	
    background: radial-gradient(rgb(20, 20, 100), rgb(170, 170, 170)); 

	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}
.author-box .author-description{
	font-size:16px;
	color:rgb(255,255,255);
/*	background-color:rgba(50,150,100,0.5); */
}
.author-box .author-name{
	font-size:19px;
}
.author-box .author-name a{
	color:rgb(255,255,255);	
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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

