/* 
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 */
/****
 * 
 *  Added by AK 
 * 
 * /
 * /* Inline Elementor form */
.elementor-form-fields-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    width: 100%;
}

/* Email field */
.elementor-form-fields-wrapper .elementor-field-group.elementor-field-group-name {
    flex: 1 1 auto !important;
    width: auto !important;
    margin: 0 !important;
}

/* Email input */
.elementor-form-fields-wrapper .elementor-field-group-name input {
    width: 100% !important;
    height: 50px;
    padding: 0 30px !important;
    border: 1px solid #666 !important;
    border-right: 0 !important;
    border-radius: 35px 0 0 35px !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Placeholder */
.elementor-form-fields-wrapper .elementor-field-group-name input::placeholder {
    color: #aeb0bb;
    opacity: 1;
}

/* Submit button container */
.elementor-form-fields-wrapper .e-form__buttons {
    flex: 0 0 134px !important;
    width: 134px !important;
    margin: 0 !important;
}

/* Submit button */
.elementor-form-fields-wrapper .e-form__buttons .elementor-button {
    width: 50% !important;
    height: 50px;
    padding: 0 !important;
    border: 1px solid #c9a86f !important;
    border-radius: 0 35px 35px 0 !important;
/*     background: #c9a86f !important;
    color: #fff !important;
    font-size: 16px !important;
    letter-spacing: 2px; */
}

/* Button text */
.elementor-form-fields-wrapper .elementor-button-text {
    color: #fff !important;
}

/* Remove Elementor spacing */
.elementor-form-fields-wrapper .elementor-field-group {
    margin-bottom: 0 !important;
}

/* Mobile */
@media (max-width: 767px) {
    .elementor-form-fields-wrapper {
        flex-wrap: nowrap !important;
    }

    .elementor-form-fields-wrapper .e-form__buttons {
        flex: 0 0 105px !important;
        width: 105px !important;
    }

    .elementor-form-fields-wrapper .elementor-field-group-name input {
        padding: 0 20px !important;
        font-size: 16px !important;
    }

    .elementor-form-fields-wrapper .elementor-button {
        font-size: 14px !important;
    }
}
.elementor-4100 .elementor-element.elementor-element-16c2156 .elementor-field-group {
     padding-right: 0!important; 
     padding-left:  0!important; 
   
}
/****
 * End
 * /