/* # Partners CPT
---------------------------------------------------------------------------------------------------- */
.partners-widget span{
    display:block;
    margin-bottom:10px;
    font-weight:600;
}

.partners-text{
    clear:both;
    float:none;
}

.news{
    min-height:100px;
}
.news-date{
    display: block;
    text-align: center;
    font-size: 15px;
    font-style: italic;
}

.client_stories {
	position:relative;

}
.client_stories_image{
    background-color: #efefef;
    border: 1px solid #cecfcf;
    padding: 3px;
    width: 100%;
}

.client_stories-name{
   	background-color: rgba(255, 255, 255, 0.6);
    bottom: 65px;
    color: #bf1e2d;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 10px;
    position: absolute;
    text-align: right;
    text-shadow: 0 0 4px #dddddd;
    text-transform: uppercase;
    width: 100%;
}