.quarter {
	float: left;
	width: 24.375%;
	margin-right: 0.833333333333%;
}
.quarter:nth-of-type(4n) {
	margin-right: 0 !important;
}
.wpbbs-clear-search-input {
	float: none;
}

.wpbbs-wrapper {
	margin-bottom: 32px;
	border: 1px dashed #e0e0e0;
	padding: 20px;
}
.wpbbs-search-title {
	margin-bottom: 0;
	cursor: pointer;
	margin-top: 0;
}
.wpbbs-search-title:before {
	font-family: "dashicons";
    content: "\f179";
    margin-right: 8px;
}
.wpbbs-search-title:after {
	font-family: "dashicons";
    content: "\f142";
    vertical-align: middle;
    font-size: 1.6rem;
    float: right;
}
.wpbbs-search-title.active:after {
	font-family: "dashicons";
    content: "\f140";
    vertical-align: middle;
    font-size: 1.6rem;
}
.wpbbs-search {
	margin-top: 24px;
}
.wpbbs-input {
	margin-bottom: 12px;
}
.wpbbs-input label {
	display: block;
}
.wpbbs-clear-search-input label {
	display: inline;
	margin-right: 8px;
}
.wpbbs-input select,
.wpbbs-input input[type="number"] {
	width: 100%;
	padding: 0;
}
.wpbbs-input input[type="number"] {
	font-size: 12px;
	line-height: 21px;
	color: #444;
	border: 1px solid #e1e1e1;
	width: 100%;
	max-width: 100%;
	height: 34px;
	padding: 3px 9px;
}
.sliding-content {
	display: none;
}

@media only screen and ( max-width: 767px ) {
	
	.quarter {
		float: none;
		width: 100%;
	}
	
}
