/*!
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.27.4
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


:root {
	--cwa-white: #fff;
	--cwa-black: #000;
}

.cwa-form-alt {
	color: var(--cwa-black) !important;
}
.cwa-form-alt .cwa-form__input,
.cwa-form-alt .cwa-form__select,
.cwa-form-alt .cwa-form__textarea {
	color: var(--cwa-black) !important;
	border: 1px solid var(--cwa-black) !important;
}
.cwa-form-alt .cwa-form__input,:focus
.cwa-form-alt .cwa-form__select:focus,
.cwa-form-alt .cwa-form__textarea:focus {
	border-color: var(--cwa-black);
}
.cwa-form__select option {
	color: var(--cwa-white);
}

.cwa-form {
	max-width: 600px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: var(--cwa-white);
	font-size: 16px;
}
.cwa-form__wrap {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.cwa-form__wrap_disclaimer {
	flex-direction: row;
	color: inherit;
}
.cwa-form__wrap_disclaimer a {
	color: inherit;
	text-decoration: underline;
}
.cwa-form__label,
.cwa-form__legend {
	color: inherit;
	font-size: inherit;
}
.cwa-form__input,
.cwa-form__select,
.cwa-form__textarea {
	padding: 10px !important;
	font-size: inherit;
	color: var(--cwa-white) !important;
	background-color: transparent !important;
	border: 1px solid var(--cwa-white) !important;
}
.cwa-form__input,:focus
.cwa-form__select:focus,
.cwa-form__textarea:focus {
	border-color: var(--cwa-white);
}
.cwa-form__select option {
	color: var(--cwa-black);
}
.cwa-form__select option[hidden] {
	display: none;
}
.cwa-form__textarea {
	resize: none;
	height: 150px;
}
.cwa-form__wrap_checkbox {
	display: flex;
	flex-direction: row;
	gap: 5px;
}
.cwa-form__wrap_checkbox input {
	margin: 0;
}
.cwa-form__wrap_checkbox input:not(:checked) + label {
	color: tomato;
}
.cwa-form__btn {
	padding: 10px;
	font-size: inherit;
	background-color: #d9b054;
	border: none;
	cursor: pointer;
}
.cwa-form__btn:hover {
	background-color: #f5c85f;
}
.cwa-form__link {
	color: inherit !important;
}


.cwa-form *.cft-invalid {
	border-color: red !important;
	outline: 1px solid red !important;
}

.cft-success-container {
	padding: 10px;
	background-color: green;
	text-align: center;
	color: var(--cwa-white);
}


.bio-list {
	padding-left: 30px !important;
	font-weight: 400;
	font-size: 18px;
	color: #444;
}
