@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,
#wp-admin-bar-widgets {
	display: none;
}

/****  Calendar Stuff  ****/
.cat_private,
.cat_hidden {
	display: none !important;
}
.logged-in .cat_private,
.logged-in .cat_hidden {
	display: block !important;
}
/****  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;
}


/****  Curling Pages  ****/
/*League Page*/
.team-member {
	width: 23%;
	margin: 1%;
	float: left;
	text-align: center;
	line-height: 28px;
	font-family: arial;
	font-size: 15px;
}
.five-players .team-member{
	width: 18%;
}
.six-players .team-member{
	width: 14.5%;
}
.avatar {
	float: none;
}
.match-listing {
	width: 46%;
	margin: 0 2%;
	float:left;
}
/****  STAFF STYLES  ****/
/*Staff Page*/
.staff-info,
.dbd-staff-full .staff-info {
	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;
}
/* hides bio in sidebars */
.dbd-staff-sidebar .staff-bio-container,
.dbd-staff-full .staff-bio-container {
	display: none;
}
.dbd-staff-sidebar .staff-info {
	width: 100%;
	float: none;
	margin: 0px;
}

/*Leagues*/
.player-badges {
	margin-top: 3px;
	position: absolute;
}
	.player-badges.twenty-years {
		color: rgba(255, 209, 71, 1);
	}
	.player-badges.fifteen-years {
		color: #888888;
	}
	.player-badges.ten-years {
		color: blue;
	}
	.player-badges.five-years {
		color: red;
	}

/*******************  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;
		}	
		
		/*League Page*/		
		.team-member,
		.five-players .team-member{
			width: 48%;
			margin: 1%;
			float: left;
			text-align: center;
			line-height: 28px;
			font-family: arial;
			font-size: 15px;
		}
		.team-member .name {
			font-size: 20px;
		}
		.avatar {
			float: none;
		}
}