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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*-----------------------------------------*/
/* コンパクトSNS for Cocoon                */
/*   左寄せ配置                            */
/*-----------------------------------------*/
/* シェアメッセージの表示設定 */
.sns-share-message{
  display:none;      /* シェアメッセージの非表示 */
}

/* SNSボタングループの設定 */
.bc-brand-color-white.sns-share.ss-col-6{
  display:flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  width:240px;              /* ボタン幅 x 6 */
  margin:0 auto 0 0;        /* 左寄せ配置にする */
}
/* ボタン単位の設定 */
.bc-brand-color-white.sns-share.ss-col-6 a{
  font-size: 18px;          /* アイコンサイズ */
  border: none;             /* SNSボタン枠を非表示 */
  width:40px;               /* １つのボタンの幅 */
}
 /* SNSボタン名称の表示設定 */
.bc-brand-color-white.sns-share .button-caption {
  display:none;        /* SNSボタン名称を非表示 */
}

/* フォローメッセージの表示設定 */
.sns-follow-message{
  display:none;     /* フォローメッセージの非表示 */
}

/* SNSフォローボタングループの設定 */
.bc-brand-color-white.sns-follow {
  display:flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  width:80px;               /* ボタン幅 x 2 */ 
  margin:0 auto 0 0;        /* 左寄せ配置にする */
}
/* SNSフォローボタン単位の設定 */
.bc-brand-color-white.sns-follow a {
  font-size: 18px;          /* アイコンサイズ */
  border: none;             /* ボタン枠を非表示 */
  width:40px;               /* １つのボタン幅 */
}

/* 投稿者名の表示設定 */
.footer-meta .author-info{
  display:none;            /* 投稿者名を非表示 */
}

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

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

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