﻿.section-padding-100-0 {
    padding-top: 150px;
}

.features a:hover, .features a > h4:hover {
    color: blue !important;
}

.features a > h4 {
    font-weight: 900;
    font-size: 28px;
}

.widget {
    background-color: #edf6fd;
    padding: 30px;
    margin-bottom: 30px;
}

.widget-title {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-top: 0;
    line-height: normal;
    text-transform: uppercase;
    color: black;
}

.nav {
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
}

.sidebar ul.nav-tabs {
    border: 0;
    display: block;
}

    .sidebar ul.nav-tabs li {
        line-height: normal;
        font-weight: 600;
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
        float: none;
        text-align: right;
        position: relative;
        display: block;
    }

        .sidebar ul.nav-tabs li a {
            color: #999;
            font-size: 13px;
        }

.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar ul.nav-tabs li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget.recent-posts .posts-thumb {
    float: right !important;
}

.widget.recent-posts ul li {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

    .widget.recent-posts ul li:last-child {
        border: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.widget.recent-posts .post-info .entry-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.widget.recent-posts .posts-thumb img {
    margin-left: 15px;
    width: 90px;
    height: 70px;
}

.widget.recent-posts .post-date {
    font-weight: 400;
    color: #999;
    text-transform: capitalize;
    font-size: 12px;
}

.entry-title a {
    color: #333;
}

.post-meta {
    margin-bottom: 0px !important;
}

.btn.btn-readmore {
    width: 250px;
}

    .btn.btn-readmore:hover {
        color: white !important;
    }

.meta {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    clear: both;
    padding: 10px 0;
    width: 100%;
    font-size: 14px;
    margin-top: 0px;
}

    .meta span {
        margin-left: 15px;
        display: inline-block;
    }

    .meta i {
        color: #0095eb;
    }

    .meta span i {
        padding-left: 4px;
    }

.tag {
    font-size: 11px;
    background-color: #0095eb;
    color: white;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
    margin-left: 0px !important;
}

    .tag a:hover {
        color: white !important;
    }

article {
    margin-bottom: 60px;
}

.comments-heading {
    color: black !important;
    margin: 40px 0 25px;
    text-transform: uppercase;
}

.comments-list {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

.comments-heading.add-comment {
    margin: 0 0 50px;
}

.comments-form {
    margin-bottom: 0;
}

    .comments-form textarea {
        padding: 15px 20px;
        height: 150px;
    }

.comments-list {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

    .comments-list .comment {
        margin-bottom: 30px;
        background: #edf6fd;
        padding: 25px;
        border-radius: 7px;
    }

    .comments-list img.comment-avatar {
        float: right !important;
        width: 82px;
        height: 82px;
        border-radius: 100%;
        margin-left: 25px;
    }

    .comments-list .comment-body {
        margin-right: 110px;
    }

    .comments-list .comment-author {
        font-size: 16px;
        color: #555;
    }

    .comments-list .comment-date {
        float: left !important;
        font-size: 12px;
    }

    .comments-list .comment-content {
        margin: 15px 0;
        font-size: 14px;
        color: #777;
    }
