/*
Theme Name: Hudson Partners Inc
Theme URI: http://hudsonpartnersinc.com/
Description: http://hudsonpartnersinc.com/
Author: Popin Singh UX Designer
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.cf7_custom_style_3 input.wpcf7-form-control.wpcf7-text, .cf7_custom_style_3 input.wpcf7-form-control.wpcf7-number, .cf7_custom_style_3 input.wpcf7-form-control.wpcf7-date, .cf7_custom_style_3 textarea.wpcf7-form-control.wpcf7-textarea, .cf7_custom_style_3 select.wpcf7-form-control.wpcf7-select, .cf7_custom_style_3 input.wpcf7-form-control.wpcf7-quiz {
    border-width: 1px !important;
}

.mapouter{ height:300px !important;}

.txt-cn {
    font-size: 16px;
    border: 1px solid #e1e1e1;
    margin: 0px 0px 20px 0px;
    padding: 22px 15px 22px 15px;
    border-radius: 6px;
    box-shadow: 2px 3px 9px #9595952e;
}
.wpcf7-textarea {
    height: 140px;
    resize: none;
}

.txt-cn i {
    position: relative;
    top: 4px;
    margin: 0px 9px 0px 0px;
}

#respond input[type=text], #respond textarea, .post-password-form input[type=password], .wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    margin-bottom: 11px;
    padding: 10px 15px;
    border: 1px solid #d9d9d9;
    outline: 0;
    font-family: inherit;
    font-size: 13px;
    background-color: #fff;
    color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px !important;
}