/*--------------------------------------------------------------
Hello, this is the BuddyPress Nouveau stylesheet.

@version 3.0.0

----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - BP Generic, Typography & Imagery

2.0 - Navigation - General
        2.1 - Navs - Object Nav / Sub Nav (item-list-tabs)
        2.2 - Pagination

3.0 - BP Lists / Loops Generic & filters
        3.1 - Activity Loop
                3.1.1 Whats New Activity
                3.1.2 - Activity Entries
                3.1.3 - Activity Comments
        3.2 - Blogs Loop
        3.3 - Groups Loop
        3.4 - Members Loop

4.0 - Directories - Members, Groups, Blogs, Register, Activation
        4.1 - Groups Creation Steps Screens
5.0 - Single Item screens: User Account & Single Group Screens
        5.1 - Item Headers: Global
                5.1.1 - item-header: Groups
                5.1.2 - item-header: User Accounts
        5.2 - Item Body: Global
                5.2.1 - item-body: Groups
                        5.2.1.1 - Management settings screens
                        5.2.1.2 - Group Members list
                        5.2.1.3 - Group Invite list
                        5.2.1.4 - Group Activity
                5.2.2 - item-body: User Accounts
                        5.2.2.1 - classes, pag, filters
                        5.2.2.2 - Profile Fields
                        5.2.2.3 - Groups
                        5.2.2.4 - friends
                        5.2.2.5 - Private Messaging Threads
                        5.2.2.6 - Settings

6.0 - Forms  -  General
        6.1 - Dir Search

7.0 - Tables -  General

8.0 - Classes - Messages, Ajax, Widgets, Buttons, Tooltips

9.0 - Layout Classes.
--------------------------------------------------------------*/
/**
*-------------------------------------------------------------------------------
* @section 1.0 - BP Generic, Typography & Imagery
*-------------------------------------------------------------------------------
*/
body #buddypress * a {
  box-shadow: none;
  text-decoration: none;
}

body #buddypress #item-body blockquote,
body #buddypress .bp-lists blockquote {
  margin-left: 10px;
}

body #buddypress .bp-list .action {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 46.8em) {
  body.buddypress .entry-header,
  body.buddypress .site-content .entry-header,
  body.buddypress .entry-content {
    max-width: none;
  }
  body.buddypress .entry-header {
    float: none;
    max-width: none;
  }
  body.buddypress .entry-content {
    float: none;
    max-width: none;
  }
  body.buddypress .site-content {
    padding-top: 2.5em;
  }
  body.buddypress #page #primary {
    max-width: none;
  }
  body.buddypress #page #primary .entry-header,
  body.buddypress #page #primary .entry-content {
    float: none;
    width: auto;
  }
}

/* Ensure .bp-wrap encloses it's children */
.bp-wrap:before,
.bp-wrap:after {
  content: " ";
  display: table;
}

.bp-wrap:after {
  clear: both;
}

body.buddypress article.page > .entry-header {
  margin-bottom: 2em;
  padding: 0;
}

body.buddypress article.page > .entry-header .entry-title {
  font-size: 28px;
  font-weight: inherit;
  color: #767676;
}

@media screen and (min-width: 46.8em) {
  body.buddypress article.page > .entry-header .entry-title {
    font-size: 34px;
  }
}

.buddypress-wrap dt.section-title {
  font-size: 18px;
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap dt.section-title {
    font-size: 22px;
  }
}

.buddypress-wrap .bp-label-text,
.buddypress-wrap .message-threads {
  font-size: 13px;
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap .bp-label-text,
  .buddypress-wrap .message-threads {
    font-size: 16px;
  }
}

.buddypress-wrap .activity-header {
  font-size: 13px;
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap .activity-header {
    font-size: 16px;
  }
}

.buddypress-wrap .activity-inner {
  font-size: 15px;
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap .activity-inner {
    font-size: 18px;
  }
}

.buddypress-wrap #whats-new-post-in {
  font-size: 16px;
}

.buddypress-wrap .mini .activity-header,
.buddypress-wrap .acomment-meta {
  font-size: 16px;
}

.buddypress-wrap .dir-component-filters #activity-filter-by {
  font-size: 13px;
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap .dir-component-filters #activity-filter-by {
    font-size: 16px;
  }
}

.buddypress-wrap .bp-tables-user th,
.buddypress-wrap .bp-tables-report th {
  font-size: 13px;
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap .bp-tables-user th,
  .buddypress-wrap .bp-tables-report th {
    font-size: 16px;
  }
}

.buddypress-wrap .bp-tables-user td,
.buddypress-wrap .bp-tables-report td {
  font-size: 12px;
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap .bp-tables-user td,
  .buddypress-wrap .bp-tables-report td {
    font-size: 14px;
  }
}

.buddypress-wrap .profile-fields th {
  font-size: 15px;
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap .profile-fields th {
    font-size: 18px;
  }
}

.buddypress-wrap .profile-fields td {
  font-size: 13px;
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap .profile-fields td {
    font-size: 16px;
  }
}

.buddypress-wrap #notification-select {
  font-size: 12px;
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap #notification-select {
    font-size: 14px;
  }
}

/**
*-------------------------------------------------------------------------------
* @section 2.0 - Navigation - General
*-------------------------------------------------------------------------------
*/
/**
*----------------------------------------------------------
* @section 2.1 - Navs Object Nav / Sub Nav (bp-list)
*
* The main navigational elements for all BP screens
*----------------------------------------------------------
*/
.bp-navs {
  background: transparent;
  clear: both;
  overflow: hidden;
}

.bp-navs ul {
  margin: 0;
  padding: 0;
}

.bp-navs ul li {
  list-style: none;
  margin: 0;
}

.bp-navs ul li.last select {
  max-width: 185px;
}

.bp-navs ul li a,
.bp-navs ul li span {
  border: 0;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

.bp-navs ul li .count {
  background: #eaeaea;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #222;
  display: inline;
  font-size: 12px;
  margin-left: 2px;
  padding: 3px 6px;
  text-align: center;
  vertical-align: middle;
}

.bp-navs ul li.selected a,
.bp-navs ul li.current a {
  color: #333;
  opacity: 1;
}

.bp-navs.bp-invites-filters ul li a, .bp-navs.bp-messages-filters ul li a {
  border: 1px solid #ccc;
  display: inline-block;
}

.main-navs.dir-navs {
  margin-bottom: 20px;
}

.buddypress-wrap .bp-navs li.selected a .count,
.buddypress-wrap .bp-navs li.current a .count,
.buddypress-wrap .bp-navs li a:hover a .count {
  background-color: #ccc;
}

.buddypress-wrap .bp-navs li:not(.current) a:focus,
.buddypress-wrap .bp-navs li:not(.current) a:hover,
.buddypress-wrap .bp-navs li:not(.selected) a:focus,
.buddypress-wrap .bp-navs li:not(.selected) a:hover {
  background: #ccc;
  color: #333;
}

.buddypress-wrap .bp-navs li.selected a,
.buddypress-wrap .bp-navs li.selected a:focus,
.buddypress-wrap .bp-navs li.selected a:hover,
.buddypress-wrap .bp-navs li.current a,
.buddypress-wrap .bp-navs li.current a:focus,
.buddypress-wrap .bp-navs li.current a:hover {
  background: #555;
  color: #fafafa;
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap .main-navs:not(.dir-navs) li.selected a,
  .buddypress-wrap .main-navs:not(.dir-navs) li.current a {
    background: #fff;
    color: #333;
    font-weight: 600;
  }
  .buddypress-wrap .main-navs.vertical li.selected a,
  .buddypress-wrap .main-navs.vertical li.current a {
    background: #555;
    color: #fafafa;
    text-decoration: none;
  }
  .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    -webkit-box-shadow: 0 2px 12px 0 #fafafa;
    -moz-box-shadow: 0 2px 12px 0 #fafafa;
    box-shadow: 0 2px 12px 0 #fafafa;
  }
}

.buddypress-wrap .bp-subnavs li.selected a,
.buddypress-wrap .bp-subnavs li.current a {
  background: #fff;
  color: #333;
  font-weight: 600;
}

@media screen and (max-width: 46.8em) {
  .buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li {
    background: #eaeaea;
  }
}

.buddypress-wrap:not(.bp-single-vert-nav) .main-navs > ul > li > a {
  padding: 0.7em calc(0.5em + 2px);
}

.buddypress-wrap:not(.bp-single-vert-nav) .user-subnav#subsubnav,
.buddypress-wrap:not(.bp-single-vert-nav) .group-subnav#subsubnav {
  background: none;
}

.buddypress-wrap .bp-subnavs {
  margin: 10px 0;
  overflow: hidden;
}

.buddypress-wrap .bp-subnavs ul li {
  margin-top: 0;
}

.buddypress-wrap .bp-subnavs ul li.selected :focus,
.buddypress-wrap .bp-subnavs ul li.selected :hover, .buddypress-wrap .bp-subnavs ul li.current :focus,
.buddypress-wrap .bp-subnavs ul li.current :hover {
  background: none;
  color: #333;
}

.buddypress-wrap .bp-navs.bp-invites-nav#subnav ul li.last,
.buddypress-wrap .bp-navs.bp-invites-filters#subsubnav ul li.last,
.buddypress-wrap .bp-navs.bp-messages-filters#subsubnav ul li.last {
  margin-top: 0;
}

@media screen and (max-width: 46.8em) {
  .buddypress-wrap .single-screen-navs {
    border: 1px solid #eee;
  }
  .buddypress-wrap .single-screen-navs li {
    border-bottom: 1px solid #eee;
  }
  .buddypress-wrap .single-screen-navs li:last-child {
    border-bottom: none;
  }
  .buddypress-wrap .bp-subnavs li a {
    font-size: 14px;
  }
  .buddypress-wrap .bp-subnavs li.selected a,
  .buddypress-wrap .bp-subnavs li.selected a:focus,
  .buddypress-wrap .bp-subnavs li.selected a:hover, .buddypress-wrap .bp-subnavs li.current a,
  .buddypress-wrap .bp-subnavs li.current a:focus,
  .buddypress-wrap .bp-subnavs li.current a:hover {
    background: #555;
    color: #fff;
  }
}

.buddypress_object_nav .bp-navs li.selected a .count,
.buddypress_object_nav .bp-navs li.current a .count,
.buddypress-wrap .bp-navs li.selected a .count,
.buddypress-wrap .bp-navs li.current a .count {
  background-color: #fff;
}

.buddypress_object_nav .bp-navs li.dynamic a .count,
.buddypress_object_nav .bp-navs li.dynamic.selected a .count,
.buddypress_object_nav .bp-navs li.dynamic.current a .count,
.buddypress-wrap .bp-navs li.dynamic a .count,
.buddypress-wrap .bp-navs li.dynamic.selected a .count,
.buddypress-wrap .bp-navs li.dynamic.current a .count {
  background-color: #5087e5;
  border: 0;
  color: #fafafa;
}

.buddypress_object_nav .bp-navs li.dynamic a:hover .count,
.buddypress-wrap .bp-navs li.dynamic a:hover .count {
  background-color: #5087e5;
  border: 0;
  color: #fff;
}

.buddypress_object_nav .bp-navs li a .count:empty,
.buddypress-wrap .bp-navs li a .count:empty {
  display: none;
}

.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current),
.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) {
  color: #767676;
}

.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a,
.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a {
  color: #767676;
}

.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a:focus, .buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a:hover,
.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a:focus,
.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a:hover {
  background: none;
  color: #333;
}

.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a[disabled]:focus, .buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a[disabled]:hover,
.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a[disabled]:focus,
.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a[disabled]:hover {
  color: #767676;
}

.buddypress_object_nav .bp-navs.group-create-links ul li.current a,
.buddypress-wrap .bp-navs.group-create-links ul li.current a {
  text-align: center;
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap .bp-navs li {
    float: left;
  }
  .buddypress-wrap #subsubnav .activity-search {
    float: left;
  }
  .buddypress-wrap #subsubnav .filter {
    float: right;
  }
}

.buddypress_object_nav .bp-navs li a .count {
  display: inline-block;
  float: right;
}

@media screen and (min-width: 46.8em) {
  .bp-dir-vert-nav .bp-navs.dir-navs {
    background: none;
  }
  .bp-dir-vert-nav .bp-navs.dir-navs a .count {
    float: right;
  }
}

.buddypress-wrap .dir-component-filters .filter label {
  display: inline;
}

.buddypress-wrap .subnav-filters:before,
.buddypress-wrap .subnav-filters:after {
  content: " ";
  display: table;
}

.buddypress-wrap .subnav-filters:after {
  clear: both;
}

.buddypress-wrap .subnav-filters {
  background: none;
  list-style: none;
  margin: 15px 0;
  padding: 0;
}

.buddypress-wrap .subnav-filters div {
  margin: 0;
}

.buddypress-wrap .subnav-filters > ul {
  float: left;
  list-style: none;
}

.buddypress-wrap .subnav-filters.bp-messages-filters ul {
  width: 100%;
}

.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search {
  margin-bottom: 1em;
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap .subnav-filters.bp-messages-filters .messages-search {
    margin-bottom: 0;
  }
}

.buddypress-wrap .subnav-filters div {
  float: none;
}

.buddypress-wrap .subnav-filters div select,
.buddypress-wrap .subnav-filters div input[type="search"] {
  font-size: 16px;
}

.buddypress-wrap .subnav-filters div button.nouveau-search-submit {
  padding: 5px 0.8em 6px;
}

.buddypress-wrap .subnav-filters div button#user_messages_search_submit {
  padding: 7px 0.8em;
  width: auto;
}

.buddypress-wrap .subnav-filters .component-filters {
  margin-top: 10px;
}

.buddypress-wrap .subnav-filters .feed {
  margin-right: 15px;
}

.buddypress-wrap .subnav-filters .last.filter label {
  display: inline;
}

.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap:before,
.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap:after {
  content: " ";
  display: table;
}

.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap:after {
  clear: both;
}

.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap.bp-show {
  display: inline-block;
}

.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap.bp-hide {
  display: none;
}

.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap {
  border: 0;
}

.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:focus,
.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:hover {
  outline: 1px solid #d6d6d6;
}

.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions {
  float: left;
}

.buddypress-wrap .subnav-filters .user-messages-bulk-actions label {
  display: inline-block;
  font-weight: 300;
  margin-right: 25px;
  padding: 5px 0;
}

.buddypress-wrap .subnav-filters .user-messages-bulk-actions div select {
  -webkit-appearance: textfield;
}

.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply {
  border: 0;
  border-radius: none;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 0 10px;
  padding: 3px 5px;
  text-align: center;
  text-transform: none;
  width: auto;
}

.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply span {
  vertical-align: middle;
}

.buddypress-wrap .subnav-filters .user-messages-bulk-actions input {
  margin-left: 0.5em;
}

@media screen and (min-width: 32em) {
  .buddypress-wrap .subnav-filters li {
    margin-bottom: 0;
  }
  .buddypress-wrap .subnav-filters .subnav-search,
  .buddypress-wrap .subnav-filters .subnav-search form,
  .buddypress-wrap .subnav-filters .feed,
  .buddypress-wrap .subnav-filters .bp-search,
  .buddypress-wrap .subnav-filters .dir-search,
  .buddypress-wrap .subnav-filters .user-messages-bulk-actions,
  .buddypress-wrap .subnav-filters .group-invites-search,
  .buddypress-wrap .subnav-filters .group-act-search {
    float: left;
  }
  .buddypress-wrap .subnav-filters .last,
  .buddypress-wrap .subnav-filters .component-filters {
    float: right;
    margin-top: 0;
    margin-left: 0;
    width: auto;
  }
  .buddypress-wrap .subnav-filters .last select,
  .buddypress-wrap .subnav-filters .component-filters select {
    max-width: 250px;
  }
}

.buddypress-wrap .notifications-options-nav input#notification-bulk-manage {
  border: 0;
  border-radius: 0;
  line-height: 1.6;
}

.buddypress-wrap .group-subnav-filters .group-invites-search {
  margin-bottom: 1em;
}

.buddypress-wrap .group-subnav-filters .last {
  text-align: center;
}

@media screen and (max-width: 32em) {
  .buddypress-wrap .subnav-filters .grid-filters {
    margin-top: 10px;
  }
}

@media screen and (min-width: 32em) {
  .buddypress-wrap .subnav-filters .grid-filters {
    float: right;
    padding: 0;
  }
}

.buddypress-wrap .grid-filters {
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  height: 36px;
}

.buddypress-wrap .grid-filters a {
  border-bottom: 0;
  color: #ccc;
  padding: 0 6px;
  line-height: 36px;
}

.buddypress-wrap .grid-filters a,
.buddypress-wrap .grid-filters a:active,
.buddypress-wrap .grid-filters a:focus {
  outline: none;
}

.buddypress-wrap .grid-filters a i {
  vertical-align: middle;
}

.buddypress-wrap .grid-filters a.active {
  color: #222;
}

a.layout-grid-view {
  border-right: 1px solid #eee;
}

.flex.bp-secondary-header.align-items-center > .push-right.flex .no-ajax:last-child div div div {
  margin-right: 0px;
}

/**
*----------------------------------------------------------
* @section 2.2 - Pagination
*----------------------------------------------------------
*/
.buddypress-wrap .bp-pagination {
  background: transparent;
  border: 0;
  color: #767676;
  float: left;
  font-size: small;
  margin: 0;
  padding: 0.7em 0;
  position: relative;
  width: 100%;
}

.buddypress-wrap .bp-pagination .pag-count {
  float: left;
}

.buddypress-wrap .bp-pagination .bp-pagination-links {
  float: right;
  margin-right: 10px;
}

.buddypress-wrap .bp-pagination .bp-pagination-links span,
.buddypress-wrap .bp-pagination .bp-pagination-links a {
  font-size: small;
  padding: 0 5px;
}

.buddypress-wrap .bp-pagination .bp-pagination-links a:focus,
.buddypress-wrap .bp-pagination .bp-pagination-links a:hover {
  opacity: 1;
}

.buddypress-wrap .bp-pagination p {
  margin: 0;
}

/**
*-------------------------------------------------------------------------------
* @section 3.0 - BP Lists / Loops Generic
*-------------------------------------------------------------------------------
*/
.bp-list:before,
.bp-list:after {
  content: " ";
  display: table;
}

.bp-list:after {
  clear: both;
}

.bp-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  list-style: none;
  margin: 20px 0;
  padding: 0.7em 0;
  width: 100%;
}

.bp-list li:before,
.bp-list li:after {
  content: " ";
  display: table;
}

.bp-list li:after {
  clear: both;
}

.bp-list > li {
  border-bottom: 1px solid #eaeaea;
}

.bp-list li {
  list-style: none;
  margin: 10px 0;
  padding: 0.7em 0;
  position: relative;
}

.bp-list li .item-avatar {
  text-align: center;
}

.bp-list li .item-avatar img.avatar {
  display: inline;
}

.bp-list li .item .item-avatar,
.bp-list li .item .list-title,
.bp-list li .item .item-meta,
.bp-list li .item .group-details {
  text-align: center;
}

.bp-list li .item .list-title {
  clear: none;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 auto;
}

@media screen and (min-width: 46.8em) {
  .bp-list li .item .list-title {
    font-size: 26px;
  }
}

.bp-list li .meta,
.bp-list li .item-meta {
  color: #737373;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.bp-list li .last-post {
  text-align: center;
}

.bp-list li .action {
  margin: 0;
  text-align: center;
}

.bp-list li .action .generic-button {
  display: inline-block;
  font-size: 12px;
  margin: 0 10px 0 0;
}

.bp-list li .action div.generic-button {
  margin: 10px 0;
}

@media screen and (min-width: 46.8em) {
  .bp-list li .item-avatar {
    float: left;
    margin-right: 5%;
  }
  .bp-list li .item {
    margin: 0;
    overflow: hidden;
  }
  .bp-list li .item .list-title,
  .bp-list li .item .item-meta {
    float: none;
    text-align: left;
  }
  .bp-list li .item .group-details,
  .bp-list li .item .last-post {
    text-align: left;
  }
  .bp-list li .group-desc,
  .bp-list li .user-update,
  .bp-list li .last-post {
    clear: none;
    overflow: hidden;
    width: auto;
  }
  .bp-list li .action {
    clear: left;
    padding: 0;
    text-align: left;
  }
  .bp-list li .action li.generic-button {
    margin-right: 0;
  }
  .bp-list li .action div.generic-button {
    margin: 0 0 10px;
  }
  .bp-list li .generic-button {
    display: block;
    margin: 0 0 5px 0;
  }
}

@media screen and (min-width: 32em) {
  #activity-stream {
    clear: both;
    padding-top: 1em;
  }
}

.activity-list.bp-list {
  background: #fafafa;
  border: 1px solid #eee;
}

.activity-list.bp-list .activity-item {
  background: #fff;
  border: 1px solid #b7b7b7;
  -webkit-box-shadow: 0 0 6px #d2d2d2;
  -moz-box-shadow: 0 0 6px #d2d2d2;
  box-shadow: 0 0 6px #d2d2d2;
  margin: 20px 0;
}

.activity-list.bp-list li:first-child {
  margin-top: 0;
}

.friends-list {
  list-style-type: none;
}

.friends-request-list .item-title,
.membership-requests-list .item-title {
  text-align: center;
}

@media screen and (min-width: 46.8em) {
  .friends-request-list li,
  .membership-requests-list li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -o-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .friends-request-list li .item,
  .membership-requests-list li .item {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .friends-request-list li .action,
  .membership-requests-list li .action {
    text-align: right;
  }
  .friends-request-list li .item-title,
  .membership-requests-list li .item-title {
    font-size: 22px;
    text-align: left;
  }
  .friends-request-list li .item-title h3,
  .membership-requests-list li .item-title h3 {
    margin: 0;
  }
}

#notifications-user-list {
  clear: both;
  padding-top: 1em;
}

@media screen and (min-width: 46.8em) {
  body:not(.logged-in) .bp-list .item {
    margin-right: 0;
  }
}

.activity-permalink .item-list,
.activity-permalink .item-list li.activity-item {
  border: 0;
}

/**
*----------------------------------------------------------
* @section 3.1 - Activity Loop
*----------------------------------------------------------
*/
/**
*-----------------------------------------------------
* @section 3.1.1 - Activity Whats New
*-----------------------------------------------------
*/
.item-body .activity-update-form .activity-form {
  margin: 0;
  padding: 0;
}

.activity-update-form {
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0 6px #eee;
  -moz-box-shadow: inset 0 0 6px #eee;
  box-shadow: inset 0 0 6px #eee;
  margin: 15px 0;
}

.activity-update-form #whats-new-avatar {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  margin: 0;
}

.activity-update-form #whats-new-avatar img {
  box-shadow: none;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.activity-update-form .activity-post-avatar {
  display: inline-block;
}

.activity-update-form #whats-new {
  outline: none;
  box-shadow: none;
  min-height: 80px;
  overflow: hidden;
  padding: 10px;
  resize: none !important;
}

.activity-update-form #whats-new-content {
  padding: 0;
}

.activity-update-form #whats-new-attachments {
  padding: 10px;
}

.activity-update-form #whats-new-elements-buttons {
  margin: 1em 0;
}

.activity-update-form #whats-new-elements-buttons ul {
  list-style: none;
}

.activity-update-form #whats-new-elements-buttons ul li {
  display: inline-block;
}

#whats-new-toolbar {
  padding: 10px;
}

#whats-new-toolbar,
#whats-new-messages-toolbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#whats-new-toolbar .post-elements-buttons-item,
#whats-new-messages-toolbar .post-elements-buttons-item {
  margin-right: 10px;
  position: relative;
}

#whats-new-textarea [contenteditable="true"]:empty:before {
  content: attr(placeholder);
  color: #bbb;
  cursor: text;
  display: block;
  /* For Firefox */
}

#activity-form-submit-wrapper {
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
  padding: 0 10px;
}

#whats-new-post-in-box {
  margin: 10px 0;
}

#whats-new-post-in-box #whats-new-post-in-box-items {
  list-style: none;
  margin: 10px 0;
}

#whats-new-post-in-box #whats-new-post-in-box-items li {
  margin-bottom: 10px;
}

#whats-new-post-in-box #whats-new-post-in-box-items #activity-autocomplete {
  padding: 0.3em;
}

#whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.2em;
}

#whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object .avatar {
  width: 30px;
}

#whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object span {
  padding-left: 10px;
  vertical-align: middle;
}

#whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object:focus, #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object:hover {
  background: #eaeaea;
  cursor: pointer;
}

#whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object.selected {
  border: 1px solid #d6d6d6;
}

#whats-new-submit {
  margin: 10px 0;
  display: flex;
  flex-flow: row-reverse;
}

#whats-new-submit input {
  font-size: 14px;
  line-height: 1;
}

.gif-media-search {
  position: relative;
  max-width: 400px;
}

div[class*="attached-gif-container"] {
  position: relative;
}

div[class*="attached-gif-container"] .gif-image-remove {
  border-radius: 10px;
  cursor: pointer;
  height: 19px;
  right: 2px;
  top: 4px;
  width: 19px;
}

div[class*="attached-gif-container"] .gif-image-overlay {
  color: #fff;
  margin-top: 0;
  position: absolute;
}

div[class*="attached-gif-container"] .gif-player {
  position: relative;
  max-width: 480px;
}

div[class*="attached-gif-container"] .gif-player video {
  margin: 0;
  max-width: 100%;
}

div[class*="attached-gif-container"] .gif-play-button {
  height: 80px;
  width: 80px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
}

div[class*="attached-gif-container"] .gif-play-button span.dashicons {
  font-size: 80px;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 0;
  line-height: 0;
}

div[class*="attached-gif-container"] .gif-icon {
  background: url(../images/gif-symbol.png) bottom left no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  bottom: 30px;
  left: 10px;
  background-size: 40px 30px;
  max-width: 40px;
  max-height: 30px;
}

.gif-media-search-dropdown {
  position: absolute;
  top: 100%;
  z-index: 99;
  display: none;
  margin: 10px 0 0 -16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1);
  padding-bottom: 10px;
}

.gif-media-search-dropdown.open {
  display: block;
  width: 300px;
}

.gif-media-search-dropdown:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  top: 1px;
  margin: 0 auto;
  left: 20px;
  box-sizing: border-box;
  border: 6px solid #000;
  border-color: #fff #fff transparent transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, 0.02);
  transition: all linear 0.2s;
  z-index: 101;
}

@media screen and (min-width: 768px) {
  .gif-media-search-dropdown.open {
    width: 360px;
  }
}

.gif-search-query {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  position: relative;
  padding: 10px;
  margin: 0;
}

.gif-search-content .gif-search-results {
  padding: 0 10px;
  overflow: auto;
  min-height: 280px;
  max-height: 380px;
}

.gif-search-content .gif-search-results ul {
  columns: 2 auto;
  column-gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gif-search-content .gif-search-results ul li {
  margin: 0 0 4px;
  padding: 0;
}

.gif-search-content .gif-search-results ul .bg1 {
  background: #e0245e;
}

.gif-search-content .gif-search-results ul .bg2 {
  background: #f45d22;
}

.gif-search-content .gif-search-results ul .bg3 {
  background: #ffad1f;
}

.gif-search-content .gif-search-results ul .bg4 {
  background: #17bf63;
}

.gif-search-content .gif-search-results ul .bg5 {
  background: #1c94e0;
}

.gif-search-content .gif-search-results ul .bg6 {
  background: #794bc4;
}

.found-media-item img {
  width: 100%;
  height: 100%;
  min-width: 100%;
}

input.search-query-input {
  width: 100%;
}

#content .toolbar-button {
  box-shadow: none;
}

/**
*-----------------------------------------------------
* @section 3.1.2 - Activity Entries
*-----------------------------------------------------
*/
.activity-list {
  padding: 0.7em;
}

.activity-list .activity-item:before,
.activity-list .activity-item:after {
  content: " ";
  display: table;
}

.activity-list .activity-item:after {
  clear: both;
}

.activity-list .activity-item {
  list-style: none;
  padding: 1em;
}

.activity-list .activity-item.has-comments {
  padding-bottom: 1em;
}

.activity-list .activity-item div.item-avatar {
  margin: 0 auto;
  text-align: center;
  width: auto;
}

.activity-list .activity-item div.item-avatar img {
  height: auto;
  max-width: 40%;
}

@media screen and (min-width: 46.8em) {
  .activity-list .activity-item div.item-avatar {
    margin: 0 2% 0 0;
    text-align: left;
    width: 15%;
  }
  .activity-list .activity-item div.item-avatar img {
    max-width: 80%;
  }
}

.activity-list .activity-item.mini {
  font-size: 13px;
  position: relative;
}

.activity-list .activity-item.mini .activity-avatar {
  margin-left: auto;
  text-align: center;
  width: auto;
}

.activity-list .activity-item.mini .activity-avatar img.avatar,
.activity-list .activity-item.mini .activity-avatar img.FB_profile_pic {
  /* stylelint-disable-line selector-class-pattern */
  max-width: 15%;
}

@media screen and (min-width: 46.8em) {
  .activity-list .activity-item.mini .activity-avatar {
    margin-left: 15px;
    text-align: left;
    width: 15%;
  }
  .activity-list .activity-item.mini .activity-avatar img.avatar,
  .activity-list .activity-item.mini .activity-avatar img.FB_profile_pic {
    /* stylelint-disable-line selector-class-pattern */
    max-width: 60%;
  }
}

.activity-list .activity-item.new_forum_post .activity-inner, .activity-list .activity-item.new_forum_topic .activity-inner {
  border-left: 2px solid #eaeaea;
  margin-left: 10px;
  padding-left: 1em;
}

.activity-list .activity-item.newest_mentions_activity, .activity-list .activity-item.newest_friends_activity, .activity-list .activity-item.newest_groups_activity, .activity-list .activity-item.newest_blogs_activity {
  background: rgba(31, 179, 221, 0.1);
}

.activity-list .activity-item .activity-inreplyto {
  color: #767676;
  font-size: 13px;
}

.activity-list .activity-item .activity-inreplyto > p {
  display: inline;
  margin: 0;
}

.activity-list .activity-item .activity-inreplyto blockquote,
.activity-list .activity-item .activity-inreplyto .activity-inner {
  background: none;
  border: 0;
  display: inline;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.activity-list .activity-item .activity-header {
  margin: 0 auto;
  width: 80%;
}

.activity-list .activity-item .activity-header a,
.activity-list .activity-item .activity-header img {
  display: inline;
}

.activity-list .activity-item .activity-header .avatar {
  display: inline-block;
  margin: 0 5px;
  vertical-align: bottom;
}

.activity-list .activity-item .activity-header .time-since {
  font-size: 14px;
  color: #767676;
  text-decoration: none;
}

.activity-list .activity-item .activity-header .time-since:hover {
  color: #767676;
  cursor: pointer;
  text-decoration: underline;
}

.activity-list .activity-item .activity-header .activity-to {
  visibility: hidden;
  display: inline-block;
  white-space: nowrap;
  width: 1em;
}

.activity-list .activity-item .activity-header .activity-to:before {
  font-family: dashicons;
  vertical-align: middle;
  content: "\f344";
  visibility: visible;
}

@media screen and (min-width: 55em) {
  .activity-list .activity-item .activity-header .activity-to:before {
    font-size: 15px;
  }
}

.activity-list .activity-item .activity-header .activity-time-since:before {
  content: "\00b7 ";
  color: #767676;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}

.activity-list .activity-item .activity-content .activity-header,
.activity-list .activity-item .activity-content .comment-header {
  color: #767676;
  margin-bottom: 10px;
}

.activity-list .activity-item .activity-content .activity-inner,
.activity-list .activity-item .activity-content blockquote {
  background: #fafafa;
  margin: 15px 0 10px;
  overflow: hidden;
  padding: 1em;
}

.activity-list .activity-item .activity-content p {
  margin: 0;
}

.activity-list .activity-item .activity-content .activity-state {
  display: none;
  font-size: 12px;
  clear: both;
}

.activity-list .activity-item .activity-content .activity-state .activity-state-likes,
.activity-list .activity-item .activity-content .activity-state .ac-state-separator,
.activity-list .activity-item .activity-content .activity-state .activity-state-comments {
  display: none;
}

.activity-list .activity-item .activity-content .activity-state a {
  border: 0;
  padding: 0;
}

.activity-list .activity-item .activity-content .activity-state.has-likes .activity-state-likes {
  display: inline-block;
}

.activity-list .activity-item .activity-content .activity-state.has-comments .activity-state-comments {
  display: inline-block;
}

.activity-list .activity-item .activity-content .activity-state.has-likes, .activity-list .activity-item .activity-content .activity-state.has-comments {
  display: block;
}

.activity-list .activity-item .activity-content .activity-state.has-likes.has-comments .ac-state-separator {
  display: inline-block;
}

.activity-list .activity-item .activity-inner p {
  word-break: break-word;
}

.activity-list .activity-item .activity-read-more {
  margin-left: 1em;
  white-space: nowrap;
}

.activity-list .activity-item ul.activity-meta {
  margin: 0;
  padding-left: 0;
}

.activity-list .activity-item ul.activity-meta li {
  border: 0;
  display: inline-block;
}

.activity-list .activity-item .bp-generic-meta.action {
  border: 1px solid transparent;
  background: #fafafa;
  padding: 2px;
  position: relative;
  text-align: left;
}

.activity-list .activity-item .bp-generic-meta.action div.generic-button {
  margin: 0;
}

.activity-list .activity-item .bp-generic-meta.action .button {
  background: transparent;
}

.activity-list .activity-item .bp-generic-meta.action a {
  padding: 4px 8px;
}

.activity-list .activity-item .bp-generic-meta.action .button:focus,
.activity-list .activity-item .bp-generic-meta.action .button:hover {
  background: none;
}

.activity-list .activity-item .bp-generic-meta.action .button:before,
.activity-list .activity-item .bp-generic-meta.action .icons:before {
  font-family: dashicons;
  font-size: 18px;
  vertical-align: middle;
}

.activity-list .activity-item .bp-generic-meta.action .acomment-reply.button:before {
  content: "\f101";
}

.activity-list .activity-item .bp-generic-meta.action .view:before {
  content: "\f125";
}

.activity-list .activity-item .bp-generic-meta.action .fav:before {
  content: "\f529";
}

.activity-list .activity-item .bp-generic-meta.action .unfav:before {
  content: "\f529";
  color: #0061ac;
}

.activity-list .activity-item .bp-generic-meta.action .delete-activity:before {
  content: "\f153";
}

.activity-list .activity-item .bp-generic-meta.action .spam-activity:before {
  content: "\f227";
}

.activity-list .activity-item .bp-generic-meta.action .delete-activity:hover {
  color: #800;
}

.activity-list .activity-item .bp-generic-meta.action .button {
  border: 0;
  box-shadow: none;
}

.activity-list .activity-item .bp-generic-meta.action .button span {
  background: none;
  font-weight: 600;
}

.activity-list .activity-item .bp-generic-meta.action .unfav .like-count {
  color: #0061ac;
}

@media screen and (min-width: 46.8em) {
  .activity-list.bp-list {
    padding: 30px;
  }
  .activity-list .activity-item .activity-content {
    margin: 0;
    position: relative;
  }
  .activity-list .activity-item .activity-content:after {
    clear: both;
    content: "";
    display: table;
  }
  .activity-list .activity-item .activity-header {
    margin: 0 15px 0 0;
    width: auto;
  }
}

.activity-inner:empty {
  display: none;
}

.activity-list .load-more,
.activity-list .load-newest {
  background: #fafafa;
  border: 1px solid #eee;
  font-size: 110%;
  margin: 15px 0;
  padding: 0;
  text-align: center;
}

.activity-list .load-more a,
.activity-list .load-newest a {
  color: #555;
  display: block;
  padding: 0.7em 0;
}

.activity-list .load-more a:focus, .activity-list .load-more a:hover,
.activity-list .load-newest a:focus,
.activity-list .load-newest a:hover {
  background: #fff;
  color: #333;
}

.activity-list .load-more:focus, .activity-list .load-more:hover,
.activity-list .load-newest:focus,
.activity-list .load-newest:hover {
  border-color: #e1e1e1;
  -webkit-box-shadow: 0 0 6px 0 #eaeaea;
  -moz-box-shadow: 0 0 6px 0 #eaeaea;
  box-shadow: 0 0 6px 0 #eaeaea;
}

.activity-url-scrapper-loading {
  display: block;
  font-size: 14px;
  color: #a3a5a9;
  letter-spacing: -0.24px;
  margin: 12px 0 10px;
}

.activity-link-preview-container {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  background-color: rgba(250, 250, 250, 0.2);
  margin: 20px 0 10px;
  overflow: hidden;
  position: relative;
  max-width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.activity-video-preview .activity-link-preview-container {
  border: 0;
  border-radius: 0;
  margin: 0;
  max-width: 640px;
}

.activity-link-preview-container div.fluid-width-video-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.activity-link-preview-image-wrap {
  flex: 0 0 auto;
  min-width: 0;
  width: 180px;
  min-height: 200px;
  position: relative;
}

@media screen and (max-width: 32em) {
  .activity-link-preview-image-wrap {
    width: 100%;
  }
}

.activity-link-preview-image {
  border-radius: 3px 0 0 3px;
  position: relative;
  overflow: hidden;
  background: #809ab4;
  height: 100%;
}

.activity-link-preview-image img {
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  object-fit: cover;
}

.activity-link-preview-content {
  flex: 1;
  min-width: 0;
  padding: 40px 20px;
  font-size: 13px;
  color: #939597;
  letter-spacing: -0.24px;
  line-height: 1.38;
  align-self: center;
}

.activity-video-preview .activity-link-preview-content {
  padding: 0;
}

.activity-url-thumb-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

#buddypress .activity-url-thumb-nav button {
  cursor: pointer;
  width: auto;
  padding: 2px 10px;
  margin: 0 5px;
  height: auto;
  min-height: 10px;
}

.activity-url-thumb-nav .dashicons {
  font-size: 14px;
  line-height: 1;
  position: relative;
  top: 2px;
}

#activity-url-scrapper-img-count {
  font-size: 12px;
  color: #7f7f7f;
  margin-top: 5px;
}

.activity-url-error {
  color: #f00;
}

#activity-url-scrapper-url {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

.activity-link-preview-title {
  color: #122b46;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.24px;
  line-height: 1.21;
  margin: 0 0 10px;
}

.activity-link-preview-title a {
  color: inherit;
}

#activity-close-link-suggestion {
  border: 0;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  position: absolute;
  right: 8px;
  top: 0;
  text-decoration: none;
}

@media screen and (max-width: 32em) {
  #activity-close-link-suggestion {
    color: black;
  }
}

#activity-link-preview-close-image {
  border: 0;
  color: #fff;
  font-size: 16px;
  left: 3px;
  position: absolute;
  top: 3px;
  text-decoration: none;
}

#activity-close-link-suggestion:focus,
#activity-link-preview-close-image:focus {
  outline: 0;
}

.activity-inner .buddyboss-media-photo-link,
.acomment-content .buddyboss-media-photo-link {
  display: none !important;
}

@keyframes lazyAmination {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -300% 0;
  }
}

.activity-inner iframe.lazy {
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: lazyAmination;
  animation-timing-function: linear;
  background: #f6f7f8;
  background-size: 800px 104px;
}

/**
*-----------------------------------------------------
* @section 3.1.3 - Activity Comments
*-----------------------------------------------------
*/
.buddypress-wrap .activity-comments {
  clear: both;
  margin: 0 5%;
  position: relative;
  width: auto;
}

.buddypress-wrap .activity-comments ul {
  clear: both;
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}

.buddypress-wrap .activity-comments ul li {
  border-top: 1px solid #eee;
  border-bottom: 0;
  padding: 1em 0 0;
}

.buddypress-wrap .activity-comments ul li ul {
  margin-left: 5%;
}

.buddypress-wrap .activity-comments ul li ul li.detached-comment-item {
  margin-left: -5%;
}

.buddypress-wrap .activity-comments ul li:first-child {
  border-top: 0;
}

.buddypress-wrap .activity-comments ul li:last-child {
  margin-bottom: 0;
}

.buddypress-wrap .activity-comments div.acomment-avatar {
  width: auto;
}

.buddypress-wrap .activity-comments div.acomment-avatar img {
  border-width: 1px;
  float: left;
  height: 25px;
  max-width: none;
  width: 25px;
}

.buddypress-wrap .activity-comments .acomment-meta,
.buddypress-wrap .activity-comments .acomment-content p {
  font-size: 14px;
}

.buddypress-wrap .activity-comments .acomment-meta {
  color: #555;
  overflow: hidden;
  padding-left: 2%;
}

.buddypress-wrap .activity-comments .acomment-content {
  border-left: 1px solid #ccc;
  margin: 15px 0 0 10%;
  padding: 0.7em 1em;
}

.buddypress-wrap .activity-comments .acomment-content p {
  margin-bottom: 0.5em;
}

.buddypress-wrap .activity-comments .acomment-options {
  float: left;
  margin: 10px 0 10px 20px;
}

.buddypress-wrap .activity-comments .acomment-options a {
  color: #767676;
  font-size: 14px;
}

.buddypress-wrap .activity-comments .acomment-options a:focus, .buddypress-wrap .activity-comments .acomment-options a:hover {
  color: inherit;
}

.buddypress-wrap .activity-comments .bp-generic-meta.action {
  background: none;
  margin-top: 10px;
}

.buddypress-wrap .activity-comments .bp-generic-meta.action button {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.buddypress-wrap .activity-comments .show-all button {
  font-size: 14px;
  text-decoration: underline;
  padding-left: 0.7em;
}

.buddypress-wrap .activity-comments .show-all button span {
  text-decoration: none;
}

.buddypress-wrap .activity-comments .show-all button:hover span, .buddypress-wrap .activity-comments .show-all button:focus span {
  color: #5087e5;
}

.buddypress-wrap .mini .activity-comments {
  clear: both;
  margin-top: 0;
}

body.activity-permalink .activity-comments {
  background: none;
  width: auto;
}

body.activity-permalink .activity-comments > ul {
  padding: 0 0.7em 0 1em;
}

body.activity-permalink .activity-comments ul li > ul {
  margin-top: 10px;
}

form.ac-form {
  display: none;
  padding: 1em;
}

form.ac-form .ac-reply-avatar {
  float: left;
}

form.ac-form .ac-reply-avatar img {
  border: 1px solid #eee;
}

form.ac-form .ac-reply-content a {
  text-decoration: none;
}

form.ac-form .ac-reply-content .ac-textarea {
  margin-bottom: 15px;
  padding: 0 0.7em;
}

form.ac-form .ac-reply-content .ac-textarea .ac-input[contenteditable="true"] {
  background: transparent;
  box-shadow: none;
  color: #555;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  padding: 0.5em;
  width: 100%;
  border: 1px solid #ccc;
}

form.ac-form .ac-reply-content .ac-textarea .ac-input[contenteditable="true"]:focus {
  -webkit-box-shadow: 0 0 6px #d6d6d6;
  -moz-box-shadow: 0 0 6px #d6d6d6;
  box-shadow: 0 0 6px #d6d6d6;
}

form.ac-form .ac-reply-content .ac-textarea .dropzone.open {
  margin-top: 20px;
}

form.ac-form .ac-reply-content .ac-textarea .ac-reply-toolbar {
  display: flex;
  margin-top: 10px;
}

form.ac-form .ac-reply-content .ac-textarea .ac-reply-toolbar .post-elements-buttons-item {
  margin-right: 10px;
  position: relative;
}

form.ac-form .ac-reply-content .ac-textarea .gif-search-results-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form.ac-form .ac-reply-content .ac-textarea .gif-search-content .gif-search-results ul li {
  padding: 0;
}

form.ac-form .ac-reply-content input {
  margin-top: 10px;
}

.bp-ac-form-cotainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ac-reply-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  color: #767676;
  padding-left: 1em;
}

.activity-comments li form.ac-form {
  clear: both;
  margin-right: 15px;
}

.activity-comments form.root {
  margin-left: 0;
}

/**
*----------------------------------------------------------
* @section 3.2 - Blogs Loop
*----------------------------------------------------------
*/
@media screen and (min-width: 46.8em) {
  .buddypress-wrap .blogs-list li .item-meta {
    clear: left;
    float: none;
  }
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap .bp-dir-vert-nav .blogs-list .list-title {
    width: auto;
  }
}

/**
*----------------------------------------------------------
* @section 3.2 - Groups Loop
*----------------------------------------------------------
*/
.buddypress-wrap .groups-list li .list-title {
  text-align: center;
}

.buddypress-wrap .groups-list li .group-details {
  clear: left;
}

.buddypress-wrap .groups-list li .group-desc {
  border: 1px solid #eaeaea;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  font-size: 13px;
  color: #737373;
  font-style: italic;
  margin: 10px auto 0;
  padding: 1em;
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap .groups-list li .group-desc {
    font-size: 16px;
  }
}

.buddypress-wrap .groups-list li p {
  margin: 0 0 0.5em;
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap .groups-list li .item {
    margin-right: 0;
  }
  .buddypress-wrap .groups-list li .list-title,
  .buddypress-wrap .groups-list li .item-meta {
    text-align: left;
    width: auto;
  }
  .buddypress-wrap .groups-list li .item-meta {
    margin-bottom: 20px;
  }
  .buddypress-wrap .groups-list li .last-activity {
    clear: left;
    margin-top: -20px;
  }
}

.buddypress-wrap .groups-list li.group-no-avatar div.group-desc {
  margin-left: 0;
}

.buddypress-wrap .mygroups .groups-list.grid .wrap {
  min-height: 450px;
  padding-bottom: 0;
}

@media screen and (min-width: 46.8em) {
  .buddypress .bp-vertical-navs .groups-list .item-avatar {
    margin-right: 3%;
    width: 15%;
  }
}

/**
*----------------------------------------------------------
* @section 3.2 - Members Loop
*----------------------------------------------------------
*/
.buddypress-wrap .members-list li .member-name {
  margin-bottom: 10px;
}

.buddypress-wrap .members-list li .user-update {
  border: 1px solid #eaeaea;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  color: #737373;
  font-style: italic;
  font-size: 13px;
  margin: 15px auto;
  padding: 1em;
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap .members-list li .user-update {
    font-size: 16px;
  }
}

.buddypress-wrap .members-list li .user-update .activity-read-more {
  display: block;
  font-size: 12px;
  font-style: normal;
  margin-top: 10px;
  padding-left: 2px;
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap .members-list li .last-activity {
    clear: left;
    margin-top: -10px;
  }
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap .members-group-list li .joined {
    clear: left;
    float: none;
    margin-top: 0;
  }
  .buddypress-wrap .members-group-list li .role {
    clear: left;
    float: none;
    font-size: 14px;
    margin: 0;
  }
}

@media screen and (min-width: 32em) {
  body:not(.logged-in) .members-list .user-update {
    width: 96%;
  }
}

.members-directory-wrapper {
  display: flex;
  flex-flow: row wrap;
}

@media screen and (min-width: 46.8em) {
  .members-directory-wrapper {
    flex-flow: row-reverse;
  }
  .members-directory-wrapper .bp-profile-search-widget {
    flex: 0 0 220px;
    min-width: 0;
    margin-left: 30px;
  }
}

.members-directory-wrapper .members-directory-container {
  flex: 1;
  min-width: 0;
}

@media screen and (max-width: 46.8em) {
  .members-directory-wrapper .bp-profile-search-widget {
    flex: 0 0 100%;
    min-width: 0;
  }
}

.members-directory-wrapper .bp-field-wrap {
  margin-bottom: 20px;
}

.members-directory-wrapper .bps-description {
  font-size: 13px;
  margin: 5px 0;
  color: #767676;
}

.bp-profile-search-widget .bp-field-wrap {
  margin-bottom: 20px;
}

.bp-profile-search-widget .bps-form-title {
  font-size: 13px;
  font-weight: 400;
  color: #767676;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px;
}

.bp-profile-search-widget label {
  font-weight: 600;
  font-size: 15px;
}

.bp-profile-search-widget select {
  width: 100%;
}

/**
*-------------------------------------------------------------------------------
* @section 4.0 - Directories
*-------------------------------------------------------------------------------
*/
.register-page .register-section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.register-page .signup-form {
  margin-top: 20px;
}

.register-page .signup-form .default-profile input {
  margin-bottom: 20px;
}

.register-page .signup-form label,
.register-page .signup-form legend {
  margin: 10px 0 0;
}

.register-page .signup-form .editfield {
  margin: 15px 0;
}

.register-page .signup-form .editfield fieldset {
  border: 0;
  padding: 0;
}

.register-page .signup-form .editfield fieldset legend {
  margin: 0 0 5px;
  text-indent: 0;
}

.register-page .signup-form .editfield .field-visibility-settings {
  padding: 0.7em 0;
}

.register-page .signup-form .editfield .field-visibility-settings fieldset {
  margin: 10px 0;
}

.register-page .signup-form p.field-visibility-settings-header {
  margin: 10px 0;
}

.register-page .signup-form #signup-avatar img {
  margin: 0 15px 10px 0;
}

.register-page .signup-form .password-entry,
.register-page .signup-form .password-entry-confirm {
  border: 1px solid #eee;
}

.register-page .signup-form .blog-details {
  margin-top: 25px;
}

.register-page .signup-form .blog-details h2 {
  margin-bottom: 10px;
}

.register-page .register-privacy-info {
  margin: 15px 0 0;
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap .register-page .layout-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }
  .buddypress-wrap .register-page .layout-wrap .default-profile {
    flex: 1 100%;
    min-width: 0;
  }
  .buddypress-wrap .register-page .layout-wrap .blog-details {
    flex: 1 100%;
    min-width: 0;
  }
  .buddypress-wrap .register-page .submit {
    clear: both;
  }
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap.extended-default-reg .register-page .default-profile {
    flex: 1 100%;
    min-width: 0;
  }
  .buddypress-wrap.extended-default-reg .register-page .extended-profile {
    flex: 1 100%;
    min-width: 0;
  }
  .buddypress-wrap.extended-default-reg .register-page .blog-details {
    flex: 1 100%;
    min-width: 0;
  }
}

body.register #page #primary .entry-header {
  text-align: center;
}

@media screen and (min-width: 55em) {
  body.register #page #primary .entry-header,
  body.register .buddypress-wrap {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}

body.register .registration-popup {
  background: #fff;
  padding: 30px;
  text-align: left;
  min-height: 400px;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

body.register .registration-popup .mfp-close {
  color: #000;
}

body.register .registration-popup .mfp-close:focus,
body.register .registration-popup .mfp-close:hover {
  background: transparent;
}

#buddypress #signup-form input:focus {
  border-color: #aaa;
}

#buddypress #signup-form input.error {
  border-color: #b71717;
  border-width: 2px;
}

#buddypress #signup-form label.error {
  display: none !important;
}

.bs-bp-container-reg .buddypress-wrap #email-strength-result {
  border-style: solid;
  border-width: 1px;
  display: none;
  font-weight: 700;
  margin: 10px 0 10px 0;
  margin-bottom: 10px;
  padding: 0.7em;
  text-align: center;
  width: auto;
}

.bs-bp-container-reg .buddypress-wrap #email-strength-result.mismatch {
  font-weight: normal;
  background-color: #e0e1e1;
  border-color: #e0e1e1;
  border-radius: 3px;
  font-size: 14px;
}

.bs-bp-container-reg .buddypress-wrap #email-strength-result.show {
  font-weight: normal;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  display: block;
}

.bs-bp-container-reg .buddypress-wrap #email-strength-result.error, #email-strength-result.bad {
  background-color: #EF3E46;
  border-color: #EF3E46;
  color: #fff;
}

/**
*----------------------------------------------------------
* @section 4.1 - Groups Creation Steps
*----------------------------------------------------------
*/
#group-create-body {
  padding: 0.7em;
}

#group-create-body .creation-step-name {
  text-align: center;
}

#group-create-body .avatar-nav-items {
  margin-top: 15px;
}

/**
*-------------------------------------------------------------------------------
* @section 5.0 - Single Item screens: Groups, Users
*-------------------------------------------------------------------------------
*/
/**
*-----------------------------------------------------------
* @subsection 5.1 - Item Header Global
*-----------------------------------------------------------
*/
.single-headers:before,
.single-headers:after {
  content: " ";
  display: table;
}

.single-headers:after {
  clear: both;
}

.single-headers {
  margin-bottom: 15px;
}

.single-headers #item-header-avatar a {
  border: 0;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.single-headers .group-status,
.single-headers .activity {
  display: inline;
}

.single-headers .group-status {
  font-size: 14px;
  padding-right: 1em;
}

.single-headers .activity {
  display: inline-block;
  font-size: 14px;
  padding: 0;
}

.single-headers div#message p,
.single-headers #sitewide-notice p {
  background-color: #ffd;
  border: 1px solid #cb2;
  color: #440;
  font-weight: 400;
  margin-top: 3px;
  text-decoration: none;
}

.single-headers h2 {
  line-height: 1.2;
  margin: 0 0 5px;
}

.single-headers h2 a {
  color: #767676;
  text-decoration: none;
}

.single-headers h2 span.highlight {
  display: inline-block;
  font-size: 60%;
  font-weight: 400;
  line-height: 1.7;
  vertical-align: middle;
}

.single-headers h2 span.highlight span {
  background: #a1dcfa;
  color: #fff;
  cursor: pointer;
  font-size: 80%;
  font-weight: 700;
  margin-bottom: 2px;
  padding: 1px 4px;
  position: relative;
  right: -2px;
  top: -2px;
  vertical-align: middle;
}

.single-headers .item-header-wrap {
  display: flex;
  flex-flow: row wrap;
}

.single-headers img.avatar {
  margin: 0 15px 19px 0;
}

.single-headers .item-meta {
  color: #767676;
  font-size: 14px;
  margin: 15px 0 5px;
  padding-bottom: 0.7em;
}

.single-headers ul {
  list-style: none;
  margin: 0;
}

.single-headers ul > .generic-button {
  display: inline-block;
  text-align: center;
  margin: 5px 10px 10px 0;
}

.single-headers .member-header-actions > .generic-button {
  display: inline-block;
  text-align: center;
  margin: 5px 10px 10px 0;
}

.single-headers div.generic-button {
  text-align: center;
}

@media screen and (min-width: 46.8em) {
  .single-headers div.generic-button,
  .single-headers a.button,
  .single-headers li.generic-button {
    float: left;
  }
}

.single-headers div#message.info {
  line-height: 0.8;
}

body.no-js .single-item-header .js-self-profile-button {
  display: none;
}

#create-group-form #header-cover-image {
  margin-bottom: 15px;
}

@media screen and (min-width: 783px) {
  #item-header-avatar {
    padding-right: 1em;
  }
}

@media screen and (max-width: 782px) {
  .single-headers .item-header-wrap {
    flex-flow: column;
  }
  #item-header-content {
    text-align: center;
  }
}

/*
* Default required cover photo rules
*/
#cover-image-container {
  flex: 0 0 100%;
  min-width: 0;
  position: relative;
}

#header-cover-image {
  background-color: #555;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  display: block;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
}

#item-header-cover-image {
  margin-bottom: 1em;
  position: relative;
  z-index: 2;
}

#item-header-cover-image #item-header-avatar {
  margin-top: -70px;
  padding: 0 1em;
  position: relative;
}

#item-header-avatar img {
  border: solid 2px #fff;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  display: block;
  margin: 0 auto;
}

.users-header #item-header-cover-image #item-header-content {
  flex: 1;
  margin-top: -50px;
  min-width: 0;
}

/*
* end cover photo block
*/
/**
*-----------------------------------------------------
* @subsection 5.1.1 - item-header Groups
*
* Group Specific Item Header
*-----------------------------------------------------
*/
.groups-header .bp-group-type-list {
  margin: 0;
}

.groups-header .bp-feedback {
  clear: both;
}

.groups-header .action .button {
  margin-right: 10px;
}

.groups-header .moderators-lists {
  margin-top: 0;
  display: table-cell;
}

.groups-header .moderators-lists .moderators-title {
  font-size: 14px;
}

.groups-header .moderators-lists .user-list {
  margin: 0 0 5px;
}

.groups-header .moderators-lists .user-list ul:after {
  clear: both;
  content: "";
  display: table;
}

.groups-header .moderators-lists .user-list li {
  display: inline-block;
  float: none;
  margin: 4px 0 0 4px;
}

.groups-header .moderators-lists img.avatar {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
  height: 30px;
  margin: 0;
  max-width: 100%;
  width: 30px;
}

.groups-header .parent-list {
  padding: 0 1em 0 0;
  display: table-cell;
}

.groups-header .parent-list .parent-title {
  font-size: 14px;
}

.groups-header .parent-list .group-list {
  margin: 0 0 5px;
}

.groups-header .parent-list .group-list ul:after {
  clear: both;
  content: "";
  display: table;
}

.groups-header .parent-list .group-list li {
  display: inline-block;
  float: none;
  margin: 4px 0 0 4px;
}

.groups-header .parent-list img.avatar {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
  height: 30px;
  margin: 0;
  max-width: 100%;
  width: 30px;
}

.groups-header .desc-wrap {
  background: #eaeaea;
  border: 1px solid #d6d6d6;
  margin: 0 0 15px;
  padding: 1em;
  text-align: center;
}

.groups-header .desc-wrap .group-description {
  background: #fafafa;
  padding: 1em;
  text-align: left;
}

.groups-header .desc-wrap .group-description p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 783px) {
  .groups-header #item-header-content {
    flex: 1;
    min-width: 0;
  }
  .groups-header #item-header-cover-image #item-actions,
  .groups-header #item-header-cover-image #item-header-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .groups-header .group-item-actions {
    margin-left: 15px;
    text-align: right;
    max-width: 25%;
    display: table;
  }
  .groups-header .groups-meta {
    clear: both;
  }
}

@media screen and (max-width: 782px) {
  .groups-header #item-header-cover-image #item-actions,
  .groups-header #item-header-cover-image #item-header-content {
    padding-bottom: 15px;
  }
}

/**
*-----------------------------------------------------
* @subsection 5.1.2 - Item Header User Accounts
*
* User Accounts Specific Item Header
*-----------------------------------------------------
*/
.bp-user .users-header .user-nicename {
  margin-bottom: 5px;
}

.bp-user .member-header-actions {
  overflow: hidden;
}

.bp-user .member-header-actions * > * {
  display: block;
}

body.buddypress.bp-user #page #primary .entry-header {
  display: none;
}

/**
*-----------------------------------------------------------
* @subsection 5.2 - Item Body: Global
*-----------------------------------------------------------
*/
.buddypress-wrap .item-body .screen-heading {
  font-size: 20px;
  font-weight: 400;
}

.buddypress-wrap .item-body .button-tabs {
  margin: 30px 0 15px;
}

.buddypress-wrap .item-body .group-create-buttons {
  list-style: none;
}

.buddypress-wrap .item-body .group-create-buttons li {
  padding-right: 12px;
}

.buddypress-wrap.bp-single-vert-nav .bp-list:not(.grid) .item-entry {
  padding-left: 0.7em;
}

/**
*----------------------------------------------------
* @subsection 5.2.1 - Item Body Groups
*
* Groups specific item body rules -  screens
*----------------------------------------------------
*/
.single-item.group-members .item-body .filters:not(.no-subnav) {
  border-top: 5px solid #eaeaea;
  padding-top: 1em;
}

.single-item.subgroups .item-body #subnav-filters .subnav-search {
  display: none;
}

.single-item.subgroups .item-body #subnav-filters #dir-filters {
  display: none;
}

/**
*-----------------------------------------
* @subsection 5.2.1.1 - Management Settings Screens
*-----------------------------------------
*/
.buddypress-wrap .group-status-type ul {
  margin: 0 0 20px 20px;
}

.groups-manage-members-list {
  padding: 0.7em 0;
}

.groups-manage-members-list dd {
  margin: 0;
  padding: 1em 0;
}

.groups-manage-members-list .section-title {
  background: #eaeaea;
  padding-left: 0.3em;
}

.groups-manage-members-list ul {
  list-style: none;
  margin-bottom: 0;
}

.groups-manage-members-list ul li {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding: 0.7em 0.3em 0.3em;
}

.groups-manage-members-list ul li:only-child,
.groups-manage-members-list ul li:last-child {
  border-bottom: 0;
}

.groups-manage-members-list ul li:nth-child(even) {
  background: #fafafa;
}

.groups-manage-members-list ul li.banned-user {
  background: #fad3d3;
}

.groups-manage-members-list ul .member-name {
  margin-bottom: 0;
  text-align: center;
}

.groups-manage-members-list ul img {
  display: block;
  margin: 0 auto;
  width: 20%;
}

@media screen and (min-width: 32em) {
  .groups-manage-members-list ul .member-name {
    text-align: left;
  }
  .groups-manage-members-list ul img {
    display: inline;
    width: 50px;
  }
}

.groups-manage-members-list ul .members-manage-buttons:before,
.groups-manage-members-list ul .members-manage-buttons:after {
  content: " ";
  display: table;
}

.groups-manage-members-list ul .members-manage-buttons:after {
  clear: both;
}

.groups-manage-members-list ul .members-manage-buttons {
  margin: 15px 0 5px;
}

.groups-manage-members-list ul .members-manage-buttons a.button {
  color: #767676;
  display: block;
  font-size: 13px;
}

@media screen and (min-width: 32em) {
  .groups-manage-members-list ul .members-manage-buttons a.button {
    display: inline-block;
  }
}

.groups-manage-members-list ul .members-manage-buttons.text-links-list {
  margin-bottom: 0;
}

@media screen and (max-width: 32em) {
  .groups-manage-members-list ul .members-manage-buttons.text-links-list a.button {
    background: #fafafa;
    border: 1px solid #eee;
    display: block;
    margin-bottom: 10px;
  }
}

.groups-manage-members-list ul .action:not(.text-links-list) a.button {
  font-size: 12px;
}

@media screen and (min-width: 46.8em) {
  .groups-manage-members-list ul li .avatar,
  .groups-manage-members-list ul li .member-name {
    float: left;
  }
  .groups-manage-members-list ul li .avatar {
    margin-right: 15px;
  }
  .groups-manage-members-list ul li .action {
    clear: both;
    float: left;
  }
}

#avatar-crop-actions {
  margin-top: 15px;
}

#avatar-crop-actions a.avatar-crop-cancel {
  color: #555;
  margin-top: 15px;
}

/**
*-----------------------------------------
* @subsection 5.2.1.2 - Group Members List
*-----------------------------------------
*/
/*
*-----------------------------------------
* @subsection 5.2.1.3 - Group Invites List
*-----------------------------------------
*/
/*
 * bp-nouveau styling: invite members, sent invites
 * @version 3.0.0
 */
.buddypress .bp-invites-content ul.item-list {
  border-top: 0;
}

.buddypress .bp-invites-content ul.item-list li {
  border: 1px solid #eaeaea;
  margin: 0 0 1%;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  width: auto;
}

.buddypress .bp-invites-content ul.item-list li .list-title {
  font-size: 22px;
  margin: 10px 0 0;
  width: 80%;
}

.buddypress .bp-invites-content ul.item-list li .action {
  position: absolute;
  top: 10px;
  right: 10px;
}

.buddypress .bp-invites-content ul.item-list li .action a.button.invite-button {
  border: 0;
}

.buddypress .bp-invites-content ul.item-list li .action a.button.invite-button:focus, .buddypress .bp-invites-content ul.item-list li .action a.button.invite-button:hover {
  color: #1fb3dd;
}

.buddypress .bp-invites-content ul.item-list li.selected {
  -webkit-box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2);
  -moz-box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2);
  box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2);
}

.buddypress .bp-invites-content .item-list .item-meta span,
.buddypress .bp-invites-content .group-inviters li {
  color: #767676;
}

.buddypress .bp-invites-content li ul.group-inviters {
  clear: both;
  margin: 0;
}

.buddypress .bp-invites-content li ul.group-inviters li {
  border: 0;
  float: left;
  font-size: 20px;
  width: inherit;
}

.buddypress .bp-invites-content li .status {
  font-size: 20px;
  font-style: italic;
  clear: both;
  color: #555;
  margin: 10px 0;
}

.buddypress .bp-invites-content #send-invites-editor ul:before,
.buddypress .bp-invites-content #send-invites-editor ul:after {
  content: " ";
  display: table;
}

.buddypress .bp-invites-content #send-invites-editor ul:after {
  clear: both;
}

.buddypress .bp-invites-content #send-invites-editor textarea {
  width: 100%;
}

.buddypress .bp-invites-content #send-invites-editor ul {
  clear: both;
  list-style: none;
  margin: 10px 0;
}

.buddypress .bp-invites-content #send-invites-editor ul li {
  float: left;
  margin: 0.5%;
  max-height: 50px;
  max-width: 50px;
}

.buddypress .bp-invites-content #send-invites-editor #bp-send-invites-form {
  clear: both;
  margin-top: 10px;
}

.buddypress .bp-invites-content #send-invites-editor .action {
  margin-top: 10px;
  padding-top: 10px;
}

.buddypress .bp-invites-content #send-invites-editor.bp-hide {
  display: none;
}

@media screen and (min-width: 46.8em) {
  .buddypress .bp-invites-content ul.item-list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    float: left;
    padding-left: 0.7em;
    padding-right: 0.7em;
    width: 49.5%;
  }
  .buddypress .bp-invites-content ul.item-list > li:nth-child(odd) {
    margin-right: 0.5%;
  }
  .buddypress .bp-invites-content ul.item-list > li:nth-child(even) {
    margin-left: 0.5%;
  }
  .buddypress .bp-invites-content ul.item-list ul.group-inviters {
    float: left;
    width: auto;
  }
}

@media screen and (min-width: 46.8em) {
  :not(.vertical) + .item-body #group-invites-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% auto;
    grid-template-columns: 25% auto;
    grid-template-areas: "group-invites-nav group-invites-column";
  }
  :not(.vertical) + .item-body #group-invites-container .bp-invites-nav {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: group-invites-nav;
  }
  :not(.vertical) + .item-body #group-invites-container .bp-invites-nav li {
    display: block;
    float: none;
  }
  :not(.vertical) + .item-body #group-invites-container .group-invites-column {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: group-invites-column;
  }
}

/*
*-----------------------------------------
* @subsection 5.2.1.4 - Group Activity
*-----------------------------------------
*/
.buddypress.groups .activity-update-form {
  margin-top: 0;
}

/**
*-----------------------------------------------------
* @subsection 5.2.2 - Item Body User Accounts
*
* User Account specific item body rules
*-----------------------------------------------------
*/
/**
*--------------------------------------------
* @subsection 5.2.2.1 - classes, pag, filters
*--------------------------------------------
*/
/**
*-------------------------------------------
* @subsection 5.2.2.2 - Profile Fields
*-------------------------------------------
*/
.buddypress-wrap .profile {
  margin-top: 30px;
}

.buddypress-wrap .public .profile-fields td.label {
  width: 30%;
}

.buddypress-wrap .profile.edit .button-nav {
  list-style: none;
  margin: 30px 0 10px;
}

.buddypress-wrap .profile.edit .button-nav li {
  display: inline-block;
  margin-right: 10px;
}

.buddypress-wrap .profile.edit .button-nav li a {
  font-size: 18px;
}

.buddypress-wrap .profile.edit .editfield {
  background: #fafafa;
  border: 1px solid #eee;
  margin: 15px 0;
  padding: 1em;
}

.buddypress-wrap .profile.edit .editfield fieldset {
  border: 0;
}

.buddypress-wrap .profile.edit .editfield fieldset label {
  font-weight: 400;
}

.buddypress-wrap .profile.edit .editfield fieldset label.xprofile-field-label {
  display: inline;
}

.buddypress-wrap .profile.edit .repeater_group_outer {
  margin: 0 0 15px;
  padding: 15px;
  cursor: move;
  background: #fff;
  border: 1px solid #eee;
}

.buddypress-wrap .profile.edit .repeater_group_outer .repeater_tools {
  display: flex;
  flex-flow: row wrap;
}

.buddypress-wrap .profile.edit .repeater_group_outer .repeater_tools a {
  align-items: center;
  display: flex;
}

.buddypress-wrap .profile.edit .repeater_group_outer .repeater_set_title {
  flex: 1;
  min-width: 0;
}

.buddypress-wrap .profile.edit .repeater_group_outer .repeater_set_edit {
  margin-left: auto;
  margin-right: 5px;
}

.buddypress-wrap .profile.edit .editfield {
  display: flex;
  flex-direction: column;
}

.buddypress-wrap .profile.edit .editfield legend {
  margin-bottom: 10px;
}

.buddypress-wrap .profile.edit .editfield .description {
  margin-top: -10px;
  margin-bottom: 10px;
  order: 2;
}

.buddypress-wrap .profile.edit .editfield > fieldset {
  order: 1;
}

.buddypress-wrap .profile.edit .editfield .field-visibility-settings-toggle,
.buddypress-wrap .profile.edit .editfield .field-visibility-settings {
  order: 3;
}

#btn_add_repeater_set {
  align-items: center;
  display: flex;
  float: right;
}

#btn_add_repeater_set .dashicons {
  margin-right: 5px;
}

body.no-js .buddypress-wrap .field-visibility-settings-toggle,
body.no-js .buddypress-wrap .field-visibility-settings-close {
  display: none;
}

body.no-js .buddypress-wrap .field-visibility-settings {
  display: block;
}

.buddypress-wrap .field-visibility-settings {
  margin: 10px 0;
}

.buddypress-wrap .current-visibility-level {
  font-style: normal;
  color: #333;
}

.buddypress-wrap .field-visibility-settings,
.buddypress-wrap .field-visibility-settings-header {
  color: #737373;
}

.buddypress-wrap .field-visibility-settings fieldset {
  margin: 5px 0;
}

.buddypress-wrap .standard-form .editfield fieldset {
  margin: 0;
}

.buddypress-wrap .standard-form .field-visibility-settings label {
  font-weight: 400;
  margin: 0;
}

.buddypress-wrap .standard-form .field-visibility-settings .radio {
  list-style: none;
  margin-bottom: 0;
}

.buddypress-wrap .standard-form .field-visibility-settings .field-visibility-settings-close {
  font-size: 12px;
}

.buddypress-wrap .standard-form .wp-editor-container {
  border: 1px solid #dedede;
}

.buddypress-wrap .standard-form .wp-editor-container textarea {
  background: #fff;
  width: 100%;
}

.buddypress-wrap .standard-form .description {
  font-size: inherit;
}

.buddypress-wrap .standard-form .field-visibility-settings legend,
.buddypress-wrap .standard-form .field-visibility-settings-header {
  font-style: italic;
}

.buddypress-wrap .standard-form .field-visibility-settings-header {
  font-size: 14px;
  margin: 5px 0;
}

.buddypress-wrap .standard-form .field-visibility-settings legend,
.buddypress-wrap .standard-form .field-visibility-settings label {
  font-size: 14px;
}

.buddypress-wrap .standard-form .field-visibility select {
  margin: 0;
}

.buddypress-wrap .html-active button.switch-html {
  background: #f5f5f5;
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.buddypress-wrap .tmce-active button.switch-tmce {
  background: #f5f5f5;
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.buddypress-wrap .profile.public .profile-group-title {
  border-bottom: 1px solid #ccc;
}

body.register .buddypress-wrap .page ul {
  list-style: none;
}

.buddypress-wrap .profile .bp-avatar-nav {
  margin-top: 20px;
}

#item-header a.link-change-cover-image,
#item-header a.link-change-profile-image {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 12px;
  top: 12px;
  z-index: 3;
  opacity: 0;
  transition: all 0.2s;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

#item-header-avatar a.link-change-profile-image {
  top: 100px;
  left: 50%;
  margin-left: -15px;
}

#header-cover-image:hover a.link-change-cover-image,
#item-header-avatar:hover a.link-change-profile-image {
  opacity: 1;
}

.social-networks-wrap span.social {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}

.social-networks-wrap svg {
  width: 100%;
  vertical-align: middle;
}

.item-body .bp-widget {
  margin-bottom: 20px;
}

@media screen and (max-width: 782px) {
  .member-header-actions.action {
    margin-top: 15px;
  }
  .single-headers li.generic-button {
    float: none;
  }
}

/**
*-------------------------------------------
* @subsection 5.2.2.3 - Groups
*-------------------------------------------
*/
/**
*-------------------------------------------
* @subsection 5.2.2.5 - Private Messaging
*-------------------------------------------
*/
.preview-content .actions a {
  text-decoration: none;
}

.bp-messages-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.bp-messages-content {
  flex: 1;
  min-width: 0;
  padding-left: 20px;
}

.bp-messages-content .avatar {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bp-messages-content .thread-participants {
  list-style: none;
}

.bp-messages-content .thread-participants dd {
  margin-left: 0;
}

.bp-messages-content time {
  color: #737373;
  font-size: 12px;
}

.bp-messages-content .thread-date {
  color: #737373;
  font-size: 14px;
}

#message-threads {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#message-threads:empty {
  display: none;
}

#message-threads .bp-message-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0;
  overflow: hidden;
  padding: 0.7em;
}

#message-threads .bp-message-link .thread-cb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-flex: 1 2 5%;
  -moz-flex: 1 2 5%;
  -ms-flex: 1 2 5%;
  -o-flex: 1 2 5%;
  flex: 1 2 5%;
}

#message-threads .bp-message-link .thread-to {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

#message-threads .bp-message-link .thread-to img.avatar {
  float: left;
  margin: 5px 10px 0 0;
}

#message-threads .bp-message-link .thread-to .user-name {
  display: inline-block;
  line-height: 1.1;
}

#message-threads .bp-message-link .thread-to .num-recipients {
  color: #737373;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
}

#message-threads .bp-message-link .thread-date {
  -webkit-flex: 1 2 15%;
  -moz-flex: 1 2 15%;
  -ms-flex: 1 2 15%;
  -o-flex: 1 2 15%;
  flex: 1 2 15%;
}

#message-threads .bp-message-link.unread {
  background-color: #fafafa;
}

#message-threads .bp-message-link.unread .thread-subject .subject {
  color: #5087e5;
}

#message-threads .bp-message-link .thread-content {
  min-width: 0;
  -webkit-flex: 1 2 50%;
  -moz-flex: 1 2 50%;
  -ms-flex: 1 2 50%;
  -o-flex: 1 2 50%;
  flex: 1 2 50%;
}

@media screen and (min-width: 55em) {
  #message-threads .bp-message-link .thread-content {
    -webkit-flex: 1 2 70%;
    -moz-flex: 1 2 70%;
    -ms-flex: 1 2 70%;
    -o-flex: 1 2 70%;
    flex: 1 2 70%;
  }
}

#message-threads .bp-message-link .thread-content .excerpt {
  color: #737373;
  font-size: 12px;
  margin: 0;
}

#message-threads .bp-message-link .thread-content .thread-subject {
  font-size: 14px;
  vertical-align: top;
}

#message-threads .bp-message-link .thread-content .thread-subject a {
  color: #737373;
}

#message-threads .bp-message-link .thread-content .thread-subject .excerpt {
  font-weight: 400;
}

#message-threads .bp-message-link .thread-date {
  color: #767676;
  font-size: 13px;
  padding-left: 5px;
  text-align: right;
}

#message-threads .bp-message-link .thread-avatar {
  margin-right: 15px;
  max-width: 60px;
  -webkit-flex: 1 2 10%;
  -moz-flex: 1 2 10%;
  -ms-flex: 1 2 10%;
  -o-flex: 1 2 10%;
  flex: 1 2 10%;
}

#message-threads .bp-message-link .thread-avatar img.avatar {
  max-width: 60px;
  width: 100%;
}

.bp-messages-content .actions {
  margin-left: auto;
}

.bp-messages-content .actions .bp-icons:not(.bp-hide) {
  display: inline-block;
  margin: 0;
  padding: 0.3em 0.7em;
}

.bp-messages-content .actions .bp-icons:not(.bp-hide):before {
  font-size: 26px;
}

.bp-messages-content form.send-reply .avatar-box {
  padding: 0.7em 0;
}

.bp-messages-content .single-message-thread-header {
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bp-messages-content .single-thread-title {
  font-size: 16px;
}

.bp-messages-content .single-thread-title .messages-title {
  padding-left: 2em;
}

.bp-messages-content .thread-participants {
  float: left;
  margin: 5px 0;
  width: 70%;
}

.bp-messages-content .thread-participants dd {
  margin-bottom: 10px;
}

.bp-messages-content .thread-participants li {
  float: left;
  margin-left: 5px;
}

.bp-messages-content .thread-participants img {
  width: 30px;
}

.bp-messages-content #bp-message-thread-list li .message-content ul,
.bp-messages-content #bp-message-thread-list li .message-content ol,
.bp-messages-content #bp-message-thread-list li .message-content blockquote {
  list-style-position: inside;
  margin-left: 0;
}

.bp-messages-content ul#message-threads:empty {
  display: none;
}

.bp-messages-content #bp-message-thread-header h2:first-child {
  background-color: #eaeaea;
  color: #555;
  font-weight: 700;
  margin: 0;
  padding: 0.5em;
}

.bp-messages-content #message-threads .thread-content a {
  border: 0;
  text-decoration: none;
}

.bp-messages-content .standard-form #subject {
  margin-bottom: 20px;
}

#bp-message-thread-list {
  background: #fafafa;
  border-top: 1px solid #eaeaea;
  clear: both;
  list-style: none;
  padding: 0 1em;
}

#bp-message-thread-list:after {
  content: " ";
  clear: both;
  display: table;
}

#bp-message-thread-list li {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: -2px 1px 9px 0 #eee;
  -moz-box-shadow: -2px 1px 9px 0 #eee;
  box-shadow: -2px 1px 9px 0 #eee;
  padding: 0.7em;
  margin: 1em 0;
  width: 100%;
}

#bp-message-thread-list .message-metadata .avatar {
  width: 30px;
}

#bp-message-thread-list .message-metadata .user-link {
  font-size: 12px;
  display: inline-block;
  color: #222;
}

#bp-message-thread-list .message-metadata .user-link strong {
  font-size: 16px;
  font-weight: 600;
}

#bp-message-thread-list .message-metadata .user-link strong:after {
  content: "\00b7";
  color: #767676;
  font-size: 20px;
  margin-left: 6px;
  vertical-align: middle;
  display: inline-block;
}

#bp-message-thread-list .message-metadata time {
  color: #767676;
  font-size: 14px;
  padding: 0 2px;
}

#bp-message-thread-list .message-metadata button {
  padding: 0 0.3em;
}

#bp-message-thread-list .message-metadata button:before {
  font-size: 16px;
}

#bp-message-thread-list .bp-message-content-wrap {
  font-size: 14px;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}

#bp-message-thread-list .bp-message-content-wrap p {
  margin-bottom: 8px;
}

#bp-message-thread-list img.avatar {
  float: left;
  margin: 0 10px 0 0;
}

#bp-message-thread-list .actions a:before {
  font-size: 18px;
}

div.bp-navs#subsubnav.bp-messages-filters .user-messages-bulk-actions {
  margin-right: 15px;
  max-width: 42.5%;
}

div#subsubnav:empty {
  display: none;
}

input#send-to-input {
  margin-bottom: 20px;
}

#compose-personal-li a {
  margin-top: 0;
}

#bp-message-load-more:not(.loading),
#bp-messages-next-page,
#bp-messages-prev-page {
  display: none !important;
}

#bp-message-load-more {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 60px;
  text-align: center;
  width: 100%;
  left: 0;
  padding: 20px 0;
  margin: 6px 0 0;
}

#bp-message-load-more .button {
  font-size: 0;
  padding: 0;
  margin: auto;
  width: auto;
  color: inherit;
  background-color: transparent;
  border: 0;
}

#bp-message-load-more .button:hover, #bp-message-load-more .button:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
  box-shadow: none;
}

#send_message_form .select2-selection--multiple {
  border-color: #d6d6d6;
  padding: 3px 5px;
}

#send_message_form .select2-selection__rendered {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  padding: 0;
}

#send_message_form .select2-search.select2-search--inline {
  flex: 1;
  min-width: 0;
}

#send_message_form .select2-selection__rendered li {
  margin: 5px;
}

#send_message_form .select2-search__field {
  min-width: 120px;
  height: 30px;
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0 5px;
}

.bp-messages-content #bp-message-content {
  margin-top: 20px;
}

.messages .select2-dropdown {
  border-color: #d6d6d6;
}

.messages .select2-dropdown .select2-results__option[aria-selected="true"] {
  display: none;
}

.messages-wrapper #subnav .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.bp-messages-nav-panel {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  min-width: 0;
}

@media screen and (max-width: 46.8em) {
  .bp-messages-nav-panel {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 0;
  }
}

.messages-wrapper #subnav #compose-personal-li {
  margin-left: auto;
  margin-right: 10px;
}

#inbox {
  pointer-events: none;
}

#compose-personal-li a {
  font-size: 0;
}

#compose-personal-li a:after {
  content: "\f465";
  font-size: 20px;
  line-height: 1;
  font-family: dashicons;
  vertical-align: top;
  text-align: center;
  transition: color 0.1s ease-in;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#message_content {
  margin-bottom: 10px;
}

.no-message-wrap {
  padding: 70px 0 20px;
  text-align: center;
}

.no-message-content {
  padding: 20px;
}

.no-message-wrap .dashicons {
  font-size: 30px;
  width: auto;
  height: auto;
  margin-bottom: 5px;
}

.bp-search.messages-search,
#user_messages_search_form {
  width: 100%;
}

.bp-user-messages-loading.loading {
  border: 0;
  padding: 15px;
  text-align: center;
}

.bp-single-message-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bp-avatar-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  max-width: 40px;
  margin-right: 10px;
}

.bp-single-message-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.bp-single-message-content .bb-activity-media-elem {
  min-width: 20%;
}

.bp-messages-content-wrapper {
  position: relative;
}

.bp-messages-content-wrapper #messages-post-media-uploader.open {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.99);
  height: calc(100% - 245px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  border-radius: 4px;
  padding: 20px;
  overflow: auto;
}

.bp-messages-form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.bp-back-to-thread-list {
  margin-right: 10px;
}

@media screen and (min-width: 46.8em) {
  .bp-messages-user-threads {
    max-height: 80vh;
    overflow: auto;
  }
  #bp-message-thread-list {
    max-height: 50vh;
    overflow: auto;
  }
}

@media screen and (min-width: 1080px) {
  .bp-back-to-thread-list,
  .bp-close-compose-form {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  .bp-messages-nav-panel {
    flex: 0 0 100%;
    border-right: 0;
    min-width: 0;
  }
  .bp-messages-content {
    display: none;
  }
  .bp-view-message .bp-messages-nav-panel,
  .bp-compose-message .bp-messages-nav-panel {
    display: none;
  }
  .bp-view-message .bp-messages-content,
  .bp-compose-message .bp-messages-content {
    display: block;
    padding-left: 0;
  }
}

/**
*------------------------------------------
* @subsection 5.2.2.6 - Settings
*------------------------------------------
*/
/*__ Settings Global __*/
.buddypress.settings .profile-settings.bp-tables-user select {
  width: 100%;
}

#activate-page .bp-messages {
  margin-bottom: 20px;
}

/*__ General __*/
/*__ Email notifications __*/
/*__ Profile visibility __*/
/*__ Group Invites __*/
/**
*-------------------------------------------------------------------------------
* @section 6.0 - Forms  - General
*-------------------------------------------------------------------------------
*/
.buddypress-wrap .filter select,
.buddypress-wrap #whats-new-post-in-box select {
  border: 1px solid #d6d6d6;
}

.buddypress-wrap input.action[disabled] {
  cursor: pointer;
  opacity: 0.4;
}

.buddypress-wrap #notification-bulk-manage[disabled] {
  display: none;
}

.buddypress-wrap fieldset legend {
  font-size: inherit;
  font-weight: 600;
}

.buddypress-wrap textarea:focus,
.buddypress-wrap input[type="text"]:focus,
.buddypress-wrap input[type="email"]:focus,
.buddypress-wrap input[type="url"]:focus,
.buddypress-wrap input[type="tel"]:focus,
.buddypress-wrap input[type="password"]:focus {
  -webkit-box-shadow: 0 0 8px #eaeaea;
  -moz-box-shadow: 0 0 8px #eaeaea;
  box-shadow: 0 0 8px #eaeaea;
}

.buddypress-wrap select {
  height: auto;
}

.buddypress-wrap textarea {
  resize: vertical;
}

.buddypress-wrap .standard-form .bp-controls-wrap {
  margin: 1em 0;
}

.buddypress-wrap .standard-form textarea,
.buddypress-wrap .standard-form input[type="text"],
.buddypress-wrap .standard-form input[type="color"],
.buddypress-wrap .standard-form input[type="date"],
.buddypress-wrap .standard-form input[type="datetime"],
.buddypress-wrap .standard-form input[type="datetime-local"],
.buddypress-wrap .standard-form input[type="email"],
.buddypress-wrap .standard-form input[type="month"],
.buddypress-wrap .standard-form input[type="number"],
.buddypress-wrap .standard-form input[type="range"],
.buddypress-wrap .standard-form input[type="search"],
.buddypress-wrap .standard-form input[type="tel"],
.buddypress-wrap .standard-form input[type="time"],
.buddypress-wrap .standard-form input[type="url"],
.buddypress-wrap .standard-form input[type="week"],
.buddypress-wrap .standard-form select,
.buddypress-wrap .standard-form input[type="password"],
.buddypress-wrap .standard-form [data-bp-search] input[type="search"],
.buddypress-wrap .standard-form [data-bp-search] input[type="text"],
.buddypress-wrap .standard-form .groups-members-search input[type="search"],
.buddypress-wrap .standard-form .groups-members-search input[type="text"] {
  background: #fafafa;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  font: inherit;
  font-size: 100%;
  padding: 0.7em;
}

.buddypress-wrap .standard-form input[required],
.buddypress-wrap .standard-form textarea[required],
.buddypress-wrap .standard-form select[required] {
  box-shadow: none;
  outline: 0;
}

.buddypress-wrap .standard-form input[required]:focus,
.buddypress-wrap .standard-form textarea[required]:focus,
.buddypress-wrap .standard-form select[required]:focus {
  border-color: #d6d6d6;
  border-width: 1px;
}

.buddypress-wrap .standard-form input.invalid[required],
.buddypress-wrap .standard-form textarea.invalid[required],
.buddypress-wrap .standard-form select.invalid[required] {
  border-color: #b71717;
}

.buddypress-wrap .standard-form input:not(.button-small),
.buddypress-wrap .standard-form textarea {
  width: 100%;
}

.buddypress-wrap .standard-form input[type="radio"],
.buddypress-wrap .standard-form input[type="checkbox"] {
  margin-right: 5px;
  width: auto;
}

.buddypress-wrap .standard-form select {
  padding: 3px;
}

.buddypress-wrap .standard-form textarea {
  height: 120px;
}

.buddypress-wrap .standard-form textarea#message_content {
  height: 200px;
}

.buddypress-wrap .standard-form input[type="password"] {
  margin-bottom: 5px;
}

.buddypress-wrap .standard-form input:focus,
.buddypress-wrap .standard-form textarea:focus,
.buddypress-wrap .standard-form select:focus {
  background: #fafafa;
  color: #555;
  outline: 0;
}

.buddypress-wrap .standard-form label,
.buddypress-wrap .standard-form span.label {
  display: block;
  font-weight: 600;
  margin: 15px 0 5px;
  width: auto;
}

.buddypress-wrap .standard-form a.clear-value {
  display: block;
  margin-top: 5px;
  outline: none;
}

.buddypress-wrap .standard-form .submit {
  clear: both;
  padding: 15px 0 0;
}

.buddypress-wrap .standard-form p.submit {
  margin-bottom: 0;
}

.buddypress-wrap .standard-form div.submit input {
  margin-right: 15px;
}

.buddypress-wrap .standard-form p label,
.buddypress-wrap .standard-form #invite-list label {
  font-weight: 400;
  margin: auto;
}

.buddypress-wrap .standard-form p.description {
  color: #737373;
  margin: 5px 0;
}

.buddypress-wrap .standard-form div.checkbox label:nth-child(n+2),
.buddypress-wrap .standard-form div.radio div label {
  color: #737373;
  font-size: 100%;
  font-weight: 400;
  margin: 5px 0 0;
}

.buddypress-wrap .standard-form#send-reply textarea {
  width: 97.5%;
}

.buddypress-wrap .standard-form#sidebar-login-form label {
  margin-top: 5px;
}

.buddypress-wrap .standard-form#sidebar-login-form input[type="text"],
.buddypress-wrap .standard-form#sidebar-login-form input[type="password"] {
  padding: 4px;
  width: 95%;
}

.buddypress-wrap .standard-form.profile-edit input:focus {
  background: #fff;
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap .standard-form .left-menu {
    float: left;
  }
  .buddypress-wrap .standard-form #invite-list ul {
    list-style: none;
    margin: 1%;
  }
  .buddypress-wrap .standard-form #invite-list ul li {
    margin: 0 0 0 1%;
  }
  .buddypress-wrap .standard-form .main-column {
    margin-left: 190px;
  }
  .buddypress-wrap .standard-form .main-column ul#friend-list {
    clear: none;
    float: left;
  }
  .buddypress-wrap .standard-form .main-column ul#friend-list h4 {
    clear: none;
  }
}

.buddypress-wrap .standard-form .bp-tables-user label {
  margin: 0;
}

.buddypress-wrap .standard-form button.visibility-toggle-link {
  font-size: 12px;
  margin: 5px;
}

.buddypress-wrap .signup-form label,
.buddypress-wrap .signup-form legend {
  font-weight: 400;
}

body.no-js .buddypress #notifications-bulk-management #select-all-notifications,
body.no-js .buddypress label[for="message-type-select"],
body.no-js .buddypress #message-type-select,
body.no-js .buddypress #delete_inbox_messages,
body.no-js .buddypress #messages-bulk-management #select-all-messages {
  display: none;
}

/* Overrides for embedded WP editors */
.buddypress-wrap .wp-editor-wrap a.button,
.buddypress-wrap .wp-editor-wrap .wp-editor-wrap button,
.buddypress-wrap .wp-editor-wrap .wp-editor-wrap input[type="submit"],
.buddypress-wrap .wp-editor-wrap .wp-editor-wrap input[type="button"],
.buddypress-wrap .wp-editor-wrap input[type="reset"] {
  padding: 0 8px 1px;
}

.buddypress-wrap .select-wrap {
  border: 1px solid #eee;
}

.buddypress-wrap .select-wrap label {
  display: inline;
}

.buddypress-wrap .select-wrap select::-ms-expand {
  display: none;
}

.buddypress-wrap .select-wrap select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  padding: 5px 25px 5px 10px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.buddypress-wrap .select-wrap select,
.buddypress-wrap .select-wrap select:focus,
.buddypress-wrap .select-wrap select:active {
  background: transparent;
}

.buddypress-wrap .select-wrap span.select-arrow {
  font-size: 10px;
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 10px;
  z-index: 0;
}

.buddypress-wrap .select-wrap span.select-arrow:before {
  color: #ccc;
  content: "\25BC";
}

.buddypress-wrap .select-wrap:focus .select-arrow:before, .buddypress-wrap .select-wrap:hover .select-arrow:before {
  color: #a6a6a6;
}

.buddypress-wrap .subnav-filters .select-wrap {
  position: relative;
}

@media screen and (min-width: 32em) {
  .buddypress-wrap .subnav-filters .select-wrap {
    margin-right: 12px;
  }
}

.buddypress-wrap .select-wrap:focus, .buddypress-wrap .select-wrap:hover,
.buddypress-wrap .bp-search form:focus,
.buddypress-wrap .bp-search form:hover {
  border: 1px solid #d5d4d4;
  box-shadow: inset 0 0 3px #eee;
}

@media screen and (min-width: 32em) {
  .buddypress-wrap .notifications-options-nav .select-wrap {
    float: left;
  }
}

ul.bbp-stats {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 40px -20px;
  width: auto;
}

ul.bbp-stats li {
  padding: 0 20px;
  text-align: center;
  margin-bottom: 40px;
  flex: 0 0 50%;
}

@media screen and (min-width: 46.8em) {
  ul.bbp-stats li {
    flex: 0 0 25%;
  }
}

ul.bbp-stats h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

ul.bbp-stats .bbp-count {
  font-size: 30px;
}

/**
*----------------------------------------------------------
* @section 6.1 - Directory Search
*
* The Search form & controls in directory pages
*----------------------------------------------------------
*/
.buddypress-wrap .bp-dir-search-form, .buddypress-wrap .bp-messages-search-form:before,
.buddypress-wrap .bp-dir-search-form, .buddypress-wrap .bp-messages-search-form:after {
  content: " ";
  display: table;
}

.buddypress-wrap .bp-dir-search-form, .buddypress-wrap .bp-messages-search-form:after {
  clear: both;
}

.buddypress-wrap form.bp-dir-search-form,
.buddypress-wrap form.bp-messages-search-form,
.buddypress-wrap form.bp-invites-search-form {
  border: 1px solid #eee;
  width: 100%;
}

@media screen and (min-width: 55em) {
  .buddypress-wrap form.bp-dir-search-form,
  .buddypress-wrap form.bp-messages-search-form,
  .buddypress-wrap form.bp-invites-search-form {
    width: 15em;
  }
}

.buddypress-wrap form.bp-dir-search-form label,
.buddypress-wrap form.bp-messages-search-form label,
.buddypress-wrap form.bp-invites-search-form label {
  margin: 0;
}

.buddypress-wrap form.bp-dir-search-form input[type="search"],
.buddypress-wrap form.bp-dir-search-form input[type="text"],
.buddypress-wrap form.bp-dir-search-form button[type="submit"],
.buddypress-wrap form.bp-messages-search-form input[type="search"],
.buddypress-wrap form.bp-messages-search-form input[type="text"],
.buddypress-wrap form.bp-messages-search-form button[type="submit"],
.buddypress-wrap form.bp-invites-search-form input[type="search"],
.buddypress-wrap form.bp-invites-search-form input[type="text"],
.buddypress-wrap form.bp-invites-search-form button[type="submit"] {
  background: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}

.buddypress-wrap form.bp-dir-search-form input[type="search"],
.buddypress-wrap form.bp-dir-search-form input[type="text"],
.buddypress-wrap form.bp-messages-search-form input[type="search"],
.buddypress-wrap form.bp-messages-search-form input[type="text"],
.buddypress-wrap form.bp-invites-search-form input[type="search"],
.buddypress-wrap form.bp-invites-search-form input[type="text"] {
  float: left;
  line-height: 1.5;
  padding: 3px 10px;
  width: 80%;
}

.buddypress-wrap form.bp-dir-search-form button[type="submit"],
.buddypress-wrap form.bp-messages-search-form button[type="submit"],
.buddypress-wrap form.bp-invites-search-form button[type="submit"] {
  float: right;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  padding: 3px 0.7em;
  text-align: center;
  text-transform: none;
  width: 20%;
}

.buddypress-wrap form.bp-dir-search-form button[type="submit"] span,
.buddypress-wrap form.bp-messages-search-form button[type="submit"] span,
.buddypress-wrap form.bp-invites-search-form button[type="submit"] span {
  font-family: dashicons;
  font-size: 18px;
  line-height: 1.6;
}

.buddypress-wrap form.bp-dir-search-form button[type="submit"].bp-show,
.buddypress-wrap form.bp-messages-search-form button[type="submit"].bp-show,
.buddypress-wrap form.bp-invites-search-form button[type="submit"].bp-show {
  height: auto;
  left: 0;
  overflow: visible;
  position: static;
  top: 0;
}

.buddypress-wrap form.bp-dir-search-form input[type="search"]::-webkit-search-cancel-button,
.buddypress-wrap form.bp-messages-search-form input[type="search"]::-webkit-search-cancel-button,
.buddypress-wrap form.bp-invites-search-form input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

.buddypress-wrap form.bp-dir-search-form input[type="search"]::-webkit-search-results-button,
.buddypress-wrap form.bp-dir-search-form input[type="search"]::-webkit-search-results-decoration,
.buddypress-wrap form.bp-messages-search-form input[type="search"]::-webkit-search-results-button,
.buddypress-wrap form.bp-messages-search-form input[type="search"]::-webkit-search-results-decoration,
.buddypress-wrap form.bp-invites-search-form input[type="search"]::-webkit-search-results-button,
.buddypress-wrap form.bp-invites-search-form input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.buddypress-wrap ul.filters li form label input {
  line-height: 1.4;
  padding: 0.1em 0.7em;
}

.buddypress-wrap .dir-form {
  clear: both;
}

.budypress.no-js form.bp-dir-search-form button[type="submit"] {
  height: auto;
  left: 0;
  overflow: visible;
  position: static;
  top: 0;
}

.bp-user [data-bp-search] form input[type="search"],
.bp-user [data-bp-search] form input[type="text"] {
  padding: 6px 10px 7px;
}

/**
*-------------------------------------------------------------------------------
* @section 7.0 - Tables - General
*-------------------------------------------------------------------------------
*/
.buddypress-wrap .bp-tables-user,
.buddypress-wrap .bp-tables-report,
.buddypress-wrap table.wp-profile-fields,
.buddypress-wrap table.forum {
  width: 100%;
}

.buddypress-wrap .bp-tables-user thead tr,
.buddypress-wrap .bp-tables-report thead tr,
.buddypress-wrap table.wp-profile-fields thead tr,
.buddypress-wrap table.forum thead tr {
  background: none;
  border-bottom: 2px solid #ccc;
}

.buddypress-wrap .bp-tables-user tbody tr,
.buddypress-wrap .bp-tables-report tbody tr,
.buddypress-wrap table.wp-profile-fields tbody tr,
.buddypress-wrap table.forum tbody tr {
  background: #fafafa;
}

.buddypress-wrap .bp-tables-user tr th,
.buddypress-wrap .bp-tables-user tr td,
.buddypress-wrap .bp-tables-report tr th,
.buddypress-wrap .bp-tables-report tr td,
.buddypress-wrap table.wp-profile-fields tr th,
.buddypress-wrap table.wp-profile-fields tr td,
.buddypress-wrap table.forum tr th,
.buddypress-wrap table.forum tr td {
  padding: 0.7em;
  vertical-align: middle;
}

.buddypress-wrap .bp-tables-user tr td.label,
.buddypress-wrap .bp-tables-report tr td.label,
.buddypress-wrap table.wp-profile-fields tr td.label,
.buddypress-wrap table.forum tr td.label {
  border-right: 1px solid #eaeaea;
  font-weight: 600;
  width: 25%;
}

.buddypress-wrap .bp-tables-user tr.alt td,
.buddypress-wrap .bp-tables-report tr.alt td,
.buddypress-wrap table.wp-profile-fields tr.alt td {
  background: #fafafa;
}

.buddypress-wrap table.profile-fields .data {
  padding: 0.7em 1em;
}

.buddypress-wrap table.profile-fields .repeater-separator {
  background: transparent;
}

.buddypress-wrap table.profile-fields tr:last-child {
  border-bottom: none;
}

.buddypress-wrap table.notifications td {
  padding: 1em 0.7em;
}

.buddypress-wrap table.notifications .bulk-select-all,
.buddypress-wrap table.notifications .bulk-select-check {
  width: 7%;
}

.buddypress-wrap table.notifications .bulk-select-check {
  vertical-align: middle;
}

.buddypress-wrap table.notifications .title,
.buddypress-wrap table.notifications .notification-description,
.buddypress-wrap table.notifications .date,
.buddypress-wrap table.notifications .notification-since {
  width: 39%;
}

.buddypress-wrap table.notifications .actions,
.buddypress-wrap table.notifications .notification-actions {
  width: 15%;
}

.buddypress-wrap table.notification-settings th.title,
.buddypress-wrap table.profile-settings th.title {
  width: 80%;
}

.buddypress-wrap table.notifications .notification-actions a.delete,
.buddypress-wrap table.notifications .notification-actions a.mark-read {
  display: inline-block;
}

.buddypress-wrap table.notification-settings {
  margin-bottom: 15px;
  text-align: left;
}

.buddypress-wrap #groups-notification-settings {
  margin-bottom: 0;
}

.buddypress-wrap table.notifications th.icon,
.buddypress-wrap table.notifications td:first-child,
.buddypress-wrap table.notification-settings th.icon,
.buddypress-wrap table.notification-settings td:first-child {
  display: none;
}

.buddypress-wrap table.notification-settings .no,
.buddypress-wrap table.notification-settings .yes {
  text-align: center;
  width: 40px;
  vertical-align: middle;
}

.buddypress-wrap table#message-threads {
  clear: both;
}

.buddypress-wrap table#message-threads .thread-info {
  min-width: 40%;
}

.buddypress-wrap table#message-threads .thread-info p {
  margin: 0;
}

.buddypress-wrap table#message-threads .thread-info p.thread-excerpt {
  color: #737373;
  font-size: 12px;
  margin-top: 3px;
}

.buddypress-wrap table.profile-fields {
  margin-bottom: 20px;
}

.buddypress-wrap table.profile-fields:last-child {
  margin-bottom: 0;
}

.buddypress-wrap table.profile-fields p {
  margin: 0;
}

.buddypress-wrap table.profile-fields p:last-child {
  margin-top: 0;
}

/**
*-------------------------------------------------------------------------------
* @section 8.0 - Classes - Messages, Ajax, Widgets, Buttons
*-------------------------------------------------------------------------------
*/
.bp-screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.clearfix:after {
  content: " ";
  clear: both;
  display: table;
}

.center-vert {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.bp-hide {
  display: none;
}

.bp-show {
  height: auto;
  left: 0;
  overflow: visible;
  position: static;
  top: 0;
}

.buddypress .buddypress-wrap button,
.buddypress .buddypress-wrap a.button,
.buddypress .buddypress-wrap input[type="submit"],
.buddypress .buddypress-wrap input[type="button"],
.buddypress .buddypress-wrap input[type="reset"],
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a,
.buddypress .buddypress-wrap .activity-state a,
.buddypress .buddypress-wrap .generic-button a,
.buddypress .buddypress-wrap .comment-reply-link,
.buddypress .buddypress-wrap a.bp-title-button {
  background: #fff;
  /* Old browsers */
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  color: #555;
  cursor: pointer;
  font-size: inherit;
  font-weight: 400;
  outline: none;
  line-height: 1.3;
  padding: 0.3em 0.7em;
  text-align: center;
  text-decoration: none;
  width: auto;
}

.buddypress .buddypress-wrap .button-small[type="button"] {
  padding: 0 8px 1px;
}

.buddypress .buddypress-wrap button:hover,
.buddypress .buddypress-wrap button:focus,
.buddypress .buddypress-wrap a.button:focus,
.buddypress .buddypress-wrap a.button:hover,
.buddypress .buddypress-wrap input[type="submit"]:focus,
.buddypress .buddypress-wrap input[type="submit"]:hover,
.buddypress .buddypress-wrap input[type="button"]:focus,
.buddypress .buddypress-wrap input[type="button"]:hover,
.buddypress .buddypress-wrap input[type="reset"]:focus,
.buddypress .buddypress-wrap input[type="reset"]:hover,
.buddypress .buddypress-wrap .button-nav li a:focus,
.buddypress .buddypress-wrap .button-nav li a:hover,
.buddypress .buddypress-wrap .button-nav li.current a,
.buddypress .buddypress-wrap .generic-button a:focus,
.buddypress .buddypress-wrap .generic-button a:hover,
.buddypress .buddypress-wrap .comment-reply-link:focus,
.buddypress .buddypress-wrap .comment-reply-link:hover {
  background: #ededed;
  border-color: #999999;
  color: #333;
  outline: none;
  text-decoration: none;
}

.buddypress .buddypress-wrap input[type="submit"].pending,
.buddypress .buddypress-wrap input[type="button"].pending,
.buddypress .buddypress-wrap input[type="reset"].pending,
.buddypress .buddypress-wrap input[type="button"].disabled,
.buddypress .buddypress-wrap input[type="reset"].disabled,
.buddypress .buddypress-wrap input[type="submit"][disabled="disabled"],
.buddypress .buddypress-wrap button.pending,
.buddypress .buddypress-wrap button.disabled,
.buddypress .buddypress-wrap div.pending a,
.buddypress .buddypress-wrap a.disabled {
  border-color: #eee;
  color: #767676;
  cursor: default;
}

.buddypress .buddypress-wrap input[type="submit"]:hover.pending,
.buddypress .buddypress-wrap input[type="button"]:hover.pending,
.buddypress .buddypress-wrap input[type="reset"]:hover.pending,
.buddypress .buddypress-wrap input[type="submit"]:hover.disabled,
.buddypress .buddypress-wrap input[type="button"]:hover.disabled,
.buddypress .buddypress-wrap input[type="reset"]:hover.disabled,
.buddypress .buddypress-wrap button.pending:hover,
.buddypress .buddypress-wrap button.disabled:hover,
.buddypress .buddypress-wrap div.pending a:hover,
.buddypress .buddypress-wrap a.disabled:hover {
  border-color: #eee;
  color: #767676;
}

.buddypress .buddypress-wrap button.text-button,
.buddypress .buddypress-wrap input.text-button {
  background: none;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #767676;
}

.buddypress .buddypress-wrap button.text-button.small,
.buddypress .buddypress-wrap input.text-button.small {
  font-size: 13px;
}

.buddypress .buddypress-wrap button.text-button:focus, .buddypress .buddypress-wrap button.text-button:hover,
.buddypress .buddypress-wrap input.text-button:focus,
.buddypress .buddypress-wrap input.text-button:hover {
  background: none;
  text-decoration: underline;
}

.buddypress .buddypress-wrap .activity-list a.button {
  border: none;
}

.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li a.invite-button:hover {
  color: #1fb3dd;
}

.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li.selected a.invite-button:hover,
.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li.selected a.group-remove-invite-button:hover,
.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li a.invite-button:hover,
.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li a.group-remove-invite-button:hover {
  color: #a00;
}

.buddypress .buddypress-wrap #item-buttons:empty {
  display: none;
}

.buddypress .buddypress-wrap input:disabled:hover, .buddypress .buddypress-wrap input:disabled:focus {
  background: none;
}

.buddypress .buddypress-wrap .text-links-list a.button {
  background: none;
  border: none;
  border-right: 1px solid #eee;
  color: #737373;
  display: inline-block;
  padding: 0.3em 1em;
}

.buddypress .buddypress-wrap .text-links-list a.button:visited {
  color: #d6d6d6;
}

.buddypress .buddypress-wrap .text-links-list a.button:focus, .buddypress .buddypress-wrap .text-links-list a.button:hover {
  color: #5087e5;
}

.buddypress .buddypress-wrap .text-links-list a:first-child {
  padding-left: 0;
}

.buddypress .buddypress-wrap .text-links-list a:last-child {
  border-right: none;
}

.buddypress .buddypress-wrap .bp-list.grid .action a,
.buddypress .buddypress-wrap .bp-list.grid .action button {
  border: 1px solid #ccc;
  display: block;
  margin: 0;
}

.buddypress .buddypress-wrap .bp-list.grid .action a:focus, .buddypress .buddypress-wrap .bp-list.grid .action a:hover,
.buddypress .buddypress-wrap .bp-list.grid .action button:focus,
.buddypress .buddypress-wrap .bp-list.grid .action button:hover {
  background: #ededed;
}

.buddypress #buddypress .create-button {
  background: none;
  text-align: center;
}

.buddypress #buddypress .create-button a:focus,
.buddypress #buddypress .create-button a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 46.8em) {
  .buddypress #buddypress .create-button {
    float: right;
  }
}

.buddypress #buddypress .create-button a {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 6px 0 #eaeaea;
  -moz-box-shadow: inset 0 0 6px 0 #eaeaea;
  box-shadow: inset 0 0 6px 0 #eaeaea;
  margin: 0.2em 0;
  width: auto;
}

.buddypress #buddypress .create-button a:focus, .buddypress #buddypress .create-button a:hover {
  background: none;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 0 12px 0 #eaeaea;
  -moz-box-shadow: inset 0 0 12px 0 #eaeaea;
  box-shadow: inset 0 0 12px 0 #eaeaea;
}

@media screen and (min-width: 46.8em) {
  .buddypress #buddypress.bp-dir-vert-nav .create-button {
    float: none;
    padding-top: 2em;
  }
  .buddypress #buddypress.bp-dir-vert-nav .create-button a {
    margin-right: 0.5em;
  }
}

.buddypress #buddypress.bp-dir-hori-nav .create-button {
  float: left;
}

.buddypress #buddypress.bp-dir-hori-nav .create-button a,
.buddypress #buddypress.bp-dir-hori-nav .create-button a:hover {
  background: none;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}

.buddypress-wrap button.bp-icons, .buddypress-wrap button.ac-reply-cancel {
  background: none;
  border: 0;
}

.buddypress-wrap button.bp-icons:focus, .buddypress-wrap button.bp-icons:hover {
  background: none;
}

.buddypress-wrap button.ac-reply-cancel:focus, .buddypress-wrap button.ac-reply-cancel:hover {
  background: none;
  text-decoration: underline;
}

.buddypress-wrap .filter label:before,
.buddypress-wrap .feed a:before,
.buddypress-wrap .bp-invites-filters .invite-button span.icons:before,
.buddypress-wrap .bp-messages-filters li a.messages-button:before,
.buddypress-wrap .bp-invites-content li .invite-button span.icons:before {
  font-family: dashicons;
  font-size: 18px;
}

.buddypress-wrap .bp-invites-content .item-list li .invite-button span.icons:before {
  font-size: 27px;
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap .bp-invites-content .item-list li .invite-button span.icons:before {
    font-size: 32px;
  }
}

.buddypress-wrap .bp-list a.button.invite-button:focus, .buddypress-wrap .bp-list a.button.invite-button:hover {
  background: none;
}

.buddypress-wrap .filter label:before {
  content: "\f536";
}

.buddypress-wrap div.feed a:before,
.buddypress-wrap li.feed a:before {
  content: "\f303";
}

.buddypress-wrap ul.item-list li .invite-button:not(.group-remove-invite-button) span.icons:before {
  content: "\f502";
}

.buddypress-wrap ul.item-list li.selected .invite-button span.icons:before,
.buddypress-wrap ul.item-list li .group-remove-invite-button span.icons:before {
  content: "\f153";
}

.warn {
  color: #b71717;
}

.bp-messages {
  border: 1px solid #ccc;
  margin: 0 0 15px;
}

.bp-messages .sitewide-notices {
  display: block;
  margin: 5px;
  padding: 0.7em;
}

.bp-messages.info {
  margin-bottom: 0;
}

.bp-messages.updated {
  clear: both;
  display: block;
}

.bp-messages.bp-user-messages-feedback {
  border: 0;
}

#group-create-body .bp-cover-image-status p.warning {
  background: #0b80a4;
  border: 0;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.bp-feedback:not(.custom-homepage-info) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.bp-feedback {
  background: #fff;
  color: #807f7f;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  color: #737373;
  margin: 10px 0;
  position: relative;
}

.bp-feedback p {
  margin: 0;
  padding: 10px 5px;
}

.bp-feedback span.bp-icon {
  color: #fff;
  display: block;
  font-family: dashicons;
  left: 0;
  margin-right: 10px;
  position: relative;
  padding: 0  0.5em;
}

.bp-feedback .bp-icon {
  font-size: 20px;
  padding: 0 2px;
}

.bp-feedback .bp-help-text {
  font-style: italic;
}

.bp-feedback .text {
  font-size: 14px;
  margin: 0;
  padding: 0.7em 0;
}

.bp-feedback.no-icon {
  padding: 0.7em;
}

.bp-feedback.small:before {
  line-height: inherit;
}

a[data-bp-close] span,
button[data-bp-close] span {
  font-size: 24px;
}

.buddypress .buddypress-wrap a[data-bp-close],
.buddypress .buddypress-wrap button[data-bp-close] {
  border: 0;
  padding: 0;
  height: auto;
  margin-bottom: auto;
  margin-top: 10px;
  margin-right: 12px;
}

.buddypress .buddypress-wrap a[data-bp-close]:hover, .buddypress .buddypress-wrap a[data-bp-close]:focus,
.buddypress .buddypress-wrap button[data-bp-close]:hover,
.buddypress .buddypress-wrap button[data-bp-close]:focus {
  background: transparent;
}

.bp-feedback.no-icon a[data-bp-close],
.bp-feedback.no-icon button[data-bp-close] {
  top: -6px;
  right: 6px;
}

button[data-bp-close]:hover {
  background-color: transparent;
}

.bp-feedback.info .bp-icon,
.bp-feedback.help .bp-icon,
.bp-feedback.error .bp-icon,
.bp-feedback.warning .bp-icon,
.bp-feedback.loading .bp-icon,
.bp-feedback.success .bp-icon,
.bp-feedback.updated .bp-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.bp-feedback.info .bp-icon,
.bp-feedback.help .bp-icon {
  background-color: #0b80a4;
}

.bp-feedback.info .bp-icon:before,
.bp-feedback.help .bp-icon:before {
  content: "\f348";
}

.bp-feedback.error .bp-icon,
.bp-feedback.warning .bp-icon {
  background-color: #d33;
}

.bp-feedback.error .bp-icon:before,
.bp-feedback.warning .bp-icon:before {
  content: "\f534";
}

.bp-feedback.loading .bp-icon {
  background-color: #ffd087;
}

.bp-feedback.loading .bp-icon:before {
  content: "\f469";
}

.bp-feedback.success .bp-icon,
.bp-feedback.updated .bp-icon {
  background-color: #8a2;
}

.bp-feedback.success .bp-icon:before,
.bp-feedback.updated .bp-icon:before {
  content: "\f147";
}

.bp-feedback.help .bp-icon:before {
  content: "\f468";
}

#pass-strength-result {
  background-color: #eee;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  display: none;
  font-weight: 700;
  margin: 10px 0 10px 0;
  padding: 0.7em;
  text-align: center;
  width: auto;
}

#pass-strength-result.show {
  display: block;
}

#pass-strength-result.mismatch {
  background-color: #333;
  border-color: transparent;
  color: #fff;
}

#pass-strength-result.error, #pass-strength-result.bad {
  background-color: #ffb78c;
  border-color: #ff853c;
  color: #fff;
}

#pass-strength-result.short {
  background-color: #ffa0a0;
  border-color: #f04040;
  color: #fff;
}

#pass-strength-result.strong {
  background-color: #66d66e;
  border-color: #438c48;
  color: #fff;
}

.standard-form#signup_form div div.error {
  background: #faa;
  color: #a00;
  margin: 0 0 10px 0;
  padding: 0.7em;
  width: 90%;
}

.accept,
.reject {
  float: left;
  margin-left: 10px;
}

.members-list.grid .bp-ajax-message {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #eee;
  font-size: 14px;
  left: 2%;
  position: absolute;
  padding: 0.7em 1em;
  right: 2%;
  top: 30px;
}

.buddypress.widget .item-options {
  font-size: 14px;
}

.buddypress.widget ul.item-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -o-flex-flow: column nowrap;
  flex-flow: column nowrap;
  list-style: none;
  margin: 10px -2%;
  overflow: hidden;
}

@media screen and (min-width: 32em) {
  .buddypress.widget ul.item-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.buddypress.widget ul.item-list li {
  border: 1px solid #eee;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-flex: 1 1 46%;
  -moz-flex: 1 1 46%;
  -ms-flex: 1 1 46%;
  -o-flex: 1 1 46%;
  flex: 1 1 46%;
  margin: 2%;
}

@media screen and (min-width: 75em) {
  .buddypress.widget ul.item-list li {
    -webkit-flex: 0 1 20%;
    -moz-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    -o-flex: 0 1 20%;
    flex: 0 1 20%;
  }
}

.buddypress.widget ul.item-list li .item-avatar {
  padding: 0.7em;
  text-align: center;
}

.buddypress.widget ul.item-list li .item-avatar .avatar {
  width: 60%;
}

.buddypress.widget ul.item-list li .item {
  padding: 0 0.7em 0.7em;
}

.buddypress.widget ul.item-list li .item .item-meta {
  font-size: 12px;
  overflow-wrap: break-word;
}

.buddypress.widget .activity-list {
  padding: 0;
}

.buddypress.widget .activity-list blockquote {
  margin: 0 0 1.5em;
  overflow: visible;
  padding: 0 0 0.75em 0.75em;
}

.buddypress.widget .activity-list img {
  margin-bottom: 0.5em;
}

.buddypress.widget .avatar-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}

.buddypress.widget .avatar-block img {
  margin-bottom: 1em;
  margin-right: 1em;
}

.buddypress.widget .activity-update .update-item {
  display: flex;
}

.buddypress.widget .activity-update .update-item img {
  box-shadow: none;
}

.buddypress.widget .activity-update .update-item cite {
  flex: 0 0 50px;
  min-width: 0;
  margin-right: 10px;
}

.buddypress.widget .activity-update .update-item cite a {
  box-shadow: none;
}

.buddypress.widget .activity-update .update-item cite img {
  width: 100%;
}

.buddypress.widget .activity-update .update-item a img {
  margin-bottom: 0;
}

.widget-area .buddypress.widget ul.item-list li {
  -webkit-flex: 0 1 46%;
  -moz-flex: 0 1 46%;
  -ms-flex: 0 1 46%;
  -o-flex: 0 1 46%;
  flex: 0 1 46%;
  margin: 2% 2% 10px;
}

@media screen and (min-width: 75em) {
  .widget-area .buddypress.widget ul.item-list li .avatar {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .widget-area .buddypress.widget ul.item-list {
    margin: 10px -2%;
    width: 100%;
  }
  .widget-area .buddypress.widget ul.item-list li {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 10px 2% 1%;
    width: 46%;
  }
}

#buddypress-wrap * {
  transition: opacity 0.1s ease-in-out 0.1s;
}

#buddypress-wrap button,
#buddypress-wrap a.generic-button,
#buddypress-wrap a.button,
#buddypress-wrap input[type="submit"],
#buddypress-wrap input[type="reset"] {
  transition: background 0.1s ease-in-out 0.1s, color 0.1s ease-in-out 0.1s, border-color 0.1s ease-in-out 0.1s;
}

.buddypress-wrap a.loading,
.buddypress-wrap input.loading {
  -moz-animation: loader-pulsate 0.5s infinite ease-in-out alternate;
  -webkit-animation: loader-pulsate 0.5s infinite ease-in-out alternate;
  animation: loader-pulsate 0.5s infinite ease-in-out alternate;
  border-color: #aaa;
}

@-webkit-keyframes loader-pulsate {
  from {
    border-color: #aaa;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
  }
  to {
    border-color: #ccc;
    -webkit-box-shadow: 0 0 6px #f8f8f8;
    box-shadow: 0 0 6px #f8f8f8;
  }
}

@-moz-keyframes loader-pulsate {
  from {
    border-color: #aaa;
    -moz-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
  }
  to {
    border-color: #ccc;
    -moz-box-shadow: 0 0 6px #f8f8f8;
    box-shadow: 0 0 6px #f8f8f8;
  }
}

@keyframes loader-pulsate {
  from {
    border-color: #aaa;
    -moz-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
  }
  to {
    border-color: #ccc;
    -moz-box-shadow: 0 0 6px #f8f8f8;
    box-shadow: 0 0 6px #f8f8f8;
  }
}

.buddypress-wrap a.loading:hover,
.buddypress-wrap input.loading:hover {
  color: #777;
}

.animate-spin {
  animation: spin 2s infinite linear;
  display: inline-block;
}

@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/*-------------------------------------*\
	HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) hint
 */
[class*="hint--"] {
  position: relative;
  display: inline-block;
  /**
	 * tooltip arrow
	 */
  /**
	 * tooltip body
	 */
}

[class*="hint--"]:before, [class*="hint--"]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}

[class*="hint--"]:before {
  content: "";
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}

[class*="hint--"]:after {
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  line-height: 12px;
  white-space: nowrap;
}

[class*="hint--"][aria-label]:after {
  content: attr(aria-label);
}

[class*="hint--"][data-hint]:after {
  content: attr(data-hint);
}

[aria-label=""]:before, [aria-label=""]:after,
[data-hint=""]:before,
[data-hint=""]:after {
  display: none !important;
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top-left:before {
  border-top-color: #383838;
}

.hint--top-right:before {
  border-top-color: #383838;
}

.hint--top:before {
  border-top-color: #383838;
}

.hint--bottom-left:before {
  border-bottom-color: #383838;
}

.hint--bottom-right:before {
  border-bottom-color: #383838;
}

.hint--bottom:before {
  border-bottom-color: #383838;
}

.hint--left:before {
  border-left-color: #383838;
}

.hint--right:before {
  border-right-color: #383838;
}

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -11px;
}

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  left: calc(50% - 6px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -11px;
}

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  left: calc(50% - 6px);
}

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -11px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--right:hover:after {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -11px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

/**
 * top-left tooltip
 */
.hint--top-left:before {
  margin-bottom: -11px;
}

.hint--top-left:before, .hint--top-left:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  left: calc(50% - 6px);
}

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--top-left:after {
  margin-left: 12px;
}

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

/**
 * top-right tooltip
 */
.hint--top-right:before {
  margin-bottom: -11px;
}

.hint--top-right:before, .hint--top-right:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  left: calc(50% - 6px);
}

.hint--top-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.hint--top-right:after {
  margin-left: -12px;
}

.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/**
 * bottom-left tooltip
 */
.hint--bottom-left:before {
  margin-top: -11px;
}

.hint--bottom-left:before, .hint--bottom-left:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  left: calc(50% - 6px);
}

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--bottom-left:after {
  margin-left: 12px;
}

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

/**
 * bottom-right tooltip
 */
.hint--bottom-right:before {
  margin-top: -11px;
}

.hint--bottom-right:before, .hint--bottom-right:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  left: calc(50% - 6px);
}

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.hint--bottom-right:after {
  margin-left: -12px;
}

.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/**
 * source: hint-sizes.scss
 *
 * Defines width restricted tooltips that can span
 * across multiple lines.
 *
 * Classes added:
 * 	1) hint--small
 * 	2) hint--medium
 * 	3) hint--large
 *
 */
.hint--small:after,
.hint--medium:after,
.hint--large:after {
  white-space: normal;
  line-height: 1.4;
  word-wrap: break-word;
}

.hint--small:after {
  width: 80px;
}

.hint--medium:after {
  width: 150px;
}

.hint--large:after {
  width: 300px;
}

/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */
[class*="hint--"] {
  /**
	 * tooltip body
	 */
}

[class*="hint--"]:after {
  text-shadow: 0 -1px 0 black;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
/**
 * Error
 */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0 #592726;
}

.hint--error.hint--top-left:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--top-right:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--bottom-left:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--bottom-right:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

/**
 * Warning
 */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0 #6c5328;
}

.hint--warning.hint--top-left:before {
  border-top-color: #c09854;
}

.hint--warning.hint--top-right:before {
  border-top-color: #c09854;
}

.hint--warning.hint--top:before {
  border-top-color: #c09854;
}

.hint--warning.hint--bottom-left:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--bottom-right:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

/**
 * Info
 */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0 #1a3c4d;
}

.hint--info.hint--top-left:before {
  border-top-color: #3986ac;
}

.hint--info.hint--top-right:before {
  border-top-color: #3986ac;
}

.hint--info.hint--top:before {
  border-top-color: #3986ac;
}

.hint--info.hint--bottom-left:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--bottom-right:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

/**
 * Success
 */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0 #1a321a;
}

.hint--success.hint--top-left:before {
  border-top-color: #458746;
}

.hint--success.hint--top-right:before {
  border-top-color: #458746;
}

.hint--success.hint--top:before {
  border-top-color: #458746;
}

.hint--success.hint--bottom-left:before {
  border-bottom-color: #458746;
}

.hint--success.hint--bottom-right:before {
  border-bottom-color: #458746;
}

.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

.hint--success.hint--left:before {
  border-left-color: #458746;
}

.hint--success.hint--right:before {
  border-right-color: #458746;
}

/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) hint--always
 *
 */
.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top-right:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom-right:after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--always.hint--left:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--always.hint--right:after {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
.hint--rounded:after {
  border-radius: 4px;
}

/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
 */
.hint--no-animate:before, .hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms;
}

.hint--bounce:before, .hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

button[data-bp-tooltip] {
  overflow: visible;
}

[data-bp-tooltip] {
  position: relative;
  cursor: pointer;
}

[data-bp-tooltip]:after {
  pointer-events: none;
  opacity: 0;
  transition: all 0.18s ease-out 0.18s;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.24px;
  background: rgba(18, 43, 70, 0.95);
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.22);
  color: #fff;
  content: attr(data-bp-tooltip);
  line-height: 1.3;
  padding: 7px 15px;
  position: absolute;
  white-space: nowrap;
  z-index: 10;
}

[data-bp-tooltip]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(18, 43, 70, 0.95)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.18s ease-out 0.18s;
  content: "";
  position: absolute;
  z-index: 10;
}

[data-bp-tooltip]:hover:before, [data-bp-tooltip]:hover:after, [data-bp-tooltip][data-bp-tooltip-visible]:before, [data-bp-tooltip][data-bp-tooltip-visible]:after {
  opacity: 1;
  pointer-events: auto;
}

[data-bp-tooltip].font-awesome:after {
  font-family: FontAwesome;
}

[data-bp-tooltip][data-bp-tooltip-break]:after {
  white-space: pre;
}

[data-bp-tooltip][data-bp-tooltip-blunt]:before, [data-bp-tooltip][data-bp-tooltip-blunt]:after {
  transition: none;
}

[data-bp-tooltip][data-bp-tooltip-pos="up"]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 11px;
  transform: translate(-50%, 10px);
  transform-origin: top;
}

[data-bp-tooltip][data-bp-tooltip-pos="up"]:before {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  transform: translate(-50%, 10px);
  transform-origin: top;
}

[data-bp-tooltip][data-bp-tooltip-pos="up"]:hover:after, [data-bp-tooltip][data-bp-tooltip-pos="up"][data-bp-tooltip-visible]:after {
  transform: translate(-50%, 0);
}

[data-bp-tooltip][data-bp-tooltip-pos="up"]:hover:before, [data-bp-tooltip][data-bp-tooltip-pos="up"][data-bp-tooltip-visible]:before {
  transform: translate(-50%, 0);
}

[data-bp-tooltip][data-bp-tooltip-pos="up-left"]:after {
  bottom: 100%;
  left: 0;
  margin-bottom: 11px;
  transform: translate(0, 10px);
  transform-origin: top;
}

[data-bp-tooltip][data-bp-tooltip-pos="up-left"]:before {
  bottom: 100%;
  left: 5px;
  margin-bottom: 5px;
  transform: translate(0, 10px);
  transform-origin: top;
}

[data-bp-tooltip][data-bp-tooltip-pos="up-left"]:hover:after, [data-bp-tooltip][data-bp-tooltip-pos="up-left"][data-bp-tooltip-visible]:after {
  transform: translate(0, 0);
}

[data-bp-tooltip][data-bp-tooltip-pos="up-left"]:hover:before, [data-bp-tooltip][data-bp-tooltip-pos="up-left"][data-bp-tooltip-visible]:before {
  transform: translate(0, 0);
}

[data-bp-tooltip][data-bp-tooltip-pos="up-right"]:after {
  bottom: 100%;
  right: 0;
  margin-bottom: 11px;
  transform: translate(0, 10px);
  transform-origin: top;
}

[data-bp-tooltip][data-bp-tooltip-pos="up-right"]:before {
  bottom: 100%;
  right: 5px;
  margin-bottom: 5px;
  transform: translate(0, 10px);
  transform-origin: top;
}

[data-bp-tooltip][data-bp-tooltip-pos="up-right"]:hover:after, [data-bp-tooltip][data-bp-tooltip-pos="up-right"][data-bp-tooltip-visible]:after {
  transform: translate(0, 0);
}

[data-bp-tooltip][data-bp-tooltip-pos="up-right"]:hover:before, [data-bp-tooltip][data-bp-tooltip-pos="up-right"][data-bp-tooltip-visible]:before {
  transform: translate(0, 0);
}

[data-bp-tooltip][data-bp-tooltip-pos="down"]:after {
  left: 50%;
  margin-top: 11px;
  top: 100%;
  transform: translate(-50%, -10px);
}

[data-bp-tooltip][data-bp-tooltip-pos="down"]:before {
  left: 50%;
  margin-top: 5px;
  top: 100%;
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(18, 43, 70, 0.95)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  transform: translate(-50%, -10px);
}

[data-bp-tooltip][data-bp-tooltip-pos="down"]:hover:after, [data-bp-tooltip][data-bp-tooltip-pos="down"][data-bp-tooltip-visible]:after {
  transform: translate(-50%, 0);
}

[data-bp-tooltip][data-bp-tooltip-pos="down"]:hover:before, [data-bp-tooltip][data-bp-tooltip-pos="down"][data-bp-tooltip-visible]:before {
  transform: translate(-50%, 0);
}

[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:after {
  left: 0;
  margin-top: 11px;
  top: 100%;
  transform: translate(0, -10px);
}

[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:before {
  left: 5px;
  margin-top: 5px;
  top: 100%;
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(18, 43, 70, 0.95)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  transform: translate(0, -10px);
}

[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:hover:after, [data-bp-tooltip][data-bp-tooltip-pos="down-left"][data-bp-tooltip-visible]:after {
  transform: translate(0, 0);
}

[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:hover:before, [data-bp-tooltip][data-bp-tooltip-pos="down-left"][data-bp-tooltip-visible]:before {
  transform: translate(0, 0);
}

[data-bp-tooltip][data-bp-tooltip-pos="down-right"]:after {
  right: 0;
  margin-top: 11px;
  top: 100%;
  transform: translate(0, -10px);
}

[data-bp-tooltip][data-bp-tooltip-pos="down-right"]:before {
  right: 5px;
  margin-top: 5px;
  top: 100%;
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(18, 43, 70, 0.95)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  transform: translate(0, -10px);
}

[data-bp-tooltip][data-bp-tooltip-pos="down-right"]:hover:after, [data-bp-tooltip][data-bp-tooltip-pos="down-right"][data-bp-tooltip-visible]:after {
  transform: translate(0, 0);
}

[data-bp-tooltip][data-bp-tooltip-pos="down-right"]:hover:before, [data-bp-tooltip][data-bp-tooltip-pos="down-right"][data-bp-tooltip-visible]:before {
  transform: translate(0, 0);
}

[data-bp-tooltip][data-bp-tooltip-pos="left"]:after {
  margin-right: 11px;
  right: 100%;
  top: 50%;
  transform: translate(10px, -50%);
}

[data-bp-tooltip][data-bp-tooltip-pos="left"]:before {
  margin-right: 5px;
  right: 100%;
  top: 50%;
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(18, 43, 70, 0.95)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  transform: translate(10px, -50%);
}

[data-bp-tooltip][data-bp-tooltip-pos="left"]:hover:after, [data-bp-tooltip][data-bp-tooltip-pos="left"][data-bp-tooltip-visible]:after {
  transform: translate(0, -50%);
}

[data-bp-tooltip][data-bp-tooltip-pos="left"]:hover:before, [data-bp-tooltip][data-bp-tooltip-pos="left"][data-bp-tooltip-visible]:before {
  transform: translate(0, -50%);
}

[data-bp-tooltip][data-bp-tooltip-pos="right"]:after {
  left: 100%;
  margin-left: 11px;
  top: 50%;
  transform: translate(-10px, -50%);
}

[data-bp-tooltip][data-bp-tooltip-pos="right"]:before {
  left: 100%;
  margin-left: 5px;
  top: 50%;
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(18, 43, 70, 0.95)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  transform: translate(-10px, -50%);
}

[data-bp-tooltip][data-bp-tooltip-pos="right"]:hover:after, [data-bp-tooltip][data-bp-tooltip-pos="right"][data-bp-tooltip-visible]:after {
  transform: translate(0, -50%);
}

[data-bp-tooltip][data-bp-tooltip-pos="right"]:hover:before, [data-bp-tooltip][data-bp-tooltip-pos="right"][data-bp-tooltip-visible]:before {
  transform: translate(0, -50%);
}

[data-bp-tooltip][data-bp-tooltip-length="small"]:after {
  white-space: normal;
  width: 80px;
}

[data-bp-tooltip][data-bp-tooltip-length="medium"]:after {
  white-space: normal;
  width: 150px;
}

[data-bp-tooltip][data-bp-tooltip-length="large"]:after {
  white-space: normal;
  width: 260px;
}

[data-bp-tooltip][data-bp-tooltip-length="xlarge"]:after {
  white-space: normal;
  width: 380px;
}

@media screen and (max-width: 768px) {
  [data-bp-tooltip][data-bp-tooltip-length="xlarge"]:after {
    white-space: normal;
    width: 90vw;
  }
}

[data-bp-tooltip][data-bp-tooltip-length="fit"]:after {
  white-space: normal;
  width: 100%;
}

/**
*-------------------------------------------------------------------------------
* @section 9.0 - Layout classes
*-------------------------------------------------------------------------------
*/
#item-body,
.single-screen-navs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.grid > li,
.grid > li .generic-button a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.grid > li {
  border-bottom: 0;
  padding-bottom: 10px;
  padding-top: 0;
}

.grid > li .list-wrap {
  background: #fafafa;
  border: 1px solid #eee;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
  padding-top: 14px;
  height: 100%;
}

.grid > li .list-wrap .list-title {
  padding: 0.7em 0.7em 0;
}

.grid > li .list-wrap .update {
  color: #737373;
  padding: 0.7em 2em;
}

.grid > li .item-avatar {
  text-align: center;
}

.grid > li .item-avatar .avatar {
  border-radius: 50%;
  display: inline-block;
  width: 50%;
}

@media screen and (min-width: 24em) {
  .grid.members-list .list-wrap .item-block {
    margin: 0 auto;
  }
  .grid.members-group-list .list-wrap .item-block {
    margin: 0 auto;
  }
  .grid.groups-list .list-wrap .group-desc {
    margin: 15px auto 0;
    min-height: 5em;
    overflow: hidden;
  }
  .grid.groups-list .list-wrap .last-activity,
  .grid.groups-list .list-wrap .group-details,
  .grid.groups-list .list-wrap .item-desc {
    margin-bottom: 0;
  }
  .grid.groups-list .list-wrap .last-activity p,
  .grid.groups-list .list-wrap .group-details p,
  .grid.groups-list .list-wrap .item-desc p {
    margin-bottom: 0;
  }
  .grid.blogs-list .list-wrap .item-block {
    margin: 0 auto;
  }
}

/* Build the two column class small up */
@media screen and (min-width: 24em) {
  .grid > li.item-entry {
    float: left;
    margin: 0;
  }
}

.buddypress-wrap .grid.bp-list {
  display: flex;
  flex-flow: row wrap;
  padding-top: 1em;
  margin-left: -5px;
  margin-right: -5px;
  width: auto;
}

.buddypress-wrap .grid.bp-list > li {
  border-bottom: none;
  flex: 0 0 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0 5px;
  margin-bottom: 10px;
}

@media screen and (min-width: 32em) {
  .buddypress-wrap .grid.bp-list > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 75em) {
  .buddypress-wrap .grid.bp-list > li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.buddypress-wrap .grid.bp-list > li .item-avatar {
  margin: 0;
  text-align: center;
  width: auto;
}

.buddypress-wrap .grid.bp-list > li .item-avatar img.avatar {
  display: inline-block;
  height: auto;
  width: 50%;
}

.buddypress-wrap .grid.bp-list > li .item-meta,
.buddypress-wrap .grid.bp-list > li .list-title {
  float: none;
  text-align: center;
}

.buddypress-wrap .grid.bp-list > li .list-title {
  font-size: inherit;
  line-height: 1.1;
}

.buddypress-wrap .grid.bp-list > li .item {
  font-size: 18px;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 46.8em) {
  .buddypress-wrap .grid.bp-list > li .item {
    font-size: 22px;
  }
}

.buddypress-wrap .grid.bp-list > li .item .item-block,
.buddypress-wrap .grid.bp-list > li .item .group-desc {
  float: none;
}

.buddypress-wrap .grid.bp-list > li .item .item-block {
  margin-bottom: 10px;
}

.buddypress-wrap .grid.bp-list > li .item .last-activity {
  margin-top: 5px;
}

.buddypress-wrap .grid.bp-list > li .item .group-desc {
  clear: none;
}

.buddypress-wrap .grid.bp-list > li .item .user-update {
  clear: both;
  text-align: left;
}

.buddypress-wrap .grid.bp-list > li .item .activity-read-more a {
  display: inline;
}

.buddypress-wrap .grid.bp-list > li .action .generic-button {
  float: none;
  margin: 0;
  text-align: center;
  width: 100%;
}

.buddypress-wrap .grid.bp-list > li .action .generic-button a,
.buddypress-wrap .grid.bp-list > li .action .generic-button button {
  width: 100%;
}

.buddypress-wrap .grid.bp-list > li .item-avatar,
.buddypress-wrap .grid.bp-list > li .avatar,
.buddypress-wrap .grid.bp-list > li .item {
  float: none;
}

.buddypress-wrap #members-list.bp-list.members-group-list li.item-entry-header {
  margin: 20px 0;
}

.buddypress-wrap #members-list.grid.bp-list.members-group-list li.item-entry-header {
  max-width: 100%;
  flex: 100%;
  min-width: 0;
}

@media screen and (min-width: 46.8em) {
  .bp-single-vert-nav .bp-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bp-single-vert-nav .bp-navs.vertical {
    border-right: 1px solid #d6d6d6;
    border-bottom: 0;
    float: left;
    width: 25%;
    overflow: visible;
  }
  .bp-single-vert-nav .bp-navs.vertical ul {
    margin: 0;
  }
  .bp-single-vert-nav .bp-navs.vertical li {
    float: none;
    margin-right: 0;
  }
  .bp-single-vert-nav .bp-navs.vertical li.selected a {
    background: #ccc;
    color: #333;
  }
  .bp-single-vert-nav .bp-navs.vertical li:focus, .bp-single-vert-nav .bp-navs.vertical li:hover {
    background: #ccc;
  }
  .bp-single-vert-nav .bp-navs.vertical li span {
    background: #d6d6d6;
    border-radius: 10%;
    float: right;
    margin-right: 2px;
  }
  .bp-single-vert-nav .bp-navs.vertical li:hover span {
    border-color: #eaeaea;
  }
  .bp-single-vert-nav .item-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 20px;
  }
  .bp-single-vert-nav #subnav {
    background: #eaeaea;
    margin: 0;
    width: auto;
  }
  .bp-single-vert-nav #subnav li {
    font-size: 16px;
    margin: 10px 0;
  }
  .bp-single-vert-nav #subnav li a {
    border-right: 1px solid #ccc;
    padding: 0 0.7em;
  }
  .bp-single-vert-nav #subnav li a:focus,
  .bp-single-vert-nav #subnav li a:hover {
    background: none;
  }
  .bp-single-vert-nav #subnav li.current a {
    background: none;
    color: #333;
  }
  .bp-single-vert-nav #subnav li:last-child a {
    border: none;
  }
  .bp-dir-vert-nav .dir-navs {
    float: left;
    left: 1px;
    position: relative;
    width: 20%;
  }
  .bp-dir-vert-nav .dir-navs ul li {
    float: none;
    overflow: hidden;
    width: auto;
  }
  .bp-dir-vert-nav .dir-navs ul li.selected {
    border: 1px solid #eee;
  }
  .bp-dir-vert-nav .dir-navs ul li.selected a {
    background: #555;
    color: #fff;
  }
  .bp-dir-vert-nav .dir-navs ul li.selected a span {
    background: #eaeaea;
    border-color: #ccc;
    color: #5087e5;
  }
  .bp-dir-vert-nav .dir-navs ul li a:hover,
  .bp-dir-vert-nav .dir-navs ul li a:focus {
    background: #ccc;
    color: #333;
  }
  .bp-dir-vert-nav .dir-navs ul li a:hover span,
  .bp-dir-vert-nav .dir-navs ul li a:focus span {
    border: 1px solid #555;
  }
  .bp-dir-vert-nav .screen-content {
    border-left: 1px solid #d6d6d6;
    margin-left: 20%;
    overflow: hidden;
    padding: 0 0 2em 1em;
  }
  .bp-dir-vert-nav .screen-content .subnav-filters {
    margin-top: 0;
  }
}

.admin-bar.bp-hide-adminbar {
  margin-top: -32px;
}

@media screen and (max-width: 782px) {
  .admin-bar.bp-hide-adminbar {
    margin-top: -46px;
  }
}

.admin-bar.bp-hide-adminbar #wpadminbar {
  display: none;
}

.admin-bar.bp-hide-adminbar .bb-mobile-panel-wrapper {
  top: 0;
  height: 100%;
}

.admin-bar.bp-hide-adminbar a.bb-close-panel i {
  top: 32px;
}

/**
*-------------------------------------------------------------------------------
* @section 10.0 - Forums classes
*-------------------------------------------------------------------------------
*/
/**
 * Forums CSS
 * @package BuddyBoss
 */
/* =Forums Style
-------------------------------------------------------------- */
.bbp-forums,
.bbp-topics {
  list-style: none;
  padding: 0;
}

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

#bbpress-forums {
  background: transparent;
  clear: both;
  margin-bottom: 20px;
  font-size: 12px;
}

#bbpress-forums:after {
  content: " ";
  display: table;
  clear: both;
}

#bbpress-forums div.even,
#bbpress-forums ul.even {
  background-color: #fff;
}

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

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

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

#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
  background-color: #f4f4f4;
}

#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 .status-closed,
#bbpress-forums .status-closed a {
  color: #ccc;
}

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

#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: 12px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 20px;
  clear: both;
}

#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 {
  background: #f3f3f3;
  border-top: 1px solid #eee;
  font-weight: 700;
  padding: 8px;
  text-align: center;
}

#bbpress-forums li.bbp-header {
  background: #eaeaea;
}

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

#bbpress-forums .bbp-forums-list {
  margin: 0 0 0 5px;
  padding-left: 15px;
  border-left: 1px solid #ddd;
}

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

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

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

li.bbp-forum-info {
  width: 50%;
}

li.bbp-topic-title {
  width: 65%;
}

li.bbp-topic-title a.bbp-topic-permalink {
  font-size: 14px;
}

li.bbp-forum-topic-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
  float: left;
  text-align: center;
  width: 15%;
}

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

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  border-top: 1px solid #eee;
  overflow: hidden;
  padding: 8px;
}

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: 16px;
  line-height: 1;
  margin: 8px 0;
  padding: 0;
  text-transform: 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: 115px;
}

#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: 12px auto 0;
  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 12px;
  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: 11px;
  font-style: italic;
}

#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-footer .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-forum-author,
#bbpress-forums li.bbp-footer .bbp-forum-author,
#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: 120px;
}

#bbpress-forums li.bbp-header .bbp-search-content,
#bbpress-forums li.bbp-footer .bbp-search-content,
#bbpress-forums li.bbp-header .bbp-forum-content,
#bbpress-forums li.bbp-footer .bbp-forum-content,
#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-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry {
  margin-bottom: 0;
  overflow: hidden;
  padding: 8px;
}

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header {
  border-top: 1px solid #ddd;
  clear: both;
}

/* =Topic and reply content
-------------------------------------------------------------- */
#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
  margin-left: 130px;
  padding: 12px 12px 12px 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:not(.entry-img),
#bbpress-forums div.bbp-reply-content a:not(.entry-img) {
  background: none;
  border: none;
  display: inline;
  font-weight: 400;
  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: 1;
  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;
}

#bbpress-forums div.bbp-topic-content code,
#bbpress-forums div.bbp-reply-content code,
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
  display: inline-block;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 0 5px;
  max-width: 95%;
  vertical-align: middle;
  margin-top: -3px;
}

#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
  display: block;
  line-height: 18px;
  margin: 0 0 30px;
  padding: 5px 10px;
  white-space: pre;
  overflow: auto;
}

#bbpress-forums div.bbp-topic-content pre code,
#bbpress-forums div.bbp-reply-content pre code {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  overflow-wrap: normal;
  overflow: auto;
  max-width: 100%;
}

/* =Reply to
-------------------------------------------------------------- */
#bbpress-forums div.bbp-reply-to {
  margin-left: 130px;
  padding: 12px 12px 12px 0;
  text-align: right;
}

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

#bbp_editor_forum_content,
#bbp_editor_topic_content {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  min-height: 80px;
  padding: 0.7em;
}

#bbp_editor_forum_content:focus,
#bbp_editor_topic_content:focus {
  color: #222;
  border-color: #333;
}

/* =Breadcrumb and Tags
-------------------------------------------------------------- */
div.bbp-breadcrumb {
  float: left;
}

div.bbp-breadcrumb,
div.bbp-topic-tags {
  font-size: 12px;
}

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

#bbpress-forums div.bbp-topic-tags {
  float: right;
}

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

span#subscription-toggle {
  float: right;
}

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

#bbpress-forums div.bbp-search-form {
  float: right;
}

/* =Admin Links
-------------------------------------------------------------- */
span.bbp-admin-links {
  float: right;
  color: #ddd;
}

span.bbp-admin-links a {
  color: #bbb;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

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-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
  float: right;
  margin-left: 10px;
  color: #ccc;
}

/* =Toggles
-------------------------------------------------------------- */
.bbp-row-actions #favorite-toggle a {
  text-decoration: none;
  padding: 0 3px 1px;
  color: #7c7;
  border: 1px solid #aca;
  background-color: #dfd;
  font-weight: 700;
  font-size: 13px;
}

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

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

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

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

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

.bbp-row-actions #subscription-toggle span.is-subscribed a {
  color: #faa;
  border: 1px solid #faa;
  background-color: #fee;
}

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

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

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

/* =Pagination
-------------------------------------------------------------- */
.bbp-pagination-count {
  float: left;
  border: 1px solid transparent;
}

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

.bbp-pagination-links a,
.bbp-pagination-links span.current {
  display: block;
  float: left;
  padding: 0 5px;
  margin-left: 5px;
  border: 1px solid #efefef;
  text-decoration: none;
}

.bbp-pagination-links a:hover,
.bbp-pagination-links span.current {
  background: #eee;
  opacity: 0.8;
  border: 1px solid #ddd;
}

.bbp-pagination-links span.dots {
  display: block;
  float: left;
  padding: 1px 4px;
  margin-left: 5px;
}

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

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

/* =Forms
-------------------------------------------------------------- */
#bbpress-forums fieldset.bbp-form {
  clear: left;
}

#bbpress-forums fieldset.bbp-form {
  border: 1px solid #eee;
  padding: 10px 20px;
  margin-bottom: 10px;
}

#bbpress-forums fieldset.bbp-form legend {
  padding: 5px;
}

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

#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
  margin: 0 0 10px;
}

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

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

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: 10px;
  background-color: #f0fff8;
  border: 1px solid #ceefe1;
  display: block;
  padding: 8px;
  margin-top: 5px;
  width: 369px;
}

#merge_tag,
#delete_tag {
  display: inline;
}

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

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: 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: 1;
}

#bbpress-forums div.bbp-the-content-wrapper input {
  font-size: 12px;
  padding: 5px;
  margin: 0 2px 0 0;
  line-height: 1;
}

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

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

/* =Stickies
-------------------------------------------------------------- */
.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
  background-color: #ffffe0 !important;
  font-size: 1.1em;
}

/* =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 {
  border-top: 1px dotted #ddd;
  width: 100%;
  margin: 0;
  padding: 8px 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 .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
  padding: 5px;
}

.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-submit-wrapper {
  text-align: right;
}

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

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

.bbp-logged-in h4 {
  font-weight: 700;
  font-size: 1.3em;
  clear: none;
  margin-bottom: 10px;
}

/* =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 .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  float: none;
  margin-bottom: -3px;
  border: 3px double #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

fieldset div.avatar {
  float: right;
}

/* =BuddyBoss Activity Feeds
-------------------------------------------------------------- */
.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;
}

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

/* =BuddyBoss Group Forums
-------------------------------------------------------------- */
#bbpress-forums div.row-actions {
  font-size: 11px;
  visibility: hidden;
}

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

/*--------------------------------------------------------------
 Media Queries
--------------------------------------------------------------*/
/* =Standard Mobile Landscape
-------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  #bbpress-forums div.bbp-topic-tags {
    clear: left;
    float: left;
  }
  div.bbp-search-form input,
  div.bbp-search-form button {
    font-size: 11px;
    padding: 2px;
  }
  li.bbp-forum-info {
    width: 50%;
  }
  li.bbp-topic-title {
    width: 65%;
  }
  li.bbp-forum-topic-count,
  li.bbp-forum-reply-count,
  li.bbp-topic-reply-count {
    width: 10%;
  }
  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 .bbp-body div.bbp-reply-author {
    margin: -15px 10px 10px;
    min-height: 100px;
    padding-left: 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: 15px;
    left: 0;
    width: 60px;
    height: auto;
  }
  #bbpress-forums div.bbp-reply-author .bbp-author-role {
    font-size: 12px;
    font-style: normal;
  }
  #bbpress-forums .bbp-body div.bbp-reply-content {
    clear: both;
    margin: 10px;
    padding: 0;
  }
  #bbpress-forums div.bbp-reply-content p {
    margin-bottom: 15px;
  }
  div.bbp-submit-wrapper {
    float: left;
  }
  #bbpress-forums fieldset.bbp-form {
    padding: 0 10px 10px;
  }
  #bbpress-forums #bbp-user-body {
    clear: both;
    margin-left: 0;
    word-wrap: break-word;
  }
}

/* =Standard Mobile Portrait
-------------------------------------------------------------- */
@media only screen and (max-width: 320px) {
  #bbpress-forums div.bbp-search-form {
    margin-bottom: 10px;
  }
  #bbpress-forums li.bbp-header li.bbp-forum-info,
  #bbpress-forums li.bbp-body li.bbp-forum-info,
  #bbpress-forums li.bbp-header li.bbp-topic-title,
  #bbpress-forums li.bbp-body li.bbp-topic-title {
    width: 100%;
  }
  #bbpress-forums li.bbp-header li.bbp-forum-info,
  #bbpress-forums li.bbp-header li.bbp-topic-title {
    text-align: center;
    text-transform: uppercase;
  }
  #bbpress-forums li.bbp-header li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-header li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-body li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-body li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-header li.bbp-topic-reply-count,
  #bbpress-forums li.bbp-body li.bbp-topic-reply-count {
    width: 20%;
  }
  #bbpress-forums li.bbp-header li.bbp-forum-freshness,
  #bbpress-forums li.bbp-body li.bbp-forum-freshness,
  #bbpress-forums li.bbp-header li.bbp-topic-freshness,
  #bbpress-forums li.bbp-body li.bbp-topic-freshness {
    width: 58%;
  }
  #bbpress-forums li.bbp-body li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-body li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-body li.bbp-forum-freshness,
  #bbpress-forums li.bbp-body li.bbp-topic-reply-count,
  #bbpress-forums li.bbp-body li.bbp-topic-freshness {
    margin-top: 7px;
  }
  #bbpress-forums li.bbp-header,
  #bbpress-forums li.bbp-footer {
    font-size: 10px;
  }
  #bbpress-forums li.bbp-header div.bbp-reply-author {
    text-align: left;
    width: 25%;
  }
  #bbpress-forums li.bbp-header div.bbp-reply-content {
    margin-left: 25%;
  }
  #bbpress-forums p.bbp-topic-meta img.avatar {
    width: 14px;
    height: auto;
  }
  #bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
    padding: 1px;
  }
  #bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td {
    width: 20px;
    height: 20px;
  }
  #bbpress-forums div.wp-editor-container {
    width: 100%;
    overflow: auto;
  }
  #bbpress-forums input#bbp_topic_title,
  #bbpress-forums input#bbp_topic_tags {
    width: 95%;
  }
}

/* =Extra Small Mobile
-------------------------------------------------------------- */
@media only screen and (max-width: 240px) {
  #bbpress-forums li.bbp-header li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-header li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-body li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-body li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-header li.bbp-topic-reply-count,
  #bbpress-forums li.bbp-body li.bbp-topic-reply-count,
  #bbpress-forums li.bbp-footer div.bbp-reply-author,
  #bbpress-forums li.bbp-footer div.bbp-reply-content {
    width: 45%;
  }
  #bbpress-forums li.bbp-header li.bbp-forum-freshness,
  #bbpress-forums li.bbp-body li.bbp-forum-freshness,
  #bbpress-forums li.bbp-header li.bbp-topic-freshness,
  #bbpress-forums li.bbp-body li.bbp-topic-freshness,
  #bbpress-forums li.bbp-header div.bbp-reply-author,
  #bbpress-forums li.bbp-header div.bbp-reply-content {
    clear: both;
    width: 100%;
  }
  #bbpress-forums li.bbp-header li.bbp-forum-freshness,
  #bbpress-forums li.bbp-header li.bbp-topic-freshness {
    text-align: center;
  }
  #bbpress-forums li.bbp-body li.bbp-topic-freshness,
  #bbpress-forums li.bbp-header div.bbp-reply-content {
    margin-left: 0;
    text-align: left;
  }
  #bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta {
    display: inline-block;
  }
  #bbpress-forums li.bbp-header {
    overflow: hidden;
  }
  #bbpress-forums li.bbp-footer div.bbp-reply-content {
    display: inline-block;
    margin-left: 0;
  }
  #bbpress-forums li.bbp-body div.bbp-reply-author {
    min-height: 60px;
    padding-left: 60px;
  }
  #bbpress-forums div.bbp-reply-author img.avatar {
    width: 40px;
    height: auto;
  }
}

body .bb-select-dropdown.select2-dropdown {
  background: #fff;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1);
  border-radius: 4px;
  border: 0;
  padding: 5px 10px;
  margin-right: 0;
  max-width: 300px;
}

body .bb-select-container .select2-search__field {
  background: transparent;
  border-width: 0;
  min-width: 100%;
  width: 100% !important;
  padding-left: 0;
}

body .bb-select-container li.select2-results__option.select2-results__message {
  border-radius: 3px;
  margin-bottom: 0;
  font-size: 14px;
  padding: 2px 5px;
}

body .bb-select-container li.select2-search.select2-search--inline {
  flex: 1;
  min-width: 0;
}

body .bb-select-container ul.select2-selection__rendered {
  display: flex !important;
  align-items: center;
  flex-flow: row wrap;
  padding: 0 !important;
}

body .bb-select-container.select2-selection.select2-selection--multiple {
  border-color: transparent;
  padding: 0;
}

.bb-select-container input.select2-search__field {
  margin: 0 !important;
  /*padding: 0 12px !important;*/
}

.bb-select-dropdown li.select2-results__option.select2-results__message {
  border-radius: 3px;
  margin-bottom: 0;
  font-size: 14px;
  padding: 2px 5px;
}

.bb-select-container li.select2-selection__choice {
  background-color: #4D5C6D !important;
  border-color: #4D5C6D !important;
  font-size: 14px;
  color: #FFF;
  letter-spacing: -0.24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  padding: 0 8px;
  margin-right: 10px;
  margin: 0;
}

.bb-select-container span.select2-selection__choice__remove {
  font-size: 0;
  line-height: 1;
  margin: 0 0 0 8px;
}

.bb-select-container span.select2-selection__choice__remove:before {
  content: '\E828';
  font-family: "bb-icons";
  font-size: 13px;
  line-height: 1;
  background: #fff;
  border-radius: 50%;
  color: #4D5C6D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 13px;
  min-height: 13px;
  text-indent: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bbp-forum-form #bbp_editor_forum_content {
  min-height: 120px;
}

.bbp-forum-form label {
  color: inherit;
  display: inline-block;
  font-size: 15px;
  letter-spacing: -0.24px;
  margin-bottom: 5px;
}

.bp-forum-settings {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}

.bp-forum-settings > p {
  flex: 1;
  padding: 0 10px;
}

@media (max-width: 900px) {
  .bp-forum-settings > p {
    flex: 0 0 50%;
  }
}

@media (max-width: 500px) {
  .bp-forum-settings > p {
    flex: 0 0 100%;
  }
}

h2.bbp-form-title.entry-title {
  margin-bottom: 25px;
}

.bbp-forum-title-label span {
  opacity: 0.6;
  font-size: 14px;
}

/**
*-------------------------------------------------------------------------------
* @section 11.0 - Global Search classes
*-------------------------------------------------------------------------------
*/
/*! jQuery UI - v1.11.4 - 2015-11-24
* http://jqueryui.com
* Includes: core.css, accordion.css, menu.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* +++++++++++++++++++++++++++++++++++++++++
AJAX SEARCH
+++++++++++++++++++++++++++++++++++++++++ */
.bp-search-ajax-item {
  margin: 0;
}

.bp-search-ajax-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bp-search-ajax-item .item-avatar {
  margin-right: 12px;
  width: 50px;
}

.bp-search-ajax-item .item-avatar img {
  vertical-align: middle;
  max-width: 48px;
  width: 100%;
  height: auto;
}

.bp-search-ajax-item .item {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  line-height: 1.3;
  align-self: center;
}

.bp-search-ajax-item .item .item-desc {
  margin-top: 5px;
  font-size: 80%;
  color: #a9a9a9;
}

.bp-search-ajax-item .item-title {
  font-size: 15px;
  color: #122b46;
  letter-spacing: -0.24px;
  margin-bottom: 3px;
}

.bp-search-ajax-item .item-meta {
  margin-bottom: 0;
  font-size: 12px;
  color: #a3a5a9;
  letter-spacing: -0.18px;
}

.ui-menu .ui-menu-item a,
.ui-menu .ui-menu-item a:hover,
.ui-menu .ui-menu-item a:active {
  text-decoration: none;
}

.bp-search-ac.ui-autocomplete {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
  box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
  max-height: 80%;
  min-width: 280px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #fff;
}

.ui-widget-content {
  border: none;
}

/* Its just an helper we don't want to show it. */
.bp-search-ac .x {
  display: none !important;
}

.bp-search-ac li.bbls-category {
  font-weight: 600;
  padding: 14px 10px 5px;
  position: relative;
  top: -1px;
  box-sizing: border-box;
}

.bp-search-ac li.bbls-category a {
  font-weight: 600;
}

.bp-search-ac li:not(.bbls-category) {
  padding: 0 10px;
}

.bp-search-ac li:not(.bbls-category) .bp-search-ajax-item {
  padding: 10px 0;
}

.bp-search-ac.ui-menu .ui-menu-item.bbls-view_all_type-type .bp-search-ajax-item,
.bp-search-ac .bbls-category + li .bp-search-ajax-item {
  padding-top: 9px;
}

.bp-search-ac .bbls-category:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

.bp-search-ac.ui-menu .ui-menu-divider {
  border-width: 0;
  margin: 0;
}

.bp-search-ac.ui-menu .ui-menu-item.ui-state-focus {
  border: none;
  color: inherit;
}

.bp-search-ac.ui-menu .ui-menu-item {
  list-style-image: none;
  box-sizing: border-box;
}

.bp-search-ac.ui-menu .ui-menu-item.ui-state-focus,
.bp-search-ac.ui-menu .ui-menu-item.ui-state-hover,
.bp-search-ac.ui-menu .ui-menu-item:hover {
  background: #f4f5f6;
}

.bp-search-ac.ui-menu .ui-menu-item.bbls-view_all_type-type {
  padding: 0;
}

.bp-search-ac.ui-menu .ui-menu-item.bbls-view_all_type-type .bp-search-ajax-item {
  padding: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 0;
  position: relative;
  top: -1px;
}

.bp-search-ac.ui-menu .ui-menu-item .bp-search-ajax-item.noresult {
  padding: 13px 7px 11px;
}

.bp-search-ac.ui-menu .ui-menu-item.bbls-view_all_type-type .bp-search-ajax-item a {
  display: block;
  padding: 9px 10px;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .bp-search-ac.ui-autocomplete {
    overflow-y: scroll;
  }
}

/* +++++++++++++++++++++++++++++++++++++++
SEARCH RESULTS PAGE
+++++++++++++++++++++++++++++++++++++++ */
#buddypress .results-group ul.item-list {
  border-top: none !important;
}

.search_results .results-group-title {
  text-transform: capitalize;
  float: left;
  margin-bottom: 0;
}

.bp-search-page .results-group ul#activity-stream {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.bp-search-page .results-group ul#activity-stream li.activity-item {
  border: 0;
  box-shadow: none;
  margin: 0;
}

.bp-search-page .results-group ul#activity-stream li.activity-item .activity-inner {
  margin: 0;
  padding: 0;
  background: transparent;
}

.bp-search-page .bp-navs ul li .count {
  margin-left: 6px;
}

.bp-search-results-wrap .results-group-header {
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}

.bp-search-results-wrap .results-group-header .view-all-link-hidden {
  display: none;
}

.bp-search-results-wrap .results-group-title {
  flex: 1;
  min-width: 0;
}

.bp-search-results-wrap .results-group-footer {
  text-align: center;
}

.bp-search-results-wrap .view-all-link {
  font-size: 14px;
  color: #888;
  line-height: 1;
}

div.search_results .item-list {
  margin-top: 0;
  padding-top: 0;
}

div.search_results .groups-list li .last-activity {
  margin-top: 0;
}

.bp-search-results-wrapper .bp-search-form-wrapper {
  float: left;
  margin: 0 0 20px;
}

.search_results {
  clear: both;
}

.bp-search-item {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #eee;
}

/* Classifieds plugin */
#buddypress .results-group ul.awpcp_ad_listing-list div img {
  margin-top: 20px;
}

/* Auto Complete Menu */
.bp-search-ac .loading-msg {
  padding: 20px;
  white-space: nowrap;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bp-search-ac .loading-msg .bb_global_search_spinner {
  background: url(../images/spinner.png) no-repeat center;
  background-size: 100% 100%;
  width: 19px;
  height: 19px;
  margin: 0 10px 0 0;
}

.bb_global_search_spinner {
  margin: 20px;
  width: 100px;
  height: 100px;
  background: #f00;
  -webkit-animation-name: bb_global_srch_spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: bb_global_srch_spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: bb_global_srch_spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: bb_global_srch_spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*
* this will be added when ajax select focus item
**/
.bp-search-ac .ui-corner-all {
  display: none;
}

@-moz-keyframes bb_global_srch_spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes bb_global_srch_spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes bb_global_srch_spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/** BuddyPress Send To Autocomplete Fix */
.ac_results li.ui-menu-divider {
  margin: 0;
  padding: 0;
}

.ac_results.ui-menu .ui-menu-item.ui-state-hover,
.ac_results.ui-menu .ui-menu-item:hover,
.ac_results.ui-menu .ui-state-focus,
.ac_results.ui-menu .ui-state-active {
  margin: 0;
  background-color: #888;
}

.ac_results.ui-menu .ui-menu-item.ui-state-hover a,
.ac_results.ui-menu .ui-menu-item:hover a,
.ac_results.ui-menu .ui-state-focus a,
.ac_results.ui-menu .ui-state-active a {
  color: #fff;
}

/** BuddyPress Nouveau Template Packs */
.bp-search-results-list .bp-search-item {
  margin: 0;
  padding: 15px 0;
  /*star rating for products*/
}

.bp-search-results-list .bp-search-item .list-wrap {
  display: flex;
}

.bp-search-results-list .bp-search-item .item-avatar {
  margin-right: 12px;
  max-width: 50px;
}

.bp-search-results-list .bp-search-item .item-avatar img.avatar {
  display: block;
}

.bp-search-results-list .bp-search-item .item {
  display: block;
  flex: 1;
  min-width: 0;
  align-self: center;
}

.bp-search-results-list .bp-search-item .item-title {
  float: none;
  font-size: 16px;
  color: #122b46;
  letter-spacing: -0.24px;
  line-height: 1;
  margin: 5px 0;
  text-align: left;
}

.bp-search-results-list .bp-search-item p.item-meta {
  margin-bottom: 0;
  text-align: left;
}

.bp-search-results-list .bp-search-item .item-desc {
  color: #737373;
  font-size: 12px;
  line-height: 1.4;
}

.bp-search-results-list .bp-search-item .rating-custom div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}

.bp-search-results-list .bp-search-item .rating-custom .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}

.bp-search-results-list .bp-search-item .rating-custom .woocommerce-product-rating:after,
.bp-search-results-list .bp-search-item .rating-custom .woocommerce-product-rating:before {
  content: " ";
  display: table;
}

.bp-search-results-list .bp-search-item .rating-custom .woocommerce-product-rating {
  line-height: 2;
}

.bp-search-results-list .bp-search-item .rating-custom .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}

.bp-search-results-list .bp-search-item .rating-custom .star-rating:before {
  content: "\73\73\73\73\73";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.bp-search-results-list .bp-search-item .rating-custom .star-rating {
  line-height: 1;
  font-size: 1em;
  font-family: star;
}

.bp-search-results-list .bp-search-item .rating-custom .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.bp-search-results-list .bp-search-item .rating-custom .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

.bp-search-results-list .bp-search-item .rating-custom .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.bp-search-results-list .bp-search-item .woocommerce-review-link {
  display: none;
}

.bp-search-results-list .bp-search-item .product-sale {
  margin-top: 0.5em;
}

.bp-search-results-list .bp-search-item .product-sale .onsale {
  padding: 0.202em;
  text-align: center;
  background-color: #77a464;
  color: #fff;
  font-size: 80%;
  z-index: 9;
}

.bp-search-results-list .bp-search-item dd.course_progress {
  margin: 0;
  width: 40%;
  height: 5px;
}

.bp-search-results-list .bp-search-item .entry-meta span,
.bp-search-results-list .bp-search-item .entry-meta a {
  color: #737373;
  font-size: 90%;
}

.bp-search-results-wrapper.bp-search-no-results {
  display: flex;
  flex-flow: column-reverse;
}

.bp-search-results-wrapper.bp-search-no-results .search_filters {
  display: none;
}

.bp-search-results-wrapper.bp-search-no-results .search_results {
  margin-bottom: 20px;
  margin-top: -10px;
}

/**
*-------------------------------------------------------------------------------
* @section 12.0 - Registration Popup
*-------------------------------------------------------------------------------
*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/**
*-------------------------------------------------------------------------------
* @section 13.0 - Login and Lost Password Popup
*-------------------------------------------------------------------------------
*/
body.login .login-popup {
  background: #fff;
  padding: 30px;
  text-align: left;
  min-height: 400px;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

body.login .login-popup .mfp-close {
  color: #000;
}

body.login .login-popup .mfp-close:focus,
body.login .login-popup .mfp-close:hover {
  background: transparent;
}

/**
*-------------------------------------------------------------------------------
* @section 14.0 - Media
*-------------------------------------------------------------------------------
*/
.bb-activity-media-wrap {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -3px;
  align-items: flex-start;
  position: relative;
}

.act-grid-1-1 {
  flex: 0 0 100%;
  max-width: 100%;
  min-width: 0;
}

.bb-media-length-2 .act-grid-1-1 {
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 0;
}

.act-grid-1-2 {
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 0;
}

.bb-activity-media-elem {
  padding: 3px;
}

.bb-activity-media-elem .entry-img {
  background: transparent;
  border-radius: 3px;
  display: block;
  margin: 0;
  position: relative;
  padding-top: 42.56%;
  overflow: hidden;
}

.bb-media-length-1 .bb-activity-media-elem .entry-img {
  padding-top: 42.56%;
}

.bb-media-length-2 .bb-activity-media-elem .entry-img {
  padding-top: 72.56%;
}

.bb-media-length-3 .bb-activity-media-elem .entry-img.act-grid-1-1 {
  padding-top: 52.56%;
}

.bb-activity-media-elem .entry-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  object-fit: cover;
}

.bb-activity-media-elem .bb-photos-length {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 16px;
}

.bb-activity-media-elem .bb-photos-length strong {
  color: inherit;
  display: block;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 10px;
}

.bb-media-length-4 .act-grid-1-2 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  min-width: 0;
}

.bb-media-length-4 .bb-activity-media-elem.act-grid-1-2 .entry-img {
  padding-top: 72.56%;
}

.bb-media-length-5 .bb-activity-media-elem .entry-img {
  padding-top: 72.56%;
}

.bb-media-length-5 .act-grid-1-1 {
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 0;
}

.bb-media-length-5 .act-grid-1-1 + .act-grid-1-2 {
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 0;
}

.bb-media-length-5 .act-grid-1-2 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  min-width: 0;
}

.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-2 .entry-img {
  padding-top: 55.56%;
}

.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout {
  flex: 0 0 64%;
  max-width: 64%;
  min-width: 0;
}

.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout ~ .bb-activity-media-elem {
  flex: 0 0 36%;
  max-width: 36%;
  min-width: 0;
}

.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout ~ .bb-activity-media-elem .entry-img {
  padding-top: 105.6%;
}

.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout .entry-img {
  padding-top: 118%;
}

.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout + div + div {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36%;
}

.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout {
  flex: 0 0 64%;
  max-width: 64%;
  min-width: 0;
}

.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout ~ .bb-activity-media-elem {
  flex: 0 0 36%;
  max-width: 36%;
  min-width: 0;
}

.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout ~ .bb-activity-media-elem .entry-img {
  padding-top: 69.1%;
}

.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout .entry-img {
  padding-top: 119%;
}

.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout + div {
  position: absolute;
  right: 0;
  top: 33.4%;
  width: 36%;
}

.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout + div + div {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36%;
}

.bb-activity-media-wrap.bb-media-length-more .bb-activity-media-elem .entry-img {
  padding-top: 82.56%;
}

.bb-activity-media-wrap.bb-media-length-more .act-grid-1-1 {
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 0;
}

.bb-activity-media-wrap.bb-media-length-more .act-grid-1-1 + .act-grid-1-2 {
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 0;
}

.bb-activity-media-wrap.bb-media-length-more .act-grid-1-2 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  min-width: 0;
}

.modal-mask {
  position: fixed;
  z-index: 999901;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
}

.modal-mask.bb-white {
  background: rgba(250, 251, 253, 0.9);
}

.modal-wrapper {
  max-width: 600px;
  margin: 50px auto;
  vertical-align: middle;
  width: 90%;
}

.modal-wrapper.bb-medium {
  max-width: 740px;
}

.modal-wrapper.bb-large {
  max-width: 1080px;
}

.modal-container {
  width: auto;
  margin: 0 auto;
  padding: 20px 30px 30px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.08);
  transition: all 0.3s ease;
}

.bb-model-wrap .modal-container {
  border: 1px solid #d2d4d6;
}

.bbm-model-wrap input,
.bbm-model-wrap textarea {
  width: 100%;
}

.bbm-model-wrap label {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin-bottom: 7px;
}

.bbm-model-wrap textarea {
  min-height: 80px;
  resize: none;
  margin-bottom: 20px;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

.bb-model-header {
  background: #fbfbfc;
  box-shadow: 0 1px 0 0 #eef0f3;
  border-radius: 4px 4px 0 0;
  padding: 17px 25px 16px;
  margin: -20px -30px 30px;
  display: flex;
  align-items: center;
}

.bb-model-header.bg-white {
  background: #fff;
}

.bb-model-header h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
}

.bb-model-header .bb-model-close-button {
  margin-left: auto;
  line-height: 1;
}

/*
* The following styles are auto-applied to elements with
* transition="modal" when their visibility is toggled
* by Vue.js.
*
* You can easily play with the modal transition by editing
* these styles.
*/
.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.bb-model-close-button {
  font-size: 24px;
  color: rgba(17, 49, 80, 0.4);
}

.bb-photos-wrap .bb-title {
  font-size: 28px;
  line-height: 1;
  margin: 0;
}

.bb-photos-wrap .bb-single-bp-header .button {
  margin-left: 5px;
}

.bb-member-photos-list {
  margin: 0;
  list-style: none;
}

.bb-member-photos-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.bb-photos-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-bottom: 10px;
}

.bb-photos-meta a {
  margin-left: 10px;
}

.bb-photos-meta .bb-delete i {
  font-size: 21px;
}

.bb-photos-meta .bb-select i {
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 50%;
  width: 19px;
  height: 19px;
}

.bb-photos-meta .bb-select.selected i {
  background: #000;
  color: #fff;
  border-color: #000;
}

.bb-photos-date {
  font-size: 14px;
  color: #939597;
}

.buddypress-wrap .bp-list.bb-photo-list {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 0 -5px;
}

.buddypress-wrap .bp-list.bb-photo-list li {
  flex: 0 0 20%;
  min-width: 0;
  margin: 0;
  padding: 5px;
}

.bb-photo-cover-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  display: block;
}

.bb-photo-cover-wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  object-fit: cover;
}

.bb-photo-cover-wrap:after {
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.3s all;
}

.bb-photo-cover-wrap:not(.selected):after {
  visibility: hidden;
  opacity: 0;
}

.bb-photo-thumb {
  position: relative;
}

.bb-photo-thumb.selected .bb-photo-cover-wrap:after,
.bb-photo-thumb.selected .bb-media-check-wrap, .bb-photo-thumb:hover .bb-photo-cover-wrap:after,
.bb-photo-thumb:hover .bb-media-check-wrap {
  visibility: visible;
  opacity: 1;
}

.bb-media-check-wrap {
  position: absolute;
  transition: 0.3s all;
  top: 15px;
  right: 15px;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 15px;
  text-align: center;
  line-height: 1;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

.bb-media-model-wrapper.bb-internal-model {
  position: fixed;
  z-index: 999990;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  overflow: auto;
}

.bb-media-model-container {
  max-width: 90%;
  min-width: 90%;
  position: relative;
  margin: auto;
  padding: 20px 0;
}

#buddypress .bb-media-model-container .activity-list {
  border: 0;
  margin: 0;
  padding: 0;
}

#buddypress .bb-media-model-container .activity-list .activity-item,
#bbpress-forums .bb-media-model-container .activity-list .activity-item {
  border: 0;
  box-shadow: none;
  margin: 0;
  max-height: 90vh;
  min-height: 90vh;
  overflow: auto;
}

.bb-media-model-inner {
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  overflow: hidden;
}

a.theater-command {
  position: absolute;
  align-self: center;
  left: 0;
  top: 0;
  z-index: 1;
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s all;
}

.bb-media-section:hover a.theater-command {
  opacity: 1;
  visibility: visible;
}

a.theater-command.bb-next-media {
  left: auto;
  right: 0;
  width: 80%;
  justify-content: flex-end;
}

.bb-media-section {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  justify-content: center;
  background: #000;
  position: relative;
}

.bb-media-section figure {
  margin: 0;
}

.bb-media-section figure img {
  max-height: 90vh;
  width: auto;
}

a.bb-close-model {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 1;
  z-index: 22;
}

.bb-media-info-section {
  flex: 0 0 100%;
  min-width: 0;
}

.bb-media-info-section .item-title {
  margin-bottom: 2px;
}

.bb-media-info-section .item-title a {
  font-size: 13px;
}

.bb-media-info-section .item-avatar {
  margin-right: 12px;
}

.bb-media-info-section .avatar {
  border-radius: 50%;
  max-width: 36px;
}

.bb-media-info-header {
  font-size: 14px;
  color: #939597;
  letter-spacing: -0.24px;
  line-height: 16px;
  margin-bottom: 15px;
}

.bb-media-info-header .item-title a {
  font-size: 14px;
}

.bb-media-desc {
  min-height: 120px;
}

.bb-model-meta {
  padding: 12px 0;
}

.bb-model-meta a {
  color: #555;
  opacity: 0.4;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.bb-model-meta i:before {
  font-size: 22px;
  line-height: 1;
  margin: 0 5px 0 0;
}

.bb-model-meta .bb-count {
  font-size: 13px;
  letter-spacing: -0.24px;
}

#boss-media .bb-media-model-inner .bs-item-wrap .item-meta {
  font-size: 12px;
  color: #a3a5a9;
  letter-spacing: -0.18px;
  line-height: 1.666;
}

#boss-media .bb-media-model-inner .bs-item-wrap .item-meta .item-meta a {
  color: inherit;
}

#boss-media .bb-media-model-inner .bs-item-wrap .item-meta .item-meta a:hover {
  color: #5087e5;
}

.bb-media-info-content {
  position: relative;
}

.bb-media-info-footer {
  background: #fbfbfc;
  border-top: 1px solid #eef0f3;
  padding: 12px 15px;
}

.bb-media-info-footer .add-comment-wrap {
  padding: 0;
}

.bb-media-info-footer .add-comment-wrap .add-comment {
  background: #fff;
}

a.bb-smile {
  color: rgba(18, 43, 70, 0.4);
  transition: all linear 0.2s;
  font-size: 20px;
}

a.bb-smile:hover {
  color: rgba(18, 43, 70, 0.8);
}

/* Remove page scroll after model open */
body.bb-model-open {
  overflow: hidden;
}

.bs-activity-comments:empty {
  display: none;
}

.bb-single-album-header {
  padding-top: 20px;
}

.bb-single-album-header .bb-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.24px;
  line-height: 1;
  margin: 0 0 5px !important;
}

.bb-single-album-header > a {
  font-size: 14px;
  display: block;
}

.bb-single-album-header p {
  opacity: 0.7;
  font-size: 13px;
  color: #000;
  letter-spacing: -0.24px;
}

.bb-single-album-header span.bb-sep {
  margin: 0 5px;
}

.bb-album-photos-list {
  list-style: none;
  margin-left: 0;
}

.album-single-view.no-photos .modal-mask {
  position: relative;
  width: auto;
  height: auto;
}

.album-single-view.no-photos .modal-wrapper.bb-large {
  max-width: 100%;
  margin: 0;
  width: 100%;
}

.album-single-view.no-photos .bb-model-header {
  display: none;
}

.album-single-view.no-photos .modal-container {
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.album-single-view.no-photos .dropzone .dz-default {
  background: transparent;
}

.bb-photos-wrap .bb-model-footer {
  padding-top: 20px;
}

@media (max-width: 544px) {
  .bb-photos-wrap #boss-media-create-album-popup .bb-model-footer {
    flex-direction: column;
  }
  .bb-photos-wrap #boss-media-create-album-popup .bb-model-footer .button.push-right {
    margin: 20px auto 0;
  }
  .bb-photos-wrap #boss-media-create-album-popup .bb-model-footer .bb-dropdown-wrap {
    width: 100%;
  }
  .bb-photos-wrap #boss-media-create-album-popup .bb-model-footer .bb-dropdown-wrap select {
    width: 100%;
  }
}

.bb-single-album-page .bb-single-bp-header .bb-add-photos {
  display: none !important;
}

.bb-album-actions {
  text-align: center;
  font-size: 12px;
  margin-top: -25px;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
  align-items: center;
}

.bb-album-actions select {
  margin-left: auto;
  margin-left: auto;
  font-size: 14px;
  color: #939597;
  border: 0;
  text-align: right;
  direction: rtl;
  background-position: right 10px center;
  padding-right: 26px;
  width: 160px;
  height: 30px !important;
}

.bb-album-actions > a:first-of-type {
  margin-left: 0;
}

div#buddypress div.bb-album-actions .button {
  min-height: 24px;
  padding: 4px 15px;
  font-size: 12px;
  margin: 0 10px 0 0;
}

div#buddypress .bb-album-actions .button.error.outline {
  background: none;
  color: #ef3e46;
  border-color: #ef3e46;
}

.bb-member-albums-items {
  list-style: none;
  margin: 0;
}

.bb-member-albums-items > li:not(:last-child) {
  border-bottom: 1px solid #eef0f3;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

ul.bb-albums-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  overflow: hidden;
  margin: 0 -5px;
}

ul.bb-albums-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  min-width: 0;
  padding: 5px;
}

ul.bb-albums-list a {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  display: block;
  background: #809ab4;
}

ul.bb-albums-list img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  object-fit: cover;
}

ul.bb-albums-list .bb-more-photos {
  font-size: 14px;
  font-weight: 300;
  color: #939597;
  letter-spacing: -0.24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}

ul.bb-albums-list .bb-more-photos strong {
  line-height: 1;
  font-size: 24px;
  color: #4d5c6d;
  letter-spacing: -0.24px;
  text-align: center;
  font-weight: 400;
}

.bb-album-list-item .bs-cover-wrap {
  border-radius: 0;
  padding-top: 93.52%;
}

.bb-album-list-item .bs-cover-wrap:after {
  content: " ";
  position: absolute;
  background-image: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.01) 60%, rgba(0, 0, 0, 0) 100%);
  border-radius: 3px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bb-album-cover-wrap {
  position: relative;
}

.bb-album-cover-wrap h4 {
  font-size: 20px;
  color: inherit;
  letter-spacing: -0.24px;
  line-height: 1;
  margin: 0 0 12px;
}

.bb-album-cover-wrap .bb-album-content-wrap {
  position: absolute;
  bottom: 0;
  z-index: 11;
  left: 0;
  padding: 25px;
  font-size: 13px;
  color: #fff;
  letter-spacing: -0.24px;
  line-height: 1;
  width: 100%;
}

#buddypress .bb-album-content-wrap h4 {
  margin-bottom: 12px;
}

.bbm-uploader-model-wrap .dropzone .dz-remove:after {
  top: -6px;
}

@media (min-width: 768px) {
  .bb-media-model-inner {
    max-height: 90vh;
    min-height: 90vh;
  }
  .bb-media-section {
    flex: 1;
    min-width: 0;
  }
  .bb-media-info-section {
    flex: 0 0 376px;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  a.bb-close-model {
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 1000px) {
  .bb-album-cover-wrap .bb-album-content-wrap {
    font-size: 11px;
    padding: 15px;
  }
  .bb-album-cover-wrap h4 {
    font-size: 18px;
  }
  ul.bb-albums-list .bb-more-photos {
    font-size: 10px;
  }
  ul.bb-albums-list .bb-more-photos strong {
    font-size: 20px;
  }
  .buddypress-wrap .bp-list.bb-photo-list li {
    flex: 0 0 25%;
  }
}

@media (max-width: 580px) {
  ul.bb-albums-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
  }
  .bb-album-list-item .bs-cover-wrap {
    padding-top: 95.52%;
  }
  .buddypress-wrap .bp-list.bb-photo-list li {
    flex: 0 0 50%;
  }
}

.bb-custom-check {
  position: absolute;
  opacity: 0;
}

.bb-custom-check + label {
  color: #fff;
  position: relative;
  cursor: pointer;
  padding: 0;
}

.bb-custom-check:checked + label {
  color: #fff;
}

#media_uploader.dropzone .bb-dz-preview-wrap .dz-image img {
  cursor: default;
}

.bb-dropzone-wrap.bb-has-items .dz-default {
  display: none !important;
}

.bb-dropzone-wrap.bb-has-items {
  margin: -8px;
}

.bb-dropzone-wrap.bb-has-items .dz-preview {
  margin: 8px;
  width: calc(20% - 16px);
}

.bb-model-footer .button {
  min-width: 130px;
}

.bbm-uploader-model-wrap .bb-model-header h4 {
  font-size: 22px;
}

.bbm-uploader-model-wrap .bb-model-header span {
  font-size: 1rem;
  color: #939597;
  letter-spacing: -0.24px;
  line-height: 24px;
  margin-right: 15px;
}

.bbm-uploader-model-wrap .bb-model-header .dashicons {
  font-size: 22px;
  margin: 0;
}

.bb-media-actions-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}

.bb-media-actions-wrap h2 {
  margin: 0;
}

.bb-add-media {
  display: inline-block;
}

.emojionearea.emojionearea-standalone {
  vertical-align: top;
}

.webui-popover.webui-popover {
  z-index: 999991;
}

.text-center {
  text-align: center;
}

.modal-container .bp-existing-media-wrap {
  margin-bottom: 20px;
  max-height: 68vh;
  overflow: auto;
}

.bb-model-close-button .dashicons {
  font-size: 22px;
}

.bb-field-wrap,
.bb-dropdown-wrap {
  margin-bottom: 20px;
}

.bp-media-upload-tab {
  margin-right: 15px;
}

#buddypress ul.bp-list.loading,
#bbpress-forums ul.bp-list.loading {
  background: #fff;
  padding: 20px;
  text-align: center;
}

.bb-media-model-inner .gif-media-search-dropdown.open {
  width: 300px;
  left: -60px;
}

.bb-media-model-inner .gif-media-search-dropdown:before {
  left: 80px;
}

.bb-media-model-inner .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom {
  left: -100px;
}

.bb-media-model-inner .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after {
  left: 102px;
}

img.emoji,
img.emojioneemoji {
  display: inline-block;
  margin: 3px;
  width: 24px !important;
  height: 24px !important;
}

/**
*-------------------------------------------------------------------------------
* @section 15.0 - Media Dropzone
*-------------------------------------------------------------------------------
*/
.dropzone,
.dropzone * {
  box-sizing: border-box;
}

.dropzone {
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}

.dropzone .dz-message {
  margin-top: 0;
  margin-bottom: 0;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dz-default.dz-message {
  flex: 0 0 100%;
  min-width: 0;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-preview {
  position: relative;
  margin: 0 5px 10px;
}

.dz-image {
  border-radius: 4px;
  overflow: hidden;
}

.dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  display: block;
  background: #f0f3f7;
}

.dropzone .dz-preview.dz-file-preview .dz-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  width: auto;
  min-width: 100%;
  object-fit: cover;
}

.dropzone .dz-remove {
  font-size: 0;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  color: #c3c6c9;
  z-index: 101;
  overflow: hidden;
}

.dropzone .dz-complete .dz-remove:after {
  content: "\00d7";
  font-size: 14px;
  line-height: 1;
}

.dropzone .dz-complete .dz-remove {
  color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background: #fd4343;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -0.24px;
  font-weight: 300;
  margin-top: 8px;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  margin-left: auto;
  margin-top: auto;
  width: 100%;
  top: 45%;
  left: 0;
  text-align: center;
}

.dropzone .dz-preview .dz-error-mark {
  font-size: 30px;
  top: 38%;
}

.dz-success-mark svg,
.dz-error-mark svg {
  max-width: 20px;
  height: auto;
  margin: -10px 0 0 10px;
}

.dz-success-mark svg path {
  fill: #1cd991;
}

.dz-error-mark svg path {
  fill: #ef3e46;
}

.dz-error-mark i {
  color: #ef3e46;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 100;
  pointer-events: none;
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  width: 80%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 100;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: #fff;
  word-wrap: break-word;
}

.dropzone .dz-preview .dz-error-message:after {
  content: " ";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.vue-dropzone .dz-preview .dz-details .dz-filename {
  overflow: hidden;
}

.vue-dropzone .dz-preview .dz-details .dz-filename span,
.vue-dropzone .dz-preview .dz-details .dz-size span {
  background-color: transparent;
}

.vue-dropzone .dz-preview .dz-progress .dz-upload {
  background: #007cff;
}

.vue-dropzone .dz-preview .dz-error-message {
  top: 24px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 96%;
  font-size: 10px;
  line-height: 1.3;
}

.vue-dropzone .dz-preview .dz-error-message:after {
  bottom: -6px;
  top: initial;
  border-top: 6px solid #a92222;
  border-bottom: none;
}

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.dropzone .dz-default {
  border: 4px dashed #bbb;
  min-height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #767676;
  font-size: 110%;
  margin: 5px 0;
  text-align: center;
}

.dz-details {
  display: none;
}

.dropzone.dz-started {
  margin: 0 -5px 20px;
}

.dropzone.dz-started .dz-default.dz-message {
  display: flex;
  order: 2;
  min-height: 1px;
  max-width: 120px;
  height: 120px;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
  margin: 0 5px 10px;
}

.dropzone.dz-started .dz-default.dz-message span:before {
  background-size: 30px;
  height: 26px;
  width: 30px;
  margin: 0 auto 10px;
}
