/* -- This is the place to add your own style modifications without touching the original styles -- */

/* ---------[ Bullet Point Adjustments ]--------- #046A6A */

.post ul li {
	list-style-type:disc;
	margin: 0 0 0 14px;
	padding-left:6px;
	background:none;
	}

/* ---------[ Footer Widget Adjustments ]--------- */

@media only screen and (min-width:769px) {

	.footer-widget1 {
		width:31.33%;
	}

	.footer-widget2 {
		width:31.33%;
		margin:0;
	}

	.footer-widget3 {
		float:right;
		width:31.33%;
	}

}

.footer-widget4 {
	display:none;
	}