#buddypress #item-body #bbpress-forums {
    margin-top: 20px;
}

#buddypress #bbpress-forums > h3 {
    display: none;
}

#buddypress h4 {
    color: #242c42;
}

#buddypress legend {
    margin-bottom: 0;
}

#buddypress div#user-pag.pagination {
    padding: 30px 0;
}

#buddypress div.pagination {
    padding: 0;
}

#buddypress div.pagination .pag-count {
    margin-left: 0;
}

#buddypress #cover-image-container {
    display: flex;
}

#buddypress #item-header-cover-image {
    padding: 0 30px;
    width: 100%;
}

#buddypress div.dir-search label[for=members_search] {
    display: inline-block;
    margin: 0;
    width: 310px;
    float: left;
}

#buddypress .dir-search input[type=search],
#buddypress div.dir-search input[type=text],
#buddypress li.groups-members-search input[type=search],
#buddypress li.groups-members-search input[type=text],
#buddypress .standard-form input[type=color],
#buddypress .standard-form input[type=date],
#buddypress .standard-form input[type=datetime-local],
#buddypress .standard-form input[type=datetime],
#buddypress .standard-form input[type=email],
#buddypress .standard-form input[type=month],
#buddypress .standard-form input[type=number],
#buddypress .standard-form input[type=password],
#buddypress .standard-form input[type=range],
#buddypress .standard-form input[type=search],
#buddypress .standard-form input[type=tel],
#buddypress .standard-form input[type=text],
#buddypress .standard-form input[type=time],
#buddypress .standard-form input[type=url],
#buddypress .standard-form input[type=week] {
    font-weight: 400;
    color: #6f8190;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    padding: 6px 12px;
    height: 50px;
    border: 0;
    -webkit-transition: -webkit-box-shadow ease-in-out .15s;
    -moz-transition: box-shadow ease-in-out .15s;
    -ms-transition: box-shadow ease-in-out .15s;
    -o-transition: box-shadow ease-in-out .15s;
    transition: box-shadow ease-in-out .15s;
}

#buddypress div.dir-search input[type=text]:focus,
#buddypress div.dir-search input[type=text]:active,
#buddypress .standard-form input[type=text]:focus,
#buddypress .standard-form input[type=text]:active,
#buddypress li.groups-members-search input[type=text]:focus,
#buddypress li.groups-members-search input[type=text]:active,
#buddypress li.groups-members-search input[type=search]:focus,
#buddypress li.groups-members-search input[type=search]:active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#buddypress .standard-form input[type=text]::-webkit-input-placeholder,
#buddypress div.dir-search input[type=text]::-webkit-input-placeholder,
#buddypress li.groups-members-search input[type=text]::-webkit-input-placeholder,
#buddypress li.groups-members-search input[type=search]::-webkit-input-placeholder {
    color: rgba(111, 129, 144, .5);
}

#buddypress .standard-form input[type=text]:-moz-placeholder,
#buddypress .standard-form input[type=text]::-moz-placeholder,
#buddypress div.dir-search input[type=text]:-moz-placeholder,
#buddypress div.dir-search input[type=text]::-moz-placeholder,
#buddypress li.groups-members-search input[type=text]:-moz-placeholder,
#buddypress li.groups-members-search input[type=text]::-moz-placeholder,
#buddypress li.groups-members-search input[type=search]:-moz-placeholder,
#buddypress li.groups-members-search input[type=search]::-moz-placeholder {
    color: rgba(111, 129, 144, .5);
}

#buddypress .standard-form input[type=text]:-ms-placeholder,
#buddypress div.dir-search input[type=text]:-ms-input-placeholder,
#buddypress li.groups-members-search input[type=text]:-ms-input-placeholder,
#buddypress li.groups-members-search input[type=search]:-ms-input-placeholder {
    color: rgba(111, 129, 144, .5);
}

#buddypress .standard-form textarea {
    width: 100%;
    padding: 6px 12px;
    border: 0;
    -webkit-transition: -webkit-box-shadow ease-in-out .15s;
    -moz-transition: box-shadow ease-in-out .15s;
    -ms-transition: box-shadow ease-in-out .15s;
    -o-transition: box-shadow ease-in-out .15s;
    transition: box-shadow ease-in-out .15s;
}

#buddypress div#message {
    margin: 30px 0 15px;
}

#buddypress div#message.updated {
    margin: 0;
    padding-top: 30px;
}

#buddypress div#message p,
#buddypress div#message.updated p,
#buddypress #sitewide-notice p,
#buddypress div.bp-avatar-status p.success,
#buddypress div.bp-cover-image-status p.success {
    padding: 12.5px 0;
    background-color: transparent;
    line-height: 25px;
    font-size: 14px;
    border: 0;
    margin: 0;
}

#buddypress div#message,
#buddypress div#message.updated,
#buddypress #sitewide-notice {
    border: 0;
    border-left: 3px solid #86bc42;
    background-color: rgba(134, 188, 66, 0.1);
    color: #515151;
    border-radius: 0;
    padding: 0 15px;
}

#buddypress div#message.error {
    background-color: rgba(170, 0, 0, .1);
    border-left: 3px solid #a00;
    clear: left;
    color: #515151;
}

#buddypress div#message.error p {
    background-color: transparent;
    border: 0;
    color: inherit;
}

#buddypress p.warning,
body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning,
body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning {
    border: 0;
    border-left: 3px solid #cb2;
    color: #6f8190;
    padding: 0 15px;
    line-height: 40px;
}

#buddypress ul.item-list {
    font-size: 14px;
}

#buddypress #whats-new:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#buddypress form#whats-new-form {
    background-color: transparent;
}

#buddypress form#whats-new-form #whats-new-submit {
    margin-top: 4px;
}

#buddypress form#whats-new-form #whats-new-content {
    margin-left: 100px;
    padding: 0;
}

#buddypress form#whats-new-form p.activity-greeting {
    line-height: 1.42857143;
    margin-left: 100px;
}

#buddypress form#whats-new-form #whats-new-content #whats-new-options {
    margin-top: 5px;
}

#buddypress form#whats-new-form textarea {
    padding: 6px 12px;
    resize: none;
    background-color: #fafafa;
    border-radius: 0px;
    border: none;
    box-shadow: none;
}

#buddypress form#whats-new-form #whats-new-options select {
    border-color: #fafafa;
    background-color: #fafafa;
    padding: 8px;
    margin: 7px 0 0;
}

#buddypress .comment-reply-link,
#buddypress .generic-button a,
#buddypress a.button,
#buddypress button,
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress input[type=submit],
#buddypress ul.button-nav li a,
a.bp-title-button {
    display: inline-block;
    height: auto;
    border: none;
    margin-right: 5px;
    border-radius: 0;
    padding: 0 25px;
    background: #86bc42;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#buddypress .generic-button a {
    line-height: 40px;
}

#buddypress .generic-button a:first-child {
    margin-left: 0;
}

#buddypress .comment-reply-link:hover,
#buddypress div.generic-button a:hover,
#buddypress a.button:hover,
#buddypress button:hover,
#buddypress ul.button-nav li a:hover,
a.bp-title-button:hover,
#buddypress input[type=button]:hover,
#buddypress input[type=reset]:hover,
#buddypress input[type=submit]:hover,
#buddypress .standard-form div.submit input:focus {
    background-color: #242c42;
    border: none;
    color: #ffffff;
}

#buddypress input[type=submit]:focus,
#buddypress a.button:focus {
    background-color: #242c42;
    border-color: #242c42;
    color: #ffffff;
}

#buddypress a.button.accept,
#buddypress a.button.reject {
    line-height: 40px;
}

.bp-avatar-nav ul.avatar-nav-items li a,
#buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li span,
#buddypress div.item-list-tabs ul li.current a,
#buddypress div.item-list-tabs ul li.selected a {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 25px;
    display: block;
    position: relative;
    background-color: transparent;
    color: #242c42;
    opacity: 1;
    transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
}

#buddypress div.item-list-tabs ul {
    width: 100%;
    border-radius: 0;
    min-width: 173px;
}

#buddypress div.item-list-tabs #more ul {
    border: 0;
    border-bottom: 5px solid #86bc42;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.bp-avatar-nav ul.avatar-nav-items li,
#buddypress div.item-list-tabs ul li {
    position: relative;
}

#buddypress div.item-list-tabs ul li,
#buddypress div.item-list-tabs ul li a {
    height: 42px;
}

.bp-avatar-nav ul.avatar-nav-items li:after,
#buddypress div.item-list-tabs:not(#subnav) > ul > li:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background-color: #f6f6f6;
}

.bp-avatar-nav ul.avatar-nav-items li.current:after,
#buddypress div.item-list-tabs:not(#subnav) > ul > li.selected:after,
#buddypress div.item-list-tabs:not(#subnav) > ul > li.current:after {
    background-color: #86bc42;
}

.bp-avatar-nav ul.avatar-nav-items li a:after,
#buddypress div.item-list-tabs:not(#subnav) > ul > li > a:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    background-color: #242c42;
    z-index: 1;
    transition: width 0.3s linear;
    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    -ms-transition: width 0.3s linear;
}

.bp-avatar-nav ul.avatar-nav-items li a:hover:after,
.bp-avatar-nav ul.avatar-nav-items li.current a:hover:after,
#buddypress div.item-list-tabs:not(#subnav) > ul > li > a:hover:after {
    width: 100%;
}

#buddypress div.item-list-tabs:not(#subnav) ul li:first-child a,
#buddypress div.item-list-tabs:not(#subnav) ul li:first-child span {
    border-left: 0;
}

#buddypress div.item-list-tabs:not(#subnav) ul li.current a span,
#buddypress div.item-list-tabs:not(#subnav) ul li.selected a span,
#buddypress div.item-list-tabs:not(#subnav) ul li a span {
    background-color: #242c42;
    border-color: #242c42;
    color: #ffffff;
    width: 20px;
    height: 20px;
    position: relative;
    top: -1px;
    padding: 0;
    line-height: 20px;
    display: inline-block;
    border: 0;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
}

#buddypress div.item-list-tabs:not(#subnav) ul li a:hover {
    color: #86bc42;
    background-color: transparent;
}

#buddypress div.item-list-tabs:not(#subnav) ul li a:hover span,
#buddypress div.item-list-tabs:not(#subnav) ul li.current a:hover span,
#buddypress div.item-list-tabs:not(#subnav) ul li.selected a:hover span {
    background-color: #86bc42;
    border-color: #86bc42;
    color: #ffffff;
}

#buddypress div.item-list-tabs ul li.last select {
    padding: 8px;
    background-color: #fafafa;
    border-radius: 0px;
    border: none;
    box-shadow: none;
}

#buddypress #reply-title small a,
#buddypress a.bp-primary-action,
#buddypress a.bp-secondary-action {
    background-color: transparent;
    border: 0;
    color: #5e6d77;
    position: relative;
    text-transform: capitalize;
}

#buddypress a.bp-primary-action:focus,
#buddypress a.bp-secondary-action:focus,
#buddypress #reply-title small a:hover,
#buddypress a.bp-primary-action:hover,
#buddypress a.bp-secondary-action:hover {
    border: 0;
    background-color: transparent;
    color: #86bc42;
}

#buddypress #reply-title small a span,
#buddypress a.bp-primary-action span {
    transition: all 0.5s ease;
}

#buddypress a.bp-primary-action:hover span {
    background-color: #86bc42;
    color: #ffffff;
}

#buddypress .activity-header {
    margin-right: 0;
}

#buddypress .activity-list .activity-content {
    margin: 0 0 0 100px;
}

#buddypress .activity-list .activity-content .activity-header,
#buddypress .activity-list .activity-content .comment-header {
    color: #5e6d77;
    line-height: 21px;
}

#buddypress #activity-stream {
    margin: 0;
}

#buddypress #activity-stream p {
    margin: 0;
}

#buddypress ul.item-list li .item-avatar {
    float: left;
}

#buddypress ul.item-list li .item {
    margin-left: 100px;
}

#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic,
#buddypress .activity-list li.mini .activity-avatar img.avatar,
#buddypress ul.item-list li img.avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 30px 0 0;
}

#buddypress ul.item-list li img.avatar {
    float: none;
}

#buddypress .activity-content .acomment-reply:before,
#buddypress .activity-content .delete-activity:before,
#buddypress .activity-content .fav:before {
    margin-right: 5px;
    font-size: 14px;
    font-family: 'fontawesome';
    color: #5e6d77;
    line-height: 1.42857143;
    transition: color 0.5s ease;
}

#buddypress .activity-content .acomment-reply:before {
    content: '\f075';
}

#buddypress .activity-content .fav:before {
    content: '\f004';
}

#buddypress .activity-content .delete-activity:before {
    content: '\f014';
}

#buddypress .activity-content .reply:before {
    content: '\f112';
}

#buddypress .acomment-reply:hover:before,
#buddypress .delete-activity:hover:before,
#buddypress .fav:hover:before,
#buddypress .fav.loading:before,
#buddypress .fav:focus:before,
#buddypress a.bp-secondary-action.unfav {
    color: #86bc42;
}

#buddypress #reply-title small a,
#buddypress a.bp-primary-action,
#buddypress a.bp-secondary-action,
#buddypress span.highlight {
    margin-right: 0;
    line-height: 30px;
    display: inline-block;
}

#buddypress #activity-stream p {
    font-size: 14px;
}

#buddypress .activity-header a.activity-time-since,
#buddypress .comment-meta a.activity-time-since {
    display: block;
    color: #aaaaaa;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 10px;
}

#buddypress .activity-header a.activity-time-since span,
#buddypress .comment-meta a.activity-time-since span {
    font-size: 12px;
}

#buddypress .acomment-options {
    margin-left: -8px;
    margin-bottom: 30px;
}

#buddypress .activity-list .activity-content .activity-inner,
#buddypress .activity-list .activity-content blockquote {
    margin-top: 5px;
}

#buddypress .acomment-options a.bp-primary-action,
#buddypress .acomment-options a.bp-secondary-action {
    padding: 8px;
    font-size: 100%;
    display: initial;
    line-height: 1;
}

#buddypress div.ac-reply-avatar img {
    border: 0;
}

#buddypress div.item-list-tabs {
    overflow: visible;
    position: relative;
}

#buddypress div.item-list-tabs#subnav {
    margin-top: 30px;
    overflow: visible;
}

#buddypress div.item-list-tabs#subnav > ul {
    display: table;
}

#buddypress div.item-list-tabs#subnav > ul.filter {
    border: none;
    margin-top: 30px;
}

#buddypress #item-body div.item-list-tabs#subnav .last-li {
    border-bottom: 0;
}

#buddypress div.activity-meta {
    margin: 0;
    margin-top: 14px;
}

#buddypress div.activity-meta a {
    padding: 0;
    margin-left: 0;
    margin-right: 20px;
    line-height: 1em;
}

#buddypress div.activity-meta a:last-child {
    margin-right: 0;
}

#buddypress div.activity-comments div.acomment-meta {
    font-size: 14px;
}

#buddypress div.activity-comments form textarea {
    padding: 6px 12px;
    height: 50px;
}

#buddypress div.activity-comments form textarea:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#buddypress div.activity-comments>ul {
    padding: 0 0 0 10px;
}

#buddypress div.activity-comments form div.ac-reply-content {
    margin-left: 100px;
    padding-left: 0;
}

#buddypress div.activity-comments ul li form div.ac-reply-content {
    margin-bottom: 30px;
}

#buddypress div.activity-comments form .ac-textarea {
    display: flex;
    padding: 0;
    border: 0;
}

#buddypress div.activity-comments form input {
    margin-right: 10px;
    line-height: 30px;
}

#buddypress div#subnav ul li a {
    font-size: 24px;
    padding: 0;
}

#buddypress div#subnav ul li a:hover {
    background-color: transparent;
}

#buddypress .acomment-meta a,
#buddypress .activity-header a,
#buddypress .comment-meta a {
    color: #86bc42;
    font-weight: 700;
    font-size: 14px;
}

#buddypress .acomment-meta a:hover,
#buddypress .activity-header a:hover,
#buddypress .comment-meta a:hover {
    color: #5e6d77;
}

#buddypress div.activity-comments ul {
    position: relative;
}

#buddypress div#pag-top {
    display: none;
}

#buddypress #notifications-bulk-management,
#buddypress .standard-form #blog-details-section #buddypress #activity-stream,
#buddypress ul.item-list {
    border-top: 0;
}

#buddypress ul.item-list li {
    padding: 30px;
    border: 0;
    background-color: #fafafa;
}

#buddypress ul.item-list > li {
    margin-bottom: 30px;
}

#buddypress div.activity-comments ul li {
    padding: 30px 0 0;
}

#buddypress ul.item-list li div.item-desc {
    font-size: 100%;
    margin: 0;
    width: 100%;
}

#buddypress ul.item-list.activity-list li.has-comments {
    padding-bottom: 30px;
}

#buddypress ul.item-list li div.meta,
#buddypress ul.item-list li div.item-title,
#buddypress ul.item-list li h4 {
    font-size: 100%;
}

#buddypress ul.item-list li div.meta {
    margin-top: 0;
}

#buddypress ul.item-list li div.meta span.highlight {
    color: #ffffff;
    background-color: #86bc42;
    padding: 0 15px;
    box-shadow: none;
    margin: 0;
    margin-right: 5px;
}

#buddypress ul.item-list li div.item-meta {
    margin-bottom: 5px;
}

#buddypress div.dir-search {
    margin-top: 0;
    margin-bottom: 20px;
}

#buddypress div.dir-search #search-groups-form label {
    margin-bottom: 0;
}

#buddypress div.dir-search #search-groups-form #groups_search {
    height: auto;
    line-height: 28px;
    padding: 1px 10px;
    background-color: transparent;
    border-right: 0;
    font-weight: normal;
    font-size: 100%;
    border: 1px solid #ccc;
    border-right: 0;
}

#buddypress div.dir-search #search-groups-form #groups_search_submit {
    line-height: 30px;
    width: 100px;
    float: right;
}

#buddypress #item-body form#whats-new-form {
    margin-bottom: 30px;
}

#buddypress form#whats-new-form #whats-new-avatar {
    width: 70px;
    height: 70px;
}

#buddypress form#whats-new-form #whats-new-avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100%;
}
#buddypress ul#friend-list li  div.action {
    margin-left: 0;
}
#buddypress ul.item-list li div.action {
    position: relative;
    text-align: left;
    top: auto;
    right: auto;
    margin-top: 10px;
}
#buddypress ul.item-list .is-admin div.action,#buddypress ul.item-list .is-member div.action {
    margin-left: 0px;
}

#buddypress .generic-button .group-button{
   width: 215px;,
}
#buddypress ul.item-list  div.action .generic-button{
  text-align: left;
}
#buddypress  #item-header-content .generic-button .group-button{
    float: left;
}
#buddypress .standard-form label,
#buddypress .standard-form span.label {
    text-transform: uppercase;
    line-height: inherit;
    color: #737373;
    margin-top: 15px;
    margin-bottom: 5px;
}

#buddypress .standard-form {
    margin-top: 30px;
}

#buddypress #settings-form.standard-form input#pass2 {
    margin-top: 10px;
}

#buddypress .standard-form div.submit input {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
}

#buddypress .standard-form input:focus,
#buddypress .standard-form textarea:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#buddypress #item-header-cover-image #item-header-avatar {
    margin-top: 160px;
}

#buddypress #item-header-cover-image #item-header-avatar img.avatar {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 4px solid #ffffff;
}

#buddypress div#item-header #item-header-cover-image #item-header-content {
    margin-left: 155px;
    margin-top: -70px;
    margin-bottom: 30px;
}

#buddypress div#item-header div#item-meta {
    font-size: 100%;
    margin: 0;
    padding-bottom: 0;
}

#buddypress #admins-list li .item-title .activity-read-more a,
#buddypress #members-list li .item-title .activity-read-more a,
#buddypress #mods-list li .item-title .activity-read-more a,
#buddypress .field-visibility-settings a,
#buddypress .field-visibility-settings-toggle a,
#buddypress div#item-header div#item-meta #latest-update > a {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    margin-left: 10px;
    background-color: #86bc42;
    color: #ffffff;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

#buddypress #admins-list li .item-title .activity-read-more a:hover,
#buddypress #members-list li .item-title .activity-read-more a:hover,
#buddypress #mods-list li .item-title .activity-read-more a:hover,
#buddypress .field-visibility-settings a:hover,
#buddypress .field-visibility-settings-toggle a:hover,
#buddypress div#item-header div#item-meta #latest-update > a:hover {
    background-color: #242c42;
    color: #ffffff;
}

#buddypress #members-list li .item-title .activity-read-more a {
    margin-left: 0;
}

#buddypress div#item-header-cover-image h2 a,
#buddypress div#item-header-cover-image h2 {
    text-shadow: none;
    margin-bottom: 10px;
    color: #242C42;
}

#buddypress div.item-list-tabs#subnav ul.rss-no-border {
    border-bottom: 0;
}

#buddypress #item-body div.item-list-tabs#subnav ul.rss-no-border li:after,
#buddypress #item-body div.item-list-tabs#subnav ul.rss-no-border li a:after {
    display: none;
}

#buddypress #item-body div.item-list-tabs#subnav ul.rss-no-border li a {
    font-size: 24px;
    padding: 0;
    color: #242c42;
}

#buddypress #item-body div.item-list-tabs#subnav ul.rss-no-border li.selected a {
    color: #86bc42;
}

#buddypress #item-body div.item-list-tabs#subnav ul.rss-no-border li a:hover {
    color: #86bc42;
}

#buddypress #item-body div.item-list-tabs#subnav ul.rss-no-border li {
    margin-left: 20px;
}

#buddypress #item-body div.item-list-tabs#subnav ul.rss-no-border li:first-child {
    margin-left: 0;
}

#buddypress div.item-list-tabs > ul,
#buddypress div.item-list-tabs.activity-type-tabs > ul,
#buddypress div.item-list-tabs#object-nav > ul {
    border-bottom: 1px solid #f6f6f6;
    display: table;
}

#buddypress #item-body div.item-list-tabs ul li a,
#buddypress #item-body div.item-list-tabs ul li span,
#buddypress #item-body div.item-list-tabs ul li.current a,
#buddypress #item-body div.item-list-tabs ul li.selected a {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 25px;
    display: block;
    position: relative;
    background-color: transparent;
    color: #242c42;
    opacity: 1;
    transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
}

#buddypress #item-body div.item-list-tabs > ul > li:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background-color: #f6f6f6;
}

#buddypress #item-body div.item-list-tabs > ul > li.selected:after,
#buddypress #item-body div.item-list-tabs > ul > li.current:after {
    background-color: #86bc42;
}

#buddypress div.item-list-tabs > ul > li > a:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    background-color: #242c42;
    z-index: 1;
    transition: width 0.3s linear;
    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    -ms-transition: width 0.3s linear;
}

#buddypress #item-body div.item-list-tabs > ul > li > a:hover:after {
    width: 100%;
}

#buddypress #item-body div.item-list-tabs ul li:first-child a,
#buddypress #item-body div.item-list-tabs ul li:first-child span {
    border-left: 0;
}

#buddypress #item-body div.item-list-tabs ul li.current a span,
#buddypress #item-body div.item-list-tabs ul li.selected a span,
#buddypress #item-body div.item-list-tabs ul li a span {
    background-color: #242c42;
    border-color: #242c42;
    color: #ffffff;
    width: 20px;
    padding: 0;
    line-height: 20px;
    display: inline-block;
    border: 0;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
}

#buddypress #item-body div.item-list-tabs ul li a:hover {
    color: #86bc42;
    background-color: transparent;
}

#buddypress #item-body div.item-list-tabs ul li a:hover span,
#buddypress #item-body div.item-list-tabs ul li.current a:hover span,
#buddypress #item-body div.item-list-tabs ul li.selected a:hover span {
    background-color: #86bc42;
    border-color: #86bc42;
    color: #ffffff;
}

#buddypress div.item-list-tabs#subnav ul li.last {
    margin-top: 0;
    line-height: 40px;
    color: #242c42;
    float: right;
    height: 40px;
}

#buddypress div.item-list-tabs#subnav ul li.groups-members-search {
    height: 40px;
}

#buddypress div.item-list-tabs#subnav ul li.groups-members-search label[for="members_search"],
#buddypress div.item-list-tabs#subnav ul li#group_members-order-select label[for="group_members-order-by"] {
    margin-bottom: 0;
}

#buddypress div.item-list-tabs#subnav ul li.last:after {
    display: none;
}

.bp-avatar-nav ul {
    border-bottom: 1px solid #F6F6F6;
}

.bp-avatar-nav ul.avatar-nav-items li.current {
    border: 0;
}

.bp-avatar-nav li a,
.bp-avatar-nav li.current a {
    opacity: 1;
}

.avatar-nav-items li a {
    padding: 0;
}

#buddypress div.profile h4 {
    margin-top: 30px;
    margin-bottom: 15px;
}

#buddypress .field-visibility-settings,
#buddypress .field-visibility-settings-notoggle,
#buddypress .field-visibility-settings-toggle {
    margin-top: 10px;
}

#buddypress div.item-list-tabs ul li#more i {
    margin-left: 5px;
    font-weight: bold;
}

.bp-avatar-nav ul.avatar-nav-items #more li,
#buddypress div.item-list-tabs #more li {
    width: 100%;
}

.bp-avatar-nav ul.avatar-nav-items #more li a,
#buddypress div.item-list-tabs #more li a {
    font-size: 14px;
}

#buddypress table.forum,
#buddypress table.messages-notices,
#buddypress table.notifications,
#buddypress table.notifications-settings,
#buddypress table.profile-fields,
#buddypress table.wp-profile-fields,
#buddypress table.forum tr.alt td,
#buddypress table.messages-notices tr.alt td,
#buddypress table.notifications tr.alt td,
#buddypress table.notifications-settings tr.alt td,
#buddypress table.profile-fields tr.alt td,
#buddypress table.profile-settings tr.alt td,
#buddypress table.wp-profile-fields tr.alt td {
    color: #6f8190;
    background-color: #fafafa;
}

#buddypress table.forum tr td.label,
#buddypress table.messages-notices tr td.label,
#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 {
    display: table-cell;
    text-align: left;
    font-size: 100%;
    padding: 15px;
    color: #6f8190;
}

#buddypress table tr td a,
#buddypress table tr td p {
    color: #6f8190;
}

.entry-content table {
    border: 0;
}

.entry-content table tr:first-child th,
.entry-content table tr:first-child td {
    border-top: 0;
}

.entry-content table th,
.entry-content table td {
    border-left: 0;
}

#buddypress div.message-search {
    float: none;
    margin: 30px 0 0;
    text-align: right;
}

#buddypress div.message-search input[type=text] {
    line-height: 40px;
    padding: 0 10px;
    background-color: #fafafa;
    border: none;
    font-weight: normal;
    font-size: 12px;
}

#buddypress div.message-search input[type=submit] {
    position: relative;
    line-height: 40px;
    width: 100px;
    float: right;
}

#buddypress #item-body div.profile .standard-form .editfield {
    padding-bottom: 15px;
}

#buddypress .field-visibility-settings .radio {
    margin: 15px 0;
}

#buddypress .checkbox input[type=checkbox],
#buddypress .checkbox-inline input[type=checkbox],
#buddypress .radio input[type=radio],
#buddypress .radio-inline input[type=radio],
#buddypress #group-settings-form.standard-form input[type=checkbox],
#buddypress #account-capabilities-form.standard-form input[type=checkbox] {
    display: none;
}

#buddypress #account-capabilities-form.standard-form label.buddypress-user-spam .text,
#buddypress #group-settings-form.standard-form label.buddypress-group-notify .text,
#buddypress #group-settings-form.standard-form label.buddypress-understand .text,
#buddypress #invite-list label .text,
#buddypress .checkbox label .text,
#buddypress .checkbox-inline label .text,
#buddypress .radio label .text,
#buddypress .radio-inline label .text,
#buddypress .standard-form .field-visibility-settings label {
    position: relative;
    line-height: 30px;
    text-transform: capitalize;
}

#buddypress #account-capabilities-form.standard-form label.buddypress-user-spam .text:before,
#buddypress #group-settings-form.standard-form label.buddypress-group-notify .text:before,
#buddypress #group-settings-form.standard-form label.buddypress-understand .text:before,
#buddypress #invite-list label .text:before,
#buddypress .checkbox label .text:before,
#buddypress .checkbox-inline label .text:before,
#buddypress .radio label .text:before,
#buddypress .radio-inline label .text:before,
#buddypress .standard-form .field-visibility-settings span:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -12px;
    background-color: #cccccc;
    border: 1px solid #cccccc;
}

#buddypress #account-capabilities-form.standard-form label.buddypress-user-spam input[type=checkbox]:checked + .text:before,
#buddypress #group-settings-form.standard-form label.buddypress-group-notify input[type=checkbox]:checked + .text:before,
#buddypress #group-settings-form.standard-form label.buddypress-understand input[type=checkbox]:checked + .text:before,
#buddypress #invite-list label input[type=checkbox]:checked + .text:before,
#buddypress .checkbox label input[type=checkbox]:checked + .text:before,
#buddypress .checkbox-inline label input[type=checkbox]:checked + .text:before,
#buddypress .radio label input[type=radio]:checked + .text:before,
#buddypress .radio-inline label input[type=radio]:checked + .text:before,
#buddypress .standard-form .field-visibility-settings input[type=radio]:checked + span:before {
    content: "\f00c";
    font-family: 'fontawesome';
    color: #86bc42;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    background-color: transparent;
}

#buddypress .field-visibility-settings legend,
#buddypress .field-visibility-settings-toggle {
    font-style: normal;
}

#buddypress ul.item-list > li > .item {
    margin-bottom: 10px;
}

#buddypress #admins-list li .item-title a,
#buddypress #members-list li .item-title a,
#buddypress #mods-list li .item-title a {
    color: #86bc42;
    font-weight: 700;
    font-size: 14px;
}

#buddypress #admins-list li .item-title a:hover,
#buddypress #members-list li .item-title a:hover,
#buddypress #mods-list li .item-title a:hover {
    color: #5e6d77;
}

#buddypress .activity-list .activity-content .activity-header a > img,
#buddypress .activity-list .activity-content .comment-header a > img {
    display: none;
}

#buddypress ul.item-list li div.item-title {
    width: 100%;
    margin: 5px 0;
}

#buddypress ul.item-list li div.item-title span {
    font-size: 100%;
}

#buddypress table.forum tr td input[type=checkbox],
#buddypress table.forum tr th input[type=checkbox],
#buddypress table.messages-notices tr td input[type=checkbox],
#buddypress table.messages-notices tr th input[type=checkbox],
#buddypress table.notifications tr td input[type=checkbox],
#buddypress table.notifications tr th input[type=checkbox],
#buddypress table.notifications-settings tr td input[type=checkbox],
#buddypress table.notifications-settings tr th input[type=checkbox],
#buddypress table.profile-fields tr td input[type=checkbox],
#buddypress table.profile-fields tr th input[type=checkbox],
#buddypress table.profile-settings tr td input[type=checkbox],
#buddypress table.wp-profile-fields tr td input[type=checkbox],
#buddypress table.wp-profile-fields tr th input[type=checkbox] {
    display: none;
}

#buddypress td.bulk-select-check label {
    width: 24px;
    height: 24px;
    overflow: hidden;
}

#buddypress th.bulk-select-all .bp-screen-reader-text,
#buddypress td.bulk-select-check .bp-screen-reader-text {
    clip: auto;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#buddypress th.bulk-select-all .bp-screen-reader-text:before,
#buddypress td.bulk-select-check .bp-screen-reader-text:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 1px solid #cccccc;
}

#buddypress table.messages-notices tr td.thread-star,
#buddypress table.messages-notices tr th.thread-star {
    text-align: center;
}

#buddypress table.messages-notices tr th.thread-star .message-action-star span.icon:before {
    color: #ffffff;
}

#buddypress table.messages-notices tr th.thread-star .screen-reader-text {
    position: relative;
    top: -4px;
}

.message-action-star span.icon:before {
    position: relative;
    top: -2px;
}

#buddypress table tr td.thread-info p.thread-excerpt {
    font-size: 100%;
    margin-top: 0;
}

#buddypress table.notifications tr td.notification-actions a,
#buddypress table.messages-notices tr td.thread-options a {
    color: #86bc42;
}

#buddypress table.notifications tr td.notification-actions a:hover,
#buddypress table.messages-notices tr td.thread-options a:hover {
    color: #242c42;
}

#buddypress table.forum tr td input[type=checkbox]:checked + .bp-screen-reader-text:before,
#buddypress table.forum tr th input[type=checkbox]:checked + .bp-screen-reader-text:before,
#buddypress table.messages-notices tr td input[type=checkbox]:checked + .bp-screen-reader-text:before,
#buddypress table.messages-notices tr th input[type=checkbox]:checked + .bp-screen-reader-text:before,
#buddypress table.notifications tr td input[type=checkbox]:checked + .bp-screen-reader-text:before,
#buddypress table.notifications tr th input[type=checkbox]:checked + .bp-screen-reader-text:before,
#buddypress table.notifications-settings tr td input[type=checkbox]:checked + .bp-screen-reader-text:before,
#buddypress table.notifications-settings tr th input[type=checkbox]:checked + .bp-screen-reader-text:before,
#buddypress table.profile-fields tr td input[type=checkbox]:checked + .bp-screen-reader-text:before,
#buddypress table.profile-fields tr th input[type=checkbox]:checked + .bp-screen-reader-text:before,
#buddypress table.profile-settings tr td input[type=checkbox]:checked + .bp-screen-reader-text:before,
#buddypress table.wp-profile-fields tr td input[type=checkbox]:checked + .bp-screen-reader-text:before,
#buddypress table.wp-profile-fields tr th input[type=checkbox]:checked + .bp-screen-reader-text:before {
    content: "\f00c";
    font-family: 'fontawesome';
    color: #86bc42;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    background-color: #ffffff;
}

#buddypress table.forum thead tr,
#buddypress table.messages-notices thead tr,
#buddypress table.notifications thead tr,
#buddypress table.notifications-settings thead tr,
#buddypress table.profile-fields thead tr,
#buddypress table.profile-settings thead tr,
#buddypress table.wp-profile-fields thead tr {
    background-color: #90a1ae;
    color: #ffffff;
}

#buddypress table.forum tr td,
#buddypress table.forum tr th,
#buddypress table.messages-notices tr td,
#buddypress table.messages-notices tr th,
#buddypress table.notifications tr td,
#buddypress table.notifications tr th,
#buddypress table.notifications-settings tr td,
#buddypress table.notifications-settings tr th,
#buddypress table.profile-fields tr td,
#buddypress table.profile-fields tr th,
#buddypress table.profile-settings tr td,
#buddypress table.wp-profile-fields tr td,
#buddypress table.wp-profile-fields tr th {
    position: relative;
    width: 1px;
    padding: 15px;
}

#buddypress table.forum thead tr th,
#buddypress table.messages-notices thead tr th,
#buddypress table.notifications thead tr th,
#buddypress table.notifications-settings thead tr th,
#buddypress table.profile-fields thead tr th,
#buddypress table.profile-settings thead tr th,
#buddypress table.wp-profile-fields thead tr th {
    padding: 15px;
}

#buddypress table tr td a:hover {
    color: #86bc42;
}

#buddypress #message-threads img.avatar {
    display: none;
}

#buddypress .messages-options-nav,
#buddypress .notifications-options-nav {
    text-align: right;
}

#buddypress .messages-options-nav .bp-screen-reader-text,
#buddypress .notifications-options-nav .bp-screen-reader-text {
    display: none;
}

#buddypress .messages-options-nav #messages-select,
#buddypress .notifications-options-nav #notification-select {
    padding: 5px 10px;
    background-color: transparent;
    margin-right: 10px;
}

#buddypress .messages-options-nav #messages-bulk-manage,
#buddypress .notifications-options-nav #notification-bulk-manage {
    line-height: 30px;
    float: right;
}

#buddypress .messages-options-nav input[type=submit][disabled=disabled],
#buddypress .notifications-options-nav input[type=submit][disabled=disabled] {
    border-color: #A9A9A9;
}

#buddypress .checkbox label .text,
#buddypress .checkbox-inline .text,
#buddypress .radio label .text,
#buddypress .radio-inline label .text {
    padding-left: 30px;
}

#buddypress .checkbox label .text:before,
#buddypress .checkbox-inline .text:before,
#buddypress .radio label .text:before,
#buddypress .radio-inline label .text:before {
    left: -10px;
}

#buddypress form.standard-form .left-menu #invite-list ul,
#buddypress form.standard-form .left-menu #invite-list label .text {
    padding-left: 20px;
}

#buddypress div#item-header div#item-meta span.highlight {
    color: #ffffff;
    background-color: #86bc42;
    padding: 0 15px;
    box-shadow: none;
    margin: 0;
    margin-right: 5px;
}

#buddypress div#item-header div#item-meta p {
    margin: 10px 0 0;
}

#buddypress div#item-header div#item-actions {
    float: right;
    margin: -20px 0 15px 15px;
    width: auto;
}

#buddypress div#item-header div#item-actions h3 {
    font-size: 14px;
}

#buddypress div#item-header ul {
    margin-bottom: 0;
}

#buddypress form.standard-form .acfb-holder {
    list-style-type: none;
    padding: 0;
}

#buddypress form.standard-form .acfb-holder li {
    float: none;
}

#buddypress form.standard-form .acfb-holder .friend-tab {
    margin: 5px 10px 10px 0;
    border-radius: 0;
    display: inline-block;
    border-color: #86BC42;
    background: #86BC42;
    color: #ffffff;
}

#buddypress form.standard-form .acfb-holder .friend-tab img.avatar {
    margin-right: 10px;
}

#buddypress form.standard-form .acfb-holder .friend-tab img {
    width: 30px !important;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

#buddypress form.standard-form .acfb-holder .friend-tab a {
    color: #ffffff;
}

#buddypress form.standard-form .acfb-holder .friend-tab .p {
    cursor: pointer;
}

#buddypress div#message-thread p#message-recipients span.highlight:hover,
#buddypress div#message-thread p#message-recipients span.highlight {
    background-color: transparent;
    box-shadow: none;
    font-size: 100%;
    color: #6f8190;
    margin-left: 0;
}

#buddypress div#message-thread p#message-recipients .button {
    display: initial;
    padding: 7px 10px;
    margin-left: 5px;
}

#buddypress div#message-thread img.avatar {
    width: 70px;
    height: 70px;
    margin-right: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

#buddypress div#message-thread div.message-content {
    margin-left: 100px;
}

#buddypress div#message-thread div.message-metadata {
    overflow: visible;
    margin-bottom: 10px;
}

#buddypress div#message-thread > div.message-box {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #fafafa;
}

#buddypress div#message-thread form div.message-box {
    padding: 0;
}

#buddypress .standard-form#send-reply textarea {
    width: 100%;
}

#buddypress div.activity-comments {
    margin-top: 15px;
}

#buddypress div.activity-comments li form.ac-form {
    padding: 15px 0 0 40px;
}

#buddypress div.activity-comments div.acomment-content {
    margin: 10px 0 5px 40px;
}

#buddypress div.activity-comments ul li ul {
    margin-left: 30px;
}

#buddypress div.activity-comments ul li ul li {
    padding-top: 30px;
}

#buddypress div.activity-comments ul ul ul {
    margin-left: 0;
    padding-left: 0;
}

#buddypress div.activity-comments li li form.ac-form {
    padding-left: 0;
}

#buddypress table.notification-settings td input[type=radio] {
    display: none;
}

#buddypress table.notification-settings td label {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
}

#buddypress table.notification-settings td label:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 1px solid #cccccc;
}

#buddypress table.notification-settings td input[type=radio]:checked + label:before {
    content: "\f00c";
    font-family: 'fontawesome';
    color: #86bc42;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    background-color: #ffffff;
}

#buddypress table.profile-settings td {
    background-color: #fafafa;
}

#buddypress table.profile-settings td select {
    padding: 8px;
    background-color: #fafafa;
    border-radius: 0px;
    border: 1px solid #dee5e9;
    box-shadow: none;
}

#buddypress div.item-list-tabs#subnav ul.rss-no-border li.groups-members-search input[type=text] {
    height: auto;
    line-height: 40px;
    padding: 0 10px;
    border: none;
    font-weight: normal;
    font-size: 12px;
}

#buddypress div.item-list-tabs#subnav ul.rss-no-border li.groups-members-search input[type=submit] {
    line-height: 40px;
    width: 100px;
    float: right;
}

#buddypress #send_message_form p > label #send-notice,
#buddypress #group-settings-form p > label #group-notify-members {
    display: none;
}

#buddypress #send_message_form p > label .text,
#buddypress #group-settings-form p > label .text {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-top: 15px;
    margin-bottom: 30px;
}

#buddypress #send_message_form p > label .text:before,
#buddypress #group-settings-form p > label .text:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    background-color: #cccccc;
    border: 1px solid #cccccc;
}

#buddypress #send_message_form p > label #send-notice:checked + .text:before,
#buddypress #group-settings-form p > label #group-notify-members:checked + .text:before {
    content: "\f00c";
    font-family: 'fontawesome';
    color: #86bc42;
    font-size: 14px;
    text-align: center;
    background-color: #ffffff;
}

.ac_results ul {
    list-style: none;
    background-color: #fafafa;
    padding: 0;
    margin: 0;
}

.ac_results ul li {
    padding: 8px;
}

.ac_results ul li.ac_over {
    background-color: #86bc42;
}

.ac_results ul li img {
    position: relative;
    top: -3px;
}

#buddypress table#message-threads tr td.thread-info {
    width: 98px;
}

#buddypress table.messages-notices tr td.thread-from {
    width: 85px;
}

#sitewide-notice.admin-bar-on #message {
    background-color: #ffd;
    border-left: 3px solid #cb2;
}

#sitewide-notice.admin-bar-on #message p {
    color: #515151;
    margin: 0;
}

#sitewide-notice.admin-bar-on #message #close-notice {
    padding: 5px 10px;
    margin-left: 5px;
    display: inline-block;
    background-color: #86bc42;
    color: #ffffff;
}

#sitewide-notice.admin-bar-on #message #close-notice:hover {
    background-color: #242c42;
}

#buddypress div#message p,
#sitewide-notice p {
    margin-top: 0;
    background-color: transparent;
    border: 0;
    color: #515151;
}

#buddypress table#message-threads tr[id*="notice-"] td:last-child {
    text-align: right;
    width: 28%;
}

#buddypress table#message-threads tr[id*="notice-"] td:last-child .button:last-child {
    width: 42px;
    padding: 0;
}

#buddypress ul.item-list li h5 span.small {
    float: none;
    display: block;
    font-size: 100%;
    margin-top: 10px;
}

#buddypress ul.item-list li h5 span.small .button {
    line-height: 25px;
    padding: 0 10px;
}

#buddypress #group-settings-form.standard-form fieldset legend {
    display: none;
}

#buddypress #group-settings-form.standard-form fieldset .field-group {
    margin-bottom: 15px;
}

#buddypress .standard-form p.description {
    font-size: 100%;
}

#buddypress #account-capabilities-form.standard-form label.buddypress-user-spam .text,
#buddypress #group-settings-form.standard-form label.buddypress-group-notify .text,
#buddypress #group-settings-form.standard-form label.buddypress-understand .text {
    padding-left: 35px;
}

#buddypress #account-capabilities-form.standard-form label.buddypress-user-spam .text:before,
#buddypress #group-settings-form.standard-form label.buddypress-group-notify .text:before,
#buddypress #group-settings-form.standard-form label.buddypress-understand .text:before {
    left: 0;
}

#buddypress .activity-list li.load-more,
#buddypress .activity-list li.load-newest {
    background-color: #86bc42;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
}

#buddypress .activity-list li.load-more a,
#buddypress .activity-list li.load-newest a {
    color: #ffffff;
}

#buddypress .activity-list li.load-more:hover,
#buddypress .activity-list li.load-newest:hover {
    background-color: #242c42;
}

#buddypress .standard-form select#bbp_group_forum_id {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    background-color: #fafafa;
    border-radius: 0px;
    height: 50px;
    border: none;
    box-shadow: none;
}

#buddypress .standard-form .field-group > .checkbox label {
    padding-left: 0;
}

#buddypress .standard-form .field-group > .checkbox .text:before {
    left: 0;
}

#buddypress .activity-list li.load-more.loading,
#buddypress .activity-list li.load-newest.loading {
    position: relative;
    background-color: #ffffff;
    min-height: 41px;
}

#buddypress .activity-list li.load-more.loading:after,
#buddypress .activity-list li.load-newest.loading:after {
    position: absolute;
    content: '';
    background: url('../images/cart.gif') no-repeat center center;
    background-size: contain;
    -webkit-background-size: contain;
    left: 50%;
    top: 50%;
    bottom: 0;
    width: 100%;
    height: 24px;
    transform: translate(-50%, -50%);
    z-index: 9;
    transition: none;
}

#buddypress div.item-list-tabs.activity-type-tabs.dropdown-container {
    background-color: #242c42;
    padding: 0 15px;
    min-height: 35px;
}

#buddypress div.item-list-tabs.activity-type-tabs > .sw-item-tab:after {
    color: #ffffff;
    position: absolute;
    top: 6px;
    left: 40px;
    font-family: 'FontAwesome';
    content: '\f0c9';
    font-size: 18px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#buddypress div.item-list-tabs.activity-type-tabs > ul.dropdown-tabs {
    padding-top: 35px;
    border-bottom: 0;
}

#buddypress div.item-list-tabs.activity-type-tabs > ul.dropdown-tabs li {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in;
    -webkit-transition: height 0.3s ease-in;
    -o-transition: height 0.3s ease-in;
    -moz-transition: height 0.3s ease-in;
    -ms-transition: height 0.3s ease-in;
}

#buddypress div.item-list-tabs.activity-type-tabs > ul.dropdown-tabs.open-tab li {
    height: 42px;
}

#buddypress div.item-list-tabs.activity-type-tabs > ul.dropdown-tabs li {
    display: block;
    width: 100%;
}

#buddypress div.item-list-tabs.activity-type-tabs > ul.dropdown-tabs li a {
    color: #ffffff;
}

#buddypress div.item-list-tabs.activity-type-tabs > ul.dropdown-tabs li.selected a {
    color: #86bc42;
}

#buddypress div.item-list-tabs.activity-type-tabs > ul.dropdown-tabs li.selected span {
    background-color: #86bc42 !important;
    border-color: #86bc42 !important;
    color: #ffffff !important;
}

#buddypress div.item-list-tabs.activity-type-tabs > ul.dropdown-tabs li:after,
#buddypress div.item-list-tabs.activity-type-tabs > ul.dropdown-tabs li a:after {
    display: none;
}
#buddypress ul.item-list li div.action{
    margin-left: 100px;
}

@media only screen and (max-width: 782px) {
    #buddypress div#item-header #item-header-cover-image #item-header-content {
        margin-left: 0;
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {

   
    #buddypress #item-header .generic-button .group-button.join-group,
    #buddypress #item-header .generic-button .group-button.leave-group{
       width: 150px;
    }
    #buddypress #item-header.generic-button{
      text-align: center;
    }
    #buddypress div.item-list-tabs ul{
        width: auto;
    }
    #buddypress div.item-list-tabs ul{
        width: auto;
    }
    #buddypress div.dir-search {
        float: none;
        position: relative;
    }
    #buddypress div.dir-search label[for=members_search] {
        width: 100%;
       margin-bottom: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #buddypress form input#members_search_submit[type=submit] {
        /*		position: static;*/
    }
    .search-input .form-select, .search-input .form-input, .search-input .form-submit{
        margin-bottom: 20px;
    }
    .search-input{
        height: auto;
    }
    .buddypress-table{
        margin-bottom: 10px;
    }
    .activity-inner iframe {
        height: auto;
    }
    
}


@media only screen and (max-width: 480px) {
    #buddypress .notifications-options-nav {
        margin-bottom: 10px;
    }
    #buddypress #item-header-content .generic-button .group-button{
        float: none;
    }
   
   #buddypress div#item-header div#item-actions{
    margin-top: 0px;
   }  

   #buddypress div.item-list-tabs#subnav ul .groups-members-search{
    margin-bottom: 10px;
   }
   #buddypress form input[type=submit]{
    position: relative;
   }    
    #buddypress #item-body div.item-list-tabs ul li a,
    #buddypress #item-body div.item-list-tabs ul li span,
    #buddypress #item-body div.item-list-tabs ul li.current a,
    #buddypress #item-body div.item-list-tabs ul li.selected a {
        padding: 10px 16px;
    }
    .bp-avatar-nav ul.avatar-nav-items li a,
    #buddypress div.item-list-tabs ul li a,
    #buddypress div.item-list-tabs ul li span,
    #buddypress div.item-list-tabs ul li.current a,
    #buddypress div.item-list-tabs ul li.selected a {
        padding: 10px 16px;
    }
    #buddypress ul.item-list li div.item-title span.activity-read-more {
        margin-left: 0;
        margin-top: 5px;
        display: block;
    }
}
@media only screen and (max-width: 414px) {
   
    #buddypress .invite .left-menu,#buddypress .invite .left-menu #invite-list {
        width: 100%;
    }
    #buddypress form.standard-form .main-column{
        margin-left: 0;
    }
    #buddypress ul.item-list div.action .generic-button .group-button.join-group,
    #buddypress ul.item-list div.action .generic-button .group-button.leave-group,
    #buddypress ul.item-list div.action .generic-button .group-button.request-membership,
     #buddypress ul.item-list div.action .generic-button .group-button.membership-requested{
       width: 150px;
       font-size: 10px;
    }
    #buddypress #whats-new-post-in-box{
        float: right;
    }
    #buddypress .item-list-tabs .dropdown-tabs{
        margin-top: 10px;
    }
    #buddypress .generic-button a{
        line-height: 20px;
        padding: 10px 10px;
        font-size: 12px;
    }
   #buddypress div.dir-search #search-groups-form label {
        width: 100%;
    }
    #buddypress div.dir-search #search-groups-form label #groups_search{
        border-right: 1px solid #ccc;
        margin-bottom: 5px;
    }
   
    #buddypress #group-create-body .main-column{
        float: left;
        margin-left: 0px;
    }
   #buddypress #group-create-body .left-menu, #buddypress #group-create-body .left-menu img{
        width: 100%;
        margin-bottom: 10px;
   }
    #buddypress #account-capabilities-form.standard-form label.buddypress-user-spam .text:before, #buddypress #group-settings-form.standard-form label.buddypress-group-notify .text:before, #buddypress #group-settings-form.standard-form label.buddypress-understand .text:before{
        top:10px;
    }
    #buddypress  #group-creation-next,#buddypress #group-creation-finish{
         margin-top: 20px;
        position: relative;
    }

    #buddypress .generic-button a {
        font-size: 10px;
    }
   
}
@media only screen and (max-width: 380px) {
    
     #buddypress #members-list  div.action{
        float: right;
    }
    #buddypress ul#friend-list li div.action {
        margin-left: 100px;
    }
    #buddypress div#invite-list {
        height: auto;
    }
}
@media only screen and (max-width: 320px) {
    #buddypress #members-list  div.action{
        float: left;
    }
    #buddypress ul.item-list li div.meta .meta-member{
        display: block;
    }
    #buddypress div#item-header div#item-meta p{
        margin-left: 0px;
    }
    #buddypress ul.item-list li div.action {
        float: none;
        clear: none;
    }
    #buddypress .checkbox label .text:before, #buddypress .checkbox-inline .text:before, #buddypress .radio label .text:before, #buddypress .radio-inline label .text:before{
        top:10px;
    }
}