/*
Theme Name: XWRITE child
Version: 1.0.0
Template: xwrite
*/

.bbp-breadcrumb {
  display: none !important;
}

.headerInfo {
  display: none !important;
}

.drawer__open {
  display: none !important;
}

.form-allowed-tags {
  display: none !important;
}

/*
.bbp-template-notice {
  display: none !important;
}
*/

.articleHeader__title{
  display: block !important;
}

.bbp-author-avatar img {
  margin-bottom:5px !important;
}

/* 返信用 */
.bbp-quoted-reply {
    border-left: 4px solid #ccc;
    background: #f9f9f9;
    padding: 10px 15px;
    margin-bottom: 1em;
    font-size: 0.95em;
    color: #333;
}
.bbp-quote-meta {
    margin-bottom: 5px;
    font-weight: bold;
}
.bbp-quote-content {
    font-style: italic;
    color: #666;
}

.site-header-wrapper {
  display: none !important;
}


