/*  MICROTHEMER STYLES  */


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

/** General >> Mt 29 squaregreybox **/
.mt-29 .squaregreybox {
	padding-bottom: 20px !important;
}

/** General >> Mt 29 wpcf7 submit **/
.mt-29 .wpcf7-submit {
	margin-top: 80px !important;
}


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

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

	/** General >> Mt 29 squaregreybox **/
	.mt-29 .squaregreybox {
		padding-bottom: 10px !important;
	}
}