/*For width of the template*/
.no-sidebar.content-width #main {
    display: block;
    float: none;
    margin: 0 auto;
    width: 100%;
}
/*To remove top header search box*/
.sidebar-header-right, .sidebar-header-right .widget-wrap {
    display: none;
}