/*  MICROTHEMER STYLES  */


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

/** General >> Fl row content wrap _2 **/
.testimonial-row .fl-row-content-wrap {
	position: relative !important;
}

/** General >> Fl col content **/
.testimonial-text .fl-col-content {
	z-index: 10 !important;
}

/** General >> Fl heading text **/
.mtp-728 #fl-post-728 .fl-heading-text {
	position: relative !important;
}
.mtp-728 #fl-post-728 .fl-heading-text::after {
	content: "" !important;
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	bottom: -12px !important;
	width: 200% !important;
	height: 12px !important;
	background-image: url('https://nfuontario.ca/wp-content/uploads/2023/10/NFU-Ontario-Accredited-Farm-Organization-Highlighter-Underline-Header-Pages.svg') !important;
}

/** General >> Content grid load more button **/
#wpgb-button wpgb-load-more {
	background-color: #ffffff !important;
}

/** General >> Load More Button Facet **/
.wpgb-load-more {
	font-size: 1rem !important;
	line-height: 1em !important;
	font-weight: 500 !important;
	padding: 13px,26px,13px,26px !important;
	border: medium solid #047cb4 !important;
	border-radius: 7px !important;
	border-width: 2px !important;
}
.wpgb-load-more:hover {
	color: #047cb4 !important;
	background-color: rgb(255, 99, 71, 0) !important;
	border-radius: 7px !important;
	border: solid !important;
	border-width: 2px !important;
	border-color: #047cb4 !important;
}

/** General >> Menu account dashboard menu **/
li#menu-account-dashboard-menu {
	padding: 8px 24px 8px 24px !important;
}

/** General >> Announcement bar link **/
.fl-node-ikw9ox2spznm .announcement-bar-link {
	color: rgb(51, 51, 51) !important;
}

/** General >> Announcement bar link (:hover) **/
.fl-node-ikw9ox2spznm .announcement-bar-link:hover {
	color: rgb(255, 205, 0) !important;
}


/*= Breadcrumbs =============== */

/** Breadcrumbs >> Fl row content wrap **/
.row-breadcrumbs .fl-row-content-wrap a span {
	text-decoration: underline !important;
}
.row-breadcrumbs .fl-row-content-wrap {
	font-size: 0.9rem !important;
	line-height: 1em !important;
}


/*= Account Dash Menu ========= */

/** Account Dash Menu >> Account Dash Menu Hover Radius **/
#menu-item-2391 a:hover {
	border-top-left-radius: 25px !important;
	border-bottom-left-radius: 25px !important;
}

/** Account Dash Menu >> Account Dash Menu Active Radius **/
#menu-item-2391 a {
	border-top-left-radius: 25px !important;
	border-bottom-left-radius: 25px !important;
}

/** Account Dash Menu >> Logout Button Mobile **/
#menu-item-2777 a {
	border-top-right-radius: 25px !important;
	border-bottom-right-radius: 25px !important;
}
#menu-item-2777 a:hover {
	border-top-right-radius: 25px !important;
	border-bottom-right-radius: 25px !important;
}


/*( Tablet & Phone )*/
@media (max-width: 767px) {
	/** Account Dash Menu >> Logout Button Mobile **/
	#menu-item-2777 a {
	padding: 8px 24px 8px 24px !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 25px !important;
}

	/** Account Dash Menu >> Account Dash Menu Active Radius **/
	#menu-item-2391 a {
	border-top-left-radius: 25px !important;
	border-top-right-radius: 25px !important;
	border-bottom-left-radius: 0 !important;
}
#menu-item-2391 a:hover {
	border-bottom-left-radius: 0px !important;
}

}

