﻿/* File version 1.1.1 */					  

.content {
	/* Override main.css background color */
	background-color: transparent;
} 


/* ---------------------------------- HEADER/FOOTER SEASON NAV ---------------------------------- */
.seasonNav {
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
	background-color: #181818EE;
	width: fit-content;
	padding: 5px;
	line-height:1.5;
	border-radius: 10px;			 				 
}
.activeSeason {
	border-style: solid none solid none;
	border-width: 1px;
	background-color: #444;
	padding: 2px;
}

/* ---------------------------------- SEASON SUMMARY ---------------------------------- */
.seasonSummary {
	position: relative;
	z-index: 0;
	margin: 10px auto 50px auto;
	border-style: solid;
	border-width: 1px;
	border-radius: 15px;
	border-color: #E47545;
	padding: 1px;
	width: 85%;
	overflow: clip;
	background-color: #181818EE;
	line-height: 1.1;
	scroll-margin-top: 50px;
	padding: 15px;
}
.seasonPoster {
	float: left;
	height: 500px;
	margin-right: 20px;
}
.seasonName {
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 25px;
	font-size: xx-large;
	font-family: BB, Roboto, sans-serif;
	line-height: 0.5;
}
.seasonTable table {
		border-collapse: collapse;
		/*width: 50%;*/
		min-width: 800px;
		margin: 20px auto 20px auto;
}
.seasonTable td {
		 border-bottom: 1px dotted #DDD;
		 padding: 5px;
}
.seasonTable th {
		 border-top: 1px dotted #DDD;
		 border-bottom: 1px dotted #DDD;
		 background-color: #303030;
		 text-align: left;
}

/* ---------------------------------------- ------------ ---------------------------------------- */
/* ---------------------------------------- EPISODE CARD ---------------------------------------- */
/* ---------------------------------------- ------------ ---------------------------------------- */
.episodeCard {
	position: relative;
	z-index: 0;
	margin: auto;
	border-style: solid;
	border-width: 1px;
	border-radius: 15px;
	padding: 1px;
	width: 95%;
	overflow: clip;
	min-height:530px;
	background-color: #181818EE;
	line-height: 1.1;
	scroll-margin-top: 50px;
}
.episodeCardBG{
	position: absolute;
	z-index:-1;
	top: -1px;
	left: -1px;
	width: 100.5%;
	overflow:hidden;
	object-fit:contain;
	mask-image:
		linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0.8) 60%, rgba(0,0,0,0));
}
.episodeCardBG2{
	position: absolute;
	z-index:-1;
	bottom: 120px;
	right: 0;
	width: 40%;
	overflow:hidden;
	object-fit:contain;

}
.episodeCardFlare{
	position: absolute;
	z-index:-1;
	left: 0;
	top: 0;
	overflow:hidden;
	object-fit:contain;
}
.episodeCardTable{
	margin-top: 550px;
	width: 100%;
	height: 100%;
}


	/* | ---------------------------------------- EPISODE CARD BLOCKS ---------------------------------------- */
	.titleBlock {
		margin-left: auto;
		margin-right: auto;
		width: 98%;
	}
	.detailBlock {
		margin-left: 56px;
		margin-right: 35%;
		border-width: 0;
		height: auto;
		min-height: 100%;
		/*border-radius: 8px;
		width: fit-content;
		background-color: #18181890;
		padding: 3px;*/
	}
	.detailBlock > table {
		height: 100%;
		min-height: 280px;
	}
	.detailBlock > table > tbody > tr:last-child > td {
		/* Make the last row fill the remaining space */
		height: 100%;
		vertical-align: bottom;
		padding-bottom: 8px;
	}
	.detailBlock a {
		text-decoration: underline dotted;
	}
	.lowerTitle {
		text-align: right;
		margin-right: 16px;
		font-size: x-large;
		font-family: BBI, Roboto, sans-serif;
		font-weight: bold;
	}
	.ratingBlock {
		margin-left: auto;
		margin-right: auto;
		width: 98%;
		border: 2px solid #C0C0C0;
		z-index: 1;
	}


		/* || ---------------------------------------- TITLE BLOCK ELEMENTS ---------------------------------------- */
		.seasonEpisodeNumberBox {
			text-align: left;
			font-size: large;
			vertical-align: bottom;
			font-weight: bold;
			line-height: 1;
		}
		.airDateBox {
			border: 1px solid #C0C0C0;
			text-align: center;
			background-color:rgba(0,0,0,0.6);
			width: 90px;
			height: 24px;
			line-height: 0.9;
			padding-top: 0px;
			font-size: 14px;
		}
		.SepisodeNumberBox {
			border: 1px solid #C0C0C0;
			text-align: center;
			background-color:rgba(0,0,0,0.6);
			width: 90px;
			height: 24px;
			line-height: 0.9;
			padding-top: 0px;
		}
		.FepisodeNumberBox {
			border: 1px solid #C0C0C0;
			text-align: center;
			background-color:rgba(0,0,0,0.6);
			width: 90px;
			height: 24px;
			cursor: help;
			line-height: 0.9;
			padding-top: 0px;
		}
		.combadgeBox {
			text-align: center;
			font-size: xx-large;
			height: 36px;
			width: 36px;
			line-height: 0;
			vertical-align: top;
		}
		.titleBox {
			position: relative;
			text-align: left;
			font-size: xx-large;
			height: 36px;
			font-family: BBI, Roboto, sans-serif;
			font-weight: bold;
		}
		.titleMarginBox {
			width: auto;
		}
		.summaryBox {
			padding-right: 16%;
		}
		.summary {
			text-align: left;
			font-size: small;
			font-style: italic;
			/*background-color: #18181890;*/
			border-radius: 5px;
			height: auto;
			width: fit-content;
			padding: 2px;
		}
		.arcDescription {
			font-style: normal;
			font-size: medium;
			color: #FFFBAA;
			background-color: #555100;
			padding: 2px;
			border-radius: 2px;
		}
		

		/* || -------------------- DETAIL BLOCK ELEMENTS -------------------- */
		.timelinePopup {
			position: absolute;
			left: 0%;
			top: 50%;
			transform: translateX(-100%) translateY(-50%);
			z-index: 12;
			transition: .3s;
			vertical-align: middle;
		}
		.timelinePopup table{
			display: inline-block;
			vertical-align: middle;
		}
		.timelinePopupTab {
			position: absolute;
			left: 0;
			top: 50%;
			transform: translateY(-50%);
			z-index: 5;
			height: fit-content;
			width: 16px;
			font-size: small;
			background-color: #000030;
			text-align: center;
			cursor: pointer;
		}
		.timelineCloseTab {
			display: inline-block;
			z-index: 6;
			height: fit-content;
			width: 16px;
			font-size: small;
			background-color: #300030;
			text-align: center;
			vertical-align: middle;
			cursor: pointer;
		}
		.iconBox {
			text-align: center;
			font-size: x-large;
			height: 24px;
			width: 36px;
			line-height: 0;
		}
		.iconDescription {
			border-radius: 8px;
			text-align: left;
			font-size: medium;
			height: auto;
			width: fit-content;
			background-color: #18181890;
			padding: 3px;
		}
		.sectionHead {
			position: relative;
			color: #E47545;
			font-family: BB, Roboto, sans-serif;
			font-size: x-large;
			font-style: italic;
			border-bottom: 1px solid #E47545;
			vertical-align: bottom;
			overflow: hidden;
		}
		.discretionWarning {
			color: #f03a17;
		}
		.thoughts {
			border-radius: 8px;
			text-align: left;
			font-size: medium;
			height: auto;
			width: fit-content;
			/*margin-top: 10px;*/
			margin-bottom: 20px;
			padding: 3px;
			font-family: CCS,Georgia,serif;
			font-size: 16px;
		}
		.annoyingCharacter {
			border-radius: 8px;
			text-align: left;
			font-size: medium;
			height: auto;
			width: fit-content;
			margin-top: 10px;
			margin-bottom: 20px;
			padding: 3px;
			font-family: CCS,Georgia,serif;
			font-size: 16px;
		}
		.references{
			border-radius: 8px;
			text-align: left;
			font-size: medium;
			height: auto;
			width: fit-content;
			margin-bottom: 10px;
			padding: 3px;
			font-family: CCS,Georgia,serif;
			font-size: 16px;
		}
		.quotes{
			border-radius: 8px;
			text-align: left;
			font-size: medium;
			height: auto;
			width: fit-content;
			margin-bottom: 10px;
			padding: 3px;
			font-family: CCS,Georgia,serif;
			font-size: 16px;
		}
		.nitpickery {
			border-radius: 8px;
			text-align: left;
			font-size: medium;
			height: auto;
			width: fit-content;
			margin-bottom: 10px;
			padding: 3px;
			font-family: CCS,Georgia,serif;
			font-size: 16px;
		}
		.nerdery {
			font-family: CCS,Georgia,serif;
			font-size: 16px;
			margin-bottom: 10px;
			padding: 3px;
			font-family: CCS,Georgia,serif;
			font-size: 16px;
		}
		.distinctions {
			float: left;
			margin-top: 10px;
			img {
				margin-right: 12px;
			}
			
		}
		.distinctionDescriptions{
			font-size: medium;
			border-radius: 8px;
			text-align: left;
			height: auto;
			width: 100%;
			padding: 3px;
			margin-top: 10px;
			font-family: CCS,Georgia,serif;
			font-size: 16px;
		}
		.quote {
			border-radius: 10px;
			text-align: center;
			font-size: x-large;
			font-weight: bold;
			font-family: "Times New Roman", serif;
		}

		.watchRecommendationExplanation {
			border-radius: 8px;
			text-align: left;
			font-size: medium;
			height: auto;
			width: fit-content;
			background-color: #18181890;
			padding: 3px;
		}


		/* || -------------------- RATING BLOCK ELEMENTS -------------------- */
		.myRatingDescriptionBox {
			text-align: right;
			vertical-align: bottom;
			width: 200px; height: 24px;
			font-weight: bold;
			padding-bottom: 5px;
		}
		.SFDratingDescriptionBox {
			text-align: right;
			width: 200px; height: 24px;
			font-weight: bold;
		}
		.EASratingDescriptionBox {
			text-align: right;
			width: 200px; height: 24px;
			font-weight: bold;
		}
		.NIMDBratingDescriptionBox {
			text-align: right;
			width: 200px; height: 24px;
			font-weight: bold;
		}
		.starRatingBox {
			font-size: large;
			padding-left: 10px;
		}
		.prosBox {
			width: 250px;
			border-left: 1px dotted #C0C0C0;
			border-right: 1px dotted #C0C0C0;
			vertical-align: top;
			line-height: 1.2;
			padding-left: 5px;
			padding-right: 3px;
			font-size: small;
		}
		.consBox {
			width: 250px;
			border-left: 1px dotted #C0C0C0;
			border-right: 1px dotted #C0C0C0;
			vertical-align: top;
			line-height: 1.2;
			padding-left: 5px;
			padding-right: 3px;
			font-size: small;
		}
		.proconTitle {
			width: 100%;
			margin: auto;
			text-align: center;
			text-decoration: underline;
			font-size: medium;
		}
		.pro {
			font-weight: bold;
			font-size: medium;
			color: green;
			text-shadow: green 0px 0px 5px;
		}
		.con {
			font-weight: bold;
			font-size: medium;
			color: red;
			text-shadow: red 0px 0px 5px;
		}
		.ratingsInfoLinkBox{
			font-size: small;
			vertical-align:bottom;
			text-align: right;
		}
		.ratingsInfoLinkBox a {
			white-space: normal;
			background-color: #18181890;
		}

			/* ||| --- NOSTALGIA METER BOX --- */
			.nostalgiaMeterBox {
				border: 1px solid #CCCCCC;
				text-align: center;
				background-color:rgba(51,51,51,0.7);
				width: 150px;
				vertical-align:top;
				line-height: 1;
			}
			.nostalgiaMeterTitle {
				font-size: small;
			}

			/* ||| --- SCORE BOX --- */
			.ScoreBox {
				border: 4px solid #e47545;
				text-align: center;
				color: #000000;
				background-color: #ccc;
				width: 120px;
				vertical-align:middle;
				font-weight: bold;
			}
			.SeasonPlaceBox {
				border: 4px solid #e47545;
				text-align: center;
				background-color: #333;
				width:150px;
				color:white;
				vertical-align:middle;
			}


/* ---------------------------------------- ------------ ---------------------------------------- */
/* -------------------------------------- End Episode Card -------------------------------------- */
/* ---------------------------------------- ------------ ---------------------------------------- */



.seasonReviewCard {
	position: relative;
	z-index: 0;
	margin: 10px auto 50px auto;
	border-style: solid;
	border-width: 1px;
	border-radius: 15px;
	border-color: #E47545;
	padding: 1px;
	width: 85%;
	overflow: clip;
	background-color: #181818EE;
	line-height: 1.1;
	scroll-margin-top: 50px;
	padding: 15px;
	margin-top: 60px;
}
.seasonReviewRibbon {
	float: right;
	height: 350px;
	margin-left: 12px;
}