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

#brand:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #8dd9b9;
}

input.email-field{
    font-size: 18px;
    padding: 20px;
    /* text-transform: uppercase; */
    width: 100%;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

button.email-btn{
    font-size: 18px;
    padding: 20px;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #F26134;
    border-color: #F26134;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

button.email-btn:hover, button.email-btn:active, button.email-btn:focus{
    background-color: #f04d19;
    border-color: #f04d19;
}

.error-active,
.success-active {
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 0.8rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.error-active {
    background-color: rgb(200 30 30 / 0.75);
}
.success-active {
    background-color: rgb(0 177 53 / 0.75);
}

@media(max-width:767px){
    .email-input{
        width:100%!important;
    }

    input.email-field{
        font-size: 16px;
        padding: 10px;
        text-transform: uppercase;
        width: 100%;
        border-radius: 5px;
        margin-bottom:10px;
    }

    button.email-btn{
        font-size: 16px;
        padding: 10px;
        border-radius: 5px;
        background-color: #F26134;
        border-color: #F26134;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        width: 100%;
    }

    .form-check-label{
        font-size:14px;
        line-height:1.4em;
    }
}