/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team, Nishant Patel - PDERAS
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
form.searchandfilter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
form.searchandfilter ul li.sf-field-taxonomy-development_services,
form.searchandfilter ul li.sf-field-taxonomy-project_types {
  padding: 10px;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media only screen and (max-width: 768px) {
  form.searchandfilter ul li.sf-field-taxonomy-development_services,
form.searchandfilter ul li.sf-field-taxonomy-project_types {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
form.searchandfilter ul li.sf-field-taxonomy-development_services label,
form.searchandfilter ul li.sf-field-taxonomy-project_types label {
  width: 100%;
  background: white;
}
form.searchandfilter ul li.sf-field-taxonomy-development_services label select.sf-input-select,
form.searchandfilter ul li.sf-field-taxonomy-project_types label select.sf-input-select {
  width: inherit;
  border-radius: 0px;
  color: #4F5452;
  border: 1px solid #9BCF57;
  padding: 13px 20px;
}
form.searchandfilter ul li.sf-field-taxonomy-development_services label select.sf-input-select:focus,
form.searchandfilter ul li.sf-field-taxonomy-project_types label select.sf-input-select:focus {
  border: 1px solid #41C9DD;
}