/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */


.home .page-header {
    display: none !important;
}

.icon-img .elementor-widget-image {
    width: 115px;
    height: 115px;
    margin: 0 auto 0px;
    border: 5px solid #000;
    padding: 20px;
    border-radius: 100px;
}

.wpforms-container .wpforms-field {
    padding: 0 0 6px!important;
}

.wpforms-container .wpforms-field input {
    background: #979690 !important;
    height: 38px !important;
    border-radius: 5px !important;
    color: blue !important;
}

.wpforms-container .wpforms-field input::placeholder {
    color: blue !important;
}

.wpforms-container .wpforms-field textarea {
    background: #979690 !important;
    height: 140px !important;
    border-radius: 5px !important;
}


.wpforms-container .wpforms-field textarea::placeholder {
    color: blue !important;
}

.wpforms-container {margin-top: 0 !important;}

.wpforms-submit-container {
    text-align: center;
}

.wpforms-submit-container button#wpforms-submit-95 {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Jost';
    padding: 10px 20px;
    border-radius: 20px;
    height: unset;
    background: linear-gradient(180deg,rgba(56, 163, 220, 1) 51%, rgba(18, 142, 208, 1) 100%);
}

.wpforms-submit-container button#wpforms-submit-95:hover {
    background: linear-gradient(80deg,rgba(56, 163, 220, 1) 51%, rgba(18, 142, 208, 1) 100%);
}

.wpforms-recaptcha-container {
    display: flex;
    align-items: center;
    justify-content: center;
}


@media only screen and (max-width: 1000px) {
div#header-id .e-con-inner {
    flex-wrap: nowrap !important;
}

div#header-id .e-con-inner div#ekit-megamenu-header-menu {
    background: #111 !important;
}

div#header-id .e-con-inner div#ekit-megamenu-header-menu ul li a {
    color: #fff !important;
}

button.elementskit-menu-close {
    border-radius: 100px !important;
    background: transparent !important;
    border: unset !important;
}

button.elementskit-menu-hamburger {
    background: transparent !important;
}
}