/*

Title: Blog Styles
Author: Adam Thompson

*/

/* typography */

h2.entry-title {
    margin-top: 0;
}

h2.entry-title a {
    color: #2b3772;
}

h2.blog-title, h1.blog-title {
    margin: 0 0 30px;
}

h1.entry-title {
    margin: 0 0 10px;
}

.blog-meta, .blog-meta-single {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}
.blog-meta-single {
    margin-bottom: 0px;
}
.blog-meta{
    padding: 0 0 0 24px;
}

.entry-meta {
    font-weight: 600;
    font-size: 16px;
}

a.btn.btn-primary {
    display: inline-block;
    margin-left: 24px;
    background-color: #48a2e0;
    color: #fff;
    border: 0;
    padding: 5px 15px;
    box-shadow: 0 2px 0 #2f6e99;
}

/* body - container */


article.post {
    padding-top:40px;
}

.tiles article{
    padding: 12px;
}

.entry-header-blog {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #ececec solid;
}

.blog-container{
    margin-bottom: 40px;
}

footer.entry-footer{
    background-color: transparent;
    min-height: initial;
}

/* navigation */

.posts-navigation{
    position: relative;
    background: none;
    border: 0;
    box-shadow: none;
    margin-top: 0;
}

.posts-navigation h2{
    display: none;
}

.nav-links:after{
    content: ' ';
    display: table; 
    clear: both;
}

.nav-previous{
    float: left;
}
.nav-next{
    float: right;
}

.nav-previous a,
.nav-next a {
    color: #fff;
    background-color: #207cbb;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.nav-previous a:hover,
.nav-next a:hover {   
    color: #fff;
    text-decoration: none; 
}

