/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
	color:#0c38f9;
}
.wpcf7 input[type="submit"] {
	background-color: #7469f0;
}
.wpcf7 input[type="submit"]:hover {
	background-color: #8dbbf3;
}
.wpcf7 textarea{
	min-height: 75px;
}
#header-menu .menu-item-has-children:hover ul.sub-menu{
    display: block;
}
 #site-navigation ul li a {
	text-transform: none;
}
#header__navigation a {
	text-transform: none;
}