﻿
/* ptc sidebar*/
.sidebar .widget {
    overflow: hidden;
    margin-bottom: 50px;
}

    .sidebar .widget h4 {
        text-transform: uppercase;
        padding-bottom: 8px;
        margin-bottom: 16px;
        font-size: 14px;
        font-weight: 700;
        position: relative;
    }

        .sidebar .widget h4 .head-line {
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            width: 50px;
            height: 3px;
            background-color: #ddd;
            margin: 0;
        }

.widget > ul > li {
    color: #000;
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
}

.widget-categories ul li:first-child a {
    padding-top: 0;
}
.icons-list li {
    font-size: 14px !important;
}

.widget-categories ul li a {
    padding: 8px 0;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #d4d1d1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 13.5px;
    font-weight: 550;
    color: #090768;
}

    .widget-categories ul li a:hover {
        padding-left: 8px;
        color: #4c4c52;
        font-weight: 900;
        font-size: 14px;
    }
