#searchicon{ top: 90px; position: relative; left: 0; right: 0; bottom: 0; z-index: 99999999; &:hover{ cursor: pointer; } &:before{ content: "\f002"; font-size: 32px; } } #jumbosearch { z-index: 999999; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: fade(@s-accent , 98%); text-align: center; display: none; .form { margin-top: 10%; label { width: 80%; text-align: center; } input[type=search] { background: none; outline: none; padding: 20px; font-size: 28px; border: solid 2px @accent; border-radius: 0; color: white; width: 80%; text-align: center; clear: both; .placeholder(@accent) } input[type=submit] { display: none; text-transform: uppercase; } } .closeicon { position: absolute; right: 30px; top: 40px; color: #eee; font-size: 27px; padding: 15px; cursor: pointer; } }