@charset "UTF-8";
/****  Hides some homepage specific admin  ****/
.page-template-page_DBD_staff #wp-admin-bar-edit,
.page-template-page_DBD_ministries #wp-admin-bar-edit,
.page-template-page_DBD_sundays #wp-admin-bar-edit,
#wp-admin-bar-tribe-events,
#wp-admin-bar-comments,
#wp-admin-bar-wp-logo,
#wp-admin-bar-my-sites,
#wp-admin-bar-new-media {
	display: none;
}

/****  Theme Specific Customizations  ****/
/* Aspire */
.Aspire.home .category-news {
	width: 30%;
	margin: auto 1.5%;
	float: left;
}
.Aspire .bottomHr { /*Staff Page HR below each bio*/
	margin-top: 50px;
}

/* Kickstart */
.Kickstart .bottomHr { /*Staff Page HR below each bio*/
	margin-top: 50px;
}

/* Executive */
.Executive .home-middle {
	padding: 60px 30px;
}
.Executive .home-middle.widget-area section {
	width: 100%;
}
.Executive .bottomHr { /*Staff Page HR below each bio*/
	margin-top: 50px;
}
.Executive .dbd-staff-sidebar {
	padding: 40px 30px 0 30px;
}

/* Cafe */
.Cafe.cafe-pro-home .content .one-widget .widget {
	display: block;
}
.Cafe .mejs-button button {
	box-shadow: none;
}
.Cafe .bottomHr { /*Staff Page HR below each bio*/
	margin-top: 50px;
}

/****  Events Mini Calendar - May need to figure this out a bit differently.  ****/
/*Home Page*/
.home .tribe-mini-calendar-grid-wrapper,
.home .tribe-mini-calendar-list-wrapper {
	width: 46%;
	float: left;
	margin: 2%;
}
.tribe-mini-calendar-grid-wrapper a,
.tribe-events-page-template a {
	text-decoration: none !important;
	border-bottom: none !important;
}

/****  WP Forms Fixes so it works a little better with Genesis  ****/
.wpforms-container .wpforms-field {
	clear: none !important;
}

/****  STAFF STYLES  ****/
/*Staff Page*/
.contact {
	width: 46%;
	float: left;
	margin: 0 2%;
}
.staff-photo {
	float: left;
	display:inline;
}
.staff-photo img {
	border-radius: 50%;
	border: 3px solid #fff;
	margin: 0 25px 10px 0;
	box-shadow: 2px 2px 8px #999;
	max-width: 125px;
}
.staff-info .dashicons,
.dbd-staff-bio .dashicons {
	margin-right: 5px;
	padding-top: 7px;
}
.staff-info {
	line-height: 1.5;
}
.dbd-staff-bio {
	height: 64px;
	overflow: hidden;
	transition: .5s all;
}
.dbd-staff-bio.active {
	height: auto;
	overflow: hidden;
}
/* staff Sidebar */
.dbd-staff-sidebar .staff-photo img {
	max-width: 75px;
	width: 75px;
	margin: 0 15px 10px 0;
}
.dbd-staff-sidebar .staff-info {
	line-height: 1.3;
}
.dbd-staff-sidebar .staff-info .dashicons {
	display: none;
}
.dbd-staff-sidebar .widget_text {
	margin-bottom: 25px;
}
/*Staff Full Width*/
.dbd-staff-full section {
	width: 46%;
	float: left;
	margin: 20px 2%;
}

/*Ministries*/
/*Removes Entry Meta on single pages*/
.single-dbd-ministries .entry-meta {
	display: none;
}
/*Sundays*/
.dbd-sundays .dashicons {
	margin-top: 7px !important;
}

/*******************  Start Media Queries  *******************/

@media only screen and (max-width: 800px) {
		/****  Theme Specific Customizations  ****/
		/* Aspire */
		.Aspire.home .category-news,
		.home .tribe-mini-calendar-grid-wrapper,
		.home .tribe-mini-calendar-list-wrapper,
		.contact,
		.dbd-staff-full section {
			width: 100%;
			float: none;
		}			
}