/* Featured post */
.featured-post{
    max-width: 412px;
    margin-left: 20px;
    min-height: 90px;
    padding: 0 10px;
    background: url('../../images/pattern.png') repeat;
    position: relative;
    z-index: 5;
}

.featured-post-headline{
    margin-top: 5px;
    margin-bottom: 10px;
}

.featured-post-headline a{
    font-weight: 300;
    font-size: 1.286rem;
    line-height: 20px;
}

.featured-post-name{
    height: 30px;
    margin-left: 20px;
}

.featured-post-name span{
    color: #f25b00;
    font-weight: 300;
    font-size: 1.286rem;
    background: #fff;
    position: relative;
    z-index: 10;
    padding: 0 10px;
}