.bop-nav-search input[name=”s”] {
background-color: transparent;
background-image: url(https://www.slocoe.org/wp-content/uploads/2017/01/search.png);
background-position: 100% center;
background-position: calc(100% – 5px) center;
background-repeat: no-repeat;
background-size: 20px 20px;
border: 2px solid rgba(0, 0, 0, 0);
cursor: pointer;
height: 25px;
margin: 0px 0 -9px 0;
padding: 0 34px 0 0;
position: relative;
-webkit-transition: width 700ms ease, background 700ms ease, border 700ms ease;
transition: width 700ms ease, background 700ms ease, border 700ms ease;
width: 0;
float: right;
}
.bop-nav-search input[name=”s”]:hover,
.bop-nav-search input[name=”s”]:focus {
background-color: #fff;
border: 2px solid rgba(f, f, f, 1);
cursor: text;
outline: 0;
width: 230px;
}
input[type=”search”] {
-webkit-appearance: textfield;
}