/** CSS Easing functions */ /* Bulma Utilities */
.bbpress .page-header {
  display: none;
}
.bbpress .wp-block-cover.alignfull.is-style-page-header {
  margin-top: 0;
}
.bbpress .bbpress-wrapper {
  border: 1px solid var(--wp--preset--color--grey-dark);
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3019607843);
}
.bbpress .bbpress-wrapper .bbp-search-form {
  padding: 1.5rem 1.5rem 2rem;
}
.bbpress .bbpress-wrapper .bbp-search-form form input[type=text] {
  border: 1px solid var(--wp--preset--color--grey-dark);
  border-radius: 0.25rem;
  padding: 0.25rem;
  outline: none;
  font-family: var(--wp--preset--font-family--maven-pro);
}
@media only screen and (min-width: 1025px) {
  .bbpress .bbpress-wrapper .bbp-search-form form input[type=text] {
    width: 20rem !important;
  }
}
.bbpress .bbpress-wrapper .bbp-search-form form input[type=submit] {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--green-deep);
  border: 1px solid var(--wp--preset--color--grey-dark);
  border-radius: 0.25rem;
  padding: 0.2rem 0.5rem;
  font-size: var(--wp--preset--font-size--size-7);
  cursor: pointer;
  font-family: var(--wp--preset--font-family--maven-pro);
}
.bbpress .bbpress-wrapper .bbp-search-form form input[type=submit]:hover {
  background-color: var(--wp--preset--color--grey-bright);
}
.bbpress .bbp-body .bbp-topic-voice-count,
.bbpress .bbp-body .bbp-topic-reply-count {
  font-weight: 500;
  color: var(--wp--preset--color--grey-darker);
}
.bbpress .bbp-topic-freshness a,
.bbpress .bbp-forum-freshness a {
  color: var(--wp--preset--color--grey-darker);
  font-weight: 500;
}
.bbpress .bbp-topic-freshness .bbp-author-name,
.bbpress .bbp-forum-freshness .bbp-author-name {
  font-weight: 500;
  font-size: var(--wp--preset--font-size--size-6);
}
.bbpress .bbp-author-name {
  color: var(--wp--preset--color--blue);
}
.bbpress .bbp-user-actions-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--wp--preset--color--blue);
}
.bbpress .bbp-user-actions-container #subscription-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bbpress #subscription-toggle a,
.bbpress a.favorite-toggle,
.bbpress #bbp_topic_submit,
.bbpress #bbp_reply_submit,
.bbpress #user-submit {
  background: none;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1ch;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  font-weight: 900;
  font-family: var(--wp--preset--font-family--maven-pro);
  cursor: pointer;
  color: var(--wp--preset--color--blue);
}
.bbpress #subscription-toggle a::after,
.bbpress a.favorite-toggle::after,
.bbpress #bbp_topic_submit::after,
.bbpress #bbp_reply_submit::after,
.bbpress #user-submit::after {
  border: 3px solid var(--wp--preset--color--blue);
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  width: 0.625em;
  position: static;
  -webkit-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-top: 0;
}
.bbpress #subscription-toggle a:hover,
.bbpress a.favorite-toggle:hover,
.bbpress #bbp_topic_submit:hover,
.bbpress #bbp_reply_submit:hover,
.bbpress #user-submit:hover {
  color: var(--wp--preset--color--pink);
}
.bbpress #subscription-toggle a:hover::after,
.bbpress a.favorite-toggle:hover::after,
.bbpress #bbp_topic_submit:hover::after,
.bbpress #bbp_reply_submit:hover::after,
.bbpress #user-submit:hover::after {
  border-color: var(--wp--preset--color--pink);
}
.bbpress .bbp-login-form {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.bbpress .bbp-pagination,
.bbpress .bbp-template-notice.info,
.bbpress .bbp-breadcrumb {
  padding: 0.75rem 1.75rem !important;
}
.bbpress .bbp-template-notice.info {
  margin-top: 0;
}
.bbpress.bbp-user-page #header-cover-image {
  display: none;
}
.bbpress.bbp-user-page #item-header-cover-image {
  min-height: unset !important;
  margin-bottom: 0 !important;
}
.bbpress.bbp-user-page #item-header-cover-image #item-header-avatar {
  margin-top: 0 !important;
}
.bbpress.bbp-user-page #item-header-content {
  text-align: left !important;
}
.bbpress.bbp-user-page .bp-personal-sub-tab#change-cover-image-personal-li, .bbpress.bbp-user-page .bp-personal-sub-tab#notifications-personal-li, .bbpress.bbp-user-page .bp-personal-sub-tab#profile-personal-li {
  display: none !important;
}
.bbpress.bbp-user-page .bp-template-notice.error {
  display: none !important;
}
.bbpress.bbp-user-page .user-pass2-wrap {
  display: block !important;
}
.bbpress.bbp-user-page .cmb2-id--newsletter label,
.bbpress.bbp-user-page .cmb2-id--city label,
.bbpress.bbp-user-page .cmb2-id--postal-code label,
.bbpress.bbp-user-page .cmb2-id--address label,
.bbpress.bbp-user-page .cmb2-id--mobile-phone label,
.bbpress.bbp-user-page .cmb2-id--phone label {
  margin: 0 !important;
}
.bbpress.bbp-user-page .cmb2-id--newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bbpress.bbp-user-page .cmb2-id--newsletter > .cmb-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.bbpress.bbp-user-page .cmb2-id--newsletter::after {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .bbpress .bbp-forum-topic-count,
.bbpress .bbp-forum-reply-count {
    display: none;
  }
  .bbpress .bbp-forum-info:not(.fullwidth) {
    width: 55% !important;
  }
  .bbpress .bbp-forum-freshness {
    width: 45% !important;
    text-align: right;
  }
}
