Hi,
The social icons are hidden because you are using a plugin called “Use Any Font” and its font is overriding the Social Icons font used, to correct this please add this CSS snippet to (X > Theme Options > CSS):
#sfm-sidebar [class*=sfm-icon-] a, #sfm-sidebar.sfm-indicators .sfm-sm-indicator i, .sfm-view-level-custom:before {
font-family: sfm-icomoon!important;
}
To reset the height of the search bar in superfly menu, please use this CSS snippet:
.sfm-nav input.search-field {
height: inherit;
}
I’m not sure which “X close” icon exactly you mean, but if you mean this one showed in the screenshot here:

Then, you can check the CSS code pointed in the screenshot as I believe you have added this snippet once before in the Theme Options > CSS, if so, then you can just adjust the height from there.
Thanks.