/*
    Created on : 12-Jul-2018, 19:37:23
    Author     : Garry Childs (info@freedomwebservices.net)
*/
@media all and (min-width: 768px), screen {
    body .footersites .store-name {
        width: 100%;
        text-align: center;
        height: 1.5em;
        font-weight: bold;
    }
    body .footersites-mobile {
        display: none;
    }
    body .footersites-mobile .mobile-sites {
        width: 200px;
        height: 200px;
        clear: both;
    }
    body .footersites-mobile .mobile-sites img {
        width: 100%;
        height: auto;
        margin: 0;
    }
    body .footersites-mobile .mobile-sites div {
        width: 100%;
        height: auto;
        float: left;
    }
}

@media all and (max-width: 768px) {
    body .footersites-mobile ul.textList {
        display: inline !important;
    }
    body .footersites-mobile ul.textList li a.bold-text {
        font-weight: bold;
    }
    body .footersites-mobile {
        display: inline-block;
    }
    body .footersites {
        display: none;
    }
}