/**
 * bbPress specific CSS
 *
 * @package bbPress
 * @subpackage Theme
 */


/* =bbPress Style
-------------------------------------------------------------- */

#bbpress-forums hr {
    margin: 0 0 24px 0;
}

#bbpress-forums {
    background: transparent;
    clear: both;
    margin: 0px;
    overflow: hidden;
    font-size: 16px;
}

body.reply-edit .reply {
    float: none;
}

#bbpress-forums div.reply {
    height: auto;
    width: 100%;
}

#bbpress-forums .status-trash,
#bbpress-forums .status-spam {
    opacity: 0.7;
}

#bbpress-forums .status-closed,
#bbpress-forums .bbp-forum-status-closed {
    opacity: 0.7;
}

#bbpress-forums ul {
    background: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

#bbpress-forums ul.bbp-threaded-replies {
    margin-left: 0px;
}

#bbpress-forums li {
    background: none;
    margin: 0;
    list-style: none;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
    font-size: 16px;
    overflow: hidden;
    border: none;
    margin-bottom: 20px;
    clear: both;
    width: 100%;
}

#bbpress-forums ul:last-child {
    margin-bottom: 0px;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-body {
    clear: both;
}

#bbpress-forums li.bbp-header {
    font-weight: 700;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}

#bbpress-forums li.bbp-footer {
    display: none;
}

#bbpress-forums li.bbp-header ul {
    overflow: hidden;
}

#bbpress-forums .bbp-forums-list {
    margin: 0;
}

#bbpress-forums .bbp-forums-list li {
    display: block;
    font-size: 11px;
}

li.bbp-forum-info,
li.bbp-topic-title {
    float: left;
    text-align: left;
    width: 55%;
}

li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
    float: left;
    text-align: center;
    width: 10%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

li.bbp-forum-freshness,
li.bbp-topic-freshness {
    text-align: right;
    float: right;
    width: 22%;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
    overflow: hidden;
    padding: 20px;
}

li.bbp-header div.bbp-topic-content span#subscription-toggle,
li.bbp-header div.bbp-topic-content span#favorite-toggle,
li.bbp-header div.bbp-reply-content span#subscription-toggle,
li.bbp-header div.bbp-reply-content span#favorite-toggle {
    float: right;
}

#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-reply-title h3 {
    background: none;
    border: none;
    font-size: 14px;
    line-height: 1em;
    margin: 8px 0;
    padding: 0;
    text-transform: none;
    font-weight: 700;
}

#bbpress-forums div.bbp-meta {
    padding: 15px 20px;
}

#bbpress-forums div.bbp-forum-title,
#bbpress-forums div.bbp-topic-title,
#bbpress-forums div.bbp-reply-title {
    padding: 15px 20px;
}

#bbpress-forums a.bbp-forum-title,
#bbpress-forums .bbp-topic-title a.bbp-topic-permalink {
    font-weight:700;
}

#bbpress-forums .sticky {
    border: none;
}

#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
    float: left;
    text-align: center;
    width: 160px;
    padding: 40px 20px 0px 20px;
}

#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
    border: none;
    max-width: 80px;
    padding: 0;
    margin: 0 auto;
    float: none;
}

#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
    margin: 0 13px;
    word-break: break-word;
    display: inline-block;
}

#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
    clear: left;
    display: block;
}

#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
    font-size: 13px;
    font-style: italic;
}

#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-forum-author,
#bbpress-forums li.bbp-header .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author {
    float: left;
    margin: 0;
    padding: 0;
    width: 140px;
    text-align: left;
    display: none;
}

.bbp-header div.bbp-reply-author {
    padding-right: 10px !important;
}

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry {
    margin-bottom: 0;
    overflow: hidden;
    padding: 0px;
}

div.bbp-forum-header,
div.bbp-topic-header {
    clear: both;
}

div.bbp-reply-header {
    clear: both;
    font-size: 14px;
    padding: 0px;
}

#bbpress-forums div.bbp-reply-header {
background:rgba(0,0,0,0.05);
}

span.bbp-author-ip {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
}


/* =Topic and reply content
-------------------------------------------------------------- */

#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
    margin-left: 160px;
    padding: 40px 40px 40px 0;
    text-align: left;
    position: relative;
}

#bbpress-forums li.bbp-header .bbp-search-content,
#bbpress-forums li.bbp-header .bbp-forum-content,
#bbpress-forums li.bbp-header .bbp-topic-content,
#bbpress-forums li.bbp-header .bbp-reply-content {
    margin-left: 0px;
    padding: 0;
    text-align: left;
}


/* Clearing hack */

#bbpress-forums div.bbp-forum-content:after,
#bbpress-forums div.bbp-topic-content:after,
#bbpress-forums div.bbp-reply-content:after {
    clear: both;
    content: ".";
    display: block;
    float: none;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

#bbpress-forums div.bbp-topic-content a,
#bbpress-forums div.bbp-reply-content a {
    background: none;
    border: none;
    display: inline;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#bbpress-forums div.bbp-topic-content h1,
#bbpress-forums div.bbp-reply-content h1,
#bbpress-forums div.bbp-topic-content h2,
#bbpress-forums div.bbp-reply-content h2,
#bbpress-forums div.bbp-topic-content h3,
#bbpress-forums div.bbp-reply-content h3,
#bbpress-forums div.bbp-topic-content h4,
#bbpress-forums div.bbp-reply-content h4,
#bbpress-forums div.bbp-topic-content h5,
#bbpress-forums div.bbp-reply-content h5,
#bbpress-forums div.bbp-topic-content h6,
#bbpress-forums div.bbp-reply-content h6 {
    clear: none;
    line-height: 1em;
    margin: 24px 0;
    padding: 0;
}

#bbpress-forums div.bbp-topic-content img,
#bbpress-forums div.bbp-reply-content img {
    max-width: 100%;
}

#bbpress-forums div.bbp-topic-content ul,
#bbpress-forums div.bbp-reply-content ul,
#bbpress-forums div.bbp-topic-content ol,
#bbpress-forums div.bbp-reply-content ol {
    margin: 0 15px 15px;
    padding: 0;
}

#bbpress-forums div.bbp-topic-content ul li,
#bbpress-forums div.bbp-reply-content ul li {
    list-style-type: disc;
}

#bbpress-forums div.bbp-topic-content ol li,
#bbpress-forums div.bbp-reply-content ol li {
    list-style-type: decimal;
}

#bbpress-forums div.bbp-topic-content ol li li,
#bbpress-forums div.bbp-reply-content ol li li {
    list-style-type: lower-alpha;
}

#bbpress-forums div.bbp-topic-content ol li li li,
#bbpress-forums div.bbp-reply-content ol li li li {
    list-style-type: upper-roman;
}


/* =Reply to
-------------------------------------------------------------- */

#bbpress-forums div.bbp-reply-to {
    margin-left: 130px;
    padding: 13px 13px 13px 0;
    text-align: right;
}

#bbpress-forums div#bbp-cancel-reply-to {
    text-align: right;
}


/* =Breadcrumb and Tags
-------------------------------------------------------------- */

#subscription-toggle,#favorite-toggle {
    margin: 0px 0px 30px 0px;
    padding: 15px 20px;
    display: inline-block;
}

.bbp-header #subscription-toggle {
    background: none;
    padding: 0px;
    margin: 0px;
}

.bbp-header #subscription-toggle {
    color: rgba(255, 255, 255, 0.1);
}

#bbpress-forums .bbp-header div.bbp-reply-content {
    margin: 0px;
}

div.bbp-breadcrumb {
    float: none;
    padding: 15px 20px;
    margin-bottom: 30px;
    width:100%;
}

div.bbp-breadcrumb a,
.bbp-breadcrumb-current {
    padding: 0px;
}

.bbp-breadcrumb-sep {
    padding: 0px 5px;
}

#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
    margin-bottom: 0px
}

#bbpress-forums div.bbp-topic-tags {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

#bbpress-forums div.bbp-topic-tags p {
    padding: 15px 20px;
    display: inline-block;
}

#bbp-topic-hot-tags {
    clear: both;
}


/* =Search
-------------------------------------------------------------- */

#bbpress-forums #bbp-search-form {
    clear: left;
}

#bbpress-forums #bbp-search-form .hidden {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    background: none;
    left: -999em;
}

#bbpress-forums #bbp-search-form #bbp_search {
    display: inline-block;
    width: auto;
    border: none;
}

#bbpress-forums div.bbp-search-form {
    margin-bottom:30px;
}

#bbpress-forums div.bbp-search-form input {
    margin:0 0 10px 0;
}

#bbp_search_submit {
    border:none !important;
    box-shadow: none;
    border-radius: 0;
    top: 0;
}

#bbpress-forums div.bbp-search-form > form > div {
   display: flex;
}


/* =Admin Links
-------------------------------------------------------------- */

span.bbp-admin-links {
    float: right;
    color: rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

span.bbp-admin-links a {
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

fieldset span.bbp-admin-links {
    float: left;
}

td.bbp-topic-admin-links,
td.bbp-topic-counts {
    width: 50%;
}

.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
    float: right;
    margin-left: 20px;
}


/* =Toggles
-------------------------------------------------------------- */

.bbp-row-actions #favorite-toggle a,
.bbp-row-actions #subscription-toggle a {
    text-decoration: none;
    padding: 2px 5px;
    border: none;
    font-size: 13px;
    line-height: 1;
}

.bbp-row-actions #subscription-toggle {
    background: none;
    padding: 0px;
    margin: 0px;
}

.bbp-row-actions #favorite-toggle span.is-favorite a,
.bbp-row-actions #favorite-toggle span.is-favorite a:hover,
.bbp-row-actions #subscription-toggle a,
.bbp-row-actions #subscription-toggle a:hover {
    border: none;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
    font-size: 14px;
    margin: 5px 0 5px;
    padding: 0;
    word-wrap: break-word;
}

#bbpress-forums p.bbp-topic-meta span {
    white-space: nowrap;
}


/* =Pagination
-------------------------------------------------------------- */

.bbp-pagination-count {
    float: left;
    font-size: 14px;
}

.bbp-pagination-links {
    float: right;
    list-style: none;
    display: inline;
}

.bbp-pagination-links a,
.bbp-pagination-links span.current,
.bbp-pagination-links span.dots {
    display: block;
    float: left;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 700;
}

.bbp-pagination {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.bbp-topic-pagination {
    display: block;
    margin: 5px 0px;
    margin-bottom: 2px;
}

.bbp-topic-pagination a {
    font-size: inherit;
    line-height: 10px;
    padding: 3px 7px;
    text-decoration: none;
    border:1px solid rgba(0,0,0,0.1);
}


/* =Forms
-------------------------------------------------------------- */

#bbpress-forums fieldset.bbp-form {
    clear: left;
}

#bbpress-forums fieldset.bbp-form {
    border: none;
    padding: 0px;
    margin: 0px;
}

#bbp-user-body fieldset.bbp-form {
    margin-bottom: 20px;
}

#bbpress-forums fieldset.bbp-form legend {
    padding: 0px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0px 30px 0px;
    display: inline-block;
    line-height: 1;
}

#bbpress-forums fieldset.bbp-form label {
    margin: 0;
    display: inline-block;
}

#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
#bbp-login fieldset label,
#bbp-register fieldset label,
#bbp-lost-pass fieldset label {
    width: 100px;
}

textarea#bbp_reply_content,
textarea#bbp_topic_content,
textarea#bbp_forum_content {
    width: 97%;
    box-sizing: border-box;
}

textarea#bbp_forum_content {
    height: 210px;
}

#bbpress-forums fieldset.bbp-forum-form-attributes {
    width: 200px;
    float: right;
    clear: none;
    margin-left: 25px;
}

.bbp-topic-form input,
.bbp-topic-form textarea,
.bbp-reply-form input,
.bbp-reply-form textarea {
    border: none;
}


/**
 * Fix for too-long forum names, usually from conversion
 */

#bbpress-forums fieldset select#bbp_forum_id {
    max-width: 200px;
}

.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
    clear: left;
    margin-top: 80px;
    padding-top: 30px;
}

body.topic-edit .bbp-topic-form div.avatar img,
body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img {
    margin-right: 0;
    padding: 10px;
    line-height: 0;
}

#merge_tag,
#delete_tag {
    display: inline;
}

div.bbp-submit-wrapper {
    margin-top: 15px;
    clear: both;
}

div.bbp-submit-wrapper button[type="submit"] {
    margin-bottom: 10px;
}

p.form-allowed-tags {
    max-width: 100%;
}


/* =TinyMCE in themes
-------------------------------------------------------------- */

#bbpress-forums div.bbp-the-content-wrapper {
    margin-bottom: 10px;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    width: 100%;
    margin: 0;
    font-size: 14px;
    border-top: none;
}

#bbpress-forums div.bbp-the-content-wrapper table,
#bbpress-forums div.bbp-the-content-wrapper tbody,
#bbpress-forums div.bbp-the-content-wrapper tr,
#bbpress-forums div.bbp-the-content-wrapper td {
    border: none;
    padding: 0;
    margin: 0;
    width: auto;
    line-height: 1em;
}

#bbpress-forums div.bbp-the-content-wrapper input {
    font-size: 14px;
    padding: 10px 15px;
    margin: 0 3px 3px 0;
    line-height: 14px;
    border: none;
    height: auto;
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
    padding: 10px 15px 7px 15px;
    min-height: 40px;
}

#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
    padding: 4px 4px 8px;
}

#bbpress-forums div.wp-editor-container {
    margin: 0;
    padding: 0;
    line-height: 0;
}

#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
    line-height: 16px;
}


/* =Edit User
-------------------------------------------------------------- */

#bbpress-forums #bbp-your-profile fieldset {
    padding: 0px;
}

#bbpress-forums #bbp-your-profile fieldset div {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    clear: left;
}

#bbpress-forums #bbp-your-profile fieldset select {
    margin-bottom: 0;
}

#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox {
    width: auto;
}

#bbpress-forums #bbp-your-profile fieldset legend {
    display: none;
}

#bbpress-forums #bbp-your-profile fieldset label[for] {
    cursor: pointer;
    margin-bottom: 5px;
}

#bbpress-forums #bbp-your-profile fieldset span.description {
    margin: 5px 0px 30px 0px;
    font-size: 13px;
    font-style: italic;
    float: left;
    clear: left;
    padding: 7px 10px;
}

#bbpress-forums #bbp-your-profile fieldset fieldset {
    margin: 0;
    border: none;
    padding: 0;
    clear: none;
    float: none;
}

#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
    margin-bottom: 0px !important;
}

#bbpress-forums #bbp-your-profile fieldset fieldset.password {}

#bbpress-forums #bbp-your-profile fieldset fieldset.password input,
#bbpress-forums #bbp-your-profile fieldset fieldset.password span {}

#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
    margin: 0;
}

#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
    margin-left: 0;
}

fieldset.submit {
    border: none;
}

#pass-strength-result:empty {
    margin: 0px !important;
}


/* =Notices
-------------------------------------------------------------- */

div.bbp-template-notice,
div.indicator-hint {
    padding: 15px 20px;
    margin: 0px 0px 30px 0px;
    clear: both;
}

div.bbp-template-notice a,
div.bbp-template-notice p {
    text-decoration: none;
}

div.bbp-template-notice a:hover {
    text-decoration: underline;
}

div.bbp-template-notice.error,
div.bbp-template-notice.important {
    border-color: #c0392b;
}

div.bbp-template-notice.warning {
    border-color: #f1c40f;
}

div.bbp-template-notice p {
    margin: 0 !important;
    padding: 0px;
    font-size: 16px;
}


/* =Stickies
-------------------------------------------------------------- */

.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
    font-weight: 700;
}


/* =Revisions
-------------------------------------------------------------- */

#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
    width: 100%;
    margin: 0;
    padding: 8px 0 0 0;
    font-size: 11px;
    color: #aaa;
}

#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li {
    list-style-type: none;
}


/* =Widgets
-------------------------------------------------------------- */

.bbp-login-form fieldset legend {
    display: none;
}

.bbp-login-form fieldset {
    border: none;
    padding: 0px;
}

.bbp-login-form label {
    display: block;
}

#sidebar .bbp-login-form label {
    width: 70px;
}

.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper {
    margin-top: 10px;
}

.bbp-login-form .bbp-remember-me {}

.bbp-remember-me label {
    display: inline;
    margin-left: 3px;
}

.bbp-login-form .bbp-submit-wrapper {
    text-align: right;
}

.bbp-login-form .bbp-login-links {}

.bbp-login-form .bbp-login-links a {
    float: left;
    clear: left;
}

.bbp-logged-in img.avatar {
    float: left;
    margin: 0 15px 20px 0;
}

.bbp-logged-in h4 {
    font-weight: normal;
    font-size: 20px !important;
    clear: none;
    margin-bottom: 10px;
}

.bbp-logged-in a {
    display: block;
}

#bbp-search-form {
    position: relative;
}

#bbp-search-form input[type="text"] {
    width: 100% !important;
    margin: 0px !important;
    padding-right: 105px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-right: none !important;
    height: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#bbp-search-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    height: 50px;
    width: 90px;
    line-height: 1;
    border: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 18px;
    margin: 0px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
}

.widget_display_forums ul,
.widget_display_views ul,
.widget_display_replies ul,
.widget_display_topics ul,
.widget_display_stats ul {
    list-style: none;
}

.widget_display_forums ul li,
.widget_display_views ul li,
.widget_display_replies ul li,
.widget_display_topics ul li,
.widget_display_stats ul li {
    padding-left: 0px;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.widget_display_forums ul li a,
.widget_display_views ul li a,
.widget_display_stats ul li {
    position:relative;
    display:block;
}

.widget_display_forums ul li a:after,
.widget_display_views ul li a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    speak: none;
    text-indent: 0em;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.widget_display_forums ul li a:before,
.widget_display_views ul li a:before {
    font-family: 'FontAwesome';
    content: "\f086";
    speak: none;
    text-indent: 0em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right:5px;
}

.widget_display_forums ul li div,
.widget_display_views ul li div,
.widget_display_replies ul li div,
.widget_display_topics ul li div {
    font-size: 14px;
    opacity: 0.7;
}

.widget_display_forums ul li:last-child,
.widget_display_views ul li:last-child,
.widget_display_replies ul li:last-child,
.widget_display_topics ul li:last-child,
.widget_display_stats ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none !important;
}

.widget_display_stats ul li strong {
    font-size: 14px;
    font-weight: normal;
    border-radius: 5px;
    padding: 5px 5px;
    min-width: 30px;
    text-align: center;
    display: inline-block;
    position:absolute;
    top:0;
    right:0;
    line-height:1;
}

.widget_display_views img,
.widget_display_replies img,
.widget_display_topics img {
    border-radius: 100%;
    vertical-align: middle;
    margin-bottom: 3px;
}

.widget_display_stats dl {
    margin-bottom: -20px;
    display: inline-block;
    width: 100%;
}

.widget_display_stats dl dt {
    clear: right;
    float: left;
    width: 75%;
    display: inline-block;
    margin-bottom: 20px;
}

.widget_display_stats dl dd {
    float: right;
    width: 25%;
    text-align: right;
    display: inline-block;
    margin-bottom: 20px;
}

.bbp-replies-widget .avatar {
    margin-right:5px;
}

/* =Avatars
-------------------------------------------------------------- */

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
    float: none;
    margin:0 5px 0 0;
    border-radius: 100%;
    width:14px;
    height: auto;
}

fieldset div.avatar {
    float: right;
}

#bbpress-forums img.avatar.avatar-80 {
    width:80px;
}


/* =BuddyPress Activity Streams
-------------------------------------------------------------- */

.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_reply_create .activity-content .activity-inner {
    margin-left: 5px;
    padding-left: 10px;
}


/* =User Pages
-------------------------------------------------------------- */

#bbpress-forums h1 {
    clear: none;
    font-size: 1.8em;
    line-height: 1em;
    padding-bottom: 10px;
}

#bbpress-forums #bbp-user-wrapper {
    float: left;
    width: 100%;
    background: #fff;
    padding: 40px;
}

#bbpress-forums .bbp-user-section {
    overflow: auto;
    padding-top: 20px;
    margin-bottom: 30px;
}

#bbpress-forums .bbp-user-section:last-child {
    margin-bottom: 0px;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
    margin: 0;
    padding-bottom: 10px;
    padding-top: 0;
    clear: none;
}

#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies,
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
    clear: none;
}

#bbpress-forums #bbp-single-user-details {
    margin: 0;
    width: 200px;
    float: left;
    overflow: hidden;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
    margin: 0;
    width: 200px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
    border: none;
    height: 200px;
    padding: 20px;
    margin: 0 0 20px 0;
    width: 200px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-description {
    float: none;
    margin-left: 240px;
}

#bbpress-forums #bbp-user-body {
    margin-left: 240px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
    float: none;
    margin: 0;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
    margin: 0;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
    display: block;
    border: 1px solid transparent;
    text-decoration: none;
    padding: 10px 20px;
}

body.my-account #bbpress-forums {
    border-top: none;
    padding-top: 0;
    margin-bottom: 0;
}


/* =User Capabilities
-------------------------------------------------------------- */

#bbpress-forums dl.bbp-user-capabilities {
    display: inline-block;
    vertical-align: top;
}

#bbpress-forums dl.bbp-user-capabilities dt {
    margin: 0 0 10px;
    text-transform: capitalize;
}

#bbpress-forums dl.bbp-user-capabilities dd {
    margin: 0;
    padding: 0;
}


/* =BuddyPress Group Forums
-------------------------------------------------------------- */

#bbpress-forums div.row-actions {
    font-size: 13px;
    visibility: hidden;
}

#bbpress-forums li:hover > div.row-actions {
    visibility: visible;
}


/* =User page tables
-------------------------------------------------------------- */

#bbp-user-body div.bbp-forum-content,
#bbp-user-body div.bbp-topic-content,
#bbp-user-body div.bbp-reply-content {
    margin-left: 0px;
    padding: 40px;
    text-align: left;
}

#bbp-user-body div.bbp-forum-author,
#bbp-user-body div.bbp-topic-author,
#bbp-user-body div.bbp-reply-author {
    float: left;
    text-align: center;
    width: 100%;
    padding: 40px 20px 0px 20px;
}

#bbp-user-body span.bbp-admin-links {
    clear: left;
    float: left;
    padding: 10px 0px;
}

#bbp-user-body div.bbp-reply-author a.bbp-author-name {
    clear: none;
    display: block;
    margin-left: 0;
    word-wrap: break-word;
}

#bbp-user-body div.bbp-reply-author img.avatar {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 60px;
    height: auto;
}

#bbp-user-body .bbp-body div.bbp-reply-author {
    margin: 20px 0px 0px 30px;
    min-height: 100px;
    padding: 0px 0px 20px 80px;
    position: relative;
    text-align: left;
    width: 100%;
}

#bbp-user-body div.bbp-meta {
    border-bottom: none;
}

.bbp-reply-author .bbp-author-avatar {
  display:block;
}

/*--------------------------------------------------------------
 Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 900px) {
    #bbpress-forums #bbp-single-user-details {
        width: 100%;
        margin-bottom: 30px;
        float: none;
    }
    #bbpress-forums #bbp-single-user-details #bbp-user-avatar {
        width: 200px;
        margin: 0px auto;
    }
    #bbpress-forums #bbp-single-user-details #bbp-user-description {
        float: none;
        margin-left: 0px;
    }
    #bbpress-forums #bbp-user-body {
        margin-left: 0px;
    }
    #bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
        text-align: center;
    }
    #bbpress-forums div.bbp-search-form {
        display:block;
        float:none;
        margin-bottom:10px;
    }
    div.bbp-breadcrumb {
        display:block;
        float:none;
    }
}

@media screen and (max-width: 768px) {
    li.bbp-topic-freshness,
    li.bbp-topic-voice-count,
    li.bbp-forum-freshness,
    li.bbp-forum-voice-count {
        display: none;
    }
    li.bbp-topic-title {
        width: 85%;
    }
    li.bbp-forum-info {
        width: 70%;
    }
    li.bbp-forum-topic-count,
    li.bbp-forum-reply-count,
    li.bbp-topic-reply-count {
        width: 15%;
    }
}

@media screen and (max-width: 640px) {
    .bbp-header div.bbp-reply-content {
        margin: 0 !important;
    }
    div.bbp-breadcrumb,
    #bbpress-forums div.bbp-topic-tags p {
        padding: 10px 15px;
    }
    div.bbp-search-form input {
        font-size: 11px;
        padding: 5px;
    }
    div.bbp-search-form input[type="submit"],
    div.bbp-search-form button {
        font-size: 11px;
        padding: 7px 10px;
    }
    .bbp-logged-in h4 {
        font-size: 18px !important;
    }
    #bbpress-forums,
    #bbpress-forums ul.bbp-lead-topic,
    #bbpress-forums ul.bbp-topics,
    #bbpress-forums ul.bbp-forums,
    #bbpress-forums ul.bbp-replies,
    #bbpress-forums ul.bbp-search-results,
    div.bbp-template-notice p {
        font-size: 14px;
    }
    #bbpress-forums div.bbp-topic-tags {
        clear: left;
        float: left;
        margin-bottom: 20px;
    }
    #bbpress-forums div.bbp-topic-tags p {
        padding: 10px;
        display: block;
    }
    li.bbp-forum-info,
    li.bbp-topic-title {
        width: 80%;
    }
    li.bbp-forum-reply-count,
    li.bbp-topic-reply-count {
        width: 20%;
    }
    li.bbp-forum-topic-count {
        display: none;
    }
    span.bbp-reply-post-date {
        float: left;
    }
    span.bbp-admin-links {
        clear: left;
        float: left;
    }
    #bbpress-forums .bbp-forums-list li {
        display: block;
        font-size: 11px;
    }
    #bbpress-forums div.bbp-reply-author {
        margin: 10px 0px 0px 0px;
        min-height: 100px;
        padding: 15px 0px 0px 80px;
        position: relative;
        text-align: left;
        width: 100%;
    }
    #bbpress-forums div.bbp-reply-author a.bbp-author-name {
        clear: none;
        display: inline-block;
        margin-left: 0;
        word-wrap: break-word;
    }
    #bbpress-forums div.bbp-reply-author img.avatar {
        position: absolute;
        top: 20px;
        left: 10px;
        width: 60px;
        height: auto;
    }
    #bbpress-forums div.bbp-reply-author .bbp-author-role {
        font-size: 14px;
        font-style: normal;
    }
    #bbpress-forums div.bbp-reply-content {
        clear: both;
        margin: 10px;
        padding: 0px;
    }
    #bbpress-forums div.bbp-reply-content p {
        margin-bottom: 1em;
    }
    #bbpress-forums fieldset.bbp-form {
        padding: 0 10px 10px;
    }
    #bbpress-forums #bbp-user-body {
        clear: both;
        margin-left: 0;
        word-wrap: break-word;
    }
    #bbpress-forums div.bbp-forum-author .bbp-author-role,
    #bbpress-forums div.bbp-topic-author .bbp-author-role,
    #bbpress-forums div.bbp-reply-author .bbp-author-role {
        margin-top: 0px;
    }
    div.bbp-breadcrumb {
        padding: 10px;
        margin-bottom: 20px;
    }
    div.bbp-template-notice,
    div.indicator-hint {
        padding: 10px;
        margin: 0px 0px 20px 0px;
    }
    #bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
        padding: 10px 10px 5px 10px;
    }
    #bbpress-forums li.bbp-header .bbp-search-author,
    #bbpress-forums li.bbp-header .bbp-forum-author,
    #bbpress-forums li.bbp-header .bbp-topic-author,
    #bbpress-forums li.bbp-header .bbp-reply-author {
        display: none;
    }
    #bbpress-forums div.bbp-forum-title,
    #bbpress-forums div.bbp-topic-title,
    #bbpress-forums div.bbp-reply-title,
    #bbpress-forums div.bbp-meta {
        padding: 10px 15px;
        border-bottom: none;
    }
    div.bbp-reply-content .besclwp-iframe {
        margin: 15px 0px;
    }
    #bbpress-forums #bbp-user-wrapper {
        padding: 20px;
    }
}

@media screen and (max-device-width: 480px),
screen and (-webkit-min-device-pixel-ratio: 2) {
    -webkit-text-size-adjust: none;
}