<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 02 2021 | 09:55:06 */
/*********  search form  *********/
.btn-search-img{
  height: 48px !important;
  cursor: pointer;
}
.search_container {
  display: flex;
  align-items: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 250px;
}
.s_text, .s_text_fixed {
    border-radius: 30px 0 0 30px !important;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 16%);
    background-color: #fff;
    color: #aaaaaa;
    border: none !important;
    outline: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 30px;
    height: 45px;
    font-size: 13px;
    width: 240px;
}
.search_button {
    height: 30px;
    width: 75px;
    background: url("/wp-content/uploads/2021/03/button-search.svg");
  background-size: cover;
}
.search_container input[type="submit"] {
    /* display: inline-block; */
    /* background: none; */
    border: none;
    cursor: pointer;
}
.search-form{
  display: none;
}
.m-x-10{
  margin: 0 10px;
}
.search-icon{
  cursor: pointer;
}

.resp-head{
  display: none;
}


.search-results a{
  color: #0094B3 !important;
}</pre></body></html>