/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
:root select, :root textarea, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url] {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: var(--wd-form-height);
    border: none!important;
    border-radius: 0px !important;
    background-color: white !important;
    box-shadow: none;
    color: var(--wd-form-color);
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
}
.mc4wp-form input[type="submit"] {
    background: linear-gradient(to right, #000000, #d3d3d3) !important;
	text-transform: uppercase !important;

}
div.wpcf7 input[type="submit"] {
    background: #dbbc5f !important;
	text-transform: uppercase !important;

}
label {
    color: white !important;
}