.show-search #searchform input.search-input {
    padding: 15px 35px 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    z-index: 3;
    color: #313131;
    height: 58px;
    line-height: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    background-color: white;
    margin-top: 5px;
    height: 48px;
    text-align: left;
    padding-left: 10px;
}

.show-search a.close-search {
    color: white;
}
