/*--------------------------------------------------------------
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
--------------------------------------------------------------*/
/* GodLike Profile Buttons*/
.nk-social-profile-info-actions a{
    margin-right: 5px;
}
/*--------------------------------------------------------------
1.1 - Pagination
--------------------------------------------------------------*/
/* GodLike */
#buddypress div.pagination {
    background: transparent;
    border: none;
    color: inherit;
    font-size: inherit;
    margin: 0;
    position: relative;
    display: block;
    float: inherit;
    width: 100%;
    padding: 10px 0;
}
/*Godlike*/
#buddypress div.pagination .pag-count {
    float: left;
    margin-left: 0px;
}
#buddypress div.pagination .pagination-links {
    float: right;
    margin-right: 0px;
}

#buddypress div.pagination .pagination-links span,
#buddypress div.pagination .pagination-links a {
    font-size: 90%;
    padding: 0 5px;
}
#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 {
    border: none !important;
    clear: none !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#buddypress .clear {
    clear: left;
}

/*--------------------------------------------------------------
3.0 - BuddyPress
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 - Activity
--------------------------------------------------------------*/
#buddypress #activity-stream {
    margin-top: -5px;
}

#buddypress #activity-stream p {
    margin: 5px 0;
}

#buddypress #item-body form#whats-new-form {
    margin: 0;
    padding: 0;
}
#buddypress .home-page form#whats-new-form {
    border-bottom: none;
    padding-bottom: 0;
}
#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 {
    box-sizing: inherit;
    font-family: inherit;
    font-size: inherit;
    height: inherit;
    line-height: inherit;
    width: 98%;

    padding: 12px 20px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #404040;
    -webkit-transition: .3s border,.3s color;
    transition: .3s border,.3s color;
    background: 0 0;
    color: inherit;
}
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 {
    clear: both;
    content: "";
    display: table;
}
body.no-js #buddypress #whats-new-options {
    height: auto;
}
#buddypress #whats-new:focus {
    border-color: rgba(31, 179, 221, 0.9) !important;
    outline-color: rgba(31, 179, 221, 0.9);
}

/*--------------------------------------------------------------
3.1.1 - Activity Listing
--------------------------------------------------------------*/
#buddypress ul.activity-list li {
    overflow: hidden;
    padding: 15px 0 0;
    list-style: none;
}
#buddypress .activity-list .activity-avatar {
    float: left;
}
#buddypress ul.item-list.activity-list li.has-comments {
    padding-bottom: 15px;
}
body.activity-permalink #buddypress ul.activity-list li.has-comments {
    padding-bottom: 0;
}
#buddypress .activity-list li.mini {
    font-size: 100%;
    position: relative;
}
#buddypress .activity-list li.mini .activity-avatar img.avatar,
#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic {
    height: auto;
    margin-left: 30px;
    width: 30px;
}
#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.avatar,
#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic {
    height: auto;
    margin-left: 0;
    width: auto;
}
body.activity-permalink #buddypress .activity-list > li:first-child {
    padding-top: 0;
}
#buddypress .activity-list li .activity-content {
    position: relative;
}
#buddypress .activity-list li.mini .activity-content p {
    margin: 0;
}
#buddypress .activity-list li.mini .activity-comments {
    clear: both;
    font-size: 120%;
}
body.activity-permalink #buddypress li.mini .activity-meta {
    margin-top: 4px;
}
#buddypress .activity-list li .activity-inreplyto {
    color: #767676;
    font-size: 80%;
}
#buddypress .activity-list li .activity-inreplyto > p {
    margin: 0;
    display: inline;
}
#buddypress .activity-list li .activity-inreplyto blockquote,
#buddypress .activity-list li .activity-inreplyto div.activity-inner {
    background: none;
    border: none;
    display: inline;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#buddypress .activity-list .activity-content {
    margin: 0px;
}
/* GodLike */
body.activity-permalink #buddypress .activity-list li .activity-content {
    border: none;
    font-size: 100%;
    line-height: 150%;
    margin-left: 0px;
    margin-right: 0;
    padding: 0;
}
body.activity-permalink #buddypress .activity-list li .activity-header > p {
    margin: 0;
    padding: 5px 0 0 0;
}
#buddypress .activity-list .activity-content .activity-header,
#buddypress .activity-list .activity-content .comment-header {
    color: #767676;
    line-height: 220%;
}
/* GodLike */
#buddypress .activity-header {
    margin-right: inherit;
}
#buddypress .activity-header a,
#buddypress .comment-meta a,
#buddypress .acomment-meta a {
    text-decoration: none;
}
/* GodLike */
#buddypress .activity-list .activity-content .activity-header img.avatar {
    float: none !important;
    margin: 0 2px 0 0 !important;
}
#buddypress a.bp-secondary-action,
#buddypress span.highlight {
    font-size: 100%;
    padding: 0;
    margin-right: 5px;
    text-decoration: none;
}
#buddypress .activity-list .activity-content .activity-inner,
#buddypress .activity-list .activity-content blockquote {
    margin: 10px 10px 5px 0;
    overflow: hidden;
}
#buddypress .activity-list li.new_forum_post .activity-content .activity-inner,
#buddypress .activity-list li.new_forum_topic .activity-content .activity-inner {
    border-left: 2px solid #EAEAEA;
    margin-left: 5px;
    padding-left: 10px;
}
body.activity-permalink #buddypress .activity-content .activity-inner,
body.activity-permalink #buddypress .activity-content blockquote {
    margin-left: 0;
    margin-top: 5px;
}
#buddypress .activity-inner > p {
    word-wrap: break-word;
}
#buddypress .activity-inner > .activity-inner {
    margin: 0;
}
#buddypress .activity-inner > blockquote {
    margin: 0;
}
#buddypress .activity-list .activity-content img.thumbnail {
    border: 2px solid #eee;
    float: left;
    margin: 0 10px 5px 0;
}
#buddypress .activity-read-more {
    margin-left: 1em;
    white-space: nowrap;
}
#buddypress .activity-list li.load-more,
#buddypress .activity-list li.load-newest {
    background: inherit;
    font-size: inherit;
    margin: inherit;
    padding: inherit;
    text-align: inherit;
}
#buddypress .activity-list li.load-more a,
#buddypress .activity-list li.load-newest a {
    color: inherit;
}


/*--------------------------------------------------------------
3.1.2 - Activity Comments
--------------------------------------------------------------*/
#buddypress div.activity-meta {
    margin: 18px 0 0;
}
body.activity-permalink #buddypress div.activity-meta {
    margin-bottom: 6px;
}
#buddypress div.activity-meta a {
    padding: 4px 8px;
}
#buddypress a.activity-time-since {
    color: #767676;
    text-decoration: none;
}
#buddypress a.activity-time-since:hover {
    color: #767676;
    text-decoration: underline;
}
/* GodLike */
#buddypress a.bp-primary-action,
#buddypress #reply-title small a {
    font-size: 100%;
    margin-right: 5px;
    text-decoration: none;
}
#buddypress a.bp-primary-action span,
#buddypress #reply-title small a span {
    background: inherit;
    color: #fff;
    font-size: 100%;
    margin-left: 2px;
    padding: 0 5px;
}
#buddypress a.bp-primary-action:hover span,
#buddypress #reply-title small a:hover span {
    background: inherit;
    color: #999;
}
#buddypress div.activity-comments {
    margin: 0px;
    overflow: hidden; /* IE fix */
    position: relative;
    width: auto;
    clear: both;
}
body.activity-permalink #buddypress div.activity-comments {
    background: none;
    margin-left: 170px;
    width: auto;
}
#buddypress div.activity-comments > ul {
    padding: 0 0 0 10px;
}
#buddypress div.activity-comments ul,
#buddypress div.activity-comments ul li {
    border: none;
    list-style: none;
}
#buddypress div.activity-comments ul {
    clear: both;
    margin: 0;
}
@media (max-width: 360px) {
    #buddypress div.activity-comments ul {
        padding-left: 15px;
    }
    #buddypress .activity-list .activity-avatar{
        width: 25%;
    }
}
/* GodLike */
#buddypress div.activity-comments ul li {
    border-top: inherit;
    padding: 10px 0 0;
}
body.activity-permalink #buddypress .activity-list li.mini .activity-comments {
    clear: none;
    margin-top: 0;
}
body.activity-permalink #buddypress div.activity-comments ul li {
    border-width: 1px;
    padding: 10px 0 0 0;
}
#buddypress div.activity-comments > ul > li:first-child {
    border-top: none;
}
#buddypress div.activity-comments ul li:last-child {
    margin-bottom: 0;
}
#buddypress div.activity-comments ul li > ul {
    margin-left: 30px;
    margin-top: 0;
    padding-left: 10px;
}
body.activity-permalink #buddypress div.activity-comments ul li > ul {
    margin-top: 10px;
}
body.activity-permalink #buddypress div.activity-comments > ul {
    padding: 0 10px 0 15px;
}
#buddypress div.activity-comments div.acomment-avatar img {
    border-width: 1px;
    float: left;
    height: 25px;
    margin-right: 10px;
    width: 25px;
}
/* GodLike*/
#buddypress div.activity-comments div.acomment-content {
    font-size: 100%;
    margin: 5px 0 0 47px;
}
#buddypress div.acomment-content .time-since,
#buddypress div.acomment-content .activity-delete-link,
#buddypress div.acomment-content .comment-header {
    display: none;
}
body.activity-permalink #buddypress div.activity-comments div.acomment-content {
    font-size: 90%;
}
/* GodLike */
#buddypress div.activity-comments div.acomment-meta {
    color: white;
    font-size: 80%;
    margin-left: 45px;
}
#buddypress div.activity-comments form.ac-form {
    display: none;
    padding: 10px;
}
#buddypress div.activity-comments li form.ac-form {
    margin-right: 15px;
    clear: both;
}
#buddypress div.activity-comments form.root {
    margin-left: 0;
}
#buddypress div.activity-comments div#message {
    margin-top: 15px;
    margin-bottom: 0;
}
/* GodLike*/
#buddypress div.activity-comments form .ac-textarea {
    background: inherit;
    border: inherit;
    margin-bottom: inherit;
    padding: inherit;
}
/* GodLike*/
#buddypress div.activity-comments form textarea {
    background: transparent;
    box-shadow: none;
    outline: inherit;
    font-family: inherit;
    font-size: inherit;
    height: inherit;
    margin: inherit;
    width: 98%;

    padding: 12px 20px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #404040;
    -webkit-transition: .3s border,.3s color;
    transition: .3s border,.3s color;
    background: 0 0;
    color: inherit;
}
#buddypress div.activity-comments form input {
    margin-top: 5px;
}
#buddypress div.activity-comments form div.ac-reply-avatar {
    float: left;
}
/* GodLike */
#buddypress div.ac-reply-avatar img {
    border: inherit;
}
#buddypress div.activity-comments form div.ac-reply-content {
    color: #767676;
    margin-left: 50px;
    padding-left: 15px;
}
#buddypress div.activity-comments form div.ac-reply-content a {
    text-decoration: none;
}
/* GodLike */
#buddypress .acomment-options {
    float: right;
    margin: 5px 0 5px 40px;
}
#buddypress .acomment-options a {
    color: white;
}
#buddypress .acomment-options a:hover {
    color: #999;
}
/*--------------------------------------------------------------
3.3 - Directories - Members, Groups, Blogs, Forums
--------------------------------------------------------------*/
#buddypress div.dir-search {
    float: right;
    margin: 0;
}
#buddypress div.dir-search input[type=text],
#buddypress li.groups-members-search input[type=text] {
    font-size: 100%;
    padding: 12px 20px;
}
#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 {
    clear: both;
    display: block;
}
#buddypress div#message p,
#sitewide-notice p {
    font-size: 90%;
    display: block;
    padding: 10px 15px;
}
#buddypress div#message.error p {
    background-color: #fdc;
    border: 1px solid #a00;
    clear: left;
    color: #800;
}
#buddypress div#message.warning p {
    background-color: #ffe0af;
    border: 1px solid #ffd087;
    clear: left;
    color: #800;
}
#buddypress div#message.updated p {
    background-color: #efc;
    border: 1px solid #591;
    color: #250;
}
#buddypress #pass-strength-result {
    background-color: #eee;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    display: none;
    margin: 5px 5px 5px 0;
    padding: 5px;
    text-align: center;
    width: 150px;
}
#buddypress .standard-form #basic-details-section #pass-strength-result {
    width: 35%;
}
#buddypress #pass-strength-result.error,
#buddypress #pass-strength-result.bad {
    background-color: #ffb78c;
    border-color: #ff853c !important;
    display: block;
}
#buddypress #pass-strength-result.good {
    background-color: #ffec8b;
    border-color: #fc0 !important;
    display: block;
}
#buddypress #pass-strength-result.short {
    background-color: #ffa0a0;
    border-color: #f04040 !important;
    display: block;
}
#buddypress #pass-strength-result.strong {
    background-color: #c3ff88;
    border-color: #8dff1c !important;
    display: block;
}
#buddypress .standard-form#signup_form div div.error {
    background: #faa;
    color: #a00;
    margin: 0 0 10px 0;
    padding: 6px;
    width: 90%;
}
#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 {
    left: 2%;
    position: fixed;
    top: 1em;
    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 form fieldset {
    border: 0;
    padding: 0;
}

/* Change for godlike form*/
#buddypress .standard-form textarea,
#buddypress .standard-form input[type=text],
#buddypress .standard-form input[type=color],
#buddypress .standard-form input[type=date],
#buddypress .standard-form input[type=datetime],
#buddypress .standard-form input[type=datetime-local],
#buddypress .standard-form input[type=email],
#buddypress .standard-form input[type=month],
#buddypress .standard-form input[type=number],
#buddypress .standard-form input[type=range],
#buddypress .standard-form input[type=search],
#buddypress .standard-form input[type=tel],
#buddypress .standard-form input[type=time],
#buddypress .standard-form input[type=url],
#buddypress .standard-form input[type=week],
#buddypress .standard-form select,
#buddypress .standard-form input[type=password],
#buddypress .dir-search input[type=search],
#buddypress .dir-search input[type=text],
#buddypress .groups-members-search input[type=search],
#buddypress .groups-members-search input[type=text] {
    padding: 12px 20px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #404040;
    -webkit-transition: .3s border,.3s color;
    transition: .3s border,.3s color;
    background: 0 0;
    color: inherit;
}
#buddypress .standard-form select {
    padding: 3px;
}
#buddypress .standard-form input[type=password] {
    margin-bottom: 5px;
}
#buddypress .standard-form label,
#buddypress .standard-form span.label,
#buddypress .standard-form legend {
    display: block;
    font-weight: bold;
    margin: 15px 0 5px 0;
    width: auto;
}
#buddypress .standard-form p label,
#buddypress .standard-form #invite-list label {
    font-weight: normal;
    margin: auto;
}
#buddypress .standard-form .checkbox label,
#buddypress .standard-form .radio label {
    color: #767676;
    font-size: 100%;
    font-weight: normal;
    margin: 5px 0 0 0;
}
#buddypress .standard-form .checkbox label input,
#buddypress .standard-form .radio label input {
    margin-right: 3px;
}
#buddypress .standard-form#sidebar-login-form label {
    margin-top: 5px;
}
#buddypress .standard-form input[type=text] {
    width: 75%;
}
#buddypress .standard-form#sidebar-login-form input[type=text],
#buddypress .standard-form#sidebar-login-form input[type=password] {
    padding: 4px;
    width: 95%;
}
#buddypress .standard-form #basic-details-section input[type=password],
#buddypress .standard-form #blog-details-section input#signup_blog_url {
    width: 35%;
}
#buddypress .standard-form#signup_form input[type=text],
#buddypress .standard-form#signup_form textarea,
#buddypress .form-allowed-tags,
#buddypress #commentform input[type=text],
#buddypress #commentform textarea {
    width: 100%;
}
#buddypress .standard-form#signup_form div.submit {
    float: none;
}
#buddypress div#signup-avatar img {
    margin: 0 15px 10px 0;
}
#buddypress .standard-form textarea {
    width: 75%;
    height: 120px;
}
#buddypress .standard-form textarea#message_content {
    height: 200px;
}
#buddypress .standard-form#send-reply textarea {
    width: 97.5%;
}
#buddypress .standard-form p.description {
    color: #767676;
    font-size: 80%;
    margin: 5px 0;
}
#buddypress .standard-form div.submit {
    clear: both;
    padding: 15px 0 0 0;
}
#buddypress .standard-form p.submit {
    margin-bottom: 0;
    padding: 15px 0 0 0;
}
#buddypress .standard-form div.submit input {
    margin-right: 15px;
}
#buddypress .standard-form div.radio ul {
    margin: 10px 0 15px 38px;
    list-style: disc;
}
#buddypress .standard-form div.radio ul li {
    margin-bottom: 5px;
}
#buddypress .standard-form a.clear-value {
    display: block;
    margin-top: 5px;
    outline: none;
}
#buddypress .standard-form #basic-details-section,
#buddypress .standard-form #blog-details-section,
#buddypress .standard-form #profile-details-section {
    float: left;
    width: 48%;
}
#buddypress .standard-form #profile-details-section {
    float: right;
}
#buddypress .standard-form #blog-details-section,
#buddypress #notifications-bulk-management {
    clear: left;
}
body.no-js #buddypress #notifications-bulk-management #select-all-notifications,
body.no-js #buddypress label[for="message-type-select"],
body.no-js #buddypress #message-type-select,
body.no-js #buddypress #delete_inbox_messages,
body.no-js #buddypress #delete_sentbox_messages,
body.no-js #buddypress #messages-bulk-management #select-all-messages {
    display: none;
}
#buddypress .standard-form input:focus,
#buddypress .standard-form textarea:focus,
#buddypress .standard-form select:focus {
    background: #fafafa;
    color: #555;
}
#buddypress form#send-invite-form {
    margin-top: 20px;
}
/* GodLike*/
#buddypress div#invite-list {
    background: inherit;
    height: 400px;
    margin: 0 0 10px;
    overflow: auto;
    padding: 5px;
    width: 100%;
}
#buddypress .standard-form 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: inherit;
    color: white;
    outline: none;
    text-decoration: none;
    display: inline-block;
    position: relative;
    border: none;
    padding: 12px 30px;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 2px;
    background-color: rgba(14,14,14,.9);
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: .3s box-shadow,.3s background-color,.3s color,.3s -webkit-transform;
    transition: .3s box-shadow,.3s background-color,.3s color,.3s transform;
}
#buddypress .standard-form 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: inherit;
    color: white;
    outline: none;
    text-decoration: none;
    display: inline-block;
    position: relative;
    border: none;
    padding: 12px 30px;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 2px;
    background-color: rgba(14,14,14,.9);
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: .3s box-shadow,.3s background-color,.3s color,.3s -webkit-transform;
    transition: .3s box-shadow,.3s background-color,.3s color,.3s transform;
}

#buddypress form.standard-form .left-menu {
    float: left;
}

#buddypress form.standard-form .left-menu #invite-list ul{
    margin:1%;
    list-style: none;
}

#buddypress form.standard-form .left-menu #invite-list ul li {
    margin:0 0 0 1%;
}

#buddypress form.standard-form .main-column {
    margin-left: 190px;
}

#buddypress form.standard-form .main-column ul#friend-list {
    clear:none;
    float: left;
}

#buddypress form.standard-form .main-column ul#friend-list h3,
#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;
}

fieldset.register-site {
    margin-top: 1em;
}

fieldset.create-site {
    margin-bottom: 2em;
}

fieldset.create-site legend {
    margin-bottom: 1em;
}

fieldset.create-site label {
    margin-right: 3em;
}

.bp-screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.bp-screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

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

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

/*--------------------------------------------------------------
3.7 - Forums, Tables and Topics
--------------------------------------------------------------*/
#buddypress ul#topic-post-list {
    margin: 0;
    width: auto;
}
#buddypress ul#topic-post-list li {
    padding: 15px;
    position: relative;
}
#buddypress ul#topic-post-list li.alt {
    background: #f5f5f5;
}
#buddypress ul#topic-post-list li div.poster-meta {
    color: #767676;
    margin-bottom: 10px;
}
#buddypress ul#topic-post-list li div.post-content {
    margin-left: 54px;
}
#buddypress div.topic-tags {
    font-size: 80%;
}
#buddypress div.admin-links {
    color: #767676;
    font-size: 80%;
    position: absolute;
    top: 15px;
    right: 25px;
}
#buddypress div#topic-meta {
    margin: 0;
    padding: 5px 19px 30px;
    position: relative;
}
#buddypress div#topic-meta div.admin-links {
    right: 19px;
    top: -36px;
}
#buddypress div#topic-meta h3 {
    margin: 5px 0;
}
#buddypress div#new-topic-post {
    display: none;
    margin: 20px 0 0 0;
    padding: 1px 0 0 0;
}
#buddypress table.notifications,
#buddypress table.notifications-settings,
#buddypress table.profile-settings,
#buddypress table.profile-fields,
#buddypress table.wp-profile-fields,
#buddypress table.messages-notices,
#buddypress table.forum {
    width: 100%;
}
#buddypress table.notifications thead tr,
#buddypress table.notifications-settings thead tr,
#buddypress table.profile-settings thead tr,
#buddypress table.profile-fields thead tr,
#buddypress table.wp-profile-fields thead tr,
#buddypress table.messages-notices thead tr,
#buddypress table.forum thead tr {
    background: #eaeaea;
}
#buddypress table#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 {
    border-right: 1px solid #eaeaea;
    font-weight: bold;
    width: 25%;
}
#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 {
    color: #767676;
    font-size: 80%;
    margin-top: 3px;
}
#buddypress table.forum td {
    text-align: center;
}
#buddypress table.notifications tr.alt td,
#buddypress table.notifications-settings tr.alt td,
#buddypress table.profile-settings tr.alt td,
#buddypress table.profile-fields tr.alt td,
#buddypress table.wp-profile-fields tr.alt td,
#buddypress table.messages-notices tr.alt td,
#buddypress table.forum tr.alt td {
    background: #f5f5f5;
    color: #707070;
}
#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 {
    text-align: center;
    width: 40px;
}
#buddypress table.forum {
    margin: 0;
    width: auto;
    clear: both;
}
#buddypress table.forum tr.sticky td {
    font-size: 110%;
    background: #fff9db;
    border-top: 1px solid #ffe8c4;
    border-bottom: 1px solid #ffe8c4;
}
#buddypress table.forum tr.closed td.td-title {
    padding-left: 35px;
}
#buddypress table.forum td p.topic-text {
    color: #767676;
    font-size: 100%;
}
#buddypress table.forum tr > td:first-child,
#buddypress table.forum tr > th:first-child {
    padding-left: 15px;
}
#buddypress table.forum tr > td:last-child,
#buddypress table.forum tr > th:last-child {
    padding-right: 15px;
}
#buddypress table.forum tr th#th-title,
#buddypress table.forum tr th#th-poster,
#buddypress table.forum tr th#th-group,
#buddypress table.forum td.td-poster,
#buddypress table.forum td.td-group,
#buddypress table.forum td.td-title {
    text-align: left;
}
#buddypress table.forum tr td.td-title a.topic-title {
    font-size: 110%;
}
#buddypress table.forum td.td-freshness {
    white-space: nowrap;
}
#buddypress table.forum td.td-freshness span.time-since {
    font-size: 80%;
    color: #767676;
}
#buddypress table.forum td img.avatar {
    float: none;
    margin: 0 5px -8px 0;
}
#buddypress table.forum td.td-poster,
#buddypress table.forum td.td-group {
    min-width: 140px;
}
#buddypress table.forum th#th-title {
    width: 80%;
}
#buddypress table.forum th#th-freshness {
    width: 25%;
}
#buddypress table.forum th#th-postcount {
    width: 15%;
}
#buddypress table.forum p.topic-meta {
    font-size: 80%;
    margin: 5px 0 0 0;
}

/*-------------------------------------------------------------------------
3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles
-------------------------------------------------------------------------*/
#buddypress .item-body {
    margin: 20px 0;
}
/* GodLike */
#buddypress span.activity {
    display: inline-block;
    font-size: inherit;
    padding: 0;
}
#buddypress span.user-nicename {
    color: #767676;
    display: inline-block;
    font-size: 120%;
    font-weight: bold;
}
#buddypress div#message p,
#sitewide-notice p {
    font-weight: normal;
    margin-top: 3px;
    text-decoration: none;
    background-color: #ffd;
    border: 1px solid #cb2;
    color: #440;
}
#buddypress #item-header:after {
    clear: both;
    content: "";
    display: table;
}
/* GodLike */
#buddypress div#item-header div#item-header-content {
    float: inherit;
    margin-left: 0;
}
#buddypress div#item-header h2 {
    line-height: 120%;
    margin: 0 0 15px 0;
}
#buddypress div#item-header h2 a {
    color: #767676;
    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 {
    font-size: 60%;
    font-weight: normal;
    line-height: 170%;
    vertical-align: middle;
    display: inline-block;
}
#buddypress div#item-header h2 span.highlight span {
    background: #a1dcfa;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 80%;
    margin-bottom: 2px;
    padding: 1px 4px;
    position: relative;
    right: -2px;
    top: -2px;
    vertical-align: middle;
}
#buddypress div#item-header div#item-meta {
    font-size: 80%;
    color: #767676;
    overflow: hidden;
    margin: 15px 0 5px 0;
    padding-bottom: 10px;
}
#buddypress div#item-header div#item-actions {
    float: right;
    margin: 0 0 15px 15px;
    text-align: right;
    width: 20%;
}
#buddypress div#item-header div#item-actions h2,
#buddypress div#item-header div#item-actions h3 {
    margin: 0 0 5px 0;
}
#buddypress div#item-header ul {
    margin-bottom: 15px;
    overflow: hidden;
}
#buddypress div#item-header ul h5,
#buddypress div#item-header ul span,
#buddypress div#item-header ul hr {
    display: none;
}
#buddypress div#item-header ul li {
    float: right;
    list-style: none;
}
#buddypress div#item-header ul img.avatar,
#buddypress div#item-header ul.avatars img.avatar {
    height: 30px;
    margin: 2px;
    width: 30px;
}
#buddypress div#item-header div.generic-button,
#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 {
    border-top: inherit;
    width: 100%;
    list-style: none;
    clear: both;
    margin: 0;
    padding: 0;
}
body.activity-permalink #buddypress ul.item-list,
body.activity-permalink #buddypress ul.item-list li.activity-item {
    border: none;
}
/*GodLike*/
#buddypress ul.item-list li {
    border-bottom: inherit;
    padding: 15px 0;
    margin: inherit;
    position: relative;
    list-style: none;
}
#buddypress ul.item-list>li+li{
    margin-top: 30px;
    padding-top: 30px;
}
#buddypress ul.single-line li {
    border: none;
}
/* GodLike*/
#buddypress ul.item-list li img.avatar {
    float: left;
    margin: inherit;
    margin-right: 25px;
}
#buddypress ul.item-list li div.item-title,
#buddypress ul.item-list li h3,
#buddypress ul.item-list li h4 {
    font-weight: normal;
    font-size: 90%;
    margin: 0;
    width: 75%;
}
#buddypress ul.item-list li div.item-title span {
    color: #767676;
    font-size: 80%;
}
#buddypress ul.item-list li div.item-desc {
    color: #767676;
    font-size: 80%;
    margin: 10px 0 0 60px;
    width: 50%;
}
#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 {
    color: #767676;
    font-size: 80%;
    margin-top: 10px;
}
#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 {
    margin: 0;
    padding: 0;
}
/* GodLike */
#buddypress div.item-list-tabs ul li {
    float: inherit;
    margin: 0;
    list-style: none;
}
#buddypress div.item-list-tabs#subnav ul li {
    margin-top: 0;
}
#buddypress div.item-list-tabs#subnav ul > li > a{
    display: block;
    padding: 6.5px;
    margin: 10px;
    -webkit-transition: .2s color;
    transition: .2s color;
}
#buddypress div.item-list-tabs#subnav ul > li:first-child > a{
    padding-left: 0px;
    margin-left: 0px;
}
#buddypress div.item-list-tabs ul li.last {
    float: right;
    margin: 7px ;
}
#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: inherit;
    text-decoration: none;
}
/* GodLike */
#buddypress div.nk-social-menu ul li a{
    padding: 6.5px 0!important;
}
/* GodLike*/
#buddypress div.item-list-tabs ul li a span {
    text-align: center;
    font-size: 10px;
    border-radius: 7.5px;
    min-width: 15px;
    height: 15px;
    line-height: 15px;
    padding: 0 4px;
    background-color: #e08821;
    border: none;
    color: white;
}
/* GodLike*/
#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a {
    background-color: inherit;
    color: #e08821;
    opacity: .9;
    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: #e08821;
}
#buddypress div.item-list-tabs ul li.selected a span,
#buddypress div.item-list-tabs ul li.current a span {
    background-color: #e08821;
}

#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: inherit;
    overflow: hidden;
}
#buddypress #admins-list li,
#buddypress #mods-list li,
#buddypress #members-list li {
    overflow: auto;
    list-style: none;
}
#buddypress .group-members-list {
    width: 100%;
    margin-top: 1em;
    clear: both;
    overflow: auto;
}
#buddypress #item-buttons:empty {
    display: none;
}

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

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

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

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

/*--------------------------------------------------------------
3.9 - Private Messaging Threads
--------------------------------------------------------------*/
/* GodLike */
#buddypress table#message-threads tr.unread td {
    background: inherit;
    background-color: rgba(255,255,255,.03);
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    font-weight: normal;
}
#buddypress table#message-threads tr.unread td .thread-excerpt,
#buddypress table#message-threads tr.unread td .activity,
#buddypress table#message-threads tr.unread td.thread-options {
    font-weight: normal;
}
#buddypress li span.unread-count,
#buddypress tr.unread span.unread-count {
    background: #dd0000;
    color: #fff;
    font-weight: bold;
    padding: 2px 8px;
}
#buddypress div.item-list-tabs ul li a span.unread-count {
    padding: 1px 6px;
    color: #fff;
}
/* GodLike */
#buddypress div#message-thread div.message-box {
    margin: 0;
    padding: 15px;
    padding-right: 0;
    padding-left: 0;
}
/* GodLike */
#buddypress div#message-thread div.alt {
    background: inherit;
}
#buddypress div#message-thread p#message-recipients {
    margin: 10px 0 20px 0;
}
/* GodLike */
#buddypress div#message-thread img.avatar {
    float: left;
    margin: 0 25px 0 0;
    vertical-align: middle;
}
#buddypress div#message-thread strong {
    font-size: 100%;
    margin: 0;
}
#buddypress div#message-thread strong a {
    text-decoration: none;
}
#buddypress div#message-thread strong span.activity {
    margin-top: 4px;
}
#buddypress div#message-thread div.message-metadata {
    overflow: hidden;
}
/* GodLike */
#buddypress div#message-thread div.message-content {
    margin-left: 0px;
}
#buddypress div#message-thread div.message-options {
    text-align: right;
}
#buddypress #message-threads img.avatar {
    max-width: none;
}
#buddypress div.message-search {
    float: inherit;
    margin: inherit;
}

.message-metadata {
    position: relative;
}
/* GodLike*/
.message-star-actions.nk-social-messages-single-meta-favorite{
    position: inherit;
}

.message-star-actions {
    position: absolute;
    right: 0;
    top: 0;
}
#buddypress a.message-action-star,
#buddypress a.message-action-unstar {
    border-bottom: 0;
    text-decoration: none;
    outline: none;
}
a.message-action-star {
    opacity: .7;
}
a.message-action-star:hover {
    opacity: 1;
}
.message-action-star span.icon:before,
.message-action-unstar span.icon:before {
    font-family: dashicons;
    font-size: 18px;
}
.message-action-star span.icon:before {
    color: #767676;
    content: "\f154";
}
.message-action-unstar span.icon:before {
    color: #fcdd77;
    content: "\f155";
}

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

#buddypress div.profile h2 {
    margin-bottom: auto;
    margin-top: 15px;
}
#buddypress #profile-edit-form ul.button-nav {
    margin-top: 15px;
}
body.no-js #buddypress .field-visibility-settings-toggle,
body.no-js #buddypress .field-visibility-settings-close {
    display: none;
}
#buddypress .field-visibility-settings {
    display: none;
    margin-top: 10px;
}
body.no-js #buddypress .field-visibility-settings {
    display: block;
}
#buddypress .current-visibility-level {
    font-weight: bold;
    font-style: normal;
}
#buddypress .field-visibility-settings,
#buddypress .field-visibility-settings-toggle,
#buddypress .field-visibility-settings-notoggle {
    color: #707070;
}
#buddypress .field-visibility-settings-toggle a,
#buddypress .field-visibility-settings a {
    font-size: 80%;
}
body.register #buddypress div.page ul {
    list-style: none;
}
#buddypress .standard-form .field-visibility-settings label {
    margin: 0;
    font-weight: normal;
}
#buddypress .field-visibility-settings legend,
#buddypress .field-visibility-settings-toggle {
    font-style: italic;
}
#buddypress .field-visibility-settings .radio {
    list-style: none;
    margin-bottom: 0;
}
#buddypress .field-visibility select {
    margin: 0;
}
/* GodLike */
#buddypress .wp-editor-container {
    border: inherit;
}
#buddypress .html-active button.switch-html {
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #f5f5f5;
    color: #707070;
    border: none;
}
#buddypress .tmce-active button.switch-tmce {
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #f5f5f5;
    color: #707070;
    border: none;
}
#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;
    font-size: small;
    padding: 0;
}

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

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

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

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

.widget.buddypress div.avatar-block{
    overflow: hidden;
}

.widget.buddypress #bp-login-widget-form label {
    display: block;
    margin: 1rem 0 .5rem;
}

.widget.buddypress #bp-login-widget-form #bp-login-widget-submit {
    margin-right: 10px;
}

.widget.buddypress .bp-login-widget-user-avatar {
    float: left;
}

.bp-login-widget-user-avatar img.avatar {
    height: 40px;
    width: 40px;
}

.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 {
    margin-left: 0;
    padding-left: 0;
}

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

/*--------------------------------------------------------------
4.0 - Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1 - Smartphones - landscape
--------------------------------------------------------------*/
@media only screen and (max-width: 480px ){
    #buddypress div.dir-search {
        float: right;
        margin-top: 0px;
        text-align: right;
    }
    #buddypress div.dir-search input[type="text"] {
        margin-bottom: 1em;
        width: 50%;
    }
    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 h3,
    #buddypress form.standard-form .main-column ul#friend-list h4{
        width:100%;
    }
}

/*--------------------------------------------------------------
4.2 - Smartphones - portrait
--------------------------------------------------------------*/
@media only screen and (max-width: 320px) {
    #buddypress div.dir-search {
        clear: left;
        float: left;
        margin-top: 0;
        text-align: left;
    }
    #buddypress li#groups-order-select {
        clear: left;
        float: left;
    }
    #buddypress ul.item-list li div.action {
        clear: left;
        float: left;
        margin-top: 0;
        margin-left: 70px;
        position: relative;
        top: 0;
        right: 0;
        text-align: left;
    }
    #buddypress ul.item-list li div.item-desc {
        clear: left;
        float: left;
        margin: 10px 0 0;
        width: auto;
    }
    #buddypress li div.item {
        margin-left: 70px;
        width: auto;
    }
    #buddypress ul.item-list li div.meta {
        margin-top: 0;
    }
    #buddypress .item-desc p {
        margin: 0 0 10px;
    }
    #buddypress div.pagination .pag-count {
        margin-left: 0;
    }
}

/*--------------------------------------------------------------
4.2 - Smartphones - smaller screen sizes
--------------------------------------------------------------*/
@media only screen and (max-width: 240px) {
    #buddypress div.dir-search {
        float: left;
        margin: 0;
    }
    #buddypress 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 {
        clear: left;
        float: left;
        margin: 10px 0 20px;
    }
}
/* GodLike */
ul .show-all > a{
    display: block;
    text-decoration: none;
    color: inherit;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    font-style: italic;
}
.hidden .acomment-avatar.nk-social-activity-avatar img{
    display: none;
}
.godlike-input input{
    padding: 12px 20px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #404040;
    -webkit-transition: .3s border,.3s color;
    transition: .3s border,.3s color;
    background: 0 0;
    color: inherit;
    font-size: 1em;
    line-height: 1.2;
    font-weight: 400;
    display: block;
    width: 100%;
}
/* GodLike TinyMCE*/
#buddypress .wp-editor-area, #buddypress .mce-tinymce .mce-container-body .mce-edit-area{
    padding: 25px;
    color: inherit;
    background-color: #151515;
}
#buddypress .quicktags-toolbar{
    padding: 10px 26px;
    background-color: #181818;
    border: none;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
#buddypress .mce-container{
    background-color: #181818;
    border: none;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

#buddypress .wp-editor-tools .wp-editor-tabs .wp-switch-editor,#buddypress .ed_button.button.button-small{
    background-color: #0e0e0e;
    color: inherit;
    padding: 6px 15px;
    border: none;
}
#buddypress .quicktags-toolbar input.button.button-small{
    font-size: 12px!important;
    height: 26px!important;
    line-height: 14px!important;
    border: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
#buddypress .mce-toolbar .mce-btn-group .mce-btn:focus, .mce-toolbar .mce-btn-group .mce-btn:hover, .qt-dfw:focus, .qt-dfw:hover{
    box-shadow: none!important;
    border-color: inherit!important;
}
div.wp-link-input input, .mce-container.mce-panel.mce-floatpanel.mce-window.mce-in{
    color: black;
}
#buddypress .mce-tinymce.mce-container.mce-panel .mce-btn-group .mce-widget.mce-btn{
    background-color: #0e0e0e;
}
#buddypress .mce-tinymce.mce-container.mce-panel .mce-btn-group .mce-widget.mce-btn:hover .mce-ico{
    color: white;
}
#buddypress .mce-tinymce.mce-container.mce-panel .mce-btn-group .mce-widget.mce-btn .mce-ico{
    color: #c2c2c2;
}
#buddypress .tmce-active .wp-switch-editor.switch-tmce, #buddypress .html-active .wp-switch-editor.switch-html{
    background-color: #181818;
}
#buddypress .mce-container.mce-toolbar-grp.mce-container.mce-panel{
    padding: 7px 26px;
}
/* GodLike Forms*/
.godlike-select select {
    padding: 1rem 1.8rem;
    padding-left: 3.6rem;
}
.godlike-select option {
    color: #000; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .godlike-select select {
        padding: 1rem 1.8rem;
        padding-left: 4rem;
    }
}
.godlike-select:before {
    right: auto;
    left: 1.8rem;
}
.godlike-datetime.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child){
    margin-right: 20px;
}
.godlike-radio input[type=radio] + label,
.godlike-checkbox input[type=checkbox] + label {
    padding-left: 0;
    padding-right: 35px;
}
.godlike-radio input[type=radio] + label:before {
    right: -1px;
    left: auto;
}
.godlike-checkbox input[type=checkbox] + label:before {
    right: -4px;
    left: auto;
}
.godlike-radio input[type=radio] + label:after,
.godlike-checkbox input[type=checkbox] + label:after {
    right: -8px;
    left: auto;
}
.godlike-checkbox input[type=checkbox],.godlike-radio input[type=radio]{
    margin-right: 5px;
}
#buddypress #notifications-bulk-management table th,
#buddypress #message-threads th,
#buddypress table td{
    border-top: 1px solid #222222;
    border-left: 1px solid #222222;
}
#buddypress #notifications-bulk-management table.table-bordered td,
#buddypress #message-threads td{
    border-left: 1px solid #222222!important;
}
#buddypress input#send-to-input,
.godlike_buddypress_single_thread form{
    width: 100%;
}
.godlike_buddypress_single_thread .message-metadata{
    width: 85px;
    float: left;
}
.godlike_buddypress_single_thread .message-content.nk-social-messages-single-content{
    margin-left: 85px!important;
}
.godlike_buddypress_single_thread,
.godlike_buddypress_single_thread .nk-social-messages-single{
    display: block!important;
}

.godlike_buddypress_single_thread .message-metadata.nk-social-messages-single-meta,
.godlike_buddypress_single_thread .message-content.nk-social-messages-single-content{
 width: calc(100% - 85px);
}
#buddypress #settings-form table.table-bordered td{
    border-left: 1px solid #222222!important;
    padding: 12px;
}
#buddypress #settings-form table th{
    padding: 12px;
    border-top: 1px solid #222222;
    border-left: 1px solid #222222;
}
#group-create-tabs ul li span{
    margin-right: 10px;
}
#group-create-tabs.nk-social-menu-inline{
    margin-top: 40px;
}
#invite-list.godlike-social-invite-group-list ul{
    list-style: none;
}

.godlike_bp_groups_members_filter{
    float: right;
    max-width: 80%!important;
}
.godlike_send_invites_list #invite-list ul li{
    width:100px;
}
.godlike_send_invites_list #invite-list ul{
    padding-left: 0px;
}
#group-settings-form.standard-form input[type=text],
#group-settings-form.standard-form textarea{
    width:100%!important;
}
#group-settings-form.standard-form .radio label{
    color: inherit;
}
#profile-group-edit-submit{
    border: 1px solid #ccc!important;
}