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

/* Parent stylesheet should be loaded from functions.php not using @import */

.wpcf7-form input, .wpcf7-form textarea {
	box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.1);
	padding: 20px !important;
	border-radius: 15px !important;
	font-size: 16px !important;
	border: 2px solid #555 !important;
}

.wpcf7-form label {
	font-size: 12px !important;
	position: absolute;
	background-color: #555;
	padding: 4px;
	line-height: 1.1;
	left: 25px;
	margin-top: 20px;
	z-index: 100;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
}