.blog #main {
    padding: 10px 25px;
}

.blog article {
    margin-bottom: 50px;
}

.blog h3.post-title a {

    font-family: 'FuturaMedium';
    font-size: 24px;
    line-height: 1.7rem;
    text-transform: uppercase;
    color: #243e90;
}

.blog .post-meta time {
    font-family: 'Futura PT Book';
    font-size: 15px;
    line-height: 1.7rem;
    color: #243e90;
}

.blog .post-excerpt {
    font-family: 'Futura PT Book';
    font-size: 18px;
    line-height: 1.7rem;
    color: #243e90;
}

.recipe-buy-now {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    background-color: #243e90;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    padding: 10px 25px 10px;
    text-align: center;
    margin: 30px 0px 0px 30px;
}

.blog article a.recipe-buy-now {
    margin: 0 !important;
    margin-top: 20px !important;
}

.blog article img {
    width: 120px;
    margin-bottom: 25px;
}


body.single-post main {
    padding: 10px 25px;
}
body.single-post main h1,
body.single-post main h2,
body.single-post main h3,
body.single-post main p {
    color: #243e90;
    line-height: 1.7rem;
}

body.single-post footer.entry-footer,
body.single-post header.entry-header,
body.single-post img.wp-post-image {
    display: none !important;
}