/*  MICROTHEMER STYLES  */


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

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

	/** General >> Countdown section:(1) countdown amount **/
	.countdown-section:nth-of-type(1) .countdown-amount {
	font-size: 60px !important;
}

	/** General >> Countdown section:(2) countdown amount **/
	.countdown-section:nth-of-type(2) .countdown-amount {
	font-size: 60px !important;
}

	/** General >> Countdown section:(4) countdown amount **/
	.countdown-section:nth-of-type(4) .countdown-amount {
	font-size: 60px !important;
}

	/** General >> Countdown section:(3) countdown amount **/
	.countdown-section:nth-of-type(3) .countdown-amount {
	font-size: 60px !important;
}

	/** General >> Countdown section:(1) countdown period **/
	.countdown-section:nth-of-type(1) .countdown-period {
	padding-bottom: 25px !important;
}

	/** General >> Countdown section:(2) countdown period **/
	.countdown-section:nth-of-type(2) .countdown-period {
	padding-bottom: 25px !important;
}


}

