/*

Styling for the Category Archive Layout pages 

*/

.eltdf-blog-holder .eltdf-bli-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -77px;
    padding: 23px 23px 20px;
    width: 84%;
    left: 8%;
    background-color: #fff;
}

.eltdf-blog-holder article .eltdf-post-info-author {
	float: left;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .12em;
    width: 60%;
}

