/**********************************************************/
/*                     Contact Form 7                     */
/**********************************************************/

#flcf7 input:not([type=submit]) {
	margin-bottom: -20px !important;
}
#flcf7 input::placeholder {
    color: #B2B2B2 !important;
    opacity: 1 !important;
	font-weight: 600 !important;
}
#flcf7 textarea::placeholder {
    color: #B2B2B2 !important;
    opacity: 1 !important;
	font-weight: 600 !important;
}

#flcf7 p, ul, ol, dl, address, pre, table, blockquote, fieldset {
    margin: 0 0 10px;
}