﻿
.site-footer .bubble-1 {
    background-color: #fff7e0;
    border-color: #ffdd83;
    top: 10px;
    left: 20px;
}

.site-footer .bubble-2 {
    background-color: #fff1ec;
    border-color: #ffb59d;
    bottom: 30px;
    left: 10%;
}

.site-footer .bubble-3 {
    background-color: #ebf3ff;
    border-color: #b9d4ff;
    top: 40px;
    left: 40%;
}

.site-footer .bubble-4 {
    background-color: #ddffe4;
    border-color: #93ff6d;
    top: 10px;
    right: 40%;
}

.site-footer .bubble-5 {
    background-color: #ede8ff;
    border-color: #a98fff;
    bottom: 30px;
    right: 25%;
}

.site-footer .bubble-6 {
    background-color: #ffe8fb;
    border-color: #ffa6ef;
    top: 40%;
    right: 10%;
}

.site-footer .inner-container {
    border: 1px solid #eaeaea;
    border-left: 0;
    border-right: 0;
    padding: 86px 0;
}

.footer-widget ul,
.footer-widget h3,
.footer-widget p {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget .widget-title {
    margin-bottom: 28px;
}

    .footer-widget .widget-title h3 {
        color: #273167;
        font-size: 20px;
        font-weight: 500;
    }

.footer-widget ul.contact-list li {
    color: #777b92;
}

    .footer-widget ul.contact-list li + li {
        margin-top: 9px;
    }

.footer-widget ul.links-list li + li {
    margin-top: 10px;
}

.footer-widget ul.links-list li a {
    color: #777b92;
    font-size: 16px;
    display: inline-block;
    position: relative;
    transition: all .4s ease;
}

    .footer-widget ul.links-list li a:before {
        content: '\f101';
        font-family: 'FontAwesome';
        color: #e94fca;
        font-size: 14px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%) translateX(-15px);
        transform: translateY(-50%) translateX(-15px);
        opacity: 0;
        transition: all .4s ease;
    }

    .footer-widget ul.links-list li a:hover {
        color: #e94fca;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

        .footer-widget ul.links-list li a:hover:before {
            opacity: 1;
        }

.footer-widget .social-block a {
    display: inline-block;
    vertical-align: middle;
    width: 51px;
    height: 51px;
    border: 1px solid #eaeaea;
    line-height: 49px;
    text-align: center;
    background-color: #fff;
    color: #777b92;
    border-radius: 50%;
    box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
    transition: all .4s ease;
}

    .footer-widget .social-block a:hover {
        color: #fff;
        background-color: #e94fca;
        border-color: #e94fca;
    }

.bottom-footer {
    padding: 25px 0;
}

    .bottom-footer p {
        color: #777b92;
        font-size: 16px;
    }

        .bottom-footer p a {
            color: #e94fca;
        }
