.hsk-talents-content-wrapper ul li{
    line-height: 25px!important;
}
.agency-content-wrapper ul li{
    margin-bottom: 1.5%;
    line-height: 25px!important;
}
.agency-content-wrapper ul{
    margin:0px;
    padding:0px;
}
.hsk-agency-post-info {
    list-style: none;
    text-align: center;
}

li.hsk-agency-post-info .hsk-agency-meta-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hsk-agency-meta-info {
  position: absolute;
    bottom: -100%;
    text-align: left;
    background: #000;
    width: 100%;
    color: #fff;
    overflow: hidden;
    line-height: 25px;
    padding: 10px 15px;
    opacity: 0;

}

li.hsk-column-4.hsk-agency-post-info {
    position: relative;
    background: #000;
}
.hsk-agency-meta-info ul li{
    margin-bottom: 0px;
}
.agency-content-wrapper .hsk-agency-post-info, .hsk-agency-image-wrapper{
    overflow: hidden;
    position: relative;
}
.agency-content-wrapper .hsk-agency-post-info img{
     -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
}
.agency-content-wrapper .hsk-agency-post-info:hover img{
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
     -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
}
.hsk-agency-post-info h4 {
    position: absolute;
    bottom: 0;
    text-align: left;
    background: #d7ad5d;
    margin-bottom: 0;
    color: #fff;
    padding: 10px 15px;
    border-radius:0 5px 5px 0px;
}

.hsk-agency-details-wrapper li {
    margin-bottom: 12px;
}

/**
 * Single Page
 */
 .hsk-agency-details-wrapper ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.image-with-details-wrapper{
    clear: both;
    overflow: hidden;
}
.hsk-agency-title h3{
    background:#353535;
    color:#fff;
    padding:6px 15px;
}
.hsk-agency-description, .hsk-user-created-talents-posts{
    margin-top: 60px;
}

.hsk-agency-search label{
    margin-left: 0px!important;
    font-weight: bold;
}