/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.wpcf7 .full-width {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    
}

.wpcf7 textarea.full-width {
    height: 120px;
}

.wpcf7-submit {
    width: 100%;
    padding: 10px;
    background-color: #006cff!important; /* Change this color to match your site's theme */
    border: none;
    color: white!important;
    cursor: pointer;
    text-transform: uppercase;
}

.wpcf7-submit:hover {
    opacity: 1.2!important;
}
