/* 
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.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
*/
/* =========================
   WRAPPER FIX
========================= */
.cta-pill-form .elementor-form-fields-wrapper {
    position: relative;
    display: block;
}

/* =========================
   FORCE FULL WIDTH INPUT
========================= */
.cta-pill-form .elementor-field-type-email {
    width: 100% !important;
}

.cta-pill-form input[type="email"] {
    width: 100%;
    height: 64px;
    border: 2px solid #fff !important;
    border-radius: 100px;
    background: transparent;
    padding: 0 70px 0 25px; /* space for button */
    color: #fff;
    font-size: 18px;
}

/* =========================
   MOVE BUTTON INSIDE
========================= */
.cta-pill-form .elementor-field-type-submit {
    position: absolute;
    right: 6px;
    top: 6px;
    width: auto !important;
}

/* =========================
   BUTTON STYLE
========================= */
.cta-pill-form .elementor-button {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

/* =========================
   REMOVE BUTTON TEXT SPACE
========================= */
.cta-pill-form .elementor-button-content-wrapper {
    padding: 0;
}

/* =========================
   ICON SIZE
========================= */
.cta-pill-form .elementor-button i {
    font-size: 18px;
}