/*
Theme Name: Wallstat
Theme URI: http://support.wallstat.jp/
Author: 一般社団法人　耐震性能見える化協会　東京事務所
Author URI: http://support.wallstat.jp/
Description: 一般社団法人　耐震性能見える化協会　東京事務所　情報交換サポートサイト
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://support.wallstat.jp/
Text Domain: .wallstat.jp
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*body {
  max-width: initial !important;
}

#error-page {
   margin-top: 153px;
}*/

h2.page-titile {
  max-width: calc(100% - 60px);
}

/* Ultimate menber */
.um {
  opacity: 1!important;
}
.um-login.um-logout {
    max-width: 90% !important;
}

/* Scrren Reader Text非表示 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Page Navigation */
.nav-links {
    margin: 0 auto 10px;
    padding: 7px 10px;
}
.page-numbers {
  position: relative;
  display: inline-block;
  padding: .5rem .75rem;
  margin-left: -7px;
  line-height: 1.25;
  color: #E0C430;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-numbers:hover {
  color: #E0C430;
  background-color: #f4f5f6;
}

.mt-3, .my-3 {
    margin-top: 0!important;
}