/* 
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
*/
/* 
h1.entry-title {
	display: none !important;
}
 */

a:hover, a:hover > i, a:hover > button, a:hover > input[type=submit] {
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-decoration: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}

label.wpforms-field-label, .wpforms-captcha-question {
	color: #ffffff !important;
}


.wpforms-form input[type=text].wpforms-field-name-first {
    background-color: #fff !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    border-color: none !important;
    color: #333;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    display: block !important;
    float: none !important;
    font-size: 16px !important;
    padding: 6px 10px !important;
    height: 38px !important;
    max-width: 100% !important;
    line-height: 1.3 !important;
    border-color: #ffffff !important;
}

.wpforms-form input[type=text].wpforms-field-name-last {
    background-color: #fff !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    border-color: none !important;
    color: #333;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    display: block !important;
    float: none !important;
    font-size: 16px !important;
    padding: 6px 10px !important;
    height: 38px !important;
    max-width: 100% !important;
    line-height: 1.3 !important;
    border-color: #ffffff !important;
}

.wpforms-form input[type=email] {
    background-color: #fff !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    color: #333 !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    display: block !important;
    float: none !important;
    font-size: 16px !important;
    padding: 6px 10px !important;
    height: 38px !important;
    max-width: 100% !important;
    line-height: 1.3 !important;
    border-color: #ffffff !important;
}

.wpforms-form .wpforms-field.wpforms-field-phone input {
    background-color: #fff !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    color: #333 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box !important;
    display: block !important;
    float: none !important;
    font-size: 16px !important;
    padding: 6px 10px !important;
    height: 38px !important;
    max-width: 100% !important;
    line-height: 1.3 !important;
    border-color: #ffffff !important;
}

.wpforms-form .wpforms-field.wpforms-field-textarea textarea {
    background-color: #fff !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    color: #333 !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    display: block !important;
    float: none !important;
    font-size: 16px !important;
    padding: 6px 10px !important;
    height: 120px !important;
    max-width: 100% !important;
    line-height: 1.3 !important;
    border-color: #ffffff !important;
}

.wpforms-form .wpforms-submit {
    background-color: #fe3c53 !important;;
    color: #ffffff !important;
    font-size: 16px !important;
    padding: 13px 15px !important;
    width: 100% !important;
    border-radius: 4px !important;
    border-color: #fe3c53 !important;
}

/* Login Form */
#wpforms-262-field_0, #wpforms-262-field_1, #wpforms-265-field_2, #wpforms-265-field_4, #wpforms-273-field_0 {
	background-color: #fff !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    color: #333 !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    display: block !important;
    float: none !important;
    font-size: 16px !important;
    padding: 6px 10px !important;
    height: 38px !important;
    max-width: 100% !important;
    line-height: 1.3 !important;
    border-color: #ffffff !important;
}