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

/*  MICROTHEMER STYLES  */


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

/** General >> Headings 90 Grad **/
#heading-90 {
	width: 320px !important;
	padding-bottom: 150px !important;
	transform: rotateZ(270deg) !important;
}

/** General >> Kbe search bar wrapper **/
#post-1053 .kbe-search-bar-wrapper {
	margin-bottom: 20px !important;
}

/** General >> Bf feedback message **/
#post-1053 .bf-feedback-message {
	margin-top: 20px !important;
}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {
	/** General >> Headings 90 Grad **/
	#heading-90 {
	padding-bottom: 180px !important;
}

}


/*( Tablet & Phone )*/
@media (max-width: 767px) {
	/** General >> Borlabs Container **/
	#post-128 ._brlbs-default {
	margin-top: 100px !important;
	margin-bottom: 130px !important;
}

	/** General >> Headings 90 Grad **/
	#heading-90 {
	padding-bottom: 250px !important;
}

}


/*( Phone )*/
@media (max-width: 480px) {
	/** General >> Borlabs Container **/
	#post-128 ._brlbs-default {
	margin-bottom: 130px !important;
	z-index: 100 !important;
}

	/** General >> Headings 90 Grad **/
	#heading-90 {
	padding-bottom: 270px !important;
}

}

