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


.main-header-sec {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
}
body.page-id-1302 .main-header-sec:not(.fixed-top) {
    background: transparent !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field input[type=text],
div.wpforms-container-full .wpforms-form .wpforms-field input[type=email],
div.wpforms-container-full .wpforms-form .wpforms-field input[type=number],
div.wpforms-container-full .wpforms-form .wpforms-field textarea {
    background: #1D2228;
    border: 1px solid #111;
    color: #fff;
    padding: 10px 19px;
    line-height: 1.5;
    font-size: 18px;
    height: auto;
	font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 400;
	border-radius:25px 25px 25px 25px;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container input[type=submit], 
div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit], 
div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-page-button,
div.wpforms-container-full .wpforms-form .wpforms-submit-container input[type=submit]:hover, 
div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit]:hover, 
div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-page-button:hover {
    padding: 10px 30px 10px 30px;
    color: #FFFFFF;
    background-color: #FC6924;
    border-radius: 25px 25px 25px 25px;
	border: none;
	width: 100%;
	font-family: "Days One", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
}
div.wpforms-container-full.Newsletter-form-footer .wpforms-form .wpforms-field {
	padding:5px 0;
}