/*
 Theme Name:   Superio Child
 Theme URI:    https://themeforest.net/item/superio-real-estate-wordpress-theme/26372986
 Description:  Superio Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     superio
 Version:      1.0.0
 Text Domain:  superio-child
*/
form.cmb-form select, form.cmb-form textarea, form.cmb-form input[type="email"], form.cmb-form input[type="url"], form.cmb-form input[type="text"], form.cmb-form input[type="password"], form.cmb-form input[type="number"]{
margin: 0 !important;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
border: 1px solid #F0F5F7;
padding: 5px 20px;
font-size: 15px;
background: #F0F5F7;
/* width: 100% !important; */
color: #696969;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
-webkit-box-shadow: none;
box-shadow: none;
height: 50px;
}