footer {
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #202020;
}

footer .w1-widget,
footer .w1-menu-top,
footer .w1-copyright,
footer .w1-menu-bottom,
footer .w1-widget a,
footer .w1-menu-top a,
footer .w1-copyright a,
footer .w1-menu-bottom a {
    color: #CCCCCC;
}

footer .w1-widget,
footer .w1-menu-top,
footer .w1-copyright,
footer .w1-menu-bottom {
    text-align: center;
}

footer .w1-widget {
    padding-bottom: 30px;
}

footer .w1-copyright {
    padding-bottom: 10px;
}

footer .w1-widget .w1-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    color: #202020;
    background-color: #CCCCCC;
    font-size: 15px;
    margin-right: 5px;
}

footer .w1-menu-top > ul > li {
    padding-bottom: 20px;
}

footer .w1-menu-top > ul > li a,
footer .w1-menu-bottom > ul > li a {
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
}

footer .w1-menu-top > ul > li > a {
    font-weight: 800;
    margin-bottom: 10px;
}

footer .w1-top {
    padding-bottom: 10px;
}

footer .w1-bottom {
    padding-top: 20px;
    border-top: 1px dashed #3B3B3B;
    font-size: 13px;
    color: #cccccc;
}

footer .w1-bottom p {
    margin-bottom: 0;
}

footer .w1-menu-bottom > ul > li {
    display: inline-block;
    padding: 0 7px 0 7px;
}

footer .w1-map iframe {
    width: 100%;
    height: 180px;
}

@media (min-width: 550px) {
    footer .w1-menu-top > ul > li {
        /*float: left;
        width: 33.33%;*/
        display: block;
    }
}

@media (min-width: 1000px) {
    footer .w1-widget,
    footer .w1-map,
    footer .w1-hours,
    footer .w1-menu-top,
    footer .w1-copyright,
    footer .w1-menu-bottom {
        float: left;
        width: 50%;
        text-align: left;
    }
    
       footer .w1-copyright{
        width: 60%!important;
    }
    
      footer .w1-menu-bottom{
        width: 40%!important;
    }

    footer .w1-widget,
    footer .w1-map,
    footer .w1-menu-top,
    footer .w1-hours {
        width: 30%;
    }

    footer .w1-menu-top,
    footer .w1-hours {
        width: 20%;
    }

    footer .w1-menu-top,
    footer .w1-hours {
        text-align: center;
    }

    footer .w1-hours {
        color: #cccccc;
        font-size: 13px;
    }

    footer .w1-menu-bottom > ul {
        text-align: right;
    }

    footer .w1-menu-bottom > ul > li {
        padding: 0 0 0 14px;
    }
}