.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */

/*  MICROTHEMER STYLES  */


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

/** General >> Global BB bug Fix: text editor bottom margin fix **/
.fl-rich-text p:last-child {
	margin-bottom: 0 !important;
}

/** General >> Fl node 6070c1b0c29b2 div **/
#page .fl-node-6070c1b0c29b2 div {
	text-align: right !important;
	padding-left: 30px !important;
	float: right !important;
}


/*= Header ==================== */

/** Header >> Bt header cta link **/
.bt-header-cta > a {
	padding: 8px !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-radius: 4px !important;
}

/** Header >> header light logo on scroll **/
.fl-theme-builder-header-scrolled .fl-node-606fb7ca7d24e {
	display: none !important;
}

/** Header >> header dark logo **/
.fl-node-6071b292aedc8 {
	display: none !important;
}

/** Header >> Sub menu link **/
.sub-menu a {
	color: rgb(31, 129, 151) !important;
}

/** Header >> Fl menu **/
#page .fl-menu {
	filter: drop-shadow(0 0 10px rgba(255,255,255,.4)) !important;
}


/*= Content =================== */

/** Content >> Bt standard button link **/
.bt-standard-button a:hover {
	text-shadow: 0 0 rgb(79, 79, 79) !important;
	box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.2) !important;
}


/*( Medium Devices )*/
@media (min-width: 768px) and (max-width: 992px) {
	/** Header >> WP image 8770 **/
	#page .wp-image-8770 {
	color: rgb(50, 98, 60) !important;
}

}


/*( Small Devices )*/
@media (max-width: 767px) {
	/** Header >> WP image 8770 **/
	#page .wp-image-8770 {
	color: rgb(50, 98, 60) !important;
}

}

