@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*@import url(/assets/css/style.css); /* 初期設定項目 */
.sidebar,.entry-title, .author-info,.hidden {display:none!important}

/* 災害掲示板 */
#bbpress-forums, .entry-content {
    margin: 0 auto;
    width: 850px;
	min-height: 70vh;
}

.bbp-breadcrumb,
#subscription-toggle,
#favorite-toggle,
.bbp-reply-author,.bbp-topic-tags {
    display: none;
}

div.bbp-submit-wrapper {
    text-align: center;
    width: 100%;
}

#bbp_reply_submit,.bbp-login-form .button.submit {
        width: 150px;
        height: 40px;
        font-size: 16px;
        font-weight: bold;
        color: black;
}

#bbp-cancel-reply-to-link {
    width: 150px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: black;
    display: inline-block;
    position: relative;
}

.bbp-reply-to-link, .bbp-reply-header .bbp-topic-reply-link{
    font-size: 14px!important;
    background-color: white;
    display: inline-block;
    width: 100px;
    border-radius: 5px;
    border: 1px solid black!important;
    text-align: center;
}

.bbp-login-form {
    margin: 0 auto;
    width: 300px;
}

.bbp-emp-name-wrap .f-red {
    color:red;
}

.bbp-emp-name-cust {
    height: 20px!important;    
    width: 150px;
    padding: 5px;
    min-height: unset;    
    border: 1px solid #dcdcde;
}
div.bbp-reply-content {
    margin-left:50px!important;
}

.bbp-template-notice.info .bbp-author-link,.bbp-form p.form-allowed-tags,.bbp-form p.form-allowed-tags + p{
 display: none!important;
}

/* Contact Thanks Header */
.ct-h2 {margin: 50px 0 30px 0;
    font-weight: bolder;}


/* Spinner overlay */
#spinner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(200, 196, 198, 0.27);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 1s ease, visibility 1s ease;
  opacity: 1;
  visibility: visible;
}

/* Spinner circle */
.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #ccc;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Spin animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#spinner-wrapper.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
