#full-screen-search,
#full-screen-search button,
#full-screen-search button.close,
#full-screen-search form,
#full-screen-search form div,
#full-screen-search form div input,
#full-screen-search form div input.search {
font-family: Arial, sans-serif;
background:none;
border:0 none;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
float:none;
font-size:100%;
height:auto;
letter-spacing:normal;
list-style:none;
outline:none;
position:static;
text-decoration:none;
text-indent:0;
text-shadow:none;
text-transform:none;
width:auto;
visibility:visible;
overflow:visible;
margin:0;
padding:0;
line-height:1;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-shadow:none;
-moz-box-shadow:none;
-ms-box-shadow:none;
-o-box-shadow:none;
box-shadow:none;
-webkit-appearance:none;
transition: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
}
#full-screen-search form div input {
border-radius: 32px;
}
#full-screen-search form div input {
height: auto !important;
} #full-screen-search {
visibility: hidden;
opacity: 0;
z-index:0;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.98); transition: opacity 0.5s linear;
display: none;
} #full-screen-search.open { position: fixed;
visibility: visible;
opacity: 1;
z-index: 999998;
display: block;
} #full-screen-search form {
position: relative;
width: 100%;
height: 100%;
} #full-screen-search button.close {
position: absolute;
z-index: 999999;
top: 20px;
right: 20px;
font-size: 18px;
font-weight: 300;
color: #000;
cursor: pointer;
opacity: 1;
} #full-screen-search form div {
position: absolute;
width: 100%;
max-width: 1000px;
padding-left: 16px;
padding-right: 16px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} #full-screen-search form div input::-webkit-input-placeholder { 
font-family: Arial, sans-serif;
color: #000;
}
#full-screen-search form div input:-moz-placeholder { 
font-family: Arial, sans-serif;
color: #000;
}
#full-screen-search form div input::-moz-placeholder { 
font-family: Arial, sans-serif;
color: #000;
}
#full-screen-search form div input:-ms-input-placeholder { 
font-family: Arial, sans-serif;
color: #000;
} #full-screen-search form div input {
width: 100%;
height: 100px;
background: #f2f2f2;
padding: 24px 32px;
font-size: 20px;
line-height: 1.2;
}