/* General blog styles */
body.blog .tmb .t-entry-text p.t-entry-readmore .btn,
body.post-template-default.single.single-post .tmb .t-entry-text p.t-entry-readmore .btn {
    background-color: #7fb539 !important;
    border-radius: 4px;
}

body.blog .tmb .t-entry-text p.t-entry-readmore .btn:hover,
body.post-template-default.single.single-post .tmb .t-entry-text p.t-entry-readmore .btn:hover {
    background-color: #72a82c !important;
}

body.blog .tmb .t-entry-text .t-entry-date {
    color: #7fb539 !important;
}

body.blog .tmb .t-entry-text .t-entry-excerpt p {
    font-size: 14px;
}

/* Post template styles */
.post-template-default .post-content .post-info .date-info,
.post-template-default .post-content .post-info .author-info,
.post-template-default .post-content .post-info .category-info {
    display: none;
}

.post-template-default .post-content p {
    line-height: 2;
}

.post-template-default #page-header {
    background: #fff;
}

.post-template-default #page-header .limit-width {
    border-radius: 4px;
    margin-top: 36px;
    max-width: 828px;
}

.single-format-video.post-template-default #page-header {
    display: none;
}

/* Thumbnail category overlay */
.tmb .t-cat-over.t-cat-over-topleft {
    background: #ffc107;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: 600;
    opacity: 1;
    padding: 8px 20px;
    top: 30px;
}
