
/** Footer **/

#footer {
    color: #FFF;
    background: #218fd7;
}
#footer a {
    color: #FFF;
    font-size: 16px;
}
.footer-wrapper .widget{
    padding: 0;
}
#footer .footer-widgets-aside .col {
    padding-left: 0px;
    padding-right: 0px;
}
.footer-widgets-aside ul.menu li + li {
    border-top: none;
}
.footer-widgets-aside ul li {
    margin: 0;
    padding-bottom: 10px;
    list-style-type: none;
    position: relative;
    border: none !important;
}
.footer-wrapper .widget .widget-title{
    font-size: 19px;
    margin-bottom: 14px;
    display: block;
    line-height: 26px;
    letter-spacing: 0;
}
.footer-wrapper .widget>ul>li+li,.footer-wrapper ul.menu>li+li {
    border-color: rgba(255, 255, 255, .08);
}
.footer-wrapper p{
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 15px;
}
.footer-wrapper p i{
    margin-right: 5px;
}
#footer .absolute-footer.dark {
    display: none;
}
#footer a.back-to-top {
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    margin: 0;
    bottom: 55px;
    background: #218fd7;
}