
/* Home slider */

.slider-selector-image{
	display: block;
}
.slider-selector-image img{
	min-width: 80px;
}
.slider-selector-text{
	display: inline;
}

/* Home featured callout ( 3 col section ) */

.home .featured-group-1 a.callout{
	margin-right: 15px;
}

/* Main content */

#primary{
	width: 75%;
}

.entry-content ul li:before, .entry-content-bottom ul li:before {
content: "•" !important;
}

/* Event tabs */

/* Footer social */

.footer-bottom-inner .socialmedia li a{
	text-indent: -9999px;
}

/* Footer logo */
.footer-top{

}
.footer-logo{
	margin: 30px 0 0;
	width: 15%;
	float: left;
}
#footer-nav-container{
	float: left;
	width: 70%;
}
#footer-nav-container .footer-nav{
	padding-right: 5px;
}

@media only screen and (max-width: 1000px) {
	.footer-logo{
		margin: 0;
		width: 100%;
		float: none;
		clear: both;
	}
	#footer-nav-container{
		float: none;
		width: 100%;
	}
}

