.venue-slider.alignfull {
	overflow: hidden;
}
.venue-slider.alignfull img {
	border-radius: 0;	
}
.meetings {
	margin: 60px 0;	
	padding-bottom: 300px;
}
.address {
	margin-bottom: 30px;	
	margin-top: 20px;
}
.venue-listing-page h1 + h2 {
	font-size: 1.4rem;
	color: #098290;	
}
.venue-listing-page .slick-arrow {
	font-size: 1.4em;	
}
.venue-listing-page .slick-prev {
    left: 10px;
    z-index: 100;
}
.venue-listing-page .slick-next {
    right: 10px;
    z-index: 100;
}
.gallery {
	margin-bottom: 20px;	
}	
.social a {
	background: #0db6c9;
	border-radius: 50px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	width:30px;
	color: #fff;
	margin-right:2px;
	display: inline-block;	
}
.venue {
	padding-top: 50px;
	margin-top: 30px;
	border-top: 10px solid #96c6cc;	
}
		
@media screen and (max-width:640px) { 
	.logo-holder {
		display: none;
	}
	.venue .btn {
		font-size: .75em;	
		margin-bottom: 10px;
	}
	.gallery {
		margin-bottom: 10px;	
	} 
	.no-neg-marg {
		margin-left: 0!important; 	
		margin-right: 0!important; 	
	}
	.add-pad {
		padding-left: 20px;
		padding-right: 20px;
	}
}