﻿@charset "utf-8";

.footer-one-wrap {
    background-color: #8155ff;
    position: relative;
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 20px;
}

.single-widgets-one .logo {
    max-width: 350px;
    max-height: 100px;
}

.single-widgets-one .widgets-title {
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.single-widgets-one li a, .single-widgets-one a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.single-widgets-one ul {
    list-style: none;
}

    .single-widgets-one ul li {
        display: block;
        margin-bottom: 10px;
        padding: 10px;
    }

.single-widgets-one p {
    color: #fff;
}

.footer-one-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #8155ff;
    content: "";
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom center;
    opacity: .5;
}
