/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

@media (min-width: 991px) {
	.brz-menu__ul > .brz-menu__item-dropdown > .brz-menu__sub-menu {
		display: flex;
		flex-direction: column;
		width: 180px !important;
		align-items: center !important;
	}
}

.brz .brz-menu:not(.brz-mm-menu) .brz-menu__item:has(.brz-menu__sub-menu) .brz-menu__item .brz-a {
	padding: 15px !important;
}

.wpforms-submit {
	background-color: #123738 !important;
	color: white !important;
	margin-top: 80px !important;
	padding: 25px 80px 25px 80px !important;
}

/*
.wpforms-submit-container {
	text-align: center !important;
}*/

.wpforms-confirmation-container-full {
	background-color: transparent !important;
	border: 0 !important;
	padding-top: 20px !important;
	padding-bottom: 40px !important;
	text-align: center !important;
}

