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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.entry-card-content, .date-tags, .breadcrumb {
  display: none !important;
}
.author-info{
	visibility: hidden;
}
.entry-card-wrap {
  overflow: hidden;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border-radius: 30px !important;
}

.entry-card-thumb {
  width: 100%;
  height: 100%;
}

.entry-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block !important;
}

#list {
  box-sizing: border-box !important;
  padding: 0 !important;
}
.list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: 0 !important;
}

.list {
  display: flex;
  justify-content: center;
}
html,
body,
#wrapper,
#page {
  background-image: none !important;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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