@charset "UTF-8";

/*!
Theme Name: banyans
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

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

header{
	height:auto!important;
}

.header-container-in.hlt-top-menu .header {
    display: none;
}

.content{
	margin-top:0 !important;
}

main{
	margin:0!important;
	padding:0!important;
}

.entry-content {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

section{
	margin-bottom: 0!important;
}

.wrap {
    width: 100%;
}

.date-tags {
    display: none;
}
.entry-title, .archive-title {
    font-size: 26px;
    margin: 0;
    line-height: 1.3;
}

.article h2 {
    background-color: inherit!important;
    border-radius: 0!important;
}

.footer{
	margin-top: 0!important;
	display: block!important;
}

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

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

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