:root {
	--bs-highlight-bg: #E1F6FD;
}
body {
	/*font-size: 16px;*/
	font-size: 13px;
	font-family: "Mulish"
}
.page-body p, .page-body ul {
	line-height: 1.6;
	font-size: 14px;
}
.page-body .sidebar p, .page-body .sidebar ul {
	font-size: 16px;
}
:any-link, 
a:hover, a:focus, a:active {
  text-decoration: none;
}
label {
	color: inherit;
}
fieldset {
	font-size: inherit;
	font-family: Mulish;
}
input {
	vertical-align: inherit;
}
.form-group {
	font-size: 16px;
}
.lightheader {
	border-bottom: 0;
}
.page-header, .page-footer {
	max-width: unset;
}
.headerbar {
	padding: 0;
}
.site_logo {
	background-image: url("./images/site_logo.png");
	background-size: contain;
}
a.header-avatar img {
	position: static;
	border-radius: 50%;
}
a.header-avatar span::after {
	padding-top: 0;
	vertical-align: middle;
}
#username_logged_in .username-coloured {
	color: var(--bs-info) !important;
}
#username_logged_in .icon {
	margin-right: 10px;
}
ul.linklist #username_logged_in .dropdown {
	top: 36px;
}
/*kmp.css overrides ----------------------------------------------*/
.menu-sec .dropdown-toggle::after {
	content: none;
}
.badge {
	border-radius: 4px;
	text-align: center;
	white-space: nowrap;
	font-size: 9px;
	line-height: 1;
	border: none;
	display: inline-block;
	margin-left: 3px;
	vertical-align: baseline;
	position: relative;
	top: -14px;
	left: -15px;
	padding: 3px 4px;
	background-color: var(--bs-dark);
}
.dropdown {
	position: absolute;
}
/*forum styling--------------------------------------*/
dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info {
	font-size: 14px;
}
a.forumtitle, a.topictitle {
	font-size: 15px;
}
ul.topiclist dt {
	font-size: 14px;
}
.postprofile .has-avatar .avatar-container {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}
.postprofile .avatar {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	overflow: hidden;
}
.postprofile .profile-posts, .postprofile .profile-joined, .postprofile .profile-custom-field, .postprofile .profile-posts, 
.postprofile  .profile-contact{
	display: none;
}
/*
.forumbg, .forabg, .post, .postbody, .panel {
	font-size: 12px;
}
*/
.content {
	font-family: "Mulish"
}
.dropdown-extended .header {
	background-color: var(--bs-light);
	font-family: Nunito;
	color: rgb(109, 122, 140);
}
.big-column, .big-column:hover {
	text-transform: uppercase;
	font-weight: bold;
	background: #F3F4F6;
}
table.table1 tbody tr.big-column:hover, table.table1 tbody tr.big-column.hover {
	background: #F3F4F6;
}
.forum-title {
	margin-bottom: 1.5rem;
}
.forum-title a, .posting-title a {
	color: var(--bs-dark);
}
ul.linklist > li {
	line-height: normal;
}
.breadcrumbs .crumb a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 0;
	color: #b0b6bf;
	text-transform: uppercase;
}
.breadcrumbs .crumb.wrapped-tiny a {
	max-width: inherit;
	letter-spacing: 3px !important;
}
.member-search {
	font-size: 1.3em;
	margin-bottom: 20px;
}
#memberlist {
	font-size: 13px;
}
#memberlist th {
	background: var(--bs-light);
	font-weight: bold;
	padding: 10px 5px;
	font-size: 1.2em;
}
#memberlist .avatar, #memberlist img[src^="//secure.gravatar.com"] {
	max-height: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 5px;
}
dl.details dt {
	background: var(--bs-light);
	margin-bottom: 9px;
	padding-bottom: 9px;
}
.topiclist.forums .row-item {
	display: flex;
	align-items: center;
}