<>
/* */
.search-wrapper {
display: flex;
align-items: center;
max-width: 540px;
margin: 0 auto;
width: 100%;
border-radius: 100px;
height: 42px;
}
.search-column-1 {
display: none;
flex-shrink: 0;
padding: 0 10px 0 15px;
}
.search-column-2 {
flex-grow: 1;
}
.search-column-3 {
display: none;
flex-shrink: 0;
padding: 0 15px 0 10px;
}
@media screen and (min-width: 700px) {
.search-wrapper {
border: 1px solid #e1e1e1;
}
.search-column-1,
.search-column-3 {
display: block;
}
}
/* Google */
.gsc-control-cse {
padding: 0 !important;
}
table.gsc-search-box {
margin: 0 !important;
}
table.gsc-search-box td.gsc-input {
padding: 0 !important;
}
#gs_tti50 input {
background: none !important;
}
#gsc-i-id1 {
height: 39px !important;
}
.gsc-input-box {
border: 0 !important;
box-shadow: 0 0 1px #000;
padding: 0 5px 0 20px !important;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}
@media screen and (min-width: 700px) {
.gsc-input-box {
box-shadow: none !important;
padding: 0 !important;
border-radius: 0 !important;
}
}
.gsib_a {
padding: 0 !important;
}
form.gsc-search-box {
margin-bottom: 0 !important;
}
.gsc-search-button {
margin-left: 0 !important;
}
/* Results */
.gsc-results-wrapper-nooverlay.gsc-results-wrapper-visible {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
max-width: 100%;
text-align: left;
background: #FFF;
}
.gsc-results-wrapper-visible .gsc-wrapper {
max-width: 500px;
margin: 0 auto;
}
.gsc-results-wrapper-visible .gsc-above-wrapper-area {
max-width: 500px;
margin: 0 auto;
}
.gsc-search-button svg path {
fill: #FFF !important;
}
>