/***
*Table of contents*

Annotated Bibliography posts
Publication post
Audio post
Video post
Podcast post
Article post

Related post section
Suggested post section
***/
/* ==============================
Annotated Bibliography posts
============================== */
#page .bibliography-top {
	background-color: #2d0a0a;
	background-image: url(../../../../uploads/2023/07/Resource-header-bground.png);
	height: 100%;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	position: relative;
}

#page .bibliography-top-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

#page .bibliography-top-wrapper,
#page .bibliography-content {
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
	padding-inline: 50px;
}

#page .bibliography-top-title {
	margin-top: 350px;
	display: block;
	color: #fff;
	margin-bottom: var(--s-space);
}

#page .bibliography-content {
	display: flex;
	justify-content: space-between;
	margin-top: var(--l-space);
}

#page .bibliography-content-right {
	width: 100%;
	max-width: 680px;
	padding-left: 50px;
}

#page .bibliography-content-header {
	color: var(--secondary-color);
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
#page .bibliography-content-category span:not(:last-child):after {
	content: "/";
}

#page .bibliography-content-description-wrapper {
	margin-bottom: var(--m-space);
}

#page .bibliography-go-list {
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: var(--l-space);
}

@media only screen and (max-width: 1368px) {
	#page .bibliography-content-right {
		margin-right: 80px;
	}
}

@media only screen and (max-width: 992px) {
	#page .bibliography-top-title {
		margin-top: 240px;
	}

	#page .bibliography-content {
		flex-direction: column;
		margin-top: var(--m-space);
		align-items: center;
		padding: 0;
	}
	#page .bibliography-top-wrapper {
		padding-right: 20px;
	}
	#page .bibliography-content-left,
	#page .bibliography-content-right,
	#page .bibliography-go-list {
		padding-inline: 20px;
	}

	#page .bibliography-content-right {
		margin-top: var(--m-space);
		margin-right: 0;
	}
	#page .bibliography-top-title {
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	#page .bibliography-top-title {
		margin-top: 180px;
	}
}

/* ==============================
Publication post
============================== */
/* publication-top */
#page .publication-top {
	min-height: 100vh;
	height: 100%;
	background-repeat: no-repeat !important;
	background-position: top !important;
	background-size: cover !important;
	position: relative;
}

#page .publication-top-wrapper,
#page .publication-content {
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
	padding-inline: 50px;
}

#page .publication-top-title {
	display: block;
	/* position: relative; */
	/* margin-top: 25%; */
	color: #fff;
	margin-top: 50vh;
	transform: translateY(-50%);
}

#page .page-top-more {
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1.5px;
	transition: 0.5s;
	padding-bottom: 25px;
	margin-bottom: 0;
}

#page .page-top-more::before {
	content: url(../../../../uploads/2023/07/down-arrow-red.png);
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 40px;
	transition: 0.3s;
}
#page .page-top-more:hover::before {
	content: url(../../../../uploads/2023/07/down-arrow-white.png);
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 45px;
}

#page .page-top-more:hover {
	color: var(--primary-color);
}

/* publication-content */
#page .publication-content {
	display: flex;
	justify-content: space-between;
	margin-top: -90px;
	z-index: 1;
	margin-bottom: var(--m-space);
}

#page .publication-content-left {
	max-width: 370px;
}

#page .publication-content-image-link {
	font-size: 0;
}

#page .publication-content-image {
	width: 100%;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
	margin-bottom: var(--s-space);
	position: relative;
}

#page .publication-content-link {
	margin-bottom: var(--s-space);
}

#page .publication-content-header {
	color: var(--secondary-color);
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

#page .publication-content-right {
	width: 100%;
	/* width: 680px; */
	max-width: 680px;
	padding-left: 50px;
	margin-top: calc(var(--l-space) + 90px); /* off set negative margin  */
}

#page .publication-content-description-wrapper {
	margin-bottom: var(--l-space);
}

#page .publication-content-description-wrapper ul {
	padding-left: 20px;
}

#page .publication-content-description-wrapper ul li::before {
	content: "\2022";
	color: var(--secondary-color);
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

#page .hide-description {
	display: none;
}

#page .publication-content-description-button {
	cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	padding-right: 30px;
	transition: var(--transition);
}

#page .publication-content-description-button::after {
	content: url(../../../../uploads/2023/07/arrow-right.png);
	position: absolute;
	transform: rotate(90deg);
	right: 10px;
	top: -2px;
}

#page .publication-content-description-button.show-less::after {
	transform: rotate(-90deg);
	right: 5px;
}

#page .publication-content-description-button:hover::after {
	content: url(../../../../uploads/2023/07/arrow-right-hover.png);
}

@media only screen and (max-width: 1368px) {
	#page .publication-content-right {
		margin-right: 80px;
	}
}

@media only screen and (max-width: 992px) {
	/* #page .publication-top-title {
		margin-top: 40%;
	} */

	#page .publication-content {
		flex-direction: column;
		margin-top: var(--m-space);
		align-items: center;
		padding: 0;
	}
	#page .publication-top-wrapper {
		padding-right: 20px;
	}
	#page .publication-content-left,
	#page .publication-content-right,
	#page .publication-content-description-wrapper,
	#page .post-related-section-inner {
		padding-inline: 20px;
	}

	#page .publication-content-right {
		margin-top: var(--m-space);
		margin-right: 0;
	}
}

@media only screen and (max-width: 992px) {
	#page .publication-top-title {
		margin-left: 0;
	}
}

/* ==============================
Video post
============================== */
/* .single-series #page .masthead,
.single-series #page .masthead .mobile-header-bar {
	position: absolute;
} */
.video-top-wrapper-image-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0 50px;
}

.video-top-wrapper-image-wrapper img {
	max-width: 1200px;
	width: 100%;
	margin-inline: auto;
}

#page .video-top-wrapper,
#page .video-post-title,
#page .video-content {
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
	padding-inline: 50px;
}

#page .video-top-wrapper {
	height: calc(100% + 100px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	transform: translateY(-10%);
}

#page .video-content {
	display: flex;
	justify-content: space-between;
	margin-bottom: var(--m-space);
}

#page .embed-container {
	margin-top: var(--m-space);
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

#page .responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#page .video-post-title {
	margin-top: var(--xl-space);
	margin-bottom: var(--m-space);
}

#page .video-content-left {
	max-width: 370px;
}

#page .video-content-right {
	width: 100%;
	max-width: 680px;
	padding-left: 50px;
}

@media only screen and (max-width: 1368px) {
	#page .video-top-wrapper {
		max-width: 750px;
	}
	#page .video-top-video {
		transform: translateY(-50px);
	}

	#page .embed-container {
		margin-top: var(--l-space);
	}
	#page .video-content-right {
		margin-right: 80px;
	}
}

@media only screen and (max-width: 992px) {
	#page .video-content {
		flex-direction: column;
	}
	#page .video-top-wrapper,
	#page .video-content,
	#page .video-top-wrapper {
		padding-inline: 20px;
	}
	/* #page .embed-container {
		margin-top: 30vh;
	} */

	#page .video-post-title {
		padding-right: 20px;
	}
	#page .video-content-left {
		max-width: 680px;
		padding-inline: 20px;
	}

	#page .video-content-right {
		padding-left: 0;
	}

	#page .video-content-right {
		margin-top: var(--m-space);
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.video-top-wrapper-image-wrapper {
		margin: 0 20px;
	}
	#page .video-post-title h1 {
		margin-left: 0;
	}
}

/* ==============================
Podcast post 
============================== */
#page .podcast-top {
	position: relative;
}

/* embed link */
#page .podcast-embed-container {
	/* margin-top: calc(var(--xl-space) + 100px); */
	margin-top: 0;
	padding-top: 32%;
}

#page .podcast-other-links {
	/* margin-top: var(--xs-space); */
	position: absolute;
	top: -75px;
	right: 0;
}

#page .podcast-other-links span {
	color: #fff;
}

#page .podcast-other-link {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 16px; /* 106.667% */
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 15px 15px 13px 45px;
	margin-inline: 5px;
	background-color: var(--secondary-color);
	transition: 0.3s;
	display: inline-block;
	white-space: nowrap;
}

#page .podcast-other-link:hover {
	color: #fff;
	background: var(--hover-color);
}

#page .spotify-podcast,
#page .apple-podcast,
#page .google-podcast,
#page .other-podcast {
	position: relative;
}

#page .spotify-podcast:before,
#page .apple-podcast:before,
#page .google-podcast:before,
#page .other-podcast:before {
	position: absolute;
	top: 8px;
	left: 8px;
}
#page .spotify-podcast:before {
	content: url(../../../../uploads/2023/08/PODCAST-Spotify.png);
}

#page .apple-podcast:before {
	content: url(../../../../uploads/2023/08/PODCAST-Apple_Podcast.png);
}

#page .google-podcast:before {
	content: url(../../../../uploads/2023/08/PODCAST-Google_Podcast.png);
}

/* #page .other-podcast:before {
	content: url(/wp-content/uploads/2023/08/apple-podcast-logo.png);
} */

/* hosted link */
#page .hosted-link {
	height: 100vh;
	max-width: 1200px;
	width: 100%;
	margin-inline: auto;
	display: flex;
	align-items: center;
	padding-inline: 50px;
}

#page .hosted-link-wrapper {
	width: 100%;
	background: #282828;
	border-radius: 5px;
	padding: 40px;
}

#page .hosted-link-top {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: var(--xs-space);
}

#page .hosted-link-image {
	width: 220px;
	border-radius: 5px;
	height: auto;
}

#page .hosted-link-title {
	color: #fff;
}

#page .hosted-link-audio {
	width: 100%;
}

.display-small {
	display: none;
}

@media only screen and (max-width: 1368px) {
	#page .podcast-top-wrapper {
		max-width: 1000px;
	}
}

@media only screen and (max-width: 992px) {
	/* #page .podcast-embed-container {
		margin-top: 30vh;
	} */

	#page .hosted-link-top {
		flex-direction: column;
		margin-bottom: 0;
	}
	#page .hosted-link-wrapper {
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {
	/* #page .podcast-embed-container {
		padding-top: 56.25%;
	} */
	.display-large {
		display: none;
	}
	.display-small {
		display: block;
	}
	#page .podcast-other-links {
		top: -55px;
	}

	#page .podcast-other-link {
		padding: 5px 5px 2px 5px;
	}
}

/* ==============================
Article post
============================== */
#page .article-content-description-wrapper img {
	width: 100%;
}

#page .article-content-left {
	max-width: 300px;
}

#page .article-content-right {
	max-width: 800px;
}

/* ==============================
Related post section
============================== */
#page .post-related-items {
	margin-bottom: var(--m-space);
}

#page .post-related-item {
	display: flex;
	column-gap: 20px;
	align-items: center;
}

#page .post-related-item:not(:last-child) {
	margin-bottom: var(--xs-space);
}

/* image hover line decoration effect */
#page .post-related-item-image-wrapper span {
	display: block;
	z-index: 2;
}

#page .post-related-item-image-wrapper span::before,
#page .post-related-item-image-wrapper span::after {
	content: "";
	position: absolute;
	background: var(--secondary-color);
	transition: all 0.3s;
}

/* left line */
#page .post-related-item-image-wrapper span::before {
	width: 5px;
	height: 0;
}

#page .post-related-item-image-wrapper span::before {
	left: 0;
	bottom: 0;
}

#page .post-related-item a:hover .post-related-item-image-wrapper span::before {
	height: 100%;
}

/* bottom line */
#page .post-related-item-image-wrapper span::after {
	width: 0;
	height: 5px;
}

#page .post-related-item-image-wrapper span::after {
	left: 0;
	bottom: 0;
}

#page .post-related-item a:hover .post-related-item-image-wrapper span::after {
	width: 100%;
}

/* image hover zoom-in effect */
#page .post-related-item-image-wrapper {
	width: 160px;
	/* height: 120px; */
	height: 107px;
	position: relative;
	overflow: hidden;
	transition-duration: 0.5s;
}

#page .post-related-item img {
	width: 160px;
	/* height: 120px; */
	height: 107px;
	transition-duration: 0.5s;
}

#page .post-related-item a:hover img {
	transform: scale(1.1, 1.1);
	transition-duration: 0.5s;
}

#page .post-related-item a {
	font-size: clamp(0.938rem, 0.847rem + 0.37vw, 1.125rem);
	font-style: normal;
	font-weight: 700;
	line-height: 1.2em;
}

/* ==============================
Suggested post section
============================== */
#page .suggested-post-section {
	padding-inline: 50px;
	margin-bottom: var(--l-space);
}

#page .suggested-post-section-top {
	text-align: center;
	margin-bottom: var(--m-space);
}

#page .suggested-post-slider-wrapper {
	padding-inline: 75px;
}

#page .suggested-post-slider-inner {
	padding-inline: var(--xs-space);
}

#page .suggested_posts_slider .slick-prev {
	left: -75px;
}

#page .suggested_posts_slider .slick-prev:before {
	content: url(../../../../uploads/2023/07/Previous-button.png);
	opacity: 1;
	transition: 0.5s;
}

#page .suggested_posts_slider .slick-prev:hover:before {
	content: url(../../../../uploads/2023/07/Previous-button-hover.png);
}

#page .suggested_posts_slider .slick-next {
	right: -60px;
}

#page .suggested_posts_slider .slick-next:before {
	content: url(../../../../uploads/2023/07/Next-button.png);
	opacity: 1;
	transition: 0.5s;
}

#page .suggested_posts_slider .slick-next:hover:before {
	content: url(../../../../uploads/2023/07/Next-button-hover.png);
}

#page .suggested-post-slider-inner {
	position: relative;
}

#page .suggested-post-slider-category {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 10;
	padding: 10px 10px 8px 10px;
	background: var(--secondary-color);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

#page .suggested-post-slider-category::before {
	content: url(../../../../uploads/2023/07/category-tag.png);
	position: absolute;
	top: 1px;
	left: -36px;
}

#page .suggested-post-slider-link:hover .suggested-post-slider-category {
	background: var(--primary-color);
}

#page
	.suggested-post-slider-link:hover
	.suggested-post-slider-category::before {
	content: url(../../../../uploads/2023/07/category-tag-hover.png);
}

#page .suggested-post-slider-content a:hover h4 {
	color: var(--hover-color);
}
#page .suggested-post-slider-link a {
	font-size: 15px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	position: relative;
	padding-right: 30px;
}

#page .suggested-post-slider-link a::after {
	content: url(../../../../uploads/2023/07/arrow-right.png);
	position: absolute;
	top: 0;
	right: 10px;
	transition: 0.3s;
}

#page .suggested-post-slider-link a:hover:after {
	content: url(../../../../uploads/2023/07/arrow-right-hover.png);
	right: 0px;
}

/* image hover zoom-in effect */
#page .suggested-post-image-wrapper {
	position: relative;
	overflow: hidden;
	transition-duration: 0.5s;
	margin-bottom: var(--xs-space);
}

#page .suggested-post-slider-inner .suggested-post-slider-top img {
	transition-duration: 0.5s;
}

#page .suggested-post-slider-inner .suggested-post-slider-top:hover img {
	transform: scale(1.1, 1.1);
	transition-duration: 0.5s;
}

/* image hover line decoration effect */
#page .suggested-post-image-wrapper span {
	display: block;
}

#page .suggested-post-image-wrapper span::before,
#page .suggested-post-image-wrapper span::after {
	content: "";
	position: absolute;
	background: var(--secondary-color);
	transition: all 0.3s;
	z-index: 2;
}

/* left line */
#page .suggested-post-image-wrapper span::before {
	width: 15px;
	height: 0;
}

#page .suggested-post-image-wrapper span::before {
	left: 0;
	bottom: 0;
}

#page
	.suggested-post-slider-inner
	.suggested-post-slider-top:hover
	.suggested-post-image-wrapper
	span::before {
	height: 100%;
}

/* bottom line */
#page .suggested-post-image-wrapper span::after {
	width: 0;
	height: 15px;
}

#page .suggested-post-image-wrapper span::after {
	left: 0;
	bottom: 0;
}

#page
	.suggested-post-slider-inner
	.suggested-post-slider-top:hover
	.suggested-post-image-wrapper
	span::after {
	width: 100%;
}

/* mobile pagination dots */
#page .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	bottom: -45px;
	padding: 0;
	margin-inline: 0;
}

#page .slick-dots li {
	margin: 0 5px;
}

#page .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--hover-color);
	border: none;
	cursor: pointer;
}

#page .slick-dots li button::before {
	display: none;
}

#page .slick-dots li.slick-active button {
	background-color: var(--secondary-color);
}

@media only screen and (max-width: 767px) {
	#page .suggested-post-slider-wrapper {
		padding-inline: 25px;
	}
	#page .suggested-post-slider-top {
		padding-right: 10px;
		margin-right: 1px;
	}
	#page .suggested-post-section {
		padding-inline: 20px;
	}
	#page .suggested-post-slider-inner {
		padding-inline: 0;
	}
	#page .suggested-post-slider-category {
		right: 0;
	}
}
