.blog-post .post-thumbnail img {
    width: 100%;
    margin-bottom: 10px;
}
.post-meta {
    margin: 10px 0;
    font-size: 0.8em;
}
.post .category a {
    color: #999;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.blog-post h1 {
    color: #444;
    line-height: 1.1em;
}
.post a {
    text-decoration: none;
}
.blog-post .post-footer {
    margin-top: 20px;
    font-size: 0.8em;
}
.post .avatar {
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}
.blog-post .post-body {
    margin-top: 40px;
}
.blog-post .post-body p {
    margin-bottom: 30px;
}
.lead {
    font-size: 1.3rem;
    font-weight: 300;
}
.blog-post .posts-nav {
    margin-top: 50px;
    color: #777;
    font-size: 0.8em;
}
.blog-post .posts-nav a {
    color: inherit;
    width: calc(50% - 10px);
    padding: 10px 20px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}
.blog-post .icon {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 32px;
    border: 1px solid #ddd;
    color: #aaa;
    font-size: 1.5em;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.text-primary {
    color: #999 !important;
}
.blog-post .posts-nav {
    margin-top: 50px;
    color: #777;
    font-size: 0.8em;
}
.blog-post .post-comments {
    margin-top: 50px;
}


.blog-post .post-comments header {
    margin-bottom: 40px;
}

.post h3 {
    line-height: 1.1em;
    color: #222;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 1rem;
}
.blog-post .post-comments span.no-of-comments {
    color: #777;
    font-size: 0.8em;
    margin-left: 5px;
    font-weight: 400;
}
.blog-post .post-comments .image {
    margin-right: 15px;
}
.blog-post .post-comments img {
    max-width: 40px;
    min-width: 40px;
    height: 40px;
}
.blog-post .post-comments span.date {
    font-size: 0.8em;
    color: #999;
}
.blog-post .post-comments .comment-body {
    margin-left: 55px;
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.blog-post .post-comments p {
    font-size: 0.95em;
    color: #555;
}
.blog-post .add-comment {
    margin-top: 50px;
}
.blog-post .add-comment header {
    margin-bottom: 30px;
}
.post h3 {
    line-height: 1.1em;
    color: #222;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 1rem;
}
.blog-post .add-comment input, .blog-post .add-comment textarea {
    background: none;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    border-radius: 0;
    font-family: "Open Sans",sans-serif;
}
.blog-post .add-comment textarea {
    min-height: 150px;
}
.post-widget{
    margin-top: 17px;
    padding-top: 50px;
}
@media only screen and (max-device-width: 575.98px) {
	.blog-post{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}