/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* ----- HOME page ----- */

.home-form div.wpcf7 input[type="submit"] {
	width: 100%;
    border-radius: 24px;
    outline: none;
    box-shadow: none;
	padding: 18px;
	border-radius: 18px;
	background-color: #FF6D00;
	font-weight: 800;
	font-size: 12px;
	text-transform: uppercase;
}

.home-form input[type='text'], .home-form input[type='tel'], .home-form textarea {
    padding: 14px;
    max-width: 100%;
    width: 100%;
    height: auto;
    border: 1px solid #020A0A;
    border-radius: 8px;
    background-color: transparent;
    box-shadow: none;
    color: #020A0A;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
    line-height: 1.4;
}

.home-form input[type='text']::focus, .home-form input[type='tel']::focus, .home-form textarea::focus {
	border-color: #FF6D00;
}

:root {
    --wd-form-placeholder-color: #AEAEAE;
}

.home-form textarea {
	max-height: 128px;
}