/* =========== STAR BBPRESS STYLE ========== */
#bbpress-forums {
    overflow: visible;
}

#bbpress-forums fieldset label[for], .bbp_widget_login label[for] {
    text-align: left;
    float: none;
    font-size: 15px !important;
    text-transform: uppercase !important;
}

#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-topics {
    border: none;
    padding-top: 20px;
}

#bbpress-forums li.bbp-header {
    background: none;
    border-top: none;
    border-bottom: 2px solid;
    padding: 8px 0;
}

#bbpress-forums div.bbp-template-notice a,
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-title > a,
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-info > a,
#bbpress-forums ul.bbp-reply-revision-log li.bbp-reply-revision-log-item a,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
    color: #000000;
}

#bbpress-forums li.bbp-footer {
    background: none;
    border: none;
}

#bbpress-forums li.bbp-header ul.forum-titles li {
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
}


#bbpress-forums div.bbp-pagination {
    font-size: 14px;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd, .bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky {
    background: none !important;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    border-top: none;
    padding: 8px 0;
    border-bottom: 1px solid;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content p, #bbpress-forums p.bbp-topic-meta {
    font-size: 12px;
}

#bbpress-forums p.bbp-topic-meta {
    text-align: center;
}

#bbpress-forums li.bbp-topic-title .bbp-topic-meta {
    text-align: left;
}

#bbpress-forums fieldset.bbp-form {
    border: none;
    padding: 0;
}

#bbpress-forums #split_topic fieldset.bbp-form, #bbpress-forums #merge_topic fieldset.bbp-form, #bbpress-forums #move_reply fieldset.bbp-form {
    margin-top: 30px;
}

#bbpress-forums .bbp-topic-form, #bbpress-forums .bbp-reply-form {
    padding-top: 30px;
}

#bbpress-forums fieldset.bbp-form legend {
    border-bottom: none;
    padding: 5px 20px 5px 0;
    width: auto;
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
    font-size: 14px;
}

#bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar {
    margin-bottom: 4px;
}

#bbpress-forums #subscription-toggle {
    float: right;
}

#bbpress-forums #subscription-toggle span {
    padding: 3px 5px;
}

#bbpress-forums #subscription-toggle span a, #bbpress-forums #favorite-toggle span a {
    text-transform: uppercase;
    font-size: 13px;
}

#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 {
    clear: both;
}

/* ========== BBPRESS TOPICS ============ */

div.bbp-template-notice.info, div.bbp-template-notice {
    border-left: none;
    border-right: none;
    background: none;
    padding: 5px 0;
    margin-bottom: 10px;
    border-radius: 0;
    background: url('../../../images/info-box-icon.png') no-repeat left;
}

div.bbp-template-notice p {
    font-size: 14px;
    padding: 0 40px;
}

div.bbp-template-notice.error, div.bbp-template-notice.warning {
    background: url('../../../images/error-box-icon.png') no-repeat left;
}

#bbpress-forums div.bbp-the-content-wrapper {
    border: 1px solid;
}

#bbpress-forums a.sbSelector,
#bbpress-forums .sbOptions,
#bbpress-forums input[type="text"],
.bbp_widget_login input[type="text"],
.bbp_widget_login input[type="password"] {
    padding: 8px 10px;
    background: #fff;
}

#bbpress-forums .sbOptions {
    margin: 19px 0 0;
}

#bbpress-forums input[type="text"], .bbp_widget_login input[type="text"], .bbp_widget_login input[type="password"] {
    height: 40px;
    width: 100%;
    border: 1px solid;
}

#bbpress-forums .bbp-topic-form fieldset.bbp-form div p {
    display: inline-block;
    width: 33.33333%;
    float: left;
}

#bbpress-forums .bbp-topic-form fieldset.bbp-form div p:first-child {
    margin-top: 20px;
}

#bbpress-forums .bbp-topic-form fieldset.bbp-form div p:first-child, #bbpress-forums .bbp-topic-form fieldset.bbp-form div p:nth-child(6) {
    float: none;
    width: 100%;
}

#bbpress-forums .bbp-topic-form fieldset.bbp-form div p:nth-child(3) {
    padding-right: 2px;
}

#bbpress-forums .bbp-topic-form fieldset.bbp-form div p:nth-child(4) {
    padding: 0 2px;
}

#bbpress-forums .bbp-topic-form fieldset.bbp-form div p:nth-child(5) {
    padding-left: 2px;
}

#bbpress-forums div.bbp-submit-wrapper {
    margin: 0;
}

/* ========== BBPRESS SINGLE TOPIC =========== */

#bbpress-forums .bbp-reply-content #subscription-toggle span, #bbpress-forums .bbp-reply-content #favorite-toggle span {
    padding: 0 5px;
}

#bbpress-forums div.bbp-reply-header {
    background: none;
    border: none;
    padding: 8px 0 0;
}

#bbpress-forums div.bbp-reply-author a.bbp-author-name {
    margin-top: 7px;
    text-align: center !important;
}

#bbpress-forums ul.bbp-replies {
    border: none;
}

#bbpress-forums li.bbp-body div.hentry {
    border-bottom: 1px solid;
    padding: 0 0 8px;
}

#bbpress-forums div.bbp-reply-content,
#bbpress-forums div.bbp-topic-content {
    padding: 0;
}

#bbpress-forums li.bbp-body div.bbp-reply-content,
#bbpress-forums li.bbp-body div.bbp-topic-content {
    padding: 20px 10px;
    border: 1px solid;
    margin-top: 12px;
    position: relative;
}

#bbpress-forums li.bbp-body div.bbp-reply-content:before,
#bbpress-forums li.bbp-body div.bbp-topic-content:before {
    position: absolute;
    display: inline-block;
    border-top: 7px solid transparent !important;
    border-right: 7px solid;
    border-bottom: 7px solid transparent !important;
    left: -7px;
    top: 8px;
    content: '';
}

#bbpress-forums li.bbp-body div.bbp-reply-content:after,
#bbpress-forums li.bbp-body div.bbp-topic-content:after {
    position: absolute;
    display: inline-block;
    border-top: 6px solid transparent !important;
    border-right: 6px solid #ffffff !important;
    border-bottom: 6px solid transparent !important;
    left: -6px;
    top: 9px;
    content: '';
    visibility: visible;
}

#bbpress-forums div.bbp-reply-content p,
#bbpress-forums div.bbp-topic-content p {
    margin: 0;
}

#bbpress-forums div.bbp-reply-author .bbp-author-role {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    font-style: normal;
}

#bbpress-forums div.bbp-reply-author .bbp-reply-post-date {
    padding: 5px 10px;
    font-size: 14px;
}

#bbpress-forums div.bbp-reply-author .bbp-reply-ip {
    border-top: 1px solid;
    padding-top: 5px;
}

#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
    border-top: none;
    margin-top: 10px;
}

/* ========== BBPRESS SEARCH ============ */

#bbp-search-form {
    border: 1px solid;
    width: 100%;
    display: inline-block;
}

#bbp-search-form #bbp_search_submit {
    border: 0;
    width: 80px;
    height: 40px;
    display: block;
    padding: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -99999px;
    outline: none;
    vertical-align: middle;
    float: right;
    background-image: url('../images/sprite.png');
    background-repeat: no-repeat;
    background-position: 30px -55px;
}

#bbp-search-form #bbp_search {
    border: 0;
    max-width: 180px;
    width: 100%;
    height: 40px;
    display: block;
    float: left;
    font-size: 14px;
    padding: 0 5px;
}

/* ============= BBPRESS USER PAGE ============== */

#bbpress-forums #bbp-single-user-details {
    width: 200px;
    border-right: 1px solid;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
    width: auto;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
    border: 5px solid;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
    padding-bottom: 20px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
    border-bottom: 1px solid;
    padding: 10px 0;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li a {
    padding: 0;
    text-transform: uppercase !important;
    font-size: 15px !important;
    display: inline-block;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    background: none;
    opacity: 1;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li span:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li .bbp-user-profile-link:before {
    content: '\f007';
    font-family: 'FontAwesome'
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li .bbp-user-topics-created-link:before {
    content: '\f0e6';
    font-family: 'FontAwesome'
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li .bbp-user-replies-created-link:before {
    content: '\f0e6';
    font-family: 'FontAwesome'
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li .bbp-user-favorites-link:before {
    content: '\f08a';
    font-family: 'FontAwesome'
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li .bbp-user-subscriptions-link:before {
    content: '\f097';
    font-family: 'FontAwesome'
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li .bbp-user-edit-link:before {
    content: '\f044';
    font-family: 'FontAwesome'
}

#bbpress-forums #bbp-user-body {
    margin-left: 230px;
}

#bbpress-forums #bbp-your-profile fieldset {
    padding: 20px 0 0;
}

#bbpress-forums #bbp-your-profile fieldset input, #bbpress-forums #bbp-your-profile fieldset textarea {
    background: none;
    padding: 8px 10px;
    font-size: 16px;
    width: 100%
}

#bbpress-forums #bbp-your-profile fieldset input {
    height: 40px;
}

#bbpress-forums #bbp-your-profile fieldset input:focus, #bbpress-forums #bbp-your-profile fieldset textarea:focus {
    box-shadow: none;
}

#bbpress-forums #bbp-your-profile fieldset div.sbHolder {
    float: none;
}

#bbpress-forums #bbp-your-profile fieldset fieldset.password {
    width: 100%;
    display: block;
}

#bbpress-forums #bbp-your-profile fieldset span.description {
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
}

#bbpress-forums #bbp-your-profile fieldset label[for]{
    width: auto;
    float: none;
}

/* ================= WIDGET BBPRESS ============= */

.widget.widget_display_forums ul,
.widget.widget_display_replies ul,
.widget.widget_display_topics ul,
.widget.widget_display_views ul {
    list-style: none;
    padding: 0;
}

.widget.widget_display_forums ul li,
.widget.widget_display_views ul li {
    margin-bottom: 7px;
}
.widget.widget_display_replies ul li,
.widget.widget_display_topics ul li {
    position: relative;
    margin-bottom: 10px;
}
.widget.widget_display_topics ul li {
    padding-left: 29px;
}

.widget.widget_display_forums ul li a.bbp-forum-title,
.widget.widget_display_views ul li a.bbp-view-title,
.widget.widget_display_replies ul li a.bbp-reply-topic-title,
.widget.widget_display_topics a.bbp-forum-title {
    font-size: 15px;
    text-transform: uppercase;
}

.widget.widget_display_forums ul li a.bbp-forum-title:before,
.widget.widget_display_views ul li a.bbp-view-title:before,
.widget.widget_display_topics ul li a.bbp-forum-title:before {
    content: "\f054";
    font-family: 'FontAwesome';
    border: 1px solid;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 12px;
    margin-right: 7px;
    line-height: 1.7em;
    text-align: center;
}

.widget.widget_display_stats dt, .widget.widget_display_stats dd {
    display: block;
}
.widget.widget_display_stats dt {
    padding: 10px 0 5px;
    position: relative;
}
.widget.widget_display_stats dt:after,
.widget.widget_display_replies ul li:after,
.widget.widget_display_topics ul li:after {
    opacity: 0.3;
    content: '';
    border-bottom: 1px solid;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    padding-top: 3px;
}

.widget.widget_display_stats dd {
    text-align: right;
    margin-top: -29px;
}

.widget.widget_display_topics a.bbp-author-avatar { display: none; }

.widget.widget_display_replies a.bbp-author-avatar { margin-right: 4px; }
.widget.widget_display_replies a.bbp-author-avatar img {
    vertical-align: top;
    width: 20px;
    height: 20px;
}

.widget.widget_display_topics a.bbp-author-name,
.widget.widget_display_replies a.bbp-author-name {
    color: #000000;
}

.widget.widget_display_replies a.bbp-reply-topic-title,
.widget.widget_display_replies div {
    margin-left: 28px;
    display: block;
}

.widget.widget_display_replies a.bbp-reply-topic-title:nth-child(1) {
    margin: 0;
}

.widget.widget_display_replies div,
.widget.widget_display_topics div {
    font-size: 13px;
}

.widget.widget_display_topics ul li a.bbp-forum-title {
    display: block;
    margin-left: -28px;
}
.widget.bbp_widget_login .bbp-submit-wrapper {
    margin: 0;
    float: none;
}
.widget.bbp_widget_login .bbp-login-links {
    text-align: right;
    margin-top: 5px;
}
.widget.bbp_widget_login .bbp-login-links a {
    display: block;
    float: none;
}
.widget.bbp_widget_login .bbp-remember-me input[type="checkbox"] {
    vertical-align: middle;
    margin: 0 0 3px;
}
.widget.bbp_widget_login .bbp-remember-me label { line-height: normal; }
.widget.bbp_widget_login .button.logout-link {
    display: inline-block;
    padding: 2px 5px 0;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
}
#bbpress-forums div.even, #bbpress-forums ul.even,
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header{
    background: none;
}
#bbpress-forums ul.bbp-search-results {
    border: none;
}

#bbpress-forums p.bbp-topic-meta img.avatar {
    box-sizing: content-box;
    width: 14px;
    height: 14px;
}