/* 
Theme Name: Fnege
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
*/





/** HEADER **/


.mainMenu i{color: var( --e-global-color-accent ); }

/* search */
.searchwp-modal-form__container{display: flex; flex-wrap: wrap; flex-direction: column-reverse;}

.searchwp-modal-form__content{ border-radius: 30px !important; padding: 50px 30px !important; 
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to right, #3fad93 22%, #00243c); width: 100%
}

.searchwp-modal-form__content .search-field{border-color: #FFF; border-radius: 3px}
.searchwp-modal-form__content .search-submit{border-color: var( --e-global-color-accent );; border-radius: 3px; background: var( --e-global-color-accent ); color: var( --e-global-color-secondary ); font-weight: 600}
.searchwp-modal-form__content .search-submit:hover{border-color: var( --e-global-color-secondary ); border-radius: 3px; background: var( --e-global-color-secondary ); color: var( --e-global-color-text ); font-weight: 600}

.searchwp-modal-form__footer button{margin: 0 !important; float: right; color: #FFF}