/* Page-header */
.page-header-bg {
    background: url(../img/hero-area.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}
.page-header-bg .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #0c0808;
    opacity: 0.6;
}
.page-header-bg .contents h2.head-title {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
}
.page-header-bg .contents p {
    font-size: 24px;
}

/* Blog Post */
.single-blog-post {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.single-blog-post:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.single-blog-post .post-thumb img {
    width: 100%;
}
.single-blog-post .post-content {
    padding: 30px;
}
.single-blog-post .post-content h3 a {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}
.single-blog-post .post-content h3 a:hover {
    color: #00b4d9;
}
.single-blog-post .post-meta {
    margin: 15px 0;
    color: #888;
    font-size: 13px;
}
.single-blog-post .post-meta span {
    margin-right: 15px;
}
.single-blog-post .post-meta span a {
    color: #00b4d9;
}
.single-blog-post .post-content p {
    margin-bottom: 20px;
}

/* Single Post Specific */
.single-post .post-content h2.post-title {
    font-size: 28px;
    margin-bottom: 15px;
}

.single-post .post-footer {
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: 30px;
}

.social-share a {
    margin-right: 10px;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.social-share a.facebook { background: #3b5998; }
.social-share a.twitter { background: #00aced; }
.social-share a.linkedin { background: #007bb6; }
.social-share a.google-plus { background: #dd4b39; }


/* Sidebar */
.sidebar .widget {
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.sidebar .widget .widget-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.sidebar .search-widget .form-control {
    border-radius: 0;
}
.sidebar .search-widget .btn-search {
    background-color: #00b4d9;
    border: 1px solid #00b4d9;
    color: #fff;
    border-radius: 0;
}

.categories-list {
    list-style: none;
    padding: 0;
}
.categories-list li {
    margin-bottom: 10px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
}
.categories-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.categories-list li a {
    color: #666;
}
.categories-list li a:hover {
    color: #00b4d9;
}

.posts-widget .posts-list {
    list-style: none;
    padding: 0;
}
.posts-widget .posts-list li {
    margin-bottom: 15px;
}
.posts-widget .widget-thumb {
    float: left;
    margin-right: 15px;
    width: 70px;
}
.posts-widget .widget-thumb img {
    border-radius: 4px;
}
.posts-widget .widget-content a {
    font-weight: bold;
    color: #333;
}
.posts-widget .widget-content a:hover {
    color: #00b4d9;
}
.posts-widget .widget-content span {
    font-size: 12px;
    color: #888;
}

/* Pagination */
.pagination-bar {
    text-align: center;
    margin-top: 30px;
}
.pagination .page-item .page-link {
    color: #00b4d9;
}
.pagination .page-item .page-link.active, .pagination .page-item .page-link:hover {
    background-color: #00b4d9;
    border-color: #00b4d9;
    color: #fff;
}


/* Comments */
#author-info {
    padding: 20px;
    margin: 30px 0;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.author-avatar {
    margin-right: 20px;
}
.author-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.author-content h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
}
#comments {
    margin: 30px 0;
}
#comments .comments-title {
    font-size: 24px;
    margin-bottom: 20px;
}
.comments-list {
    padding: 0;
    list-style: none;
}
.comments-list li {
    margin-bottom: 20px;
}
.comments-list .comment-box {
    padding: 15px;
    background: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #eee;
}
.comments-list .avatar {
    float: left;
    margin-right: 15px;
}
.comments-list .avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.comment-info .name {
    margin: 0 0 5px;
    font-size: 16px;
}
.comment-info .date {
    font-size: 12px;
    color: #999;
}
.comment-content {
    margin-top: 10px;
    padding-left: 75px;
}
.reply-link {
    display: inline-block;
    margin-top: 10px;
    color: #00b4d9;
    font-weight: bold;
    font-size: 13px;
}
.comments-list ul {
    list-style: none;
    padding-left: 75px;
    margin-top: 20px;
}

#comment-form h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
#comment-form .form-control {
    margin-bottom: 15px;
}
