/*LISTING PREVIEW CARDS*/

/* Hide Featured Icon */
.level-featured .ad-badge {
  display: none;
}
.type-profile .lf-item-info-2 h6 {
    display: none;
}
.lf-item-container {
    box-shadow: none !important;
    border-radius: 10px;
}
.type-profile .lf-avatar {
	      transition: .3s ease !important;
    left: 50% !important;
    transform: translateX(-50%);
    box-shadow: rgb(42 41 71 / 25%) 0px 13px 27px -15px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
	  width: 180px;
    height: 180px;
    top: -152px
}
.type-profile .lf-item-info-2 h4 {
    text-align: center;
}
.type-profile  .lf-item-info-2 h6 {
    text-align: center;
}

.type-profile.lf-small-height .lf-item {
    height: 250px !important;
}
.type-profile .profile-avatar {
    width: 180px;
    height: 180px;
    box-shadow: rgb(42 41 71 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    margin-left: 0px;
    margin-top: -15px;
}
@media only screen and (max-width: 767px){
.type-profile .profile-avatar {
    width: 180px !important;
    height: 180px !important;
    left: auto;
	  margin-left: 0px;
	  margin-top: -45px;
}
.type-profile .listing-main-info .profile-name {
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}
}

.type-profile .lf-item .overlay {
    will-change: none;
    background-color: #fff !important;
    opacity: 1 !important;
}
.type-profile .lf-avatar:hover {
    box-shadow: rgb(42 41 71 / 33%) 0px 13px 27px -15px, rgb(0 0 0 / 44%) 0px 8px 16px -8px;
    margin-top: -3px;
    transition: .3s ease !important;
}
.type-profile .listing-details-3 ul.details-list {
    margin-bottom: 0;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.listing-details-3 .details-list li {
    padding: 5px !important;
}