main .widget a {
	text-decoration: underline;
	color: #2b2d42;
}

main .widget a:hover {
	color: #d90429;
}

/*===============================
=> Info Section Style Sheet
===============================*/

#show-info > h2::before {
	content: "\f05a";
}

#show-info .widget-content {
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	background-color: #f9f9f9;
	padding: 20px;
}

#show-info .widget-content > * + * {
	margin-left: 1.25em;
}

#show-poster {
	flex: 0 0 auto;
	width: 220px;
	overflow: hidden;
}

#show-poster img {
	display: block;
}

#show-details {
	margin-top: 0.3125em;
	flex: 1;
}

#show-details li:not(.about-eps) {
	line-height: 1.8;
}

#show-details li span {
	font-weight: 300;
}

#show-details li.about-eps {
	background-color: #eee;
}

#show-details li.about-eps section {
	margin-top: 0.9375em;
	padding: 15px;
}

#show-details li.about-eps section * {
	margin: 0;
}

#show-details li.about-eps section h3 {
	font-size: 1.0625em;
	color: #8d99ae;
	margin-bottom: 10px;
}

#show-details li.about-eps section h3::before {
	content: "\f05a";
	font: bold 0.8888em "Font Awesome 5 Free";
	margin-right: 0.3125em;
}

#show-details li.about-eps section p {
	font-size: 0.9375em;
}

@media only screen and (max-width: 500px) {
	#show-info .widget-content {
		flex-flow: column;
		align-items: center;
	}

	#show-info .widget-content > * + * {
		margin-top: 25px;
		margin-left: 0;
	}
}

/*===============================
=> Comments Section Style Sheet
===============================*/

#comments > h2::before {
	content: "\f086";
}

#comments .widget-content > h3 {
	margin: 0;
	margin-bottom: 30px;
	font: italic 1.125em "Nunito", serif;
	color: #d90429;
	text-align: center;
}

#comments .widget-content > h3 span {
	position: relative;
}

#comments .widget-content > h3 span::after {
	content: "";
	border-top: 1px dashed #ccc;
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 7.5%;
	right: 7.5%;
}

#comments .comment {
	display: -webkit-flex;
	display: flex;
	flex-flow: wrap;
}

#comments .comment + .comment {
	margin-top: 25px;
}

#comments .user-avatar {
	flex: 0 0 60px;
	height: 60px;
	border: 2px solid #eee;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

#comments .user-avatar a {
	display: block;
	height: 100%;
	background-position: center;
	background-size: cover;
}

#comments .comment-body {
	flex: 1;
	margin-left: 0.9375em;
	background-color: #f9f9f9;
	padding: 0.625em;
	position: relative;
}

#comments .comment-body::before {
	content: "";
	position: absolute;
	border: 7px solid transparent;
	border-left: none;
	border-right-color: #f2f2f2;
	left: -7px;
	top: 15px;
}

#comments .comment-options,
#comments .nested-comments-list {
	width: 100%;
}

#comments .comment-meta {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	color: #8d99ae;
	font-size: 0.8125em;
	cursor: default;
}

#comments .comment-user {
	font-style: italic;
}

#comments .comment-user a {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

#comments .comment-meta a:hover {
	text-decoration: underline;
}

#comments .comment-date {
	word-break: break-all;
}

#comments .comment-date::before {
	content: "\f073";
	font-family: "Font Awesome 5 Free";
	margin-right: 2px;
	font-size: 0.923em;
}

#comments .comment p {
	font-size: 0.875em;
	margin: 0;
	margin-top: 0.71428em;
	line-height: 1.4;
}

#comments .comment-options {
	margin-left: -webkit-calc(60px + 1.3636em + 5px);
	margin-left: calc(60px + 1.3636em + 5px);
	margin-top: 0.90909em;
	margin-right: 5px;
	display: -webkit-flex;
	display: flex;
	font-size: 0.6875em;
}

#comments .comment-edit-reply-links {
	margin-left: auto;
}

#comments .comment-options .replies button {
	font-size: 1.1818em;
	padding: 0;
	background-color: transparent;
	border: none;
	text-decoration: underline;
	cursor: pointer;
	outline: none !important;
	color: inherit;
}

#comments .comment-options .replies button:hover {
	color: #d90429;
}

#comments .comment-edit-reply-links > span + span {
	margin-left: 1em;
}

#comments .comment-options span::before {
	font: bold 0.9em "Font Awesome 5 Free";
	color: #d90429;
	margin-right: 3px;
}

#comments .edit-comment::before {
	content: "\f044";
}

#comments .delete-comment::before {
	content: "\f1f8";
}

#comments .reply::before {
	content: "\f3e5";
}

#comments .replies::before {
	content: "\f122";
}

#comments .replies::after {
	content: "\f0dd";
	font: bold 0.9em "Font Awesome 5 Free";
	color: #8d99ae;
	margin-left: 4px;
}

#comments .replies.hidden::after {
	content: "\f0de";
	position: relative;
	top: 3px;
}

#comments .nested-comments-list {
	margin-top: 25px;
	margin-left: -webkit-calc(60px + 0.9375em);
	margin-left: calc(60px + 0.9375em);
	margin-bottom: 5px;
}

#comments-write {
	margin-top: 30px;
}

#comments-write h3 {
	margin: 0;
	font: italic 1.125em "Nunito", serif;
	text-align: center;
	cursor: default;
}

#comments-write h3::before {
	content: "\f56b";
	font: bold 1em "Font Awesome 5 Free";
	color: #d90429;
	margin-right: 0.38888em;
}

#comments-write h3 span {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 2px;
}

#comments-write .write-section {
	display: -webkit-flex;
	display: flex;
	margin-top: 30px;
}

#comments-write .user-info {
	text-align: center;
	flex-shrink: 0;
}

#comments-write .user-avatar {
	display: block;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	border: 2px solid #eee;
}

#comments-write form {
	flex-grow: 1;
	margin-left: 0.9375em;
}

#comment-message p {
	font: 0.875em "Nunito", serif;
	background-color: #eee;
	padding: 0.71428em 1em;
	color: #2b2d42;
	margin-top: 1.785em;
}

#comment-message p span {
	font-weight: bold;
}

#comment-message button {
	outline: none;
	background-color: transparent;
	border: none;
	color: #d90429;
	cursor: pointer;
	font-size: 0.9285em;
	padding: 0;
	margin: 0 7px;
}

#comment-message button span {
	text-decoration: underline;
}

#comments-write form textarea {
	min-height: 100px;
	line-height: 1.4;
	resize: vertical;
	background-color: #f9f9f9;
}

#comments-write form textarea {
	display: block;
	width: 100%;
	padding: 0.6666em;
	border: 2px solid #eee;
	outline: none !important;
	font-size: 0.875em;
}

#comments-write form textarea:focus {
	border-color: #ccc;
}

#comments-write form textarea::placeholder {
	font-style: italic;
	font-weight: normal;
	color: #8d99ae;
}

#comments-write .clear-submit-btns {
	text-align: right;
	margin-top: 15px;
}

#comments-write p.hide {
	display: none;
}

#post-btn,
#clear-btn {
	outline: none !important;
	background-color: transparent;
	border: 2px solid transparent;
	padding: 0.3333em 1em;
	font-size: 0.9375em;
	font-weight: bold;
	cursor: pointer;
}

#post-btn {
	margin-left: 0.9375em;
	background-color: #d90429;
	color: #fff;
}

#clear-btn {
	border-color: #eee;
}

#post-btn:hover,
#clear-btn:hover {
	color: #d90429;
	background-color: transparent;
	border-color: currentColor;
}

@media only screen and (max-width: 500px) {
	#comments .user-avatar {
		flex-basis: auto;
		width: 40px;
		height: 40px;
	}

	#comments .comment-body {
		margin-left: 10px;
	}

	#comments .comment-body::before {
		border-width: 5px;
		left: -5px;
	}

	#comments .nested-comments-list {
		margin-left: 50px;
	}

	#comments .comment-meta {
		flex-flow: column;
	}

	#comments .comment-meta > span + span {
		margin-top: 5px;
	}

	#comments .comment-options {
		margin-left: 55px;
	}
}
