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


/****************   Ninja form  ********************************/
#nf-form-2-cont{
	max-width: 500px;
	padding-left: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.nf-field-label{
  display: none !important;
}
.nf-error.field-wrap .nf-field-element::after{
  display: none;
}
.nf-before-form-content{
  display: none;
}
.nf-error{
  font-size: 14px;
}
.nf-field-element::after{
  display: none!important;
}
.custom-form{
  border-top: none!important;
  border-left: none!important;
  border-right: none!important;
  background-color: white!important;
	border-radius:0px!important;
}
input::placeholder{
  color: #919191 !important;
  font-weight: 600!important;
  
}
.custom-submit{
  background-color: white!important;
  font-weight: 600!important;
  width: 160px!important; 
}
.custom-submit:hover{
  background-color: #005350!important;
  color:white!important;
}
textarea{
  background: white!important;
  border:solid 1px black !important;
}
textarea::placeholder{
	color: #919191 !important;
  font-weight: 600!important;
}
/****************  END Ninja form  ********************************/

body{
  max-width: 1920px;
  margin-left:auto;
  margin-right: auto;
}