/**
* Theme Name: Lisfinity Child
* Description: This is a child theme of Lisfinity, generated by Merlin WP.
* Author: <a href="https://themeforest.net/user/pebas">pebas</a>
* Template: lisfinity
* Version: 1.5.1
*/

/* Header keyword search button -> light green (scoped to the header search box only) */
#header-keyword button,
#header-keyword button:hover,
#header-keyword button:focus {
  background-color: #E6F1E4 !important;
  border-color: #E6F1E4 !important;
}
#header-keyword button svg,
#header-keyword button svg path,
#header-keyword button svg circle {
  fill: #173B2B !important;
  stroke: #173B2B !important;
}

/* Sidebar filter "Search" button -> dark green, brighter green on hover */
.header-search-button,
#page-search .bg-blue-500,
#page-search .bg-blue-600,
#page-search .bg-blue-700,
#page-search .bg-blue-800,
#page-search-elementor .bg-blue-500,
#page-search-elementor .bg-blue-600,
#page-search-elementor .bg-blue-700,
#page-search-elementor .bg-blue-800 {
  background-color: #0c3111 !important;
  border-color: #0c3111 !important;
}
.header-search-button:hover,
#page-search .bg-blue-500:hover,
#page-search .bg-blue-600:hover,
#page-search .bg-blue-700:hover,
#page-search .bg-blue-800:hover,
#page-search .hover\:bg-blue-900:hover,
#page-search-elementor .bg-blue-500:hover,
#page-search-elementor .bg-blue-600:hover,
#page-search-elementor .bg-blue-700:hover,
#page-search-elementor .bg-blue-800:hover,
#page-search-elementor .hover\:bg-blue-900:hover {
  background-color: #1f7a3f !important;
  border-color: #1f7a3f !important;
}

/* Sidebar "Detailed Search" button -> light green bg, green border, dark green text */
#page-search .btn--light,
#page-search-elementor .btn--light {
  background-color: #E6F1E4 !important;
  border: 1px solid #2E6B4E !important;
  color: #173B2B !important;
}

/* Sidebar Category dropdown -> extreme light grey bg, green border (was light blue) */
#page-search .select-active,
#page-search-elementor .select-active {
  background-color: #FAFAFA !important;
  border-color: #2E6B4E !important;
}