/*
Theme Name: Royal Elementor Kit Child 
Author URI: https://elementor.com/
Template: royal-elementor-kit
Version: 1.0.0
Text Domain: royal-elementor-kit-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
body {
	margin:0;
}
.wpr-button-b-wrap  {
	display:none;
}
.ninja-forms-field[type=text],
.ninja-forms-field[type=tel],
.ninja-forms-field[type=email]

{
	background-color: rgba(255,255,255,0);
	border:0px solid black !important;
	border-bottom:2px solid #443322 !important;
	border-radius:0;
}

.ninja-forms-field[type=submit] {
	background-color: #443322 !important;
	color:white;
	border-radius:0;
	border: 1px solid #443322 !important;

}

.ninja-forms-field[type=submit]:hover {
	background-color:white !important;
	color: #443322 !important;
	border: 1px solid #443322 !important;

}

.nf-field-label {
	display:inline-block !important;
	width:110px !important;
	margin-top:10px
}
.nf-field-element
{
	display:inline-block !important;
	width:75% !important;
}

.number-wrap .nf-field-label {
	display:inline-block !important;
	width:200px !important;
	margin-top:10px
}
.number-wrap .nf-field-element
{
	display:inline-block !important;
	width:77px !important;
	border:2px solid #443322 !important;
	background-color: rgba(255,255,255,0) !important;
}
.submit-container .nf-field-label,
.html-container .nf-field-label { display:none !important;}

.nf-response-msg {
	font-weight:700;
	font-size:140%;
}
