/*
 Theme Name:   Onepagepro Child
 Theme URI:    http://demo.goodlayers.com/onepagepro
 Description:  Onepagepro  Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     onepagepro
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  onepagepro-child

 START YOUR CHILD THEME CSS HERE
*/

body {
	background-color: #181818;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contact-select
{
	background: #282828;
	color: white;
	font-size: 15px;
	padding: 15px 22px;
	width: 100%;
	display: block;
}
.wpcf7 input[type="submit"] {
	width: 100%;
}
.wpcf7 input[type="email"] {
	border-color: #ffffff;
	text-align: center;
}