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

/*  MICROTHEMER STYLES  */


/*= Footer Newsletter Form ==== */

/** Footer Newsletter Form >> Gfield label _2 **/
#gform_wrapper_3 .gfield--input-type-select .gfield_label {
	color: white !important;
}

/** Footer Newsletter Form >> Footer - Opt In (Privacy Text) **/
#field_3_3 .gfield_label {
	color: rgb(255, 255, 255) !important;
	margin-bottom: calc(var(--space-xs) / 4) !important;
}

/** Footer Newsletter Form >> Footer - Opt In text **/
#label_3_3_1 {
	color: var(--primary-semi-light) !important;
}

/** Footer Newsletter Form >> Gform fields 3 **/
#gform_fields_3 {
	grid-row-gap: var(--space-xs) !important;
	row-gap: var(--space-xs) !important;
}

/** Footer Newsletter Form >> Gform field label **/
#input_3_1_container .gform-field-label {
	color: white !important;
}

/** Footer Newsletter Form >> Gfield label **/
#field_3_2 .gfield_label {
	color: white !important;
}

/** Footer Newsletter Form >> Wpgdprc required **/
#label_3_3_1 .wpgdprc-required {
	display: none !important;
}

/** Footer Newsletter Form >> Link **/
#label_3_3_1 a {
	color: rgb(255, 255, 255) !important;
}


/*( Large Desktop )*/
@media (min-width: 1366px) {
	/** Footer Newsletter Form >> Gfield label _2 **/
	#gform_wrapper_3 .gfield--input-type-select .gfield_label {
	color: white !important;
}

	/** Footer Newsletter Form >> Footer - Opt In (Privacy Text) **/
	#field_3_3 .gfield_label {
	margin-bottom: calc(var(--space-xs) / 4) !important;
}

	/** Footer Newsletter Form >> Gform fields 3 **/
	#gform_fields_3 {
	grid-row-gap: var(--space-xs) !important;
	row-gap: var(--space-xs) !important;
}

}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 992px) {
	/** Menu: Mobile >> Mobile Menu: Dropdown Icon **/
	.brx-submenu-toggle svg {
	color: rgb(255, 255, 255) !important;
}

	/** Menu: Mobile >> Mobile Menu: Text Size: **/
	.brxe-text-link {
	font-size: calc(var(--h4)  * .7) !important;
	font-weight: bold !important;
}

	/** Footer Newsletter Form >> Gform fields 3 **/
	#gform_fields_3 {
	grid-row-gap: var(--space-xs) !important;
	row-gap: var(--space-xs) !important;
}

}


/*( Tablet & Phone )*/
@media (max-width: 767px) {
	/** Footer Newsletter Form >> Gform fields 3 **/
	#gform_fields_3 {
	grid-row-gap: var(--space-xs) !important;
	row-gap: var(--space-xs) !important;
}

}


/*( Phone )*/
@media (max-width: 480px) {
	/** Footer Newsletter Form >> Gform fields 3 **/
	#gform_fields_3 {
	grid-row-gap: var(--space-xs) !important;
	row-gap: var(--space-xs) !important;
}

}

