/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/

/* BuddyPress – Match Theme Look & Feel */

/* General text + headings */
body.buddypress,
body.activity,
body.members,
body.groups {
  font-family: inherit;
  font-size: 13px;
  color: inherit;
  line-height: 1.6;
}

#buddypress #item-header {
	height: auto;
}

/* Members Shortcode */
.bp-members-shortcode .bp-member-item {
	padding-bottom: 20px;
	border-bottom: 1px solid #d0d0d0;
}

.bp-members-shortcode .bp-member-avatar {
	float: left;
}

.bp-members-shortcode .bp-member-name a {
	padding: 10px;
}

.bp-members-shortcode .bp-member-meta {
	position: relative;
}

.bp-members-shortcode .bp-member-meta .bp-member-last-active {
	padding-top: 5px;
}

.bp-members-shortcode .bp-member-meta .bp-member-action {
	position: absolute;
	right: 5px;
	top: 10px;
}

.bp-members-shortcode .bp-member-meta .bp-member-action button {
	background: #3a6108;
	color: #FFF;
	font-size: 13px;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;

}

.bp-members-shortcode .bp-members-pagination{
	padding-bottom: 25px;
}
.bp-members-shortcode  .bp-members-pagination .page-numbers li {
	float:left;
	margin-right: 10px;
}

/* Activity Shortcode */
#buddypress .bpas-post-form-wrapper #whats-new-submit input{
	  border: none;
    border-radius: 5px;
    background: #3a6108;
    color: #FFF;
    padding: 10px;
}

#buddypress .activity-comments .ac-reply-content input{
	  width: auto;
    float: left;
}


#buddypress .bpas-shortcode-activities .activity-comments .ac-reply-content a{
	  float: left;
    margin-left: 10px;
    border: 1px solid #ddd;
    padding: 4px 10px;
    margin-top: 5px;
    font-size: small;
    color: #555;
}

#buddypress .bpas-shortcode-activities .pagination {
	float: none;
	padding-bottom : 30px;
	
}

#buddypress .bpas-shortcode-activities .pagination .pagination-links span,
#buddypress .bpas-shortcode-activities .pagination .pagination-links a{
	float: left;
	width: 35px;
	margin-left: 10px;
}



/* Activity */

/* 
#buddypress #item-header {
	margin-top: 20px;
	height: auto;
}

#buddypress div#item-header div#item-meta {
	display: block !important;
	float: right;
  margin-bottom: 20px;
}

#buddypress div#item-header div#item-meta * {
	float: left;
}

#buddypress div#item-header div#item-meta a{
    background: #3a6108;
    padding: 10px;
    border-radius: 5px;
    width: auto !important;
}

#buddypress .bpas-post-form-wrapper #whats-new-avatar{
	float:left;
}
#buddypress .bpas-post-form-wrapper .activity-greeting {
	padding-left: 50px;
	margin-bottom: 20px;
}
#buddypress .bpas-post-form-wrapper .bp-screen-reader-text{
	display: none;
}

#buddypress .bpas-post-form-wrapper #whats-new-textarea textarea{
	height: 60px;
}

#buddypress .bpas-shortcode-activities {
	margin-top: 30px;
}
#buddypress .bpas-shortcode-activities .activity-avatar{
	float : left;
}


#buddypress .bpas-shortcode-activities .activity-list .has-comments .activity-comments .acomment-avatar {
	float : left;
}


#buddypress .bpas-shortcode-activities .activity-content .activity-header p a {
		margin-left: 8px;
    font-weight: 600;
}
#buddypress .bpas-shortcode-activities .activity-content .activity-inner{
	text-align : left;
}

#buddypress .bpas-shortcode-activities .activity-content .activity-inner .bp-member-activity-preview {
	text-align : center;
}

#buddypress .bpas-shortcode-activities .activity-content .activity-inner .bp-member-activity-preview p {
	margin-bottom: 0;
}
#buddypress .bpas-shortcode-activities .activity-content .activity-inner .bp-member-activity-preview p a{
	font-weight: 600;
}
   
#buddypress .bpas-shortcode-activities .activity-content .activity-meta a{
	font-weight: 600;
	margin-right: 15px
	
} */

