/*======================================
Theme Name: Divi Child Theme
Theme URI: https://divicake.com/
Description: Divi Child Theme
Version: 1.0
Author: Yannic Fries
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/* -------------------------------------------------------------------
  single-shortcuts.php
----------------------------------------------------------------------  */
.lss-shortcut-icon {
  width: 60px; 
  height: 60px; 
  border-radius: 10px; 
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lss {
  font-family: SF Pro Text,Helvetica Neue,Helvetica,Arial,sans-serif;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  min-height: 90vh;
}

.lss i {
  font-size: 32px;
  color: #ffffff;
  margin-top: 14px;
}

.lss h1 {
    font-size: 34px;
    color: #000;
    letter-spacing: -.82px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 0px;
    text-align: center;
}

.lss-get-shortcut-button {
	margin-top: 50px;
}

.lss-get-shortcut-button a {
    max-width: 200px;
    text-decoration: none;
    padding: 10px;
    margin: 1em auto;
    border-radius: 8px;
    background-color: #007aff;
    color: #ffffff;

}

.lss-get-shortcut-button a:hover {
    background-color: #2890ff;
}

#main-content .shortcut_detail_wrapper .container:before {
    width: 0px;
    background-color: none;
}

.shortcut_detail_author {
  text-align: center;
  font-size: small;
}

/* -------------------------------------------------------------------
  FacetWP
----------------------------------------------------------------------  */

/* Search */
.facetwp-search {
width: -webkit-fill-available;
    height: 40px;
    font-size: 24px;
    padding-left: 10px !important;
}

.facetwp-search-wrap .facetwp-btn {
margin-top: -5px;
    margin-right: 5px;
}

/* -------------------------------------------------------------------
  Report Content
----------------------------------------------------------------------  */

.lss .wprc-container button.wprc-switch {
    float: none;
    background: none;
    border: 0;
    color: #2ea3f2;
}

.lss .wprc-container button.wprc-switch:hover {
    float: none;
    background: none;
    border: 0;
    color: #007aff;
}

.lss .wprc-container.blue-colorscheme .wprc-content {
  border-top: 4px solid #2ea3f2;
}

.lss .wprc-container.blue-colorscheme button.wprc-submit {
  background: none;
    border: 0;
    color: #2ea3f2;
}

.lss .wprc-container.blue-colorscheme button.wprc-submit:hover {
  background: none;
    border: 0;
    color: #007aff;
}


/*--------------------------------------------------------------
>>> BBPRESS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Forums
--------------------------------------------------------------*/

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

#bbpress-forums {
    background: transparent;
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 12px;
}
#bbpress-forums .bbp-forums + .bbp-template-notice {
    margin-left: 70px;
    margin-right: 70px;
}
.bbpress footer.entry-meta,
#bbpress-forums > h3 {
    padding: 30px 70px;
}

#bbpress-forums div.bbp-search-form {
    float: right;
    margin-bottom: 20px;
}
#bbpress-forums .subheader {
    padding: 30px 70px;
    overflow: hidden;
}
body:not(.boxed) #bbpress-forums .subheader {
    background-color: rgba(0,0,0,0.02);
}
.boxed .forum-header.page-header {
    padding-bottom: 0;
}
#bbpress-forums .subheader div.bbp-search-form {
    margin-bottom: 0;
}

label.screen-reader-text{
    position: relative !important;
}
#bbp-search-index-form label.screen-reader-text{
    position: relative !important;
}

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

#bbpress-forums .bbp-replies div.bbp-topic-header,
#bbpress-forums .bbp-replies div.bbp-reply-header,
#bbpress-forums .bbp-replies .bbp-forum-header {
    background-color: #edf0f0;
}
#bbpress-forums .bbp-replies div.topic,
#bbpress-forums .bbp-replies div.reply {
    margin: 10px 0px 20px 0px;
    padding: 0;
    overflow: hidden;
}

#bbpress-forums .bbp-replies  div.topic.status-trash,
#bbpress-forums .bbp-replies  div.topic.status-spam,
#bbpress-forums .bbp-replies div.reply.status-trash,
#bbpress-forums .bbp-replies div.reply.status-spam {
    padding: 12px 22px;
}

#bbpress-forums .status-trash.even,
#bbpress-forums .status-spam.even {
    background-color: #fee;
}
#bbpress-forums .status-trash.odd,
#bbpress-forums .status-spam.odd {
    background-color: #fdd;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd {
  background-color: white;
}

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

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

#bbpress-forums ul.bbp-threaded-replies {
    margin-left: 100px; /* indent threaded replies */
}

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

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

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
    text-transform: uppercase;
    font-weight: bold;
    padding: 30px 0px;
    text-align: left;
    font-size: 15px;
    background-color: #fff;
    border-top: 1px solid;
  border-image: linear-gradient(to right, #e75d5c, #673e78);
  border-image-slice: 1;
    color: #000;
}
#bbpress-forums li.bbp-footer {
    display: none; /* it's usually empty and looks odd */
}

#bbpress-forums .bbp-replies li.bbp-header,
#bbpress-forums .bbp-replies li.bbp-footer {
}

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

#bbpress-forums .bbp-forums-list {
    margin: 4px 0 4px 5px;
    padding-left: 15px;
}

#bbpress-forums ul.bbp-forums {
  border: none;
}

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

#bbpress-forums li.bbp-footer p {
    margin: 0;
    line-height: 1em;
}

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

#bbpress-forums .bbp-topic-content ul,
#bbpress-forums .bbp-reply-content ul,
#bbpress-forums .bbp-topic-content ol,
#bbpress-forums .bbp-reply-content ol {
    padding-left: 25px;
}

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

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

#bbpress-forums .bbp-forum-content p {
    margin: 5px 0 0;
}

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

li.bbp-forum-info a.bbp-forum-title,
li.bbp-topic-title a.bbp-topic-permalink {
    /*text-transform: uppercase;*/
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
}

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: 14%;
    font-weight: bold;
}

li.bbp-body li.bbp-forum-topic-count,
li.bbp-body li.bbp-topic-voice-count,
li.bbp-body li.bbp-forum-reply-count,
li.bbp-body li.bbp-topic-reply-count {
    font-size: 13px;
}

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

.bbp-topic-freshness-author {
    font-weight: 600;
    font-size: 12px;
    display: block;
    margin-bottom: 3px;
}

.bbp-topic-freshness-link a {
    color: #999;
    font-size: 11px;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
    overflow: hidden;
    padding: 30px 20px;
    margin: 0px;
    background-color: white;
    border-bottom: 1px solid rgba(0,0,0,0.11);
}

body.reply-edit .bbp-breadcrumb,
.bbp-topic-details,
.bbp-forum-details {
    clear: both;
    padding: 26px 0px;
    overflow: hidden;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bbp-replies .bbp-header {
  display: none;
}

.group-forum-topic-edit .bbp-topic-details.split,
.group-forum-topic-edit .bbp-topic-details.merge {
    display: none;
}

.bbp-template-notice + .bbp-topic-details,
.bbp-pagination + .bbp-topic-details {
    display: none;
}

.bbp-topic-details .bbp-forum-data ,
.bbp-forum-details .bbp-forum-data {
    float: right;
    text-align: center;
    display: table-cell;
}

.bbp-topic-details .bbp-forum-data img ,
.bbp-forum-details .bbp-forum-data img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 1px;
    position: relative;
}

.bbp-topic-details .bbp-forum-data .last-activity ,
.bbp-forum-details .bbp-forum-data .last-activity {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.bbp-topic-details .bbp-forum-data .post-num ,
.bbp-forum-details .bbp-forum-data .post-num {
    color: #4dcadd;
    border: 2px solid #dfe3e7;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 5px 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 25.5px;
    display: inline-block;
}

#bbpress-forums .bbp-forums + .bbp-template-notice ,
.bbp-topic-details + .bbp-template-notice ,
.bbp-forum-details + .bbp-template-notice {
    margin-left: 70px;
    margin-right: 70px;
}

/* Forums */
#bbpress-forums li.bbp-body ul.forum div.bbp-forum-info-content {
    padding-right: 20px;
}

/* Closed Topics */
#bbpress-forums li.bbp-body ul.bbp-forum-status-closed div.bbp-forum-info-content:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    text-decoration: inherit;
    speak: none;
    float: left;
    font-size: 1.6em;
    width: 1.1em;
    display: block;
    line-height: 1;
    content: "\f023";
    -webkit-font-smoothing: antialiased;
    color: #aaa;
}

#bbpress-forums li.bbp-body ul.bbp-forum-status-closed a {
    color: #bbb;
}

/* Topics */
#bbpress-forums li.bbp-body ul.topic div.bbp-topic-title-content {
    padding-right: 35px;
    word-wrap: break-word;
}

#bbpress-forums li.bbp-body ul.topic div.bbp-topic-title-content p:last-child {
    margin-bottom: 0;
}

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-topic-author,
#bbpress-forums div.bbp-reply-author {
    float: left;
    width: 90px;
    margin-bottom: 8px;
    text-align: center;
}

#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
    max-width: 70px;
    height: auto;
    padding: 0;
    margin: 12px auto 0 auto;
    float: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
    clear: both;
    line-height: 1.5;
    text-align: center;
    word-wrap: break-word;
}

#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
    font-size: 11px;
    font-style: italic;
    margin-bottom: 4px;
}

#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
    margin-left: 150px;
    padding: 12px 12px 12px 0;
    text-align: left;
}

#bbpress-forums div.bbp-topic-content blockquote,
#bbpress-forums div.bbp-reply-content blockquote {
    border: 1px solid #dfe2e2;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#bbpress-forums li.bbp-header .bbp-topic-author,
#bbpress-forums li.bbp-footer .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-reply-author {
    float: left;
    margin: 0;
    padding: 0;
    width: 90px;
    text-align: left;
}

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

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

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

span.bbp-author-ip {
    font-size: 11px;
    font-weight: 600;
    color: #aaa;
    word-break: break-all;
}


/*--------------------------------------------------------------
2.0 - Breadcrumbs, tags, subscribe
--------------------------------------------------------------*/

div.bbp-breadcrumb {
    float: left;
    font-size: 16px;
    font-weight: 600;
}

.table-cell div.bbp-breadcrumb {
    display: block;
    width: 100%;
}

div.bbp-topic-tags {
    font-size: 12px;
    margin-top: 4px;
}

#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
    margin-bottom: 10px;
    margin-top: 8px;
}

/* Subscribe to Forum */
.bbp-topic-details #subscription-toggle a,
.bbp-forum-details #subscription-toggle a {
    font-weight: 800;
    font-size: 12px;
    background-color: #4dcadd;
    color: #fff;
    padding: 7px 20px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
}

.bbp-forum-details #subscription-toggle a:hover,
.bbp-topic-details #subscription-toggle a:hover {
    -moz-box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.15);
}

#bbpress-forums > #subscription-toggle {
    clear: left;
    float: left;
    margin: 0 0 10px;
}

#bbpress-forums > #subscription-toggle a.subscription-toggle {
    padding: 4px 8px;
    background-color: #eef1f1;
    color: #888;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#bbpress-forums > #subscription-toggle a.subscription-toggle:hover {
    background-color: #e1e5e6;
}

/* Subscribe to Topic */

#bbpress-forums > .bbp-replies #subscription-toggle,
#bbpress-forums > .bbp-replies #subscription-toggle a,
#bbpress-forums > .bbp-replies #favorite-toggle a {
    float: right;
    color: rgba(255,255,255,.7);
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 2;
}

#bbpress-forums > .bbp-replies #subscription-toggle a:hover,
#bbpress-forums > .bbp-replies #favorite-toggle a:hover {
    color: #fff;
}


/*--------------------------------------------------------------
3.0 - Admin links
--------------------------------------------------------------*/

span.bbp-admin-links {
    float: right;
    color: #ddd;
}

span.bbp-admin-links a {
    color: #aaa;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
}

span.bbp-admin-links a:hover {
    color: #555;
}

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

tr td span.bbp-admin-links a:hover {
    color: #ff4b33;
}

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

.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink,
.bbp-forum-header a.bbp-forum-permalink {
    float: right;
    margin-left: 10px;
    color: #ccc;
}


/*--------------------------------------------------------------
4.0 - Toggles
--------------------------------------------------------------*/

.bbp-topic-action #favorite-toggle a {
    text-decoration: none;
    padding: 0 3px 1px;
    color: #7c7;
    border: 1px solid #aca;
    background-color: #dfd;
    font-weight: 600;
    font-size: 13px;
}

.bbp-topic-action #favorite-toggle a:hover {
    color: #5a5;
    border-color: #7c7;
    background-color: #beb;
}

.bbp-topic-action #favorite-toggle span.is-favorite a {
    color: #faa;
    border: 1px solid #faa;
    background-color: #fee;
}

.bbp-topic-action #favorite-toggle span.is-favorite a:hover {
    color: #c88;
    border-color: #c88;
    background-color: #fdd;
}

.bbp-topic-action #subscription-toggle a {
    text-decoration: none;
    padding: 0 3px 1px;
    color: #7c7;
    border: 1px solid #aca;
    background-color: #dfd;
    font-weight: 600;
    font-size: 13px;
}

.bbp-topic-action #subscription-toggle a:hover {
    color: #5a5;
    border-color: #7c7;
    background-color: #beb;
}

.bbp-topic-action #subscription-toggle span.is-subscribed a {
    color: #faa;
    border: 1px solid #faa;
    background-color: #fee;
    margin-right: 10px;
    display: inline-block;
    line-height: 1;
    padding: 3px 5px;
}

.bbp-topic-action #subscription-toggle span.is-subscribed a:hover {
    color: #c88;
    border-color: #c88;
    background-color: #fdd;
}

#bbpress-forums li.bbp-forum-freshness img.avatar,
#bbpress-forums li.bbp-topic-freshness img.avatar {
    float: left;
    margin-right: 7px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#bbpress-forums li.bbp-forum-freshness p.bbp-topic-meta,
#bbpress-forums li.bbp-topic-freshness p.bbp-topic-meta {
    line-height: 1.2;
    margin: 0;
    float: left;
    width: 70%;
}

#bbpress-forums .bbp-forum-title-content p.bbp-topic-meta,
#bbpress-forums .bbp-topic-title-content p.bbp-topic-meta {
    margin: 5px 0 0;
}

#bbpress-forums li.bbp-body ul.topic div.bbp-topic-title-content p.bbp-topic-meta {
    margin: 0;
}


/*--------------------------------------------------------------
5.0 - Pagination
--------------------------------------------------------------*/

.bbp-pagination {
    float: left;
    width: 100%;
    padding: 10px 70px 30px 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bbp-user-section .bbp-pagination:first-child,
.subheader + .bbp-pagination ,
.bbp-topic-details + .bbp-pagination ,
.bbp-forum-details + .bbp-pagination {
    display: none;
}

.bbp-pagination-count {
    float: left;
    margin-top: 11px;
}

.bbp-pagination-links {
    float: right;
    font-size: 11px;
    line-height: 13px;
}

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

.bbp-topic-pagination a {
    font-size: 10px;
    line-height: 10px;
    padding: 1px 3px;
    border: 1px solid #ddd;
    text-decoration: none;
}


/*--------------------------------------------------------------
6.0 - Forms
--------------------------------------------------------------*/

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

#bbpress-forums fieldset.bbp-form legend {
    padding: 0 0 12px;
    width: 100%;
    word-break: break-all;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

#bbpress-forums fieldset.bbp-form label {
    margin: 0;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 13px;
    line-height: 16px;
}

#bbpress-forums fieldset.bbp-form .buddyboss-select label {
    padding-left: 10px;
}

#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;
}

#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input,
#bbpress-forums fieldset.bbp-form .buddyboss-select {
    margin: 0 0 15px;
    font-size: inherit;
    clear: both;
}

textarea#bbp_reply_content,
textarea#bbp_topic_content,
textarea#bbp_forum_content {
    width: 97%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
}

#bbpress-forums fieldset select#bbp_forum_id {
    max-width: 200px;
    /* Fix for too-long forum names, usually from conversion */;
}

.bbp-reply-move,
.bbp-topic-split,
.bbp-topic-merge,
.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
    clear: left;
    padding: 30px 0px;
}

.left-menu-open .bbp-reply-move,
.left-menu-open .bbp-topic-split,
.left-menu-open .bbp-topic-merge,
.left-menu-open .bbp-topic-form,
.left-menu-open .bbp-reply-form,
.left-menu-open .bbp-topic-tag-form {
    padding-left: 30px;
    padding-right: 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;
    border: 1px solid #ddd;
    line-height: 0;
    background-color: #efefef;
}

body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code {
    font-size: 11px;
    background-color: #f6f7f8;
    border: 1px solid #e4e4e4;
    display: block;
    padding: 8px;
    margin-top: 5px;
    max-width: 369px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#merge_tag,
#delete_tag {
    display: inline;
}

div.bbp-submit-wrapper {
    float: right;
    clear: both;
}

#new-post div.bbp-submit-wrapper {
    float: left;
}

.widget div.bbp-submit-wrapper {
    float: none;
    text-align: left;
}

div.bbp-submit-wrapper button {
    padding: 8px 20px;
    font-size: 13px;
}

p.form-allowed-tags {
    width: 462px;
}


/*--------------------------------------------------------------
7.0 - TinyMCE in themes
--------------------------------------------------------------*/

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

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

#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: 12px;
    padding: 5px;
    margin: 3px 0 0;
    line-height: 1em;
    margin: 0;
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
    padding: 5px;
    min-height: 26px;
}

#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;
    background-color: #fff;
}

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


/*--------------------------------------------------------------
8.0 - Edit user
--------------------------------------------------------------*/

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

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

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

#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
    margin-bottom: 0;
    width: 60%;
    background: #f9f9f9;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 8px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#bbpress-forums #bbp-your-profile fieldset input:focus,
#bbpress-forums #bbp-your-profile fieldset textarea:focus {
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    outline-color: rgba(240, 255, 240, 0.1);
}

#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] {
    float: left;
    width: 20%;
    padding: 5px 20px 5px 0;
    text-align: right;
    cursor: pointer;
}

#bbpress-forums #bbp-your-profile fieldset dl label[for] {
    text-align: left;
    width: 60%;
}

#bbpress-forums #bbp-your-profile fieldset span.description {
    margin: 5px 0 0 20%;
    font-size: 12px;
    font-style: italic;
    float: left;
    clear: left;
    width: 60%;
    padding: 5px 8px;
    border: #cee1ef 1px solid;
    background-color: #f0f8ff;
}

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

#bbpress-forums #bbp-your-profile fieldset fieldset.password {
    width: 60%;
    display: inline;
}

#bbpress-forums #bbp-your-profile fieldset fieldset.password input,
#bbpress-forums #bbp-your-profile fieldset fieldset.password span {
    width: 100%;
}

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

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

#bbpress-forums #bbp-your-profile fieldset.submit button {
    float: right;
}

/*--------------------------------------------------------------
9.0 - Notices
--------------------------------------------------------------*/

div.bbp-template-notice,
div.indicator-hint {
    padding: 10px 14px;
    margin: 5px 0 15px;
    font-size: 13px;
    clear: both;
    background-image: linear-gradient(to right, #e75d5c, #673e78);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.bbp-search div.bbp-template-notice {
    margin-left: 30px;
    margin-right: 30px;
}

div.bbp-template-notice p {
    color: rgba(255,255,255,.9);
}

div.bbp-template-notice a {
    text-decoration: none;
    color: #fff;
}

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

div.bbp-template-notice.info {
    background-color: #4dcadd;
}

div.bbp-template-notice.important {
    background-color: #2eca89;
}

div.bbp-template-notice.error,
div.bbp-template-notice.warning {
    background-color: #f14e56;
}

div.bbp-template-notice p,
div.indicator-hint p {
    margin: 0 !important;
}


/*--------------------------------------------------------------
10.0 - Stickies
--------------------------------------------------------------*/

.bbp-topics-front ul.super-sticky div.bbp-topic-title-content:before,
.bbp-topics ul.super-sticky div.bbp-topic-title-content:before,
.bbp-topics ul.sticky div.bbp-topic-title-content:before,
.bbp-forum-content ul.sticky:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    text-decoration: inherit;
    speak: none;
    float: left;
    font-size: 1.6em;
    width: 1.1em;
    display: block;
    line-height: 1;
    content: "\f08d";
    -webkit-font-smoothing: antialiased;
    color: #1db4da;
}

/*--------------------------------------------------------------
11.0 - Revisions
--------------------------------------------------------------*/

#bbpress-forums .bbp-topic-revision-log,
#bbpress-forums .bbp-reply-revision-log {
    border-top: 1px dotted #ddd;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 8px 0 0 0;
    font-size: 11px;
    color: #aaa;
}


/*--------------------------------------------------------------
12.0 - Login widget
--------------------------------------------------------------*/

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

.bbp-login-form label {
    width: 140px;
    display: inline-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-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 {
    overflow: hidden;
    min-height: 40px;
    position: relative;
}

.bbp-logged-in img.avatar {
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3px solid #4dcadd;
}

.widget.bbp_widget_login button[type="submit"],
.widget.buddyboss-login-widget input[type="submit"],
.bbp-logged-in a.button {
    width: auto;
    padding: 8px 18px 8px;
    line-height: 19px;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
}

.widget.buddyboss-login-widget input[type="submit"]#sidebar-wp-submit {
    margin-top: 8px;
}

.bbp-logged-in h4 {
    margin: 17px 0 37px 64px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    clear: none;
}

.bbp-logged-in a.button {
    clear: left;
}


/*--------------------------------------------------------------
13.0 - 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,
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums .bbp-topic-started-by img.avatar {
    float: none;
    margin-bottom: -4px;
    border: 1px solid #999;
    -webkit-box-shadow: none;
    box-shadow: none;
}

fieldset div.avatar {
    float: right;
}

/* -------------------------------------------------------------------
  Custom BBPress
----------------------------------------------------------------------  */

@media only screen and (max-width: 480px) {
    #bbpress-forums div.bbp-reply-author img.avatar {
        position: relative;
        margin-bottom: 10px;
    }
}

#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 0;
}

/*--------------------------------------------------------------
14.0 - BuddyPress activity streams
--------------------------------------------------------------*/

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


/*--------------------------------------------------------------
15.0 - 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%;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
    font-size: 1.4em;
    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: 150px;
    float: left;
    overflow: hidden;
}

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

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

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

#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 {
    padding: 5px 8px;
    display: block;
    border: 1px solid transparent;
    text-decoration: none;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    background: #eee;
    opacity: 0.8;
}

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

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


/*--------------------------------------------------------------
16.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;
}


/*--------------------------------------------------------------
17.0 - BuddyPress group forums
--------------------------------------------------------------*/

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

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

.forum #item-body .field-group .description {
    clear: both;
}


/*--------------------------------------------------------------
18.0 - Search results
--------------------------------------------------------------*/
body.bbp-search div.bbp-breadcrumb {
    margin-left: 70px;
}

body.bbp-search div.bbp-breadcrumb + .bbp-pagination {
    display: none;
}

#bbp-search-results .bbp-forum-title h3,
#bbp-search-results .bbp-reply-title h3,
#bbp-search-results .bbp-topic-title h3 {
    font-size: 15px;
    margin: 3px 0 0;
}

#bbp-search-results .bbp-forum-header,
#bbp-search-results .bbp-reply-header,
#bbp-search-results .bbp-topic-header {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    margin-top: 30px;
}

#bbp-search-results li.bbp-body > div:first-child {
    margin-top: 0;
    border-top: none;
}

#bbp-search-results li.bbp-body > div:last-child {
    padding-bottom: 30px;
}

#bbp-search-results .bbp-forum-title .bbp-forum-title-meta,
#bbp-search-results .bbp-reply-title .bbp-reply-title-meta,
#bbp-search-results .bbp-topic-title .bbp-topic-title-meta,
#bbp-search-results .bbp-search-author {
    display: none;
}

body.bbp-search #bbp-search-index-form {
    clear: left;
}

#bbpress-forums ul#bbp-search-results {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    clear: left;
}

#bbp-search-results li.bbp-body > div {
    padding-left: 70px;
    padding-right: 70px;
    overflow: hidden;
}