.wp-block {} /*  Ensures MT files load in FSE */
/*  MICROTHEMER STYLES  */


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

/** General >> Brxe rmdzsb depth 0 **/
#brxe-rmdzsb .depth-0 {
	margin-right: 24px !important;
}

/** General >> Depth 0 **/
#brxe-aqvqae .depth-0 {
	padding: 18px !important;
}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {
	/** General >> Title **/
	.bricks-archive-title-wrapper .title {
	padding-right: 24px !important;
	padding-left: 24px !important;
}

}


/*( Tablet & Phone )*/
@media (max-width: 767px) {
	/** General >> Title **/
	.bricks-archive-title-wrapper .title {
	padding-right: 24px !important;
	padding-left: 24px !important;
}

}


/*( Phone )*/
@media (max-width: 480px) {
	/** General >> Bricks layout wrapper **/
	#brxe-a6d499 .bricks-layout-wrapper {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

	/** General >> Title **/
	.bricks-archive-title-wrapper .title {
	padding-right: 24px !important;
	padding-left: 24px !important;
}

}

