body.groups.group-type-meetup li#zoom-groups-li {
  display: block;
}

div.attendee-preview {
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
}

div.attendee-preview ul {
  padding: 0;
  margin: 0;
}

div.attendee-preview li img {
  width: 30px;
  height: 30px;
}

div.attendee-preview li {
  display: block;
  float: left;
}

div.attendee-preview .attendee-total {
  margin-left: 10px !important;
}

div.create-meetup-button-container {
  margin-bottom: 20px;
}

/* .buddypress-wrap {

	.meetups-list { // ul

		li {

			.list-title {
				text-align: center;
			}

			.meetup-details {
				clear: left;
			}

			.meetup-desc {
				border: 1px solid #ccc; // $light-grey

				// @include border-radius(10px);
				// @include responsive-font(16);
				color: #000; // $meta-text
				font-style: italic;
				margin: 5px auto 0; // $marg-smal
				padding: 5px; // $pad-med
			}

			p {
				margin: 0 0 0.5em;
			}

			// @include medium-up() {

			// 	.item {
			// 		margin-right: 0;
			// 	}

			// 	.list-title,
			// 	.item-meta {
			// 		text-align: left;
			// 		width: auto;
			// 	}

			// 	.item-meta {
			// 		margin-bottom: 10px; // $marg-lrg
			// 	}

			// 	.last-activity {
			// 		clear: left;
			// 		margin-top: -20px;
			// 	}

			// } // close @media

		} // close li

		li.meetup-no-avatar div.meetup-desc {
			margin-left: 0;
		}

	} // close .meetups-list

	// User account meetup loop
	.mymeetups {

		.meetups-list.grid {

			.wrap {
				min-height: 450px;
				padding-bottom: 0;
			}
		}
	}

}

// If BP Dir Navs or user screen main navs are selected as vertical
// We need to just adjust the loop item elements a little
// to cope with the decreased width.

// @include medium-up() {

// 	.buddypress { // body class

// 		.bp-vertical-navs {

// 			.meetups-list {

// 				.item-avatar {
// 					margin-right: 3%;
// 					width: 15%;
// 				}
// 			}
// 		}
// 	}
// }
*/
