@media (max-width: 768px) {
	#user_profile .card-title {
		padding: 15px;
	}
}
#user_profile .left-col-block {
    margin-right: 15px;
}
#user_profile .left-col-block > .card {
    background: transparent;
	box-shadow: none;
}
#user_profile .right-col-block .fields-block {
	box-shadow: none;
}
#user_profile .left-col-block > .card > .card-content {
    display: block;
}
#karma-top {
    box-shadow: none;
    padding: 15px 15px 0;
}
.left-col-block #profile-avatar-menu {
    padding: 15px;
	border-radius: 0;
}
.left-col-block #profile-avatar-menu .badge {
    background-color: #fafafa;
    color: #000;
    font-weight: normal;
}
#user_profile .left-col-block li.nav-item a {
    text-align: left;
	margin: 5px 0;
}
#user_profile .right-col-block.block-info #user_profile_title{
    padding: 15px;
}
#user_profile .right-col-block.block-info .card{
    margin-bottom: 0!important;
}
#user_profile .right-col-block {
	width: calc(75% - 15px);
}
#user_profile .right-col-block.wall_block {
	float: right;
}

@media (max-width: 991px) {
	#user_profile .left-col-block {
		margin-right: 0;
	}
	#user_profile .right-col-block {
		width: 100%;
	}

}
#user_profile_header {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
#user_status_widget {
    background-color: transparent!important;
    padding: 0!important;
    position: relative!important;
    z-index: 0!important;
    margin: 0!important;
    left: 0!important;
    right: 0!important;
    text-align: left!important;
    border: none!important;
    box-shadow: none!important;
    border-radius: 3px!important;
}
#user_profile_title .status .reply, #user_profile_title .status .delete {
    opacity: 1;
}
#user_profile_title .status .text:hover {
    background-color: transparent;
    margin: 0;
    padding: 0;
    cursor: inherit;
    margin-bottom: 0;
}

#user_profile #avatar {
    padding-bottom: 15px!important;
}
#profile-avatar-menu,
#user_profile .card .card-footer {
    border-top: none;
}