#af-wrapper #forum-profile .display-name,
#af-wrapper .post-author .topic-author,
#af-wrapper input[type="checkbox"]:checked:before {
color: #000000 !important;
}
#af-wrapper .button-normal,
#af-wrapper .title-element,
#af-wrapper #forum-header,
#af-wrapper #profile-header .background-avatar,
#af-wrapper #profile-navigation,
#af-wrapper input[type="radio"]:checked:before {
background-color: #000000 !important;
}
#af-wrapper .button-neutral {
background-color: #000000B0 !important;
}
#af-wrapper .post-author .topic-author {
background-color: #00000040 !important;
}
#af-wrapper input[type="radio"]:focus,
#af-wrapper input[type="checkbox"]:focus,
#af-wrapper #profile-header {
border-color: #000000 !important;
}
#af-wrapper .title-element,
#af-wrapper #forum-navigation a,
#af-wrapper #forum-navigation-mobile a {
border-color: #000000 !important;
}
#af-wrapper .button-normal:hover,
#af-wrapper #profile-navigation a.active {
background-color: #000000 !important;
}
#af-wrapper .button-neutral:hover {
background-color: #000000B0 !important;
}
#af-wrapper a:not(a.button):not(a.highlight-admin):not(a.highlight-moderator),
#af-wrapper .forum-post-menu a,
#af-wrapper #bottom-navigation {
color: #000000 !important;
}
#af-wrapper {
font-family: Lato, sans-serif !important;
}
#af-wrapper {
font-size: 15px !important;
}
#af-wrapper #forum-header{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	margin-bottom: 25px;
}

#af-wrapper .title-element{
	border-radius: 0;
    letter-spacing: 1px;
    color: #000;
    background-color: #fff !important;
    border-bottom: 0;
	text-transform: uppercase;
	padding: 0;
}

#af-wrapper .last-post-headline{
	margin-right: 0;
}

#af-wrapper .content-container, #af-wrapper .editor-element{
	border-radius: 0;
	margin: 0 0 30px 0;
	border-width: 1px;
}

#af-wrapper #forum-navigation a, #af-wrapper #forum-navigation-mobile a{
	border-left: 0 !important;
}

#af-wrapper #forum-navigation a:last-child, #af-wrapper #forum-navigation-mobile a:last-child{
	border-right: 0 !important;	
}

#af-wrapper #forum-search{
	background-color: transparent;
	color: #fff;
	width: 100px;
}

#af-wrapper #forum-search input{
	color: #fff;
}

#af-wrapper #forum-search input::-webkit-input-placeholder {
  color: #fff;
}
#af-wrapper #forum-search input::-moz-placeholder {
  color: #fff;
}
#af-wrapper #forum-search input:-ms-input-placeholder {
  color: #fff;
}
#af-wrapper #forum-search input:-moz-placeholder {
  color: #fff;
}

#forum-navigation .home-link, 
#forum-navigation .logout-link,
#forum-navigation .subscriptions-link{
	display: none !important;
}

#af-wrapper .clear{
	display: none;
}

#af-wrapper #forum-navigation a, #af-wrapper #forum-navigation-mobile a{
	color: #fff !important;
	font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 25px;
    line-height: 28px;
}

#af-wrapper .button{
	color: #000 !important;
	border: 0;
	line-height: 28px;
	height: auto;
	background-color: #fff !important;
}

#af-wrapper .button-red{
	color: red !important;
}

#af-wrapper .main-title{
	font-size: 34px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000;
    text-align: center;
    padding: 20px 0;
}

#af-wrapper .post-message ul{
	padding: 0 !important;
}

.uploaded-file{
	list-style-type: none;
}

#forum-navigation .home-link{
	display: none !important;
}

#af-wrapper .forum-menu{
	text-align: center;
	float: none;
}

#af-wrapper .forum-menu a:hover{
	text-decoration: underline;
}

#af-wrapper .first-post{
	border-top-width: 1px;
}

.main-title-overview{
	display: none !important;
}

.profile-section-header,
.profile-section-content{
	display: none !important;
}

@media screen and (min-width: 783px) and (max-width: 991px){
	#forum-navigation a{
		padding: 0 15px !important;
	}
}

.show-navigation{
	position: absolute;
    left: 0;
    right: 0;
    background-color: #000;
    top: 48px;
}

#af-wrapper .user-online .avatar{
	box-shadow: none;
	border: none;
}

#af-wrapper #forum-breadcrumbs{
	padding: 0;
	margin: 0 0 15px 0;
}

@media screen and (max-width: 1199px){
	#af-wrapper #forum-navigation a, #af-wrapper #forum-navigation-mobile a{
		padding: 0 15px;
		font-size: 12px;
	}
}

@media screen and (max-width: 783px){
	#af-wrapper #forum-navigation a, #af-wrapper #forum-navigation-mobile a{
		display: block;
	}
}