.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */
/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Theme boxes **/
#new_columns-945-19 .ct-div-block {
	padding: 5px !important;
}

/** General >> Oxygen can use design library [type="submit"] **/
.oxygen-can-use-design-library [type="submit"] {
	font-family: maven pro !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	background-color: rgba(0, 0, 0, 0) !important;
	width: 250px !important;
	padding-right: 35px !important;
	padding-left: 35px !important;
	border-color: rgb(255, 255, 255) !important;
	border-width: 2px !important;
	border-radius: 0 !important;
}

/** General >> Fluentform 1 ff el form control **/
#fluentform_1 .ff-el-form-control {
	font-family: maven pro !important;
	border-style: hidden !important;
	border-radius: 0 !important;
}

/** General >> Fluentform 1 success paragraph **/
#fluentform_1_success > p {
	color: rgb(255, 255, 255) !important;
}

/** General >> Button link **/
#span-7-67 .wp-block-button__link {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(223, 57, 112) !important;
}


/*( Phone )*/
@media (max-width: 480px) {
	/** General >> Dynamic list 1290 19 **/
	#_dynamic_list-1290-19 {
	display: grid !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: auto auto auto auto !important;
}
#_dynamic_list-1290-19 > :nth-child(3) {
	grid-area: 2 / 1 / 3 / 2 !important;
}

}

