/*
 Theme Name:   Onum Child
 Theme URI:    http://wpdemo.archiwp.com/onum/
 Description:  Onum Child Theme
 Author:       OceanThemes
 Author URI:   http://oceanthemes.net/
 Template:     onum
 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, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onumchild
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
.wpcf7-form {
 
margin-left: 5%;
margin-right: 5%;
margin-top: 0%;
margin-bottom: 5px;
text-align: center;
color: #fff;
}

.wpcf7 textarea
{
 background-color: #fff;
 color: #333;
width: 600px;
height: 40px;	
border-radius: 5px;
margin-bottom: 10px;
margin-top: 10px;
margin-right: 10px;
margin-left: 0px;

}

.wpcf7 select
{
background-color: #fff;
color: #b3b3b3;
width: 100%;
height: 40px;	
border-radius: 5px;
margin-bottom: 10px;
margin-top: 10px;
margin-right: 10px;
margin-left: 10px;
}

input[type="text"],
input[type="url"],
input[type="email"]
{
 background-color: #fff;
 color: #333 !important;
 width: 320px;
border-radius: 5px;
height: 40px;
margin-bottom: 10px;
margin-top: 10px;
margin-right: 10px;
margin-left: 0px;
}

.wpcf7 input[type="submit"] {
color: #fff;
font-size: 18px;
font-weight: 500;
background: #333;
border-radius: 5px;
border-color: #fff;
text-align: center !important; 
width: 150px;
text-align: center;
margin-bottom: 0px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
text-transform: uppercase;
}

.wpcf7-submit:hover {
  border-color: #404040 !important;
	border: 1px solid;
  background-color: transparent !important;
  color: #404040 !important;
	text-transform: uppercase;
}

#wpcf7-f439-p85-o2 .wpcf7-form input[type="submit"] {
color: #fff;
font-size: 14px;
font-weight: 500;
background: #404040;
margin-bottom: 0px;
margin-top: 5px;
margin-right: 0px;
margin-left: 0px;
}

#wpcf7-f439-p85-o2 .wpcf7-form
input[type="text"],
input[type="url"],
input[type="email"]
{
 background-color: #fff;
 color: #333 !important;
 width: 300px;
border-radius: 5px;
height: 40px;
margin-bottom: 5px;
margin-top: 0px;
margin-right: 10px;
margin-left: 0px;
}