/*  MICROTHEMER STYLES  */


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

/** General >> Strong span:(1) **/
.preField > strong > span:nth-of-type(1) {
	font-family: heebo !important;
}

/** General >> Span span:(1) **/
.preField > span > span:nth-of-type(1) {
	font-family: heebo !important;
}

/** General >> Tfa 6 field container D **/
#tfa_6 > .field-container-D {
	font-family: heebo !important;
}

/** General >> Label:(1) span:(1) **/
#tfa_6 > div > label:nth-of-type(1) > span:nth-of-type(1) {
	font-family: heebo !important;
}


/*( מסך גדול )*/
@media (min-width: 1200px) {

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

	/** General >> PreField span **/
	.preField > span {
	font-size: 20px !important;
}


}


/*( מסך וטאבלט )*/
@media (min-width: 768px) and (max-width: 979px) {

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

	/** General >> PreField span **/
	.preField > span {
	font-size: 20px !important;
}


}


/*( נייד )*/
@media (max-width: 480px) {

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

	/** General >> Tfa 2 L span **/
	#tfa_2-L > span {
	
}

	/** General >> PreField span **/
	.preField > span {
	font-size: 19px !important;
}


}

