/*
Theme Name: kadu
Theme URI: http://themexriver.com/wp/kadu
Author: themexriver
Author URI: http://themexriver.com/
Description: kadu - IT Solutions WordPress Theme
Version: 1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kadu
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*Winweb Css */
.winweb_reg_form input, .wpcf7-select {
  	width: 100%;
    height: 62px;
    border-radius: 5px;
    outline: none;
    border: none;
    background: #F7F7F7;
    font-size: 18px;
    font-weight: 500;
    color: var(--kd-clr-p-1);
    text-transform: capitalize;
    padding: 0 30px;
}

.winweb_reg_form .full-width-btn {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    color: #ffffff;
    background: #A93226;
    border: none;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
}

