._dl-bbpress #bbpress-forums li.bbp-header{
	background: #fff7f1;
}

._dl-bbpress h3{
	font-size: 1.8rem;
	line-height: 1.2;
	margin-bottom: 10px;
}

._dl-bbpress p{
	font-size: 1.5rem;
	line-height: 1.2;
}

._dl-bbpress label{
	display: block;
	color: #053c5e;
	font-family: Atkinson;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.33em;
	width: 100%;
	margin-bottom: 18px;
}

._dl-bbpress input{
	display: block;
	width: 100%;
	height: 50px;
	background: #fff;
	border: 1px solid #72797e;
	color: #053c5e;
	font-size: 16px!important;
	font-style: italic;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	margin: 0!important;
}

._dl-bbpress input:focus{
	outline: none !important;
	border: 1px solid #72797e;
}

._dl-bbpress .bbp-form{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 28px;
}

._dl-bbpress .button{
	height: 50px;
	background: #333;
	border: 0;
	color: #f7f7f7;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	font-size: 16px;
	margin: 0;
	padding: 12px;
}

._dl-bbpress .button:hover{
	background: #c4c4c4;
	color: #787878;
}

._dl-bbpress ul{
	list-style-position: inside;
}

._dl-bbpress div.bbp-template-notice,._dl-bbpress div.indicator-hint{
	padding: 0 2rem;
	background-color: #faf9f9;
	border-color: #db222a;
}
._dl-bbpress div.bbp-template-notice li,._dl-bbpress  div.bbp-template-notice p{
	font-family: Atkinson;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: .03em;
	line-height: 1.71em;
	color: #053c5e;
}

._dl-bbpress input[type="checkbox"]{
	display: inherit;
	width: 0;
	height: 0!important;
	opacity: 0;
}

._dl-bbpress input[type="checkbox"] ~ label{
	padding-left: 30px;
	position: relative;
}

._dl-bbpress input[type="checkbox"] ~ label:before{
	content: "\f00c";
	width: 18px;
	height: 18px;
	font-family: FontAwesome;
	font-size: 24px;
	position: absolute;
	bottom: 0;
	z-index: 2;
	left: -2px;
	top: -2px;
	color: #333;
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

._dl-bbpress input[type="checkbox"] ~ label:after{
	content: "";
	width: 18px;
	height: 18px;
	border: 1px solid #b7b7b7;
	position: absolute;
	left: 0;
	top: 0;
}

._dl-bbpress input[type="checkbox"]:checked ~ label:before{
	opacity: 1;
}

._dl-bbpress .bbp-search-form{
	margin-bottom: 16px;
}

._dl-bbpress .bbp-search-form input{
	display: inline-block;
	width: auto;
	padding: 0 20px!important;
}

._dl-bbpress .bbp-forums .forum-titles li,
._dl-bbpress .bbp-topics .forum-titles li{
	font-size: 1.8rem;
}

._dl-bbpress .bbp-forums li,
._dl-bbpress .bbp-topics li{
	font-size: 1.6rem;
	color: #053c5e;
}

._dl-bbpress .bbp-forums .bbp-body li.bbp-forum-freshness,
._dl-bbpress .bbp-topics .bbp-body li.bbp-topic-freshness{
	font-size: 11px!important;
}

._dl-bbpress .bbp-forums li a,
._dl-bbpress .bbp-topics li a{
	font-size: inherit;
	color: inherit;
}

._dl-bbpress .bbp-forums li.bbp-footer,
._dl-bbpress .bbp-topics li.bbp-footer{
	background: #faf9f9!important;
}

._dl-bbpress fieldset.bbp-form input:not([type='checkbox']){
	height: 50px!important;
	margin: 0!important;
	padding: 0 30px!important;
}

._dl-bbpress fieldset.bbp-form label{
	margin-bottom: 18px!important;
}

._dl-bbpress p a{
	font-size: inherit!important;
	line-height: inherit!important;
}

._dl-bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation a{
	font-size: 1.4rem;
	color: #053c5e;
}

._dl-bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation a:hover{
	background-color: #faf9f9;
}

._dl-bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{
	background: #fff7f1;
	font-weight: 600;
	opacity: 1;
}

@media (max-width: 1024px) {
	._dl-bbpress p{
		font-size: 1.4rem;
	}
	._dl-bbpress h3,
	._dl-bbpress label,
	._dl-bbpress .bbp-forums .forum-titles li,
	._dl-bbpress .bbp-topics .forum-titles li{
		font-size: 1.6rem;
	}
	._dl-bbpress .bbp-forums li,
	._dl-bbpress .bbp-topics li{
		font-size: 1.4rem!important;
	}
}

@media (max-width: 900px) {
	._dl-bbpress h3,
	._dl-bbpress label,
	._dl-bbpress .bbp-forums .forum-titles li,
	._dl-bbpress .bbp-topics .forum-titles li,
	._dl-bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation a{
		font-size: 1.28rem;
	}
	._dl-bbpress p,
	._dl-bbpress .bbp-forums li,
	._dl-bbpress .bbp-topics li,
	._dl-bbpress div.bbp-template-notice li,
	._dl-bbpress  div.bbp-template-notice p{
		font-size: 1.2rem;
	}
}
@media (max-width: 800px) {
	._dl-bbpress .bbp-form{
		row-gap: 10px;
	}
}
@media (max-width: 600px) {
	._dl-bbpress label,
	._dl-bbpress fieldset.bbp-form label{
		margin-bottom: 10px!important;
	}
}
@media (max-width: 480px) {
	._dl-bbpress #bbp-single-user-details{
		padding-bottom: 16px;
	}
	._dl-bbpress .bbp-user-profile{
		margin-top: 24px;
		padding-top: 24px;
		border-top: 1px solid #053c5e;
	}
}