/* -----------------------------------------------------------------------------
 * $BUDDYPRESS
 * -------------------------------------------------------------------------- */
#buddypress:before,
#buddypress:after {
    content: " ";
    display: table;
}
#buddypress:after {
    clear: both;
}

#buddypress div#item-header {
    margin-bottom: 15px;
}

#buddypress .comment-reply-link,
#buddypress a.button,
#buddypress button,
#buddypress div.generic-button a,
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress input[type=submit],
#buddypress ul.button-nav li a,
a.bp-title-button {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none !important;
    background-color: #3E3E3E;
    color: #FFFFFF;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
#buddypress .comment-reply-link:hover,
#buddypress a.button:hover,
#buddypress button:hover,
#buddypress div.generic-button a:hover,
#buddypress input[type=button]:hover,
#buddypress input[type=reset]:hover,
#buddypress input[type=submit]:hover,
#buddypress ul.button-nav li a:hover,
a.bp-title-button:hover {
    color: #FFFFFF;
}

#buddypress ul.item-list {
    margin-top: 15px !important;
    padding-top: 15px;
    border-top: 3px solid #F3F3F3;
}

#buddypress ul.item-list li {
    padding: 20px 0;
}

#buddypress .activity-list .activity-content .activity-header,
#buddypress .activity-list .activity-content .comment-header,
#buddypress div.activity-comments div.acomment-meta {
    font-size: 11px;
    text-transform: uppercase;
}

#buddypress div.activity-comments ul li {
    padding-top: 20px;
}

#buddypress div.pagination .pag-count {
    text-transform: uppercase;
}

#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic,
#buddypress .activity-list li.mini .activity-avatar img.avatar {
    height: 30px;
    width: 30px;
}

#buddypress .activity-list .activity-content .activity-header img.avatar {
    margin: 0 5px !important;
}

body.buddypress .vw-page-title .bp-title-button {
    vertical-align: middle;
}

#buddypress div#item-header img.avatar {
    margin-right: 30px;
}

/**
 * What's new options
 */
#buddypress form#whats-new-form,
#buddypress #item-body form#whats-new-form {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px 10px 10px 10px;
    background-color: #F9F9F9;
}
#buddypress form#whats-new-form:before,
#buddypress form#whats-new-form:after,
#buddypress #item-body form#whats-new-form:before,
#buddypress #item-body form#whats-new-form:after {
    content: " ";
    display: table;
}
#buddypress form#whats-new-form:after,
#buddypress #item-body form#whats-new-form:after {
    clear: both;
}
#buddypress form#whats-new-form:first-child,
#buddypress #item-body form#whats-new-form:first-child {
    margin-top: 0;
}

#buddypress form#whats-new-form p.activity-greeting {
    font-weight: bold;
    text-transform: uppercase;
}

#buddypress #whats-new-options {
    overflow: visible !important;
}

#buddypress form#whats-new-form #aw-whats-new-submit {
    margin: 0;
}

#buddypress form#whats-new-form textarea {
    min-height: 3em;
    width: 100%;
}

/**
 * List tabs
 */
#buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li span {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

#buddypress div.item-list-tabs ul li.current a,
#buddypress div.item-list-tabs ul li.selected a {
    background-color: #3E3E3E;
    color: #FFFFFF;
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}

#buddypress div.item-list-tabs#subnav ul li a,
#buddypress div.item-list-tabs#subnav ul li span {
    padding: 0 5px;
    font-size: 11px;
    font-weight: normal;
}

#buddypress div.item-list-tabs#object-nav {
    border-bottom: 3px solid #F9F9F9;
    padding-bottom: 10px;
}

#buddypress div.item-list-tabs#subnav ul li.last {
    margin-top: 0;
}

#buddypress div.item-list-tabs ul li a span {
    border: none;
    border-radius: 0;
}

/**
 * Member List
 */
#buddypress #members-list .item-title a {
    font-weight: bold;
    text-transform: uppercase;
}

/**
 * Search
 */
#buddypress div.dir-search {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
}

/**
 * Group
 */
.bp_group #buddypress div#item-header #item-header-avatar {
    width: 15%;
}
.bp_group #buddypress div#item-header #item-header-avatar img {
    margin-right: 0;
}
.bp_group #buddypress div#item-header #item-header-content {
    width: 54%;
    margin-left: 4%;
}
@media (max-width: 991px) {
    .bp_group #buddypress div#item-header div#item-actions {
        float: none;
        width: auto;
        text-align: left;
        margin-bottom: 15px;
    }

    .bp_group #buddypress div#item-header ul {
        padding-left: 0;
    }

    .bp_group #buddypress div#item-header ul li {
        float: left;
    }
}