/* BB Press styles */
#bbpress-forums ul li:before {
	display:none;
}
#bbpress-forums .bbp-template-notice {
	border-radius:0;
}
#bbpress-forums #subscription-toggle {
	display:inline-block;
	margin-left:20px;
}
#bbpress-forums ul,
#bbpress-forums ul li {
	border:none !important;
}
#bbpress-forums .bbp-forums .bbp-header {
	margin-top:1px;
}

#bbpress-forums div.wp-editor-container {
	border:none;
}
#bbpress-forums .quicktags-toolbar,
#bbpress-forums .wp_themeSkin tr.mceFirst td.mceToolbar {
	border-radius:0;
	border:none;
	margin-bottom:1px;
}
#bbpress-forums .quicktags-toolbar input {
	border:none;
	border-radius:0;
}
#bbpress-forums select {
	padding:2px;
}
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
	border:none;
	margin-top:1px;
}
#bbpress-forums .bbp-reply-ip {
	display:none;
}

#buddypress .dir-search input[type=search],
#buddypress .dir-search input[type=text],
#buddypress .groups-members-search input[type=search],
#buddypress .groups-members-search input[type=text],
#buddypress .standard-form input[type=color],
#buddypress .standard-form input[type=date],
#buddypress .standard-form input[type=datetime-local],
#buddypress .standard-form input[type=datetime],
#buddypress .standard-form input[type=email],
#buddypress .standard-form input[type=month],
#buddypress .standard-form input[type=number],
#buddypress .standard-form input[type=password],
#buddypress .standard-form input[type=range],
#buddypress .standard-form input[type=search],
#buddypress .standard-form input[type=tel],
#buddypress .standard-form input[type=text],
#buddypress .standard-form input[type=time],
#buddypress .standard-form input[type=url],
#buddypress .standard-form input[type=week],
#buddypress .standard-form select,
#buddypress .standard-form textarea {
    box-sizing: border-box;
}

#buddypress div.pagination .pagination-links a:hover{
	font-weight: 400;
	color: #666;
}

.activity-inner p > img{
	margin-top: 1em;
}