﻿
/*side-bar-blog*/

.blog-sidebar {
    position: relative;
}

.category-style-one {
    position: relative;
}

    .category-style-one ul {
        margin-top: 22px;
        margin-bottom: 35px;
        padding: 10px 30px;
        border: 1px solid #f4f4f4;
        border-left: 2px solid #48c7ec;
    }

        .category-style-one ul li {
            border-bottom: 1px solid #eaeaea;
            margin: 0;
        }

            .category-style-one ul li:last-child {
                border: none;
            }

            .category-style-one ul li a {
                font-weight: normal;
                color: #848484;
                position: relative;
                width: 100%;
                transition: .5s ease;
                line-height: 40px;
                display: block;
            }

                .category-style-one ul li a:hover {
                    color: #48c7ec;
                    transition: .5s ease;
                }



.sidebar_search {
    height: 54px;
    position: relative;
}

    .sidebar_search input {
        width: 100%;
        height: 54px;
        border: none;
        border: 1px solid #f1f1f1;
        padding: 0 56px 0 12px;
        color: #9e9e9e;
    }

    .sidebar_search button {
        width: 54px;
        height: 100%;
        position: absolute;
        top: 0;
        background: #48c7ec;
        right: 0;
        color: #fff;
    }


.sidebar_tags {
    margin: 60px 0 -6px 0;
}

    .sidebar_tags ul {
        margin-top: 10px;
        padding: 24px 0px;
    }

        .sidebar_tags ul li {
            display: inline-block;
            margin: 0 4px 8px 0;
        }

            .sidebar_tags ul li a {
                display: block;
                font-weight: normal;
                font-size: 15px;
                color: #9e9e9e;
                line-height: 32px;
                border: 1px solid #f1f1f1;
                background: #fff;
                border-radius: 2px;
                text-align: center;
                padding: 0 14px;
            }

                .sidebar_tags ul li a:hover {
                    color: #ffffff;
                    background: #48c7ec;
                }