File: /var/www/html/wppartneramazingsecret/wp-content/themes/themify-ultra/styles/modules/search-form.css
#searchform{
font-size:1.2em;
border-bottom:1px solid;
position:relative;
margin:0
}
#searchform #s{
background-color:transparent;
border:none;
margin:0;
width:100%;
max-width:none;
padding:.45em;
padding-left:1.75em;
letter-spacing:-.04em;
box-shadow:none;
border-radius:0
}
#searchform .icon-search{
font-size:1.2em;
line-height:1;
position:absolute;
top:.2em
}
#searchform .icon-search .tf_fa{
stroke-width:1.3
}
.search-lightbox #searchform .icon-search{
top:10px;
left:2px
}
/* Rounded BG searchform */
#headerwrap #searchform-wrap{
display:inline-block;
vertical-align:middle;
margin-left:4px
}
#headerwrap #searchform{
position:relative;
width:40px;
height:40px;
border:none;
margin:0;
font-size:1em
}
#headerwrap #searchform .icon-search{
top:0;
}
#headerwrap #searchform #s{
border-radius:5em;
padding:6px 15px 6px 40px;
width:1px;
height:40px;
position:absolute;
right:-2px;
z-index:2;
transition:width .7s,background .7s
}
#headerwrap #searchform #s:focus,
#headerwrap #searchform #s:hover,
#headerwrap #searchform .icon-search:hover ~ #s,
#headerwrap #searchform .tf_fa:hover + #s{
width:140px;
background-color:#eee
}
#headerwrap #searchform .tf_fa{
font-size:16px;
background-color:#eee;
color:#000;
border-radius:100%;
padding:12px;
z-index:1;
width:1em;
height:1em;
line-height:1.2em;
margin:0;
text-align:center;
left:0;
top:50%
}
.fixed-header-on #headerwrap #searchform-wrap{
display:none
}
header .tf_s_dropdown .search-results-wrap{
width: 250px;
left: -205px;
}