/*
Theme Name: #SchoolNews 2024
Theme URI: https://sn.aprdev.net
Author: the Aprilred team
Author URI: https://aprilred.com/
Description: Custom theme for the #SchoolNews website.
Version: 1.0
Tags: school, news, schoolnews
Text Domain: schoolnews
*/


/*
TABLE OF CONTENTS
1.0 Normalize CSS
2.0 Variables
3.0 General Settings
4.0 Header
5.0 Footer
6.0 Home Page
7.0 Articles Page
8.0 Galleries Page
*/


/* ---------------------------------- */
/* ------- 1.0 Normalize CSS -------- */

/**
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

 html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	max-width: 100%;
	max-height: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
	width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

/* End of Normalize CSS */


/* ---------------------------------- */
/* --------- 2.0 Variables ---------- */

:root {
    /* Colors */
    --white: #fff;
	--purple: #84A0FE;
	--lavender: #DDE4FF;
	--purple-light: #C4D1FF;
	--blueberry: #6184FE;
	--yellow: #FFBD28;
	--orange: #FF8A01;
	--dark-blue: #00226C;
	--cetacean-blue: #001647;
	--black-chineze: #161616;
	--dark-grey: #353535;

	/* Default Version */

	--body-bg: rgba(221,228,255,1);
	--header-bg: rgba(132,160,254,1);         
	--footer-bg: rgba(97, 132, 254, 1);         
	--banner-bg: rgba(97, 132, 254, 1);
	--accent-aricle-bg-x: rgba(221, 228, 255, 1);
	--accent-article-bg-y: rgba(221, 228, 255, 1);
	--accent-article-c: rgba(255,255,255,1);
	--accent-article-highlight: rgba(255, 189, 40, 1);
	--accent-article-line-c: rgba(97, 132, 254, 1);
	--subtitle-bg: rgba(132,160,254,1);
	--category-tag-color: rgba(97, 1   32, 254, 1);
	--category-bg: rgba(221,228,255,1);
	--category-bg-hover: rgba(0, 34, 108, 1);
	--category-icon-bg: rgba(97, 132, 254, 1);
	--category-icon-bg-hover: rgba(255, 255, 255);
	--category-icon-c: rgba(255, 255, 255);
	--category-icon-c-hover: rgba(97, 132, 254, 1);
	--btn-bg-on-color: rgba(255, 138, 1, 1); 
	--btn-bg-on-white: rgba(255, 138, 1, 1);
	--multimedia-icon-c: rgba(97, 132, 254, 1);
	--podcast-bg: rgba(0, 34, 108, 1);
	--podcast-c: rgba(255, 255, 255, 1);
	--podcast-icon-bg: rgba(255, 189, 40, 1);


    /* Font */ 
	--regular: 400;
	--semibold: 600;
	--bold: 800;


    /* Sizing */
    --page-size: 1440px;
	--page-padding: 6.5rem;
	--page-narrow-padding: 27.5rem;
}

/* End of Variables */




/* ---------------------------------- */
/* ----- 3.0 General Settings ------- */


html {
    text-rendering: geometricPrecision;
}

body {
	background-color: var(--body-bg);
}

html.scroll-lock {
	overflow: hidden;
}

html.mobile-menu-active body::before {
	content: '';
	position: fixed;
	inset: 0;
	z-index: 1;
}

body {
    font-family: "Red Hat Display", sans-serif;
	font-weight: 500;
}

p {
	margin-bottom: 0.75rem;
}

[data-href] {
    cursor: pointer;
}

.only-mobile {
	display: none;
}

.only-desktop {
	display: block;
}

.menu-toggle {
	display: none;
}

.site-inner {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

/*.wrap {
	width: 100%;
	max-width: var(--page-size, 100%);
	padding-inline: var(--page-padding, 0px);
    margin: 0 auto;
}

.narrow-wrap {
	width: 100%;
	max-width: var(--page-size, 100%);
	padding-inline: var(--page-narrow-padding, 0px);
    margin: 0 auto;
} */

.content-wrap {
	padding-inline: 8rem;
	position: relative;
}

/*
.purple-wrapper {
	width: 100%;
	padding-block: 4.6rem 5.5rem;
	background-color: var(--blueberry);
	padding-inline: 14.5rem;
}

.white-wrapper {
	width: 1467px;
	max-width: 100%;
	background-color: var(--white);
	padding-block: 5.25rem 8rem;
	margin: 0 auto;
} */

.section-view-more-button {
	background-color: var(--btn-bg-on-white);
	color: var(--white);
	margin-inline: auto;
	margin-top: 3rem;
	width: fit-content;
	text-transform: uppercase;
}

.section-view-more-button:hover {
	filter: brightness(120%);
}

.section-view-more-button#left-aligned {
	text-align: left;
	padding-left: 8rem;
}

.section-view-more-button a {
	padding: 1.25rem 3rem;
	display: inline-block;
	font-weight: 900;
}

.section-title {
	background-color: var(--subtitle-bg);
	margin-left: -8rem;
	color: var(--white);
	margin-bottom: 3rem;
	text-transform: uppercase;
	font-size: 1.25rem;
	padding: 0.75rem 1.35rem 0.75rem 2rem;
	width: fit-content;
	font-weight: 700;
}

.page_banner {
	width: 100%;
	height: 60vh;
}

.page_banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-template-default .page_content,
.page-template-page-about .page_content,
.page-template-page-contact .page_content {
	background-color: var(--white);
	padding-block: 2.5rem 6rem;
	margin: 0 auto;
	width: 1467px;
	max-width: 100%;
}

.page-template-page-about .section-view-more-button {
	margin: 4rem 0;
	text-align: left;
}

.page-template-default .page_title,
.page-template-page-about .page_title,
.page-template-page-contact .page_title {
	padding-block: 5.5rem 0;
}

.page_title, .page-title {
	text-align: center;
	padding-block: 5.875rem 2rem;
	font-weight: 900;
	font-size: 2.25rem;
	color: var(--dark-grey);
	width: 1467px;
	max-width: 100%;
	background-color: var(--white);
	margin: 0 auto;
}

.page_title#left-aligned {
	text-align: left;
	padding-left: 8rem;
}



/* End of General Settings */




/* ---------------------------------- */
/* ---------- 4.0 Header ------------ */

.site-header {
	background-color: var(--header-bg);
	width: 100%;
}

.site-header-main {
	width: 100%;
	max-width: 1467px;
	display: flex;
	min-height: 106px;
	color: var(--white);
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.site-header-menu {
	padding-left: 4rem;
}

.site-header-menu ul{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	gap: 1.5rem;
	font-size: 1rem;
}

.site-header-menu ul li {
	position: relative;
	transition: color 0.3s ease;
}

.site-header-menu ul li:hover {
	color: var(--btn-bg-on-color);
}

.current-menu-item {
	font-weight: 800;
}

.social-menu {
	justify-content: flex-end !important;
}

/*.site-header-menu ul li:nth-last-child(2) {
	margin-left: 4rem;
} */

.site-branding {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.site-branding img {
	width: 200px;
	height: auto;
	max-height: 100px;
	object-fit: cover;
}

.site-branding svg {
	height: 100px;
}

.header-search {
	margin-inline: 2.5rem;
	position: relative;
}

.section-search-form {
	position: absolute;
	top: 50px;
	right: 0;
	width: 220px;
	z-index: 4;
	background-color: var(--white);
}

.section-search-form form {
	padding: 1rem;
}

.section-search-form form input.search-field {
	background-color: var(--white);
	padding: 0.5rem 1rem;
	color: var(--black-chineze);
	outline: none;
	border: 1px solid var(--header-bg);
}

.section-search-form form input:focus {
	border: 2px solid var(--header-bg);
}

.section-search-form form input:focus input {
	color: lightgray;
}

.section-search-form form label {
	color: #000;
}

.section-search-form button.search-submit {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--header-bg);
	color: var(--white);
	outline: none;
	border: 1px solid var(--header-bg);
	margin-top: 0.5rem;
}

.section-search-form button:hover {
	background-color: var(--banner-bg);
}

.download-icon path {
	fill: var(--banner-bg);
}

.header-search svg {
	width: 25px;
	height: 25px;
}

.header-socials {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1.35rem;
}

.section-search-form,
.close-search-icon {
	display: none;
}

.search-icon,
.close-search-icon {
	cursor: pointer;
}

.search-results article:last-of-type {
	padding-bottom: 6rem;
}

.search-results article {
	width: 1467px;
	max-width: 100%;
	background-color: var(--white);
	margin: 0 auto;
	padding-block: 1.5rem;
	display: flex;
	align-items: center;
	padding-inline: 8rem;
	gap: 2rem;
}

.search-results article .post-thumbnail {
	flex-basis: 40%;
	flex-shrink: 0;
	flex-grow: 0;
}

.search-results article img {
	max-height: 300px;
	width: 100%;
	object-fit: cover;
}

.search-results article header{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	justify-content: center;
	gap: 2rem;
}

.search-results article header h3 {
	padding-left: 0;
}

.search-results article header .entry-summary {
	
}

.search-results article header.entry-header {
	text-align: left;
	width: 100%;
}

.search-results .pagination {
	width: 1467px;
	max-width: 100%;
	background-color: var(--white);
	margin: 0 auto;
	padding-block: 3rem;
}

.search-results .pagination .nav-links {
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}

.search-results .pagination .nav-links span,
.search-results .pagination .nav-links a {
	background-color: var(--lavender);
	padding: 1rem;
	font-size: 1rem;
}

.search-results .pagination .page-numbers.current {
	background-color: var(--blueberry);
}

.search-no-results .page-content, 
.error404 .page-content {
	width: 1467px;
	max-width: 100%;
	background-color: var(--white);
	margin: 0 auto;
	padding-bottom: 8rem;
	text-align: center;
	font-size: 1.25rem;
	min-height: 40vh;
}

/* End of Header */





/* ---------------------------------- */
/* ---------- 5.0 Footer ------------ */

.site-footer {
	background-color: var(--footer-bg);
	color: var(--white);
	padding: 8.75rem 8rem 7.25rem 8rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 3rem;
}

.site-footer .footer-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2rem;
	width: 100%;
	padding-right: 4rem;
}

.footer-logo-section {
	font-size: 2rem;
}

.site-footer ul{
	width: 50%;
	margin: 0 auto;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 1.2rem;
	line-height: 30px;
	font-weight: 700;
}

.site-footer .footer-bottom  {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
	width: 100%;
	padding-inline: 0;
	flex-direction: column;
}

.legal-navigation ul {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
	flex-direction: row;
	padding-top: 2rem;
}

.legal-navigation ul li a {
	font-weight: 500;
	font-size: 0.875rem;
	text-decoration: underline;
}

.copyright-section {
	font-weight: 700;
	font-size: 1rem;
}

.footer_icons {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1.25rem;
}

.footer-social-navigation li {
	flex-wrap: nowrap;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-wrap: nowrap;
}

/* End of Footer */




/* ---------------------------------- */
/* --------- 6.0 Home Page ---------- */

.home-section,
.podcasts-section,
.categories-section,
.top-section,
.current-section {
	width: 1467px;
	max-width: 100%;
	background-color: var(--white);
	margin: 0 auto;
	padding-block: 3rem;
}

.podcasts-section .section-content-wrapper:hover .podcasts-image img,
.articles-section .section-content-wrapper:hover .article-image img,
.article-section .section-content-wrapper:hover .top-articles-image img,
.home-section .section-content-wrapper:hover .article-image img {
	filter: brightness(120%);
}

.home-section .section-content-wrapper:hover {
	opacity: 0.9;
}

.home-section .section-content-wrapper:hover .article-title, 
.article-section .section-content-wrapper:hover .top-articles-title, 
.articles-section .section-content-wrapper:hover .article-title {
	opacity: 0.8;
}

.section-content-wrapper.has_vertical_line {
	background-color: var(--accent-article-bg-y);
	padding: 3rem;
	color: var(--accent-article-c);
}

.section-content-wrapper.has_horizontal_line {
	background-color: var(--accent-aricle-bg-x);
	padding: 3rem;
	color: var(--accent-article-c);
}

.article-custom-title {
	width: 100%;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.6rem;
	padding-block: 0 1rem;
}

.article-custom-description {
	background-color: var(--accent-article-highlight);
	width: fit-content;
	display: inline !important;
	padding: 0.5rem !important;
	text-transform: uppercase !important;
	font-weight: 900;
	font-size: 0.8rem;
}

.section-content-wrapper.has_horizontal_line .article-data-wrapper,
.section-content-wrapper.has_vertical_line .article-data-wrapper {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.has_horizontal_line .article-custom-description::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 4px;
	background-color: var(--accent-article-line-c);
	bottom: -1.5rem;
	left: 0;
	transition: width 0.3s ease;
}

.has_horizontal_line:hover .article-custom-description::after {
	width: 0%;
}

.has_vertical_line .article-custom-description::after {
	position: absolute;
	content: '';
	width: 4px;
	height: 100%;
	background-color: var(--accent-article-line-c);
	left: -1.5rem;
	top: 0;
	transition: height 0.3s ease;
}

.has_vertical_line:hover .article-custom-description::after {
	height: 0%;
}

.fresh-section .section-content{
	display: grid;
	grid-template-areas:
    'lgArea lgArea .  '
    'lgArea lgArea .  ';
  	grid-gap: 1rem;
	width: 100%;
}

.fresh-section .section-content > div:first-child {
	grid-area: lgArea;
}

.fresh-section .article-image img {
	aspect-ratio: 4 / 3;
}


.multimedia-section {
	width: 100%;
	padding-block: 4.6rem 5.5rem;
	background-color: var(--banner-bg);
}

.multimedia-section .section-view-more-button {
	background-color: var(--btn-bg-on-color);
}

.multimedia-section .section-view-more-button:hover {
	filter: brightness(120%);
}

.multimedia-section .section-content{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 3rem;
	gap: 1rem;
	width: 1467px;
	max-width: 100%;
	margin: 0 auto;
	padding-inline: 8rem;
}

.multimedia-section .section-title {
	width: 100%;
	text-align: center;
	background-color: transparent;
	font-size: 2.5rem;
	font-weight: 800;
	margin-left: 0;
}

.multimedia-content-wrapper {
	width: 100%;
	aspect-ratio: 9 / 16;
	position: relative;
}

.multimedia-section .videos-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.multimedia-section .videos-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.multimedia-section .videos-title {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding-inline: 1rem;
	padding-block: 2rem;
	font-size: 1.9rem;
	color: var(--white);
	font-weight: 700;
	line-height: 2.2rem;
	background: linear-gradient(180.25deg, rgba(22, 22, 22, 0) 3.99%, #161616 99.78%);
}

.multimedia-section .videos-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.videos-play-button svg path {
	fill: var(--multimedia-icon-c);
}

.podcasts-section .section-content {
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1rem;
}

.podcasts-content-wrapper {
	background-color: var(--podcast-bg);
	color: var(--podcast-c);
	height: 100%;
}

.podcasts-image {
	width: 100%;
}

.podcasts-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.podcast-meta-data {
	padding: 1rem;
}

.podcasts-title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.8rem;
}

.podcast-bottom-data {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding-top: 1rem;
}

.podcast-play-button {
	height: 100%;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.podcast-play-button svg rect {
	fill: var(--podcast-icon-bg);
}

.podcast-details {
	font-weight: 800;
}

.podcasts-section .podcast-details {
	font-size: 0.9rem;
	font-weight: 600;
}

.podcasts-section .podcast-bottom-data {
	align-items: flex-end;
}

.categories-section .section-content {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.categories-content-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
	background-color: var(--category-bg);
	padding: 0.5rem;
}

.categories-content-wrapper:hover {
	background-color: var(--category-bg-hover);
}

.category-image {
	background-color: var(--category-icon-bg);
	border-radius: 50%;
	width: 76px !important;
	height: 76px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.categories-content-wrapper:hover .category-image {
	background-color: var(--category-icon-bg-hover);
}

.category-image  svg {
	width: 40px;
	height: 40px;
}

.category-image svg path {
	fill: var(--category-icon-c);
}

.categories-content-wrapper:hover .category-image svg path {
	fill: var(--category-icon-c-hover);
}


.category-title {
	color: var(--category-c);
	font-size: 22px;
	font-weight: 900;
}

.categories-content-wrapper:hover .category-title {
	color: var(--category-c-hover);
}

.top-section .section-content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-areas:
    'lgArea lgArea .  '
    'lgArea lgArea .  ';
  	grid-gap: 1rem;
	width: 100%;
}

.top-section .section-title {
	width: 50%;
	padding-bottom: 3rem;
	text-align: center;
	background-color: transparent;
	font-size: 2.5rem;
	font-weight: 800;
	margin: auto;
	color: var(--black-chineze);
	font-family: 'TT Neoris Trial', sans-serif;
}

.top-section .section-content > div:first-child {
	grid-area: lgArea;
}

.top-section .article-image img {
	aspect-ratio: 4 / 3;
	height: auto;
}

.article-image {
	width: 100%;
}

.article-image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.article-title {
	padding-block: 0 1rem;
	font-size: 1.5rem;
	font-family: 'TT Neoris Trial', sans-serif;
	font-weight: 700;
	line-height: 1.6rem;
}

.article-category, .articles-category {
	color: var(--category-tag-color);
	font-size: 1rem;
	text-transform: uppercase;
	padding-block: 0.5rem 0.25rem;
	font-weight: 700;
}

.top-section .section-content > div:first-child .article-title {
	font-size: 2rem;
	line-height: 2.1rem;
}

.current-section .section-content, .fresh-section .section-content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1rem;
}

.gallery-image {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
}

.gallery-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery-title {
	padding-block: 0 1rem;
    font-size: 1.5rem;
    font-family: 'TT Neoris Trial', sans-serif;
    font-weight: 700;
    line-height: 1.6rem;
}

.galleries-section .section-content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1rem;
}



/* End of Home Page */


/* ---------------------------------------- */
/* ---------- 4.0 Contact Page ------------ */

.contact_data_wrapper {
	display: grid;
	grid-template-columns: 1fr 15fr;
}

.contact_data_wrapper > div {
	padding-bottom: 1rem;
}

.contact_data_icon {
	display: flex;
	align-items: center;
}

.contact_data_content {
	width: 90%;
	color: var(--black-chineze);
}


/* End of Contact Page */



/* ---------------------------------- */
/* ------- 7.0 Articles Page -------- */

.articles-section,
.photo-galleries-section,
.archive-articles-section {
	width: 1467px;
	max-width: 100%;
	background-color: var(--white);
	margin: 0 auto;
}

.articles-section {
	padding-block: 3.25rem 4.375rem;
}

.articles-image {
	height: 264px;
	height: 100%;
}

.articles-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.articles-title {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.643rem;
	color: #000;
	letter-spacing: 0.02px;
	padding-block: 0 1rem;
}

.photo-galleries-section {
	padding-block: 3.125rem 4.75rem;
}

.photo-galleries-section .section-content {
	grid-template-columns: 1fr 1fr !important;
}

.photo-galleries-section .section-view-more-button{
	margin-top: 3.875rem;
}

.photo-galleries-content-wrapper {
	height: 400px;
	position: relative;
}

.photo-galleries-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.photo-galleries-image:hover img {
	filter: brightness(80%);
}

.photo-galleries-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.photo-galleries-title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2rem;
	color: var(--white);
	z-index: 2;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 2.1rem;
	letter-spacing: -0.01px;
	background: linear-gradient(180.25deg, rgba(22, 22, 22, 0) 3.99%, #161616 99.78%);
}

.archive-articles-section {
	padding-block: 0 4rem;
}

.top-articles-section {
	width: 100%;
	padding-block: 4.6rem 5.5rem;
	background-color: var(--banner-bg);
}

.top-articles-section .section-subtitle {
	text-align: center;
	width: 100%;
	color: var(--white);
	padding-bottom: 5.313rem;
	font-weight: 800;
	font-size: 2rem;
}

.top-articles-section .section-content {
	max-width: 1467px;
	width: 100%;
	padding-inline: 8rem;
	background-color: var(--banner-bg);
	margin: 0 auto;
}

.top-articles-image {
	height: 260px;
}

.top-articles-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.top-articles-title {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.643rem;
	letter-spacing: 0.02rem;
	padding-block: 0.5rem 1.5rem;
	color: var(--white);
}

.top-articles-category {
	color: var(--btn-bg-on-color);
	padding-top: 0.5rem;
	padding-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1rem;
}

.article-section .section-content{
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1rem;
}

.archive-articles-section .section-subtitle {
	width: 100%;
	text-align: center;
	font-weight: 900;
	font-size: 1.866rem;
}

.archive-articles-section .section-content {
	grid-template-columns: 1fr 1fr;
	padding-block: 2.5rem 3.75rem;
	background-color: var(--white);
}

.archive-articles-content-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 2rem;
	align-items: center;
	background-color: var(--podcast-bg);
	color: var(--podcast-c);
}

.archive-articles-image {
	flex-basis: 35%;
	min-width: 150px;
	height: 100%;
	display: flex;
	overflow: hidden;
}

.archive-articles-image img {
	height: 100%;
	flex-shrink: 0;
	object-fit: cover;
}

.archive-articles-data-wrapper {
	flex-basis: 70%;
	padding-right: 1rem;
}

.archive-articles-title {
	font-size: 1.25rem;
	line-height: 1.6rem;
	letter-spacing: 0.2px;
	font-weight: 800;
	padding-bottom: 0.5rem;
}

.archive-articles-category {
	color: var(--podcast-icon-bg);
	font-size: 1rem;
	text-transform: uppercase;
	padding-block: 0.5rem 0.25rem;
	font-weight: 800;
}

/* End of Articles Page */




/* ---------------------------------- */
/* ------- 8.0 Galleries Page -------- */

.newest-photo-galleries-section, 
.highlighted-photo-galleries-section,
.archive-photo-galleries-section {
	width: 1467px;
	max-width: 100%;
	background-color: var(--white);
	margin: 0 auto;
	padding-bottom: 3rem;
}


.newest-photo-galleries-section .section-content,
.highlighted-photo-galleries-section .section-content,
.archive-photo-galleries-section .section-content {
	grid-template-columns: 1fr 1fr;
}

.newest-photo-galleries-content-wrapper,
.highlighted-photo-galleries-content-wrapper {
	min-height: 400px;
	aspect-ratio: 1.25 / 1;
	position: relative;
}

.newest-photo-galleries-image,
.highlighted-photo-galleries-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.newest-photo-galleries-image::after,
.highlighted-photo-galleries-image::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0495) 14%, rgba(0, 0, 0, 0.3465) 56.5%, rgba(0, 0, 0, 0.99) 100%);
	z-index: 1;
}

.newest-photo-galleries-image img,
.highlighted-photo-galleries-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newest-photo-galleries-image:hover,
.highlighted-photo-galleries-image:hover {
	filter: brightness(120%);
}

.newest-photo-galleries-title,
.highlighted-photo-galleries-title {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	color: var(--white);
	font-size: 1.75rem;
	font-weight: 700;
	padding: 2rem;
}

.archive-photo-galleries-section .section-subtitle {
	font-size: 1.8rem;
	font-weight: 900;
	padding-top: 5rem;
	padding-bottom: 1.5rem;
	text-align: center;
}


.archive-photo-galleries-content-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 2rem;
	align-items: center;
	background-color: var(--podcast-bg);
	color: var(--podcast-c);
}

.archive-photo-galleries-data-wrapper {
	flex-basis: 70%;
	padding-right: 1rem;
}

.archive-photo-galleries-title {
	font-size: 1.25rem;
	line-height: 1.6rem;
	letter-spacing: 0.2px;
	font-weight: 700;
	padding-bottom: 0.5rem;
}

.archive-photo-galleries-image {
	flex-basis: 35%;
	min-width: 150px;
	height: 100%;
	display: flex;
	overflow: hidden;
}

.archive-photo-galleries-image img {
	height: 100%;
	flex-shrink: 0;
	object-fit: cover;
}

.archive-photo-galleries-category {
	color: var(--podcast-icon-bg);
	font-size: 1rem;
	text-transform: uppercase;
	padding-block: 0.5rem 0.25rem;
	font-weight: 700;
}

.image-title {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.643rem;
	color: #000;
	letter-spacing: 0.02px;
	padding-block: 0 1rem;
}

.article-image-section-image {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	object-fit: cover;
}

.article-image-section-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-image-author {
	float: right;
	font-style: italic;
}

.single-galleries .section-content-wrapper {
	width: 70%;
	text-align: justify;
}




/* End of Galleries Page */


/* ---------------------------------- */
/* ------- 9.0 Videos Page -------- */


.videos-section, .newest-videos-section, .archive-videos-section {
	padding-block: 3rem;
	padding-inline: 8rem;
	width: 1467px;
	max-width: 100%;
	background-color: var(--white);
	margin: 0 auto;
}

.top-videos-section {
	width: 100%;
	padding-block: 4.6rem 5.5rem;
	background-color: var(--banner-bg);
}

.top-videos-section .section-content {
	width: 1467px;
	max-width: 100%;
	padding-inline: 8rem;
	margin: 0 auto;
}

.newest-videos-section .section-subtitle,
.archive-videos-section .section-subtitle {
	padding-block: 4rem;
	font-weight: 900;
	font-size: 1.8rem;
	text-align: center;
}

.top-videos-section .section-subtitle {
	font-size: 2.5rem;
	font-weight: 800;
	color: var(--white);
	text-align: center;
	padding-bottom: 4rem;
}

.top-videos-section .section-view-more-button {
	background-color: var(--btn-bg-on-color);
}

.videos-section .section-content {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7.5rem 4.2rem;
	background-color: var(--banner-bg);
	width: 1290px;
	max-width: 100%;
	margin: 0 auto;
}

.videos-section {
	width: 1467px;
	max-width: 100%;
	background-color: var(--white);
	margin: 0 auto;
}

.videos-section .videos-content-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.videos-meta-data-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2rem;
}

.videos-meta-data-wrapper .videos-title {
	font-weight: 900;
	font-size: 2.2rem;
	line-height: 2.6rem;
}

.videos-meta-data-wrapper .section-view-more-button {
	margin-inline: 0;
	margin-block: 0;
	background-color: var(--btn-bg-on-color);
}

.videos-section .multimedia_video {
	display: inline-block;
	position: relative;
}

.videos-section .videos-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.archive-videos-section .section-content {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.newest-videos-section {
	padding-top: 0;
	padding-bottom: 3rem;
	padding-inline: 16rem;
}

.newest-videos-section .section-content{
	display: grid;
	grid-template-columns: 1fr;
	padding-bottom: 4.5rem;
}

.newest-videos-section .is-next,
.newest-videos-section .is-prev {
	aspect-ratio: 9 / 16 !important;
	width: calc(33% - 5%) !important;
	height: calc(100% - 5%) !important;
	margin: auto !important;
}

/*.newest-videos-section .is-active .newest-videos-image {
	border: 2px solid red;
	aspect-ratio: 9 / 16 !important;
	width: auto !important;
}*/

.newest-videos-section .is-prev {
	margin-left: 5% !important;
}

.newest-videos-section .is-next {
	margin-right: 5% !important;
}

.newest-videos-section .splide__list {
	gap: 1rem;
}

.newest-videos-section .splide__arrow {
 top: 50%;
 background: transparent;
 transform: translateY(-50%);
}

.newest-videos-section .splide__arrow--next {
	right: 14rem;
} 
.newest-videos-section .splide__arrow--prev {
	left: 14rem;
} 

.newest-videos-section .splide__pagination {
	bottom: 4em;
}

.newest-videos-section .splide__pagination li button{
	background-color: var(--purple-light);
}

.splide__pagination__page.is-active {
	transform: scale(1);
	background-color: var(--blueberry) !important;
}

.newest-videos-section .section-subtitle {
	padding-top: 2rem;
}

.archive-videos-content-wrapper, .top-videos-content-wrapper {
	width: 100%;
	aspect-ratio: 9 / 16;
	position: relative;
}

.archive-videos-image, .top-videos-image, .newest-videos-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.newest-videos-content-wrapper:hover .newest-videos-image img {
	filter: brightness(100%);
}

.archive-videos-image img, 
.top-videos-image img, 
.newest-videos-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(80%);
}

.archive-videos-title, .top-videos-title, .newest-videos-title {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding-inline: 1rem;
	padding-block: 2rem;
	font-size: 1.9rem;
	color: var(--white);
	font-weight: 700;
	line-height: 2.2rem;
	background: linear-gradient(180.25deg, rgba(22, 22, 22, 0) 3.99%, #161616 99.78%);
}

.newest-videos-title {
	font-size: 1.5rem;
	font-weight: 900;
}

.archive-videos-section .videos-play-button, 
.top-videos-section .videos-play-button, 
.newest-videos-section .videos-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}



/* End of Videos Page */



/* ---------------------------------- */
/* ------- 10.0 Podcasts Page -------- */

.podcasts-section, .newest-podcasts-section, .archive-podcasts-section, .actual-podcasts-section {
	padding-block: 5.875rem 3rem;
	padding-inline: 8rem;
	width: 1467px; 
	max-width: 100%;
	background-color: var(--white);
	margin: 0 auto;
}

.podcasts-section {
	padding-block: 2rem 5rem;
}

.page-template-page-podcasts .podcasts-section .podcast-meta-data {
	padding-block: 0;
	flex-basis: 50% !important;
	gap: 0;
}

.page-template-page-podcasts .podcasts-section .podcast-meta-data .podcasts-title {
	margin-top: 2rem;
	padding-bottom: 0.5rem;
}

.page-template-page-podcasts .podcasts-section .podcast-meta-data .play-icon {
	width: 80px;
	height: 80px;
}

.top-podcasts-section {
	padding-block: 2rem 4.5rem;
	padding-inline: 8rem;
	width: 1467px; 
	max-width: 100%;
	margin: 0 auto;
	background-color: var(--banner-bg);
}

.top-podcasts-section .section-content,
.newest-podcasts-section .section-content,
.actual-podcasts-section .section-content,
.archive-podcasts-section .section-content {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.newest-podcasts-section {
	padding-block: 2rem 6rem;
}

.newest-podcasts-content-wrapper,
.actual-podcasts-content-wrapper {
	display: flex;
	background-color: var(--podcast-bg);
	color: var(--white);
	height: 100%;
}

.newest-podcasts-title,
.actual-podcasts-title {
	font-weight: 800;
	font-size: 1.2rem;
}

.newest-podcasts-content-wrapper .podcast-details,
.actual-podcasts-content-wrapper .podcast-details {
	color: var(--white);
}

.newest-podcasts-image,
.actual-podcasts-image {
	flex-basis: 40%;
	min-width: 150px;
	height: 100%;
	display: flex;
	overflow: hidden;
}

.newest-podcasts-image img,
.actual-podcasts-image img{
	height: 100%;
	flex-shrink: 0;
	object-fit: cover;
	aspect-ratio: 4 / 3;
}

.top-podcasts-content-wrapper,
.archive-podcasts-content-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
	background-color: var(--white);
	padding: 0.75rem;
	min-height: max-content;
	height: 100%;
}

.archive-podcasts-content-wrapper {
	background-color: var(--podcast-bg);
}

.top-podcasts-play-button, .archive-podcasts-play-button {
	background-color: var(--yellow);
	padding: 0.5px;
	border-radius: 50%;
	width: 76px;
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-podcasts-title, .archive-podcasts-title {
	color: #000;
	font-size: 1.8rem;
	font-weight: 800;
}

.archive-podcasts-title {
	color: var(--white);
}

.page-template-page-podcasts .podcasts-section .section-content {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 4.2rem;
	background-color: var(--podcast-bg);
	width: 1290px;
	max-width: 100%;
	margin: 0 auto;
}

.page-template-page-podcasts .podcasts-section .podcasts-content-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	background-color: transparent;
	color: var(--white);
}

.page-template-page-podcasts .section-subtitle {
	width: 100%;
	text-align: center;
	font-weight: 900;
	font-size: 1.866rem;
	padding-bottom: 3rem;
}

.page-template-page-podcasts .top-podcasts-section .section-subtitle {
	color: var(--white);
}

.top-podcasts-section .section-title {
	background-color: var(--btn-bg-on-color);
}

.page-template-page-podcasts .podcasts-section .podcasts-image {
	flex-basis: 50%;
	overflow: hidden;
	display: flex;
	height: 100%;
}

.page-template-page-podcasts .podcasts-section .podcasts-image img {
	height: 100%;
	object-fit: cover;
	flex-shrink: 0;
	aspect-ratio: 4 / 3;
}

.page-template-page-podcasts .podcasts-section .podcast-details {
	color: var(--white);
}

.page-template-page-podcasts .podcast-meta-data {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2rem;
	height: 100%;
	flex-basis: 55%;
}



/* End of Podcasts Page */



/* ---------------------------------- */
/* ------- 11.0 Article Categories Page -------- */

.page-template-page-article_categories .article-section{
	padding-bottom: 12rem;
}

.article-categories-section {
	padding-block: 5.875rem 10rem;
	padding-inline: 8rem;
	width: 1467px; 
	max-width: 100%;
	background-color: var(--white);
	margin: 0 auto;
}

.article-categories-section .section-content {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.article-categories-section .section-content-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
	background-color: var(--category-bg);
	padding: 0.5rem;
}

.article-categories-section .section-content-wrapper:hover {
	background-color: var(--category-bg-hover);
}

.article-categories-image {
	background-color: var(--category-icon-bg);
	border-radius: 50%;
	width: 76px !important;
	height: 76px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.article-categories-section .section-content-wrapper:hover .article-categories-image {
	background-color: var(--category-icon-bg-hover)
}

.article-categories-image svg {
	width: 40px;
	height: 40px;
}

.article-categories-image svg path {
	fill: var(--podcast-icon-c);
}

.article-categories-section .section-content-wrapper:hover .article-categories-image svg path {
	fill: var(--category-icon-c-hover);
}

.article-categories-title {
	color: var(--category-c);
	font-size: 22px;
	font-weight: 900;
}

.article-categories-section .section-content-wrapper:hover .article-categories-title {
	color: var(--category-c-hover);
}



/* End of Podcasts Page */


/* ---------------------------------- */
/* ------- 12.0 Release Page -------- */

.release-section {
	padding-block: 5.875rem 3rem;
	padding-inline: 8rem;
	width: 1467px; 
	max-width: 100%;
	background-color: var(--white);
	margin: 0 auto;
}

.release-section .section-content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1.8rem;
}

.release-image {
	width: 100%;
	height: 459px;
}

.release-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.release-title-block {
	width: 100%;
	padding-block: 1rem 0.5rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5rem;
}

.release-title-block svg {
	width: 1rem;
	height: 1rem;
}

.release-title {
	font-weight: 700;
	font-size: 1.5rem;
}

.section-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin: 4.8rem 0;
	width: 100%;
}


.section-pagination .page-numbers {
	background-color: var(--lavender);
	padding: 1rem;
	font-size: 1rem;
}

.section-pagination .current {
	background-color: var(--blueberry);
}


/* End of Release Page */




/* ------------------------------------------ */
/* ------- 13.0 Single Pages -------- */


.single-articles .page_data,
.single-galleries .page_data,
.single-podcasts .page_data,
.single-authors .section-content {
	display: grid;
	grid-template-columns: 2fr 1fr;
	width: 1467px; 
	max-width: 100%;
	background-color: var(--white);
	margin: 0 auto;
	padding-block: 5.875rem 3rem;
	padding-inline: 8rem;
	gap: 4rem;
}

.single-galleries .page_data,
.single-authors .section-content,
.single-podcasts .page_data {
	display: block;
	padding-block: 3rem;
}

.single-articles .page_content_section,
.single-galleries .page_content_section {	
	width: 100%;
}

.single-articles .article-section .section-content,
.single-galleries .article-section .section-content,
.single-podcasts .article-section .section-content {
	display: block;
}

.single-articles .section-content:has(.related-article-section-link) {
	display: grid;
	width: 100%;
	padding-left: 0;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.single-articles .section-content:has(.archive-article-section-link) {
	display: grid;
	width: 100%;
	padding-left: 0;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.single-articles .page_title,
.single-galleries .page_title,
.single-podcasts .page_title {
	width: 100%;
	padding-right: 5rem;
	padding-top: 0;
	text-align: left;
}

.single-articles .section-top-read-title {
	padding-block: 1.5rem;
	font-weight: 800;
	font-size: 1.25rem;
}

.single-articles .articles-category,
.section-content:has(.related-article-section-link) .related-article-section-category,
.section-content:has(.archive-article-section-link) .archive-article-section-category {
	color: var(--banner-bg);
	padding-top: 0.5rem;
	padding-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.75rem;
}

.single-articles .articles-title,
.section-content:has(.related-article-section-link) .related-article-section-title,
.section-content:has(.archive-article-section-link) .archive-article-section-title {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.6rem;
	padding-block: 0.5rem 1rem;
}

.single-articles .archive-article-section-content-wrapper {
	background-color: var(--body-bg);
	padding: 1rem;
	min-height: 140px;
}

.single-articles .author-content-wrapper,
.single-galleries .author-content-wrapper,
.single-podcasts .author-content-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5rem;
	padding-bottom: 1.5rem;
}

.single-articles .author-content-wrapper img,
.single-galleries .author-content-wrapper img,
.single-podcasts .author-content-wrapper img {
	width: 94px;
	height: 94px;
	border-radius: 50%;
}

.related-podcast-section-section {
	background-color: var(--dark-blue);
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-block: 3rem;
}

.related-podcast-section-section .section-subtitle {
	color: var(--white);
	margin-left: 0;
	text-align: left;
	padding-bottom: 3rem !important;
}

.single-podcasts .section-content a.podcast-link {
	display: flex;
	align-items: center;
	gap: 2rem;
	width: 60%;
	margin: 0 auto;
	background-color: var(--white);
	color: var(--black-chineze);
	margin-bottom: 1rem;
	padding: 1rem;
	font-size: 1.25rem;
	font-weight: 800;
}

.quote-content {
	background-color: var(--body-bg);
	padding: 2rem;
	margin-bottom: 1rem;
	font-weight: 500;
	font-style: italic;
}

.video-content-wrapper a{
	display: inline-block;
	position: relative;
}

.videos-play-button {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.survey-content-wrapper {
	display: flex;
	width: 100%;
	background-color: var(--header-bg);
	color: var(--podcast-c);
	margin-top: 4.5rem;
}

.survey-content-wrapper .survey-left {
	flex-basis: 50%;
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 4.6rem 2.1rem;
}

.survey-content-wrapper .section-view-more-button {
	padding: 0.75rem 0.922rem;
	margin-top: 2rem;
	margin-inline: 0;
	font-weight: 800;
	background-color: var(--btn-bg-on-white);
}

.survey-right {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}

.survey-title {
	font-weight: 900;
	font-size: 2.2rem;
	padding-bottom: 1rem;
}

.spotify-section-content-wrapper {
	display: flex;
	width: 100%;
	background-color: var(--header-bg);
	margin-top: 4.5rem;
}

.spotify-section-left {
	flex-basis: 50%;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 2rem;
	background-color: var(--black-chineze);
	color: var(--white);
}

.spotify-section-left .section-view-more-button {
	margin-left: 0;
}

.single-articles .author-name, 
.single-galleries .author-name,
.single-podcasts .author-name {
	font-weight: 800;
	font-size: 1.25rem;
	padding-bottom: 0.25rem;	
}

.single-articles .article-publish-date, .article-modification-date,
.single-galleries .article-publish-date, .article-modification-date,
.single-podcasts .article-publish-date, .article-modification-date {
	font-weight: 500;
	font-size: 1rem;
}

.single-articles .content-wrap,
.single-galleries .content-wrap,
.single-podcasts .content-wrap {
	padding-right: 0;
	padding-left: 0;
}

.single-articles  .detailed_text-title,
.single-galleries  .detailed_text-title
.single-podcasts  .detailed_text-title,
.detailed_text-title {
	font-weight: 700;
	padding-bottom: 1rem;
}

.single-articles .section-subtitle, 
.single-galleries .section-subtitle, 
.single-podcasts .section-subtitle {
	font-weight: 900;
	font-size: 1.8rem;
	padding-block: 1.5rem;
	padding-left: 0;
}

.tags-content {
	padding-block: 4rem 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
}

.article-tag {
	background-color: var(--accent-article-highlight);
	padding: 1rem 1.5rem;
	color: var(--white);
}



.related-article-section-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.single-galleries .related-article-section-section .section-content {
	display: grid;
	grid-template-columns: 1fr 1fr !important;
	gap: 1rem;
}

.single-authors .author-content-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.single-authors .author-image-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.single-authors .author-image-wrapper img {
	width: 135px;
	height: 135px;
	border-radius: 50%;
	object-fit: cover;
}

.single-authors .author-content-data-wrapper {
	width: 50%;
	padding-block: 1rem;
	text-align: center;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}

.single-authors .author-name {
	font-weight: 800;
	font-size: 1.6rem;
}

.single-authors .author-social-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}

.single-authors .section_content_buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	width: 1467px; 
	max-width: 100%;
	background-color: var(--white);
	margin: 0 auto;
	padding-block: 3rem;
	padding-inline: 8rem;
}

.single-authors .section_content_buttons .data_type_button {
	background-color: #b8b8b8;
	color: var(--white);
	padding: 0.5rem 0.75rem;
	cursor: pointer;
}

.single-authors .section_content_buttons .data_type_button:hover {
	background-color: var(--purple);
}

.single-authors .section_content_buttons .button_all {
	background-color: var(--purple);
}

.single-authors .author-main-image {
 aspect-ratio: 3 / 2;
 width: 100%;
}

.single-authors .author-main-image img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.single-authors .author-main-category {
	color: var(--blueberry);
	padding-top: 0.5rem;
	padding-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1rem;
}

.single-authors .author-main-title {
	font-size: 1.25rem;
	line-height: 1.6rem;
	letter-spacing: 0.2px;
	font-weight: 700;
	padding-bottom: 0.5rem;
}

.single-authors .author-main-section .section-content {
	padding-bottom: 4.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.single-authors .author-podcasts-section {
	width: 1467px; 
	max-width: 100%;
	background-color: var(--blueberry);
	margin: 0 auto;
	padding-block: 3rem;
	padding-inline: 8rem;
}

.single-authors .author-podcasts-section .section-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	background-color: var(--blueberry);
}

.single-authors .author-podcasts-section .section-content .podcast-link {
	background-color: var(--white);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
	padding: 1rem;
	font-weight: 800;
	font-size: 1.25rem;
}

.single-authors .author-multimedia-section {
	width: 1467px; 
	max-width: 100%;
	background-color: var(--white);
	margin: 0 auto;
	padding-block: 3rem;
	padding-inline: 8rem;
}

.single-authors .author-multimedia-section .video_list_elements {
	gap: 1rem;
}

.single-releases .page_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--white);
	padding-block: 2rem 0;
	padding-inline: 8rem;
	margin: 0 auto;
	width: 1467px;
	max-width: 100%;
}

.single-releases .page_title .article_download_wrapper {
	display: flex;
	align-items: flex-start;
	height: 100%;
	justify-content: flex-end;
}

.single-releases .page_title .article_download_wrapper .download_label {
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'TT Neoris Trial', sans-serif;
}

.single-releases .page_title .article_download_wrapper svg {
	width: 187px;
}

.single-podcasts .podcast_embed-content-wrapper,
.single-podcasts .survey-content-wrapper,
.single-podcasts .quote-content  {
	max-width: 80%;
}

.single-podcasts .detailed_text-content-wrapper{
	max-width: 80%;
	text-align: justify;
}

.detailed_text-content figure {
	width: 100% !important;
}

.detailed_text-content img {
	width: 100% !important;
}



/* End of Single Pages */


/* ---------------------------------- */
/* ------- 7.0 Archives Page -------- */

.page-template-page-archived_content  .article-section {
	width: 1467px;
	max-width: 100%;
	background-color: var(--white);
	margin: 0 auto;
	padding-block: 3.25rem 4.375rem;
}

.page-template-page-archived_content .archive-image {
	height: 264px;
}

.page-template-page-archived_content .archive-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-template-page-archived_content .archive-title {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.643rem;
	color: #000;
	letter-spacing: 0.02px;
	padding-block: 0 1rem;
}

.page-template-page-archived_content .archive-category {
	color: var(--blueberry);
	padding-top: 0.5rem;
	padding-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.75rem;
}

.page-template-page-archived_content .last-month-archive-section .section-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.page-template-page-archived_content .last-month-archive-content-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 1rem;
	align-items: center;
	background-color: var(--body-bg);
}

.page-template-page-archived_content .podcasts-archive-section .last-month-archive-content-wrapper,
.page-template-page-archived_content .galleries-archive-section .last-month-archive-content-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: var(--purple-light);
	padding: 1rem;
}

.page-template-page-archived_content .galleries-archive-section .last-month-archive-content-wrapper {
	padding: 0;
}

.page-template-page-archived_content .galleries-archive-section .last-month-archive-content-wrapper .last-month-archive-title {
	flex-basis: 65%;
	padding: 1rem;
}

.page-template-page-archived_content .podcasts-archive-section .last-month-archive-content-wrapper .podcast-play-button {
	height: 100%;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-template-page-archived_content .podcasts-archive-section .section-content, 
.page-template-page-archived_content .galleries-archive-section .section-content {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.page-template-page-archived_content .podcasts-archive-section .archive-content-wrapper {
	display: flex;
	background-color: var(--dark-blue);
	color: var(--white);
}

/* TODO legyen olyan mint a galleries listing */

.page-template-page-archived_content .podcasts-archive-section .podcast-meta-data {
	flex-basis: 60%;
	color: var(--white);
}

.page-template-page-archived_content .podcasts-archive-section .archive-title {
	color: var(--white);
}

.page-template-page-archived_content .podcasts-archive-section .podcast-details {
	color: var(--white);
}

.page-template-page-archived_content .podcasts-archive-section .archive-image {
	flex-basis: 40%;
	min-width: 150px;
	height: 100%;
	display: flex;
	overflow: hidden;
}

.page-template-page-archived_content .podcasts-archive-section .archive-image img {
	height: 100%;
	flex-shrink: 0;
	object-fit: cover;
	aspect-ratio: 4 / 3;
}

.page-template-page-archived_content .videos-archive-section .last-month-archive-content-wrapper {
	background-color: transparent;
}

.page-template-page-archived_content .last-month-archive-title {
	padding-block: 0;
}

.page-template-page-archived_content .last-month-archive-image {
	flex-basis: 35%;
	min-width: 150px;
	height: 100%;
	display: flex;
	overflow: hidden;
}

.page-template-page-archived_content .last-month-archive-image img {
	height: 100%;
	flex-shrink: 0;
	object-fit: contain;
}

.page-template-page-archived_content .last-month-archive-data-wrapper {
	flex-basis: 70%;
	padding-right: 1rem;
}

.page-template-page-archived_content .last-month-archive-title {
	font-size: 1.25rem;
	line-height: 1.6rem;
	letter-spacing: 0.2px;
	font-weight: 700;
	padding-bottom: 0.5rem;
}

.page-template-page-archived_content .last-month-archive-category {
	color: var(--banner-bg);
	font-size: 1rem;
	text-transform: uppercase;
	padding-block: 0.5rem 0.25rem;
	font-weight: 700;
}

.archive-content-wrapper a {
	position: relative;
}

.last-month-archive-content-wrapper a {
	position: relative;
}


/* End of Archives Page */


@media only screen and (max-width: 1467px) {
	.site-header-main {
		padding-inline: 4rem;
	}

	.top-articles-section .section-content {
		padding-inline: 0;
	}
}

@media only screen and (max-width: 1260px) {
	.site-header-main {
		padding-inline: 2rem;
	}
}

/* Share Buttons */

.share_wrapper {
	padding-block: 3rem;
}

.addtoany_shortcode {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.addtoany_shortcode svg {
	width: 25px;
	height: 25px;
}

.addtoany_shortcode img {
	width: 25px;
	height: 25px;
}

.addtoany_shortcode svg path {
	fill: var(--category-tag-color) !important;
}

.share_label {
	color: var(--black-chineze);
	font-family: "Red Hat Display", sans-serif;
	font-weight: 900;
	font-size: 1.8rem;
	position: relative;
	padding-bottom: 1.75rem;
}

.share_label::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2.5px;
	bottom: 0.875rem;
	left: 0;
	background-color: var(--category-tag-color);
}

.single-articles .article-section .authors-container {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.single-articles .article-section .authors-container > div {
	flex-basis: calc(50% - 0.5rem);
}

.single-videos .site-main {
	background-color: var(--white);
	padding-block: 2.5rem 6rem;
	margin: 0 auto;
	width: 1467px;
	max-width: 100%;
}

.single-videos .banner-video {
	aspect-ratio: 16 / 9;
	width: 100%;
	filter: brightness(70%);
	padding-inline: 8rem;
	transition: filter 0.3s ease;
}

.single-videos .banner-video:hover {
	filter: brightness(90%);
}

.single-videos .page_banner  {
	position: relative;
}

.single-videos .videos-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.single-videos .page_banner {
	height: auto;
}

.single-videos .share_wrapper {
	padding-inline: 8rem;
}

.single-videos section {
	padding-inline: 8rem;
}

.single-videos .page_title {
	padding-inline: 8rem;
	text-align: left;
}

.single-videos .section-content {
	grid-template-columns: 1fr;
}

.single-videos p {
	font-weight: 500;
	font-size: 1.08rem;
}

.single-videos .related-videos-section-section .section-content {
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.single-videos .related-videos-section-section .section-subtitle {
	color: var(--black-chineze);
    font-family: "Red Hat Display", sans-serif;
    font-weight: 900;
    font-size: 1.8rem;
    padding-bottom: 1.75rem;
}

.single-videos .spotify-section-left .section-subtitle {
	font-size: 2rem;
	font-weight: 800;
	margin-bottom: 1rem;
}

.single-videos .related-videos-section-section .section-content a {
	width: 100%;
	position: relative;
}

.single-videos .related-videos-section-section .section-content a:hover .related-videos-section-image {
	filter: brightness(90%);
}

.single-videos .related-videos-section-section .section-content a .videos-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
}

.single-videos .related-videos-section-section .section-content a .related-videos-section-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2rem;
	font-weight: 800;
	font-size: 1.2rem;
	color: var(--white);
	z-index: 3;
}

.related-videos-section-image {
	position: relative;
	filter: brightness(70%);
	transition: filter 0.3 ease;
}

.related-videos-section-image::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: linear-gradient(90deg, rgba(22, 22, 22, 0) 53.19%, #161616 98.78%);
}


/* Mobile START */

/* Mobile Header */

@media only screen and (max-width: 978px) {
	.only-desktop {
		display: none;
	}

	.only-mobile {
		display: block;
	}

	.site-header {
		position: sticky;
		top: 0;
		left: 0;
		z-index: 3;
	}

	.site-header-main {
		min-height: 88px;
		position: relative;
	}

	.wrap {
		width: 100%;
		max-width: 100%;
		padding-inline: 0rem;
	}

	.content-wrap {
		padding-inline: 0;
	}

	.site-header-menu {
		position: absolute;
		z-index: 3;
		top: 88px;
		left: 0;
		width: 100%;
		height: calc(100dvh - 88px);
		margin: 0;
		background-color: var(--header-bg);
		transform: translateX(-100vw);
		transition: transform 1s ease;
	}

	.page_title, .page-title {
		padding-block: 4rem 2rem;
		font-size: 1.8rem;
		padding-inline: 2rem;
	}

	.error404 .page-content, .error404 .page-title {
		padding-inline: 2rem;
	}

	.site-header-menu ul{
		flex-direction: column;
		gap: 2rem;
		font-size: 1.2rem;
		text-align: center;
		padding-top: 2rem;
	}

	.close-icon {
		display: none;
		width: 32px;
		height: 32px;
	}

	.header-search {
		position: static;
	}

	.section-search-form {
		width: 100%;
		top: 80px;
	}

	/* Footer Mobile */
	
	.site-footer {
		justify-content: center;
		text-align: center;
		padding: 4rem 0 4rem 0;
	}

	.site-footer .footer-top {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 2rem;
		padding-inline: 0;
	}

	.site-footer ul{
		width: 80%;
		font-size: 1.1rem;
		line-height: 50px;
		text-align: center;
		align-items: center;
		justify-content: center;
	}

	.site-footer .footer-bottom  {
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	/* Home Mobile */

	.home-section, .podcasts-section, .categories-section, .top-section, .current-section {
		padding-inline: 0;
		width: 100%;
	}

	.section-title {
		margin-left: 0;
	}

	.section-view-more-button {
		background-color: var(--btn-bg-on-white);
		color: var(--white);
		margin: 2rem auto;
		width: fit-content;
		text-transform: uppercase;
		font-size: 1.25rem;
		text-align: center;
	}

	.section-view-more-button a {
		padding: 1rem 4rem;
		display: inline-block;
	}

	.current-section .section-content, 
	.fresh-section .section-content,
	.categories-section .section-content,
	.podcasts-section .section-content,
	.top-section .section-content,
	.multimedia-section .section-content,
	.galleries-section .section-content
	 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 2rem;
		padding: 1rem;
	}

	.top-section .section-content > div:first-child .article-title {
		font-size: 1.5rem;
		line-height: 1.6rem;
	}

	.top-section .section-title {
		width: 100%;font-size: 1.5rem;
		padding-inline: 2rem;
	}

	.categories-content-wrapper {
		padding: 1rem;
	}

	.category-title, .article-categories-title {
		font-size: 1.5rem;
	}

	.category-link, .article-categories-link {
		width: 100%;
	}

	/* Mobile Listing Pages */

	.articles-section, 
	.photo-galleries-section, 
	.archive-articles-section,
	.podcasts-section,
	.top-podcasts-section, 
	.actual-podcasts-section, 
	.newest-podcasts-section,
	.article-categories-section,
	.release-section {
		padding-inline: 0;
		width: 100%;
	}

	.articles-section .section-content, 
	.photo-galleries-section .section-content, 
	.archive-articles-section .section-content, 
	.top-articles-section .section-content, 
	.videos-section .section-content, 
	.newest-videos-section, 
	.archive-videos-section,
	.videos-section .videos-content-wrapper,
	.archive-videos-section .section-content,
	.top-videos-section .section-content,
	.top-podcasts-section .section-content, .newest-podcasts-section .section-content, .actual-podcasts-section .section-content, .archive-podcasts-section .section-content,
	.page-template-page-podcasts .podcasts-section .podcasts-content-wrapper,
	.newest-photo-galleries-section .section-content, .highlighted-photo-galleries-section .section-content, .archive-photo-galleries-section .section-content,
	.archive-photo-galleries-content-wrapper,
	.article-categories-section .section-content,
	.release-section .section-content  {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 2rem;
		padding: 1rem;
	}

	.release-section .section-content {
		align-items: center;
	}

	.newest-photo-galleries-content-wrapper, .highlighted-photo-galleries-content-wrapper {
		min-height: 0;
		width: 100%;
	}

	.page-template-default .page_content, .page-template-page-about .page_content, .page-template-page-contact .page_content {
		padding-inline: 1rem;
	}

	.page-template-page-about .section-view-more-button {
		margin: 4rem auto;
	}

	.contact_data_wrapper {
		justify-content: space-evenly;
  		justify-items: center;
  		align-content: space-evenly;
  		align-items: center;
		width: 100%;
		grid-template-columns: 2fr 8fr;
	}

	.page_title#left-aligned {
		padding-left: 0;
		text-align: center;
	}



	/* Single Pages */

	.single-articles .page_data,
	.single-articles .section-content:has(.archive-article-section-link),
	.spotify-section-content-wrapper,
	.single-articles .section-content:has(.related-article-section-link),
	.single-galleries .related-article-section-section .section-content,
	.single-releases .page_title,
	.article-section .section-content,
	.page-template-page-archived_content .last-month-archive-section .section-content,
	.page-template-page-archived_content .podcasts-archive-section .section-content, .page-template-page-archived_content .galleries-archive-section .section-content,
	.single-authors .author-main-section .section-content,
	.single-authors .author-podcasts-section .section-content {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 2rem;
		padding: 1rem;
	}

	.single-galleries .section-content-wrapper {
		width: 100%;
	}

	.single-galleries .page_data, .single-authors .section-content, .single-podcasts .page_data,
	.single-releases .page_title, .single-authors .author-podcasts-section {
		padding-inline: 1rem;
		width: 100%;
		font-size: 1.9rem;
	}

	.page-template-page-archived_content .podcasts-archive-section .last-month-archive-content-wrapper {
		flex-direction: row;
		background-color: var(--dark-blue);
		color: var(--white);
	}

	.single-releases .page_title .article_download_wrapper svg {
		width: 30px;
		height: 30px;
	}

	.single-releases .page_title .article_download_wrapper {
		width: 100%;
		align-items: center;
		justify-content: center;
		gap: 1rem;
	}

	.single-releases .page_title .article_download_wrapper .download_label {
		text-transform: none;
		text-decoration: underline;
	}

	.page-template-page-archived_content .last-month-archive-content-wrapper {
		flex-direction: column;
	}

	.page-template-page-archived_content .podcasts-archive-section .archive-content-wrapper,
	.newest-podcasts-content-wrapper, .actual-podcasts-content-wrapper {
		flex-direction: column;
	}

	.page-template-page-archived_content .last-month-archive-data-wrapper {
		padding: 1rem;
	}

	.page_banner {
		height: 40vh;
		width: 100%;
		overflow: hidden;
	}

	.single-articles .page_title, .single-galleries .page_title, .single-podcasts .page_title {
		padding-right: 1rem;
		font-size: 1.9rem;
	}

	.top-podcasts-title, .archive-podcasts-title, .newest-podcasts-title, .actual-podcasts-title, .videos-meta-data-wrapper .videos-title,
	.archive-videos-title, .top-videos-title, .newest-photo-galleries-title, .highlighted-photo-galleries-title, .page-template-page-archived_content .archive-title, .page-template-page-archived_content .last-month-archive-title   {
		font-size: 1.5rem;
		font-weight: 700;
	}

	.videos-meta-data-wrapper .videos-title {
		line-height: 1.8rem;
	}

	.tags-content {
		flex-wrap: wrap;
	}

	.archive-videos-section {
		padding: 0;
	}

	.top-videos-section .section-subtitle {
		font-size: 2rem;
		padding-inline: 2rem;
	}

	.newest-videos-section .section-subtitle {
		padding-block: 3rem 0.5rem;
	}

	.archive-videos-section .section-subtitle, .archive-articles-section .section-subtitle {
		padding-block: 3rem 0.5rem;
		padding-inline: 1rem;
	}

	.archive-articles-image {
		display: none;
	}

	.archive-articles-data-wrapper {
		flex-basis: 100%;
		padding-inline: 1rem;
	}

	.archive-articles-content-wrapper, .archive-photo-galleries-content-wrapper {
		gap: 1rem;
	}

	.article-section .section-content {
		gap: 1rem;
	}

	.videos-meta-data-wrapper .section-view-more-button {
		margin-inline: auto;
		width: 100%;
		text-align: center;
	}

	.articles-section, podcasts-section, .videos-section {
		padding-block: 0 3rem;
	}

	.single-articles .author-content-wrapper img, .single-galleries .author-content-wrapper img, .single-podcasts .author-content-wrapper img {
		width: 62px;
		height: 62px;
	}

	.single-articles .article-publish-date, .article-modification-date, .single-galleries .article-publish-date, .article-modification-date, .single-podcasts .article-publish-date, .article-modification-date {
		font-size: 0.8rem;
	}

	.single-articles .section-subtitle, .single-galleries .section-subtitle, .single-podcasts .section-subtitle {
		font-size: 1.5rem;
		padding-inline: 2rem;
	}

	.single-podcasts .section-content a.podcast-link {
		width: 100%;
	}

	.spotify-section-content-wrapper {
		font-size: 1rem;
	}

	.spotify-section-content-wrapper .section-subtitle {
		padding-inline: 0;
	}

	.search-results article {
		flex-direction: column;
		padding-inline: 1rem;
	}

	.single-authors .section_content_buttons {
		flex-wrap: wrap;
		padding-inline: 2rem;
		padding-block: 0 3rem;
	}

	.single-authors .author-content-data-wrapper {
		gap: 0;
	}

	.section-content, .single-podcasts .page_data, .single-releases .page_title, .single-authors .author-podcasts-section {
		padding-inline: 0;
	}

	/* TODO: Add sliders on mobile */
	.photo-galleries-section, .newest-videos-section, .author-multimedia-section {
		display: none;
	}

	.single-podcasts .podcast_embed-content-wrapper,
	.single-podcasts .survey-content-wrapper,
	.single-podcasts .quote-content  {
		max-width: 100%;
	}

	.single-podcasts .detailed_text-content-wrapper{
		max-width: 100%;
		text-align: justify;
	}

	.single-podcasts .detailed_text-content-wrapper p,
	.single-podcasts .quote-content {
		font-size: 1rem;
	}

	.survey-content-wrapper {
		flex-direction: column;
	}

	.survey-content-wrapper .survey-left {
		flex-basis: auto;
		width: 100%;
		font-size: 1rem;
	}
	
	.survey-title  {
		font-size: 1.5rem;
	}

	.survey-content-wrapper .survey-right {
		flex-basis: auto;
		width: 100%;
		height: 50vh;
	}

	.share_wrapper {
		padding-inline: 1rem;
	}

	.single-videos .banner-video {
		padding-inline: 1rem;
	}

	.single-videos .share_wrapper {
		padding-inline: 1rem;
	}

	.single-videos .page_title {
		padding-inline: 1rem;
	}

	.single-videos section {
		padding-inline: 1rem;
	}

	.single-videos .related-videos-section-section .section-content {
		grid-template-columns: 1fr;
	}

}




