/*
Theme Name: Knowledge FAQ
Theme URI: http://creativedesignz.net/
Author: The Webuilt Guys
Author URI: http://creativedesignz.net/
Description: Custom Theme for The Webuilt Guys!
Version: 100.0
Text Domain: twg
*/


.form-class input, .form-class select {
    width: 100%;
    padding: 10px;
    border-radius: 20px;
}
input[type="submit"] {
    background: #099679;
    color: #fff;
    border: 1px solid #fff;
}
.uk-form-small:not(textarea):not([multiple]):not([size]) {
    height: 40px;
}
form option {
    font-size: 15px;
}
@media only screen and (max-width: 600px) {
 .form-class {
     margin-bottom: 10px;
    width: 100%;
}
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
 .form-class {
    margin-bottom: 10px;
    width: 50%;
}
}