/* Blog-specific styles — extends existing site CSS */

.blog-post-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-post-item {
    border-bottom: 1px solid #eee;
    padding: 25px 0;
}
.blog-post-item:first-child {
    padding-top: 0;
}
.blog-post-item:last-child {
    border-bottom: none;
}
.blog-post-item h3 {
    margin: 0 0 8px;
    font-size: 20px;
}
.blog-post-item h3 a {
    color: #222;
    text-decoration: none;
}
.blog-post-item h3 a:hover {
    color: #0A66C2;
}
.blog-post-meta {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
}
.blog-post-meta span {
    margin-right: 15px;
}
.blog-post-meta .fa {
    margin-right: 4px;
}
.blog-post-excerpt {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.blog-post-category {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    background: #0A66C2;
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.blog-read-more {
    font-size: 14px;
    font-weight: 600;
    color: #0A66C2;
}
.blog-read-more:hover {
    color: #084E96;
    text-decoration: underline;
}

/* Single post */
.blog-post-content {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}
.blog-post-content h2 {
    font-size: 22px;
    margin: 30px 0 15px;
    color: #222;
}
.blog-post-content h3 {
    font-size: 18px;
    margin: 25px 0 10px;
    color: #222;
}
.blog-post-content p {
    margin-bottom: 18px;
}
.blog-post-content ul, .blog-post-content ol {
    margin-bottom: 20px;
    padding-left: 20px;
}
.blog-post-content li {
    margin-bottom: 8px;
}
.blog-post-content blockquote {
    border-left: 4px solid #0A66C2;
    padding: 12px 20px;
    margin: 20px 0;
    background: #f5f7fa;
    font-style: italic;
    color: #555;
}
.blog-post-featured-img {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 4px;
}

/* Share buttons */
.blog-share {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 30px;
}
.blog-share span {
    font-size: 14px;
    font-weight: 600;
    color: #888;
    margin-right: 10px;
}
.blog-share a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 6px;
    font-size: 15px;
}
.blog-share a:hover {
    opacity: 0.85;
    color: #fff;
}
.blog-share .share-li { background: #0A66C2; }
.blog-share .share-fb { background: #1877F2; }
.blog-share .share-tw { background: #1DA1F2; }
.blog-share .share-em { background: #888; }

/* Post navigation */
.blog-back {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.blog-back a {
    font-weight: 600;
    color: #0A66C2;
}
.blog-back a:hover {
    text-decoration: underline;
}

/* Thumbnail in listing */
.blog-thumb {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 4px;
}
