
/* ==========================================================================
   3. Utilities - These things get used a lot
   ========================================================================== */

/* Hides shit */
.hidden {
    text-indent: -9999px;
    visibility: hidden;
    display: none;
}

/* Creates a responsive wrapper that makes our content scale nicely */
.inner {
    position: relative;
    margin: 0 auto;
    padding: 40px;
    position: relative;
    max-width: 830px;

}
.post_background{
        background: none repeat scroll 0 0 #fff;

}

/* Centres vertically yo. (IE8+) */
.vertical {
    display: table-cell;
    vertical-align: middle;
}



.post-title {
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    width: 180px;
    padding-left: 0px;
    padding-right: 0px;
    height: 420px;
}

.full_post-title {
    font-size: 26px;
    color: white;
    text-align: center;
    letter-spacing: 0px;
}





/* ==========================================================================
   9. Media Queries - Smaller than 900px
   ========================================================================== */

@media only screen and (max-width: 900px) {

    blockquote {
        margin-left: 0;
    }


    .post {
        font-size: 14px;
        line-height: 22px;
    }

    .post-template .post {
        padding-bottom: 1rem;
    }

}

/* ==========================================================================
   10. Media Queries - Smaller than 500px
   ========================================================================== */


@media only screen and (max-width: 280px) {

    #blog-logo img {
        max-height: 80px;
    }

    .inner, 
    .pagination {
        width: auto;
        margin-left: 16px;
        margin-right: 16px;
    }


}
