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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.type-post,.breadcrumb,.under-entry-content{ width:80%; margin:auto;}
.archive-title{ width:80%; margin: 25px auto 15px;}
.entry-card-title {font-weight:normal;}
.entry-card-thumb img {height:170px;}
.entry-card-meta{ width: 60%;}
.e-card-info{justify-content: left;}
.date-tags {text-align: left;}
.sns-share-message{display:none;}
.ss-bottom{background: none !important;}
.sns-buttons{justify-content: left;}
.mobile-header-menu-buttons{height: 60px;}
.header-site-logo-image {height: 50px !important;}
.wp-block-image img{margin: auto;}
.wp-element-caption{text-align: left; padding: 0;}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.type-post,.breadcrumb,.under-entry-content,.archive-title{ width:100%;}
.entry-card-thumb img {height:90px;}
}

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

@media screen and (min-width: 1500px){.entry-card-meta{ width: 71%;}}