/*
Theme Name: CHITOSEKA WP BASE
Author: CHITOSEKA
Author URI: http://chitoseka.com/
Description: Description
Version: 1.2.0
*/


/**
 * Bugfix
 */

.media-body {
  -ms-flex: 1 0 auto;
 }
.p-blog-card .media-body {
  -ms-flex: 1 0 0px;
}

.input-ie-fix {
  width: 15em !important;
}

.related-site {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.related-site .mb-2{
  width: 49%;
}
.related-site img{
  width: 100%;
}

#wp-admin-bar-purge-all-varnish-cache {
  display: none;
}