
.postb {
	height: 175px;
	background-size:cover;
	background-position:50% 50%;
	background:var(--bodybg);
	position:relative;
	z-index:0;
	overflow:hidden;
}

.postb .banner-img {
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
}

.banner-inner {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:var(--opa);
	z-index:0;
}

.post-user {
	position:relative;
	z-index:5;
	padding:20px;
	display:flex;
	flex-direction:column;
}

.post-user a {
	font-family:var(--playf);
	font-weight:400;
	font-size:45px;
	font-weight:400;
	width: fit-content;
}

.post-user .affiliation {
	font-size:14px;
	font-family:var(--mainf);
	font-weight:bold;
	text-transform:uppercase;
	margin-top:-10px;
	margin-left:30px;
}

.postbit {
	display:grid;
	grid-template-columns:250px auto;
}

.postbit-l {
	padding:20px;
	background:var(--opa);
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}

.postbit-l .av-backer img {
	width:auto;
}

.postbit-l .prof-stats {
	margin:10px 0px;
}
.postbit-l .stat-a {
	font-size:11px;
}
.postbit-l .stat-b {
	font-size:11px;
}
.postbit-l img {
	max-height:300px;
	position:relative;
	z-index:5;
}

.postbit-r {
}

.post-f {
	border-radius:20px;
	z-index:5;
	position:relative;
}

.post_head {
	background: var(--mainbg2);
	padding:10px;
	border-bottom:1px dashed var(--header);
	font-family:var(--mainf);
	text-transform:uppercase;
    font-size: 10px;
    font-weight: bold;
	z-index:5;
	position:relative;
}

.post-body {
	padding:30px;
}

.postbit-b {
	margin: 20px 0px;
    padding: 10px;
    background: var(--opa);
    border-radius: 20px;
    display: flex;
    justify-content: space-evenly;
}

.postbit-b div {
	font-family:var(--mainf);
	text-transform:uppercase;
    font-size: 10px;
    font-weight: bold;
	display:flex;
	flex-direction:column;
	text-align:center;
}
.postbit-b span {
	font-size:12px;
	margin:3px;
	padding:3px;
	border-top: 1px dashed var(--mainbg2);
}

.postbit_buttons {
    float: right;
    margin-top: -10px;
    padding: 0px 30px;
}

.postbit_buttons > a:link, .postbit_buttons > a:hover, .postbit_buttons > a:visited, .postbit_buttons > a:active {
    display: inline-block;
    padding: 2px 5px;
    margin: 2px;
    font-size: 11px;
    color:var(--text);
	text-transform:uppercase;
	background:none;
	border:0;
	font-weight:bold;
	font-family:var(--mainf);
}

.postbit_buttons a span {
	padding:5px;
    display: inline-block;
    background:none;
    background-repeat: no-repeat;
}

.ava-con {
	position:relative;
	height:300px;
	margin-top:-60px;
	overflow:hidden;	
    border-radius: 20px;
	height: 261px;
}

.av-backer {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.av-slider {
    height: 100%;
    padding: 10px;
    background: var(--opa);
    backdrop-filter: blur(6px);
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: var(--mainf);
    text-transform: uppercase;
    font-weight: bold;
    justify-content: space-around;
	transition:0.3s ease-out;
}

.av-slider div {
	border-bottom:1px dashed var(--text);
	padding:5px;
	font-size:11px;
}

.ava-con:hover .av-slider {
	top:0;
	transition:0.3s ease-in;
}
		