#bbpress-forums .bbp-search-form form {
	margin:0 0 30px 0;
}
#bbpress-forums div.bbp-search-form {
	width:100%;
}
#bbpress-forums #bbp-search-form #bbp_search {
	width:100%;
}

#bbpress-forums .bbp-breadcrumb {
	display: none;
}
.bbpress .theme-breadcrumbs {
	margin: 0;
}
.bbpress .breadcrumb-list {
	position: relative;
	top: auto;
	right: auto;
}

.bbpress #theme-custom-content {
	margin-top: 10px;
}

#bbp-search-form, #bbp-search-form div {
	position: relative;
	margin: 0;
}
	.entry-content #bbp-search-form {
		border: 1px solid #E5E5E5;
	    padding: 10px;
	}
#bbp-search-form #bbp_search {
	padding: 8px 8px 7px;
	width: 70%;
	border: none;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}
#bbp_search_submit {
   float: right;
   padding: 7px 25px;
   bottom: auto;
   background-color: inherit;
   background-image: none;
   width: auto;
   text-indent: 0;
   z-index: 99;
}

#bbp-search-form .icon-search{
    position: absolute;
    left: 15px;
    top: 8px;
    width: 30px;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	font-size: inherit !important;
}

@media screen and (max-width: 768px) {
	.bbpress #theme-custom-content {
		margin-top: 0;
		margin-bottom: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}
}