searchbox
.search-box-wrapper .search-field {
box-sizing: border-box;
width: 280px;
}
dev-antaeus.artedev.info/media="all"
.search-box-wrapper .search-field {
z-index: 1;
position: absolute;
float: none;
height: 30px;
margin: 0;
border: none;
border-radius: 0;
transition: all 500ms ease-in-out;
right: 0;
font-family: CenturyOldSty-Bol,Georgia,Cambria,"Times New Roman",Times,serif;
text-transform: uppercase;
font-size: 12px;
}