/*
Theme Name: Industrial
Theme URI: http://anpsthemes.com/industrial/
Description: It can be used for business and corporate sites, your portfolio site or customize it to suit your wishes. Easy to use and clean code will be a simple task to get you up and running in no time. And with our support you cannot go wrong.
Author: AnpsThemes
Author URI: http://themeforest.net/user/Anps/portfolio
Version: 1.7.0
License: ThemeForest Regular License
License URI: https://themeforest.net/licenses/terms/regular
Text Domain: industrial
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, custom-colors, custom-header, custom-menu, theme-options, translation-ready, threaded-comments
*/

.col-md-6 span.wpcf7-form-control-wrap {
    display: block;
}
div#wpcf7-f2404-p2405-o1 span label {
    text-align:center;
}
input[type="radio"]{
	width: 20px !important;
}
select.wpcf7-form-control.form-control {
    padding: 16px 20px;
    height: auto;
	    border: 1px solid rgba(0, 0, 0, 0.1);
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.wpcf7-not-valid.form-control {
    border-color: red;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}