/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


/*EMF code*/

#shape1 > div:nth-child(1) .shape-divider-fill,
#shape2 > div:nth-child(2) .shape-divider-fill{
	fill: #ffffff !important;
}

#shape1 > div:nth-child(2) .shape-divider-fill,
#shape2 > div:nth-child(1) .shape-divider-fill{
	fill: #e7889c !important;
}

.fbox-content div h2{
	 color: #000;
}

.fbox-content div p{
	color: #fff !important;
}