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

/*  MICROTHEMER STYLES  */


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

/** General >> Wp block stackable icon list **/
.wp-block-stackable-icon-list {
	margin-top: -24px !important;
	margin-bottom: 28px !important;
	margin-left: 15px !important;
}

/** General >> Row list item **/
.row li {
	margin-top: 5px !important;
}


/*( < 768 )*/
@media (max-width: 767.98px) {
	/** General >> Copyright mobiel **/
	#cb-row--footer-mobile-bottom p {
	display: none !important;
}

}


/*( < 480 )*/
@media (max-width: 479.98px) {
	/** General >> Taichi stk be7ab8a column **/
	#taichi .stk-be7ab8a-column {
	-webkit-flex-direction: column-reverse !important;
	-moz-flex-direction: column-reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

}

