/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.wpcf7-form {
	max-width: 500px;
    margin: 0 auto;
	font-family: 'Times New Roman', Georgia, "Times New Roman", serif;
}

.wpcf7-form p {
	padding-bottom: 24px;
}

.wpcf7-form label {
	font-size: 18px;
	color: #ffffff;
}

.wpcf7-form .wpcf7-not-valid-tip {
	background-color: #ffffff90;
}

.wpcf7-form input.wpcf7-form-control {
	font-size: 18px;
    padding: 8px;
	width: 100%;
}

.wpcf7-form .submit-button-container {
	padding-top: 24px;
}

.wpcf7-form .submit-button-container p {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wpcf7-form .wpcf7-submit {
	background-color: #FDBC11;
	color: #06111A;
	border: 0;
	padding: 10px 12px !important;
	font-size: 22px !important;
}