@charset "UTF-8";
/*
Theme Name: Emanon Free child
Theme URI: https://wp-emanon.jp
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Free の子テーマです。
Template: emanon-free
Version: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options

Emanon Free 子テーマ用のスタイルを以下に記述 
*/

.post-meta{
  display: flex !important;
}
.archive-header{
  margin: 0 !important;
}


.footer .fa-twitter:before {
  content: none;
}

/* .container{
  background: #fff;
  padding: 5% 3%;
  width: calc(100% - 6%) !important;
} */

main{
  max-width: 960px;
  margin: 0 auto;
}

.wp-block-search__button{
  word-break: keep-all;
}

.col-main header,
.archive-header {
  height: auto;
}

#breadcrumb{
  margin: 0 0 10px !important;
  padding: 0 !important;
  overflow-x: inherit !important;
}
#breadcrumb ol{
  padding: 0 !important;
}

.rcrumbs > ol > li {
    line-height: 1.4;
    overflow: inherit !important;
	display: block;
}
@media screen and (min-width: 768px){
.content {
  clear: both;
  padding: 0;
}
}

.eye-catch--none + .archive-header{
  float: none !important;
  padding-top: 40px !important;
  width: 100% !important;
}

@media screen and (min-width: 768px){
.eye-catch--none + .archive-header p {
  padding-bottom: 52px;
}
}

.fa-twitter:before,
.fa-facebook:before {
  content: none !important;
}


.related-thumbnail--noimg + .related-date {
  padding-left: 0;
}

