/* Search */
#headersearchinput { background: transparent; padding-top: 10px; padding-bottom: 10px; }
#headersearchinput.hide { display: none; }
#headersearchinput form { width: 100%; }
#headersearchinput fieldset { background: #fff; padding: 0 10px; border-radius: 5px; }
#headersearchinput input { background: #fff; display: inline-block; width: -webkit-calc(100% - 50px); width: -moz-calc(100% - 50px); width: calc(100% - 50px); border: none; line-height: 48px; }
#headersearchinput button { display: block; color: #000 !important; background: none !important; padding: 0 !important; font-size: 20px; border: none !important; float: right; line-height: 48px; }

#headersearchinput.hide { border: none; background: none; }
#headersearchinput.hide input { display: none; }