/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-elementor-theme
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.0.2.1558001217
Updated: 2019-05-16 11:06:57

*/

.elementor-form--wide-submit button[type="submit"] {
	min-width: 160px;
}

.elementor-form--dark-acceptance .elementor-field-type-acceptance,
.elementor-form--light-acceptance .elementor-field-type-acceptance {
	margin-bottom: 20px !important;
}

.elementor-form--dark-acceptance .elementor-field-type-acceptance .elementor-field-option,
.elementor-form--light-acceptance .elementor-field-type-acceptance .elementor-field-option {
	display: flex;
	align-items: center;
}

.elementor-form--dark-acceptance .elementor-field-type-acceptance .elementor-field-option .elementor-field,
.elementor-form--light-acceptance .elementor-field-type-acceptance .elementor-field-option .elementor-field {
	margin-right: 7px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #1C263F !important;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	cursor: pointer;
	background: transparent !important;
	position: relative;
}

.elementor-form--light-acceptance .elementor-field-type-acceptance .elementor-field-option .elementor-field {
	border: 1px solid #fff !important;
}

.elementor-form--dark-acceptance .elementor-field-type-acceptance .elementor-field-option .elementor-field:checked:after,
.elementor-form--light-acceptance .elementor-field-type-acceptance .elementor-field-option .elementor-field:checked:after {
	content: " ";
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 10px;
	height: 10px;
	background: #1C263F;
}


.elementor-form--light-acceptance .elementor-field-type-acceptance .elementor-field-option .elementor-field:checked:after {
	background: #fff;
}

.elementor-form--dark-acceptance .elementor-field-type-acceptance .elementor-field-option label a,
.elementor-form--light-acceptance .elementor-field-type-acceptance .elementor-field-option label a {
	text-decoration: underline;
	color: #1C263F;
	font-weight: 600;
}

.elementor-form--light-acceptance .elementor-field-type-acceptance .elementor-field-option label a {
	color: #fff;
}

.dba__nav-menu-button {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.dba__nav-menu-button a {
	width: 160px;
	height: 40px;
	background-color: #30AA41;
    color: #ffffff !important;
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
/* 	font-weight: 400 !important;
	font-size: 16px !important; */
}

.dba__nav-menu-button a:hover {
	background-color: #0D9D3A;
}

.mb-0 {
	margin-bottom: 0 !important;
}