/*  MICROTHEMER STYLES  */


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

/** General >> Content elementor shortcode **/
#content .elementor-shortcode {
	font-size: 25px !important;
	font-weight: 600 !important;
	text-transform: capitalize !important;
}


/*( Large Desktop )*/
@media (min-width: 1200px) {

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

	/** General >> Content elementor shortcode **/
	#content .elementor-shortcode {
	width: 250% !important;
}


}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {

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

	/** General >> Content elementor shortcode **/
	#content .elementor-shortcode {
	width: 225% !important;
}


}


/*( Phone )*/
@media (max-width: 480px) {

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

	/** General >> Content elementor shortcode **/
	#content .elementor-shortcode {
	width: 100% !important;
}


}

