/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP Official 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 */

	
@import url('https://fonts.googleapis.com/css2?family=Aguafina+Script&family=Chewy&family=Chicle&family=DynaPuff:wght@400..700&family=Hachi+Maru+Pop&family=Kalnia+Glaze:wght@100..700&family=Knewave&family=Luckiest+Guy&family=Mogra&family=Pacifico&family=Peralta&family=Playball&family=Playwrite+IT+Moderna:wght@100..400&family=Rubik+Spray+Paint&display=swap');

input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active){
	
	
	
	width: 120.5px;
	height: 43px;
	overflow: visible;
	margin: 0px;
	padding: 12px 24px;
	box-sizing: border-box;
	border-radius: 3px;
	color: #000000;
	font-family: Poppins, sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	line-height: 15px;
	white-space: normal;
	word-break: normal;
	text-decoration: none;
	background-color: #FFD700;
	opacity: 1;
	visibility: visible;
	transform: none;
	transition: 0.3s;
	box-shadow: none;
	cursor: pointer;
	
}