/* Remark Blog - Default Styles */

html {
    background: #43403c;
    height: 100%;
}

body {
    background: #f1e9e0;
    font-family: 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    max-width: 768px;
    margin: 0 auto;
    padding: 1px 64px;
    line-height: 1.6;
    min-height: 100%;
    box-sizing: border-box;
}

#site_header_wrap {
    text-decoration: none;
    color: #666;
}
#site_header_wrap:hover {
    color: #666;
}

#site_header {
    text-align: center;
    margin: 40px auto;
    width: 220px;
}

#site_title {
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
}

#site_header_description {
    color: #666;
    line-height: 12px;
    font-size: 12px;
    text-decoration: none;
    display: block;
    margin: 0;
}




.post-header-link {
    font-size: 0;
    padding: 26px 26px 0;
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.post-header {
	background-size: contain;
	background-repeat: no-repeat;
}
.post_title {
    font-size: 21px;
    padding: 0 24px 0 0;
    margin: 0;
    font-weight: 500;
    display: table-cell;
}
.post_timebox {
    display: table-cell;
    vertical-align: top;
    width: 23px;
    font-size: 11px;
    line-height: 11px;
    color: #666;
    text-align: center;
}


.featured-image {
    max-width: 100%;
    height: auto;
    display: block;
}

.post {
    background: #fff;
    color: #000;
    padding: 0 0 1px;
	margin: 40px 0;
}

.post-header-link {
    text-decoration: none;
    color: inherit;
}

.post p {
    padding: 0 26px;
    line-height: 1.32em;
}
.post p:last-child {
    margin-bottom: 26px;
}
.pagination {
    display: table;
    width: 100%;
    margin: 40px 0;
    table-layout: fixed;
}

.pagination a {
    display: table-cell;
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    color: #fff;
    background: #938e88;
}

.pagination a:hover {
    background: #43403c;
}

@media (max-width: 640px) {
    body {
        padding: 1px 16px;
    }
    .post, .pagination
    {
        margin: 16px 0;
    }
    .site_header {
        margin: 32px 0;
    }
}

@media (max-width: 560px) {
    body {
        padding: 1px 8px;
    }
    .post, .pagination
    {
        margin: 8px 0;
    }
    .site_header {
        margin: 32px 0;
    }
}