.site-header { .cntr { display: table; width: 100%; height: 100%; } .cntr .cntr-innr { display: table-cell; text-align: center; vertical-align: middle; position: relative; } .search { display: inline-block; position: relative; height: 14px; width: 14px; box-sizing: border-box; margin: 10px 8px 7px 0px; padding: 2px 5px 0px 4px; border: 1px solid; border-radius: 20px; -webkit-transition: all 200ms ease; transition: all 200ms ease; cursor: text; &.active { border-radius: 4px; margin-top: 8px; top: -4px; border: none; } } .search_icon { display: none; position: absolute; height: 14px; width: 14px; box-sizing: border-box; margin: 6px 12px 7px 0px; padding: 2px 5px 0px 4px; border: 1px solid; border-radius: 20px; transition: all 300ms; top: 6px; right: 5px; z-index: -1; cursor: pointer; background: transparent; &:after { content: ""; position: absolute; width: 1px; height: 9px; right: -3px; top: 8px; background: currentcolor; border-radius: 3px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: all 200ms ease; transition: all 200ms ease; } &.active { display: inline-block; z-index: 9; } } .search:after { content: ""; position: absolute; width: 1px; height: 8px; right: -2px; top: 9px; background: currentcolor; border-radius: 3px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: all 200ms ease; transition: all 200ms ease; } .search.active { width: 200px; margin-right: 0px; height: 34px; } .search.active:after { height: 0px; } .search input { width: 100%; border: none; box-sizing: border-box; font-size: 15px; color: inherit; background: transparent; outline-width: 0px; z-index: 1; position: relative; outline: none; &:hove, &:active, &:focus { outline: none; border: none; } } }