.bbp-index-count{
	padding: 30px 20px 0;
    display: flex;
    justify-content: space-between;
}
.bbp-index-count .bic{
	width: 25%;
	float: left;
	text-align: center;
}
.bbp-index-count .bic i{
	display: block;
    height: 60px;
    background: url(//www.alldocube.com/en/wp-content/uploads/2021/06/1624415789-index-count-icons.png) no-repeat center top transparent;
    margin-bottom: 10px;
    background-size: 60px 240px;
}
.bbp-index-count .bic p{
	margin:0;
	font-size: 12px;
}
.bbp-index-count .bic.bic-replys i{
	background-position: center -60px;
}
.bbp-index-count .bic.bic-tags i{
	background-position: center -120px;
}
.bbp-index-count .bic.bic-users i{
	background-position: center -180px;
}

.bbp-search-box{
	display: flex;
	gap: 4px;
}
.bbp-search-box .bbp-search-text{
	width: 100%;
	height: 34px;
    padding: 0 16px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.bbp-search-box .bbp-search-btn{
	all: unset;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    height: 34px;
    color: #1d1d1f;
    text-align: center;
    background-color: #2468de;
    border-radius: 4px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

@media(max-width: 1080px){
	.bbp-index-count .bic i{
	    height: 40px;
	    background: url(//www.alldocube.com/en/wp-content/uploads/2021/06/1624415789-index-count-icons.png) no-repeat center top transparent;
	    margin-bottom: 10px;
	    background-size: 40px 160px;
	}
	.bbp-index-count .bic.bic-replys i{
		background-position: center -40px;
	}
	.bbp-index-count .bic.bic-tags i{
		background-position: center -80px;
	}
	.bbp-index-count .bic.bic-users i{
		background-position: center -120px;
	}
}
@media(max-width: 767px){
	.bbp-index-count{
		padding:15px 10px 0;
	}
}

.bbpress-search-wrap{
	padding:30px 15px;
	border-bottom: 1px solid #ccc;
}
#bbpress-forums .bbpress-search-wrap #bbp-search-form{
	max-width: 320px;
	margin:auto;
}
#bbpress-forums .bbpress-search-wrap #bbp-search-form #bbp_search{
	line-height: 34px;
}
#bbpress-forums .bbpress-search-wrap #bbp-search-form #bbp_search:focus{
	box-shadow: none;
	z-index: 1;
	border-color: #00b0ec;
}
#bbpress-forums .bbpress-search-wrap #bbp-search-form #bbp_search_submit:active{
	box-shadow: none;
}
#bbpress-forums .bbpress-search-wrap #bbp-search-form .input-group{
	border-radius: 10px;
}
/*#bbpress-forums .bbpress-search-wrap #bbp-search-form .input-group input:first-child{
	border-radius: 10px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}*/
#bbpress-forums .bbpress-search-wrap #bbp-search-form .input-group input:last-child{
	/*border-radius: 10px;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;*/
    background-color: #00b0ec;
    border-color: #00b0ec;
}
@media(min-width: 768px){
	#bbpress-forums .bbpress-search-wrap #bbp-search-form .input-group input:last-child:hover{
		background-color: #008cd6;
	    border-color: #008cd6;
	}
}
@media(max-width: 767px){
	.bbpress-search-wrap{
		padding:15px 15px 15px;
	}
}




