@media only screen and (max-width: 1400px) {
  #bbpress-forums .bbp-breadcrumb {
    width: 100%;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  #bbpress-forums div.bbp-topic-tags {
    display: inline-block;
    float: none;
  }
}

@media only screen and (max-width: 600px) {
  #bbpress-forums .bbp-forums .forum-titles .bbp-forum-topic-count,
  #bbpress-forums .bbp-forums .forum-titles .bbp-forum-reply-count,
  #bbpress-forums .bbp-forums .forum-titles .bbp-forum-freshness {
    display: none;
  }
  #bbpress-forums .bbp-forums .bbp-body .bbp-forum-topic-count,
  #bbpress-forums .bbp-forums .bbp-body .bbp-forum-reply-count,
  #bbpress-forums .bbp-forums .bbp-body .bbp-forum-freshness {
    display: none;
  }
  #bbpress-forums .bbp-forums .bbp-body .bbp-forum-info {
    width: 100%;
    padding-right: 0;
  }
  #bbpress-forums .bbp-topics .forum-titles .bbp-topic-voice-count,
  #bbpress-forums .bbp-topics .forum-titles .bbp-topic-reply-count,
  #bbpress-forums .bbp-topics .forum-titles .bbp-topic-freshness {
    display: none;
  }
  #bbpress-forums .bbp-topics .bbp-body .bbp-topic-voice-count,
  #bbpress-forums .bbp-topics .bbp-body .bbp-topic-reply-count,
  #bbpress-forums .bbp-topics .bbp-body .bbp-topic-freshness {
    display: none;
  }
  #bbpress-forums .bbp-topics .bbp-body .bbp-forum-info {
    width: 100%;
    padding-right: 0;
  }
  #bbpress-forums div.bbp-search-form,
  #bbpress-forums .bbp-breadcrumb {
    float: none;
  }
  #bbpress-forums #bbp-search-form #bbp_search {
    width: 100%;
  }
  #bbpress-forums > #subscription-toggle {
    float: none;
  }
  #bbpress-forums div.bbp-template-notice, #bbpress-forums div.indicator-hint {
    display: none;
  }
  #bbpress-forums fieldset.bbp-form {
    padding-left: 20px;
    padding-right: 20px;
  }
  #bbpress-forums .bbp-admin-links {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  #bbpress-forums .bbp-body div.bbp-reply-author {
    margin: 0;
  }
  #bbpress-forums div.bbp-reply-author img.avatar {
    top: 0;
    margin-top: 0;
  }
  #bbpress-forums .bbp-body div.bbp-reply-author {
    min-height: 70px;
  }
  #bbpress-forums .bbp-body div.bbp-reply-content {
    margin-left: 0;
    margin-right: 0;
  }
  #bbpress-forums li.bbp-body div.hentry {
    padding-top: 16px;
  }
  #bbpress-forums li.bbp-header .bbp-reply-content {
    display: none;
  }
  #bbpress-forums li.bbp-header .bbp-reply-author {
    float: none;
  }
}

/*# sourceMappingURL=bbpress-responsive.css.map */