/*
Name: Flower of Life  - Background Image
Description: Adds flower of life image to background of content module.

*/
/*Network Page Flower of Life Background*/
.builder-module-content-background-wrapper {
		background-attachment: fixed;
    	background-image: url('/wp-content/uploads/2015/06/FOL-large.png');
    	background-position: center center;
    	background-repeat: no-repeat;
}

.builder-module-content .hentry  {
	background-color: rgba(255, 255, 255, 0.65);	
	color: black;
}

