/*
bbpress-wp-tweaks CSS file for styling frontend and backend 
*/
/* 
    Created on : Dec 8, 2017, 4:32:22 PM
    Author     : me
*/

/* FRONT */
/* forum description or topic added */
.bbwptw-description,
.bbwptw-topic{
	clear: both;
	float: none;
	margin: 10px 0;
}

/* users widget with count */
.bbwptw-users-count{font-size: 90%; opacity: .8; margin-left: 10px;}


/* ADMIN */
/* mark bbpress widget with green line */
.widgets-holder-wrap #sidebar-bbpress,
.wp-block-widget-area [data-widget-area-id='sidebar-bbpress']{	border-top: solid 3px #328C00;}

/* admin options page */
.bbwptw-main,
.bbwptw-side{ width: 65%; display: inline-block;vertical-align: top;}
.bbwptw-side{width: 30%; margin-left: 3%;}
.bbwptw-box{padding: .5rem 1rem; background-color: #fff; border-radius:1rem;}

.bbwptw-header-info {font-size: 1rem;}

@media screen and (max-width: 500px) {
    .bbwptw-main,.bbwptw-side {display: block; width: 100%; margin: 1rem 0;}
}