/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 11 2024 | 21:24:06 */
/*** CF7 FORM ***/ 

/** INPUT FIELDS **/ 

.wpcf7-form input {
    padding: 18px !important;
}

.wpcf7-form input[type=checkbox] {
    padding: initial !important;
}

/** BUTTONS **/

.wpcf7-form .btn{
    width: 200px;
}

/* DARKMOUTH GREEN */ 

.wpcf7-form .btn-darkmouth-green {
    background-color: #006837 !important;
	color: #ffffff !important;
}

