/* 
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
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
*/

/*
    Add your custom styles here
*/
div#search-project-container {
    font-family: "Heebo", Sans-serif;
    font-size: 14px;
    padding: 1em 2em 2em;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 10px -5px;
    margin: 4em 0 6em;
}
div#search-project-container h1 {
    margin-bottom: 1.5em;
    text-align: center;
}
form#search-project {
    width: 100%;
    margin-bottom: 30px;
}
form#search-project label {
    font-weight: normal;
}
form#search-project input, form#search-project select {
    width: 100%;
}
form#search-project input:focus, form#search-project select:focus {
    border-color: #713774;
}
form#search-project .select2-container--default .select2-selection--single:focus {
    border-color: #713774;
    outline: none !important;
}
.select2-results__option, .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 14px;
    font-family: "Heebo", Sans-serif;
}
form#search-project button {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    background: #713774;
    border-color: #572b5a;
}
div#search-project-container .loader {
    display: none;
    text-align: center;
    margin-top: 0.7em;
    font-size: 50px;
    color: #713774;
}
.search-project-results {
    text-align: center;
    font-size: 18px;
}
#search-project-container .pre-text {
    text-align: center;
    margin-bottom: 3em;
}



@media (min-width: 767px) {
    form#search-project button {
        margin-top: 33px;
    }
}