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

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Golos+Text:wght@400;500;600&display=swap');


.works-head a:hover{
	color: #fff;
}

.all-services-btn:hover{
	color: #fff;
}

.mb-15{
	margin-bottom: 15px;
}

.input-form, .textarea-form{margin-bottom: 15px; width:100%;min-height:48px;border:1px solid var(--line);border-radius:12px;padding:13px 14px;font:inherit;outline:none;background:#fff; border-radius: 15px !important; border: 1px #ddd solid !important; background-color: #fff !important;}
.textarea-form{min-height:84px;resize:vertical; min-height: 100px !important;}
.button-form{width: 100%; min-height:52px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff;font-weight:950;cursor:pointer; border-radius: 15px !important;}


.about-form .button-form {
    background: linear-gradient(135deg, #f26a21, #ff8a1f);
}

.about-form .button-form:hover {
    background: linear-gradient(135deg, #f26a21, #D66A08);
}