/*  MICROTHEMER STYLES  */


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

/** General >> [type="submit"] **/
.elementor-button {
	padding: 10px 30px 10px 30px !important;
}

/** General >> Home Vert **/
.sd_h_v {
	
}


/*= Form ====================== */

/** Form >> Primary Label **/
.frm_primary_label {
	/* MT [ google_font: 1 ] */
	font-family: 'Ubuntu Condensed' !important;
	color: rgb(129, 130, 133) !important;
	font-size: 30px !important;
	padding-bottom: 8px !important;
}

/** Form >> Required **/
.frm_required {
	color: rgb(129, 130, 133) !important;
}

/** Form >> Submit **/
.frm_final_submit {
	/* MT [ google_font: 1 ] */
	font-family: 'Ubuntu Condensed' !important;
	color: rgb(255, 255, 255) !important;
	font-size: 30px !important;
	background-color: rgb(167, 200, 75) !important;
}

/** Form >> News Form field input **/
.sd_news .form-field input {
	box-shadow: 0 0 0 !important;
	background-color: rgb(146, 148, 150) !important;
	height: 50px !important;
	padding-top: 20px !important;
	padding-bottom: 10px !important;
	border-width: 0 !important;
}

/** Form >> News Form field input Placerholder **/
.sd_news input::placeholder {
	/* MT [ google_font: 1 ] */
	font-family: 'Ubuntu Condensed' !important;
	color: rgb(75, 79, 79) !important;
	font-size: 20px !important;
	text-transform: uppercase !important;
	background-color: rgb(146, 148, 150) !important;
}

/** Form >> Submit News **/
.sd_news .frm_final_submit {
	/* MT [ google_font: 1 ] */
	font-family: 'Ubuntu Condensed' !important;
	color: rgb(244, 198, 123) !important;
	font-size: 20px !important;
	box-shadow: 0 0 0 !important;
	background-color: rgb(146, 148, 150) !important;
	padding: 10px 20px 10px 20px !important;
	border-width: 0 !important;
	border-style: hidden !important;
}


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

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

	/** General >> Ult Theme Column **/
	.ult-column {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

	/** General >> Row **/
	.row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}


}

