/*--------------------------------------------------------------
Hello, this is the BuddyPress Legacy stylesheet.
----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Navigation
	1.1 - Pagination
	1.2 - Breadcrumb
	1.3 - Live Messages
2.0 - WordPress
	2.1 - Images
3.0 - BuddyPress
	3.1 - Activity
		3.1.1 - Activity Listing
		3.1.2 - Activity Comments
	3.2 - Toolbar
	3.3 - Directories - Members, Groups, Blogs, Forums
	3.4 - Error / Success Messages
	3.5 - Forms
	3.6 - Ajax Loading
	3.7 - Topics and Tables - Forums and General
	3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
	3.9 - Private Messaging Threads
	3.10 - Extended Profiles
	3.11 - Widgets
4.0 Register page
4.0 - Media Queries
	4.1 - Smartphones Landscape
	4.2 - Smartphones Portrait
	4.3 - Smartphones - smaller screen sizes
--------------------------------------------------------------*/
/* Layout */
#item-body {
  padding: 40px 20px !important;
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #item-body {
    padding: 0 40px !important;
  }
}
#item-header-wrap {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  #item-header-wrap {
    width: 249px;
    position: fixed;
    bottom: 0;
    overflow: hidden;
    border-bottom: 0;
    background-clip: content-box;
    margin-bottom: 0;
  }
  .header-hidden.adminbar-enable #item-header-wrap {
    top: 32px;
  }
  .item-scroll-header {
    height: 100%;
    margin-right: -20px;
    overflow-y: scroll;
  }
  #item-body,
  .bp-user div#footer {
    margin-left: 250px;
  }
  .device-sm.sidemenu-is-open #item-header-wrap {
    position: relative;
    top: 0;
    border: 0;
  }
  .device-sm.sidemenu-is-open #item-body {
    margin: auto;
    padding: 60px 40px !important;
  }
  .device-sm.sidemenu-is-open #item-header-wrap,
  .device-sm.sidemenu-is-open #item-body {
    display: block;
    width: 100%;
  }
}
#item-header-avatar,
#item-header-content {
  position: relative;
  z-index: 10;
}
.buddypress.bp-is-single .container-fluid,
.buddypress.bp-is-single .main-content {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .buddypress.bp-is-single .main-content {
    padding: 40px 0;
  }
}
.device-sm.sidemenu-is-open.buddypress.bp-is-single .main-content {
  padding: 0;
}
#buddypress ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#buddypress ul li {
  padding-left: 0;
}
#buddypress ul li:before {
  display: none;
}
/*--------------------------------------------------------------
1 - Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.1 - Pagination
--------------------------------------------------------------*/
#buddypress div.pagination {
  border: none;
  font-size: 12px;
  margin: 0;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0;
}
#buddypress div.pagination .pag-count {
  float: left;
  margin-left: 10px;
}
#buddypress div.pagination .pagination-links {
  float: right;
}
#buddypress div.pagination .pagination-links span,
#buddypress div.pagination .pagination-links a {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: inline-block;
  font-size: 12px;
  height: inherit;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
  transform: none;
  transition: none 0s ease 0s ;
  width: inherit;
}
#buddypress no-script div.pagination {
  margin-bottom: 15px;
}
#buddypress #nav-above {
  display: none;
}
#buddypress .paged #nav-above {
  display: block;
}
/*--------------------------------------------------------------
1.2 - Breadcrumb
--------------------------------------------------------------*/
.buddypress .breadcrumb {
  padding-left: 0;
  margin-left: 0;
}
.buddypress .breadcrumb a {
  font-style: italic;
}
/*--------------------------------------------------------------
1.2 - Live messages
--------------------------------------------------------------*/
.kleo-messages-nav em {
  font-style: normal;
}
.kleo-messages-nav .message-thumb {
  float: left;
  padding-right: 10px;
}
.kleo-messages-nav .message-thumb img {
  border-radius: 50%;
  height: auto;
  max-width: 35px;
}
.kleo-messages-nav .message-from {
  clear: right;
  display: block;
  font-size: 0.875rem;
}
.kleo-messages-nav .message-date {
  display: block;
  font-size: 0.625rem;
}
.kleo-messages-nav .message-body {
  clear: both;
  font-size: 0.750em;
  line-height: 0.875rem;
}
/*--------------------------------------------------------------
2 - WordPress
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.1 - Images
--------------------------------------------------------------*/
#buddypress img.wp-smiley {
  border: none !important;
  clear: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#buddypress .clear {
  clear: left;
}
/*--------------------------------------------------------------
3.0 - BuddyPress
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 - Activity
--------------------------------------------------------------*/
#buddypress #activity-stream {
  margin-top: -15px;
}
#buddypress #activity-stream p {
  margin: 2px 0 10px 0;
}
#buddypress form#whats-new-form {
  /*width: 100%;
float: left;*/
  overflow: hidden;
  padding-bottom: 20px;
}
#buddypress form#whats-new-form .activity-greeting {
  font-weight: 600;
}
body.bp-is-single #buddypress form#whats-new-form {
  margin-bottom: 0;
  border: 0;
}
#buddypress form#whats-new-form #whats-new-avatar {
  float: left;
}
#whats-new-avatar img.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 25px;
  height: auto;
}
#buddypress form#whats-new-form #whats-new-content {
  padding: 0 0 20px 0;
}
#buddypress form#whats-new-form p.activity-greeting {
  line-height: 0.5em;
  margin: 5px 40px 20px;
}
#buddypress #whats-new-textarea {
  margin-bottom: 20px;
}
#buddypress form#whats-new-form textarea {
  font-family: inherit;
  font-size: medium;
  height: 50px;
  padding: 10px;
  width: 98%;
  color: #555;
  outline: none;
  -webkit-transition: border .3s ease-out, padding .2s ease-out;
  -moz-transition: border .3s ease-out, padding .2s ease-out;
  -o-transition: border .3s ease-out, padding .2s ease-out;
  -ms-transition: border .3s ease-out, padding .2s ease-out;
  transition: border .3s ease-out, padding .2s ease-out;
}
#buddypress form#whats-new-form textarea:focus {
  border: 0;
  padding-left: 0;
}
body.no-js #buddypress form#whats-new-form textarea {
  height: 50px;
}
#buddypress #whats-new-options {
  overflow: auto;
  height: 0;
}
body.no-js #buddypress #whats-new-options {
  height: auto;
}
#buddypress #whats-new-options button,
#buddypress #whats-new-options a.button,
#buddypress #whats-new-options input[type="submit"],
#buddypress #whats-new-options input[type="button"],
#buddypress #whats-new-options input[type="reset"],
#buddypress #whats-new-options ul.button-nav li a,
#buddypress #whats-new-options div.generic-button a,
#buddypress #whats-new-options .comment-reply-link,
#buddypress #whats-new-options a.bp-title-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#buddypress form#whats-new-form #whats-new-submit > input {
  float: left;
  min-height: 40px;
  padding: 10px 40px;
  font-size: 0.750em;
  border-radius: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #buddypress form#whats-new-form #whats-new-submit > input {
    float: right;
  }
}
#buddypress ul#activity-stream.activity-list > li {
  margin-bottom: 25px;
}
#buddypress ul#activity-stream.activity-list > li .activity-avatar {
  float: left;
  margin-right: 12px;
}
#buddypress ul#activity-stream.activity-list > li .activity-avatar img {
  margin-right: 0;
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  #buddypress ul#activity-stream.activity-list > li .activity-content {
    margin: 0 0 0 60px;
    /*margin: 0;*/
  }
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-header {
  margin: 0 5px;
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-header p {
  line-height: 220%;
  font-weight: 400;
  font-size: 13px;
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-header p > a:first-child {
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-header p > a:nth-child(2) {
  /*margin-left: 10px;*/
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-inner,
#buddypress ul#activity-stream.activity-list > li .activity-content blockquote {
  overflow: hidden;
  margin: 10px 5px;
  font-size: 14px;
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-inner p,
#buddypress ul#activity-stream.activity-list > li .activity-content blockquote p {
  margin: 0;
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta {
  /*margin-left: 55px;*/
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .button {
  background-color: transparent;
  position: relative;
  display: block;
  font-weight: 400;
  padding: 4px 20px 4px 20px;
  min-height: inherit;
  line-height: normal;
  float: left;
  -webkit-transition: border-color .3s ease-out, background .3s ease-out, color .2s ease-out;
  -moz-transition: border-color .3s ease-out, background .3s ease-out, color .2s ease-out;
  -o-transition: border-color .3s ease-out, background .3s ease-out, color .2s ease-out;
  -ms-transition: border-color .3s ease-out, background .3s ease-out, color .2s ease-out;
  transition: border-color .3s ease-out, background .3s ease-out, color .2s ease-out;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .button {
    margin-bottom: 18px;
  }
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .button:before {
  content: '';
  font-family: 'icomoon';
  font-size: 14px;
  position: absolute;
  top: 3px;
  left: 15px;
  font-weight: 400;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .button:hover {
  background-color: transparent;
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .acomment-reply {
  padding: 4px 9px 4px 40px;
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .acomment-reply:before {
  content: '\ea2b';
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .acomment-reply span {
  margin-left: 11px;
  opacity: .5;
  border-radius: 30px;
  padding: 1px 5px;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .fav {
  padding: 4px 20px 4px 40px;
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .fav:before {
  content: '\e902';
  font-size: 15px;
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .unfav {
  padding: 4px 20px 4px 40px;
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .unfav:before {
  content: '\e904';
  font-size: 15px;
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .delete-activity,
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .delete-activity-single {
  padding: 4px 20px 4px 40px;
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .delete-activity:before,
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .delete-activity-single:before {
  content: '\e9a6';
  font-size: 12px;
  top: 5px;
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .like {
  padding: 4px 20px 4px 40px;
  font-size: 11px;
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .like:before {
  content: '\e91e';
  top: 4px;
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .unlike {
  /*border-color: transparent;*/
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .unlike:before {
  content: '\e91f';
  top: 4px;
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .view {
  padding: 4px 20px 4px 40px;
}
#buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .view:before {
  content: '\e860';
}
#buddypress ul#activity-stream.activity-list > li .activity-comments {
  margin: 0 0 0 65px;
  clear: both;
}
@media screen and (max-width: 991px) {
  #buddypress ul#activity-stream.activity-list > li .activity-comments {
    margin: 0 0 0 5px;
  }
}
#buddypress ul#activity-stream.activity-list > li .activity-comments ul > li {
  padding-top: 5px;
}
#buddypress ul#activity-stream.activity-list > li .activity-comments ul li .acomment-meta {
  margin-top: 3px;
}
#buddypress ul#activity-stream.activity-list > li .activity-comments ul li .acomment-options a {
  font-weight: 400;
  position: relative;
  padding: 2px 10px 2px 24px;
  margin-right: 6px;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  border-radius: 20px;
  float: left;
}
#buddypress ul#activity-stream.activity-list > li .activity-comments ul li .acomment-options a:before {
  content: '';
  font-family: 'icomoon';
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 4px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
#buddypress ul#activity-stream.activity-list > li .activity-comments ul li .acomment-options a.acomment-reply:before {
  content: "\e726";
  font-size: 16px;
  top: -4px;
}
#buddypress ul#activity-stream.activity-list > li .activity-comments ul li .acomment-options a.delete:before {
  content: '\e9a6';
  font-size: 12px;
  top: 0px;
}
#buddypress ul#activity-stream.activity-list > li .activity-comments ul li .acomment-options a.like:before {
  content: '\e91e';
  font-size: 13px;
  top: 0px;
}
#buddypress ul#activity-stream.activity-list > li .activity-comments ul li .acomment-options a.unlike:before {
  content: '\e91f';
  font-size: 13px;
  top: 0px;
}
#buddypress ul#activity-stream.activity-list > li .activity-comments ul li > ul {
  margin-left: 34px;
  padding-left: 0;
}
#buddypress ul#activity-stream.activity-list > li .activity-comments > ul > li > ul > li ul {
  margin-left: 0;
}
#buddypress ul#activity-stream.activity-list > li .activity-comments form .ac-reply-content .ac-textarea textarea {
  padding: 10px;
  font-size: 14px;
}
#buddypress ul#activity-stream.activity-list > li .activity-comments form .ac-reply-content input[type="submit"] {
  display: block;
  min-height: 24px;
  padding: 0px 15px;
  line-height: 24px;
  float: left;
  margin: 20px 10px 10px 0;
}
#buddypress ul#activity-stream.activity-list > li .activity-comments form .ac-reply-content a.ac-reply-cancel {
  display: block;
  float: left;
  min-height: 24px;
  font-size: .688em;
  text-transform: uppercase;
  line-height: 24px;
  padding: 0px 15px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#buddypress ul#activity-stream.activity-list > li .users-who-like {
  display: block;
  margin-top: 16px;
  font-size: 11px;
  font-style: normal;
  padding: 10px 0;
  clear: both;
}
#buddypress ul#activity-stream.activity-list > li .users-who-like a {
  font-size: 11px;
  padding-left: 0 !important;
}
#buddypress ul#activity-stream.activity-list > li.load-more,
#buddypress ul#activity-stream.activity-list > li.load-newest {
  border: none;
}
/*--------------------------------------------------------------
3.1.1 - Activity Listing
--------------------------------------------------------------*/
#buddypress span.activity {
  font-size: 12px;
  letter-spacing: 0.03em;
  font-style: italic;
  opacity: .8;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
#buddypress span.activity:before {
  content: "\e66f";
  display: inline-block;
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  margin-right: 5px;
}
body.activity-permalink #buddypress ul.activity-list li.has-comments {
  padding-bottom: 0;
}
#buddypress .activity-list li.mini {
  position: relative;
}
#buddypress .activity-list li .activity-content {
  position: relative;
}
#buddypress .activity-list li.mini .activity-content p {
  /*margin: 0 !important;*/
}
#buddypress .activity-list li.mini .activity-comments {
  clear: both;
}
#buddypress .activity-list li .activity-inreplyto {
  color: #888;
  font-size: 80%;
}
#buddypress .activity-list li .activity-inreplyto > p {
  margin: 0;
  display: inline;
}
#buddypress .activity-list li .activity-inreplyto blockquote,
#buddypress .activity-list li .activity-inreplyto div.activity-inner {
  background: none;
  border: none;
  display: inline;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.device-sm.sidemenu-is-open #buddypress .activity-content {
  margin: 0;
}
body.activity-permalink #buddypress .activity-list li .activity-content {
  border: none;
  font-size: 100%;
  margin-right: 0;
  padding: 0;
}
body.activity-permalink #buddypress .activity-list li .activity-header > p {
  margin: 0;
}
#buddypress .activity-header a,
#buddypress .comment-meta a,
#buddypress .acomment-meta a {
  text-decoration: none;
}
#buddypress .activity-list .activity-content .activity-header img.avatar {
  float: none !important;
}
#buddypress a.bp-secondary-action,
#buddypress span.highlight {
  font-size: 11px;
  font-weight: bold;
  margin-right: 5px;
  text-decoration: none;
  text-transform: uppercase;
}
#buddypress .activity-list li.new_forum_post .activity-content .activity-inner,
#buddypress .activity-list li.new_forum_topic .activity-content .activity-inner {
  border-left: 2px solid #eaeaea;
  margin-left: 5px;
  padding-left: 10px;
}
body.activity-permalink #buddypress .activity-content .activity-inner,
body.activity-permalink #buddypress .activity-content blockquote {
  margin-left: 0;
  margin-top: 5px;
}
#buddypress .activity-inner > p {
  word-wrap: break-word;
}
#buddypress .activity-inner > p img {
  padding-top: 10px;
  display: block;
}
#buddypress .activity-inner > .activity-inner {
  margin: 0;
}
#buddypress .activity-inner > blockquote {
  margin: 0;
}
#buddypress .activity-list .activity-content img.thumbnail {
  border: 2px solid #eee;
  float: left;
  margin: 0 10px 5px 0;
}
#buddypress .activity-list li.load-more,
#buddypress .activity-list li.load-newest {
  margin: 15px 0;
  background: #f0f0f0;
  text-align: center;
  padding: 0;
  border: none;
}
#buddypress .activity-list li.load-more a,
#buddypress .activity-list li.load-newest a {
  display: block;
  color: #4d4d4d;
  padding: 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5em;
  -webkit-transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
  -moz-transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
  -o-transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
  -ms-transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
  transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
}
/*--------------------------------------------------------------
3.1.2 - Activity Comments
--------------------------------------------------------------*/
body.logged-in #buddypress div.activity-meta {
  margin: 18px 0 0;
}
body.activity-permalink #buddypress div.activity-meta {
  margin-bottom: 6px;
}
#buddypress a.activity-time-since {
  color: #aaa;
  text-decoration: none;
  font-weight: 300;
  font-size: 11px;
  font-style: italic;
  display: block;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  #buddypress a.activity-time-since {
    line-height: 13px;
  }
}
#buddypress a.activity-time-since:before {
  content: "\e66f";
  display: inline-block;
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  margin: 0 5px 0 0;
}
#buddypress a.activity-time-since:hover {
  color: #888;
  text-decoration: underline;
}
#buddypress a.bp-primary-action,
#buddypress #reply-title small a {
  font-size: 11px;
  font-weight: bold;
  margin-right: 5px;
  text-decoration: none;
  text-transform: uppercase;
}
#buddypress a.bp-primary-action span,
#buddypress #reply-title small a span {
  background: #999;
  color: #fff;
  font-size: 90%;
  margin-left: 2px;
  padding: 0 5px;
  border-radius: 2px;
}
#buddypress a.bp-primary-action:hover span,
#buddypress #reply-title small a:hover span {
  background: #555;
  color: #fff;
}
#buddypress div.activity-comments {
  overflow: hidden;
  /* IE fix */
  position: relative;
  width: auto;
  clear: both;
}
@media only screen and (min-width: 768px) {
  #buddypress div.activity-comments {
    margin: 0 0 0 70px;
  }
}
.device-sm.sidemenu-is-open #buddypress div.activity-comments {
  margin-left: 0;
}
body.activity-permalink #buddypress div.activity-comments {
  background: none;
  width: auto;
}
#buddypress div.activity-comments > ul {
  padding: 0;
}
#buddypress div.activity-comments ul,
#buddypress div.activity-comments ul li {
  border: none;
  list-style: none;
}
#buddypress div.activity-comments ul {
  clear: both;
  margin: 0;
}
#buddypress div.activity-comments ul li {
  padding: 20px 0 0;
}
body.activity-permalink #buddypress .activity-list li.mini .activity-comments {
  clear: none;
  margin-top: 0;
}
body.activity-permalink #buddypress div.activity-comments ul li {
  border-width: 1px;
}
#buddypress div.activity-comments > ul > li:first-child {
  border-top: none;
}
#buddypress div.activity-comments ul li:last-child {
  margin-bottom: 0;
}
#buddypress div.activity-comments ul li > ul {
  margin-left: 30px;
  margin-top: 0;
  padding-left: 10px;
}
body.activity-permalink #buddypress div.activity-comments ul li > ul {
  margin-top: 10px;
}
body.activity-permalink #buddypress div.activity-comments > ul {
  padding: 0 10px 0 0px;
}
#buddypress div.activity-comments div.acomment-avatar img {
  border-width: 1px;
  float: left;
  height: 25px;
  margin-right: 10px;
  width: 25px;
}
#buddypress div.activity-comments div.acomment-content {
  font-size: 80%;
  margin: 10px 0 0 36px;
}
@media screen and (max-width: 991px) {
  #buddypress div.activity-comments div.acomment-content {
    margin: 10px 0 0 5px;
  }
  #buddypress .acomment-options {
    margin: 0 0 18px 15px;
  }
  #buddypress ul#activity-stream.activity-list > li .activity-comments ul li > ul {
    margin-left: 16px;
  }
}
#buddypress div.acomment-content .time-since,
#buddypress div.acomment-content .activity-delete-link,
#buddypress div.acomment-content .comment-header {
  display: none;
}
body.activity-permalink #buddypress div.activity-comments div.acomment-content {
  font-size: 90%;
}
#buddypress div.activity-comments div.acomment-meta {
  color: #888;
  font-size: 80%;
}
#buddypress div.activity-comments form.ac-form {
  display: none;
  padding: 15px 0 0 0;
  margin-bottom: 0;
}
#buddypress div.activity-comments li form.ac-form {
  margin-right: 15px;
  clear: both;
}
#buddypress div.activity-comments form.root {
  margin-left: 0;
}
#buddypress div.activity-comments div#message {
  margin-top: 15px;
  margin-bottom: 0;
}
#buddypress div.activity-comments form textarea {
  border: none;
  background: transparent;
  box-shadow: none;
  outline: none;
  color: #555;
  font-family: inherit;
  font-size: 100%;
  height: 60px;
  padding: 0;
  margin: 0;
  width: 100%;
}
#buddypress div.activity-comments form input {
  margin-top: 5px;
}
#buddypress div.activity-comments form div.ac-reply-avatar {
  float: left;
  display: none;
}
#buddypress div.activity-comments form div.ac-reply-content a {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
#buddypress div.ac-reply-avatar img {
  border: 1px solid #eee;
}
#buddypress .acomment-options {
  float: left;
  margin: 0 0 18px 36px;
}
#buddypress .acomment-options a {
  color: #999;
}
#buddypress .acomment-options a:hover {
  color: inherit;
}
/*--------------------------------------------------------------
3.3 - Directories - Members, Groups, Blogs, Forums
--------------------------------------------------------------*/
#buddypress div.dir-search {
  width: 100%;
}
#buddypress div.dir-search form label {
  display: block;
}
@media only screen and (min-width: 768px) {
  #buddypress div.dir-search {
    position: absolute;
    top: 45px;
    right: 40px;
    left: 60%;
    text-align: right;
    width: 40%;
    padding-right: 40px;
  }
  #buddypress div.dir-search form {
    position: relative;
  }
  #buddypress div.dir-search form label {
    display: inline-block;
  }
}
#buddypress div.dir-search input[type=text],
#buddypress li.groups-members-search input[type=text] {
  font-size: 13px;
  padding: 10px 20px;
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  #buddypress div.dir-search input[type=text],
  #buddypress li.groups-members-search input[type=text] {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    max-width: 400px;
  }
}
@media only screen and (min-width: 768px) {
  #buddypress div.dir-search input[type=text]:focus,
  #buddypress li.groups-members-search input[type=text]:focus {
    padding-left: 25px;
  }
}
#buddypress div.dir-search input[type=submit],
#buddypress li.groups-members-search input[type=submit] {
  display: none;
}
#buddypress .current-member-type {
  font-style: italic;
}
#buddypress .activity-read-more {
  white-space: nowrap;
  display: block;
  font-size: 12px;
}
#buddypress .generic-button a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  padding: 3px 15px 3px 15px;
  border-radius: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}
/* Members page header */
#buddypress {
  /* only .dir-form */
  /* for all .item-list-tabs */
}
#buddypress .dir-form .item-list-tabs ul li {
  margin-right: 20px;
}
#buddypress .dir-form .item-list-tabs ul li a {
  font-size: 13px;
  font-weight: 400;
  padding: 8px 0;
}
#buddypress .dir-form .item-list-tabs ul li a > span {
  position: static;
  margin-left: 7px;
  -webkit-transition: color .3s ease-out, background .3s  ease-out;
  -moz-transition: color .3s ease-out, background .3s  ease-out;
  -o-transition: color .3s ease-out, background .3s  ease-out;
  -ms-transition: color .3s ease-out, background .3s  ease-out;
  transition: color .3s ease-out, background .3s  ease-out;
}
#buddypress .item-list-tabs {
  /* .item-list-tabs#object-nav */
}
#buddypress .item-list-tabs ul li.last,
#buddypress .item-list-tabs ul li.filter {
  margin: 0;
  float: right;
}
#buddypress .item-list-tabs ul li.last label,
#buddypress .item-list-tabs ul li.filter label {
  font-size: 12px;
  margin-right: 20px;
  text-transform: none;
  font-weight: normal;
}
#buddypress .item-list-tabs ul li.last select,
#buddypress .item-list-tabs ul li.filter select {
  height: auto;
}
/* item list */
#buddypress ul.item-list {
  width: 100%;
  list-style: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
  /* activity list */
  /* member list*/
}
#buddypress ul.item-list li {
  border-bottom: 1px solid #eaeaea;
  padding: 20px 15px;
  margin: 0;
  position: relative;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  #buddypress ul.item-list li {
    padding: 30px 30px 20px 30px;
  }
}
#buddypress ul.item-list li .item-wrap {
  margin: 10px;
  overflow: hidden;
}
#buddypress ul.item-list li .item-wrap .item .item-title {
  font-size: 14px;
  padding: 10px 0;
  font-weight: normal;
  letter-spacing: 0.03em;
}
#buddypress ul.item-list li .item-wrap .item .item-title a {
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
#buddypress ul.item-list li .item-wrap .item .item-meta {
  margin: 0;
  line-height: 16px;
}
#buddypress ul.item-list li .item-wrap .item .item-meta .activity {
  font-size: 11px;
}
#buddypress ul.item-list li .item-wrap .item .update {
  font-size: 13px;
}
#buddypress ul.item-list li .item-wrap .item .item-desc {
  font-size: 13px;
}
#buddypress ul.item-list li .item-wrap .item-cover {
  padding: 25% 10%;
  margin-bottom: 46px;
  /* TODO add zoom */
  /*background-size: 100% !important;*/
  position: relative;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
#buddypress ul.item-list li .item-wrap .item-cover:not(.has-cover) {
  padding: 15% 10% 0;
  margin-bottom: 0;
}
#buddypress ul.item-list li .item-wrap .item-cover:not(.has-cover) .profile-cover-inner {
  display: none;
}
#buddypress ul.item-list li .item-wrap .item-cover:not(.has-cover) .item-avatar {
  position: relative;
  bottom: 0;
  left: auto;
  margin: auto;
}
#buddypress ul.item-list li .item-wrap .item-cover .item-avatar {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-left: -40px;
  z-index: 10;
}
#buddypress ul.item-list li .item-wrap .item-cover .item-avatar img.avatar {
  width: 80px;
  height: 80px;
}
#buddypress ul.item-list li .item-wrap .item-cover .item-avatar .kleo-online-status {
  top: auto;
  right: 18px;
  bottom: 4px;
}
#buddypress ul.item-list.activity-list li {
  overflow: hidden;
}
#buddypress ul.item-list#admins-list li,
#buddypress ul.item-list#member-list li,
#buddypress ul.item-list#members-list li,
#buddypress ul.item-list#groups-list li {
  float: left;
  border: 0;
  padding: 0;
  text-align: center;
  /*
        &:hover {
          .item-cover {
            background-size: 110% !important;
          }
        }
        */
  width: 100%;
}
#buddypress ul.item-list#admins-list li .item,
#buddypress ul.item-list#member-list li .item,
#buddypress ul.item-list#members-list li .item,
#buddypress ul.item-list#groups-list li .item {
  padding: 0 10% 10%;
  -webkit-transition: padding 0.4s ease;
  -moz-transition: padding 0.4s ease;
  -o-transition: padding 0.4s ease;
  -ms-transition: padding 0.4s ease;
  transition: padding 0.4s ease;
}
#buddypress ul.item-list#admins-list li .item .item-meta,
#buddypress ul.item-list#member-list li .item .item-meta,
#buddypress ul.item-list#members-list li .item .item-meta,
#buddypress ul.item-list#groups-list li .item .item-meta {
  margin-bottom: 15px;
}
#buddypress ul.item-list#admins-list li .item .update,
#buddypress ul.item-list#member-list li .item .update,
#buddypress ul.item-list#members-list li .item .update,
#buddypress ul.item-list#groups-list li .item .update {
  display: block;
  margin-bottom: 10px;
}
#buddypress ul.item-list#admins-list li .item .update .activity-read-more,
#buddypress ul.item-list#member-list li .item .update .activity-read-more,
#buddypress ul.item-list#members-list li .item .update .activity-read-more,
#buddypress ul.item-list#groups-list li .item .update .activity-read-more {
  display: block;
  margin-top: 20px;
}
#buddypress ul.item-list#admins-list li .item .update .activity-read-more a,
#buddypress ul.item-list#member-list li .item .update .activity-read-more a,
#buddypress ul.item-list#members-list li .item .update .activity-read-more a,
#buddypress ul.item-list#groups-list li .item .update .activity-read-more a {
  display: inline-block;
  text-transform: lowercase;
  font-size: 12px;
  max-width: 100%;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
#buddypress ul.item-list#admins-list li .item .update .activity-read-more a:before,
#buddypress ul.item-list#member-list li .item .update .activity-read-more a:before,
#buddypress ul.item-list#members-list li .item .update .activity-read-more a:before,
#buddypress ul.item-list#groups-list li .item .update .activity-read-more a:before {
  content: '\e860';
  font-family: 'icomoon';
  display: block;
  float: left;
  margin-right: 6px;
}
#buddypress ul.item-list#admins-list li .item .generic-button,
#buddypress ul.item-list#member-list li .item .generic-button,
#buddypress ul.item-list#members-list li .item .generic-button,
#buddypress ul.item-list#groups-list li .item .generic-button {
  /* add friends */
  /* cancel request button */
}
#buddypress ul.item-list#admins-list li .item .generic-button a,
#buddypress ul.item-list#member-list li .item .generic-button a,
#buddypress ul.item-list#members-list li .item .generic-button a,
#buddypress ul.item-list#groups-list li .item .generic-button a {
  -webkit-transition: color .2s ease-out, border-color .2s ease-out, background .2s ease-out;
  -moz-transition: color .2s ease-out, border-color .2s ease-out, background .2s ease-out;
  -o-transition: color .2s ease-out, border-color .2s ease-out, background .2s ease-out;
  -ms-transition: color .2s ease-out, border-color .2s ease-out, background .2s ease-out;
  transition: color .2s ease-out, border-color .2s ease-out, background .2s ease-out;
  /* join group button */
}
#buddypress ul.item-list#admins-list li .item .generic-button a:before,
#buddypress ul.item-list#member-list li .item .generic-button a:before,
#buddypress ul.item-list#members-list li .item .generic-button a:before,
#buddypress ul.item-list#groups-list li .item .generic-button a:before {
  content: '';
  font-family: 'icomoon';
  display: block;
  float: left;
  margin-right: 10px;
}
#buddypress ul.item-list#admins-list li .item .generic-button a.join-group:before,
#buddypress ul.item-list#member-list li .item .generic-button a.join-group:before,
#buddypress ul.item-list#members-list li .item .generic-button a.join-group:before,
#buddypress ul.item-list#groups-list li .item .generic-button a.join-group:before {
  content: '\ea24';
}
#buddypress ul.item-list#admins-list li .item .generic-button a.leave-group:before,
#buddypress ul.item-list#member-list li .item .generic-button a.leave-group:before,
#buddypress ul.item-list#members-list li .item .generic-button a.leave-group:before,
#buddypress ul.item-list#groups-list li .item .generic-button a.leave-group:before {
  content: '\e8b9';
}
#buddypress ul.item-list#admins-list li .item .generic-button.not_friends a:before,
#buddypress ul.item-list#member-list li .item .generic-button.not_friends a:before,
#buddypress ul.item-list#members-list li .item .generic-button.not_friends a:before,
#buddypress ul.item-list#groups-list li .item .generic-button.not_friends a:before {
  content: '\e8f6';
}
#buddypress ul.item-list#admins-list li .item .generic-button.is_friend a:before,
#buddypress ul.item-list#member-list li .item .generic-button.is_friend a:before,
#buddypress ul.item-list#members-list li .item .generic-button.is_friend a:before,
#buddypress ul.item-list#groups-list li .item .generic-button.is_friend a:before,
#buddypress ul.item-list#admins-list li .item .generic-button.pending_friend a:before,
#buddypress ul.item-list#member-list li .item .generic-button.pending_friend a:before,
#buddypress ul.item-list#members-list li .item .generic-button.pending_friend a:before,
#buddypress ul.item-list#groups-list li .item .generic-button.pending_friend a:before {
  content: '\e8b9';
}
#buddypress ul.item-list#admins-list li .action,
#buddypress ul.item-list#member-list li .action,
#buddypress ul.item-list#members-list li .action,
#buddypress ul.item-list#groups-list li .action {
  position: inherit;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  #buddypress ul.item-list#admins-list li,
  #buddypress ul.item-list#member-list li,
  #buddypress ul.item-list#members-list li,
  #buddypress ul.item-list#groups-list li {
    width: 49.99%;
  }
}
@media only screen and (min-width: 992px) {
  #buddypress ul.item-list#admins-list li,
  #buddypress ul.item-list#member-list li,
  #buddypress ul.item-list#members-list li,
  #buddypress ul.item-list#groups-list li {
    width: 33.3%;
  }
}
@media only screen and (min-width: 1200px) {
  #buddypress ul.item-list#admins-list li,
  #buddypress ul.item-list#member-list li,
  #buddypress ul.item-list#members-list li,
  #buddypress ul.item-list#groups-list li {
    width: 24.99%;
  }
}
@media only screen and (min-width: 1900px) {
  #buddypress ul.item-list#admins-list li,
  #buddypress ul.item-list#member-list li,
  #buddypress ul.item-list#members-list li,
  #buddypress ul.item-list#groups-list li {
    width: 19.99%;
  }
}
#buddypress ul.item-list#friend-list .item-title {
  font-size: 100%;
  font-weight: 400;
}
#buddypress ul.item-list#friend-list .item-title a {
  font-size: 13px;
  font-weight: 400;
}
#buddypress ul.item-list#friend-list .action .button {
  background-color: transparent;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  padding: 3px 15px 3px 15px;
  border-radius: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  min-height: inherit;
  -webkit-transition: color .2s ease-out, border-color .2s ease-out, background .2s ease-out;
  -moz-transition: color .2s ease-out, border-color .2s ease-out, background .2s ease-out;
  -o-transition: color .2s ease-out, border-color .2s ease-out, background .2s ease-out;
  -ms-transition: color .2s ease-out, border-color .2s ease-out, background .2s ease-out;
  transition: color .2s ease-out, border-color .2s ease-out, background .2s ease-out;
}
#buddypress ul.item-list#friend-list .action .button:before {
  content: '';
  font-family: 'icomoon';
  display: block;
  float: left;
  margin-right: 10px;
}
#buddypress ul.item-list#friend-list .action .button.reject:before {
  content: '\e8b9';
}
#buddypress ul.item-list#friend-list .action .button.accept:before {
  content: '\e8f6';
}
.device-sm.sidemenu-is-open #buddypress #item-header #item-meta #item-buttons .generic-button a {
  width: auto;
}
#buddypress .bp-widget {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
#buddypress .dir-list {
  clear: both;
}
.hidden.is-member {
  display: block !important;
}
#bp-group-edit-group-cover-submit-wrapper {
  padding-top: 10px;
}
/*--------------------------------------------------------------
3.4 - Errors / Success Messages
--------------------------------------------------------------*/
#buddypress div#message {
  margin: 0 0 15px;
  position: relative;
  z-index: 10;
  font-size: 13px;
  display: inline-block;
}
#buddypress div#message p {
  padding: 3px 25px;
  border-radius: 20px;
}
#buddypress div#message.info p {
  padding: 3px 15px;
}
#buddypress #message.info {
  margin-bottom: 0;
  clear: both;
}
#buddypress div#message.updated {
  clear: both;
  display: block;
}
#buddypress div#message p,
#sitewide-notice p {
  font-size: 90%;
  display: block;
}
#sitewide-notice .info-wrapper {
  left: 50%;
  padding: 40px 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  width: 80%;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  #sitewide-notice .info-wrapper {
    max-width: 600px;
  }
}
#buddypress div#message.error p {
  background-color: #ed555b;
  clear: left;
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 15px;
  font-family: "Varela Round";
}
#buddypress div#message.warning p {
  background-color: #ffe0af;
  clear: left;
  color: #800;
}
#buddypress div#message.updated p {
  background-color: #e2fab2;
  color: #250;
}
#buddypress #pass-strength-result {
  background-color: #eee;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  display: none;
  margin: 5px 5px 5px 0;
  padding: 5px;
  text-align: center;
  width: 150px;
  color: #000;
  border-radius: 20px;
  font-size: 12px;
}
#buddypress .standard-form #basic-details-section #pass-strength-result {
  width: 35%;
}
#buddypress #pass-strength-result.error,
#buddypress #pass-strength-result.bad {
  background-color: #ffb78c;
  border-color: #ff853c !important;
  display: block;
}
#buddypress #pass-strength-result.good {
  background-color: #ffec8b;
  border-color: #fc0 !important;
  display: block;
}
#buddypress #pass-strength-result.short {
  background-color: #ffa0a0;
  border-color: #f04040 !important;
  display: block;
}
#buddypress #pass-strength-result.strong {
  background-color: #c3ff88;
  border-color: #8dff1c !important;
  display: block;
}
#buddypress .standard-form#signup_form div div.error {
  color: red;
  font-size: 13px;
  font-style: italic;
  margin: 0 0 10px;
  padding: 6px 0;
  width: 90%;
}
#buddypress div.accept,
#buddypress div.reject {
  float: left;
  margin-left: 10px;
}
#buddypress ul.button-nav li {
  float: left;
  list-style: outside none none;
  margin: 0 20px 10px 0;
  text-transform: uppercase;
}
#buddypress ul.button-nav li.current a {
  font-weight: bold;
}
#sitewide-notice #message {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}
#sitewide-notice #message .info-wrapper {
  padding: 40px 25px;
}
#sitewide-notice #message .info-wrapper > p {
  text-align: justify;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
}
#sitewide-notice #message .info-wrapper #close-notice {
  position: absolute;
  background: red;
  top: 10px;
  right: 10px;
  font-size: 0;
  visibility: hidden;
}
#sitewide-notice #message .info-wrapper #close-notice:before {
  content: '\e8b9';
  font-family: 'icomoon';
  font-size: 16px;
  display: block;
  visibility: visible;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  opacity: .6;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
  #sitewide-notice #message .info-wrapper #close-notice:hover:before {
    opacity: 1;
  }
}
#sitewide-notice strong {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}
/*--------------------------------------------------------------
3.5 - Forms
--------------------------------------------------------------*/
#buddypress .standard-form textarea,
#buddypress .standard-form input[type=text],
#buddypress .standard-form input[type=color],
#buddypress .standard-form input[type=date],
#buddypress .standard-form input[type=datetime],
#buddypress .standard-form input[type=datetime-local],
#buddypress .standard-form input[type=email],
#buddypress .standard-form input[type=month],
#buddypress .standard-form input[type=number],
#buddypress .standard-form input[type=range],
#buddypress .standard-form input[type=search],
#buddypress .standard-form input[type=tel],
#buddypress .standard-form input[type=time],
#buddypress .standard-form input[type=url],
#buddypress .standard-form input[type=week],
#buddypress .standard-form select,
#buddypress .standard-form input[type=password],
#buddypress .dir-search input[type=search],
#buddypress .dir-search input[type=text],
#buddypress .groups-members-search input[type=search],
#buddypress .groups-members-search input[type=text] {
  border-radius: 0;
  color: #888;
  /*font: inherit;*/
  font-size: 100%;
  /*padding: 6px;*/
}
#buddypress .standard-form textarea:focus,
#buddypress .standard-form input[type=text]:focus,
#buddypress .standard-form input[type=color]:focus,
#buddypress .standard-form input[type=date]:focus,
#buddypress .standard-form input[type=datetime]:focus,
#buddypress .standard-form input[type=datetime-local]:focus,
#buddypress .standard-form input[type=email]:focus,
#buddypress .standard-form input[type=month]:focus,
#buddypress .standard-form input[type=number]:focus,
#buddypress .standard-form input[type=range]:focus,
#buddypress .standard-form input[type=search]:focus,
#buddypress .standard-form input[type=tel]:focus,
#buddypress .standard-form input[type=time]:focus,
#buddypress .standard-form input[type=url]:focus,
#buddypress .standard-form input[type=week]:focus,
#buddypress .standard-form select:focus,
#buddypress .standard-form input[type=password]:focus,
#buddypress .dir-search input[type=search]:focus,
#buddypress .dir-search input[type=text]:focus,
#buddypress .groups-members-search input[type=search]:focus,
#buddypress .groups-members-search input[type=text]:focus {
  background-color: transparent;
}
#buddypress .standard-form select {
  /*padding: 3px;*/
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  padding-right: 30px;
}
#buddypress .standard-form label {
  display: block;
}
#buddypress .standard-form input[type=password] {
  margin-bottom: 5px;
}
#buddypress .standard-form div.fancy-checkbox label:nth-child(n+2),
#buddypress .standard-form div.radio div label {
  color: #888;
  font-size: 100%;
  font-weight: normal;
  margin: 5px 0 0 0;
}
#buddypress .standard-form#sidebar-login-form label {
  margin-top: 5px;
}
#buddypress .standard-form input[type=text] {
  width: 75%;
}
#buddypress .standard-form#sidebar-login-form input[type=text],
#buddypress .standard-form#sidebar-login-form input[type=password] {
  padding: 4px;
  width: 95%;
}
#buddypress .standard-form #basic-details-section input[type=password],
#buddypress .standard-form #blog-details-section input#signup_blog_url {
  width: 35%;
}
#buddypress .standard-form#signup_form input[type=text],
#buddypress .standard-form#signup_form textarea,
#buddypress .form-allowed-tags,
#buddypress #commentform input[type=text],
#buddypress #commentform textarea {
  width: 90%;
}
#buddypress .standard-form#signup_form div.submit {
  float: right;
}
#buddypress div#signup-avatar img {
  margin: 0 15px 10px 0;
}
#buddypress .standard-form textarea {
  width: 75%;
  height: 120px;
}
#buddypress .standard-form textarea#message_content {
  height: 200px;
}
#buddypress .standard-form#send-reply textarea {
  width: 97.5%;
}
#buddypress .standard-form p.description {
  color: #888;
  font-size: 80%;
  margin: 5px 0;
}
#buddypress .standard-form div.submit {
  /*text-align: right;*/
  clear: both;
}
#buddypress .standard-form p.submit {
  margin-bottom: 0;
  padding: 15px 0 0 0;
}
#buddypress .standard-form div.submit input {
  margin-right: 15px;
}
#buddypress .standard-form div.radio ul {
  margin: 10px 0 15px 38px;
  list-style: disc;
}
#buddypress .standard-form div.radio ul li {
  margin-bottom: 5px;
}
#buddypress .standard-form a.clear-value {
  display: block;
  margin-top: 5px;
  outline: none;
}
#buddypress .standard-form #basic-details-section,
#buddypress .standard-form #blog-details-section,
#buddypress .standard-form #profile-details-section {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #buddypress .standard-form #basic-details-section,
  #buddypress .standard-form #blog-details-section,
  #buddypress .standard-form #profile-details-section {
    width: 48%;
  }
}
#buddypress .standard-form #profile-details-section {
  float: right;
}
#buddypress .standard-form #blog-details-section,
#buddypress #notifications-bulk-management {
  clear: left;
}
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 #delete_sentbox_messages,
body.no-js #buddypress #messages-bulk-management #select-all-messages {
  display: none;
}
#buddypress .standard-form input:focus,
#buddypress .standard-form textarea:focus,
#buddypress .standard-form select:focus {
  background: #fafafa;
  color: #555;
}
#buddypress form#send-invite-form {
  clear: both;
}
#buddypress form#send-invite-form .main-column {
  margin-left: 0;
}
#buddypress form#send-invite-form .main-column #friend-list li h4 {
  margin: 8px 0 0 0;
  font-size: 13px;
  line-height: 13px;
}
#buddypress form#send-invite-form .main-column #friend-list li h4 a {
  font-weight: 400;
  font-size: 13px;
}
#buddypress form#send-invite-form .left-menu {
  float: none;
}
#buddypress form#send-invite-form .left-menu #invite-list {
  height: auto;
  width: 100%;
}
#buddypress form#send-invite-form .left-menu #invite-list ul li {
  font-size: 13px;
}
#buddypress form#send-invite-form .item-list div.action {
  margin: 15px 0 0 57px;
}
#buddypress form#send-invite-form .submit input {
  margin: 30px 0 0 0;
}
#buddypress div#invite-list {
  background: #f5f5f5;
  height: 400px;
  margin: 0 0 10px;
  overflow: auto;
  padding: 5px;
  width: 160px;
}
#create-group-form {
  padding: 0 40px;
}
#buddypress button:hover,
#buddypress a.button:hover,
#buddypress a.button:focus,
#buddypress input[type=submit]:hover,
#buddypress input[type=button]:hover,
#buddypress input[type=reset]:hover,
#buddypress input[type=password]:hover,
#buddypress ul.button-nav li a:hover,
#buddypress ul.button-nav li.current a,
#buddypress div.generic-button a:hover,
#buddypress .comment-reply-link:hover {
  outline: none;
  text-decoration: none;
}
#buddypress form.standard-form .left-menu {
  float: left;
}
#buddypress form.standard-form .left-menu #invite-list ul {
  margin: 1%;
  list-style: none;
}
#buddypress form.standard-form .left-menu #invite-list ul li {
  margin: 0 0 0 1%;
}
#buddypress form.standard-form .main-column {
  margin-left: 190px;
}
#buddypress form.standard-form .main-column ul#friend-list {
  clear: none;
  float: left;
}
#buddypress form.standard-form .main-column ul#friend-list h4 {
  clear: none;
}
/* Overrides for embedded WP editors */
#buddypress .wp-editor-wrap a.button,
#buddypress .wp-editor-wrap button,
#buddypress .wp-editor-wrap input[type=submit],
#buddypress .wp-editor-wrap input[type=button],
#buddypress .wp-editor-wrap input[type=reset] {
  padding: 0 10px 1px;
}
/* Form classes & generic attr styling */
#buddypress form *[disabled="disabled"] {
  cursor: default;
  /*opacity: .4;*/
}
.bp-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  display: none;
}
/*--------------------------------------------------------------
3.6 - Ajax Loading
--------------------------------------------------------------*/
#buddypress a.loading,
#buddypress input.loading {
  -webkit-animation: loader-pulsate 0.5s infinite ease-in-out alternate;
  -moz-animation: loader-pulsate 0.5s infinite ease-in-out alternate;
}
@-webkit-keyframes loader-pulsate {
  to {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  }
}
@-moz-keyframes loader-pulsate {
  to {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  }
}
#buddypress a.loading:hover,
#buddypress input.loading:hover {
  color: #777;
}
#buddypress input[type="submit"].pending,
#buddypress input[type="button"].pending,
#buddypress input[type="reset"].pending,
#buddypress input[type="submit"].disabled,
#buddypress input[type="button"].disabled,
#buddypress input[type="reset"].disabled,
#buddypress input[type="submit"][disabled=disabled],
#buddypress button.pending,
#buddypress button.disabled,
#buddypress div.pending a,
#buddypress a.disabled {
  border-color: #eee;
  color: #bbb;
  cursor: default;
  background-color: #f0f0f0;
}
#buddypress input[type="submit"]:hover.pending,
#buddypress input[type="button"]:hover.pending,
#buddypress input[type="reset"]:hover.pending,
#buddypress input[type="submit"]:hover.disabled,
#buddypress input[type="button"]:hover.disabled,
#buddypress input[type="reset"]:hover.disabled,
#buddypress button.pending:hover,
#buddypress button.disabled:hover,
#buddypress div.pending a:hover,
#buddypress a.disabled:hover {
  border-color: #eee;
  color: #bbb;
}
/*--------------------------------------------------------------
3.7 - Forums, Tables and Topics
--------------------------------------------------------------*/
#buddypress ul#topic-post-list {
  margin: 0;
  width: auto;
}
#buddypress ul#topic-post-list li {
  padding: 15px;
  position: relative;
}
#buddypress ul#topic-post-list li.alt {
  background: #f5f5f5;
}
#buddypress ul#topic-post-list li div.poster-meta {
  color: #888;
  margin-bottom: 10px;
}
#buddypress ul#topic-post-list li div.post-content {
  margin-left: 54px;
}
#buddypress div.topic-tags {
  font-size: 80%;
}
#buddypress div.admin-links {
  color: #888;
  font-size: 80%;
  position: absolute;
  top: 15px;
  right: 25px;
}
#buddypress div#topic-meta {
  margin: 0;
  padding: 5px 19px 30px;
  position: relative;
}
#buddypress div#topic-meta div.admin-links {
  right: 19px;
  top: -36px;
}
#buddypress div#topic-meta h3 {
  margin: 5px 0;
}
#buddypress div#new-topic-post {
  display: none;
  margin: 20px 0 0 0;
  padding: 1px 0 0 0;
}
#buddypress table.notifications,
#buddypress table.notifications-settings,
#buddypress table.profile-settings,
#buddypress table.profile-fields,
#buddypress table.wp-profile-fields,
#buddypress table.messages-notices,
#buddypress table.forum {
  width: 100%;
}
#buddypress table.notifications thead tr,
#buddypress table.notifications-settings thead tr,
#buddypress table.profile-settings thead tr,
#buddypress table.profile-fields thead tr,
#buddypress table.wp-profile-fields thead tr,
#buddypress table.messages-notices thead tr,
#buddypress table.forum thead tr {
  background: #eaeaea;
}
#buddypress table.notifications thead tr {
  background-color: transparent;
}
#buddypress table.notifications thead tr th {
  padding: 12px 15px;
}
#buddypress table.notifications thead tr th.bulk-select-all {
  width: 12px;
  text-align: center;
}
#buddypress table.notifications thead tr th.bulk-select-all input[type="checkbox"] {
  margin: 0;
}
#buddypress table.notifications tbody tr td {
  padding: 12px 15px;
}
#buddypress table.notifications tbody tr td.bulk-select-check {
  text-align: center;
}
#buddypress table.notifications tbody tr td.bulk-select-check input[type="checkbox"] {
  margin: 0;
}
#buddypress table.notifications tbody tr td.notification-actions {
  font-size: 1em;
  color: transparent;
}
#buddypress table.notifications tbody tr td.notification-actions a {
  font-size: 0.750em;
  position: relative;
  line-height: 16px;
  padding-left: 24px;
  margin-top: 6px;
  float: left;
  margin-left: 10px;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
#buddypress table.notifications tbody tr td.notification-actions a.mark-read:before {
  content: '\e860';
  font-family: 'icomoon';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}
#buddypress table.notifications tbody tr td.notification-actions a.mark-unread:before {
  content: '\ea2a';
  font-family: 'icomoon';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}
#buddypress table.notifications tbody tr td.notification-actions a.delete:before {
  content: '\e630';
  font-family: 'icomoon';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}
#buddypress table#message-threads {
  clear: both;
  border-top: 0;
  border-right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  #buddypress table#message-threads {
    display: table;
  }
}
#buddypress table#message-threads thead {
  display: none;
}
@media only screen and (min-width: 992px) {
  #buddypress table#message-threads thead {
    display: table-header-group;
  }
}
#buddypress table#message-threads tbody {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  #buddypress table#message-threads tbody {
    display: table-row-group;
  }
}
#buddypress table#message-threads tr {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0;
}
@media only screen and (min-width: 992px) {
  #buddypress table#message-threads tr {
    display: table-row;
  }
}
#buddypress table#message-threads tr td {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 0 !important;
}
@media only screen and (min-width: 992px) {
  #buddypress table#message-threads tr td {
    display: table-cell;
    width: auto !important;
  }
}
#buddypress table#message-threads tr td .from,
#buddypress table#message-threads tr td .thread-count {
  margin: 0 10px !important;
}
@media only screen and (min-width: 992px) {
  #buddypress table#message-threads tr td .from,
  #buddypress table#message-threads tr td .thread-count {
    margin: 0 !important;
  }
}
#buddypress table#message-threads tr td.thread-info p:first-child {
  margin-right: 10px;
}
#buddypress table#message-threads tr td:nth-child(1) {
  order: 3;
}
#buddypress table#message-threads tr td:nth-child(2) {
  flex-grow: 1;
  order: 0;
  width: 100%;
}
#buddypress table#message-threads tr td:nth-child(3) {
  order: 1;
  width: 100%;
}
#buddypress table#message-threads tr td:nth-child(4) {
  order: 4;
}
#buddypress table#message-threads tr td:nth-child(5) {
  flex-grow: 1;
  order: 5;
}
#buddypress table.profile-fields {
  margin-bottom: 30px;
}
#buddypress table.profile-fields p {
  margin: 0;
}
#buddypress table.profile-fields p:last-child {
  margin-top: 0;
}
#buddypress table.notifications tr td,
#buddypress table.notifications-settings tr td,
#buddypress table.profile-settings tr td,
#buddypress table.profile-fields tr td,
#buddypress table.wp-profile-fields tr td,
#buddypress table.messages-notices tr td,
#buddypress table.forum tr td,
#buddypress table.notifications tr th,
#buddypress table.notifications-settings tr th,
#buddypress table.profile-fields tr th,
#buddypress table.wp-profile-fields tr th,
#buddypress table.messages-notices tr th,
#buddypress table.forum tr th {
  padding: 8px;
  vertical-align: middle;
}
#buddypress table.notifications tr td.label,
#buddypress table.notifications-settings tr td.label,
#buddypress table.profile-fields tr td.label,
#buddypress table.wp-profile-fields tr td.label,
#buddypress table.messages-notices tr td.label,
#buddypress table.forum tr td.label {
  /* border-right: 1px solid #eaeaea;*/
  font-weight: 600;
  width: 25%;
}
#buddypress table tr td.thread-info p {
  margin: 0;
}
#buddypress table tr td.thread-info p.thread-excerpt {
  color: #888;
  font-size: 80%;
  margin-top: 3px;
}
#buddypress table.forum td {
  text-align: center;
}
/*
#buddypress table.notifications tr.alt td,
#buddypress table.notifications-settings tr.alt td,
#buddypress table.profile-settings tr.alt td,
#buddypress table.profile-fields tr.alt td,
#buddypress table.wp-profile-fields tr.alt td,
#buddypress table.messages-notices tr.alt td,
#buddypress table.forum tr.alt td {
  background: #f5f5f5;
}
*/
#buddypress table.notification-settings {
  margin-bottom: 20px;
  text-align: left;
}
#buddypress #settings-form {
  font-size: 13px;
}
#buddypress #settings-form table {
  margin-bottom: 30px;
}
#buddypress #settings-form div.submit {
  padding-top: 30px;
}
#buddypress #settings-form input[type="password"] {
  display: inline-block;
}
#buddypress table.notifications th.icon,
#buddypress table.notifications td:first-child,
#buddypress table.notification-settings th.icon,
#buddypress table.notification-settings td:first-child {
  display: none;
}
#buddypress table.notification-settings th.title,
#buddypress table.profile-settings th.title {
  width: 80%;
}
#buddypress table.notification-settings .yes,
#buddypress table.notification-settings .no {
  text-align: center;
  width: 40px;
}
#buddypress table.forum {
  margin: 0;
  width: auto;
  clear: both;
}
#buddypress table.forum tr.sticky td {
  font-size: 110%;
  background: #fff9db;
  border-top: 1px solid #ffe8c4;
  border-bottom: 1px solid #ffe8c4;
}
#buddypress table.forum tr.closed td.td-title {
  padding-left: 35px;
}
#buddypress table.forum td p.topic-text {
  color: #888;
  font-size: 100%;
}
#buddypress table.forum tr > td:first-child,
#buddypress table.forum tr > th:first-child {
  padding-left: 15px;
}
#buddypress table.forum tr > td:last-child,
#buddypress table.forum tr > th:last-child {
  padding-right: 15px;
}
#buddypress table.forum tr th#th-title,
#buddypress table.forum tr th#th-poster,
#buddypress table.forum tr th#th-group,
#buddypress table.forum td.td-poster,
#buddypress table.forum td.td-group,
#buddypress table.forum td.td-title {
  text-align: left;
}
#buddypress table.forum tr td.td-title a.topic-title {
  font-size: 110%;
}
#buddypress table.forum td.td-freshness {
  white-space: nowrap;
}
#buddypress table.forum td.td-freshness span.time-since {
  font-size: 80%;
  color: #888;
}
#buddypress table.forum td img.avatar {
  float: none;
  margin: 0 5px -8px 0;
}
#buddypress table.forum td.td-poster,
#buddypress table.forum td.td-group {
  min-width: 140px;
}
#buddypress table.forum th#th-title {
  width: 80%;
}
#buddypress table.forum th#th-freshness {
  width: 25%;
}
#buddypress table.forum th#th-postcount {
  width: 15%;
}
#buddypress table.forum p.topic-meta {
  font-size: 80%;
  margin: 5px 0 0 0;
}
/*-------------------------------------------------------------------------
3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles
-------------------------------------------------------------------------*/
.bp-title-section {
  line-height: 1;
  float: left;
  padding: 0 0 40px;
  width: 60%;
}
@media only screen and (min-width: 768px) {
  .bp-title-section {
    display: block;
  }
}
.bp-title-section .bp-page-title {
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#buddypress .item-body {
  margin: 20px 0;
}
#buddypress span.user-nicename {
  color: #777;
  display: inline-block;
  font-size: 120%;
  font-weight: bold;
}
#buddypress div#message p,
#sitewide-notice p {
  font-weight: normal;
  text-decoration: none;
  background-color: #fff;
}
#buddypress div#item-header {
  overflow: hidden;
  position: relative;
  padding: 40px 30px 20px 20px;
  text-align: center;
}
.device-sm.sidemenu-is-open #buddypress div#item-header {
  border-bottom: 0;
}
#buddypress div#item-header-avatar {
  display: inline-block;
}
#buddypress div#item-header-avatar a {
  display: block;
}
#buddypress .kleo-online-status {
  background: #ccc;
  border-radius: 50%;
  content: " ";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 22px;
  bottom: 12px;
  z-index: 20;
}
#buddypress .kleo-online-status.user-online {
  border: 2px solid rgba(255, 255, 255, 0.2);
  background-clip: content-box;
}
#buddypress div#item-header div#item-header-content {
  width: 100%;
  float: left;
  padding: 20px 0 10px 0;
}
#buddypress div#item-header h2 {
  font-size: 1.125em;
  letter-spacing: 0.04em;
  margin: 0 0 5px 0;
}
#buddypress div#item-header h2 a,
#buddypress div#item-header-content h2 a {
  text-decoration: none;
}
#buddypress div#item-header img.avatar {
  max-width: 120px;
  height: auto;
  /*float: left;*/
  /*margin: 0 15px 19px 0;*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.1);
}
#buddypress div#item-header div#latest-update {
  font-size: 0.875em;
  margin-bottom: 10px;
}
#buddypress div#item-header h2 span.highlight {
  font-size: 60%;
  font-weight: normal;
  line-height: 170%;
  vertical-align: middle;
  display: inline-block;
}
#buddypress div#item-header h2 span.highlight span {
  background: #a1dcfa;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  margin-bottom: 2px;
  padding: 1px 4px;
  position: relative;
  right: -2px;
  top: -2px;
  vertical-align: middle;
}
#buddypress div#item-header div#item-meta {
  margin: 15px 0 5px 0;
  padding-bottom: 10px;
  width: 100%;
  float: left;
}
#buddypress div#item-header div#item-meta p {
  font-size: 0.875em;
  margin-bottom: 20px;
}
#buddypress div#item-header div#item-meta #latest-update a {
  display: none;
}
#buddypress div#item-header div#item-buttons {
  width: 100%;
  float: left;
}
.my-account #buddypress #item-buttons {
  display: none;
}
#buddypress div#item-header div#item-actions {
  /*
  float: right;
  margin: 0 0 15px 15px;
  text-align: right;
  width: 20%;
  */
  position: relative;
  z-index: 10;
}
#buddypress div#item-header div#item-actions .group-admins {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 480px) {
  #buddypress div#item-header div#item-actions .group-admins {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  #buddypress div#item-header div#item-actions .group-admins {
    width: 100%;
  }
}
#buddypress div#item-header div#item-actions .group-admins #group-admins li {
  float: none;
  display: inline;
}
#buddypress div#item-header div#item-actions .group-mods {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 480px) {
  #buddypress div#item-header div#item-actions .group-mods {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  #buddypress div#item-header div#item-actions .group-mods {
    width: 100%;
  }
}
#buddypress div#item-header div#item-actions .group-mods #group-mods li {
  float: none;
  display: inline;
}
body.device-sm.sidemenu-is-open #buddypress div#item-header div#item-actions .group-admins,
body.device-sm.sidemenu-is-open #buddypress div#item-header div#item-actions .group-mods {
  width: 50%;
}
#buddypress div#item-header span.highlight {
  display: block;
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}
#buddypress div#item-header div#item-actions h3 {
  font-size: 0.750em;
  margin: 0 0 10px;
}
#buddypress div#item-header ul {
  margin-bottom: 15px;
  overflow: hidden;
}
#buddypress div#item-header ul h5,
#buddypress div#item-header ul span,
#buddypress div#item-header ul hr {
  display: none;
}
#buddypress div#item-header ul li {
  float: right;
  list-style: none;
}
#buddypress div#item-header ul img.avatar,
#buddypress div#item-header ul.avatars img.avatar {
  height: 30px;
  margin: 2px;
  width: 30px;
}
#buddypress div#item-header div.generic-button {
  margin: 5px;
}
#buddypress div#item-header div.generic-button,
#buddypress div#item-header div.generic-button a,
#buddypress div#item-header a.button {
  background: transparent;
  border: none;
  display: inline-block;
  border-radius: 30px;
  max-width: 100%;
  -webkit-transition: background .3s ease-out, color .3s ease-out;
  -moz-transition: background .3s ease-out, color .3s ease-out;
  -o-transition: background .3s ease-out, color .3s ease-out;
  -ms-transition: background .3s ease-out, color .3s ease-out;
  transition: background .3s ease-out, color .3s ease-out;
  /*padding: 10px;*/
  font-size: 12px;
}
@media only screen and (min-width: 480px) {
  #buddypress div#item-header div.generic-button,
  #buddypress div#item-header div.generic-button a,
  #buddypress div#item-header a.button {
    /*display: inline; */
  }
}
@media only screen and (min-width: 768px) {
  #buddypress div#item-header div.generic-button,
  #buddypress div#item-header div.generic-button a,
  #buddypress div#item-header a.button {
    /*display: block; */
  }
}
#buddypress div#item-header div.generic-button a {
  padding: 8px 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#buddypress div#item-header div.generic-button a.add {
  /*
  */
}
/*
.device-sm:not(.sidemenu-is-open) #buddypress div.item-list-tabs {}
.device-sm:not(.sidemenu-is-open) #buddypress div.item-list-tabs ul {
}
*/
.device-sm.sidemenu-is-open #buddypress div#item-header div.generic-button,
.device-sm.sidemenu-is-open #buddypress div#item-header div.generic-button a,
.device-sm.sidemenu-is-open #buddypress div#item-header a.button {
  /*display: inline-block;*/
}
@media only screen and (min-width: 1200px) {
  .bp-is-single #buddypress div.item-list-tabs ul li.last {
    position: absolute;
    top: 5px;
    right: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .bp-is-single #buddypress div.item-list-tabs ul li.last#group_members-order-select {
    position: static;
    top: inherit;
    right: inherit;
    float: right;
    margin: 40px 0 0 0;
  }
}
#buddypress div#item-header div#message.info {
  line-height: 80%;
}
body.activity-permalink #buddypress ul.item-list,
body.activity-permalink #buddypress ul.item-list li.activity-item {
  border: none;
}
#buddypress ul.single-line li {
  border: none;
}
#buddypress ul.item-list li img.avatar {
  float: left;
  margin: 0 10px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#buddypress ul.item-list li div.item-title,
#buddypress ul.item-list li h4 {
  font-weight: bold;
  font-size: 80%;
  /*
  margin: 0;
  width: 75%;
  */
}
#buddypress ul.item-list li div.item-title span {
  color: #999;
  font-size: 80%;
}
#buddypress ul.item-list li.group-no-avatar div.item-desc {
  margin-left: 0;
}
#buddypress ul.item-list li div.action {
  margin: 15px 0 0 0;
}
@media only screen and (min-width: 992px) {
  #buddypress ul.item-list li div.action {
    position: absolute;
    top: 37px;
    right: 0;
    text-align: right;
  }
}
#buddypress ul.item-list li div.action .remove {
  background-color: transparent;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  padding: 3px 15px 3px 15px;
  border-radius: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  min-height: inherit;
  -webkit-transition: color .2s ease-out, border-color .2s ease-out, background .2s ease-out;
  -moz-transition: color .2s ease-out, border-color .2s ease-out, background .2s ease-out;
  -o-transition: color .2s ease-out, border-color .2s ease-out, background .2s ease-out;
  -ms-transition: color .2s ease-out, border-color .2s ease-out, background .2s ease-out;
  transition: color .2s ease-out, border-color .2s ease-out, background .2s ease-out;
}
#buddypress ul.item-list li div.action .remove:before {
  content: '\e8b9';
  font-family: 'icomoon';
  display: block;
  float: left;
  margin-right: 10px;
}
#buddypress ul.item-list li div.meta {
  color: #888;
  font-size: 80%;
  margin-top: 10px;
}
#buddypress ul.item-list li h5 span.small {
  font-size: 80%;
  font-weight: normal;
}
#buddypress div.item-list-tabs ul {
  /*
  float: left;
  width: 100%;
  */
  padding: 0 0 5px;
}
#buddypress div.item-list-tabs ul:before,
#buddypress div.item-list-tabs ul:after {
  content: "";
  display: table;
}
#buddypress div.item-list-tabs ul:after {
  clear: both;
}
#buddypress div.item-list-tabs ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
}
#buddypress div.item-list-tabs ul li.groups-members-search {
  width: 100%;
}
#buddypress div.item-list-tabs ul li.groups-members-search form label {
  display: block;
}
@media only screen and (min-width: 768px) {
  #buddypress div.item-list-tabs ul li.groups-members-search {
    position: absolute;
    top: 0;
    right: 40px;
    left: 60%;
    text-align: right;
    width: 40%;
    padding-right: 40px;
  }
  #buddypress div.item-list-tabs ul li.groups-members-search form {
    position: relative;
  }
  #buddypress div.item-list-tabs ul li.groups-members-search form label {
    display: inline-block;
  }
}
.device-sm.sidemenu-is-open.bp-is-single #buddypress div.item-list-tabs ul li {
  display: inline-block;
}
#buddypress div.item-list-tabs#subnav ul li {
  margin-top: 0;
}
#buddypress div.item-list-tabs#subnav ul li.last {
  margin-top: 3px;
}
#buddypress div.item-list-tabs ul li.last select {
  max-width: 185px;
}
#buddypress div.item-list-tabs ul li span,
#buddypress div.item-list-tabs ul li a {
  display: inline-block;
  padding: 14px;
  font-size: 0.750em;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 992px) {
  #buddypress div.item-list-tabs ul li span,
  #buddypress div.item-list-tabs ul li a {
    padding: 8px 14px;
    font-size: 0.875em;
  }
}
/*
#buddypress div.item-list-tabs ul li span {
  padding: 0 10px;
}
*/
#buddypress div.item-list-tabs#subnav ul li a,
#buddypress div.item-list-tabs#subnav ul li span {
  /*
    font-weight: 400;
    */
  text-transform: none;
  letter-spacing: 0.04em;
}
#buddypress div.item-list-tabs#subnav ul li span {
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
#buddypress div.item-list-tabs ul li span {
  padding: 0 6px;
  border-radius: 10px;
}
.device-sm.sidemenu-is-open #buddypress div.item-list-tabs ul li a {
  padding: 14px;
}
#buddypress #item-header-wrap div.item-list-tabs ul li a {
  display: block;
}
#buddypress #item-header-wrap div.item-list-tabs ul li a > span {
  font-size: 100%;
  font-size: 10px;
  padding: 0 6px;
  height: 15px;
  line-height: 15px;
  border-radius: 7px;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: 400;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
@media only screen and (min-width: 992px) {
  #buddypress #item-header-wrap div.item-list-tabs ul li a > span {
    position: absolute;
    right: 20px;
    top: 10px;
    margin-left: 0;
  }
}
.device-sm.sidemenu-is-open #buddypress #item-header-wrap div.item-list-tabs ul li a > span {
  position: static;
}
body.bp-is-single #buddypress div.item-list-tabs ul li.selected a,
body.bp-is-single #buddypress div.item-list-tabs ul li.current a {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: .8;
}
#buddypress div#item-nav {
  overflow: auto;
}
@media only screen and (min-width: 992px) {
  #buddypress div#item-nav {
    padding: 20px 0 50px;
    border-bottom: 0;
    margin-right: 10px;
  }
}
.device-sm.sidemenu-is-open #buddypress div#item-nav {
  padding: 0;
}
#buddypress div#item-nav ul li.loading a {
  background-position: 88% 50%;
}
#buddypress div.item-list-tabs#object-nav {
  margin-top: 0;
}
#buddypress div.item-list-tabs#subnav {
  background: transparent;
}
#buddypress #admins-list li,
#buddypress #mods-list li,
#buddypress #members-list li {
  list-style: none;
}
#buddypress #admins-list a.button,
#buddypress #mods-list a.button,
#buddypress #members-list a.button {
  display: inline-block;
  margin-bottom: 5px;
  white-space: nowrap;
}
body.manage-members #buddypress ul#admins-list.item-list li,
body.manage-members #buddypress ul#member-list.item-list li,
body.manage-members #buddypress ul#members-list.item-list li,
body.manage-members #buddypress ul#groups-list.item-list li {
  text-align: left;
}
body.manage-members #buddypress ul.item-list li h5 span.small {
  display: inline-block;
  padding: 20px 0;
}
#buddypress div#object-nav {
  position: relative;
}
#buddypress div#object-nav.item-list-tabs {
  overflow: hidden;
  background: transparent;
  float: left;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  #buddypress div#object-nav.item-list-tabs {
    float: none;
    overflow: visible;
  }
}
.device-sm.sidemenu-is-open #buddypress div#object-nav.item-list-tabs {
  float: left;
  overflow: hidden;
}
#buddypress div#object-nav.item-list-tabs ul {
  overflow-x: scroll;
  margin-bottom: -20px;
}
@media only screen and (min-width: 992px) {
  #buddypress div#object-nav.item-list-tabs ul {
    overflow-x: hidden;
  }
}
.device-sm.sidemenu-is-open #buddypress div#object-nav.item-list-tabs ul {
  overflow-x: scroll;
}
@media only screen and (min-width: 992px) {
  #buddypress div#object-nav.item-list-tabs ul li {
    display: block;
  }
  #buddypress div#object-nav.item-list-tabs ul li i {
    margin-right: 20px;
    font-size: 1.125em;
  }
}
.device-sm.sidemenu-is-open #buddypress div#object-nav.item-list-tabs ul li {
  display: inline-block;
}
.device-sm.sidemenu-is-open #buddypress div#object-nav.item-list-tabs ul li i {
  margin-right: inherit;
}
#buddypress div#object-nav.item-list-tabs ul li:nth-last-child(2) {
  margin-right: 3em;
}
@media only screen and (min-width: 768px) {
  #buddypress div#object-nav.item-list-tabs ul li:nth-last-child(2) {
    margin-right: 0;
  }
}
.device-sm.sidemenu-is-open #buddypress div#object-nav.item-list-tabs ul li:nth-last-child(2) {
  margin-right: 3em;
}
#buddypress div#object-nav.item-list-tabs ul li > a,
#buddypress div#object-nav.item-list-tabs ul li > span {
  text-transform: none;
  font-weight: 400;
  /*font-size: 0.813em;*/
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 768px) {
  #buddypress div#object-nav.item-list-tabs ul li > a,
  #buddypress div#object-nav.item-list-tabs ul li > span {
    position: relative;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.device-sm.sidemenu-is-open #buddypress div#object-nav.item-list-tabs ul li span {
  margin-left: 0;
}
.device-sm.sidemenu-is-open #buddypress div#object-nav.item-list-tabs ul li a:hover {
  left: 0;
}
#buddypress div#subnav.item-list-tabs {
  display: inline-block;
  width: 100%;
}
#buddypress div#subnav ul li#activity-filter-select,
#buddypress div#subnav ul li.last {
  font-size: 0.75em;
  overflow: hidden;
  display: block;
  margin: 15px 0 0 15px;
  float: none;
}
@media only screen and (min-width: 992px) {
  #buddypress div#subnav ul li#activity-filter-select,
  #buddypress div#subnav ul li.last {
    font-size: 0.813em;
  }
}
#buddypress div#subnav.item-list-tabs ul,
#group-create-tabs.item-list-tabs ul {
  display: inline-block;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #buddypress div#subnav.item-list-tabs ul,
  #group-create-tabs.item-list-tabs ul {
    width: 100%;
  }
}
#buddypress div#subnav.item-list-tabs ul li {
  display: inline-block;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  #buddypress div#subnav.item-list-tabs ul li a,
  #buddypress div#subnav.item-list-tabs ul li span {
    font-size: 0.875em;
  }
}
#buddypress div#subnav.item-list-tabs ul li.selected a,
#buddypress div#subnav.item-list-tabs ul li.current a,
#buddypress #group-create-tabs.item-list-tabs ul li.selected a,
#buddypress #group-create-tabs.item-list-tabs ul li.current a {
  text-decoration: underline !important;
}
@media only screen and (min-width: 480px) {
  #buddypress div#subnav.item-list-tabs ul li.selected a,
  #buddypress div#subnav.item-list-tabs ul li.current a,
  #buddypress #group-create-tabs.item-list-tabs ul li.selected a,
  #buddypress #group-create-tabs.item-list-tabs ul li.current a {
    text-decoration: none !important;
    margin-top: -2px;
  }
}
#buddypress div#subnav.item-list-tabs ul li a:hover {
  border-right: 0;
  /*@media @mobile {
    margin-top: -2px;
  }*/
}
#item-nav div.item-list-tabs ul li.more {
  width: 6em;
  text-align: center;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  #item-nav div.item-list-tabs ul li.more {
    display: none !important;
  }
}
#item-nav div.item-list-tabs ul li.more span {
  height: 100%;
  width: 100%;
}
.device-sm.sidemenu-is-open #item-nav div.item-list-tabs ul li.more {
  display: block !important;
}
/*--------------------------------------------------------------
3.9 - Private Messaging Threads
--------------------------------------------------------------*/
#buddypress table#message-threads tr.unread td {
  background: #fff9db;
  border-top: 1px solid #ffe8c4;
  border-bottom: 1px solid #ffe8c4;
  font-weight: bold;
}
#buddypress table#message-threads tr.unread td .thread-excerpt,
#buddypress table#message-threads tr.unread td .activity,
#buddypress table#message-threads tr.unread td.thread-options {
  font-weight: normal;
}
#buddypress li span.unread-count,
#buddypress tr.unread span.unread-count {
  background: #dd0000;
  color: #fff;
  font-weight: bold;
  padding: 2px 8px;
}
#buddypress div.item-list-tabs ul li a span.unread-count {
  padding: 1px 6px;
  color: #fff;
}
#buddypress div#message-thread div.message-box {
  margin: 0;
  padding: 15px;
}
#buddypress div#message-thread div.alt {
  background: #f4f4f4;
}
#buddypress div#message-thread p#message-recipients {
  margin: 10px 0 20px 0;
}
#buddypress div#message-thread img.avatar {
  float: left;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
#buddypress div#message-thread strong {
  font-size: 100%;
  margin: 0;
}
#buddypress div#message-thread strong a {
  text-decoration: none;
}
#buddypress div#message-thread strong span.activity {
  margin-top: 4px;
}
#buddypress div#message-thread div.message-metadata {
  overflow: hidden;
}
#buddypress div#message-thread div.message-content {
  margin-left: 45px;
}
#buddypress div#message-thread div.message-options {
  text-align: right;
}
#buddypress div.message-search {
  float: right;
  width: 100%;
}
#buddypress div.message-search form {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #buddypress div.message-search {
    position: absolute;
    top: 5px;
    right: 0;
    left: 60%;
    text-align: right;
    width: 40%;
    padding-right: 40px;
  }
}
#buddypress div.message-search input[type="text"] {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  font-size: 0.813em;
  padding: 10px 20px;
  width: 100%;
  max-width: 200px;
  /*height: 36px;*/
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #buddypress div.message-search input[type="text"] {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /*max-width: 400px;*/
    margin-top: -5px;
  }
}
@media only screen and (min-width: 768px) {
  #buddypress div.message-search input[type="text"]:focus {
    padding-left: 25px;
  }
}
#buddypress div.message-search .button {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.device-sm.sidemenu-is-open #buddypress div.message-search {
  position: relative;
  width: 100%;
  left: 0;
  padding-right: 0;
}
.device-sm.sidemenu-is-open #buddypress input[type="text"] {
  max-width: 100%;
}
.message-metadata {
  position: relative;
}
.message-star-actions {
  position: absolute;
  right: 0;
  top: 0;
}
#buddypress a.message-action-star,
#buddypress a.message-action-unstar {
  border-bottom: 0;
  text-decoration: none;
  outline: none;
}
a.message-action-star {
  opacity: .7;
}
a.message-action-star:hover {
  opacity: 1;
}
.message-action-star span.icon:before,
.message-action-unstar span.icon:before {
  font-family: dashicons;
  font-size: 18px;
}
.message-action-star span.icon:before {
  color: #aaa;
  content: "\f154";
}
.message-action-unstar span.icon:before {
  color: #fcdd77;
  content: "\f155";
}
/*-------------------------------------------------------------------------
  Messages
-------------------------------------------------------------------------*/
#buddypress {
  /* Send message */
  /* Inbox */
}
#buddypress #send_message_form {
  font-size: 13px;
  padding: 20px;
  clear: both;
}
#buddypress #send_message_form label {
  margin: 15px 0 0 0;
}
#buddypress #send_message_form label:first-child {
  margin-top: 0;
}
#buddypress #send_message_form input[type="text"],
#buddypress #send_message_form textarea {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
}
#buddypress #send_message_form input[type="submit"] {
  border: none;
  min-height: 30px;
  padding: 0 20px;
  border-radius: 30px;
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 30px;
  margin-right: 0;
  margin-bottom: 20px;
}
#buddypress #send_message_form input[type="checkbox"] {
  margin-bottom: 15px;
}
#buddypress #send_message_form.standard-form textarea {
  height: 80px;
  min-height: 40px;
}
#buddypress #send_message_form .acfb-holder li {
  margin: 0;
}
#buddypress #send_message_form .acfb-holder li.friend-tab {
  margin: 0 15px 15px 0;
}
@media only screen and (min-width: 768px) {
  #buddypress #send_message_form .acfb-holder li:first-child {
    width: auto;
  }
}
#buddypress #send_message_form .acfb-holder > li {
  margin-top: 10px;
}
#buddypress #send_message_form .friend-tab {
  background: #FFFFFF;
  padding: 0;
  border-radius: 30px;
}
#buddypress #send_message_form .friend-tab > span {
  display: block;
  padding: 5px;
  float: left;
}
#buddypress #send_message_form .friend-tab img {
  width: 24px !important;
  height: 24px;
  border-radius: 24px;
  margin-left: 5px;
  margin-right: 12px;
  display: inline-block;
}
#buddypress #send_message_form .friend-tab a {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  letter-spacing: 0.02em;
  margin-right: 10px;
  font-weight: 400;
}
#buddypress #send_message_form .friend-tab .p {
  height: 24px;
  line-height: 24px;
  padding-right: 10px;
}
#buddypress #messages-dir-count {
  font-size: 0.813em;
  font-style: italic;
}
#buddypress table.messages-notices#message-threads {
  font-size: 1em;
}
#buddypress table.messages-notices#message-threads .fancy-checkbox input {
  margin-right: 0;
}
#buddypress table.messages-notices#message-threads tr:nth-child(even) td {
  background-color: transparent;
}
#buddypress table.messages-notices#message-threads tr th {
  font-size: 0.813em;
  font-weight: 600;
  padding: 12px;
}
#buddypress table.messages-notices#message-threads tr th.thread-checkbox {
  width: 12px;
  padding: 12px 15px;
}
#buddypress table.messages-notices#message-threads tr th.thread-star {
  font-weight: 400;
  text-align: center;
}
#buddypress table.messages-notices#message-threads tr th.thread-options {
  text-align: center;
}
#buddypress table.messages-notices#message-threads tr td {
  font-size: 0.813em;
  padding: 12px;
}
#buddypress table.messages-notices#message-threads tr td.thread-checkbox {
  width: 12px;
}
#buddypress table.messages-notices#message-threads tr td.bulk-select-check {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #buddypress table.messages-notices#message-threads tr td.thread-from {
    padding-left: 54px;
    position: relative;
  }
}
#buddypress table.messages-notices#message-threads tr td.thread-from .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  #buddypress table.messages-notices#message-threads tr td.thread-from .avatar {
    position: absolute;
    left: 12px;
  }
}
#buddypress table.messages-notices#message-threads tr td.thread-from a {
  display: inline-block;
  margin-right: 5px;
}
#buddypress table.messages-notices#message-threads tr td.thread-from .thread-count {
  font-size: 12px;
}
#buddypress table.messages-notices#message-threads tr td.thread-from span.from,
#buddypress table.messages-notices#message-threads tr td.thread-from span.to {
  display: block;
  font-size: 0.625rem;
  line-height: 8px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #buddypress table.messages-notices#message-threads tr td.thread-from span.from,
  #buddypress table.messages-notices#message-threads tr td.thread-from span.to {
    margin-top: 0;
  }
}
#buddypress table.messages-notices#message-threads tr td.thread-from span.activity {
  display: block;
  opacity: 1;
  margin-top: 3px;
}
#buddypress table.messages-notices#message-threads tr td.thread-options {
  font-size: 1em;
  color: transparent;
}
#buddypress table.messages-notices#message-threads tr td.thread-options a {
  font-size: 0.750em;
  position: relative;
  line-height: 16px;
  padding-left: 24px;
  margin-top: 6px;
  float: left;
  margin-left: 10px;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
#buddypress table.messages-notices#message-threads tr td.thread-options a.read:before {
  content: '\e860';
  font-family: 'icomoon';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}
#buddypress table.messages-notices#message-threads tr td.thread-options a.unread:before {
  content: '\ea2a';
  font-family: 'icomoon';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}
#buddypress table.messages-notices#message-threads tr td.thread-options a.delete:before {
  content: '\e630';
  font-family: 'icomoon';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}
#buddypress table.messages-notices#message-threads tr td.thread-star {
  text-align: center;
}
#buddypress table.messages-notices#message-threads thead tr {
  background: transparent;
}
#buddypress table.messages-notices#message-threads thead tr th {
  border-bottom-width: 1px;
}
#buddypress table.messages-notices#message-threads tbody tr.unread td {
  background: transparent !important;
  border-top: none;
  font-weight: 400;
}
#buddypress table.messages-notices#message-threads.sitewide-notices tbody tr td:nth-child(3) {
  text-align: center;
}
#buddypress table.messages-notices#message-threads.sitewide-notices tbody tr td:nth-child(3) .activity {
  opacity: 1;
}
#buddypress table.messages-notices#message-threads.sitewide-notices tbody tr td:last-child a {
  display: block;
  margin: 2px 1px 2px 0;
  padding: 2px 8px;
  min-height: auto;
  float: left;
}
#buddypress table.messages-notices#message-threads.sitewide-notices tbody tr td:last-child a:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 2px 15px;
}
#buddypress table.messages-notices#message-threads.sitewide-notices tbody tr td:last-child a:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#buddypress .messages-options-nav {
  padding: 10px;
}
#buddypress .messages-options-nav label {
  display: none;
}
#buddypress .messages-options-nav select {
  margin-right: 20px;
}
#buddypress .messages-options-nav input[type="submit"] {
  border: none;
  padding: 0 15px;
  min-height: 30px;
}
#buddypress .messages-options-nav input[type="submit"]:focus,
#buddypress .messages-options-nav input[type="submit"]:hover {
  cursor: pointer;
}
#buddypress div#message-thread {
  font-size: 16px;
  font-size: 1rem;
}
#buddypress div#message-thread #message-subject {
  font-size: 0.875em;
}
#buddypress div#message-thread #message-recipients {
  margin: 0;
  padding: 0px 0 30px 0;
}
#buddypress div#message-thread #message-recipients .highlight {
  font-weight: 400;
  text-transform: none;
}
#buddypress div#message-thread #message-recipients .highlight a {
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
#buddypress div#message-thread #message-recipients .button {
  position: relative;
  /*border: none;*/
  text-transform: none;
  font-size: 12px;
  padding: 2px 10px 2px 30px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  margin-left: 10px;
}
#buddypress div#message-thread #message-recipients .button:before {
  content: '\e630';
  font-family: 'icomoon';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 8px;
  font-size: 15px;
}
#buddypress div#message-thread div.alt {
  background: none;
  position: relative;
}
#buddypress div#message-thread div.alt:before {
  content: '';
  width: 60px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 52px;
}
#buddypress div#message-thread div.alt:after {
  content: '';
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 52px;
}
#buddypress div#message-thread div.message-box {
  padding: 30px 15px;
}
#buddypress div#message-thread div.message-box .message-metadata strong a {
  font-size: 0.813em;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
#buddypress div#message-thread div.message-box .message-metadata .avatar-box strong {
  font-size: 13px;
}
#buddypress div#message-thread div.message-box .message-metadata .activity {
  display: block;
  opacity: 1;
  margin: 3px 0 10px 0;
}
#buddypress div#message-thread div.message-box .message-content {
  margin-left: 42px;
  font-size: 14px;
}
#buddypress div#message-thread div.message-box .message-content textarea {
  margin-bottom: 20px;
}
#buddypress div#message-thread div.message-box .message-content p {
  margin-bottom: 10px;
}
#buddypress div#message-thread #send-reply {
  margin-top: 20px;
}
#buddypress div#message-thread #send-reply textarea {
  height: 80px;
}
#buddypress div#message-thread #send-reply input[type="submit"] {
  border-color: transparent;
  margin-bottom: 10px;
}
#buddypress div#message-thread #send-reply #message {
  margin: 15px;
}
#buddypress div#message-thread img.avatar {
  max-width: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#buddypress div#message-thread .thread-info {
  min-width: 40%;
}
/* post release resolve bugs */
.ac-results ul li {
  font-size: 13px !important;
  line-height: 13px !important;
}
.ac-results ul li > img {
  float: left !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  margin-right: 0 !important;
}
.ac_odd,
.ac_event {
  background: transparent !important;
}
/*--------------------------------------------------------------
3.10 - Extended Profiles
--------------------------------------------------------------*/
#buddypress .profile {
  clear: both;
}
#buddypress .profile h4 {
  margin: 15px 0 15px 0;
}
#buddypress #profile-edit-form ul.button-nav {
  margin-top: 15px;
}
body.no-js #buddypress .field-visibility-settings-toggle,
body.no-js #buddypress .field-visibility-settings-close {
  display: none;
}
#buddypress .field-visibility-settings {
  display: none;
  margin-top: 10px;
}
body.no-js #buddypress .field-visibility-settings {
  display: block;
}
#buddypress .current-visibility-level {
  font-weight: bold;
  font-style: normal;
}
#buddypress .field-visibility-settings,
#buddypress .field-visibility-settings-toggle,
#buddypress .field-visibility-settings-notoggle {
  color: #888;
}
#buddypress .field-visibility-settings-toggle a,
#buddypress .field-visibility-settings a {
  font-size: 80%;
}
body.register #buddypress div.page ul {
  list-style: none;
}
#buddypress .standard-form .field-visibility-settings label {
  margin: 0;
  font-weight: normal;
}
#buddypress .field-visibility-settings legend,
#buddypress .field-visibility-settings-toggle {
  font-style: italic;
}
#buddypress .field-visibility-settings .radio {
  list-style: none;
  margin-bottom: 0;
}
#buddypress .field-visibility select {
  margin: 0;
}
#buddypress div.profile form {
  font-size: 14px;
}
#buddypress div.profile .editfield {
  margin-bottom: 20px;
  padding: 20px;
}
#buddypress div.profile .editfield label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
#buddypress div.profile .editfield input[type="text"]:focus,
#buddypress div.profile .editfield textarea:focus,
#buddypress div.profile .editfield select:focus {
  background-color: transparent;
}
#buddypress div.profile .editfield select[multiple] {
  height: auto;
}
/*--------------------------------------------------------------
3.11 - Widgets
--------------------------------------------------------------*/
.news-widget-wrap img.avatar {
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.news-widget-wrap .news-time {
  display: block;
  margin-left: 50px;
}
.widget.buddypress div.item .item-title a {
  font-size: 13px;
}
.widget.buddypress div.item-avatar img.avatar {
  float: left;
  margin: 0 10px 15px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.widget.buddypress span.activity {
  display: inline-block;
  font-size: 12px;
  opacity: 0.8;
  padding: 0;
}
.widget.buddypress div.item-options {
  font-size: 13px;
  margin: 0 0 1em 0;
  padding: 1em 0;
}
.widget.buddypress div.item-options a .bp-separator {
  opacity: .5;
}
.widget.buddypress div.item {
  margin: 0 0 1em 0;
}
.widget.buddypress div.item-meta,
.widget.buddypress div.item-content {
  font-size: 13px;
  margin-left: 50px;
}
.widget.buddypress ul.item-list img.avatar {
  height: 40px;
  margin-right: 10px;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.widget.buddypress div.item-avatar img {
  height: 40px;
  margin: 1px;
  width: 40px;
}
.widget.buddypress div.avatar-block {
  overflow: hidden;
}
.widget.buddypress #bp-login-widget-form label {
  display: block;
  margin: 1rem 0 .5rem;
}
.widget.buddypress #bp-login-widget-form #bp-login-widget-submit {
  margin-right: 10px;
}
.widget.buddypress .bp-login-widget-user-avatar {
  float: left;
}
.bp-login-widget-user-avatar img.avatar {
  height: 40px;
  width: 40px;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.widget.buddypress .bp-login-widget-user-links > div {
  padding-left: 50px;
  font-size: 14px;
}
.widget.buddypress #groups-list,
.widget.buddypress #members-list,
.widget.buddypress #friends-list {
  margin-left: 0;
  padding-left: 0;
}
.widget.buddypress #groups-list li,
.widget.buddypress #members-list li,
.widget.buddypress #friends-list li {
  clear: both;
  list-style-type: none;
}
.widget-error {
  font-size: 13px;
}
/*--------------------------------------------------------------
4.0 - Register page
--------------------------------------------------------------*/
/*
.register #buddypress {
  text-align: center;
  background: #fafafa;
  padding: 20px 10px;
  max-width: 600px;
  margin: 0 auto;
  overflow: auto;
  .font-smoothing(off);
  #basic-details-section, #profile-details-section {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .container-fluid {
    padding: 0;
  }
  @media @tablet {
    padding: 60px;
    #basic-details-section, #profile-details-section {
      width: 48% !important;
    }
  }
  .fb-login-link {
    font-size: 14px;
    margin-bottom: 60px;
    a {
      text-decoration: underline !important;
      cursor: pointer;
    }
  }
  .kleo-fb-wrapper {
    margin: 50px 0 20px;
  }
  .submit {
    float: none !important;
    text-align: center;
    input[type="submit"] {
      padding: 10px 20px;
    }
  }
  .register-info, .fb-register-title {
    font-size: 14px;
  }
  h4 {
    font-size: 14px;
    text-transform: uppercase;
  }
}
*/
@media only screen and (min-width: 768px) {
  .register #buddypress.kleo-login-wrap {
    width: 700px;
  }
}
.register #buddypress.kleo-login-wrap .login-form-wrapper {
  padding: 30px 40px 40px;
}
.register #buddypress.kleo-login-wrap .login-create-account-wrapper {
  padding: 20px 0 0 0;
}
.register #buddypress.kleo-login-wrap .fb-register-title {
  font-size: 1.25em;
}
.register #buddypress.kleo-login-wrap .fb-or-section {
  border-top: 1px solid #eee;
  margin-top: 30px;
}
.register #buddypress.kleo-login-wrap .fb-or-section span {
  width: 30px;
  height: 30px;
  line-height: 26px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: -15px;
  border: 1px solid #eee;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#register-page form.standard-form {
  text-align: left;
  margin-bottom: 0;
}
#register-page form.standard-form .field-visibility-settings-notoggle,
#register-page form.standard-form .field-visibility-settings-toggle {
  font-size: 12px;
  font-style: italic;
}
#register-page form.standard-form .field-visibility-settings-notoggle span,
#register-page form.standard-form .field-visibility-settings-toggle span {
  font-weight: 600;
  font-size: 12px;
  font-style: italic;
}
#register-page form.standard-form .field-visibility-settings-notoggle a,
#register-page form.standard-form .field-visibility-settings-toggle a {
  font-size: 100%;
  float: right;
}
#register-page form.standard-form label {
  font-weight: 600;
  font-size: 12px;
}
#register-page form.standard-form input[type="tel"],
#register-page form.standard-form input[type="number"],
#register-page form.standard-form input[type="date"],
#register-page form.standard-form input[type="url"],
#register-page form.standard-form input[type="text"],
#register-page form.standard-form input[type="email"],
#register-page form.standard-form input[type="password"] {
  background-color: transparent;
  padding: 4px;
  width: 100% !important;
  margin-bottom: 20px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  #register-page form.standard-form input[type="tel"],
  #register-page form.standard-form input[type="number"],
  #register-page form.standard-form input[type="date"],
  #register-page form.standard-form input[type="url"],
  #register-page form.standard-form input[type="text"],
  #register-page form.standard-form input[type="email"],
  #register-page form.standard-form input[type="password"] {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
#register-page form.standard-form .datebox {
  clear: both;
}
#register-page form.standard-form .datebox select {
  width: calc(33.3% - 10px);
  margin: 0;
  padding: 0;
  float: left;
}
#register-page form.standard-form .datebox select:nth-child(3) {
  margin: 0 15px;
}
#register-page form.standard-form .datebox select:last-child {
  float: none;
}
#register-page form.standard-form select {
  font-size: 13px;
  width: 100%;
  padding-left: 0;
}
#register-page form.standard-form select option {
  padding-left: 0 !important;
}
#register-page form.standard-form select:focus {
  background-color: transparent;
}
#register-page form.standard-form textarea {
  font-size: 13px;
  max-height: 60px;
  margin-bottom: 20px;
  width: 100% !important;
}
#register-page form.standard-form textarea:focus {
  background-color: transparent;
}
#register-page form.standard-form input[type="submit"] {
  font-size: 14px !important;
}
#register-page form.standard-form .editfield {
  margin-bottom: 20px;
}
#register-page form.standard-form .editfield input {
  margin-bottom: 0;
}
#register-page form.standard-form .editfield textarea {
  margin-bottom: 0;
}
#register-page form.standard-form .editfield select {
  margin-bottom: 0;
}
#register-page form.standard-form .editfield select[multiple="multiple"] {
  font-size: 12px;
}
#register-page form.standard-form .editfield select[multiple="multiple"] option {
  padding: 0 5px !important;
}
#register-page form.standard-form .editfield .field-visibility-settings-notoggle,
#register-page form.standard-form .editfield .field-visibility-settings-toggle {
  margin-bottom: 0;
}
#register-page form.standard-form .editfield .description {
  font-size: 13px;
}
#register-page form.standard-form .editfield .clear-value {
  font-size: 12px;
  display: block;
  margin: 10px 0 0 0;
}
#register-page form.standard-form .editfield.field_checkbox label:not(:first-child) {
  font-weight: 400;
}
#register-page form.standard-form .editfield.field_checkbox label:first-child {
  margin-bottom: 15px;
}
#register-page form.standard-form .editfield.field_radio .radio > label {
  margin-bottom: 15px;
}
#register-page form.standard-form .editfield.field_radio .radio div label {
  font-size: 13px;
}
#register-page form.standard-form .editfield.field_multi-select-box > label {
  margin-bottom: 15px;
}
/*--------------------------------------------------------------
4.0 - Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1 - Smartphones - landscape
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  a.bp-title-button {
    margin-left: 10px;
  }
  #buddypress form.standard-form .main-column div.action {
    position: relative;
    margin-bottom: 1em;
  }
  #buddypress form.standard-form .main-column ul#friend-list h4 {
    width: 100%;
  }
}
/*--------------------------------------------------------------
4.2 - Smartphones - portrait
--------------------------------------------------------------*/
@media only screen and (max-width: 320px) {
  #buddypress div.dir-search {
    /*clear: left;
float: left;
margin-top: 0;
text-align: left;*/
  }
  #buddypress li#groups-order-select {
    clear: left;
    float: left;
  }
  #buddypress ul.item-list li div.action {
    clear: left;
    float: left;
    margin-top: 0;
    margin-left: 70px;
    position: relative;
    top: 0;
    right: 0;
    text-align: left;
  }
  #buddypress ul.item-list li div.item-desc {
    clear: left;
    float: left;
    margin: 10px 0 0;
    width: auto;
  }
  #buddypress li div.item {
    margin-left: 70px;
    width: auto;
  }
  #buddypress ul.item-list li div.meta {
    margin-top: 0;
  }
  #buddypress .item-desc p {
    margin: 0 0 10px;
  }
  #buddypress div.pagination .pag-count {
    margin-left: 0;
  }
}
/*--------------------------------------------------------------
4.2 - Smartphones - smaller screen sizes
--------------------------------------------------------------*/
@media only screen and (max-width: 240px) {
  #buddypress div.dir-search {
    /*float: left;
margin: 0;*/
  }
  #buddypress li#groups-order-select {
    float: left;
  }
  #buddypress ul.item-list li img.avatar {
    width: 30px;
    height: auto;
  }
  #buddypress ul.item-list li div.action,
  #buddypress li div.item {
    margin-left: 45px;
  }
  h1 a.bp-title-button {
    clear: left;
    float: left;
    margin: 10px 0 20px;
  }
}
/*-------------------------------------------------------------------------
  BuddyDrive
-------------------------------------------------------------------------*/
body.buddydrive {
  /* Up to tablet styles */
}
body.buddydrive #item-body h3 {
  margin: 0;
  display: block;
  font-size: 1em;
}
body.buddydrive .buddydrive-crumbs {
  margin-top: 90px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  body.buddydrive .buddydrive-crumbs {
    margin: 10px 0;
  }
}
body.buddydrive .buddydrive-crumbs a {
  -webkit-transition: text-decoration 0.3s ease-out;
  -moz-transition: text-decoration 0.3s ease-out;
  -o-transition: text-decoration 0.3s ease-out;
  -ms-transition: text-decoration 0.3s ease-out;
  transition: text-decoration 0.3s ease-out;
}
body.buddydrive .buddydrive-crumbs > a#buddydrive-home {
  font-size: 0.813em;
  font-style: italic;
}
body.buddydrive .buddydrive-crumbs > a#buddydrive-home i {
  font-size: 1rem;
  line-height: 24px;
}
body.buddydrive .buddydrive-crumbs a:hover {
  text-decoration: underline !important;
}
body.buddydrive .buddydrive-crumbs > span.current {
  font-size: 0.813em;
  font-style: italic;
}
body.buddydrive #buddydrive-form-filter {
  height: 40px;
  margin-bottom: 0;
}
body.buddydrive #buddydrive-form-filter nav#buddydrive-item-nav {
  /*border: 1px solid #000;*/
}
body.buddydrive #buddydrive-form-filter nav#buddydrive-item-nav ul li a {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #fff;
  font-weight: 400;
}
body.buddydrive #buddydrive-form-filter nav#buddydrive-item-nav ul li a i {
  line-height: 40px;
  font-size: 1rem;
}
body.buddydrive #buddydrive-form-filter nav#buddydrive-item-nav ul li#buddydrive-action-analytics {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.buddydrive #buddydrive-form-filter nav#buddydrive-item-nav ul li#buddydrive-action-analytics {
    width: auto;
  }
}
body.buddydrive #buddydrive-form-filter nav#buddydrive-item-nav ul li#buddydrive-action-analytics a {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  body.buddydrive #buddydrive-form-filter nav#buddydrive-item-nav ul li#buddydrive-action-analytics a {
    padding: 0 40px;
  }
}
body.buddydrive #buddydrive-form-filter nav#buddydrive-item-nav ul li.last {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 20px;
}
@media only screen and (min-width: 768px) {
  body.buddydrive #buddydrive-form-filter nav#buddydrive-item-nav ul li.last {
    width: auto;
  }
}
body.buddydrive #buddydrive-form-filter nav#buddydrive-item-nav ul li.last select {
  position: relative;
  padding: 0 40px 0 20px;
  margin-left: 10px;
  border: none;
}
body.buddydrive #buddydrive-dir {
  font-size: 1em;
}
body.buddydrive #buddydrive-dir thead tr th {
  border-width: 1px;
}
body.buddydrive #buddydrive-dir thead tr th:first-child {
  width: 16px;
  padding: 10px 15px;
  text-align: center;
}
body.buddydrive #buddydrive-dir tr:nth-child(even) td {
  background-color: transparent;
}
body.buddydrive #buddydrive-dir tr th {
  font-size: 0.813em;
  font-weight: 600;
  padding: 12px;
}
body.buddydrive #buddydrive-dir tr td {
  font-size: 13px;
  font-size: 0.813em;
  padding: 12px;
}
body.buddydrive #buddydrive-dir tr td .buddydrive-file-content i {
  font-size: 1rem;
  line-height: 24px;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
body.buddydrive #buddydrive-dir tr td .buddydrive-file-content a {
  margin-left: 10px;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
body.buddydrive #buddydrive-dir tr td .buddydrive-file-content a.buddyfolder {
  font-weight: 700;
}
body.buddydrive #buddydrive-dir tr td .buddydrive-row-actions .buddydrive-action-btn {
  margin-left: 40px;
}
body.buddydrive #buddydrive-dir tr td .buddydrive-row-actions .buddydrive-action-btn a:hover {
  text-decoration: underline !important;
}
body.buddydrive #buddydrive-dir tr td:nth-child(3) {
  text-align: center;
}
body.buddydrive #buddydrive-dir tr td:nth-child(3) a {
  display: block;
}
body.buddydrive #buddydrive-dir tr td:nth-child(3) a i {
  border-radius: 50%;
  font-size: 16px;
  line-height: 24px;
}
body.buddydrive #buddydrive-dir tbody tr td:first-child {
  width: 16px;
  padding: 10px 15px;
  text-align: center;
}
body.buddydrive #buddydrive-dir tbody tr td div#message p {
  background: transparent;
}
body.buddydrive #buddydrive-dir input[type="checkbox"] {
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  body.buddydrive #buddydrive-dir thead {
    display: none;
  }
  body.buddydrive #buddydrive-dir tbody tr {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.buddydrive #buddydrive-dir tbody tr td {
    border-bottom: none;
    border-left: none;
    display: block;
    /*width: 100%;*/
  }
  body.buddydrive #buddydrive-dir tbody tr td:first-child {
    width: 40px;
    padding: 12px;
  }
  body.buddydrive #buddydrive-dir tbody tr td:nth-child(2) {
    width: calc(100% - 40px);
  }
  body.buddydrive #buddydrive-dir tbody tr td:nth-child(2) div.buddydrive-file-content {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  body.buddydrive #buddydrive-dir tbody tr td:nth-child(3) > a:after {
    content: attr(title);
    display: inline-block;
    line-height: 24px;
    margin-left: 17px;
  }
  body.buddydrive #buddydrive-dir tbody tr td:nth-child(4) {
    display: none;
  }
  body.buddydrive #buddydrive-dir tbody tr td:nth-child(5) {
    line-height: 24px;
    font-size: 11px;
  }
  body.buddydrive #buddydrive-dir tbody tr td.buddydrive-load-more {
    width: 100%;
    margin: 0;
  }
}
body.buddydrive #buddydrive-edit-item,
body.buddydrive #buddydrive-file-uploader {
  padding: 20px;
}
body.buddydrive #buddydrive-edit-item #buddyitem-description label,
body.buddydrive #buddydrive-file-uploader #buddyitem-description label {
  margin: 0;
  font-weight: 600;
}
body.buddydrive #buddydrive-edit-item #buddyitem-description input[type="text"],
body.buddydrive #buddydrive-file-uploader #buddyitem-description input[type="text"] {
  padding: 0 15px 0 0;
  margin-bottom: 30px;
  width: 100%;
  background: transparent;
  font-weight: 400;
  font-size: 0.875em;
  -webkit-transition: border .3s ease-out, padding .4s ease-out;
  -moz-transition: border .3s ease-out, padding .4s ease-out;
  -o-transition: border .3s ease-out, padding .4s ease-out;
  -ms-transition: border .3s ease-out, padding .4s ease-out;
  transition: border .3s ease-out, padding .4s ease-out;
}
body.buddydrive #buddydrive-edit-item #buddyitem-description input[type="text"]:focus,
body.buddydrive #buddydrive-file-uploader #buddyitem-description input[type="text"]:focus {
  border-color: transparent;
}
body.buddydrive #buddydrive-edit-item #buddyitem-description textarea,
body.buddydrive #buddydrive-file-uploader #buddyitem-description textarea {
  width: 100% !important;
  background: transparent;
  resize: vertical;
  height: 40px !important;
  line-height: 40px;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 30px;
  -webkit-transition: border .3s ease-out, padding .4s ease-out;
  -moz-transition: border .3s ease-out, padding .4s ease-out;
  -o-transition: border .3s ease-out, padding .4s ease-out;
  -ms-transition: border .3s ease-out, padding .4s ease-out;
  transition: border .3s ease-out, padding .4s ease-out;
  padding: 0 15px 0 0;
}
body.buddydrive #buddydrive-edit-item #buddyitem-description textarea:focus,
body.buddydrive #buddydrive-file-uploader #buddyitem-description textarea:focus {
  border-color: transparent;
}
body.buddydrive #buddydrive-edit-item #buddyitem-folder-section-options label,
body.buddydrive #buddydrive-file-uploader #buddyitem-folder-section-options label,
body.buddydrive #buddydrive-edit-item #buddydrive-folder-editor label,
body.buddydrive #buddydrive-file-uploader #buddydrive-folder-editor label,
body.buddydrive #buddydrive-edit-item #buddydrive-privacy-section-options label,
body.buddydrive #buddydrive-file-uploader #buddydrive-privacy-section-options label {
  margin: 0;
  font-weight: 600;
}
body.buddydrive #buddydrive-edit-item #buddyitem-folder-section-options select,
body.buddydrive #buddydrive-file-uploader #buddyitem-folder-section-options select,
body.buddydrive #buddydrive-edit-item #buddydrive-folder-editor select,
body.buddydrive #buddydrive-file-uploader #buddydrive-folder-editor select,
body.buddydrive #buddydrive-edit-item #buddydrive-privacy-section-options select,
body.buddydrive #buddydrive-file-uploader #buddydrive-privacy-section-options select {
  background-color: transparent;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAoCAYAAAAVBmHYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg2NTFFNjIxNTYwQjExRTU5QzJDRDY4QTkwOTFFNjg4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg2NTFFNjIyNTYwQjExRTU5QzJDRDY4QTkwOTFFNjg4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODY1MUU2MUY1NjBCMTFFNTlDMkNENjhBOTA5MUU2ODgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODY1MUU2MjA1NjBCMTFFNTlDMkNENjhBOTA5MUU2ODgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5aRzKvAAAAeklEQVR42mL8//8/A60AEwMNwajho4aPGj5q+Kjhw8NwxkDzgEdAuhKIlyKJRwNx+7oT6+UoMZwFiHOAeDUQCwLxFCi/F4hDKXU5yPBNUIPWALEPEDsBcQhUnCphvglqoBm1DAaH+WjtP2r4qOGjho8aPmr4gBoOEGAA1cYU3Dv/MDAAAAAASUVORK5CYII=') no-repeat scroll 100% 50%;
  width: 300px;
  margin-bottom: 30px;
  padding-left: 0;
  font-size: 0.875em;
}
body.buddydrive #buddydrive-edit-item #buddyitem-folder-section-options select:focus,
body.buddydrive #buddydrive-file-uploader #buddyitem-folder-section-options select:focus,
body.buddydrive #buddydrive-edit-item #buddydrive-folder-editor select:focus,
body.buddydrive #buddydrive-file-uploader #buddydrive-folder-editor select:focus,
body.buddydrive #buddydrive-edit-item #buddydrive-privacy-section-options select:focus,
body.buddydrive #buddydrive-file-uploader #buddydrive-privacy-section-options select:focus,
body.buddydrive #buddydrive-edit-item #buddyitem-folder-section-options select:active,
body.buddydrive #buddydrive-file-uploader #buddyitem-folder-section-options select:active,
body.buddydrive #buddydrive-edit-item #buddydrive-folder-editor select:active,
body.buddydrive #buddydrive-file-uploader #buddydrive-folder-editor select:active,
body.buddydrive #buddydrive-edit-item #buddydrive-privacy-section-options select:active,
body.buddydrive #buddydrive-file-uploader #buddydrive-privacy-section-options select:active {
  border-color: transparent;
  padding-right: 15px;
  padding-left: 0;
}
body.buddydrive #buddydrive-edit-item #buddyitem-folder-section-options input[type="text"],
body.buddydrive #buddydrive-file-uploader #buddyitem-folder-section-options input[type="text"],
body.buddydrive #buddydrive-edit-item #buddydrive-folder-editor input[type="text"],
body.buddydrive #buddydrive-file-uploader #buddydrive-folder-editor input[type="text"],
body.buddydrive #buddydrive-edit-item #buddydrive-privacy-section-options input[type="text"],
body.buddydrive #buddydrive-file-uploader #buddydrive-privacy-section-options input[type="text"] {
  padding: 0 15px 0 0;
  margin-bottom: 30px;
  border: none;
  width: 300px;
  background: transparent;
  font-weight: 400;
  font-size: 0.875em;
  -webkit-transition: border .3s ease-out, padding .4s ease-out;
  -moz-transition: border .3s ease-out, padding .4s ease-out;
  -o-transition: border .3s ease-out, padding .4s ease-out;
  -ms-transition: border .3s ease-out, padding .4s ease-out;
  transition: border .3s ease-out, padding .4s ease-out;
}
body.buddydrive #buddydrive-edit-item #buddyitem-folder-section-options input[type="text"]:focus,
body.buddydrive #buddydrive-file-uploader #buddyitem-folder-section-options input[type="text"]:focus,
body.buddydrive #buddydrive-edit-item #buddydrive-folder-editor input[type="text"]:focus,
body.buddydrive #buddydrive-file-uploader #buddydrive-folder-editor input[type="text"]:focus,
body.buddydrive #buddydrive-edit-item #buddydrive-privacy-section-options input[type="text"]:focus,
body.buddydrive #buddydrive-file-uploader #buddydrive-privacy-section-options input[type="text"]:focus {
  border-color: transparent;
}
body.buddydrive #buddydrive-edit-item #buddyitem-folder-section-options,
body.buddydrive #buddydrive-file-uploader #buddyitem-folder-section-options {
  margin-top: 30px;
}
body.buddydrive #buddydrive-edit-item #buddydrive-privacy-section-options select,
body.buddydrive #buddydrive-file-uploader #buddydrive-privacy-section-options select {
  margin-bottom: 0;
}
body.buddydrive #buddydrive-edit-item #buddydrive-admin-privacy-detail,
body.buddydrive #buddydrive-file-uploader #buddydrive-admin-privacy-detail {
  font-size: 0.875em;
}
body.buddydrive #buddydrive-edit-item #buddydrive-admin-privacy-detail label,
body.buddydrive #buddydrive-file-uploader #buddydrive-admin-privacy-detail label {
  margin-top: 30px;
}
body.buddydrive #buddydrive-edit-item .buddydrive-action input[type="submit"],
body.buddydrive #buddydrive-file-uploader .buddydrive-action input[type="submit"],
body.buddydrive #buddydrive-edit-item .buddydrive-action a,
body.buddydrive #buddydrive-file-uploader .buddydrive-action a {
  min-height: 30px;
  padding: 5px 20px;
  display: inline-block;
  margin: 0 0 0 15px;
  border: none;
  color: #FFFFFF;
}
body.buddydrive #buddydrive-file-uploader .media-upload-form {
  margin-top: 0;
}
body.buddydrive #buddydrive-file-uploader textarea {
  font-size: 14px;
}
body.buddydrive #buddydrive-file-uploader select {
  font-size: 14px;
}
body.buddydrive #buddydrive-file-uploader #buddydrive-third-step label {
  margin-bottom: 10px;
}
body.buddydrive #buddydrive-folder-editor {
  padding: 20px;
}
body.buddydrive #buddydrive-folder-editor select {
  font-size: 14px;
}
body.buddydrive #buddydrive-folder-editor input[type="text"] {
  font-size: 14px;
  width: 100%;
}
body.buddydrive #buddydrive-folder-editor .buddydrive-action input[type="submit"] {
  line-height: 20px;
}
body.buddydrive #buddydrive-folder-editor .buddydrive-action a {
  display: inline-block;
}
body.buddydrive #buddydrive-folder-editor #buddyfolder-second-step .buddydrive-action a {
  margin: 0 0 0 15px;
}
/*-------------------------------------------------------------------------
  Events Page
-------------------------------------------------------------------------*/
.events #buddypress #item-body h3,
.events #buddypress #item-body h4 {
  margin-bottom: 20px;
  font-size: 14px;
}
.events #buddypress #item-body .statusnotice .em-warning {
  padding: 0;
  margin-bottom: 20px;
}
.events #buddypress #item-body .statusnotice .em-warning p {
  margin: 0 !important;
  font-size: 12px;
}
.events #buddypress #item-body .em-events-list > li {
  font-size: 13px;
  padding: 0 0 0 40px;
  margin: 5px 0 10px 0;
}
.events #buddypress #item-body .em-events-list > li:before {
  content: '\e8cc';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  text-align: center;
  font-family: 'icomoon';
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.events #buddypress #item-body .em-events-list > li > a {
  display: block;
  font-weight: 600;
}
.events #buddypress #item-body .em-events-list > li > ul li {
  font-size: 13px;
}
.events #buddypress #item-body .em-events-list > li > ul li a {
  font-size: 13px;
}
.events #buddypress #item-body .em-pagination {
  margin-bottom: 20px;
  display: block;
  font-size: 13px;
}
.events #buddypress #item-body .em-pagination strong {
  margin-right: 5px;
}
.events #buddypress #item-body .em-pagination strong .current {
  font-weight: 600;
}
.events #buddypress #item-body .em-pagination > a {
  margin-right: 5px;
}
.events #buddypress #item-body .css-events-admin > .em-button,
.events #buddypress #item-body .css-locations-admin > .em-button {
  float: none;
  margin: 0;
  top: 0;
  line-height: 21px;
}
.events #buddypress #item-body .css-events-admin .subsubsub,
.events #buddypress #item-body .css-locations-admin .subsubsub {
  margin-top: 20px;
  margin-bottom: 10px;
}
.events #buddypress #item-body .css-events-admin .subsubsub a,
.events #buddypress #item-body .css-locations-admin .subsubsub a {
  font-size: 13px;
}
.events #buddypress #item-body .css-events-admin .subsubsub a.current,
.events #buddypress #item-body .css-locations-admin .subsubsub a.current {
  font-weight: 600;
}
.events #buddypress #item-body .css-events-admin .subsubsub a .count,
.events #buddypress #item-body .css-locations-admin .subsubsub a .count {
  margin-left: 5px;
}
.events #buddypress #item-body .css-events-admin .search-box,
.events #buddypress #item-body .css-locations-admin .search-box {
  position: relative;
}
.events #buddypress #item-body .css-events-admin .search-box:before,
.events #buddypress #item-body .css-locations-admin .search-box:before {
  content: '\e60e';
  position: absolute;
  display: block;
  font-family: 'icomoon';
  width: 14px;
  height: 14px;
  right: 20px;
  top: 3px;
  font-size: 14px;
  font-weight: 600;
}
.events #buddypress #item-body .css-events-admin .search-box input[type="text"],
.events #buddypress #item-body .css-locations-admin .search-box input[type="text"] {
  height: 30px;
  border-radius: 30px;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  line-height: normal;
  border: none;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.02em;
  -webkit-transition: font-size .3s ease-out, background-color .3s ease-out;
  -moz-transition: font-size .3s ease-out, background-color .3s ease-out;
  -o-transition: font-size .3s ease-out, background-color .3s ease-out;
  -ms-transition: font-size .3s ease-out, background-color .3s ease-out;
  transition: font-size .3s ease-out, background-color .3s ease-out;
}
.events #buddypress #item-body .css-events-admin .search-box input[type="submit"],
.events #buddypress #item-body .css-locations-admin .search-box input[type="submit"] {
  height: 30px;
  line-height: 30px;
  min-height: inherit;
  border-radius: 30px;
  padding: 0 12px;
  border: none;
  background: transparent;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 50px;
  letter-spacing: 0.03em;
  font-size: 13px;
  text-transform: none;
}
.events #buddypress #item-body .css-events-admin .events-table tbody tr td strong,
.events #buddypress #item-body .css-locations-admin .events-table tbody tr td strong {
  font-weight: 400;
}
.events #buddypress #item-body .css-events-admin .events-table tbody tr td .row-title,
.events #buddypress #item-body .css-locations-admin .events-table tbody tr td .row-title {
  font-weight: 600;
}
.events #buddypress #item-body .css-events-admin .events-table tbody tr td a,
.events #buddypress #item-body .css-locations-admin .events-table tbody tr td a {
  display: block;
}
.events #buddypress #item-body .css-events-admin .events-table tbody tr td a strong,
.events #buddypress #item-body .css-locations-admin .events-table tbody tr td a strong {
  visibility: hidden;
  font-size: 0;
  font-weight: 400;
}
.events #buddypress #item-body .css-events-admin .events-table tbody tr td a strong:before,
.events #buddypress #item-body .css-locations-admin .events-table tbody tr td a strong:before {
  content: '\e80b';
  font-family: 'icomoon';
  font-size: 14px;
  visibility: visible;
  display: block;
  text-align: center;
}
.events #buddypress #item-body .css-events-admin .widefat tr td:first-child,
.events #buddypress #item-body .css-locations-admin .widefat tr td:first-child,
.events #buddypress #item-body .css-events-admin .widefat tr th:first-child,
.events #buddypress #item-body .css-locations-admin .widefat tr th:first-child {
  width: 16px;
  padding: 10px 15px;
  text-align: center;
}
.events #buddypress #item-body .css-events-admin .widefat tr td:first-child input[type="checkbox"],
.events #buddypress #item-body .css-locations-admin .widefat tr td:first-child input[type="checkbox"],
.events #buddypress #item-body .css-events-admin .widefat tr th:first-child input[type="checkbox"],
.events #buddypress #item-body .css-locations-admin .widefat tr th:first-child input[type="checkbox"] {
  margin-right: 0;
}
.events #buddypress #item-body .css-bookings-admin .em-bookings-recent h2,
.events #buddypress #item-body .css-bookings-admin .em-bookings-events h2 {
  font-size: 15px;
  margin-bottom: 5px;
}
.events #buddypress #item-body .css-bookings-admin .em-bookings-recent .em-bookings-table-export {
  background-size: 80%;
  margin-top: 10px;
  margin-right: 5px;
}
.events #buddypress #item-body .css-bookings-admin .em-bookings-recent .em-bookings-table-settings {
  background-size: 80%;
  margin-top: 10px;
  margin-right: 10px;
}
.events #buddypress #item-body .css-event-form {
  margin-top: 20px;
  padding-top: 20px;
}
.events #buddypress #item-body .css-event-form h3.event-form-name {
  margin-bottom: 0;
  padding: 0;
}
.events #buddypress #item-body .css-event-form h3.event-form-name:before {
  content: '\e8cc';
  font-family: 'icomoon';
  display: block;
  float: left;
  margin-right: 10px;
}
.events #buddypress #item-body .css-event-form .event-form-name {
  margin-top: 0;
  font-size: 13px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.events #buddypress #item-body .css-event-form .event-form-name #event-name {
  width: 50%;
}
.events #buddypress #item-body .css-event-form h3.event-form-when {
  margin-bottom: 10px;
}
.events #buddypress #item-body .css-event-form h3.event-form-when:before {
  content: '\e66f';
  font-family: 'icomoon';
  display: block;
  float: left;
  margin-right: 10px;
}
.events #buddypress #item-body .css-event-form .event-form-with-recurrence {
  margin-bottom: 40px;
}
.events #buddypress #item-body .css-event-form .event-form-with-recurrence > p:first-child {
  font-size: 13px;
  margin-bottom: 20px;
}
.events #buddypress #item-body .css-event-form .event-form-with-recurrence > p:first-child #em-recurrence-checkbox {
  float: left;
  top: 6px;
}
.events #buddypress #item-body .css-event-form .event-form-with-recurrence p {
  font-size: 13px;
}
.events #buddypress #item-body .css-event-form .event-form-with-recurrence .em-date-range {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.events #buddypress #item-body .css-event-form .event-form-with-recurrence .em-date-range .em-event-text,
.events #buddypress #item-body .css-event-form .event-form-with-recurrence .em-date-range .em-recurring-text {
  position: absolute;
}
.events #buddypress #item-body .css-event-form .event-form-with-recurrence .em-date-range .em-date-input-loc {
  margin-right: 20px;
  margin-top: 16px;
}
.events #buddypress #item-body .css-event-form .event-form-with-recurrence .em-time-range .em-time-allday {
  float: left;
  top: 6px;
}
.events #buddypress #item-body .css-event-form h3.event-form-where:before {
  content: '\e6fc';
  font-family: 'icomoon';
  display: block;
  float: left;
  margin-right: 10px;
}
.events #buddypress #item-body .css-event-form .event-form-where {
  margin-top: 0;
}
.events #buddypress #item-body .css-event-form .event-form-where .em-location-data-nolocation > p {
  font-size: 13px;
  margin-bottom: 20px;
}
.events #buddypress #item-body .css-event-form .event-form-where .em-location-data-nolocation > p #no-location {
  float: left;
  top: 6px;
}
.events #buddypress #item-body .css-event-form .em-location-data tbody,
.events #buddypress #item-body .css-event-form .em-location-data tr,
.events #buddypress #item-body .css-event-form .em-location-data td,
.events #buddypress #item-body .css-event-form .em-location-data th {
  display: block;
  padding: 0;
}
.events #buddypress #item-body .css-event-form .em-location-data th {
  font-weight: 600;
}
.events #buddypress #item-body .css-event-form .em-location-map-container em {
  font-size: 13px;
}
div.time-picker ul li {
  height: auto !important;
}
/*--------------------------------------------------------------
Cover Photo
--------------------------------------------------------------*/
#item-header > #item-header-avatar,
#item-header > #item-header-content {
  z-index: 2;
  position: relative;
}
#header-cover-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  z-index: 1;
}
.group-create #header-cover-image {
  position: relative;
  width: 100%;
  height: 250px;
  display: none;
}
.group-create #header-cover-image[style*="url"] {
  display: block;
}
