/*
Theme Name:     Monkees
Theme URI:      n/a
Template:       kadence
Author:         Pro Author
Author URI:     n/a
Description:    Child Theme Description
Version:        1
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.forminator-guttenberg form {
    background-color: #ffffff00 !important;
}

.menu-item-heading .stk-block-heading__text {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
}

.menu-item-heading .stk-block-heading__text:after {
	content: '';
	opacity: 0.5;
	margin: 0 15px;
	border-bottom: 2px dashed currentcolor;
}

.menu-item-heading .stk-block-heading__text strong {
	order: 10;
}

/* animated scroll icon */
.ct-animated-scroll-icon .ugb-custom-icon > *:last-child {
	animation: wheel 2s infinite;
}

@keyframes wheel {
	to {
		opacity: 0;
		cy: 38;
	}
}
