/*  MICROTHEMER STYLES  */


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

/** General >> Inner wrap contentBox **/
#inner-wrap #contentBox {
	text-shadow: 0 0 0 !important;
	background-color: rgb(236, 236, 236) !important;
	background-size: 0 !important;
	margin-top: 20px !important;
}


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

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

	/** General >> Inner wrap contentBox **/
	#inner-wrap #contentBox {
	
}

	/** General >> Jet listing dynamic repeater item contentBox **/
	.jet-listing-dynamic-repeater__item > #contentBox {
	background-color: rgb(231, 231, 231) !important;
	margin-top: 20px !important;
}

	/** General >> Inner wrap uael toc text **/
	#inner-wrap .uael-toc-text {
	background-color: rgb(232, 232, 232) !important;
	padding-left: 10px !important;
}

	/** General >> Jet listing dynamic repeater items paragraph **/
	.jet-listing-dynamic-repeater__items > p {
	background-color: rgb(236, 236, 236) !important;
	padding-left: 10px !important;
}

	/** General >> Column2 link **/
	#column2 > a {
	font-weight: bold !important;
	box-shadow: 0 0 0 0 !important;
	background-color: rgb(255, 255, 255) !important;
	padding: 8px !important;
}


}


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

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

	/** General >> Inner wrap contentBox **/
	#inner-wrap #contentBox {
	display: grid !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: auto !important;
}

	/** General >> Wrapper image **/
	#wrapper img {
	min-width: 250px !important;
}


}

