﻿.single-blog-post {
    background-color: #f8f8f8;
    ;
    padding: 30px;
}

    .single-blog-post .post-title {
        font-size: 24px;
        display: block;
        font-weight: 500;
        margin-bottom: 5px;
    }

        .single-blog-post .post-title:hover, .single-blog-post .post-title:focus {
            color: #69bc5f;
        }

    .single-blog-post .post-meta {
        margin-bottom: 30px;
    }

        .single-blog-post .post-meta p {
            font-size: 12px;
            color: #69bc5f;
            margin-bottom: 0;
        }

            .single-blog-post .post-meta p a {
                font-size: 12px;
                color: #69bc5f;
                font-weight: 500;
            }

.mb-50 {
    margin-bottom: 50px;
}
