.mobileheader {display:  none}

.thewhatsapp {display:  none !important;}

@media only screen and (max-width: 450px) {

    .mobileheader {display:  block}
    
    .tp-mask-wrap{ display: none !important}
    
    .core-nav .wrap-core-nav-list { border-bottom: none; border-top: none;}
    
    .topbar {border-bottom: none;}
    
    .thewhatsapp {display:  inline-block !important;}
    
    .topbar-social {
    position: absolute;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    z-index: 99999;
    right: 0;
        top: -50px;}
    
    .topbar ul li {
        font-size: 12px;
        float: left;
    }
    
    .topstuff {    width: 100%;
    text-align: left;}
    

}