/* 
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
*/

.header-menu ul.elementor-nav-menu li.menu-item a.elementor-item::after {
    width: 20px;
}

/* Footer form CSS */
.signup-form .gform-footer.gform_footer.top_label {
    position: absolute;
    top: 10px;
    right: 0;
    margin-top: 0;
}

input#input_1_1 {
    font-family: Abhaya Libre;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    box-shadow: none;
    padding-left: 0;
    border-radius: 0;
    padding-bottom: 10px;
}

input#gform_submit_button_1 {
    background: transparent;
    width: 22px;
    padding: 0;
    box-shadow: none;
}

input#input_1_1:focus,
input#gform_submit_button_1:focus {
    outline: none;
}

.gform_validation_errors {
    display: none !important;
}


/* Copntact Page CSS */
form.contact-form .ginput_container input:not([type="submit"]),
form.contact-form .ginput_container textarea#input_2_5 {
    font-family: "Abhaya Libre";
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    border: none;
    border-bottom: 1px solid #000000;
    padding-left: 0;
    border-radius: 0;
    box-shadow: none;
    padding-bottom: 10px;
    background-color: transparent;
}

input#gform_submit_button_2 {
    font-family: "Prata";
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    padding: 17px 54px;
    background: #74AECF;
    border: none;
    transition: 0.5s all;
}

input#gform_submit_button_2:hover {
    background-color: #000000;
}

form.contact-form .ginput_container input:not([type="submit"]):focus,
form.contact-form .ginput_container textarea#input_2_5:focus,
input#gform_submit_button_2:focus {
    outline: none;
    box-shadow: none;
}

form.contact-form .gform-footer.gform_footer.top_label {
    margin-top: 50px;
}

input#input_2_4::placeholder {
    text-transform: capitalize;
}

input#input_2_4 {
    text-transform: lowercase;
}



/* Responsive CSS start here */
@media only screen and (min-width: 1201px) and (max-width: 1599px) {
    html {
        zoom: 0.85;
        zoom: 85%;
    }
}