/* Loop Style 3 */

/**********************************
    Home Page Blog Layout - Three
**********************************/ 

.content_loop .blog_post{
    width: 730px;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
} 

.blog_post h2{
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    line-height: 1.3;
    margin-top: 6px;
    margin-bottom: 0px;
    font-weight: bold;
}
.blog_post h2 a{
    color: #666;
} 
.blog_post .blog_post_img{
    position: relative;
    min-height: 35px;
    padding: 0
}
.blog_post .blog_post_cat{
    font-size: 16px
}
.blog_post .blog_post_cat a{
}
.content_loop .blog_post .entry{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #444444;
    line-height: 20px;
    margin-top: 8px;
} 
.blog_post_content{
    padding: 0 0 0 20px;
}

/**********************************
    Pagination
**********************************/

.pagination{
    margin-top: 11px;  
}
.nav-links .page-numbers{
    background: #333;
    color: #fff;
    padding: 11px 15px;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    Text-transform: uppercase;
}
.nav-links .page-numbers:hover{
    background: #E53B2C;
}
.nav-links .current{
    background: #E53B2C;
    margin-right: 1px;
}
.nav-links .next, .nav-links .prev{
    font-size: 16px;
    padding: 15px 15px 12px 15px;
    line-height: 1;
    float: none
}
/* Content Loop End */

