﻿
.check-input-sm-box {
    width: 16px;
    height: 16px;
    border: 1px solid #9f9f9f;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

.post-list .single-post .thumb .tags {
    margin-top: 30px;
}

    .post-list .single-post .thumb .tags li {
        margin-bottom: 5px;
        display: inline-block;
        background: #fff;
        border: 1px solid #eee;
        padding: 3px 10px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .post-list .single-post .thumb .tags li a {
            color: #777777;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            font-size: 13px;
        }

.single-post .tags li a {
    color: #222;
}

.post-list .single-post .btns li {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .post-list .single-post .btns li i, .post-list .single-post .btns li a {
        text-transform: uppercase;
        font-weight: 500;
        color: #222;
    }

.bgCard {
    background-color: #f9f9ff;
}

