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


.tnp-field.tnp-field-email input {
    border-radius: 12px;
    height: 70px;
    padding: 30px;
    font-size: 20px;
}

.tnp-field.tnp-field-button input {
    width: 100%;
    border-radius: 12px !important;
    background-color:#161c43;
    height: 60px;
    font-size: 20px;
}
div.tnp-subscription, form.tnp-subscription, form.tnp-profile{
	max-width:700px !important
}






.g_form_contact  input[type="text"],
.g_form_contact  input[type="email"],
.g_form_contact  input[type="phone"],
.g_form_contact  input[type="tel"],
.g_form_contact  input[type="number"],
.g_form_contact  select,
.g_form_contact textarea{
	border:1px solid #ddd;
	height: 60px;
	border-radius:12px;
	box-shadow: 0 0 0 transparent;
}

.g_form_contact  select{
	padding: 10px 20px;
}
    
.g_form_contact  .gform-theme--foundation .gform_fields{
	row-gap: 20px;
}

.gfield_label.gform-field-label{
	font-size:16px; font-weight:800;
}
.g_form_contact  .gform_footer input[type="submit"]{
	background-color: #161c43 !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    padding: 13px 30px;
    letter-spacing: 1px !important;
    border-radius: 6px !important;
}

.g_form_contact .datepicker.gform-datepicker{
	width:100%;
}
