:root{
	--bbress-gutter: 18px;
	--bbress-light: #FBF8F4;
	--bbress-gray: #eaeaea;
	--bbress-primary: #183E75;
	--bbress-primary-light: #48C2EC;
} 

.bbpress .button{
	color: var(--bbress-light);
	background: var(--bbress-primary);
	border: 1px solid var(--bbress-primary);
	vertical-align: middle;
	line-height: 1;
	font-weight: 500;
	font-size: 1rem;
	border-radius: 8px;
	padding: 14px 20px;
	display: inline-block;
	border: none;
	position: relative;
	transition: all ease-in .2s;
}

.bbpress .button:hover{
	color: var(--bbress-light);
	background: var(--bbress-primary-light);
	border-color: var(--bbress-primary-light);
}

input[type="text"]:not(.form-control),
input[type="password"]:not(.form-control){
	font-size: 1rem!important;
  border-radius: 8px!important;
  padding: 11px 20px!important;
  border: 2px solid var(--bbress-gray);
  outline: none!important;
  box-shadow: none!important;
	min-height: 44px!important;
	height: 44px!important; 
}

#bbpress-forums .bbp-search-form{
	margin-bottom: var(--bbress-gutter);
}

.bbp-search-form form > div{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	width: 100%;
}
.bbp-search-form form > div > * {
	margin-left: var(--bbress-gutter);
}


#bbpress-forums .bbp-forum-info .bbp-forum-title,
#bbpress-forums .bbp-topic-title .bbp-topic-permalink{
	font-size: 16px;
	font-weight: bold;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content, 
#bbpress-forums p.bbp-topic-meta{
	font-size: 13px;
}


.bbp-topic-freshness-author .bbp-author-link{
	display: flex;
	align-items: center;
	justify-content: center;
}
.bbp-topic-freshness-author .bbp-author-link .bbp-author-avatar{
	display: inline-block;
  width: 24px;
  height: 24px; 
  text-align: center;
  margin-right: 5px;
}
.bbp-topic-freshness-author .bbp-author-link img.avatar {
	border: 0!important;
	max-height: none!important;
	margin: 0!important;
	vertical-align: -6px!important;
}


.bbp-template-notice ul{
	margin-bottom: 0;
}
div.bbp-template-notice li, div.bbp-template-notice p{
	font-size: 14px;
}


.absolute-shape{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.absolute-shape img{
	max-width: 100%;
	height: auto;
}
.absolute-shape.top{
	top: 160px;
	transform: translateY(0);
}
.absolute-shape.bottom{
	top: inherit;
	bottom: 160px;
	transform: translateY(0);
}

.absolute-shape.left{
	left: 0;
}
.absolute-shape.right{
	right: -20px;
}