Hi,
1. I tested css code in my end and it is working well.
And please use following css code to hide search form in mobile.
@media ( max-width: 425px ) {
body.page-template-template-home .search-box-wrapper{ display: none; }
}
2. You make it yourself, so I can not send you css code. Please give me page url. Let me check and send you css code.
3. Please use following css code to hide author information.
article.post .post-meta { display: none }
.entry-author.fn { display: none }
.about-author{ display: none }
Regards, C-Themes