/*
 Theme Name:     Food For The Soul
 Theme URI:      https://crftd.dev/
 Description:    Customzied Divi Child Theme. Do not delete Divi, or this theme.
 Author:         CRFTD
 Author URI:     https://crftd.dev/
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
/*** HEADER ***/
@media (max-width: 980px) {
    .et_pb_menu .et_mobile_menu {
		border-radius: 12px;
		text-align: center;
	}
}

/*** FORM ***/
.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    color: #234c80;
}

.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .ginput_complex legend,
.gform-field-label,
.gfield_consent_description,
.gfield_consent_label {
    color:#fff !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 0px;
    padding: 14px 20px;
    background-color:#fff;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices {
    height: 50px;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices:focus {
    background-color: #00463b;
    color: #fff;
    border-radius: 0px;
    border: 0px solid #00463b;
}

body .gform_wrapper .gform_footer input[type=submit] {
    color: #fff !important;
    border-width: 0px;
    border-color: #00463b;
	border-radius: 50px;
    font-size: 18px;
	font-family: 'Josefin Sans',Helvetica,Arial,Lucida,sans-serif;
	line-height: 1.7em;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #00463b;
    padding-top: 0.8em !important;
    padding-right: 3em !important;
    padding-bottom: 0.8em !important;
    padding-left: 3em !important;
	width: 250px;
	-webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    border-right-color: var(--gcid-secondary-color);
}

.h-captcha {
    margin-bottom: 10px !important;
}

.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder {
    color: #000;
    text-transform: none;
    font-weight: 500;
    letter-spacing:0;
}

.gform_wrapper .gform_fields .gfield input:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield textarea:focus::-webkit-input-placeholder {
	color: #fff;
}

.gform-theme--foundation .gform_fields {
    grid-row-gap: 20px !important;
}

.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder:focus,
.gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder:focus {
    color: #fff !important;
}

.gform_confirmation_message_1 .gform_confirmation_message {
    color: white !important;
    margin-bottom: 30px !important;
}

.gform-theme--foundation .gform_footer {
    display: block !important;
}

.gf-turnstile-container {
    max-height: 85px !important;
}