/* Enter Your Custom CSS Here */
#bbpress-forums a, #bbpress-forums a:hover {
    color: #525252;
}
.bbpress main{
	font-family: "Prompt-Regular", Sans-serif;
	margin-left: 20px;
	margin-right: 20px;
	color: #525252;
	
}

[data-id='0545458']{
	font-family: "Prompt-Regular", Sans-serif;
	margin-left: 20px;
	margin-right: 20px;
}

#bbp_search_submit{
	border: none;
	background: #c4aa62;
	color: white;
	
}
#bbp_search_submit:hover{
	border: none;
	background: #b49d58;
	color: white;
	
}

#bbpress-forums div.bbp-search-form{
	margin-bottom: 20px;
}
div.bbp-breadcrumb, div.bbp-topic-tags {
	font-size: 14px;
	font-family: "Prompt-Regular", Sans-serif;
}
#bbp_search{
	border: 1px solid lightgray;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd {
background-color: #f7f7f5;
}
#bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header {
background: #ecece4;
	font-size: 16px;
	color: #263370;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
font-size: 16px;
		color: #525252;
}

.bbp-submit-wrapper [type=submit] {
color: #fff;
background-color: #c4aa62;
	border: none;
}
.bbp-submit-wrapper [type=submit]:hover {
background-color: #b49d58;
}

.bbpress input{
	border: 1px solid lightgray;
}
h1.entry-title {
font-size: 20px;
	font-weight: 600;
	color: #263370;
	margin-top: 50px;
}

fieldset.bbp-form {
background: #f7f7f5;
	border: none !important;
	border-radius: 3px;
}
div.bbp-template-notice, div.indicator-hint {

background-color: #f6ecb3;
border-color: #bfa65f;

}