/* 
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
*/
.honeypot{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.text-center{
    text-align: center;
}

.widget-newsletter{
    width:100%;
    margin: 0 auto;
}

.widget-newsletter input.errorForm{
    border-color: red;
}

.widget-newsletter input{
    background-color: #ffffff;
    border-color: var( --e-global-color-text );
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    margin-bottom:10px;
    font-size: 0.8em;
}

.widget-newsletter input:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    outline: 0;
}

.widget-newsletter .block-policy span input{
    display: inline;
}

.widget-newsletter .block-policy span label{
    display: inline;
    font-size: 0.8em;
}

.widget-newsletter button{
    padding: 18px 20px 18px 20px;
    font-family: "Poppins", Sans-serif;
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1.5em;
    border-radius: 0px 0px 0px 0px;
    background-color: var( --e-global-color-primary );
    color: #ffffff;
    border:0px;
}

.widget-newsletter button:hover, .widget-newsletter button:focus{
    background-color: var( --e-global-color-text );
    color: #ffffff;
}