/**
 * Footer Stylesheet - Exact match with candy77.net
 * 
 * @package kanyaars
 * @version 1.0.0
 */

/* ==========================================================================
   Footer - Main Container
   ========================================================================== */

.footer {
    width: 100%;
    padding: 20px 0;
    background: linear-gradient(to right, #360c63 0, #001032 100%);
    border-top: 4px solid #97169b;
}

/* ==========================================================================
   Footer Separator
   ========================================================================== */

.footer-separator {
    padding: 15px 0 0;
    margin: 15px 0 0;
    border-top: 1px dotted #727272;
}

/* ==========================================================================
   Footer Column Layout
   ========================================================================== */

.footer .col-sm-3 {
    flex: 110px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
}

/* ==========================================================================
   Copyright Section
   ========================================================================== */

.copyright {
    font-size: 11px;
    width: 100%;
    padding: 5px 0;
}

.copyright a {
    color: #929cac;
}

/* ==========================================================================
   Quick Footer - Fixed Contact Widget
   ========================================================================== */

.quick-footer {
    position: fixed;
    width: 170px;
    height: 40px;
    bottom: 0;
    right: 10px;
    z-index: 100;
    padding: 2px;
    background-color: #490050;
    background-image: -webkit-linear-gradient(top, #490050 0, #90169b 100%);
    border-top: 1px solid #640f7e;
    border-radius: 5px 5px 0 0;
}

.quick-footer i {
    font-size: 22px;
    right: -46px;
    top: 1px;
    position: relative;
}

.quick-footer li {
    margin: 5px auto;
    padding: 0 12px;
}

.quick-footer li a {
    color: #fff;
    display: flex;
    align-items: end;
    text-align: center;
    font-size: 19px;
}

.quick-footer li amp-img,
.quick-footer li img {
    width: 30px;
    position: relative;
    top: -6px;
    left: -6px;
}

.quick-footer .svg-menu {
    height: 30px;
    width: 30px;
    display: inline-block;
    background-size: 30px;
    background-repeat: no-repeat;
}
