/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 02 2018 | 03:18:17 */
#contact-form input, #contact-form textarea {
    margin-bottom: 28px;
    display: inline-block;
    min-height: 52px;
    margin-bottom: 10px;
    padding: 16px 20px;
    outline: none !important;
    width: 100%;
    border: none;
    color: #fff;
    border-radius: 4px;
    border: 2px solid #404040;
    background: #444444;
    outline: none;
    box-shadow: none;
    margin-top: 10px;
}
.wpcf7-text {
    max-width: 100%;
    width: 100%;
    background: transparent;
    border: 2px solid #fff;
    padding: 8px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
