.side-list ul,
ul.side-list {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0px;
}

.side-list li,
#footer.litex .side-list li,
#footer.litex .side-list li:hover,
.widget .side-list li {
    border-bottom: none;
    margin: 0;
    overflow: hidden;
    text-align: left;
}

.side-list li:last-child,
#footer.litex .side-list li:last-child,
.widget .side-list li:last-child {
    border-bottom: none;
}

.side-list li:hover {
    background: #fdfdfd;
}

.side-list img {
    float: left;
    width: 76px;
    height: auto;
    padding: 2px;
    margin-right: 14px;
    -webkit-transition: all .14s ease;
    -moz-transition: all .14s ease;
    -ms-transition: all .14s ease;
    -o-transition: all .14s ease;
    transition: all .14s ease;
}

.side-list li:hover img {
    background: #437df9;
}

#wrap .side-list h5 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0 1px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    overflow: hidden;
}

.widget .side-list h5 a {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
    line-height: 1.36;
}

.widget .side-list h5 a:hover {
    text-decoration: underline;
}

#wrap .side-list p {
    font-size: 13px;
    color: #8a8a8a;
    margin-bottom: 10px;
    font-weight: 300;
    overflow: hidden;
}

.widget .side-list a,
.widget .side-list a:hover {
    background: none;
    padding: 0;
}

#footer .side-list ul,
#footer ul.side-list {
    border: none;
}

#footer .side-list li {
    border: none;
    background: none;
}

#footer .side-list h5 a {
    color: #d2d2d2;
    font-weight: 500;
}

#footer.litex .footer-in .side-list h5 a {
    color: #5e5e5e;
}

#footer.litex .side-list img {
    background: #fff;
}

#footer .side-list a {
    letter-spacing: 0;
    transition: ease .3s all;
}

#footer .side-list ul li {
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    border-top: 1px solid transparent;
}

#footer .side-list ul li>a:after {
    content: "\e606";
    position: absolute;
    left: 10px;
    font-family: 'simple-line-icons';
    font-size: 8px;
    color: #49a0c1;
    transition: ease .3s all;
}

#footer .side-list ul li:hover a {
    color: #437df9;
}

#footer .side-list ul li:hover {
    background: rgba(0, 0, 0, 0.11);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#footer .side-list ul li p {
    font-size: 11px;
}

#footer:not(.litex) .side-list ul li:hover p {
    color: #fff;
    transition: ease .3s all;
}

#footer .side-list ul li:hover ul li>a:after {
    color: #fff;
}