/*--------------------------------------------------------------
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 - sportix
    4.1 - Navigation
    4.2 - Invites
    4.3 - Group admins
    4.4 - Top bar
    4.5 - Mobile menu
    4.6 - Forms
    4.7 - BP Profile Widget
    4.8 - Cover images
    4.9 - Members list
    4.10 - Groups list
    4.11 - bbPress
    4.12 - Tables
    4.13 - Mutual friends
    4.14 - BuddyPress Activity Plus
5.0 - Media Queries
--------------------------------------------------------------*/


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


/*--------------------------------------------------------------
1.1 - Pagination
--------------------------------------------------------------*/

#buddypress div.pagination {
    background: transparent;
    border: none;
    margin: 0;
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0;
}

#buddypress div.pagination .pag-count {
    float: left;
}

#buddypress div.pagination .pagination-links {
    float: right;
    font-weight: 700;
}

#buddypress div.pagination .pagination-links span,
#buddypress div.pagination .pagination-links a {
    padding: 0 5px;
}

#buddypress div.pagination .pagination-links a:hover {}

#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;
}

#buddypress img.avatar {
    width: 50px;
    height: auto;
}


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


/*--------------------------------------------------------------
3.1 - Activity
--------------------------------------------------------------*/

#buddypress #activity-stream {}

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

#buddypress #whats-new-form {
    margin: 0px -3px 40px -3px;
    padding: 40px 40px 0px 40px;
}

#buddypress #whats-new-form #message p,
#buddypress #whats-new-form #message {
    margin-top: 0px !important;
}

#buddypress form#whats-new-form textarea {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

#buddypress #whats-new-submit input {
    padding: 0px 15px;
    height: 38px;
}

#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 40px 20px;
}

#buddypress form#whats-new-form p.activity-greeting {
    line-height: 1.5;
    margin-bottom: 10px;
    margin-left: 75px;
    font-style: italic;
}

#buddypress form#whats-new-form textarea {
    box-sizing: border-box;
    font-family: inherit;
    height: 2.2em;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 10px !important;
}

body.no-js #buddypress form#whats-new-form textarea {
    height: 50px;
}

#buddypress form#whats-new-form #whats-new-options select,
#buddypress form#whats-new-form #whats-new-options .selectric {
    margin: 0px 0px 20px 0px;
}

#whats-new-post-in-box {
    display: inline-block;
    width: 100%;
}

#buddypress form#whats-new-form #whats-new-submit {
    margin: 0px;
    display: block;
    width: 100%;
    text-align: right;
}

#buddypress #whats-new-options:after {
    clear: both;
    content: "";
    display: table;
}

body.no-js #buddypress #whats-new-options {
    height: auto;
}

#buddypress .sportix-whats-new {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#buddypress .sportix-whats-new-left,
#buddypress .sportix-whats-new-right {
    display: table-cell;
    vertical-align: top;
}

#buddypress .sportix-whats-new-select .selectric {
    border: none;
}

#buddypress .sportix-post-in {
    color: inherit;
    font-weight: 700;
}

/*--------------------------------------------------------------
3.1.1 - Activity Listing
--------------------------------------------------------------*/

#buddypress ul.activity-list li {
    padding: 30px 0;
    list-style: none;
}

#buddypress .activity-list .activity-avatar {
    float: left;
}

body.activity-permalink #buddypress .activity-list .activity-avatar img {
    width: 150px;
    height: auto;
}

#buddypress ul.item-list.activity-list li.has-comments {
    padding-bottom: 25px;
}

body.activity-permalink #buddypress ul.activity-list li.has-comments {
    padding-bottom: 0;
}

#buddypress .activity-list li.mini {
    position: relative;
}

#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: 100%;
}

body.activity-permalink #buddypress li.mini .activity-meta {
    margin-top: 4px;
}

#buddypress .activity-list li .activity-inreplyto {
    color: inherit;
    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: 0 0 0 70px;
}

body.activity-permalink #buddypress .activity-list li .activity-content {
    border: none;
    margin: 0px 0px 10px 190px;
    padding: 0px 0px 35px 0px;
    min-height: 150px;
}

body.activity-permalink #buddypress .activity-list li .activity-header > p {
    margin: 0;
    padding: 5px 0 0 0;
}

body.activity-permalink #buddypress .activity-list li .activity-header span.time-since {
    display: block;
    margin-bottom: 10px;
}

body.activity-permalink #buddypress .activity-list li .activity-header span.time-since:before {
    font-family: 'FontAwesome';
    content: "\f017";
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    padding-right: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#buddypress .activity-header img {
    border-radius: 100%;
    vertical-align: middle;
    margin:0 5px 2px 5px;
}

#buddypress .activity-list .activity-content .activity-header,
#buddypress .activity-list .activity-content .comment-header {
    color: inherit;
    line-height: 220%;
}

#buddypress .activity-header {
    margin-right: 20px;
}

#buddypress .activity-header a,
#buddypress .comment-meta a,
#buddypress .acomment-meta a {
    text-decoration: none;
}

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

#buddypress a.bp-secondary-action,
#buddypress span.highlight {
    padding: 0px 5px;
    margin-right: 5px;
    text-decoration: none;
}

#buddypress .activity-list .activity-content .activity-inner,
#buddypress .activity-list .activity-content blockquote {
    margin: 20px 0px 10px 0px;
    overflow: hidden;
}

#buddypress .activity-list li.new_forum_post .activity-content .activity-inner,
#buddypress .activity-list li.new_forum_topic .activity-content .activity-inner {
    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 {
    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 {
    position: relative;
    margin: 40px 0 0 0;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

#buddypress .activity-list li.load-more a,
#buddypress .activity-list li.load-newest a {
    display: block;
}


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

#buddypress #latest-update a:before {
    font-family: 'FontAwesome';
    content: "\f178";
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    padding-right: 3px;
    padding-left: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#buddypress div.activity-meta {
    margin: 15px 0 0 0;
    display: inline-block;
}

#buddypress div.activity-meta a {
    padding: 8px 12px;
    float: left;
}

#buddypress div.activity-meta a.fav,
#buddypress div.activity-meta a.unfav,
#buddypress div.activity-meta a.fav,
#buddypress div.activity-meta a.delete-activity,
#buddypress div.activity-meta a.delete-activity-single,
#buddypress .acomment-options a.acomment-delete,
#buddypress .acomment-options a.acomment-reply {
    text-indent: -500em;
    position: relative;
    width: 30px;
}

#buddypress div.activity-meta a.fav:before,
#buddypress div.activity-meta a.unfav:before,
#buddypress div.activity-meta a.delete-activity:before,
#buddypress div.activity-meta a.delete-activity-single:before,
#buddypress .acomment-options a.acomment-delete:before,
#buddypress .acomment-options a.acomment-reply:before {
    font-family: 'FontAwesome';
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    width: 30px;
}

#buddypress div.activity-meta a.delete-activity:before,
#buddypress div.activity-meta a.delete-activity-single:before,
#buddypress .acomment-options a.acomment-delete:before {
    content: "\f00d";
}

#buddypress div.activity-meta a.fav:before {
    content: "\f006";
}

#buddypress div.activity-meta a.fav:hover:before {
    content: "\f005";
}

#buddypress div.activity-meta a.unfav:before {
    content: "\f005";
}

#buddypress div.activity-meta a.unfav:hover:before {
    content: "\f006";
}

#buddypress .acomment-options a.acomment-reply:before {
    content: "\f112";
}

#buddypress div.activity-header a {
    text-decoration: none;
}

#buddypress div.activity-header a.activity-time-since:before,
#buddypress div.activity-comments a.activity-time-since:before {
    content: "\a";
    white-space: pre;
}

#buddypress .activity-list .activity-content .activity-header img.avatar {
    border-radius: 100%;
    vertical-align: middle;
    width: 16px;
    height: auto;
    margin: -2px 3px 0px 3px !important;
}

#buddypress a.activity-time-since,
#buddypress #item-header-content span.activity {
    font-style: italic;
}

#buddypress a.activity-time-since span:before {
    font-family: 'FontAwesome';
    content: "\f017";
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    padding-right: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#buddypress a.bp-primary-action,
#buddypress a.bp-secondary-action,
#buddypress #reply-title small a {
    margin-right: 1px;
    text-decoration: none;
}

#buddypress a.bp-primary-action span,
#buddypress #reply-title small a span {
    padding: 2px 5px;
    border-radius: 5px;
}

#buddypress div.activity-comments {
    margin: 0 0 0 70px;
    /* IE fix */
    position: relative;
    width: auto;
    clear: both;
}

body.activity-permalink #buddypress div.activity-comments {
    background: none;
    margin-left: 190px;
    width: auto;
}

#buddypress div.activity-comments > ul {
    padding: 0;
}

#buddypress div.activity-comments ul,
#buddypress div.activity-comments ul li {
    border: none;
    list-style: none;
}

#buddypress div.activity-comments ul {
    clear: both;
    margin: 0px;
}

#buddypress div.activity-comments ul li {
    padding: 30px 0 0 0;
}

body.activity-permalink #buddypress .activity-list li.mini .activity-comments {
    clear: none;
    margin-top: 0;
}

#buddypress div.activity-comments > ul > li:first-child {
    border-top: none;
}

#buddypress div.activity-comments ul li:last-child {
    margin-bottom: -10px;
}

#buddypress div.activity-comments ul li > ul {
    margin-left: 10px;
    margin-top: 0;
    padding-left: 10px;
    margin-bottom: 10px;
}

body.activity-permalink #buddypress div.activity-comments > ul {
    padding: 0px;
}

#buddypress div.activity-comments div.acomment-avatar img {
    border-width: 1px;
    float: left;
    height: 50px;
    margin-right: 15px !important;
    width: 50px;
}

#buddypress div.activity-comments div.acomment-content {
    margin: 15px 0 0 65px;
}

#buddypress div.acomment-content .time-since,
#buddypress div.acomment-content .activity-delete-link,
#buddypress div.acomment-content .comment-header {
    display: none;
}

#buddypress div.activity-comments form.ac-form {
    display: none;
    padding: 30px;
    margin: 24px 0px 0px 0px;
}

#buddypress div.activity-comments form.ac-form textarea {
    border: none;
}

#buddypress div.activity-comments li form.ac-form {
    margin: -10px 0px 30px 20px;
    clear: both;
}

#buddypress div.activity-comments form.ac-form a,
#buddypress div.activity-comments form.ac-form input {
    font-size: inherit;
}

#buddypress div.activity-comments form.root {
    margin-left: 0;
}

#buddypress div.activity-comments div#message {
    margin-top: 15px;
    margin-bottom: 0;
}

#buddypress div.activity-comments form textarea {
    box-shadow: none;
    outline: none;
    height: 100px;
    padding: 10px 15px;
    margin: 0;
    width: 100%;
}

#buddypress div.activity-comments form div.ac-reply-avatar {
    float: left;
}

#buddypress div.activity-comments form div.ac-reply-content {
    margin-left: 50px;
    padding-left: 15px;
}

#buddypress div.activity-comments form div.ac-reply-content a {
    text-decoration: none;
}

#buddypress .acomment-options {
    float: none;
    margin: 20px 0 40px 65px;
    display: inline-block;
    vertical-align: bottom;
}

#buddypress .acomment-options a {
    padding: 8px 10px;
    line-height: 1;
    float: left;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

#buddypress .ac-reply-cancel {
    padding: 0px 10px;
}


/*--------------------------------------------------------------
3.3 - Directories - Members, Groups, Blogs, Forums
--------------------------------------------------------------*/

#buddypress div.dir-search,
#buddypress li.groups-members-search,
#buddypress div.message-search {
    margin: 0px 0px 40px 0px;
    position: relative;
}

#buddypress div.dir-search input[type=text],
#buddypress li.groups-members-search input[type=text],
#buddypress div.message-search input[type=text] {
    width: 100% !important;
    margin: 0px !important;
    padding-right: 135px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-right: none !important;
    height: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#buddypress div.dir-search input[type="submit"],
#buddypress li.groups-members-search input[type="submit"],
#buddypress div.message-search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    height: 50px;
    width: 120px;
    line-height: 1;
    border: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0px;
    padding-left: 0;
    padding-right: 0;
}


/*--------------------------------------------------------------
3.4 - Errors / Success Messages
--------------------------------------------------------------*/

#buddypress div#message {
    margin: 20px 0px;
}

#buddypress div#message.updated {
    clear: both;
    display: block;
}

#buddypress div#message p,
#sitewide-notice p {
    display: block;
    padding: 15px 20px;
}

#buddypress div#message.error p {
    border-color: #c0392b;
    clear: left;
}

#buddypress div#message.warning p {
    border-color: #f1c40f;
    clear: left;
}

#buddypress div#message.updated p {
    border-color: #27ae60;
}

#buddypress p.error {
    border: none;
    border-left: 3px solid #c0392b;
    padding: 15px 20px;
    color: inherit;
}

#buddypress p.warning {
    border: none;
    border-left: 3px solid #f1c40f;
    padding: 15px 20px;
    color: inherit;
}

#buddypress p.updated {
    border: none;
    padding: 15px 20px;
    border-left: 3px solid #27ae60;
    color: inherit;
}

#buddypress #pass-strength-result {
    display: none;
    margin: 0;
    padding: 10px;
    text-align: center;
    width: 150px;
    float: left;
}

#buddypress #pass-strength-result.error,
#buddypress #pass-strength-result.bad {
    background-color: #e74c3c;
    display: block;
}

#buddypress #pass-strength-result.good {
    background-color: #f1c40f;
    display: block;
}

#buddypress #pass-strength-result.short {
    background-color: #c0392b;
    display: block;
}

#buddypress #pass-strength-result.strong {
    background-color: #16a085;
    display: block;
}

#buddypress .standard-form#signup_form div div.error {
    background: #c0392b;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 6px;
    width: 90%;
}

#buddypress div.accept,
#buddypress div.reject {
    float: left;
    margin-left: 10px;
}

#buddypress ul.button-nav {
    display: inline-block;
    margin: 0px 0px 20px 0px;
}

#buddypress ul.button-nav li {
    float: left;
    margin: 0 1px 1px 0;
    list-style: none;
}

#buddypress ul.button-nav li a {
    line-height: 1;
    cursor: pointer;
    outline: none;
    padding: 12px 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}

#buddypress ul.button-nav li a:hover,
#buddypress ul.button-nav li.current a {
    outline: none;
    text-decoration: none;
}

#sitewide-notice #message {
    bottom: 0px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#sitewide-notice #message p {
    border: none;
}

#sitewide-notice strong {
    display: block;
    margin-bottom: 0px;
}

#sitewide-notice #close-notice {
    position: absolute;
    right: 5px;
    top: 40px;
    color: transparent !important;
    line-height: 1;
    width: 40px;
    height: 40px;
}

#sitewide-notice strong {
    display: block;
    margin-bottom: -1em;
}

#sitewide-notice #close-notice {
    position: absolute;
    right: 10px;
    top: 40px;
    color: transparent !important;
    line-height: 1;
    width: 40px;
    height: 40px;
}

#sitewide-notice p {
    padding: 30px 40px;
}

#sitewide-notice #close-notice:before {
    font-family: 'FontAwesome';
    content: "\f00d";
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 30px;
    z-index: 1;
}

.widget_bp_core_sitewide_messages.sportix-sidebar-box .bp-site-wide-message p {
    padding: 40px;
    margin-bottom: 40px;
}

.widget_bp_core_sitewide_messages.sportix-sidebar-box .bp-site-wide-message p strong {
    display: block;
}

.widget_bp_core_sitewide_messages.sportix-sidebar-box h3 {
    display: none;
}

.widget_bp_core_sitewide_messages.sportix-sidebar-box {
    padding: 0px;
    background: transparent;
}

.widget_bp_core_sitewide_messages.sportix-sidebar-box {
    padding: 0px !important;
    background: transparent !important;
    margin: 0px !important;
}

.widget_bp_core_sitewide_messages.sportix-sidebar-box #close-notice {
    position: absolute;
    right: -8px;
    top: 11px;
    color: transparent !important;
    line-height: 1;
    width: 40px;
    height: 40px;
}

.widget_bp_core_sitewide_messages.sportix-sidebar-box #close-notice:before {
    font-family: 'FontAwesome';
    content: "\f00d";
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 24px;
    z-index: 1;
}


/*--------------------------------------------------------------
3.5 - Forms
--------------------------------------------------------------*/

#buddypress select {
    outline: none;
}

#buddypress form fieldset {
    border: 0;
    padding: 0;
}

#buddypress .standard-form select {
    padding: 3px;
}

#buddypress .standard-form label,
#buddypress .standard-form span.label,
#buddypress .standard-form legend {
    display: block;
    font-weight: normal;
    margin: 0px 0px 5px 0px;
    width: auto;
    font-weight: 700;
}

#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 {
    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: 100%;
}

#buddypress .standard-form#sidebar-login-form input[type=text],
#buddypress .standard-form#sidebar-login-form input[type=password] {
    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 div.submit input {
    float: right;
}

#buddypress div#signup-avatar img {
    margin: 0 15px 10px 0;
}

#buddypress .standard-form textarea {
    width: 100%;
    height: 120px;
}

#buddypress .standard-form textarea#message_content {
    height: 200px;
}

#buddypress .standard-form#send-reply textarea {
    width: 100%;
}

#buddypress .standard-form p.description {
    margin: 5px 0;
    font-style: italic;
}

#buddypress .standard-form div.submit {
    clear: both;
    display: inline-block;
    width: 100%;
}

#buddypress .standard-form p.submit {
    margin-bottom: 0;
    padding: 15px 0 0 0;
}

#buddypress .standard-form div.submit input {
    margin: 10px 0px 0px 0px !important;
}

#buddypress .standard-form div.submit #group-creation-previous {
    float: left;
}

#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 .bulk-select-all {
    width: 50px;
}

#buddypress .standard-form button,
#buddypress a.button,
#buddypress .generic-button a,
#buddypress .comment-reply-link,
a.bp-title-button {
    line-height: 1;
    cursor: pointer;
    outline: none;
    padding: 10px 14px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}

#buddypress .standard-form button:hover,
#buddypress a.button:hover,
#buddypress a.button:focus,
#buddypress div.generic-button a:hover,
#buddypress .comment-reply-link:hover {
    outline: none;
    text-decoration: none;
}

#buddypress form.standard-form .left-menu {
    float: left;
    margin: 0px 0px 30px 0px;
}

#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: 220px;
}

#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;
}

#buddypress .input-options {
    margin: 5px 0px;
}

#buddypress .clear-value {
    margin-top: 10px !important;
    text-decoration: underline;
}

#buddypress .standard-form #profile-details-section .field-visibility-settings legend,
#buddypress .profile .standard-form .field-visibility-settings legend,
#buddypress .standard-form .field-visibility-settings-toggle,
#buddypress .standard-form .field-visibility-settings-notoggle {
    font-style: normal;
}

#buddypress #settings-form {
    margin-top: 15px;
}

#buddypress .standard-form .field-visibility-settings-notoggle {
    margin-bottom: 30px;
}

#buddypress .standard-form .visibility-toggle-link {
    font-weight: 700;
}

#buddypress .standard-form #profile-details-section .field-visibility-settings .radio,
#buddypress .profile .standard-form .field-visibility-settings .radio {
    margin-left: 0px;
}

#buddypress .standard-form #basic-details-section,
#buddypress .standard-form #blog-details-section,
#buddypress .standard-form #profile-details-section {
    float: left;
    width: 50%;
}

#buddypress .standard-form #basic-details-section {
    padding-right: 20px;
}

#buddypress .standard-form #profile-details-section {
    padding-left: 20px;
}

#buddypress .standard-form #basic-details-section input[type="text"],
#buddypress .standard-form #basic-details-section input[type="password"],
#buddypress .standard-form #blog-details-section input[type="text"],
#buddypress .standard-form #profile-details-section input[type="text"],
#buddypress .profile .standard-form input[type="text"],
#buddypress .profile .standard-form input[type="password"],
#buddypress .profile .standard-form input[type="number"] {
    width: 100% !important;
    margin-bottom: 10px;
}

#buddypress .standard-form #basic-details-section select,
#buddypress .standard-form #basic-details-section .radio,
#buddypress .standard-form #blog-details-section select,
#buddypress .standard-form #blog-details-section .radio,
#buddypress .standard-form #profile-details-section select,
#buddypress .standard-form #profile-details-section .radio,
#buddypress .profile .standard-form select {
    margin-bottom: 30px;
}

#buddypress .standard-form#signup_form div.submit {
    margin-bottom: 10px;
}

#buddypress .standard-form #basic-details-section label,
#buddypress .standard-form #blog-details-section label,
#buddypress .standard-form #profile-details-section label,
#buddypress .profile .standard-form label {
    margin: 0px 0px 10px 0px;
    line-height: 1;
}

#buddypress .field-visibility-settings-toggle a,
#buddypress .field-visibility-settings a {
    font-style: normal;
}

#buddypress .standard-form .selectric label,
#buddypress .standard-form .selectric span.label {
    margin: 0px;
    padding: 0px 10px;
}

#buddypress .standard-form .selectric {
    margin-bottom: 10px;
}

#buddypress .datebox-selects .selectric {
    width: 32%;
    float: left;
    margin-right: 1%;
}


/* 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: 5px 10px;
    background: inherit !important;
    color: inherit !important;
    line-height: 1;
}

#buddypress #bbpress-forums textarea.wp-editor-area {
    border: none !important
}

#buddypress textarea.wp-editor-area {
    margin-bottom: 0px !important;
}

#buddypress #bbpress-forums div.bbp-the-content-wrapper {
    margin-bottom: 30px;
}


/* Form classes & generic attr styling */

#buddypress form *[disabled="disabled"] {
    cursor: default;
    opacity: 0.5;
}

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 {
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
    word-wrap: normal !important;
}


/*--------------------------------------------------------------
3.6 - Ajax Loading
--------------------------------------------------------------*/

#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 {
    cursor: default;
}

#buddypress .activity-list li.load-more.loading:after {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 26px;
    top: 14px;
    left: 0;
    content: "\f110";
    width: 100%;
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: fa-spin 1.5s infinite linear;
    animation: fa-spin 1.5s infinite linear;
    line-height: 1;
}

#buddypress .activity-list li.load-more.loading a {
    color: transparent !important
}

#buddypress .activity-list li.load-more.loading {
    pointer-events: none;
}


/*--------------------------------------------------------------
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 div.poster-meta {
    color: inherit;
    margin-bottom: 10px;
}

#buddypress ul#topic-post-list li div.post-content {
    margin-left: 54px;
}

#buddypress div.topic-tags {}

#buddypress div.admin-links {
    color: inherit;
    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 .profile h2 {
    line-height: 1;
}

#buddypress .messages {
    clear: both;
}

#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%;
    border-collapse: collapse;
    table-layout: fixed;
}

#buddypress table.profile-fields tr td.label {
    width: 30%;
}

#buddypress table.messages-notices tr th.thread-star,
#buddypress table.messages-notices tr td.thread-star {
    width: 50px;
}

#buddypress table#message-threads {
    clear: both;
}

#buddypress table.profile-fields {
    margin: -5px 0px 40px 0px;
}

#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-settings tr th,
#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: 15px;
    vertical-align: middle;
}

#buddypress table.profile-settings {
    margin-top: 0px;
}

#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 {
    font-weight: bold;
}

#buddypress table.profile-settings tr td.field-name,
#buddypress table.profile-settings tr th.field-group-name {
    width: 65%;
}

#buddypress table.profile-settings tr td.field-visibility,
#buddypress table.profile-settings tr th.field-visibility-title {
    width: 35%;
}

#buddypress table.profile-settings tr td.field-visibility .selectric {
    margin: 0px;
}

#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: inherit;
    margin-top: 3px;
}

#buddypress table.forum td {
    text-align: center;
}

#buddypress table.notification-settings {
    margin: 20px 0px;
    text-align: left;
    padding-bottom: 20px;
}

#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.closed td.td-title {
    padding-left: 35px;
}

#buddypress table.forum td p.topic-text {
    color: inherit;
}

#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 td.td-freshness {
    white-space: nowrap;
}

#buddypress table.forum td.td-freshness span.time-since {
    color: inherit;
}

#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 0;
}


/*-------------------------------------------------------------------------
3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles
-------------------------------------------------------------------------*/

#buddypress .item-body {
    margin: 20px 0 0 0;
}

#buddypress span.activity {
    display: inline-block;
    padding: 0;
    font-style: italic;
}

#buddypress .h-clock-icon {
    padding-right: 5px;
}

#buddypress span.user-nicename {
    color: inherit;
    display: inline-block;
    font-weight: 700;
}

.sportix-mentionname {
    font-weight: 700;
    padding-right: 0px;
    display: block;
    padding-top: 5px;
}

p.sportix-member-since {
    margin: 0px;
}

#buddypress div#item-header-cover-image .user-nicename a,
#buddypress div#item-header-cover-image .user-nicename,
#buddypress div#item-header h1.sportix-group-name {
    text-shadow: none !important;
}

#buddypress div#item-header h1.sportix-group-name {
    margin: -22px 0px 30px 0px;
    display: block;
}

#buddypress div#message p,
#sitewide-notice p {
    font-weight: normal;
    margin-top: 20px;
    text-decoration: none;
}

#item-header {
    position: relative;
}

#buddypress #item-header:after {
    clear: both;
    content: "";
    display: table;
}

#buddypress div#item-header div#item-header-content {
    float: left;
    margin-left: 0;
}

#buddypress div#item-header h2 {
    line-height: 120%;
    margin: 0 0 15px 0;
}

#buddypress div#item-header h2 a {
    color: inherit;
    text-decoration: none;
}

#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 {
    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 {
    overflow: hidden;
    margin: 15px 0 0 0;
    padding-bottom: 30px;
}

#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: 0 0 0 2px;
}

#buddypress div#item-header div.generic-button a {
    display: inline-block;
}

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%;
    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;
}

#buddypress ul.item-list li {
    padding: 30px 0;
    margin: 0;
    position: relative;
    list-style: none;
}

#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 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: inherit;
}

#buddypress ul.item-list li div.item-desc {
    color: inherit;
    font-size: 80%;
    margin: 10px 0 0 60px;
}

#buddypress ul.item-list li.group-no-avatar div.item-desc {
    margin-left: 0;
}

#buddypress .group-create-privacy div.radio ul {
    list-style: none;
    margin: 10px 0px 20px 0px;
}

#buddypress .group-create-privacy div.radio ul:last-child {
    margin: 10px 0px 0px 0px;
}

#buddypress .group-create-privacy div.radio label {
    font-weight: 700;
}

#group-create-body .group-create-invitations p {
    margin-bottom: 10px;
}

#group-create-body .checkbox {
    margin-bottom: 20px;
}

.group-create-invitations {
    margin-bottom: 30px;
}

#buddypress .standard-form div.submit #group-creation-previous {
    float: left;
}

#hidden-group-description {
    padding-bottom: 20px;
}

#buddypress ul.item-list li div.action {
    position: absolute;
    top: 15px;
    right: 0;
    text-align: right;
}

#buddypress ul.item-list li div.meta {
    color: inherit;
    font-size: 80%;
    margin-top: 10px;
}

#buddypress ul.item-list li h5 span.small {
    float: right;
    font-size: 80%;
    font-weight: normal;
}


/*--- List Tabs ---*/

#buddypress .item-list-tabs li.feed a {
    position: relative;
    text-indent: -500em;
    vertical-align: top;
    background: none !important;
}

#buddypress .item-list-tabs li.feed a:before {
    font-family: 'FontAwesome';
    content: "\f143";
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 30px;
    z-index: 1;
}

#buddypress div.item-list-tabs {
    background: transparent;
    clear: left;
    overflow: hidden;
    margin-bottom: 20px;
}

#buddypress div.item-list-tabs ul {
    margin: 0;
    padding: 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: 0px;
}

#buddypress div.item-list-tabs ul li.last select {
    max-width: 185px;
}

#buddypress div.item-list-tabs ul li a {
    position: relative;
}

#buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li span {
    display: block;
    padding: 20px;
    text-decoration: none;
    margin-right: 1px;
    margin-bottom: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 1;
}

#buddypress div.item-list-tabs ul li a span {
    border-radius: 5px;
    display: inline;
    font-size: 70%;
    margin: 0px;
    padding: 3px 6px;
    text-align: center;
    vertical-align: middle;
}

#buddypress div.item-list-tabs ul li a:hover span,
#buddypress div.item-list-tabs ul li a span {
    display: inline-block;
    float: right;
    margin-left: 5px;
}

#buddypress div.item-list-tabs ul li.selected a span,
#buddypress div.item-list-tabs ul li.current a span {
    display: inline-block;
    float: right;
    margin-left: 5px;
}

#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 {
    margin: 0px;
    display: inline-block;
    width:100%;
}

#buddypress div.item-list-tabs#subnav li:last-child {
    margin-bottom: 20px;
}

#buddypress div#item-nav {
    width: 25%;
    float: left;
    padding-right: 40px;
}

#buddypress div#item-body {
    width: 75%;
    float: left;
}

#buddypress div#item-nav div.item-list-tabs li {
    float: none;
}

#buddypress #admins-list li,
#buddypress #mods-list li,
#buddypress #members-list li {
    overflow: auto;
    list-style: none;
}

#buddypress .group-members-list {
    width: 100%;
    clear: both;
}

#buddypress #item-buttons {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
}

#buddypress #item-buttons.sportix-no-cover {
    position: relative;
    right: inherit;
    top: inherit;
    display: inline-block;
    margin: 0px 30px 25px 30px;
}

#buddypress #item-buttons.sportix-no-cover a {
    margin-bottom: 2px;
}

#buddypress #item-buttons:empty,
#buddypress #item-buttons.sportix-no-cover:empty {
    display: none !important;
}


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

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

#buddypress #header-cover-image {
    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 #cover-image-container .group-type {
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    line-height: 1;
}

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

#buddypress div#item-header img.avatar {
    float: left;
}

.sportix-no-cover-container {
    padding-top: 30px;
    padding-left: 30px;
}

#buddypress #item-header-avatar img.avatar {
    border: none !important;
    width: 150px;
    height: auto;
    margin: 30px 0px 30px 30px;
}

#buddypress #item-header-avatar a {
    display: block;
}

#buddypress #item-header-cover-image #item-header-avatar {
    margin-top: 260px !important;
}

#buddypress div#item-header #item-header-cover-image #item-header-content {
    margin-top: -120px !important;
    margin-left: 180px !important;
    clear: both !important;
}

#buddypress #item-header-cover-image #item-header-avatar img.avatar {
    padding: 5px;
    margin: 0 0px 20px 0;
}

#buddypress div#item-header #item-header-cover-image #item-header-content.sportix-group-meta {
    max-width: calc(100% - 150px) !important;
}

#buddypress div#item-header #item-header-content.sportix-group-meta-no-cover {
    padding-right: 20px;
    max-width: calc(100% - 180px) !important;
}

#buddypress #item-header-content #item-meta {
    padding: 0px;
    margin-bottom: 0px !important;
}

#buddypress #item-header-content #item-meta p {
    padding-top: 10px;
}

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

#buddypress #item-header-cover-image #item-actions {
    padding-top: 30px !important
}

#buddypress #item-actions h2 {
    font-size: 20px !important;
}

#buddypress #item-header-content .standard-form button,
#buddypress #item-header-content a.button,
#buddypress #item-header-content ul.button-nav li a,
#buddypress #item-header-content .generic-button a,
#buddypress #item-header-content .comment-reply-link,
#item-header-content a.bp-title-button {
    float: left;
}

#buddypress #item-header-content .standard-form button:hover,
#buddypress #item-header-content a.button:hover,
#buddypress #item-header-content ul.button-nav li a:hover,
#buddypress #item-header-content .generic-button a:hover,
#buddypress #item-header-content .comment-reply-link:hover,
#item-header-content a.bp-title-button:hover {
    border-color: inherit;
}


/*--------------------------------------------------------------
3.9 - Private Messaging Threads
--------------------------------------------------------------*/

#buddypress table#message-threads tr.unread td {
    background: rgba(0, 0, 0, 0.03);
    font-weight: 700;
}

#buddypress table#message-threads tr.unread td p {
    font-weight: 700;
}

#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 table#message-threads tr td .activity {
    display: block;
}

#buddypress table.messages-notices tr td.thread-from span.from {
    display: none;
}

#buddypress li span.unread-count,
#buddypress tr.unread span.unread-count {
    font-weight: bold;
    padding: 2px 8px;
}

#buddypress div.item-list-tabs ul li a span.unread-count {
    padding: 1px 6px;
}

#buddypress div#message-thread div.message-content {
    margin: 20px 0px 0px 0px;
}

#buddypress div#message-thread div.message-box {
    margin: 0px 0px 20px 0px;
    padding: 30px;
}

#buddypress div#message-thread p#message-recipients {
    margin: 0px 0px 20px 0px;
    display: inline-block;
    padding: 10px 20px;
}

#buddypress div#message-thread p#message-recipients .button {
    display: inline-block;
    text-align: right;
}

#buddypress div#message-thread img.avatar {
    float: left;
    margin: 0 10px 0 0;
    vertical-align: middle;
    border-radius: 100%;
}

#buddypress div#message-thread strong {
    font-size: 100%;
    margin: 0;
}

#buddypress div#message-thread strong a {
    text-decoration: none;
}

#buddypress div#message-thread strong span.activity {
    margin-top: 4px;
}

#buddypress div#message-thread div.message-metadata {
    overflow: hidden;
}

#buddypress div#message-thread div.message-options {
    text-align: right;
}

#buddypress #message-threads img.avatar {
    max-width: none;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 5px;
    width: 25px;
}

#buddypress div.message-search {
    float: right;
    margin: 0 20px;
}

#buddypress ul.acfb-holder li.friend-tab {
    border: none;
    padding: 7px 14px;
    margin-bottom: 10px
}

#buddypress ul.acfb-holder li.friend-tab span img.avatar,
#buddypress ul.acfb-holder li.friend-tab span img {
    width: 15px !important;
    height: auto !important;
    margin: 0px 5px 0px 0px;
    vertical-align: middle;
}

#buddypress .message-metadata {
    position: relative;
}

#buddypress .message-metadata span.activity {
    display: block;
}

.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: inherit;
    content: "\f154";
}

.message-action-unstar span.icon:before {
    color: #f1c40f;
    content: "\f155";
}


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

#buddypress #profile-edit-form ul.button-nav {
    margin: -30px 0px 0px 0px;
}

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;
}

body.register #buddypress div.page ul {
    list-style: none;
}

#buddypress .standard-form .field-visibility-settings label {
    margin: 0;
    font-weight: normal;
}

#buddypress .field-visibility-settings legend,
#buddypress .field-visibility-settings-toggle {
    font-style: italic;
}

#buddypress .field-visibility-settings .radio {
    list-style: none;
    margin-bottom: 0;
}

#buddypress .field-visibility select {
    margin: 0;
}

#buddypress .html-active button.switch-html {
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: inherit;
}

#buddypress .tmce-active button.switch-tmce {
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: inherit;
}

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

.widget.buddypress.widget_bp_core_recently_active_widget div.item-avatar img.avatar,.widget.buddypress.widget_bp_core_whos_online_widget div.item-avatar img.avatar {
    float: left;
    margin: 0;
}

.widget.buddypress.widget_bp_core_recently_active_widget div.item-avatar,.widget.buddypress.widget_bp_core_whos_online_widget div.item-avatar {
    display: inline-block;
    vertical-align: bottom;
    float: left;
    width: 25%;
}

.widget.buddypress.widget_bp_core_recently_active_widget div.item-avatar a,.widget.buddypress.widget_bp_core_whos_online_widget div.item-avatar a {
    display: inline-block;
    margin: 0px;
    vertical-align: bottom;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    opacity: 1;
}

.widget.buddypress.widget_bp_core_recently_active_widget div.item-avatar a:hover,.widget.buddypress.widget_bp_core_whos_online_widget div.item-avatar a:hover {
    opacity: 0.9;
}

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

.widget.buddypress div.item-avatar img {
    height: auto;
    width: 100%;
}

.widget.buddypress div.item-options {
    margin: 0 0 20px 0;
    display: inline-block;
}

.widget.buddypress div.item-options a {
    margin: 0px 0px 1px 0px;
    padding: 10px 14px;
    display: inline-block;
    float: left;
    line-height: 1;
    outline: none;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
}

.widget.buddypress div.item-options a:last-child {
    border: none !important;
}

.widget.buddypress div.item-options a:last-child {
    margin: 0px;
}

.widget.buddypress div.item-options .bp-separator {
    display: none
}

.widget.buddypress div.item {
    margin: 0 0 0px 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: 15px;
    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: 0;
    padding: 0;
}

.widget.buddypress #groups-list li,
.widget.buddypress #members-list li,
.widget.buddypress #friends-list li {
    clear: both;
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom:1px solid #ddd;
}

.widget.buddypress #groups-list li div.item-avatar,
.widget.buddypress #groups-list li div.item,
.widget.buddypress #members-list li div.item-avatar,
.widget.buddypress #members-list li div.item,
.widget.buddypress #friends-list li div.item-avatar,
.widget.buddypress #friends-list li div.item {
    display: table-cell;
    vertical-align: middle;
}

.widget.buddypress #groups-list li div.item,
.widget.buddypress #members-list li div.item,
.widget.buddypress #friends-list li div.item {
    padding-left: 15px;
}

.widget.buddypress #groups-list li div.item-avatar,
.widget.buddypress #members-list li div.item-avatar,
.widget.buddypress #friends-list li div.item-avatar {
    width: 50px;
}

.widget.buddypress #groups-list li:last-child,
.widget.buddypress #members-list li:last-child,
.widget.buddypress #friends-list li:last-child {
    margin: 0;
}

.widget.buddypress #groups-list li div.item-meta,
.widget.buddypress #members-list li div.item-meta,
.widget.buddypress #friends-list li div.item-meta {
    margin: 0px;
}

.widget.buddypress #groups-list li div.item-avatar img,
.widget.buddypress #members-list li div.item-avatar img,
.widget.buddypress #friends-list li div.item-avatar img {
    float: none;
    margin: 0px;
    width: 50px;
    height: auto;
    vertical-align: bottom;
}

.widget.buddypress #groups-list li div.item-avatar a,
.widget.buddypress #members-list li div.item-avatar a,
.widget.buddypress #friends-list li div.item-avatar a {
    display: block;
}

.widget.buddypress #groups-list li div.item-meta .activity:before,
.widget.buddypress #members-list li div.item-meta .activity:before,
.widget.buddypress #friends-list li div.item-meta .activity:before {
    font-family: 'FontAwesome';
    content: "\f017";
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    padding-right: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.widget_bp_core_sitewide_messages h3 {
display:none;
}
.bp-site-wide-message {
background:#fff;
padding:20px;
position:relative;
}
#close-notice {
position:absolute;
top:0;
right:0;
background:none;
border:none;
outline:none;
cursor:pointer;
}
.widget_bp_core_login_widget h3 {
display:none
}

/*--------------------------------------------------------------
sportix
--------------------------------------------------------------*/

body.bp-user .besclwp-page-title,
body.single-item.groups .besclwp-page-title {
    display: none !important;
}

.sportix-bp-page-title {
    padding: 20px 30px;
    margin-bottom: 40px;
}

.bp-page-wrapper {
    padding:40px;
    background:#fff;
    display:inline-block;
    width:100%;
}

body.buddypress.single-item.groups .sportix-page-title,body.buddypress.bbp-user-page .sportix-page-title {
display:none !important;
}

/* Navigation */

#buddypress .sportix-item-list-tabs ul {
    list-style: none;
}

#buddypress .sportix-item-list-tabs li {
    position: relative;
    padding: 15px 20px;
    margin-bottom: 1px;
}

#buddypress .sportix-item-list-tabs li a {
    display: block;
}

#buddypress .sportix-item-list-tabs li.current a,
#buddypress .sportix-item-list-tabs li.selected a {
    font-weight: 700;
}

#buddypress .sportix-item-list-tabs li a span.count,
#buddypress .sportix-item-list-tabs li a span.no-count {
    position: absolute;
    top: 18px;
    right: 17px;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    padding: 5px 7px;
    border-radius: 5px;
}


/* Invites */

.sportix-invite-lists {
    display: table;
    width: 100%;
    margin: 40px 0px 20px 0px;
}

.sportix-invite-left,
.sportix-invite-right {
    display: table-cell;
    vertical-align: top;
}

.sportix-invite-right {
    padding-left: 40px;
}

.sportix-invite-left {
    width: 240px;
}

#sportix-invite-list ul {
    list-style: none;
    padding: 20px;
    height: 340px;
    overflow: auto;
}

#buddypress #sportix-invite-list ul li label {
    margin-bottom: 5px;
    font-weight: normal;
}

#buddypress #sportix-invite-list ul li label input {
    margin-right: 5px;
}

#buddypress .sportix-invite-right div#message p,
#buddypress .sportix-invite-right div#message {
    margin-top: 0px;
}

#buddypress .sportix-invite-top {
    display: block;
}

#buddypress .sportix-invite-top ul {
    list-style: none;
    margin: 0;
    display: inline-block;
    padding: 20px;
    vertical-align: bottom;
    margin-bottom: 20px;
}

#buddypress .sportix-invite-top ul li {
    float: left;
    display: inline-block;
    line-height: 1;
    margin: 5px 15px 5px 0px;
}

#buddypress .sportix-invite-top ul li {
    float: left;
    margin-right: 15px;
    display: inline-block;
}


/* Group Admins */

#buddypress #item-group-admins {
    margin-top: 40px;
    border: none;
    padding: 30px 30px 20px 30px;
}

#buddypress #item-group-admins #group-admins {
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

#buddypress #item-group-admins #group-admins li {
    float: left;
    margin: 0px 5px 5px 0px;
}


/* top bar */

#sportix-bp-bar {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#sportix-bp-bar.marginbottom2 {
    margin-bottom: 10px;
}

#sportix-bp-bar.marginbottom {
    margin-bottom: 20px;
}

#sportix-bp-bar.moremargin {
    margin: 30px 0px;
}

#sportix-bp-bar-left,
#sportix-bp-bar-right {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#sportix-bp-bar-left {
    width: 60px;
}

#sportix-bp-bar-left a {
    display: block;
}

#sportix-bp-bar-left .fa:hover {
    width: 60px;
}

#sportix-bp-bar-left .fa {
    font-size: 44px;
}


/* mobile menu */

#sportix-submenu,
#sportix-submenu li {
    margin: 0px;
    padding: 0px;
}

#sportix-submenu #sportix-bdpress-mobile {
    border: none;
    margin: 0px;
    display: none;
}

#sportix-submenu #sportix-bdpress-mobile a {
    text-transform: uppercase;
    position: relative;
}

#sportix-submenu #sportix-bdpress-mobile a .fa {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 26px;
}

#sportix-message-search {
    width: 100% !important;
    margin: 19px 0px 20px 0px !important;
}

.sportix-clear-wrap {
    clear: both;
    margin-top: 20px;
}


/* forms */

.form-desc {
    display: block;
    margin-bottom: 40px;
    font-style: italic;
}

div.ac_results {
    width: 300px !important;
}

#buddypress input#send-to-input {
    margin-bottom: 10px;
}

.sportix-group-search ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sportix-group-search ul li {
    padding: 0;
    margin: 0;
}


/* BP Profile Widget */

.widget_bps_widget #buddypress .standard-form label {
    line-height: 1;
    margin-bottom: 10px;
}

.widget_bps_widget #buddypress .standard-form input,
.widget_bps_widget #buddypress .standard-form .selectric {
    margin-bottom: 20px;
}

.widget_bps_widget input {
    min-width: 100px;
}

.widget_bps_widget input[type="submit"] {
    min-width: 150px;
}

.widget_bps_widget #buddypress form div p.description {
    margin-top: -15px;
    margin-bottom: 20px;
}

.widget_bps_widget #buddypress form .radio {
    position: relative;
    margin-bottom: 20px;
    padding: 15px 0px;
}

.widget_bps_widget #buddypress form .radio label {
    display: inline-block;
    margin-right: 10px;
}

.widget_bps_widget #buddypress form .radio label input[type="radio"] {
    margin-right: 5px;
    margin-bottom: 0;
}

.widget_bps_widget #buddypress form .clear-value {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0px !important;
    text-decoration: none;
    padding: 5px 7px;
    line-height: 1;
    color: inherit;
}

#buddypress .bps_filters {
    padding-left: 20px;
}


/* cover images */

#buddypress .bp-cover-image-status p.warning {
    color: inherit;
    border-left: 3px solid #f1c40f;
    border-top: none;
    border-right: none;
    border-bottom: none;
    padding: 20px;
    font-size: inherit;
    margin: 20px 0px 25px 0px;
}

#bp-delete-cover-image-container p a {
    display: inline-block;
}


/* members list */

#sportix-members-list,
.sportix-members-list {
    margin: 10px 0px -10px 0px;
}

#buddypress .sportix-member-outer {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

#buddypress .sportix-member-inner {
    display: table-row;
}

#buddypress .sportix-member,
.sportix-member-action,
.sportix-member-avatar {
    display: table-cell;
    vertical-align: middle;
}

#buddypress .sportix-member-avatar {
    width: 100px;
    position: relative;
}

#buddypress .sportix-member-avatar a {
    display: block;
}

#buddypress .sportix-member-avatar img {
    width: 100px;
    height: auto;
    vertical-align: bottom;
}

#buddypress .sportix-member-action {
    text-align: right;
    padding-right: 20px;
}

.sportix-member-action a {
    display: inline-block;
    margin: 2px 0px;
}

#buddypress .sportix-member {
    padding-left: 20px;
}

#buddypress .sportix-member.without-avatar {
    padding: 20px 0px 20px 20px;
}

#buddypress .sportix-member-avatar a {
    display: block;
}

#buddypress .sportix-member-avatar a img {
    vertical-align: bottom;
    width: 100px;
    height: auto;
}

#buddypress .sportix-member-title a {
    font-weight: 700;
}

#buddypress .sportix-member-action .remove:after,
#buddypress .friendship-button .remove:after,
#buddypress .friendship-button .add:after,
#buddypress .friendship-button .pending_friend:after,
#buddypress #item-buttons a.mention:after,
#buddypress #item-buttons a.send-message:after,
#buddypress .friendship-button .accept:after,
#buddypress .friendship-button .reject:after {
    font-family: 'FontAwesome';
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    padding-left: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#buddypress .friendship-button .remove:after,
#buddypress .sportix-member-action .remove:after,
#buddypress .friendship-button .pending_friend:after {
    content: "\f057";
}

#buddypress .friendship-button .add:after {
    content: "\f055";
}

#buddypress #item-buttons a.mention:after {
    content: "\f003";
}

#buddypress #item-buttons a.send-message:after {
    content: "\f0e0";
}

#buddypress .friendship-button .accept:after {
    content: "\f058";
}

#buddypress .friendship-button .reject:after {
    content: "\f05e";
}


/* groups list */

.bbpress-divider {
    opacity: 0.3;
    padding: 0px 5px;
}

#sportix-groups-list,
.sportix-groups-list {
    margin: 10px 0px -10px 0px;
}

#buddypress .sportix-group-outer {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
}

#buddypress .sportix-group-inner {
    display: table-row;
}

#buddypress .sportix-group,
.sportix-group-avatar {
    display: table-cell;
    vertical-align: top;
}

#buddypress .sportix-group-avatar {
    width: 100px;
}

#buddypress .sportix-group-action {
    text-align: right;
    margin-top: 15px;
}

.sportix-group-action a {
    display: inline-block;
}

.sportix-group-action .friendship-button {
    float: right;
    margin-left: 3px;
}

#buddypress .sportix-group-avatar a {
    display: block;
}

#buddypress .sportix-group-avatar a img {
    vertical-align: bottom;
    width: 80px;
    height: auto;
}

#buddypress .sportix-group-meta {
    margin-bottom: 10px;
}

#buddypress .sportix-group-title a {
    font-weight: 700;
}

#buddypress .group-button .join-group:after,
#buddypress .group-button .leave-group:after {
    font-family: 'FontAwesome';
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    padding-left: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#buddypress .group-button .join-group:after {
    content: "\f090";
}

#buddypress .group-button .leave-group:after {
    content: "\f08b";
}


/* bbpress */

#buddypress #bbpress-forums li.bbp-body {
    border-top: none !important;
}

#buddypress #bbpress-forums input,
#buddypress #bbpress-forums textarea {
    box-shadow: none;
}

#buddypress #bbpress-forums .bbp-user-section {
    border: none;
    padding-top: 0px;
}

#buddypress #bbpress-forums li.bbp-header {
    margin: 1px 1px 0px 1px;
}

#buddypress #bbpress-forums {
    margin-top: 10px;
}


/* tables */

#notifications-sort-order label {
    display: none;
}

#buddypress .notifications-options-nav .selectric,
#buddypress .messages-options-nav .selectric {
    float: left;
}

#buddypress .notifications-options-nav input,
#buddypress .messages-options-nav input {
    float: right;
}

#buddypress .notifications-options-nav,
#buddypress .messages-options-nav {
    width: 100%;
}

#buddypress table.notifications tr td.notification-actions,
#buddypress table.messages-notices tr td.thread-options,
#buddypress table.messages-notices tr th.thread-options,
#buddypress table.notifications tr th.actions {
    color: transparent;
    width: 80px;
    text-align: center;
}

#buddypress table.notifications tr td.notification-actions a.mark-unread,
#buddypress table.notifications tr td.notification-actions a.mark-read,
#buddypress table.notifications tr td.notification-actions a.delete,
#buddypress table.messages-notices tr td.thread-options a.unread,
#buddypress table.messages-notices tr td.thread-options a.read,
#buddypress table.messages-notices tr td.thread-options a.delete {
    position: relative;
    text-indent: -500em;
    display: inline-block;
    width: 16px;
}

#buddypress table.notifications tr td a.mark-unread:after,
#buddypress table.notifications tr td a.mark-read:after,
#buddypress table.notifications tr td a.delete:after,
#buddypress table.messages-notices tr td.thread-options a.unread:after,
#buddypress table.messages-notices tr td.thread-options a.read:after,
#buddypress table.messages-notices tr td.thread-options a.delete:after {
    font-family: 'FontAwesome';
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    position: absolute;
    z-index: 1;
    color: inherit;
    opacity: 0.5;
}

#buddypress table.notifications tr td a.mark-unread:after,
#buddypress table.messages-notices tr td.thread-options a.unread:after {
    content: "\f046";
    top: 2px;
    left: 2px;
}

#buddypress table.notifications tr td a.mark-read:after,
#buddypress table.messages-notices tr td.thread-options a.read:after {
    content: "\f096";
    top: 2px;
    left: 2px;
}

#buddypress table.notifications tr td a.delete:after,
#buddypress table.messages-notices tr td.thread-options a.delete:after {
    content: "\f00d";
    top: 1px;
    left: 1px;
}

#buddypress table.notifications tr td a.mark-read:hover:after,
#buddypress table.messages-notices tr td.thread-options a.read:hover:after {
    content: "\f046";
}

#buddypress table.notifications tr td a.mark-unread:hover:after,
#buddypress table.messages-notices tr td.thread-options a.unread:hover:after {
    content: "\f096";
}

#buddypress table.notifications tr td a.mark-unread:hover:after,
#buddypress table.notifications tr td a.delete:hover:after,
#buddypress table.notifications tr td a.mark-read:hover:after,
#buddypress table.messages-notices tr td.thread-options a.unread:hover:after,
#buddypress table.messages-notices tr td.thread-options a.read:hover:after,
#buddypress table.messages-notices tr td.thread-options a.delete:hover:after {
    opacity: 1;
}

#buddypress table.messages-notices tr td:empty {
    display: none;
}

.sportix-notice-div {
    padding: 30px;
    margin-bottom: 20px;
}

.bp-notice-subject p {
    margin-bottom: 20px
}

.bp-notice-buttons {
    padding-top: 20px;
}

.bp-notice-buttons a {
    display: inline-block;
}


/* Mutual Friends */

body.sportix .bmf-white-popup {
    padding: 20px 0px 30px 30px;
    max-width: 640px;
}

body.sportix .bmf-white-popup header {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

body.sportix .popup-scroll {
    padding: 0 30px 0 0;
}

.sportix-member a.mutual-friends {
    opacity: 1;
    text-decoration: none;
    outline: none !important;
}

.sportix-member a.mutual-friends:hover {
    text-decoration: none;
}

.sportix-member a.mutual-friends:before {
    font-family: 'FontAwesome';
    content: "\f0c0";
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    padding-right: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

body.sportix .bmf-spinner {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
    background-color: transparent !important;
}


/* BuddyPress Activity Plus */

#buddypress .bpfb_form_container {
    padding: 0;
    background-color: transparent;
}

#buddypress #bpfb_add_remote_image,
#buddypress #bpfb_cancel_action,
#buddypress #bpfb_link_url_preview,
#buddypress input.bpfb_primary_button,
#buddypress #bpfb_cancel,
#buddypress #bpfb_video_url_preview,
#buddypress #bpfb_remote_image_preview {
    padding: 10px;
}

#buddypress #bpfb_cancel_action {
    margin-top: 20px;
}

#buddypress .bpfb_controls_container {
    padding-top: 0px;
}

#buddypress .bpfb_toolbar_container {
    padding-bottom: 20px;
    padding-top: 5px;
}

#bpfb_remote_image_container br {
    display: none;
}

#buddypress #bpfb_remote_image_container,
#buddypress .bpfb_remote_image {
    color: inherit;
    margin: 20px 0px 20px 0px;
    width: 100% !important;
    border: none;
}

#buddypress #bpfb_remote_image_container:empty,
#buddypress .bpfb_remote_image:empty {
    margin: 0px;
}

#buddypress #bpfb_link_preview_url,
#buddypress #bpfb_video_url {
    color: inherit;
    margin: 10px 0px 20px 0px;
    width: 100% !important;
    border: none;
}

#buddypress #bpfb_tmp_photo_list {
    margin-top: 10px;
}

#buddypress .bpfb_link_preview_title {
    font-weight: 700;
    font-size: inherit;
}

#buddypress .bpfb_link_preview_url {
    color: inherit;
    font-size: inherit;
    font-style: italic;
    margin-bottom: 0px;
}

#buddypress .bpfb_link_preview_url a {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

#buddypress .bpfb_preview_container img {
    max-width: 100%;
}

#buddypress .bpfb_preview_container:empty {
    margin: 0px !important;
}

#buddypress .bpfb_actions_container.bpfb-theme-new .bpfb_thumbnail_chooser {
    line-height: 24px;
    font-size: inherit;
}

#buddypress .bpfb_actions_container.bpfb-theme-new .bpfb_thumbnail_chooser label {
    display: inline;
    padding-left: 5px;
}

#buddypress .bpfb_actions_container.bpfb-theme-new span.bpfb_thumbnail_chooser_label {
    padding-bottom: 10px;
    display: inline-block;
    margin-right: -5px;
}

#buddypress .bpfb_link_preview_container {
    width: 100%;
    height: auto;
    padding-right: 20px;
    margin: 0px
}

#buddypress .bpfb_preview_container {
    margin: 20px 0px;
}

#buddypress .sportix-iframe {
    margin-bottom: 0px;
}

#buddypress .activity-inner .sportix-iframe-outer {
    max-width: 640px;
}

#buddypress .bpfb_preview_container table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 20px 0px;
}

#buddypress .bpfb_preview_container table tr td {
    width: 50%;
    padding: 0px;
    vertical-align: top;
}

#buddypress .bpfb_controls_container .qq-upload-button {
    padding: 10px;
    line-height: 1;
    margin-top: 10px;
}

#buddypress .bpfb_preview_photo_item {
    margin-right: 5px;
    width: 200px;
}

#buddypress .bpfb_final_link .bpfb_link_preview_container {
    float: none;
    max-width: 480px;
    display: block;
    margin: 10px 0px 15px 0px;
}

#buddypress .bpfb_waiting {
    width: 100%;
    height: 100%;
}

#buddypress .bpfb_final_link .bpfb_link_contents {
    width: 100%;
    float: none;
    margin-left: 0px;
}

#buddypress #bpfb-too_many_photos {
    font-weight: bold;
    font-style: italic;
}

#buddypress #bpfb_tmp_photo_list {
    list-style: none;
}

#buddypress .bpfb_actions_container {
    margin: 0px;
}

#buddypress .bpfb_actions_container.bpfb-theme-new #bpfb_addPhotos,
#buddypress .bpfb_actions_container.bpfb-theme-new #bpfb_addVideos,
#buddypress .bpfb_actions_container.bpfb-theme-new #bpfb_addLinks,
#buddypress .bpfb_actions_container.bpfb-theme-new #bpfb_addDocuments {
    background: none;
    font-family: 'FontAwesome';
    font-size: 18px;
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    margin-right: 5px;
    text-align: center;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

#buddypress .bpfb_actions_container.bpfb-theme-new #bpfb_addPhotos:before {
    content: '\f03e';
}

#buddypress .bpfb_actions_container.bpfb-theme-new #bpfb_addVideos:before {
    content: '\f04b';
}

#buddypress .bpfb_actions_container.bpfb-theme-new #bpfb_addLinks:before {
    content: '\f0c1';
}

#buddypress .bpfb_actions_container.bpfb-theme-new #bpfb_addDocuments:before {
    content: '\f15b';
}

#buddypress .bpfb_images br {
    display: none;
}

#buddypress .bpfb_images {
    display: block;
    margin-top: 20px;
}

#buddypress .bpfb_images img {
    display: inline-block;
}


/*--------------------------------------------------------------
5.0 - Media Queries
--------------------------------------------------------------*/

@media only screen and (max-width: 1170px) {
    #buddypress div#item-nav,
    #buddypress div#item-body {
        width: 100%;
        float: none;
    }
    #buddypress div#item-nav {
        padding: 0px;
    }
    #buddypress div#item-body {
        padding-top: 30px;
    }
    #sportix-submenu li {
        display: none;
    }
    #sportix-submenu #sportix-bdpress-mobile {
        display: block;
    }
    .widget.buddypress.widget_bp_core_recently_active_widget div.item-avatar {
        width: auto;
    }
    .widget.buddypress.widget_bp_core_recently_active_widget div.item-avatar img {
        height: 85px;
        width: 85px;
    }
}

@media only screen and (max-width: 1024px) {
    #buddypress .sportix-whats-new {
        display: block;
    }
    #buddypress .sportix-whats-new-left,
    #buddypress .sportix-whats-new-right {
        display: block;
        width: 100%;
    }
    #buddypress .sportix-whats-new-select,
    #buddypress .sportix-whats-new-text {
        float: none;
    }
    #buddypress .sportix-whats-new-text {
        margin-right: 0px;
        margin-bottom: 1px;
    }
}

@media only screen and (max-width: 900px) {
    #buddypress div.activity-comments {
        margin-left: 0px;
    }
    body.activity-permalink #buddypress .activity-list li .activity-content {
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 35px 0px;
        min-height: 0px;
    }
    body.activity-permalink #buddypress .activity-list .activity-avatar {
        float: none;
    }
    body.activity-permalink #buddypress .activity-list .activity-avatar a {
        display: inline-block;
    }
    body.activity-permalink #buddypress .activity-list .activity-avatar a img {
        width: 80px;
        height: auto;
    }
    #buddypress div.activity-comments ul li > ul,
    #buddypress div.activity-comments ul {
        margin-left: 0px;
        padding-left: 0px;
    }
    #buddypress .bpfb_preview_container table {
        width: 100%;
        display: block;
    }
    #buddypress .bpfb_preview_container table tr td {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    #buddypress .bpfb_link_preview_container {
        padding: 0px;
    }
}

@media only screen and (max-width: 782px) {
    #buddypress div#item-header #item-header-cover-image #item-header-content.sportix-group-meta,
    #buddypress div#item-header #item-header-content.sportix-group-meta-no-cover {
        max-width: 100% !important;
    }
    #buddypress div#item-header #item-header-content.sportix-group-meta-no-cover {
        padding-left: 20px;
    }
    #buddypress #item-header-content {
        padding-left: 0px;
    }
    #buddypress #item-header-cover-image #item-actions {
        padding-top: 10px !important;
        text-align: center !important
    }
    #buddypress table.profile-fields tr td.label,
    #buddypress table.profile-fields tr td.data {
        width: 100%;
        display: block;
    }
    #buddypress table.profile-fields tr td.label {
        background: rgba(0, 0, 0, 0.1)
    }
    #buddypress table.profile-fields tr td.data {
        margin-bottom: 20px;
    }
    #buddypress table.profile-fields {
        border: none
    }
    #buddypress table.profile-fields {
        margin: 0px 0px 20px 0px;
    }
    #buddypress div#item-header h1.sportix-group-name {
        margin: 0px 0px 20px 0px;
    }
    #buddypress table.messages-notices tr td.thread-star,
    #buddypress table.messages-notices tr th.thread-star {
        display: none;
    }
    .sportix-invite-left,
    .sportix-invite-right {
        width: 100%;
        display: block;
    }
    .sportix-invite-right {
        padding: 0px;
        margin-top: 40px;
    }
    #buddypress .sportix-member-outer {
        margin-bottom: 20px;
    }
    #buddypress .sportix-member-inner {
        display: block;
    }
    #buddypress .sportix-member,
    .sportix-member-action,
    .sportix-member-avatar {
        display: block;
        vertical-align: middle;
        width: 100%;
        text-align: center;
    }
    #buddypress .sportix-member-avatar {
        margin: 20px auto 10px auto;
    }
    #buddypress .sportix-member {
        padding: 0px;
        margin-bottom: 20px;
    }
    #buddypress .sportix-member-action {
        text-align: center;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .sportix-mentionname {
        padding-top: 0px;
    }
    #buddypress #item-buttons {
        right: inherit;
        top: inherit;
        position: relative;
        display: inline-block;
        padding: 15px 15px 13px 15px;
        vertical-align: bottom;
    }
    #buddypress div#item-header div.generic-button,
    #buddypress div#item-header a.button {
        float: left;
        text-align: left;
        margin-left: 0;
        margin-right: 2px;
        margin-bottom: 2px;
    }
    #buddypress div#item-header div.generic-button a {
        display: inline-block;
        border-bottom: none
    }
    #buddypress #item-buttons {
        right: 0px;
        top: 0px;
    }
    #buddypress #item-buttons.sportix-no-cover {
        right: inherit;
        top: inherit;
    }
    #buddypress #item-buttons:empty {
        display: none !important;
    }
    #buddypress div#item-header #item-buttons.sportix-no-cover div.generic-button a {
        display: inline-block;
        border-bottom: none;
    }
    #buddypress div#item-header #item-buttons.sportix-no-cover div.generic-button,
    #buddypress div#item-header #item-buttons.sportix-no-cover a.button {
        float: left;
        text-align: center;
    }
    #buddypress #item-header-avatar.sportix-no-cover-avatar {
        width: 100%;
        display: block;
        text-align: center;
    }
    #buddypress #item-header-avatar.sportix-no-cover-avatar a img {
        margin: 20px auto;
        float: none !important;
    }
    .sportix-no-cover-container {
        padding: 0px;
        width: 100%;
        display: block;
        text-align: center;
    }
    #buddypress div#item-header #item-header-content,
    #buddypress #item-header-cover-image #item-header-avatar {
        width: 100% !important;
        display: block;
    }
    #buddypress div#item-header #item-header-cover-image #item-header-content {
        margin-left: 0px !important;
        margin-top: 20px !important;
    }
    #buddypress div#item-header #item-header-cover-image #item-header-content.sportix-group-meta {
        margin-top: 0px !important;
    }
    #sportix-preview {
        display: none !important;
        visibility: hidden !important;
    }
}
@media only screen and (max-width: 640px) {
    #buddypress form#whats-new-form #whats-new-avatar {
        display: none;
    }
    #buddypress form#whats-new-form #whats-new-content {
        margin-left: 0px;
        padding: 0 0 20px 0px;
    }
    #buddypress form#whats-new-form p.activity-greeting {
        line-height: 1.5;
        margin-bottom: 10px;
        margin-left: 0px;
        font-style: italic;
    }
    #buddypress table.notifications tr th.date,
    #buddypress table.notifications tr td.notification-since,
    #buddypress table.messages-notices tr th.thread-from,
    #buddypress table.messages-notices tr td.thread-from {
        display: none;
    }
    #buddypress div#message-thread div.message-box {
        padding: 0px;
        margin: 20px 0px;
        border: none;
    }
    #buddypress table.profile-settings tr td.field-name,
    #buddypress table.profile-settings tr th.field-group-name {
        width: 50%;
    }
    #buddypress table.profile-settings tr td.field-visibility,
    #buddypress table.profile-settings tr th.field-visibility-title {
        width: 50%;
    }
    #buddypress div.item-list-tabs,
    #buddypress div.item-list-tabs ul li {
        width: 100%;
    }
    #buddypress ul.button-nav {
        width: 100%;
    }
    #buddypress ul.button-nav li {
        width: 100%;
        display: block
    }
    #buddypress ul.button-nav li a {
        display: block
    }
    #buddypress div.activity-meta {
        margin-bottom: 40px;
    }
    #buddypress #header-cover-image {
        height: 240px !important
    }
    #buddypress #item-header-cover-image #item-header-avatar {
        margin-top: 160px !important;
    }
}

@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"] {
        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%;
    }
    #buddypress #item-header-cover-image {
        padding: 0 20px;
    }
    .bp-page-wrapper {
        padding:20px;
    }
    .sportix-bp-page-title {
        margin-bottom: 20px;
        padding: 15px 20px;
    }
    #buddypress div#message-thread p#message-recipients span {
        display: block;
        margin-bottom: 10px;
    }
    .sportix-notice-div {
        padding: 0px;
        margin-top: 20px;
        border: none;
    }
    .bp-notice-subject p {
        margin-bottom: 20px
    }
    .bp-notice-buttons {
        border-top: none !important;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    #buddypress div.dir-search {
        float: none;
        margin: 0px 0px 20px 0px;
    }
    #buddypress .sportix-group-outer {
        margin-bottom: 20px;
    }
    #buddypress .sportix-group-inner {
        display: block;
    }
    #buddypress .sportix-group,
    .sportix-group-avatar {
        display: block;
        vertical-align: middle;
        width: 100%;
        text-align: center;
        margin: 0px auto 15px auto;
    }
    #buddypress .sportix-group {
        margin: 0px;
    }
    #buddypress .sportix-group-action {
        text-align: center;
        display: block;
    }
    #buddypress .sportix-member-avatar {
        width: 60px;
    }
    #buddypress .sportix-member-avatar a img {
        width: 60px;
    }
    #buddypress .sportix-group-avatar {
        width: 80px;
    }
    #buddypress .sportix-group-avatar a img {
        width: 60px;
    }
    #buddypress #item-header-avatar.sportix-no-cover-avatar a img {
        width: 100px;
    }
    .widget.buddypress.widget_bp_core_recently_active_widget div.item-avatar {
        height: auto;
        width: 25%;
        display: block;
        float: left;
    }
    .widget.buddypress.widget_bp_core_recently_active_widget div.item-avatar a {
        margin: 0;
    }
    .widget.buddypress.widget_bp_core_recently_active_widget div.item-avatar img.avatar {
        width: 100%;
        height: auto;
    }
}