/*!
Theme Name:    Page Builder Framework - Child
Author:        Gurparsad Bajwa
Author URI:    https://ccsglobaltech.com
Description:   Page Builder Framework - Child Theme
Version:       1.0.0
License:       GNU General Public License v3 or later
License URI:   https://www.gnu.org/licenses/gpl-3.0.html
Template:      page-builder-framework
Text Domain:   page-builder-framework-child
*/

.veterans-form {
	color: white !important;
	border-radius: 8px;
}

.veterans-form .crmWebToEntityForm label {
	
}

.veterans-form .lzcwf_hidden {
	display: none !important;
}

.veterans-form .zcwf_row {
	display: flex;
	align-items: center;
	margin-bottom: 10px !important;
}

.veterans-form .zcwf_row > *:first-child {
	max-width:110px;
	width:100%;
}

.veterans-form .zcwf_row > *:last-child {
	width: 100%;
}

.veterans-form input, .veterans-form textarea {
	width: 100%;
	padding: 10px !important;
	border-radius: 3px;
}

.veterans-form .zcwf_submit {
	background: black;
	color: white;
	transition: background-color 0.2s;
	padding: 10px 20px;
	border-radius: 5px;
	border: none;
	outline: none;
	cursor: pointer;
	text-align: center;
	min-width: 125px;
}

.veterans-form .zcwf_submit:hover {
	background: #333;
}
