/*  MICROTHEMER STYLES  */


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

/** General >> Ab has background dim 90 wp block atomic blocks ab column **/
.ab-has-background-dim-90 .wp-block-atomic-blocks-ab-column {
	
}

/** General >> Genesis content is style xl text **/
#genesis-content .is-style-xl-text {
	/* MT [ google_font: 1 ] */
	font-family: 'Montserrat' !important;
}

/** General >> h2 **/
h2 {
	font-family: Montserrat !important;
}

/** General >> Genesis content paragraph **/
#genesis-content p {
	/* MT [ google_font: 1 ] */
	font-family: 'Roboto' !important;
	font-size: 20px !important;
}

/** General >> Ab block layout column gap 2 wp block button link **/
.ab-block-layout-column-gap-2 .wp-block-button__link {
	display: none !important;
}

/** General >> Genesis content entry title **/
#genesis-content .entry-title {
	font-family: Montserrat !important;
}

/** General >> Has text align left strong **/
.has-text-align-left > strong {
	font-size: 20px !important;
}


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

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

	/** General >> Has text align left strong **/
	.has-text-align-left > strong {
	line-height: 1.2 !important;
}


}


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

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

	/** General >> Has text align left strong **/
	.has-text-align-left > strong {
	font-size: 20px !important;
	line-height: 1.2 !important;
}


}

