/*
Theme Name: MAJOR9
Author: Fivement
Author URI: https://www.fivement.com/
Description: Wordpress theme for MAJOR9 Ent.
Version: 1.0.0
Text Domain: major9
*/

@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@300&family=DM+Sans:wght@400;700&family=Noto+Sans+KR:wght@400;700&display=swap');

/*--- Reset ---*/

* {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
}

html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, p, fieldset, input, textarea, abbr, article, figure, button { 
	margin: 0; 
	padding: 0; 
}
html, body {
	width: 100%;
	min-height: 100%;
}
body {
	background-color: #fff;
	color: #000;
	font-size: 13px;
	font-family: 'DM Sans', 'Noto Sans KR', sans-serif;
	font-weight: 400;
	line-height: 1.428;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a,
button,
.submit-wrap input[type="button"] {
	background-color: transparent;
	border: none;
	color: inherit;
	cursor: pointer;
	outline: none;
	font-family: 'DM Sans', 'Noto Sans KR', sans-serif;
	font-size: inherit;
	font-weight: 600;
	position: relative;
	text-decoration: none;
}
a::after,
button::after,
.submit-wrap::after {
	background-color: #000;
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	left: -3px;
	width: calc(100% + 6px);
	height: 2px;
	transition: transform 0.4s cubic-bezier(0.785,0.135,0.15,0.86);
	transform: scale(0,1);
	transform-origin: right center;
	z-index: -1;
}
.no-touch a:hover::after,
.no-touch button:hover::after,
.no-touch .submit-wrap:hover::after {
	transform: scale(1,1);
	transform-origin: left center;
}

li {
	list-style: none;
}

h1, h2, h3, h4, h5 {
	word-break: keep-all;
}
h1 {
	font-size: 38px;
	letter-spacing: -1px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 13px;
}

@media (max-width: 1200px) {
	h1 {
		font-size: 37px;
	}
}

@media (max-width: 1000px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
}

.animate {
	opacity: 0;
	transform: translate3d(0,40px,0);
}
.animated {
	opacity: 1;
	transform: translate3d(0,0,0);
	transition: opacity 1.2s linear, transform 1.5s cubic-bezier(0.25,1,0.5,1);
}
.draped-label {
	transform: translate3d(0,-13px,0);
	padding-left: 30px;
}
.draped-label h4 {
	line-height: 1.3;
	margin-top: 5px;
}
.draped-label p {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.65;
}

.media-links {
	display: flex;
	margin-top: -2px;
	margin-right: -10px;
}
.media-links a {
	background-color: transparent;
	background-image: url('images/media-icons-sprite.png');
	background-size: 560px 28px;
	background-position: -500% 0;
	border-radius: 5px;
	color: #000;
	display: block;
	font-size: 0;
	text-indent: -9999px;
	padding: 0;
	margin: 1px 5px;
	width: 28px;
	height: 28px;
	transition: background-color 0.2s ease-out;
}
.media-links a:hover {
	background-color: #f2f2f2;
}
.media-links a::after {
	display: none;
}
.media-links a[href*="instagram"] {
	background-position-x: 0;
}
.media-links a[href*="twitter"] {
	background-position-x: -100%;
}
.media-links a[href*="facebook"] {
	background-position-x: -200%;
}
.media-links a[href*="tiktok"],
.media-links a[href*="douyin"] {
	background-position-x: -300%;
}
.media-links a[href*="cafe"],
.media-links a[href*="www.kimdongjun.co.kr"] {
	background-position-x: -400%;
}
.media-links a[href*="youtube"] {
	background-position-x: -500%;
}
.media-links a[href*="vlive"] {
	background-position-x: -600%;
}
.media-links a[href*="post.naver"] {
	background-position-x: -700%;
}
.media-links a[href*="weibo"] {
	background-position-x: -800%;
}
.media-links a[href*="giphy"] {
	background-position-x: -900%;
}
.media-links a[href*="snapchat"] {
	background-position-x: -1000%;
}
.media-links a[href*="melon"] {
	background-position-x: -1100%;
}
.media-links a[href*="vibe.naver"] {
	background-position-x: -1200%;
}
.media-links a[href*="bugs"] {
	background-position-x: -1300%;
}
.media-links a[href*="genie"] {
	background-position-x: -1400%;
}
.media-links a[href*="music-flo"] {
	background-position-x: -1500%;
}
.media-links a[href*="music.apple"] {
	background-position-x: -1600%;
}
.media-links a[href*="spotify"] {
	background-position-x: -1700%;
}
.media-links a[href*="soribada"] {
	background-position-x: -1800%;
}
.media-links a[href*="music.youtube"] {
	background-position-x: -1900%;
}

@media (max-width: 600px) {
	.draped-label {
		transform: translate3d(0,-13px,0);
		padding-left: 20px;
	}
	.media-links a {
		margin: 2px 4px;
	}
}

/*--- Site Header ---*/

.site-header {
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	padding: 45px 0 20px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: padding 0.3s cubic-bezier(0.33,1,0.68,1);
}
.site-header.opaque {
	padding-top: 25px;
}
.site-header .site-logo {
	padding-left: 60px;
	width: 360px;
}
.site-header .site-logo .logo {
	background-image: url('images/major9-logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 128px;
	height: 40px;
}
.site-header .site-logo .logo::after {
	display: none;
}
.site-header .site-navigation {
	width: calc(100% - 360px);
	padding: 0 90px;
}
.site-header .site-menu .menu {
	display: flex;
	justify-content: space-between;
}
.site-header .site-menu .menu .menu-item {
	position: relative;
}
.site-header .site-menu .menu .menu-item a {
	display: block;
	padding: 10px 0;
}
.site-header .site-menu .menu .menu-item-has-children .sub-menu {
	position: absolute;
	top: 38px;
	left: 0;
	opacity: 0;
	transform: translate3d(0,5px,0);
	transition: all 0.3s cubic-bezier(0.33,1,0.68,1);
	pointer-events: none;
}
.site-header .site-menu .menu .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	transform: translate3d(0,0,0);
	pointer-events: auto;
}

.site-header .site-menu .menu .current-menu-item a::after,
.site-header .site-menu .menu .current-page-ancestor a::after {
	transform: scale(1,1);
}

@media (max-width: 1200px) {
	.site-header {
		padding-top: 35px;
	}
	.site-header .site-logo {
		padding-left: 45px;
		width: 240px;
	}
	.site-header .site-navigation {
		width: calc(100% - 240px);
		padding: 0 75px;
	}
}

@media (max-width: 1000px) {
	.site-header.opaque {
		padding-top: 20px;
	}
	.site-header .site-logo .logo {
		width: 110px;
		height: 34px;
	}
	.site-header .site-navigation {
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 0;
		position: fixed;
		top: 80px;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		transform: translate3d(-100%,0,0);
		transition: opacity 0.3s ease-out, transform 0s linear 0.3s;
	}
	.site-header .site-menu .menu {
		flex-direction: column;
	}
	.site-header .site-menu .menu > .menu-item {
		opacity: 0;
		transform: translate3d(0,20px,0);
		transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1);
	}
	.nav-opened .site-header .site-menu .menu > .menu-item:nth-child(2) {
		transition-delay: 0.1s;
	}
	.nav-opened .site-header .site-menu .menu > .menu-item:nth-child(3) {
		transition-delay: 0.2s;
	}
	.nav-opened .site-header .site-menu .menu > .menu-item:nth-child(4) {
		transition-delay: 0.3s;
	}
	.nav-opened .site-header .site-menu .menu > .menu-item:nth-child(5) {
		transition-delay: 0.4s;
	}
	.nav-opened .site-header .site-menu .menu > .menu-item:nth-child(6) {
		transition-delay: 0.5s;
	}
	.nav-opened .site-header .site-menu .menu > .menu-item:nth-child(7) {
		transition-delay: 0.6s;
	}
	.nav-opened .site-header .site-menu .menu > .menu-item:nth-child(8) {
		transition-delay: 0.7s;
	}
	.nav-opened .site-header .site-menu .menu > .menu-item:nth-child(9) {
		transition-delay: 0.8s;
	}
	.site-header .site-menu .menu .menu-item a {
		font-size: 35px;
		padding: 7px 0;
	}
	.site-header .site-menu .menu .menu-item a::after {
		display: none;
	}
	.nav-opened .site-header .site-navigation {
		opacity: 1;
		transform: translate3d(0,0,0);
		transition: opacity 0.3s ease-out;
	}
	.nav-opened .site-header .site-menu .menu > .menu-item {
		opacity: 1;
		transform: translate3d(0,0,0);
	}
	
	.site-header .site-menu .menu .menu-item-has-children {
		display: flex;
		margin-top: 10px;
	}
	.site-header .site-menu .menu .menu-item-has-children a {
		font-size: 15px;
		margin-right: 15px;
	}
	.site-header .site-menu .menu .menu-item-has-children .sub-menu {
		display: flex;
		opacity: 1;
		position: relative;
		top: 0;
		transform: none;
	}
	.site-header .site-menu .menu .menu-item-has-children > a::after {
		display: block;
		transform: scale(1,1);
	}
	
	.nav-curtain {
		background-color: rgba(255,255,255,0.95);
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transform: translate3d(0,-100%,0);
		transition: opacity 0.3s ease-out, transform 0s linear 0.3s;
		z-index: 90;
	}
	.nav-opened .nav-curtain {
		opacity: 1;
		transform: translate3d(0,0,0);
		transition: opacity 0.3s ease-out;
	}
}

@media (max-width: 600px) {
	.site-header {
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.site-header .site-logo {
		padding-left: 22px;
	}
	.site-header .site-logo .logo {
		width: 96px;
		height: 30px;
	}
	.site-header .site-menu .menu .menu-item a {
		font-size: 25px;
		padding: 5px 0;
	}
	.site-header .site-menu .menu .menu-item-has-children a {
		font-size: 15px;
	}
}

.hamburger {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	display: none;
	overflow: visible; 
	text-transform: none;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	width: 34px;
	height: 34px;
	margin-right: 40px;
	padding: 5px;
	position: relative;
	top: 0;
	z-index: 99;
}
.hamburger .bun {
	width: 24px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger .patty {
	background-color: transparent;
	display: block;
	top: 50%;
}
.hamburger .patty, 
.hamburger .patty::before, 
.hamburger .patty::after {
	width: 24px;
	height: 2px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease; 
}
.hamburger .patty::before, 
.hamburger .patty::after {
	content: "";
	display: block; 
	background-color: #000;
}
.hamburger .patty::before {
	top: -5px;
	transition: top 0.075s 0.12s ease, opacity 0.075s ease; 
}
.hamburger .patty::after {
	bottom: -5px;
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.nav-opened .hamburger .patty {
	background-color: #000;
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.nav-opened .hamburger .patty::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease; 
}
.nav-opened .hamburger .patty::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

@media (max-width: 1000px) {
	.site-header {
		justify-content: space-between;
	}
	.hamburger {
		display: block;
	}
}

@media (max-width: 600px) {
	.hamburger {
		top: -3px;
		margin-right: 17px;
	}
}

/*--- Main ---*/

.site-main {
	padding-top: 125px;
	transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.outer-margin {
	max-width: 1000px;
	margin: 0 auto;
}

.page-nav {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-left: 60px;
	padding-bottom: 48px;
	position: fixed;
	top: 185px;
	left: 0;
	width: 360px;
	height: calc(100% - 185px);
}
.page-nav .page-header {
	order: 2;
	margin-right: -25px;
}
.page-nav .page-header .title {
	line-height: 1.15;
	transform: translateX(-3px);
}
.page-nav .page-header .debuted-in {
	display: inline-block;
	font-size: 13px;
	line-height: 1.65;
	margin-bottom: 60px;
}
.page-nav .page-menu {
	order: 1;
	margin-bottom: 120px;
}
.page-nav .page-menu ul li {
	font-size: 14px;
	margin: 10px 0;
}
.page-nav .page-menu ul li .current::after {
	transform: scale(1,1);
}
.page-nav .page-menu ul li.back-to-parent + li {
	margin-top: 50px;
}
.page-nav .page-menu ul li.back-to-parent a::after {
	top: 75%;
}

.page-content {
	padding: 60px 60px 60px 420px;
	min-height: calc(100vh - 455px);
}

@media (max-width: 1200px) {
	.page-nav {
		padding-left: 45px;
		width: 240px;
	}
	.page-content {
		padding: 45px 45px 45px 285px;
	}
}

@media (max-width: 1000px) {
	.page-nav {
		padding-bottom: 0;
		padding-left: 0;
		position: relative;
		top: auto;
		width: 100%;
		height: auto;
	}
	.page-nav .page-header {
		order: 1;
		padding-left: 45px;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.page-nav .page-header .title {
		transform: translateX(0);
	}
	.page-nav .page-header .debuted-in {
		transform: translateX(2px);
	}
	.page-nav .page-menu {
		order: 2;
		margin-bottom: 0;
		overflow-x: auto;
		padding-left: 48px;
		width: 100%;
		white-space: nowrap;
	}
	.page-nav .page-menu ul li {
		display: inline-block;
		margin-right: 30px;
	}
	.page-nav .page-menu ul li.back-to-parent {
		position: absolute;
	}
	/* .discography .page-nav .page-menu ul li.back-to-parent {
		position: relative;
	} */
	.page-nav .page-menu ul li.back-to-parent + li {
		margin-top: 40px;
	}
	.page-nav .page-menu ul li.back-to-parent br {
		display: none;
	}
	.page-nav .page-menu ul li.back-to-parent a::after {
		top: 50%;
	}
	.page-content {
		padding: 45px;
	}
}

@media (max-width: 600px) {
	.site-main {
		padding-top: 100px;
	}
	.page-nav .page-header {
		padding-left: 25px;
	}
	.page-nav .page-menu {
		padding-left: 28px;
	}
	.page-nav .page-menu ul li {
		margin-right: 20px;
	}
	.page-content {
		padding: 25px;
	}
}

/*--- Home ---*/

.home .site-main {
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.hero {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: fixed;
	top: 130px;
	left: 55px;
	right: 55px;
	bottom: 55px;
	z-index: -1;
}
.hero:hover {
	opacity: 1;
}
.hero.fadeout {
	top: 260px;
	left: 85px;
	right: 85px;
	bottom: 185px;
	opacity: 0.05;
}
.hero .video-container {
	position: relative;
	width: 100%;
	height: calc(100vh - 185px);
	height: calc((var(--vh, 1vh) * 100) - 185px);
	overflow: hidden;
}
.hero .video-container .video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 177.77777778vh;
	min-width: 100%;
	min-height: 56.25vw;
}

.hero-copy {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 100vh;
	margin-top: calc(var(--vh, 1vh) * 100);
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}
.hero-copy .headline {
	color: #fff;
	font-size: 100px;
	line-height: 1.2;
	padding: 0 50px;
	word-break: keep-all;
}

@media (max-width: 1200px) {
	.hero {
		top: 110px;
		left: 40px;
		right: 40px;
		bottom: 40px;
	}
	.hero.fadeout {
		top: 140px;
		left: 70px;
		right: 70px;
		bottom: 110px;
	}
	.hero .video-container {
		height: calc(100vh - 150px);
		height: calc((var(--vh, 1vh) * 100) - 150px);
	}
	.hero-copy .headline {
		font-size: 70px;
	}
}

@media (max-width: 600px) {
	.hero {
		top: 70px;
		left: 15px;
		right: 15px;
		bottom: 15px;
		bottom: calc(env(safe-area-inset-bottom) + 15px);
	}
	.hero.fadeout {
		top: 120px;
		left: 35px;
		right: 35px;
		bottom: 95px;
		bottom: calc(env(safe-area-inset-bottom) + 95px);
	}
	.hero .video-container {
		height: calc(100vh - 85px);
		height: calc((var(--vh, 1vh) * 100) - 85px);
	}
}

.featured {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px;
	width: 100%;
	height: auto;
	min-height: calc(100vh - 200px);
	min-height: calc((var(--vh, 1vh) * 100) - 200px);
	overflow: hidden;
}
.featured .primary-column {
	width: 39%;
}
.featured .secondary-column {
	width: 61%;
}
.featured .featured-block {
	display: block;
	padding: 30px;
	position: relative;
}
.featured .featured-block::after {
	display: none;
}
.featured .featured-block .video-container {
	overflow: hidden;
}
.featured .featured-block .video-container .video {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.05);
	transition: transform 1.5s cubic-bezier(0.25,1,0.5,1);
}
.featured .featured-block:hover .video-container .video {
	transform: translate(-50%, -50%) scale(1);
}
.featured .featured-block .block-title {
	position: absolute;
	line-height: 1.1;
	transform: translate3d(0,-30px,0);
	transition: transform 1.5s cubic-bezier(0.25,1,0.5,1);
}
.featured .featured-block.animated .block-title {
	transform: translate3d(0,0,0);
}

.featured .primary-column {
	transform: translateY(130px);
}
.featured .artists .video-container {
	width: 100%;
	height: 0;
	padding-top: 126%;
	position: relative;
}
.featured .artists .block-title {
	transform: rotate(-90deg) translate3d(30px,0,0);
	right: -20px;
	bottom: 100px;
}
.featured .artists.animated .block-title {
	transform: rotate(-90deg) translate3d(0,0,0);
}

.featured .secondary-column .featured-block .video-container {
	width: 65%;
	height: 0;
	padding-top: 44.5%;
	position: relative;
}
.featured .indian-label .block-title {
	bottom: -15px;
	left: 60px;
}
.featured .actors {
	text-align: right;
}
.featured .actors .block-title {
	top: 10px;
	right: 60px;
}
.featured .actors .video-container {
	margin-left: 35%;
}

.no-touch .featured:hover .featured-block {
	transform: scale(0.97);
}
.no-touch .featured:hover .featured-block:hover {
	transform: scale(1.03);
}

.featured .featured-block.current {
	transform: scale(1.05);
}
.featured .featured-block.current .video-container .video {
	transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 1200px) {
	.home .site-footer {
		padding-left: 45px;
		padding-bototm: 45px;
	}
}

@media (max-width: 1000px) {
	.featured .artists .block-title {
		right: -12px;
	}
	.featured .indian-label .block-title {
		bottom: -12px;
	}
	.featured .actors .block-title {
		top: 15px;
	}
}

@media (max-width: 1000px) and (orientation: portrait),
@media (max-width: 600px) {
	.featured {
		padding: 20px;
	}
	.featured [class*="column"] {
		width: 85%;
		margin: 0 7.5%;
	}
	.featured .primary-column {
		transform: translateY(0);
	}
	.featured .artists {
		width: 70%;
		padding-top: 87.5%;
		margin-left: 25%;
	}
	.featured .secondary-column .featured-block .video-container {
		width: 85%;
		padding-top: 58.18%;
	}
	.featured .indian-label {
		top: -5px;
		left: -30px;
	}
	.featured .actors .video-container {
		margin-left: 15%;
	}
}

@media (max-width: 600px) {
	.featured [class*="column"] {
		width: 100%;
		margin: 0;
	}
	.featured .artists {
		width: 90%;
		padding-top: 112.5%;
		margin-left: 10%;
		top: -10px;
	}
	.featured .secondary-column .featured-block .video-container {
		width: 100%;
		padding-top: 68.45%;
	}
	.featured .indian-label {
		top: -12px;
		left: -30px;
	}
	.featured .actors {
		left: 20px;
	}
	.featured .actors .video-container {
		margin-left: 0;
	}
	
	.home .site-footer {
		padding-left: 25px;
		padding-bottom: 25px;
	}
}

/*--- Archive ---*/

.archive {
	border-top: 1px solid #ddd;
}
.archive.animate,
.no-results.animate {
	transform: translate3d(0,15px,0);
}
.single-post {
	border-bottom: 1px solid #ddd;
}
.single-post .post-header {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px;
}
.single-post .post-header .post-title {
	padding-left: 35px;
	position: relative;
	word-break: keep-all;
}
.single-post .post-header .post-title::before {
	content: '+';
	font-family: 'Fraunces';
	font-weight: 400;
	font-size: 28px;
	line-height: 21px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	width: 20px;
	height: 20px;
	text-align: center;
}
.single-post .post-header.active .post-title::before {
	transform: rotate(135deg);
}
.single-post .post-content {
	height: 0;
	overflow: hidden;
}
.single-post .post-header.active + .post-content {
	height: auto;
}
.single-post .post-content article {
	opacity: 0;
	padding: 80px 20px;
	max-width: 600px;
	margin: 0 auto;
	transform: translateY(20px);
	transition: opacity 0.3s linear, transform 0.6s cubic-bezier(0.25,1,0.5,1);
}
.single-post .post-header.active + .post-content article {
	opacity: 1;
	transform: translateY(0);
}
.single-post .post-content article .post-title {
	line-height: 1.5;
	margin-bottom: 80px;
	max-width: 500px;
	word-break: keep-all;
}
.single-post .post-content article p {
	line-height: 1.8;
	margin-bottom: 20px;
	text-align: justify;
}
.single-post .post-content article .post-date {
	color: #888;
	display: block;
	margin-top: 50px;
}

.single-post .post-content figure {
	margin: 60px 0;
}
.single-post .post-content .wp-block-embed.is-type-video .wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.single-post .post-content .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}

.no-results {
	color: #888;
	font-weight: 700;
	padding: 27px;
}

.load-more {
	font-size: 16px;
	margin-top: 25px;
	padding-left: 60px;
}

@media (max-width: 600px) {
	.single-post .post-header {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px 5px;
	}
	.single-post .post-header .post-title {
		padding-left: 0;
		padding-right: 35px;
		width: 100%;
	}
	.single-post .post-header .post-title::before {
		left: auto;
		right: 0;
	}
	.single-post .post-header .post-date {
		margin-top: 5px;
	}
	.single-post .post-content article {
		padding: 35px 5px;
	}
	.load-more {
		margin-top: 20px;
		padding-left: 5px;
	}
}

/*--- Artists ---*/

.artist-grid {
	display: flex;
	flex-wrap: wrap;
}
.artist-grid .grid-item {
	width: 50%;
	padding: 0 15px 30px;
}
.artist-grid .grid-item .profile-link {
	display: block;
}
.artist-grid .grid-item .profile-link::after {
	display: none;
}
.artist-grid .grid-item .profile-image {
	overflow: hidden;
}
.artist-grid .grid-item .profile-image img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.25, 1);
}
.artist-grid .grid-item:hover .profile-image img {
	transform: scale(1.02);
}
.artist-grid .grid-item .profile-info {
	transform: translate3d(25px,-50px,0);
	transition: transform 1.5s cubic-bezier(0.25,1,0.5,1);
}
.artist-grid .grid-item.animated .profile-info {
	transform: translate3d(25px,-20px,0);
}

@media (max-width: 1000px) {
	.artist-grid {
		margin: 0 -15px;
	}
}

@media (max-width: 600px) {
	.artist-grid {
		margin: 0;
	}
	.artist-grid .grid-item {
		width: 100%;
		padding: 0;
	}
	.artist-grid .grid-item.animated .profile-info {
		transform: translate3d(25px,-16px,0);
	}
}

/*--- Profile / Discography ---*/

/* .cover {
	margin-right: -60px;
} */
.cover .cover-image img {
	width: 100%;
	height: auto;
}

.section > * {
	width: 100%;
}
.section .section-title {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.2;
	margin: 100px 0 35px;
	padding: 0 30px;
	transform: translate3d(0,-30px,0);
	transition: transform 1.5s cubic-bezier(0.25,1,0.5,1);
}
.section .section-title .main-title h6 {
	line-height: 1.6;
	margin-top: 10px;
}
.section .section-title .media-links {
	margin-right: -5px;
}
.section.animated .section-title {
	transform: translate3d(0,0,0);
}
.section .section-content {
	font-size: 14px;
	line-height: 1.9;
	margin: 0 auto;
	max-width: 820px;
	padding: 0 80px;
}
.section .section-content p,
.section .section-content ul {
	margin-bottom: 20px;
	text-align: justify;
}
.section .section-content ul li {
	position: relative;
	padding-left: 15px;
}
.section .section-content ul li::before {
	content: '-';
	position: absolute;
	top: 0;
	left: 0;
}
.section .section-content .item {
	margin-bottom: 8px;
}
.section .section-content .item .year {
	display: inline-block;
	font-weight: 700;
	width: 60px;
}

.grid-section .section-content {
	max-width: 100%;
	padding: 0 !important;
}
.grid-section .grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.grid-section .grid .grid-item {
	width: 33.333%;
	padding: 15px;
}
.grid-section .grid .grid-item img {
	display: block;
	width: 100%;
	height: auto;
}

.albums .grid .grid-item a::after {
	display: none;
}
.albums .grid .grid-item .album-cover {
	display: block;
	width: 100%;
	height: auto;
}
.albums .grid .grid-item .album-info p {
	margin-top: 12px;
}

.gallery .grid .grid-item a {
	display: block;
}
.gallery .grid .grid-item a::after {
	display: none;
}

@media (max-width: 1200px) {
	/* .cover {
		margin-right: -45px;
	} */
	.grid-section .grid {
		margin: 0;
	}
}

@media (max-width: 1000px) {
	.section .section-title {
		padding: 0;
	}
	.section .section-content {
		padding: 0 50px;
	}
	.grid-section .grid {
		margin: 0 -15px;
	}
}

@media (max-width: 600px) {
	/* .cover {
		margin-right: -25px;
	} */
	.section .section-title {
		margin: 60px 0 30px;
	}
	.section .section-title .main-title {
		width: 50%;
	}
	.section .section-title .media-links {
		width: 50%;
		flex-wrap: wrap;
		justify-content: flex-end;
		margin-top: -7px;
	}
	.section .section-content {
		padding-left: 20px;
		padding-right: 0;
	}
	.grid-section .grid {
		margin: 0 -10px;
	}
	.grid-section .grid .grid-item {
		padding: 10px;
		width: 50%;
	}
	.albums .grid .grid-item .album-info p {
		margin-top: 5px;
	}
}

.profile .description .section-title,
.discography .description .section-title {
	margin-bottom: 50px;
}

.profile .description ul {
	display: flex;
	margin-top: 50px;
}
.profile .description ul li {
	padding: 0;
	margin-right: 60px;
}
.profile .description ul li p {
	margin-bottom: 0;
}
.profile .description ul li p:last-child {
	margin-bottom: 15px;
}
.profile .description ul li::before {
	display: none;
}

.profile .history ul li {
	padding: 0;
	margin-bottom: 20px;
}
.profile .history ul li p {
	font-size: 13px;
	margin-bottom: 0;
}
.profile .history ul li::before {
	display: none;
}

.profile-producer .section .section-title .main-title h6 {
	margin-top: 15px;
}
.profile-producer .section .section-title .main-title h6 + h6 {
	margin-top: 3px;
}
.profile-producer .section .section-content ul li p {
	font-size: 13px;
	margin-bottom: 5px;
}

.discography .tracklist .track-item {
	border-bottom: 1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}
.discography .tracklist .track-item:first-child {
	padding-top: 0;
}
.discography .tracklist .track-item span {
	display: inline-block;
	line-height: 1.4;
	font-weight: 700;
}
.discography .tracklist .track-item .track-number {
	width: 50px;
}
.discography .tracklist .track-item .track-name .participants {
	display: none;
}
.discography .tracklist .track-item .track-name {
	width: calc(100% - 100px);
	word-break: keep-all;
}
.discography .tracklist .track-item .track-length {
	color: #aaa;
	float: right;
	font-size: 12px;
	font-weight: 400;
	width: 50px;
}

.discography .videos .video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.discography .videos .video-container iframe {
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: auto;
	min-height: auto;
	z-index: 1;
}
.discography .videos .video-container .video-cover {
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.discography .videos .video-container.is-playing .video-cover {
	display: none;
}
.discography .videos .video-container .play-button {
	position: relative;
	z-index: 3;
}

.audition .section .section-title {
	margin: 60px 0 30px;
}
.audition .manifesto .section-title {
	line-height: 1.65;
	margin-top: 0;
}

@media (max-width: 600px) {
	.profile .description ul {
		flex-direction: column;
		margin-top: 35px;
	}
	.profile .description ul li {
		margin-right: 0;
	}
}

.pswp .pswp__bg {
	background-color: rgba(255,255,255,0.95);
}
.pswp .pswp__button,
.pswp .pswp__share-modal,
.pswp .pswp__top-bar .pswp__counter {
	display: none;
}
.pswp .pswp__top-bar {
	position: relative;
}
.pswp .pswp__top-bar .pswp__button--close {
	background-color: transparent;
	background-image: url('images/pswp-close-button.png') !important;
	background-size: contain;
	background-position: center center;
	border: none;
	border-radius: 22px;
	display: block;
	outline: none;
	position: absolute;
	top: 21px;
	right: 26px;
	width: 44px;
	height: 44px;
}
.pswp .pswp__top-bar .pswp__button--close::after {
	display: none;
}

@media (max-width: 600px) {
	.pswp .pswp__top-bar .pswp__button--close {
		display: none;
		top: 13px;
		right: 12px;
	}
}

/*--- Schedule ---*/

.schedule .page-menu ul li.no-events {
	opacity: 0.3;
}

.schedule.loading .page-menu,
.schedule.loading .page-content {
	opacity: 0.3;
	transition: opacity 0.2s ease-out;
}

.schedule .calendar-header {
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
	margin-bottom: 50px;
}
.schedule .calendar-header .calendar-nav {
	display: flex;
	align-items: flex-start;
}
.schedule .calendar-header .calendar-nav .buttons-wrap {
	margin-top: 15px;
}
.schedule .calendar-header .calendar-nav .button.prev-month {
	margin-left: 45px;
	margin-right: 30px;
}
.schedule .calendar ul {
	display: flex;
	flex-wrap: wrap;
}
.schedule .calendar ul li {
	border-top: 1px solid #ddd;
	width: 14.2857%;
	padding: 15px 0 15px 30px;
}
.schedule .calendar .weekdays .day {
	border-top: none;
	color: #b2b2b2;
}
.schedule .calendar .days .day {
	height: 100px;
}
.schedule .calendar .days .day .date {
	display: block;
	margin-bottom: 10px;
}
.schedule .calendar .days .day.has-event .date,
.schedule .calendar .days .today .date {
	font-weight: 700;
}
.schedule .calendar .days .day .date span {
	display: inline-block;
	position: relative;
}
.schedule .calendar .days .today .date span::after {
	background-color: #000;
	content: '';
	position: absolute;
	width: calc(100% + 6px);
	height: 2px;
	top: 50%;
	margin-top: -1px;
	left: -3px;
}
.schedule .calendar .days .day .event-row {
	cursor: default;
	font-size: 10px;
}
.schedule .calendar .days .day .event-row .event-time {
	display: none;
}
.schedule .calendar .days .day .event-row .event-detail {
	display: block;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.schedule .event-list {
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
}
.schedule .event-list .event-header {
	padding: 0 30px;
	margin-bottom: 30px;
	transform: translate3d(0,-30px,0);
	transition: transform 1.5s cubic-bezier(0.25,1,0.5,1);
}
.schedule .event-list.animated .event-header {
	transform: translate3d(0,0,0);
}


.schedule .event-list .event-item {
	border-top: 1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.8;
	padding: 22px 30px;
}
.schedule .event-list .event-item .event-date {
	width: 15%;
	font-weight: 700;
}
.schedule .event-list .event-item .event-date.passed {
	color: #b5b5b5;
}
.schedule .event-list .event-item .event-date.passed + .event-content {
	color: #b5b5b5;
}
.schedule .event-list .event-item .event-content {
	width: 85%;
}
.schedule .event-list .event-item .event-content .event-row {
	display: flex;
	flex-wrap: wrap;
	font-weight: 600;
}
.schedule .event-list .event-item .event-content .event-time {
	display: inline-block;
	width: 80px;
}
.schedule .event-list .event-item .event-content .event-detail {
	width: calc(100% - 80px);
}

@media (max-width: 1000px) {
	.schedule .calendar-header {
		padding: 0;
	}
	.schedule .calendar-header .calendar-nav .buttons-wrap {
		margin-top: 12px;
	}
	.schedule .calendar ul li {
		padding: 12px;
	}
	.schedule .calendar .weekdays .day {
		text-align: center;
	}
	.schedule .calendar .days .day {
		text-align: center;
	}
}

@media (max-width: 600px) {
	.schedule .calendar-header {
		flex-direction: column-reverse;
	}
	.schedule .calendar-header .calendar-nav {
		justify-content: space-between;
	}
	.schedule .calendar-header .calendar-nav .button.prev-month {
		margin: 0 20px;
	}
	.schedule .calendar-header .calendar-artist {
		margin-bottom: 15px;
	}
	.schedule .calendar ul li {
		padding: 12px 6px;
	}
	.schedule .calendar .days .day {
		height: 70px;
	}
	.schedule .calendar .days .day .date {
		margin-bottom: 5px;
	}
	.schedule .calendar .days .day .event-row {
		font-size: 8px;
	}
	.schedule .event-list .event-item {
		padding: 20px 5px;
	}
}

/*--- About ---*/

.artist-wall {
	opacity: 0;
	position: fixed;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate3d(0,-50%,0) scale(1.1);
	transition: all 1.2s cubic-bezier(0.25,1,0.5,1);
	z-index: -1;
}
.artist-wall.loaded {
	opacity: 1;
}
.opaque + .site-main .artist-wall {
	opacity: 0.12;
	transform: translate3d(0,-50%,0) scale(1);
}
.artist-wall .artist-image {
	width: 40%;
	padding: 20px;
}
.artist-wall .artist-image img {
	width: 100%;
	height: auto;
}

.ticker {
	overflow: hidden;
}

.ticker-track {
	white-space: nowrap;
}

.ticker-item {
	white-space: normal;
	height: 100%;
	vertical-align: top;
	display: inline-block;
	position: relative;
}

@supports (display: flex) {
	.ticker-track {
		position: relative;
		white-space: normal;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.ticker-item {
		height: auto;
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.ticker.active .ticker-track {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.ticker.active .ticker-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
}

@media (max-width: 1200px) {
	.artist-wall .artist-image {
		width: 50%;
	}
}

@media (max-width: 1000px) {
	.artist-wall .artist-image {
		width: 60%;
	}
}
@media (max-width: 600px) {
	.artist-wall .artist-image {
		width: 80%;
		padding: 10px;
	}
}

.about .page-content {
	padding-top: 44vh;
	padding-top: calc(var(--vh, 1vh) * 44);
}
.about .section .section-title h2 {
	line-height: 1.5;
}
.about .history .item h3 {
	margin-bottom: 15px;
}
.about .history .item p {
	font-size: 13px;
	margin-bottom: 0;
}
.about .history .item + .item {
	margin-top: 30px;
}

@media (max-width: 600px) {
	.about .page-content {
		padding-top: 23vh;
		padding-top: calc(var(--vh, 1vh) * 23);
	}
}

.contact .page-content .section:first-child .section-title {
	margin-top: 0;
}

.nf-before-form-content,
.ninja-forms-req-symbol,
.submit-wrap .nf-field-label {
	display: none;
}
.submit-wrap {
	display: inline-block !important;
	font-size: 18px;
	position: relative;
}
.label-above .nf-field-label label {
	color: #999;
	font-size: 13px;
	font-weight: 400;
}

.ninja-forms-field {
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	font-family: 'DM Sans', 'Noto Sans KR', sans-serif;
	font-size: 13px;
	outline: none;
	padding: 12px 0;
	position: relative;
	-webkit-appearance: none;
}
.ninja-forms-field:focus {
	border-bottom-color: #000;
}
.nf-error .ninja-forms-field {
	border: none !important;
	border-bottom: 1px solid #ef3736 !important;
}
.nf-error-msg {
	color: #ef3736 !important;
	font-size: 12px;
}
.list-wrap .nf-field-element::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate3d(0,-50%,0);
}
.submit-wrap .ninja-forms-field {
	padding: 0;
}

/*--- Producers ---*/

.producers .artist-grid .grid-item .profile-info .name {
	margin-top: 5px;
}
.producers .artist-grid .grid-item .profile-info .pd-title {
	margin-top: 3px;
}

/*--- Site Footer ---*/

.site-footer {
	padding-left: 420px;
	padding-right: 75px;
	padding-bottom: 50px;
}
.site-footer .slogan {
	margin: 80px 0 50px;
}
.site-footer .social-media {
	display: flex;
	margin-bottom: 30px;
}
.site-footer .social-media > div {
	display: flex;
	flex-direction: column;
	margin-right: 60px;
}
.site-footer .social-media .media-links {
	margin-top: 5px;
	margin-left: -10px;
}
.site-footer .copyright {
	font-size: 12px;
	font-weight: 700;
}

@media (max-width: 1200px) {
	.site-footer {
		padding-left: 300px;
	}
}

@media (max-width: 1000px) {
	.site-footer {
		padding-left: 45px;
	}
}

@media (max-width: 600px) {
	.site-footer {
		padding-left: 25px;
	}
	.site-footer .slogan {
		margin: 60px 0 35px;
	}
	.site-footer .social-media {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.site-footer .social-media > div {
		margin-right: 0;
	}
	.site-footer .social-media .indian-label {
		margin-top: 20px;
	}
	.site-footer .social-media .media-links {
		margin-left: -7px;
	}
	.site-footer .social-media .media-links a {
		margin: 2px 3px;
	}
	.site-footer .copyright {
		font-size: 10px;
	}
}

/*--- No Template Page ---*/

.plain .page-content {
	font-size: 14px;
	line-height: 1.9;
}
.plain .page-content > * {
	max-width: 660px;
	margin-bottom: 15px;
	padding: 0 30px;
}
.plain .page-content [class*="-font-size"] {
	margin-top: 35px;
}
.plain .page-content li {
	list-style: inherit;
}
.plain .page-content > ul,
.plain .page-content > ol {
	margin-left: 20px;
}
.plain .page-content li > ul,
.plain .page-content li > ol {
	margin-left: 20px;
	margin-bottom: 10px;
}