/*
Theme Name: Kadence Child
Theme URI: http://example.com/kadence-child/
Description: Child theme for the Kadence theme
Author: Your Name
Author URI: http://example.com
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/

.content-area {
	margin-top: 0 !important;
}

.entry-content-wrap {
	
}
.hero-container {
	display: none !important;
}
.site-footer {
	display: none !important;
}
.main-banner-container {
	margin-top: -112px !important;
}

.remove-list-spacing ul li p {
	padding: 0;
	margin: 0;
}

/* Target the submit button in all Gravity Forms */
body .gform_wrapper .gform_footer input[type="submit"] {
	background-color: greenyellow; /* Change the background color */
	color: #ffffff; /* Change the text color */
	padding: 10px 20px; /* Adjust padding to increase or decrease the size */
	border-radius: 5px; /* Add rounded corners */
	border: none; /* Remove border */
	font-size: 16px; /* Adjust font size */
	cursor: pointer; /* Change cursor to pointer on hover */
}

/* Change the submit button on hover */
body .gform_wrapper .gform_footer input[type="submit"]:hover {
	background-color: #005cbf; /* Darker shade on hover */
	color: #ffffff; /* Text color on hover (optional) */
}

/* Focus state for accessibility */
body .gform_wrapper .gform_footer input[type="submit"]:focus {
	outline: 2px solid #ffbf47; /* Add an outline to indicate focus */
}
