/*date: 05 Sep 2017
website: http://talentrack.in/
developer: Sujan Soumitra Panda
objective: styling for similar artist section only*/

.similar-artist-wrap, .popular-job-wrap {
    font-family: 'Roboto';
    padding-top: 30px;
    margin-bottom: 20px;
}
.label-heading {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}
.style-iblock {
    border-top: 4px solid #f90001;
    display: inline-block;
    min-height: 30px;
    padding-top: 17px;
}
.img-box {
    border: 1px solid #231f20;
    display: table;
    height: 150px;
    position: relative;
    text-align: center;
    width: 150px;
}
.name {
    padding-top: 5px;
}
.name, .name a, .name:hover, .name a:hover {
    color: #000;
    font-size: 18px;
    text-decoration: none;
}
.post {
    color: #ff0000;
    font-size: 12px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
}
.place {
    color: #a0a0a0;
    font-size: 14px;
}
.similar-artist-wrap .platinum-slide .slick-prev,
.similar-artist-wrap .platinum-slide .slick-next
 {
    top: -63px;
}
.premium_btns, .platinum_btns {
    left: -4px;
    position: absolute;
    top: -4px;
    z-index: 2;
}
.premium_btns a{display: block; background:  url('/images/application/modules/default/premium_btns.png') no-repeat  center center !important; width: 79px; height: 75px; }
.platinum_btns a{display: block; background:  url('/images/application/modules/default/platinum_btns.png') no-repeat  center center !important; width: 79px; height: 75px; }
.sim-art-wrap {
    margin: 5px;
    position: relative;
}
.min-button-style, .min-button-style:hover, .min-button-style:active, .min-button-style:focus {
    background-color: #c10001;
    border: 0;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    outline: 0;
    padding: 10px 20px 8px;
    text-decoration: none;
}
.min-button-style:hover {
    background-color: #9B0000;
}
.similar-artist-wrap .right-btn-wrap {
    margin: 10px 0px 0;
}
.similar-artist-wrap .talen_link {
    text-decoration: none;
    display: block;
}
/*.similar-artist-wrap .talen_name {
    display: block;
    text-decoration: none;
}*/
/*.similar-artist-wrap .talen_cat {
    color: #d10001;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}*/
/*.similar-artist-wrap .talen_loc {
    color: #a0a0a0;
    display: block;
    font-size: 14px;
}*/
