/* -- This is the place to add your own style modifications without touching the original styles -- */

.meta-cats { display:none; }

.meta-comments { display:none }

.featured.wide .myflexslider.thumbnav .flex-direction-nav a { display:none; }

/* ---------[ Ordered List Adjustment to create space ]--------- */

.post ol li { margin-bottom:18px; }

/* ---- increasing space between paragraphs ---- */

p { margin-bottom:24px; }

/* ---- removing textured background ---- */

body { background-image:none; }

/* --- increasing space between bullets --- */

/* ---------[ Bullet Point Adjustments ]--------- */

.post ul li {
	list-style-type:disc;
	margin: 0 0 0 14px;
	padding-left:6px;
	background:none;
	}