.textwidget input[type='text'], .textwidget textarea { width: 100% !important; }
.contact-form .clear-form { clear: both; }

@media only screen and (min-width: 1080px) { .contact-form input[type='text'] { width: 90%; max-width: 300px; margin-bottom: 13px; } }
@media only screen and (min-width: 479px) and (max-width: 1080px) { .contact-form input[type='text'] { width: 90%; max-width: 240px; margin-bottom: 13px; } }
@media only screen and (max-width: 479px) { .contact-form input[type='text'] { width: 90%; max-width: 150px; margin-bottom: 13px; } }

.contact-form select { margin-bottom: 13px; }
.contact-form textarea { height: 200px; width: 80%; float: none; margin-bottom: 13px; }
.contact-form input[type='radio'], .contact-form input[type='checkbox'] { float: left; margin-bottom: 13px; margin-right: 8px; }
.contact-form label { margin-bottom: 0px; float: none; font-weight: bold; display: block; }
.contact-form label.checkbox, .contact-form label.radio { margin-bottom: 13px; float: none; font-weight: bold; display: inline-block; }
.contact-form label span { color: #AAA; margin-left: 4px; font-weight: normal; }