@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-container.navi{
border-bottom: 7mm ridge rgba(218,165,32) !important;
}

.eb-team-wrapper .image:before{
	background-color:#9b7b6c !important;
}
.wp-image-3567{
position:absolute;
	bottom:0;
}
.appeal-content{
	background-color:transparent !important;
}
.appeal-message{
	font-size:1.5em !important;
	font-weight:bold !important;
	margin-top:-200px;
	color:#745c51;
}
.entry-title{
display:none;
}    
.external-blogcard-title{
display:none;
}
.external-blogcard-domain{
display:none;
}
.external-blogcard-thumb-image{
display:none;
}
img.blogcard-favicon-image{
display:none;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.appeal-message{
	font-size: 1.2em !important;
    font-weight: bold !important;
	text-align:center;
    margin-top: -50px;
    color: #745c51;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
		.appeal-message{
	font-size: 1.2em !important;
    font-weight: bold !important;
	text-align:center;
    margin-top: -50px;
    color: #745c51;
	}
}
