/*!
Theme Name: Kadence Child Theme
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Adcock Creative
Author URI: https://adcockcreative.com
Description: A custom child theme for the Kadence Theme.
Version: 1.0.1
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* AmFundGo — Select / Add to my event form buttons
-------------------------------------------------------------- */
.acg-select-form .jet-form-builder__field-wrap,
.acg-select-form .jet-form-builder__fields-wrap {
	margin: 0;
}

.acg-select-form .jet-form-builder__action-button,
.acg-select-form button[type="submit"] {
	width: 100%;
	display: block;
	background-color: #E6B022;
	color: #0A3564;
	border: none;
	border-radius: 50px;
	padding: 13px 24px;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.acg-select-form .jet-form-builder__action-button:hover,
.acg-select-form button[type="submit"]:hover {
	background-color: #F3CF6E;
	color: #0A3564;
}

/* the form only contains hidden fields + submit, so kill any stray spacing */
.acg-select-form .jet-form-builder__field-template--hidden,
.acg-select-form input[type="hidden"] {
	display: none;
}
