/*@media (max-width: 700px) {
    .mobile-info-strip {
        display: block !important;
    }
    
    .ri-home .mobile-info-strip {
        display: none !important;
    }
}*/

.mobile-info-strip {
    background-color: #000;
    max-width: 100%;
}
.mobile-info-strip a {
    color: #fff;
}

.mobile-info-strip ol, ul {
    padding: 0 0 0 0;
}

