/*sticky top
@media (max-width: 575.98px) { 
    .t4-content-inner {
        top: 115px !important; 
    }
    .t4-topbar.t4-sticky { 
        position: fixed !important; 
        top: 0 !important; 
        width: 100%; } 
    .t4-header.t4-sticky { 
        position: fixed !important; 
        top: 60px !important; 
        width: 100%; } 
}
*/

/* home page */
@media (min-width: 575.98px) { 
    .fa-home .menu-item-title {
        display: none;
    }
}