@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
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
.tagline {
  display: block !important;
  margin: 0;
  font-size: 18px;
  background: #ff007f;
}

.tagline-inner {
  padding: 4px 18px;
  text-align: left;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.fixed-header .tagline {
  display: none !important;
}

.author-box .author-follows {
  display: none;
}
.author-box .author-name a {
  text-decoration: none;
  color: #000;
  pointer-events: none;
}

.footer-bottom {
  margin-top: 0;
}
.footer-bottom .copyright {
  margin-top: 0;
}

@media screen and (max-width: 834px) {
  .header {
    padding: 12px 0;
  }
}

.flaticon-credit {
  margin-top: 60px;
}

.flaticon-credit__title {
  margin-bottom: 0 !important;
}