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

----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Navigation
	1.1 - Pagination
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.8.1 - Cover Image
	3.9 - Private Messaging Threads
	3.10 - Extended Profiles
	3.11 - Widgets
4.0 - Media Queries
	4.1 - Smartphones Landscape
	4.2 - Smartphones Portrait
	4.3 - Smartphones - smaller screen sizes
-------------------------------------------------------------- */

/* --------------------------------------------------------------
1 - Navigation
-------------------------------------------------------------- */

/* --------------------------------------------------------------
1.1 - Pagination
-------------------------------------------------------------- */
#buddypress div.pagination {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: small;
    color: #888;
    background: transparent;
    border: none;
}
#buddypress div.pagination .pag-count {
    float: left;
    margin-left: 10px;
}
#buddypress div.pagination .pagination-links {
    float: right;
    margin-right: 10px;
}
#buddypress div.pagination .pagination-links span,
#buddypress div.pagination .pagination-links a {
    padding: 0 5px;
    font-size: 90%;
}
#buddypress div.pagination .pagination-links a:hover {
    font-weight: bold;
}
#buddypress noscript div.pagination {
    margin-bottom: 15px;
}
#buddypress #nav-above {
    display: none;
}
#buddypress .paged #nav-above {
    display: block;
}

/* --------------------------------------------------------------
2 - WordPress
-------------------------------------------------------------- */

/* --------------------------------------------------------------
2.1 - Images
-------------------------------------------------------------- */
#buddypress img.wp-smiley {
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    clear: none !important;
    border: none !important;
}
#buddypress .clear {
    clear: left;
}

/* --------------------------------------------------------------
3.0 - BuddyPress
-------------------------------------------------------------- */

/* --------------------------------------------------------------
3.1 - Activity
-------------------------------------------------------------- */
#buddypress #activity-stream {
    padding: 0;
}

#buddypress #item-body form#whats-new-form {
    padding: 0;
    margin: 0;
}
#buddypress .home-page form#whats-new-form {
    padding-bottom: 0;
    border-bottom: none;
}
#buddypress form#whats-new-form #whats-new-avatar {
    float: left;
}
#buddypress form#whats-new-form #whats-new-content {
    /* margin-left: 55px;
	padding: 0 0 20px 20px; */
}
#buddypress form#whats-new-form p.activity-greeting {
    /*	line-height: 0.5em;
	margin-bottom: 15px;
	margin-left: 75px; */
}
#buddypress form#whats-new-form textarea {
    /*	background: #fff;
	box-sizing: border-box;
	color: #555;
	font-family: inherit;
	font-size: medium;
	line-height: 1.4;
	padding: 6px;
	width: 100%; */
    height: 4rem;
}
body.no-js #buddypress form#whats-new-form textarea {
    height: 50px;
}
#buddypress form#whats-new-form #whats-new-options select {
    max-width: 200px;
    margin-top: 12px;
}
#buddypress form#whats-new-form #whats-new-submit {
    float: right;
    margin-top: 12px;
}
#buddypress #whats-new-options::after {
    content: "";
    display: table;
    clear: both;
}
body.no-js #buddypress #whats-new-options {
    height: auto;
}
#buddypress #whats-new:focus {
    border-color: rgba(31, 179, 221, .9) !important;
    outline-color: rgba(31, 179, 221, .9);
}

/* --------------------------------------------------------------
3.1.1 - Activity Listing
-------------------------------------------------------------- */
#buddypress ul.activity-list li {
    list-style: none;
}
#buddypress .activity-header a,
#buddypress .comment-meta a,
#buddypress .acomment-meta a {
    text-decoration: none;
}
#buddypress a.bp-secondary-action,
#buddypress span.highlight {
    text-decoration: none;
}


/* --------------------------------------------------------------
3.1.2 - Activity Comments
-------------------------------------------------------------- */


/* --------------------------------------------------------------
3.3 - Directories - Members, Groups, Blogs, Forums
-------------------------------------------------------------- */
#buddypress div.dir-search {
    float: right;
    margin: -39px 0 0;
}
#buddypress div.dir-search input[type=text],
#buddypress li.groups-members-search input[type=text] {
    padding: 1px 3px;
    font-size: 90%;
}
#buddypress .current-member-type {
    font-style: italic;
}
#buddypress .dir-form {
    clear: both;
}

/* --------------------------------------------------------------
3.4 - Errors / Success Messages
-------------------------------------------------------------- */
#buddypress div#message {
    margin: 0 0 15px;
}
#buddypress #message.info {
    margin-bottom: 0;
}
#buddypress div#message.updated {
    display: block;
    clear: both;
}
#buddypress div#message p,
#sitewide-notice p {
    display: block;
    padding: 10px 15px;
    font-size: 90%;
}
#buddypress div#message.error p {
    clear: left;
    color: #800;
    background-color: #fdc;
    border: 1px solid #a00;
}
#buddypress div#message.warning p {
    clear: left;
    color: #800;
    background-color: #ffe0af;
    border: 1px solid #ffd087;
}
#buddypress div#message.updated p {
    color: #250;
    background-color: #efc;
    border: 1px solid #591;
}
#buddypress #pass-strength-result {
    display: none;
    width: 150px;
    padding: 5px;
    margin: 5px 5px 5px 0;
    text-align: center;
    background-color: #eee;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
}
#buddypress .standard-form #basic-details-section #pass-strength-result {
    width: 35%;
}
#buddypress #pass-strength-result.error,
#buddypress #pass-strength-result.bad {
    display: block;
    background-color: #ffb78c;
    border-color: #ff853c !important;
}
#buddypress #pass-strength-result.good {
    display: block;
    background-color: #ffec8b;
    border-color: #fc0 !important;
}
#buddypress #pass-strength-result.short {
    display: block;
    background-color: #ffa0a0;
    border-color: #f04040 !important;
}
#buddypress #pass-strength-result.strong {
    display: block;
    background-color: #c3ff88;
    border-color: #8dff1c !important;
}
#buddypress .standard-form#signup_form div div.error {
    width: 90%;
    padding: 6px;
    margin: 0 0 10px;
    color: #a00;
    background: #faa;
}
#buddypress div.accept,
#buddypress div.reject {
    float: left;
    margin-left: 10px;
}
#buddypress ul.button-nav li {
    float: left;
    margin: 0 10px 10px 0;
    list-style: none;
}
#buddypress ul.button-nav li.current a {
    font-weight: bold;
}
#sitewide-notice #message {
    position: fixed;
    top: 1em;
    left: 2%;
    width: 96%;
    z-index: 9999;
}
#sitewide-notice.admin-bar-on #message {
    top: 3.3em;
}
#sitewide-notice strong {
    display: block;
    margin-bottom: -1em;
}

/* --------------------------------------------------------------
3.5 - Forms
-------------------------------------------------------------- */
#buddypress .standard-form textarea,
#buddypress .standard-form input[type=text],
#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] {
    padding: 6px;
    font: inherit;
    font-size: 100%;
    color: #888;
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 0;
}
#buddypress .standard-form select {
    padding: 3px;
}
#buddypress .standard-form input[type=password] {
    margin-bottom: 5px;
}
#buddypress .standard-form label,
#buddypress .standard-form span.label {
    display: block;
    width: auto;
    margin: 15px 0 5px;
    font-weight: bold;
}
#buddypress .standard-form p label,
#buddypress .standard-form #invite-list label {
    margin: auto;
    font-weight: normal;
}
#buddypress .standard-form div.checkbox label:nth-child(n+2),
#buddypress .standard-form div.radio div label {
    margin: 5px 0 0;
    font-size: 100%;
    font-weight: normal;
    color: #888;
}
#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] {
    width: 95%;
    padding: 4px;
}
#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 {
    margin: 5px 0;
    font-size: 80%;
    color: #888;
}
#buddypress .standard-form div.submit {
    padding: 15px 0 0;
    clear: both;
}
#buddypress .standard-form p.submit {
    padding: 15px 0 0;
    margin-bottom: 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: 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 {
    color: #555;
    background: #fafafa;
}
#buddypress form#send-invite-form {
    margin-top: 20px;
}
#buddypress div#invite-list {
    width: 160px;
    height: 400px;
    padding: 5px;
    margin: 0 0 10px;
    overflow: auto;
    background: #f5f5f5;
}
#buddypress button,
#buddypress a.button,
#buddypress input[type=submit],
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress ul.button-nav li a,
#buddypress .generic-button a,
#buddypress .comment-reply-link,
a.bp-title-button {
    /*	background: #fff;
	border: 1px solid #ccc;
	color: #777;
	font-size: small;
	cursor: pointer;
	outline: none;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none; */
}
#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 ul.button-nav li a:hover,
#buddypress ul.button-nav li.current a,
#buddypress div.generic-button a:hover,
#buddypress .comment-reply-link:hover {
    /*	background: #ededed;
	border: 1px solid #bbb;
	color: #555;
	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 {
    float: left;
    clear: none;
}

#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 8px 1px;
}

/* Form classes & generic attr styling */
#buddypress form *[disabled="disabled"]{
    cursor: default;
    opacity: .4;
}

.bp-screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
    border: 0;
}

/* --------------------------------------------------------------
3.6 - Ajax Loading
-------------------------------------------------------------- */
#buddypress a.loading,
#buddypress input.loading {
    border-color: #aaa;
    -webkit-animation: loader-pulsate .5s infinite ease-in-out alternate;
    -moz-animation: loader-pulsate .5s infinite ease-in-out alternate;
}
@-webkit-keyframes loader-pulsate {
    from {
        border-color: #aaa;
        -webkit-box-shadow: 0 0 6px #ccc;
        box-shadow: 0 0 6px #ccc;
    }
    to {
        border-color: #ccc;
        -webkit-box-shadow: 0 0 6px #f8f8f8;
        box-shadow: 0 0 6px #f8f8f8;
    }
}
@-moz-keyframes loader-pulsate {
    from {
        border-color: #aaa;
        -moz-box-shadow: 0 0 6px #ccc;
        box-shadow: 0 0 6px #ccc;
    }
    to {
        border-color: #ccc;
        -moz-box-shadow: 0 0 6px #f8f8f8;
        box-shadow: 0 0 6px #f8f8f8;
    }
}

#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 {
    color: #bbb;
    cursor: default;
    border-color: #eee;
}
#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 {
    color: #bbb;
    border-color: #eee;
}

/* --------------------------------------------------------------
3.7 - Forums, Tables and Topics
-------------------------------------------------------------- */
#buddypress ul#topic-post-list {
    width: auto;
    margin: 0;
}
#buddypress ul#topic-post-list li {
    position: relative;
    padding: 15px;
}
#buddypress ul#topic-post-list li.alt {
    background: #f5f5f5;
}
#buddypress ul#topic-post-list li div.poster-meta {
    margin-bottom: 10px;
    color: #888;
}
#buddypress ul#topic-post-list li div.post-content {
    margin-left: 54px;
}
#buddypress div.topic-tags {
    font-size: 80%;
}
#buddypress div.admin-links {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 80%;
    color: #888;
}
#buddypress div#topic-meta {
    position: relative;
    padding: 5px 19px 30px;
    margin: 0;
}
#buddypress div#topic-meta div.admin-links {
    top: -36px;
    right: 19px;
}
#buddypress div#topic-meta h3 {
    margin: 5px 0;
}
#buddypress div#new-topic-post {
    display: none;
    padding: 1px 0 0;
    margin: 20px 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#message-threads {
    clear: both;
}
#buddypress table.profile-fields {
    margin-bottom: 20px;
}
#buddypress table.profile-fields:last-child {
    margin-bottom: 0;
}
#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 {
    width: 25%;
    font-weight: bold;
    border-right: 1px solid #eaeaea;
}
#buddypress #message-threads .thread-info {
    min-width: 40%;
}
#buddypress table tr td.thread-info p {
    margin: 0;
}
#buddypress table tr td.thread-info p.thread-excerpt {
    margin-top: 3px;
    font-size: 80%;
    color: #888;
}
#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 #groups-notification-settings {
    margin-bottom: 0;
}
#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 {
    width: 40px;
    text-align: center;
}
#buddypress table.forum {
    width: auto;
    margin: 0;
    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 {
    font-size: 100%;
    color: #888;
}
#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 {
    margin: 5px 0 0;
    font-size: 80%;
}

/* -------------------------------------------------------------------------
3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles
------------------------------------------------------------------------- */
#buddypress .item-body {
    margin: 20px 0;
}
#buddypress span.activity {
    display: inline-block;
    padding: 0;
    font-size: small;
    opacity: .8;
}
#buddypress span.user-nicename {
    display: inline-block;
    font-size: 120%;
    font-weight: bold;
    color: #777;
}
#buddypress div#message p,
#sitewide-notice p {
    margin-top: 3px;
    font-weight: normal;
    color: #440;
    text-decoration: none;
    background-color: #ffd;
    border: 1px solid #cb2;
}
#buddypress #item-header::after {
    content: "";
    display: table;
    clear: both;
}
#buddypress div#item-header div#item-header-content {
    float: left;
    margin-left: 0;
}
#buddypress div#item-header h2 {
    margin: 0 0 15px;
    line-height: 120%;
}
#buddypress div#item-header h2 a {
    color: #777;
    text-decoration: none;
}
#buddypress div#item-header img.avatar {
    float: left;
    margin: 0 15px 19px 0;
}
#buddypress div#item-header h2 {
    margin-bottom: 5px;
}
#buddypress div#item-header h2 span.highlight {
    display: inline-block;
    font-size: 60%;
    font-weight: normal;
    line-height: 170%;
    vertical-align: middle;
}
#buddypress div#item-header h2 span.highlight span {
    position: relative;
    top: -2px;
    right: -2px;
    padding: 1px 4px;
    margin-bottom: 2px;
    font-size: 80%;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
    background: #a1dcfa;
}
#buddypress div#item-header div#item-meta {
    padding-bottom: 10px;
    margin: 15px 0 5px;
    overflow: hidden;
    font-size: 80%;
    color: #aaa;
}
#buddypress div#item-header div#item-actions {
    float: right;
    width: 20%;
    margin: 0 0 15px 15px;
    text-align: right;
}
#buddypress div#item-header div#item-actions h3 {
    margin: 0 0 5px;
}
#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 {
    width: 30px;
    height: 30px;
    margin: 2px;
}
#buddypress div#item-header div.generic-button,
#buddypress div#item-header a.button {
    float: left;
    margin: 10px 10px 0 0;
}
body.no-js #buddypress div#item-header .js-self-profile-button {
    display: none;
}
#buddypress div#item-header div#message.info {
    line-height: 80%;
}
#buddypress ul.item-list {
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
    list-style: none;
    border-top: 1px solid #eaeaea;
}
body.activity-permalink #buddypress ul.item-list,
body.activity-permalink #buddypress ul.item-list li.activity-item {
    border: none;
}
#buddypress ul.item-list li {
    position: relative;
    padding: 15px 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #eaeaea;
}
#buddypress ul.single-line li {
    border: none;
}
#buddypress ul.item-list li img.avatar {
    float: left;
    margin: 0 10px 0 0;
}
#buddypress ul.item-list li div.item-title,
#buddypress ul.item-list li h4 {
    width: 75%;
    margin: 0;
    font-size: 90%;
    font-weight: normal;
}
#buddypress ul.item-list li div.item-title span {
    font-size: 80%;
    color: #999;
}
#buddypress ul.item-list li div.item-desc {
    width: 50%;
    margin: 10px 0 0 60px;
    font-size: 80%;
    color: #888;
}
#buddypress ul.item-list li.group-no-avatar div.item-desc {
    margin-left: 0;
}
#buddypress ul.item-list li div.action {
    position: absolute;
    top: 15px;
    right: 0;
    text-align: right;
}
#buddypress ul.item-list li div.meta {
    margin-top: 10px;
    font-size: 80%;
    color: #888;
}
#buddypress ul.item-list li h5 span.small {
    float: right;
    font-size: 80%;
    font-weight: normal;
}

/* #buddypress div.item-list-tabs {
	background: transparent;
	clear: left;
	overflow: hidden;
} */

#buddypress div.item-list-tabs ul {
    padding: 0;
    margin: 0;
}
#buddypress div.item-list-tabs ul li {
    float: left;
    margin: 0;
    list-style: none;
}
#buddypress div.item-list-tabs#subnav ul li {
    margin-top: 0;
}
#buddypress div.item-list-tabs ul li.last {
    float: right;
    margin: 7px 0 0;
}
#buddypress div.item-list-tabs#subnav ul li.last {
    margin-top: 4px;
}
#buddypress div.item-list-tabs ul li.last select {
    max-width: 185px;
}

/* #buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li span {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
} */

/*
#buddypress div.item-list-tabs ul li a span {
	background: #eee;
	border-radius: 50%;
	border: 1px solid #ccc;
	color: #999;
	display: inline;
	font-size: 70%;
	margin-left: 2px;
	padding: 3px 6px;
	text-align: center;
	vertical-align: middle;
}
*/

/* #buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a {
	background-color: #eee;
	color: #555;
	opacity: .8;
	font-weight: bold;
}
#buddypress div.item-list-tabs ul li.selected a span,
#buddypress div.item-list-tabs ul li.current a span,
#buddypress div.item-list-tabs ul li a:hover span {
	background-color: #eee;
}
#buddypress div.item-list-tabs ul li.selected a span,
#buddypress div.item-list-tabs ul li.current a span {
	background-color: #fff;
}
#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;
	margin: 10px 0 10px;
	overflow: hidden;
} */
#buddypress #admins-list li,
#buddypress #mods-list li,
#buddypress #members-list li {
    overflow: auto;
    list-style: none;
}
#buddypress #item-buttons:empty {
    display: none;
}

/* --------------------------------------------------------------
3.8.1 - Cover Image
-------------------------------------------------------------- */

#buddypress #cover-image-container {
    position: relative;
    z-index: 0;
}

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

#buddypress #item-header-cover-image {
    position: relative;
    padding: 0 1em;
    z-index: 2;
}

/* --------------------------------------------------------------
3.9 - Private Messaging Threads
-------------------------------------------------------------- */
#buddypress table#message-threads tr.unread td {
    font-weight: bold;
    background: #fff9db;
    border-top: 1px solid #ffe8c4;
    border-bottom: 1px solid #ffe8c4;
}
#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 {
    padding: 2px 8px;
    font-weight: bold;
    color: #fff;
    background: #d00;
}
#buddypress div.item-list-tabs ul li a span.unread-count {
    padding: 1px 6px;
    color: #fff;
}
#buddypress div#message-thread div.message-box {
    padding: 15px;
    margin: 0;
}
#buddypress div#message-thread div.alt {
    background: #f4f4f4;
}
#buddypress div#message-thread p#message-recipients {
    margin: 10px 0 20px;
}
#buddypress div#message-thread img.avatar {
    float: left;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
#buddypress div#message-thread strong {
    margin: 0;
    font-size: 100%;
}
#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 #message-threads img.avatar {
    max-width: none;
}
#buddypress div.message-search {
    float: right;
    margin: 0 20px;
}

.message-metadata {
    position: relative;
}
.message-star-actions {
    position: absolute;
    top: 0;
    right: 0;
}
#buddypress a.message-action-star,
#buddypress a.message-action-unstar {
    text-decoration: none;
    border-bottom: 0;
    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 {
    content: "\f154";
    color: #aaa;
}
.message-action-unstar span.icon::before {
    content: "\f155";
    color: #fcdd77;
}

/* --------------------------------------------------------------
3.10 - Extended Profiles
-------------------------------------------------------------- */

#buddypress div.profile h4 {
    margin-top: 15px;
    margin-bottom: auto;
}
#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-style: normal;
    font-weight: bold;
}
#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 {
    margin-bottom: 0;
    list-style: none;
}
#buddypress .field-visibility select {
    margin: 0;
}
#buddypress .wp-editor-container {
    border: 1px solid #dedede;
}
#buddypress .html-active button.switch-html {
    background: #f5f5f5;
    border-bottom-color: transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#buddypress .tmce-active button.switch-tmce {
    background: #f5f5f5;
    border-bottom-color: transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#buddypress .standard-form .wp-editor-container textarea {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

/* --------------------------------------------------------------
3.11 - Widgets
-------------------------------------------------------------- */

.widget.buddypress div.item-avatar img.avatar {
    float: left;
    margin: 0 10px 15px 0;
}

.widget.buddypress span.activity {
    display: inline-block;
    padding: 0;
    font-size: small;
    opacity: .8;
}

.widget.buddypress div.item-options {
    padding: 1em 0;
    margin: 0 0 1em;
    font-size: 90%;
}

.widget.buddypress div.item{
    margin: 0 0 1em;
}

.widget.buddypress div.item-meta,
.widget.buddypress div.item-content {
    margin-left: 50px;
    font-size: 11px;
}

.widget.buddypress ul.item-list img.avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.widget.buddypress div.item-avatar img {
    width: 40px;
    height: 40px;
    margin: 1px;
}

.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 {
    width: 40px;
    height: 40px;
}

.widget.buddypress .bp-login-widget-user-links > div {
    padding-left: 60px;
}

.widget.buddypress .bp-login-widget-user-links > div {
    margin-bottom: .5rem;
}

.widget.buddypress .bp-login-widget-user-links > div.bp-login-widget-user-link a {
    font-weight: bold;
}

.widget.buddypress #groups-list,
.widget.buddypress #members-list,
.widget.buddypress #friends-list {
    padding-left: 0;
    margin-left: 0;
}

.widget.buddypress #groups-list li,
.widget.buddypress #members-list li,
.widget.buddypress #friends-list li {
    clear: both;
    list-style-type: none;
}

/* --------------------------------------------------------------
4.0 - Media Queries
-------------------------------------------------------------- */

/* --------------------------------------------------------------
4.1 - Smartphones - landscape
-------------------------------------------------------------- */
@media only screen and (max-width: 480px){
    #buddypress div.dir-search {
        float: right;
        margin-top: -50px;
        text-align: right;
    }
    #buddypress div.dir-search input[type="text"] {
        width: 50%;
        margin-bottom: 1em;
    }
    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 {
        float: left;
        margin-top: 0;
        clear: left;
        text-align: left;
    }
    #buddypress li#groups-order-select {
        float: left;
        clear: left;
    }
    #buddypress ul.item-list li div.action {
        position: relative;
        float: left;
        top: 0;
        right: 0;
        margin-top: 0;
        margin-left: 70px;
        clear: left;
        text-align: left;
    }
    #buddypress ul.item-list li div.item-desc {
        float: left;
        width: auto;
        margin: 10px 0 0;
        clear: left;
    }
    #buddypress li div.item {
        width: auto;
        margin-left: 70px;
    }
    #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 div.dir-search input[type="text"] {
        width: 50%;
    }
    #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 {
        float: left;
        margin: 10px 0 20px;
        clear: left;
    }
}
