/*--------------------------------------------------------------
This is the BuddyPress stylesheet.
Only loads if the BuddyPress plugin is activated.

----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Pagination
2.0 - Images
3.0 - Activity
4.0 - Directories - Members, Groups, Blogs, Forums
	4.1 - Search Forms
	4.2 - Create Group
5.0 - Errors / Success Messages
6.0 - Forms
	6.1 - Post Form
7.0 - Ajax Loading
8.0 - Forums (Legacy), Tables and Topics
9.0 - BuddyPress Components
9.1 - Recent activity
9.2 - Headers
9.3 - Item Lists
9.4 - Object Items
10.0 - Private Messaging Threads
11.0 - Extended Profiles
12.0 - Registration
13.0 - Responsive media queries (mobile styles)
	13.1 - MAXIMUM width of 720 pixels (phones landscape)
		13.1.2 - General
		13.1.3 - Post Form
		13.1.4 - Activity Listing
		13.1.5 - Activity Comments
		13.1.6 - Directories - Members, Groups, Blogs, Forums
		13.1.7 - Errors / Success Messages
		13.1.8 - Forms
		13.1.9 - Buttons
		13.1.10 - BuddyPress Components - Activity, Groups, Blogs, Forums, Profiles
		13.1.11 - Item Lists
		13.1.12 - Sub Navigation - Carousel
		13.1.13 - Sub Navigation - Upper Tabs
		13.1.14 - Filters
		13.1.15 - Private Messaging Threads
		13.1.16 - Settings
		13.1.17 - Group - Members
		13.1.18 - Group - Send Invites
		13.1.19 - Friends
	13.2 - MAXIMUM width of 380 pixels (phones portrait)
		13.2.1 - Groups - Page
		13.2.2 - Lists
	13.3 - MINIMUM width of 721 pixels (tablets+)
		13.3.1 - Item Headers
		13.3.2 - Object Item Lists Tabs
		13.3.3 - Subnav Item Lists Tabs
		13.3.4 - Filters
		13.3.5 - Activity Listing
		13.3.6 - Activity Comments
		13.3.7 - Miscellaneous
		13.3.8 - Messaging
		13.3.9 - Group Settings - Radio buttons, Checkboxes
	13.4 - MINIMUM width of 1040 pixels (desktops and laptops)
14.0 - IE 10
15.0 - Legacy BuddyPress (below BuddyPress 1.7)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
CUSTOM STYLES-------------------------------------------------*/
.blog_comment_time {
	position: relative;
	color: #FFF;
	font-size: 10px;
	top: -48px;
	right: -50px;
	-webkit-font-smoothing: antialiased;
	font-family:  HelveticaNeue;	
}

.comments-area {
	position: relative;
	left: 8px;
}

.comments-title {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	font-family:  HelveticaNeue;
}
.url {
	font-style: normal;
}

.comment-content {
	position: relative;
	left: 100px;
	top: -30px;
	color: #FFF;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	font-family:  HelveticaNeue;
	width: 400px;	
}

.bypostauthor {
	color:#d0b521;
	-webkit-font-smoothing: antialiased;
	font-family:  HelveticaNeue;	
}

.reply {
	position: relative;
	left: 460px;
	top: -30px;
	-webkit-font-smoothing: antialiased;
	font-family:  HelveticaNeue;	
}

#reply-title {
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	font-family:  HelveticaNeue;
}
/*--------------------------------------------------------------
1.0 - Pagination
--------------------------------------------------------------*/

#buddypress div.pagination {
	background: transparent;
	border: none;
	font-size: 12px;
	margin: 0;
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding: 10px 0;
	color: #888;
}
#buddypress div.pagination .pag-count {
	float: left;
}
#buddypress div.pagination .pagination-links {
	float: right;
}
#buddypress div.pagination .pagination-links span,
#buddypress div.pagination .pagination-links a {
	padding: 6px 8px;
}
#buddypress div.pagination .pagination-links a:hover {
	font-weight: 600;
}
#buddypress noscript div.pagination {
	margin-bottom: 15px;
}
#buddypress #nav-above {
	display: none;
}
#buddypress .paged #nav-above {
	display: block;
}

/*--------------------------------------------------------------
2.0 - Images
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
3.0 - Activity
--------------------------------------------------------------*/
.activity-header {
	color: #777;
}

.activity-inner {
	color: #999;
}

#buddypress #activity-stream {
	border-top: none;
	left: 0px;
	position: relative;
	top: -20px;
}
#buddypress #activity-stream p {
	margin: 0 0 3px;
	padding: 1px 0;
}
#buddypress #activity-stream p:last-child {
	margin: 0;
}
#buddypress #activity-stream embed,
#buddypress #activity-stream iframe,
#buddypress #activity-stream object,
#buddypress #activity-stream video {
	margin-bottom: 0;
}
#buddypress #item-body form#whats-new-form {
	position: relative;
	left: 16px;
	margin: 0;
	padding: 0;
	top: -20px;
}
#buddypress .home-page form#whats-new-form {
	border-bottom: none;
	padding-bottom: 0;
}
#buddypress form#whats-new-form #whats-new-avatar {
	display: none;
}
#buddypress form#whats-new-form #whats-new-content {
	padding: 0 0 0px;
}
#buddypress form#whats-new-form textarea {
	background-color: rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.08);
	font-family: NexaLight;
	font-size: 14px;
	letter-spacing: 1px;
	height: 20px;
	padding: 10px;
	width: 93.8%;
	color: #d0b521;
	resize: none;
	outline:none;
}
body.no-js #buddypress form#whats-new-form textarea {
	height: 20px;
}
#buddypress form#whats-new-form p.activity-greeting {
	margin: 0 0 10px;
	line-height: 1;
	float: left;
	font-weight: 600;
	color: #FFF;
}
#buddypress form#whats-new-form #whats-new-options select {
	margin-top: 12px;
}
#buddypress form#whats-new-form #whats-new-submit {
	position: relative;
	right: 34px;
}
#buddypress #whats-new-options {
	overflow: auto;
}
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);
	-moz-box-shadow: 0 0 7px    rgba(31, 179, 221, 0.7);
	-webkit-box-shadow: 0 0 7px rgba(31, 179, 221, 0.7);
	box-shadow: 0 0 7px         rgba(31, 179, 221, 0.7);
}
#aw-whats-new-submit {
  float: right;
  border: 0 none;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 4px;
  padding: 7px 10px;
  text-transform: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 16.795%; /* auto */
  text-align: center; /* DELETE WHEN WIDTH AUTO */
  background: none repeat scroll 0 0 #333333;
  color: #FFF;
   }   
    #aw-whats-new-submit:hover {
      background: none repeat scroll 0 0 #0072bc;
      color: #FFFFFF;
    }

#whats-new-icons {
	position: relative;
	float: left;
	top: 8px;
	left: -130px;
}
.buddyboss-pics-progress {
	position: relative;
	float: right;
	top: -78px;
	left: 890px;
}
#latest-update {
	position: relative;
	top: -180px;
	left: -160px;
	font-size: 12px;
}


#item-buttons {
	display: inline-block;
	position: relative;
	top: -190px;
	left: -170px;
	font-size: 11px;
}

#item-buttons a {
	color: #777;
}

#item-buttons a:hover {
	color: #0072BC;
}
/*--------------------------------------------------------------
RANDOM
--------------------------------------------------------------*/

label {
	color: #777;
	font-family:  HelveticaNeue;
	font-weight : normal;
	-webkit-font-smoothing: antialiased;
}

#signup_submit {
  position: relative;
  top: -30px;
  left: -30px;
  border: 0 none;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 4px;
  padding: 7px 10px;
  text-transform: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  text-align: center; /* DELETE WHEN WIDTH AUTO */
  background: none repeat scroll 0 0 #333333;
  color: #FFF;
}   
   
#signup_submit:hover {
	background: none repeat scroll 0 0 #0072bc;
	color: #FFFFFF;
}

#signup_password, #signup_password_confirm, #field_25 {
	display: block;
	font-weight: 400;
	background-color: #383838;
	color: #d0b521;
	font-size: 14px;
	margin: 5px 0 0;
	border: none;
	clear: left;
	font-family: HelveticaNeue;
	-webkit-font-smoothing: antialiased;
}

.title, .yes, .no {
	background-color: #222;
	border: none;
	color: #D0B521;
}

td {
	color: #666;
}

textarea {
	background-color: rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.08);
	font-family: NexaLight;
	font-size: 14px;
	letter-spacing: 1px;
	height: 20px;
	padding: 10px;
	color: #d0b521;
	resize: none;
	outline:none;
}

/*--------------------------------------------------------------
4.1 - Search Forms
--------------------------------------------------------------*/

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


input[type="text"], .settings-input {
	background-color: #383838;
	border: 1px solid rgba(0, 0, 0, 0.08);
	font-family: NexaLight;
	font-size: 14px;
	letter-spacing: 1px;
	height: 20px;
	color: #d0b521;
	resize: none;
	outline:none;
}


#buddypress div.dir-search input[type="text"],
#bbpress-forums #bbp-search-index-form input#bbp_search,
#buddypress #search-message-form input[type="text"] {
	float: left;
	height: 35px;
	padding: 0 12px;
	margin: 0;
}
#buddypress div.dir-search input[type="submit"],
#bbpress-forums #bbp-search-index-form input#bbp_search_submit,
#buddypress #search-message-form input#messages_search_submit {
	float: left;
	line-height: 35px;
	padding: 0 14px;
	margin: 0 0 0 4px;

	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#buddypress .dir-form {
	clear: both;
}

#messages_search {
	background-color: rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.08);
	font-family: NexaLight;
	font-size: 14px;
	letter-spacing: 1px;
	height: 20px;
	padding: 10px;
	width: 300px;
	color: #d0b521;
	resize: none;
	outline:none;
}

#submit, 
#profile-group-edit-submit,
#messages_search_submit {
  border: 0 none;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 4px;
  padding: 7px 10px;
  text-transform: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 16.795%; /* auto */
  text-align: center; /* DELETE WHEN WIDTH AUTO */
  background: none repeat scroll 0 0 #333333;
  color: #FFF;
   }   
   
#submit:hover,
#profile-group-edit-submit:hover,
#messages_search_submit:hover {
	background: none repeat scroll 0 0 #0072bc;
	color: #FFFFFF;
}

/*--------------------------------------------------------------
4.2 - Create Group
--------------------------------------------------------------*/

#buddypress div#group-create-tabs ul {
	list-style-type: none;
	margin: 0;
}
#buddypress div#group-create-tabs ul li {
	margin: 0 20px 0 0;
	display: inline;
	font-size: 16px;
	font-weight: 300;
}
#buddypress div#group-create-tabs ul li.current a {
	font-weight: 600;
	color: #555;
}

/*--------------------------------------------------------------
5.0 - Errors / Success Messages
--------------------------------------------------------------*/

/* Message Generic */
#buddypress div#message,
div#sitewide-notice div#message {
	display: block;
	line-height: 1.5em;
	clear: left;
}
#buddypress div#message {
	margin: 15px 0 15px;
}
#buddypress #message.info,
div#sitewide-notice #message.info {
	margin-bottom: 0;
	clear: both;
}
#buddypress div#message.updated,
div#sitewide-notice div#message.updated {
	clear: both;
}
#buddypress div#message p,
div#sitewide-notice div#message p {
	display: block;
	padding: 10px 14px;
	font-size: 13px;
	font-weight: 400;
}
/* Default alert-message */
#buddypress div#message p {
	background-color: #000;
	color: #d0b521;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#buddypress div#message p a,
div#sitewide-notice div#message p a {
	color: inherit;
	text-decoration: underline;
}
#buddypress div#message p:before {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	text-rendering: auto;
	text-decoration: inherit;
	speak: none;
	display: inline-block;
	line-height: 1;
	content: "\f071";
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	margin-right: 10px;
	padding: 0;
	vertical-align: middle;
}
/* Sitewide Notice */
div#sitewide-notice div#message p {
	background-color: #eef1f1;
	color: #666;
	position: relative;
	padding-right: 70px; /* leaves room for #close-notice */
}
div#sitewide-notice div#message p #close-notice {
	text-decoration: none;
	position: absolute;
	top: 10px;
	right: 13px;
}
div#sitewide-notice div#message p #close-notice:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	text-rendering: auto;
	text-decoration: inherit;
	speak: none;
	display: inline-block;
	line-height: 1;
	content: "\f057";
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	margin-left: 5px;
	padding: 0;
	vertical-align: middle;
}
/* Message Success */
#buddypress div#message.updated p {
	background-color: #d7f1d9;
	color: #67ab6a;
}
#buddypress div#message.updated p:before {
	content: "\f058";
}
/* Message Error */
#buddypress div#message.error p,
div#sitewide-notice div#message.error p {
	background-color: #f9f2f4;
	color: #b25551;
	clear: left;
}
#buddypress div#message.error p:before,
div#sitewide-notice div#message.error p:before {
	content: "\f057";
}

#buddypress .standard-form#signup_form div div.error {
	background-color: #0072bc;
	-webkit-font-smoothing: antialiased;
	font-family:  HelveticaNeue;
	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 li {
	float: left;
	margin: 0 10px 10px 0;
	list-style: none;
}
#buddypress ul.button-nav li.current a {
	font-weight: 600;
}

/*--------------------------------------------------------------
6.0 - Forms
--------------------------------------------------------------*/

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

#buddypress .standard-form input[type="password"] {
	margin-bottom: 5px;
}
#buddypress .standard-form label,
#buddypress .standard-form span.label {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #d0b521;
	margin: 5px 0 0;
	clear: left;
	font-family:  HelveticaNeue;
	-webkit-font-smoothing: antialiased;
}
#buddypress .standard-form div.checkbox label,
#buddypress .standard-form div.radio label {
	color: #888;
	font-size: 100%;
	font-weight: 400;
	margin: 5px 0 0 0;
	clear: none;
}
#buddypress .standard-form#sidebar-login-form label {
	margin-top: 5px;
}
#buddypress .standard-form input[type="text"] {
	width: 75%;
	margin-bottom: 10px;
}
#buddypress .standard-form input.send-to-input {
	width: 15em;
	padding: 6px 12px;
	margin: 0 0 10px;
}
#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: 90%;
}
.form-allowed-tags, .logged-in-as, .comment-form-comment {
	color: #FFF;
}
#buddypress .standard-form#signup_form div.submit {
	float: right;
}
#buddypress div#signup-avatar img {
	margin: 0 15px 10px 0;
}
#buddypress .standard-form textarea {
	width: 75%;
	height: 120px;
}
#buddypress .standard-form textarea#message_content {
	height: 200px;
}
#buddypress .standard-form#send-reply textarea {
	width: 97.5%;
}
#buddypress .standard-form p.description {
	color: #888;
	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,
#buddypress .standard-form .security-question-section {
	float: left;
	width: 48%;
}
#buddypress .standard-form #blog-details-section {
	clear: left;
}
#buddypress form#send-invite-form {
	margin-top: 20px;
}
#buddypress div#invite-list {
	background-color: #f5f5f5;
	height: auto;
	margin: 0 0 10px;
	overflow: auto;
	padding: 10px;
	width: 160px;
}
#buddypress div#invite-list ul {
	margin: 0;
}
#buddypress div#invite-list ul li {
	margin: 0;
	list-style-type: none;
}

/*--------------------------------------------------------------
6.1 - Post Form
--------------------------------------------------------------*/

#buddypress div.ac-reply-content a.ac-reply-cancel.desktop {
	display: inline;
}
#buddypress div.ac-reply-content a.ac-reply-cancel.mobile {
	display: none;
}

/*--------------------------------------------------------------
7.0 - Ajax Loading
--------------------------------------------------------------*/

#buddypress a.loading:after,
#buddypress button.loading:after,
#buddypress ul li.loading a:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	text-rendering: auto;
	text-decoration: inherit;
	speak: none;
	display: inline-block;
	line-height: 1;
	content: "\f110";
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	color: #999;
	text-decoration: none;
	margin-left: 8px;
	padding: 0;

	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

#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 button.pending,
#buddypress button.disabled,
#buddypress div.pending a,
#buddypress a.disabled {
    border-color: #eee;
    color: #bbb;
    cursor: disabled;
}
#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 {
	background: #fff;
  	border-color: #eee;
  	color: #bbb;
}

/*--------------------------------------------------------------
8.0 - Forums (Legacy), 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-color: #F9F9F9;
}
#buddypress ul#topic-post-list li div.poster-meta {
	color: #888;
	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: #888;
	font-size: 90%;
	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: 0;
    top: -10px;
}
#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 {
	width: 100%;
}
#buddypress table thead tr {
	background-color: #f9f9f9;
}
#buddypress table#message-threads {
	margin: 0;
	clear: left;
}
#buddypress table.profile-fields {
	margin-bottom: 40px;
}
#buddypress table.profile-fields p {
	margin: 0;
}
#buddypress table.profile-fields p:last-child {
	margin-top: 0;
}
#buddypress table tr td,
#buddypress table tr th {
	padding: 8px 12px !important;
	vertical-align: middle;
	text-transform: none;
	font-size: 12px;
}

/* ReCaptcha Styling */
#buddypress .recaptchatable,
#buddypress #recaptcha_area table tr,
#buddypress #recaptcha_area table tr td,
#buddypress #recaptcha_area table th {
	padding: 0 !important;
}

/* Group Calendar Styling */
#buddypress table.calendar-view {
	width: 100%;
	border: none;
	line-height: 12px;
}
#buddypress table.calendar {
	width: auto;
}
#buddypress table.calendar-view tr th,
#buddypress table.calendar-view tr td {
	padding: 1px 2px !important;
}
#buddypress table.calendar-view caption {
	margin: 0;
	margin-top: 15px;
	font-size: inherit;
	text-align: center;
	padding: 1px 0;
}
#buddypress table.calendar-view tr td.cal-right {
	padding-left: 12px !important;
}

#buddypress table.profile-fields tr td,
#buddypress table.profile-fields tr th {
	padding: 6px 12px !important;
}

#buddypress table tr td.label {
	font-weight: 600;
	width: 25%;
}
#buddypress table tr td.thread-info p {
	margin: 0;
}
#buddypress table tr td.thread-info p.thread-excerpt {
	color: #888;
	margin-top: 3px;
}
#buddypress table.forum td {
	text-align: left;
}
#buddypress table tr.alt td {
	background-color: #fafbfb;
}
#buddypress table.forum td.td-postcount {
	font-size: 13px;
}
#buddypress table.notification-settings {
	margin-bottom: 20px;
	text-align: left;
	border: none;
}
#buddypress table.notifications tr th.title {
	width: 50%;
}
#buddypress #groups-notification-settings {
	margin-bottom: 0;
}
#buddypress table.notification-settings th.icon,
#buddypress table.notification-settings td:first-child {
	display: none;
}
#buddypress table.notification-settings th.title {
	width: 80%;
}
#buddypress table.notification-settings th {

}
#buddypress table.notification-settings td {
	border-top: none;
}
#buddypress table.notification-settings .yes,
#buddypress table.notification-settings .no {
	text-align: center;
	width: 40px;
}
#buddypress table.forum {
	margin: 0;
	width: auto;
	float: left;
}
#buddypress table.forum tr.sticky td {
	background-color: #FEF9E4;
}
#buddypress table.forum tr.closed td.td-title {
	padding-left: 35px;
}
#buddypress table.forum td p.topic-text {
	color: #888;
	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: 15px;
	font-weight: 600;
	line-height: 1.3;
}
#buddypress table.forum td.td-freshness {
	white-space: nowrap;
}
#buddypress table.forum td.td-freshness span.time-since {
	color: #999;
}
#buddypress table.forum td img.avatar {
	float: none;
	margin: 0 4px -4px 0;
	border: 1px solid #ccc;
	box-shadow: none;
	width: 14px;
	height: 14px;
}
#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;
}
#buddypress #forum-topic-form div#topic-meta {
	padding: 0 0 10px;
}

/*--------------------------------------------------------------
9.0 - BuddyPress Components
--------------------------------------------------------------*/

#buddypress {
	position: relative;
	width: 100%; /* required for older IE support */
}

/*--------------------------------------------------------------
9.1 - Recent activity
--------------------------------------------------------------*/

#buddypress .item-body {
	margin: 20px 0;
}
#buddypress span.activity {
	display: inline-block;
	padding: 1px 0;
	color:#A5A4A4;
	font-size:10px;
	font-family: HelveticaNeue;
	-webkit-font-smoothing: antialiased;
}
#buddypress span.user-nicename {
	color: #777;
	display: block;
	font-size: 120%;
	font-weight: 600;
}

/*--------------------------------------------------------------
9.2 - Headers
--------------------------------------------------------------*/

#buddypress div#item-header h2 {
	line-height: 1.2;
	margin: 0 0 5px 0;
	font-size: 15px;
}
#buddypress div#item-header h2 a {
	color: #777;
	text-decoration: none;
}
#buddypress div#item-header h2.user-nicename {
	margin: 5px 0;
	color: #666;
}
#buddypress div#item-header span.activity,
#buddypress div#item-header h2 span.highlight {
	font-weight: 400;
	line-height: 1.2;
	margin-top: 6px;
	margin-bottom: 7px;
	vertical-align: middle;
}
#buddypress div#item-header h2 span.highlight span {
	background-color: #a1dcfa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	font-size: 85%;
	margin-bottom: 2px;
	padding: 1px 4px;
	position: relative;
	right: -2px;
	top: -2px;
	vertical-align: middle;
}
#buddypress div#item-header div#item-meta {
	color: #aaa;
	overflow: hidden;
	margin: 15px 0 5px 0;
	padding-bottom: 10px;
}
#buddypress div#item-header div#item-meta p {
	margin:0;
}
#buddypress div#item-header div#item-actions {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	width: 20%;
}
#buddypress div#item-header div#item-actions h3 {
	margin: 0 0 2px 0;
	font-size: 13px;
}
#buddypress div#item-header ul {
	margin-bottom: 0;
	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;
}
#buddypress div#item-header div#message.info {
	line-height: 80%;
}
/* Group admins and moderators */
#buddypress div#item-header ul#group-admins li,
#buddypress div#item-header ul#group-mods li{
	margin: 0 0 0 5px;
}

/*--------------------------------------------------------------
9.3 - Item Lists
--------------------------------------------------------------*/

#buddypress ul.item-list,
.bp-legacy div#item-body 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 !important;
}
#buddypress ul.item-list li {
	padding: 15px 0;
	margin: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
}
#buddypress ul.single-line li {
	border: none;
}
#buddypress ul.item-list li img.avatar {
	float: left;
	margin: 0 10px 0 0;
	box-shadow: none;
	width: 50px;
	height: 50px;
}
#buddypress .dir-list ul.item-list li img.avatar {
	margin: 0 15px 0 0;
	width: 70px;
	height: 70px;
}
#buddypress ul.item-list li #item-content {
	width: 75%;
	float: left;
}
#buddypress ul.item-list li #item-content h5 {
	margin: 0;
}
#buddypress ul.item-list li h4,
#buddypress ul.item-list li span.activity {
	width: 75%;
	float: left;
	margin: 0;
}
#buddypress ul.item-list li div.item-title {
	font-weight: 600;
	font-size: 17px;
	width: 75%;
	margin: 0 0 4px;
	line-height: 1;
}
#buddypress ul.item-list li div.item-title span {
	color: #999;
}
#buddypress ul.item-list li div.item-desc {
	margin: 5px 0 0 62px;
	width: 50%;
}
#buddypress ul.item-list li div.item-desc p:last-child {
	margin-bottom: 0;
}
body.directory #buddypress ul.item-list li div.item-desc {
	margin: 5px 0 0 85px
}
#buddypress ul.item-list li div.action {
	position: absolute;
	top: 15px;
	right: 0;
	text-align: right;
}
#buddypress ul.item-list li div.meta {
	color: #888;
}
#buddypress ul.item-list li h5 span.small {
	float: right;
	font-size: 80%;
	font-weight: 400;
}
#buddypress div.item-list-tabs {
	background: transparent;
	position: relative;
	top: -20px;
	clear: left;
	height: 10px;
}
#buddypress div.item-list-tabs ul {
	overflow: hidden;
}

#buddypress div#filter.item-list-tabs ul li{
	margin:0;
	list-style:none;
}
#buddypress div#group-create-tabs {
	margin-bottom: 20px;
}
#buddypress #admins-list div.action a,
#buddypress #mods-list div.action a,
#buddypress #members-list div.action a,
#buddypress #groups-list div.action a,
#buddypress #friend-list div.action a {
    margin: 0 0 10px;
    display: inline-block;
}

/*--------------------------------------------------------------
9.4 - Object Items
--------------------------------------------------------------*/

body.bp-user .entry-header,
body.single-item.groups .entry-header {
	float: right;
	width: 79%;
	text-align: left;
}
body.bp-user .entry-header {
	margin-bottom: 0;
}
body.single-item.groups .entry-header {
	margin-bottom: 15px;
}
body.activity-permalink .entry-header,
body article.error404 .entry-header {
	float: none;
	width: 100%;
	margin-bottom: 24px;
}
body.activity-permalink .entry-header {
	display: none;
}

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


/*--------------------------------------------------------------
10.0 - Private Messaging Threads
--------------------------------------------------------------*/

#buddypress div#message-threads {
	display: table;
	width: 100%;
	clear: left;
	background: #e1e1e1;
}
#buddypress div#message-threads ul {
	display: block;
	overflow: hidden;
	background: #fff;
	margin: 0;
	border-top: 1px solid #e1e1e1;
}

#buddypress div#message-threads ul.unread {
	font-weight: 600;
}

#buddypress div.message-search {
	width: 100%;
}

#buddypress div#message-threads ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 15px 0;

}

#buddypress div#message-threads ul li.thread-count {
	display: none;
}
#buddypress div#message-threads ul li.thread-avatar {
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
}
#buddypress div#message-threads ul li.thread-avatar img {
	float: left;
}
#buddypress div#message-threads ul li.thread-avatar .checkbox {
	float: left;
	clear: both;
	width: 100%;
	margin-top:5px;
}
#buddypress div#message-threads ul li.thread-from {
	width: 21%;
	padding-right: 3%;
}
#buddypress div#message-threads ul li.thread-info {
	width: 32%;
	padding-right: 3%;
}
#buddypress div#message-threads ul li.thread-info p {
	margin: 0;
}
#buddypress div#message-threads ul li.thread-options {
	width: 10%;
	padding-right: 3%;
}
#buddypress div#message-threads ul li.thread-options .button {
	float: right;
	margin: 0 6px 6px 0;
}

#buddypress div.messages-options-nav {
	background-color: transparent;
	border-top: 1px solid #ddd;
	margin: 0;
	padding: 5px 15px;
	text-align: right;
}
#buddypress div#message-thread div.message-box {
	margin: 0;
	padding: 15px;
}
#buddypress div#message-thread div.alt {
	background-color: #f4f4f4;
}
#buddypress div#message-thread p#message-recipients {
	margin: 10px 0 20px 0;
}
#buddypress div#message-thread img.avatar {
	float: left;
	margin: 0 10px 0 0;
	vertical-align: middle;
    box-shadow: none;
}
#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: 4px 0 0 10px;
}
#buddypress div#message-thread div.message-metadata {
	overflow: hidden;
}
#buddypress div#message-thread div.message-content {
	margin-left: 45px;
}
#buddypress div#message-thread div.message-options {
	text-align: right;
}

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

/*--------------------------------------------------------------
11.0 - Extended Profiles
--------------------------------------------------------------*/

#buddypress div.profile h4 {
	margin: 0 0 2px;
	font-size: 19px;
	font-weight: 600;
}
#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: 600;
	font-style: normal;
}
#buddypress .field-visibility-settings,
#buddypress .field-visibility-settings-toggle,
#buddypress .field-visibility-settings-notoggle {
	color: #888;
}
#buddypress .field-visibility-settings-toggle a,
#buddypress .field-visibility-settings a {
	font-size: 80%;
}
body.register #buddypress div.page ul {
	list-style: none;
}
#buddypress .standard-form .field-visibility-settings label {
	margin: 0;
	font-weight: 400;
}
#buddypress .field-visibility-settings legend,
#buddypress .field-visibility-settings-toggle {
	font-style: italic;
}

/*--------------------------------------------------------------
12.0 - Registration
--------------------------------------------------------------*/

body.registration .site {
	background: transparent;
	border: none;
	text-align: center;
	box-shadow: none;
}
div#register-page p {
	font-size: 15px;
	margin: 10px auto 24px;
}
div#register-page .register-section p,
div#register-page .security-question-section p {
	font-size: inherit;
	margin: 0 0 24px;
	width: auto;
}
div#register-page .register-section h4,
div#register-page .security-question-section h4 {
  color: #555;
  font-size: 21px;
  margin: 0 0 15px;
}
div#register-page .register-section,
div#register-page .security-question-section {
	font-weight: 400;
	margin: 0 auto 25px !important;
	padding: 24px;
	text-align: left;
	max-width: 400px;
	width: auto !important;
	clear: both;
	float: none !important;
}
div#register-page #signup_form.standard-form div.submit {
	float: none !important;
	margin: 0 auto;
}
div#register-page #signup_form.standard-form div.submit input {
	margin: 0;
	padding: 17px 22px;
	font-size: 20px;
}
#buddypress .field-visibility-settings, #buddypress .field-visibility-settings-toggle, #buddypress .field-visibility-settings-notoggle {
    display: none;
}

/*--------------------------------------------------------------
13.0 - Responsive media queries (mobile styles)
--------------------------------------------------------------*/




	/*--------------------------------------------------------------
	13.3.2 - Object Item Lists Tabs
	--------------------------------------------------------------*/

	#buddypress div#item-nav .item-list-tabs {
		margin-top: 0;
	}
	#buddypress div#item-nav .item-list-tabs ul {
		margin: 0;
		padding: 0;
		list-style: none; /* required for older IE support */
	}
	#buddypress div#item-nav .item-list-tabs ul li {
		margin: 0;
		list-style: none;
		max-width: 152px;
		overflow: hidden; /* if text is too long, this gracefully drops the count indicator to the next line */
		background-image: none; /* hides the icons added by LS Buddypress Activity plus tabs extension */
	}
	#buddypress div#item-nav .item-list-tabs ul li.last select {
		max-width: 175px;
	}
	#buddypress div#item-nav .item-list-tabs ul li a,
	#buddypress div#item-nav .item-list-tabs ul li span {
		display: block;
		font-size: 14px;
		font-weight: 600;
		padding: 2px 0 2px 1px;
	}
	#buddypress div#item-nav .item-list-tabs ul li a span {
		background-color: #199bbc;
		color: #fff;
		display: inline;
		font-size: 10px;
		margin-top: 4px;
		line-height: 1;
		padding: 3px 5px;
		text-align: center;
		vertical-align: middle;
		float: right;

		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	#buddypress div#item-nav .item-list-tabs ul li.selected a,
	#buddypress div#item-nav .item-list-tabs ul li.current a {
		color: #222;
	}
	#buddypress div#item-nav .item-list-tabs ul li.selected a span,
	#buddypress div#item-nav .item-list-tabs ul li.current a span,
	#buddypress div#item-nav .item-list-tabs ul li a:hover span {
		background-color: #0f3647;
	}

	/*--------------------------------------------------------------
	13.3.3 - Subnav Item Lists Tabs
	--------------------------------------------------------------*/

	#buddypress div#subnav.item-list-tabs,
	#buddypress .dir-form div.item-list-tabs,
	.bp-legacy div#item-body div.item-list-tabs {
		margin: 38px 0;
		padding: 0;
		position: relative;
	}
	#buddypress div#subnav.item-list-tabs ul,
	#buddypress .dir-form div.item-list-tabs ul,
	.bp-legacy div#item-body div.item-list-tabs ul {
		margin: 0;
		padding: 0;
		overflow: visible;
	}
	/* List item */
	#buddypress div#subnav.item-list-tabs ul li,
	#buddypress .dir-form div.item-list-tabs ul li,
	.bp-legacy div#item-body div.item-list-tabs ul li {
		margin: 0 0 -1px;
		display: inline-block;
		margin-right: 6px;
		list-style: none;
	}
	/* Last list item */
	#buddypress div#subnav.item-list-tabs ul li.last,
	#buddypress .dir-form div.item-list-tabs ul li.last,
	.bp-legacy div#item-body div.item-list-tabs ul li.last {
		float: right;
		margin: 5px 0;
	}
	#buddypress div#subnav.item-list-tabs ul li.last select,
	#buddypress .dir-form div.item-list-tabs ul li.last select,
	.bp-legacy div#item-body div.item-list-tabs ul li.last select {
		max-width: 175px;
	}
	#buddypress div#subnav.item-list-tabs ul li#activity-filter-select
	#buddypress .dir-form div.item-list-tabs ul li#activity-filter-select,
	.bp-legacy div#item-body div.item-list-tabs ul li#activity-filter-select {
		border-bottom: none;
	}
	/* Default state */
	#buddypress div#subnav.item-list-tabs ul li a,
	#buddypress .dir-form div.item-list-tabs ul li a,
	.bp-legacy div#item-body div.item-list-tabs ul li a {
		display: block;
		padding: 7px 13px;
		text-decoration: none;
		color: #666;
		font-weight: 500;
	}
		/* Number icon */
		#buddypress div#subnav.item-list-tabs ul li a span,
		#buddypress .dir-form div.item-list-tabs ul li a span,
		.bp-legacy div#item-body div.item-list-tabs ul li a span {
			background-color: #0072bc;
			color: #fff;
			display: inline;
			font-size: 80%;
			margin-left: 3px;
			padding: 2px 5px;
			text-align: center;
			vertical-align: middle;

			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
		}
	/* Hover state */
	#buddypress div#subnav.item-list-tabs ul li a:hover,
	#buddypress .dir-form div.item-list-tabs ul li a:hover,
	.bp-legacy div#item-body div.item-list-tabs ul li a:hover {
		color: #d0b521;
	}
	/* Active-Current state */
	#buddypress div#subnav.item-list-tabs ul li.selected a,
	#buddypress div#subnav.item-list-tabs ul li.current a,
	#buddypress .dir-form div.item-list-tabs ul li.selected a,
	#buddypress .dir-form div.item-list-tabs ul li.current a,
	.bp-legacy div#item-body div.item-list-tabs ul li.selected a,
	.bp-legacy div#item-body div.item-list-tabs ul li.current a {
		color: #fff;
	}
	#buddypress div#subnav.item-list-tabs ul li li,
	#buddypress .dir-form div.item-list-tabs ul li li,
	.bp-legacy div#item-body div.item-list-tabs ul li li {
		float: left;
		margin-top: 0;
	}
	#buddypress div.item-list-tabs ul .button,
	.bp-legacy div#item-body div.item-list-tabs ul .button {
		margin: 8px 0 0 8px;
		float: right;
		font-weight: 400;
	}

	/*--------------------------------------------------------------
	13.3.4 - Filters
	--------------------------------------------------------------*/

	#buddypress div#filter.item-list-tabs {
		background: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		margin: 0 0 20px;
	}

	#buddypress div#filter.item-list-tabs ul li,
	#buddypress div#filter.whats-new-select ul li{
		list-style:none;
		margin:0;
	}

	/*--------------------------------------------------------------
	13.3.5 - Activity Listing
	--------------------------------------------------------------*/

	.activity-avatar {
		top: 8px;
		position: relative;	
	}
	#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-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;
	}
	body.activity-permalink #buddypress li.mini .activity-meta {
		margin-top: 4px;
	}
	#buddypress .activity-list li .activity-inreplyto {
		display: none; /* hides the View Conversation link */
	}
	#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,
	#buddypress .activity-list .activity-comments {
		margin: 0 0 0 68px;
	}
	body.activity-permalink #buddypress .activity-list li .activity-content {
		margin-left: 68px;
	}
	#buddypress .activity-list .activity-content .activity-header,
	#buddypress .activity-list .activity-content .comment-header {
		line-height: 220%;
	}
	#buddypress .activity-header {
		margin-right: 20px;
	}
	#buddypress .activity-header a,
	#buddypress .comment-meta a,
	#buddypress .acomment-meta a {
		font-weight: 600;
	}
	#buddypress .activity-list .activity-content .activity-header img.avatar {
		float: none !important;
		margin: 0 5px -4px 1px !important;
		width: 15px;
		height: 15px;
	}
	#buddypress a.bp-secondary-action,
	#buddypress span.highlight {
		font-size: 90%;
		padding: 0;
		margin-right: 5px;
		text-decoration: none;
	}
	#buddypress div#item-header div#item-header-content span.highlight {
		background-color: #77a076;
		color: #fff;
		font-size: 11px;
		padding: 4px 6px;
		margin-right: 5px;
		text-decoration: none;

		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	#buddypress .activity-list .activity-content .activity-inner,
	#buddypress .activity-list .activity-content blockquote {
		margin: 3px 0 0 0;
		overflow: hidden;
	}
	#buddypress .activity-list .activity-content .activity-inner .button {
		padding: 3px 7px;
	}
	#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;
		margin: 10px 10px 0 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;
		width: 810px;
		font-family: HelveticaNeue;
		font-size: 12px;
		-webkit-font-smoothing: antialiased;	
	}
	#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: 8px;
		white-space: nowrap;
	}
	#buddypress .activity-read-more a {
		text-decoration: underline;
	}
	#buddypress .activity-list li.load-more {
	    text-align: center;
	    margin: 25px 0;
	    padding: 0;
	    background-color: #eef1f1;

	    -webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    border-radius: 2px;

	    box-shadow:
	        0 1px 1px rgba(0, 0, 0, 0.20), /* The top layer shadow */
	        0 10px 0 -5px #eef1f1, /* The second layer */
	        0 10px 1px -4px rgba(0, 0, 0, 0.15); /* The second layer shadow */
	}
	#buddypress .activity-list li.load-more a {
		display: block;
		color: #444;
		font-size: 14px;
		padding: 8px 15px;
		font-weight: 400;
	}
	#buddypress .activity-list li.load-more.loading a {
		text-decoration: none;
	}

	/*--------------------------------------------------------------
	13.3.6 - Activity Comments
	--------------------------------------------------------------*/

	#buddypress div.activity-meta {
		margin: 10px 0 0 70px;
	}
	body.activity-permalink #buddypress div.activity-meta {
		margin-bottom: 6px;
	}
	#buddypress div.activity-meta a {
		  position: relative;
		  left: -72px;
		  border: 0 none;
		  border-radius: 2px 2px 2px 2px;
		  color: #FFFFFF;
		  cursor: pointer;
		  display: inline-block;
		  font-family: Arial,sans-serif;
		  font-weight: bold;
		  text-transform: none;
		  transition: all 0.3s ease 0s;
		  -moz-transition: all 0.3s ease 0s;
		  -webkit-transition: all 0.3s ease 0s;
		  width: 70px; /* auto */
		  text-align: center; /* DELETE WHEN WIDTH AUTO */
		  background: none repeat scroll 0 0 #333333;
		  color: #FFF;
		  font-size: 11px;
		  line-height: 20px;
		  padding: 4px 8px;
		  margin-bottom: 12px;
	}
	#buddypress div.activity-meta a:hover {
      background: none repeat scroll 0 0 #0072bc;
      color: #FFFFFF;
	}
	#buddypress a.activity-time-since {
		color: #aaa;
		font-weight: 400;
	}
	#buddypress a.activity-time-since:hover {
		color: #888;
	}
	#buddypress a.bp-primary-action,
	#buddypress #reply-title small a {
		margin-right: 5px;
		text-decoration: none;
	}
	#buddypress a.bp-primary-action span,
	#buddypress #reply-title small a span {
		background-color: #222222;
		color: #0072BC;
		margin-left: 2px;
		padding: 0 4px;
		font-size: 10px;

		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	#buddypress div.activity-comments {
		overflow: hidden; /* IE fix */
		position: relative;
		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: 18px 0 0;
	}
	#buddypress div.activity-comments ul:before {
		font-family: 'FontAwesome';
		font-weight: normal;
		font-style: normal;
		text-rendering: auto;
		text-decoration: inherit;
		speak: none;
		display: inline-block;
		line-height: 1;
		content: "\f0d8";
		font-size: 30px;
		-webkit-font-smoothing: antialiased;
		color: #eef1f1;
		position: absolute;
		top: 0;
		left: 0.5em;
	}
	#buddypress div.activity-comments ul ul:before {
		content: "";
	}
	#buddypress div.activity-comments ul li.show-all,
	#buddypress div.activity-comments ul li.activity-like-count {
		padding: 5px 10px;
	}
	#buddypress div.activity-comments ul,
	#buddypress div.activity-comments form.ac-form {
		width: 600px;
	}
	#buddypress div.activity-comments ul li {
		padding: 10px 0 0 0;
	}
	#buddypress div.activity-comments ul li,
	#buddypress div.activity-comments form.ac-form {
		border-top: 1px solid #fff;
	}
	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: 0;
	}
	#buddypress div.activity-comments ul li > ul {
		margin-top: 0;
	}
	body.activity-permalink #buddypress div.activity-comments ul li > ul {
		margin-top: 10px;
	}
	#buddypress div.activity-comments ul li ul {
		background: #fff;
	}
	#buddypress div.activity-comments ul li ul > li {
		background-color: #eef1f1;
		margin-left: 20px;
	}
	#buddypress div.activity-comments div.acomment-avatar img {
		border-width: 1px;
		float: left;
		height: 30px;
		margin: 0 10px !important;
		width: 30px;
	}
	#buddypress div.activity-comments div.acomment-content {
		margin: 5px 0 0 52px;
		padding-right: 10px;
	}
	#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 {
	}
	#buddypress div.activity-comments div.acomment-meta {
		color: #888;
		margin: 0 0 0 52px;
		padding-right: 10px;
	}
	#buddypress div.activity-comments form.ac-form {
		display: none;
		padding: 10px;
	}
	#buddypress div.activity-comments form.root {
		margin-top: 1px;
		margin-left: 0;
		border-top: none;
	}
	#buddypress div.activity-comments form.root:first-child {
		margin-top: 15px;
	}
	#buddypress div.activity-comments li form.ac-form {
		clear: both;
		margin-top: 0;
		border-top: 1px solid #fff;
	}
	#buddypress div.activity-comments div#message {
		margin-top: 15px;
		margin-bottom: 0;
	}
	#buddypress div.activity-comments form .ac-textarea {
		position: relative;
		top: -20px;
		width: 500px;
	}
	#buddypress div.activity-comments form textarea {
		background-color: rgba(0, 0, 0, 0.05);
		border: 1px solid rgba(0, 0, 0, 0.08);
		font-family: NexaLight;
		font-size: 14px;
		letter-spacing: 1px;		
		box-shadow: none;
		outline: none;
		color: #d0b521;
		height: 60px;
		padding: 10px;
		margin: 0;
		width: 100%;
		resize: none;
	}
	
	#buddypress div.activity-comments form textarea:focus {
		border-color: rgba(31, 179, 221, 0.9) !important;
		outline-color: rgba(31, 179, 221, 0.9);
		-moz-box-shadow: 0 0 7px    rgba(31, 179, 221, 0.7);
		-webkit-box-shadow: 0 0 7px rgba(31, 179, 221, 0.7);
		box-shadow: 0 0 7px         rgba(31, 179, 221, 0.7);
	}
		
	#buddypress div.activity-comments form input {
		margin-top: -5px;
	}
	#buddypress div.activity-comments form div.ac-reply-avatar {
		float: left;
	}
	#buddypress div.ac-reply-avatar img {
		width: 30px !important;
		height: 30px !important;
	}
	#buddypress div.activity-comments form div.ac-reply-content {
		color: #888;
		margin-left: 42px;
	}
	#buddypress div.activity-comments form div.ac-reply-content a {
		text-decoration: none;
	}
	#buddypress .acomment-options {
		float: left;
		margin: 5px 0 5px 52px;
	}
	#buddypress .acomment-options a {
		color: #999;
	}
	#buddypress .acomment-options a:hover {
		color: inherit;
	}


	/*--------------------------------------------------------------
	13.3.7 - Miscellaneous
	--------------------------------------------------------------*/

	h2.group-title {
		display: none;
	}
	#buddypress ul#groups-list div.action .group-button {
		margin-bottom: 12px;
	}
	div#sitewide-notice {
		max-width: 1040px;
		margin: 0 auto;
	}
	div#mobile-check {
		display: none;
	}

	/*--------------------------------------------------------------
	13.3.8 - Messaging
	--------------------------------------------------------------*/

	/* Compose */
	#buddypress form#send_message_form input#send-notice {
		clear: left;
		float: left;
	}
	#buddypress form#send_message_form label.send-notice-label {
		margin-bottom: 15px;
	}
	#buddypress form#send_message_form label span.text {
		margin-left: 5px;
	}

	/* Notices */
	#buddypress div#message-threads.messages-notices ul li.notice-info {
		width: 40%;
	}
	#buddypress div#message-threads.messages-notices ul li.notice-activity {
		width: 32%;
	}
	#buddypress div#message-threads.messages-notices ul li.thread-options {
		width: 24%;
	}

	/*--------------------------------------------------------------
	13.3.9 - Group Settings - Radio buttons, Checkboxes
	--------------------------------------------------------------*/

	form#group-settings-form input[type=radio],
	form#group-settings-form input[type=checkbox] {
		float: left;
		padding-top: 4px; /* IE fix */
		padding-right: 3px; /* IE fix */
	}
	form#group-settings-form label strong {
		margin-left: 5px;
	}
	form#group-settings-form div.notification-settings label {
		margin-top: 0 !important;
	}
	form#group-settings-form label span.text {
		margin-left: 5px;
	}

	form#group-settings-form div.radio > label > label {
		font-weight: 700 !important;
	}
	form#group-settings-form li {
		margin-left: 0;
	}
	form#group-settings-form hr {
		margin: 24px 0;
	}
	#buddypress form#group-settings-form h4 {
		margin: 14px 0 7px 0;
	}
	#buddypress form#group-settings-form ul li h5,
	#buddypress ul#member-list li h5 {
		float: left;
		clear: none;
		margin: 0;
	}
	#buddypress ul#member-list li span.activity{
		padding: 0 0 9px 0;
		clear:left;
	}
	#buddypress form#group-settings-form a.show-options {
		display: none;
	}

	#buddypress form#group-settings-form ul.item-list > li > span {
		clear: both;
		display: block;
		padding-top: 15px;
	}

	#buddypress form#group-settings-form ul.item-list > li > span a {
		margin-right: 10px;
	}

	#buddypress form#send-invite-form div#invite-list ul li {
		list-style: none !important;
		margin: 0;
	}

}