.wall .search{
    position: relative;
    display: inline-block;
    width: 190px;
    height: 230px;
    border-radius: 10px;
    z-index: 1;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-right: 25px;
    margin-top: 10px;
    background: none;
}



.wall .search::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    transition: box-shadow .4s ease-in-out;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);     
}

.wall .search:hover::after {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}



.wall .search .photos-count{
    position: absolute;
    top: 2%;
    right: 2%;
    width: 40px;
    height: 25px;
    border-radius: 25px;
    background: rgba(0,0,0,.45);   
    z-index: 100;
    display: none
}



.wall .search .photos-count i{
    position: absolute;
    margin-left: 0;
    left:5px;
    margin-top: 2px;    
    color:#fff;
}



.wall .search .photos-count span{
    position: absolute;
    margin-left: 0;
    top:4px;
    left:22px;
    font-weight: 600;
    font-size: 10px;
    color:#fff;
}





.wall .search .profile-photo{
    height: 100%;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;  
    opacity: 1;     
}

.wall .search .name{
  position: relative;
  z-index: 3;
  top: -4em;
  color: #fff !important;
}





.wall .search .name h1{
font-family: 'Montserrat' !important;
  display: block;
  clear: both;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 18px;
  top: -48px;
  font-weight: 800;
  color: #fff !important;
}



.wall .search .name h1 i{

    display: inline-block;

    margin-right: 1px;

}



.online {

    font-size: 10px;

    color:#17d425;    

}



.wall .search .name .loc{
 font-family: 'Comfortaa' !important;
  display: block;
  clear: both;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  top: 32px;
  font-size: 14px;
  font-weight: 300;
  color: #fff !important;
}



.wall .search .name .loc span{

}



.wall .search .name .loc i{

    color: #888;

    margin-right:2px;

}





.wall .search .name h1 b{

    font-weight: 500;

    color: #fff;

}



.wall .search .name h1 a{

    color: #fff;

}



.wall .search .footer{

    position: relative;

    top: 60%;

    width: 100%;

    left:0;

    height: 40px;

    margin:0 auto;

    display: none

}



.wall .search .footer .like{

    position: absolute;

    left:35px;

    top:-5px;

    margin-top: 0px;

    width: 30px;

    height: 30px;

    border-radius: 50px;

    margin-right: 2px;

    cursor: pointer;

    background:#f02138;

    border:3px solid #fff;

    color: #fff;

}

.wall .search .footer .like i{

    position: absolute;

    padding: 0;

    left:4px;

    color:#fff;

    font-size: 16px;

    opacity: 1;

}



.wall .search .footer .like:hover{      

}



.wall .search .footer .premium{

    position: absolute;

    left:108px;

    top:15px;   

    margin-top: 0px;

    width: 30px;

    height: 30px;

    border-radius: 50px;

    margin-right: 2px;

    cursor: pointer;

    background:#9121f0;

    border:3px solid #fff;

    color: #fff;

}

.wall .search .footer .premium i{

    position: absolute;

    padding: 0;

    left:4px;

    color:#fff;

    font-size: 16px;

    opacity: 1;

}
@media only screen and (max-width: 1280px) { 
    .wall .search{
        width: 165px;
        height: 200px;
    }      
}