
.entry-header {
	display: none;
}

#primary,
article.hentry {
	padding: 0px;
	margin: 0px;
}


figure.wp-block-image.size-large {
	margin-bottom: -5px;
}

.front-page-image {
	margin-bottom: -5px;
	height: 379px;
	background-image: url(/wp-content/uploads/2019/05/2018-2019_league_photo.jpg);
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 400px) {
	.front-page-image {
		height: 200px;
	}
}

.front-page-row {
	display: flex;
}

.front-page-row,
.front-page-border {
	border-top: 3px solid transparent;
}



.front-page-post {
	padding: 16px 48px;
}

@media screen and (max-width: 450px) {
	.front-page-post {
		padding: 16px 8px;
	}
}

.upcoming-games-day {
	margin: 0 20px;
}

.front-page-post-truncated {
	position: relative;
	height: 200px;
	overflow: hidden;
	margin-bottom: -200px;
	z-index: 2;
}

.front-page-post-read-more {
	position: relative;
	height: 200px;
	cursor: pointer;
	z-index: 3;
	padding-top: 125px;
	color: #D80056;
}

	.front-page-post-read-more:hover {
		color: #BA0038;
	}

.front-page-post-read-more-link {
	position: relative;
	height: 75px;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.front-page-post-read-more-inner-link {
	position: absolute;
	left: 50%;
	bottom: 0;
}



.front-schedule-day {
	margin: 2px 20px 12px 20px;
}

h3.front-schedule-day {
	margin-bottom: 12px;
}

div.front-schedule-day {
	min-height: 75px;
}

.players-list {
	margin: 5px;
	margin-right: -5px;
	margin-bottom: 0px;
	padding: 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

	.players-list div.player {
		width: 136px;
		margin-bottom: 5px;
	}

	.players-list a div.link {
		position: relative;
		z-index: 1;
		height: 165px;
		max-width: 126px;
		background-size: cover;
		background-position: center;
	}

	.players-list a:hover div.link {
		outline: 2px solid #ED005E;
		opacity: 0.8;
		z-index: 2;
	}


@media screen and (max-width: 1159px) {
	
	.players-list > :nth-child(7),
	.players-list > :nth-child(8) {
		display: none;
	}

}


.essay-box {
	color: #FFF;
}

	.essay-box blockquote {
		font-weight: normal;
		font-size: inherit;
	}

		.essay-box blockquote p {
			margin-bottom: 0;
		}

		.essay-box blockquote cite {
			margin-top: 0;
		}

	.essay-box a {
		display: block;
		color: #FFF;
	}

		.essay-box a:hover {
			color: #EA8FB3;
		}

		.essay-box a:first-child {
			margin-top: -5px;
		}

	.essay-box .text {
		padding: 12px;
		line-height: 1.8;
	}

		.essay-box .text br {
			display: block;
			content: "";
			margin-top: 10px;
		}



.join-container {
	padding: 28px;
}

	.join-container a {
		display: block;
		line-height: 1.8;
	}

		.join-container a:not(:hover) {
			color: #000;
		}




@media screen and (min-width: 1000px) {
	.essay-box {
		width: 600px;
	}
}

@media screen and (max-width: 775px) {
	.front-page-row {
		display: block;
	}

	.players-container .players-list {
		width: 400px;
		margin: auto;
	}

	.players-list div.player {
		width: 126px;
		margin-right: 5px;
	}

	.social-container {
		min-height: 250px;
	}
}

@media screen and (max-width: 400px) {
	.players-container .players-list {
		width: 100%;
		margin: auto;
	}

	.players-list a div.link {
		height: 144px;
		width: 110px;
	}

	.players-list div.player {
		width: 110px;
	}
}



.front-warning {
	border-top: 3px solid transparent;
	background: #E2C7D3;
	text-align: center;
}

	.front-warning p.specify-profile-warning {
		display: inline-block;
		padding: 10px 20px;
		margin: 0;
		border-top-width: 0px;
		border-bottom-width: 0px;
	}

.front-warning-wrapper {
	display: inline-block;
	padding: 14px;
	padding-bottom: 0px;
	border: 1px solid #ED005E;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background: #FFF;
}
