/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* Unscribo company finder - match SaaS UI */
.uns-finder-search {
  min-height: 55px;
  padding: 0 16px;
  border: 1px solid #dce5f1;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}

.uns-finder-search input,
.uns-finder-search input[type="text"],
.uns-finder-search input[type="search"] {
  width: 100%;
  height: 53px;
  min-height: 0;
  margin: 0;
  padding: 0 10px;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #091a33;
  font-size: 16px;
  line-height: 1.4;
}

.uns-finder-search input:focus {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0;
}

.uns-finder-search input::placeholder {
  color: #7f8da2;
  opacity: 1;
}

.uns-finder-search:focus-within {
  border-color: #3478f6;
  box-shadow: 0 0 0 3px rgba(52, 120, 246, .12);
}

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}