/* Page Footer */

#footer {
    padding: 100px 0px
}

#footer .menu li {
    list-style: none;
    margin-bottom: 15px;
}

#footer .menu li a {
    text-decoration: none;
    color: #000000;
}

#footer .menu li a:hover {
    color: #e22c23;
}

#footer .contact-list .icon {
    float: left;
}

#footer .contact-list .text {
    margin-left: 35px;
}

#footer .menu {
    margin-bottom: 30px;
}

#footer .socmed a {
    text-decoration: none;
    color: #000000;
}

#footer .socmed a span {
    border: 1px solid #000000;
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 7px;
}

@media screen and (min-width: 300px) {
    #footer {
        padding: 30px 15px
    }

    .__appicon>img {
        width: 125px;
    }
}

@media screen and (min-width: 600px) {
    #footer {
        padding: 50px 30px
    }

    #footer>
}

@media screen and (min-width: 1024px) {}