/*
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 */

.custom-logo {
	max-width: 250px !important;
}

._text_box input {
	background: rgba(0, 0, 0, 0.5) !important;
	color: #fff !important;
	border: 0 !important;
}
._text_box textarea {
	background: rgba(0, 0, 0, 0.5) !important;
	color: #fff !important;
	border: 0 !important;
}



._text_box input::placeholder,
._text_box textarea::placeholder {
  color: #fff !important;
  opacity: 1; /* Firefox */
}

.wpforms-submit-container {
	margin: 0 !important;
}

.wpforms-container .wpforms-field {
	padding: 15px 0 0 0 !important;
}
.wpforms-submit-container button {
	background: #fff !important;
	margin: 0 auto !important;
	color: #5C5763 !important;
	display: table !important;
}

.wpforms-error {
	background: #f00 !important;
	color: #fff !important;
	padding: 3px 20px !important;
	margin: 0 !important;
}
.wpforms-error::before {
	display: none !important;
}