@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/

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

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

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

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

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

/*ヘッダー内テキストを非表示*/
.logo-header{
  display: none;
} 

/*投稿日・更新日を消す場合*/
.page .date-tags {
    display: none;
}

@media screen and (max-width: 768px) {
	.footer-widgets {
		display: block;
	}
}

.wp-caption-text,
.gallery-caption,
.figcaption {
  text-align: left !important;
}

/*投稿ページのヘッダーに画像は入れない*/
.single .header {
	background-image: none;
	height: 10px;/*好みの高さ*/
}

/*カテゴリページのヘッダーに画像は入れない*/
.category .header{
  background-image: none;
  height: 10px;/*好みの高さ*/
  
} 
}