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


/*( < 480 )*/
@media (max-width: 479.98px) {
	/** General >> Modal 5 content wp block navigation container **/
	#modal-5-content .wp-block-navigation__container {
	margin-top: 10px !important;
}

	/** General >> Modal 7 content wp block navigation container **/
	#modal-7-content .wp-block-navigation__container {
	margin-top: 150px !important;
}

	/** General >> Navigation item label **/
	ul > li:nth-of-type(1) > a:nth-of-type(1) > .wp-block-navigation-item__label {
	margin-top: 3rem !important;
}

	/** General >> Modal 4 **/
	#modal-4 {
	margin-top: 3rem !important;
}

	/** General >> Navigation item label +2 more **/
	ul > li:nth-of-type(1) > a:nth-of-type(1) > .wp-block-navigation-item__label, 
ul > li:nth-of-type(2) > a:nth-of-type(1) > .wp-block-navigation-item__label, 
ul > li:nth-of-type(3) > a:nth-of-type(1) > .wp-block-navigation-item__label {
	padding-bottom: 16px !important;
}

}

