/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
h1,
h2,
.menu-link div{
	color:#95c11e !important;
}

.section-pink{
	background:#95c11e !important;	
}
.section-pink .lead{
	color:#ffffff !important;
}

.custom-filter li:hover a{
	color:#fff !important;
	cursor: pointer;
}

#li-btn-convencional a,
#li-btn-organicos a{
	background:none !important;
	box-shadow:none;
}

.ui-state-default{
	filter:grayscale(100%);
}

.ui-state-default:hover{
	filter:grayscale(20%);
}


.ui-state-active{
	filter:grayscale(0%);
}