/*
Theme Name: Sawmall
Theme URI: https://expert-themes.com/wp/sawmall
Author: Expert Themes
Author URI: https://expert-themes.com/
Description: Sawmall is the best Elementor multipurpose theme that you have ever seen. It has more than 20 Compelete Elementor demos that can simply import and edit on Elementor.
Version: 1.3
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: sawmall
Tags:  	carpenter, wood, plumber
Requires at least: 5.8 or Higher
Requires PHP: 7.4 or Higher
Tested up to: 6.4
*/

.custom-contact-form{
    max-width:1100px;
    margin:auto;
}

.custom-contact-form input,
.custom-contact-form textarea{

    width:100%;
    padding:22px 30px;
    margin-bottom:25px;
    border:1px solid #ddd;
    font-size:18px;
    color:#555;
    outline:none;
    box-sizing:border-box;
}

.custom-contact-form textarea{
    resize:none;
}

.custom-contact-form .row{
    display:flex;
    gap:30px;
}

.custom-contact-form .row input{
    width:50%;
}

.custom-contact-form button{

    background:#222;
    color:#fff;
    border:none;
    padding:20px 55px;
    border-radius:40px;
    font-size:18px;
    letter-spacing:2px;
    cursor:pointer;
    transition:.3s;
}

.custom-contact-form button:hover{
    background:#000;
}

.contact-success{
    background:#28a745;
    color:#fff;
    padding:15px;
    margin-bottom:20px;
}

.contact-error{
    background:#dc3545;
    color:#fff;
    padding:15px;
    margin-bottom:20px;
}

@media(max-width:768px){

    .custom-contact-form .row{
        display:block;
    }

    .custom-contact-form .row input{
        width:100%;
    }

}