/*!
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
## Layout
   Header
   Footer
   Typography
   Main
   Form
   Responsive
--------------------------------------------------------------*/
body{
	--body-bg-color: #fff;
	--side-width: 15rem;
	--side-icon-height: 20px;
	--side-nav-hover-background: #fff;
	--content-width: 100%;
	--border-radius: 0.5rem;
	--button-radius: 0.5rem;
	--header-title-size: 2.5rem;
	--header-image-size: 16rem;
	--header-x-gap: 2rem;
	--header-y-gap: 1.5rem;
	--site-logo-height: 2rem;
	--loop-line: 2;
}

.wp-block-loop{
	--loop-radius: 6px;
}

.wp-block-bg-light{
	background-color: rgba(190, 200, 210, 0.1);
}

h3, .h3 {
    font-size: 1.2rem;
}
h4, .h4 {
    font-size: 1rem;
}
h5, .h5 {
    font-size: 0.85rem;
}
h6, .h6 {
    font-size: 0.75rem;
}
.comments-title,
.block-loop-title{
	font-size: clamp(1.05rem, 5vw, 1.75rem);
	font-weight: 700;
}
.single-post,
.archive.category,
.archive.tag {
	--content-width: 50rem;
}

/* color */
.header-station > .entry-header .entry-artist,
.site-sidebar .nav li.current-menu-item > a,
.site-sidebar .nav li.current-menu-item svg{
	color: var(--color-primary);
}
.site-sidebar .menu-item:not(.btn-link) svg{
	color: #bbb;
}
.dark .plyr-playlist .plyr-list,
.dark .site-sidebar{
	background-color: var(--color-grey-700);
}
.dark .site-sidebar{
	--side-nav-hover-background: rgba(230,240,255,0.2);
}
.dark .mobile-menu,
.dark .plyr-playlist .plyr{
	background-color: var(--color-grey-700);
}

/* button */
.btn-play{
  box-shadow: none;
  border: none;
}
.header-user .btn-play,
.header-station > .entry-header .btn-play{
	width: 3rem;
	height: 3rem;
	font-size: 1.1rem;
	background-color: var(--color-primary);
	color: #fff;
}
.waveform .btn-play{
	color: #aaa;
}
.btn-play-waveform{
	background-color: transparent;
}
.btn-follow.active{
	background-color: currentColor;
}
.btn-follow.active span{
	color: #fff;
}

/* loop block */
@media (min-width: 1260px){
  #menu-state:checked ~ .site-content .wp-block-loop:not(.has-loop-posts) .block-loop-items{
    --grid-columns: calc( var(--grid-cols, 5) + 1 );
  }
}
@media (min-width: 1580px){
  .wp-block-loop:not(.has-loop-posts) .block-loop-items{
    --grid-columns: calc( var(--grid-cols, 5) + 1 );
  }
}
.block-loop-item .post-thumbnail .btn-more svg{
	width: 20px;
	height: 20px;
	color: #fff;
	stroke: rgba(0,0,0,0.1);
	stroke-width: 1;
}
.block-loop-item .entry-action{
	padding: 0;
	z-index: 5;
}
.block-loop-item .post-thumbnail{
	background-size: cover;
	box-shadow: 0 3px 13px rgba(0,0,0,.1);
	background-color: var(--color, rgba(110,120,130,0.2));
}
.block-loop-item .entry-action button{
	position: absolute;
	z-index: 5;
}
.block-loop-item .entry-action .btn-more{
	bottom: 0;
	right: 0;
}
.block-loop-item .entry-action .btn-like{
	display: none;
}
.block-loop-item .entry-action .btn-play{
	width: 3rem;
	height: 3rem;
	margin: 0;
	position: relative;
}
.block-loop-row .entry-action button{
	margin: 4px;
}
.block-loop-row .btn-play{
  transform: scale(0.75);
}
.block-loop-sm  .post-thumbnail .btn-more{
  display: none;
}

/* Detail page */
.header-station,
.header-user{
	display: flex;
	flex-wrap: wrap;
	grid-gap: var(--header-x-gap);
	grid-row-gap: var(--header-y-gap);;
	padding: 1.5rem var(--x-gap);
	width: 100% !important;
	max-width: 100vw !important;
	position: relative;
}
.entry-header-container > .post-thumbnail{
	position: relative;
	padding: 0;
	width: var(--header-image-size);
	flex-shrink: 0;
	margin: 0;
	border-radius: 6px;
  align-self: flex-start;
  background-color: var(--color, rgba(110,120,130,0.2));
  opacity: 1;
  transform: translate3d(0,0,0);
  transition: opacity .4s,transform .35s;
  transition-delay: .65s;
  background-size: cover;
}
.entry-header-container .post-thumbnail:after{
	padding-top: 100%;
  min-height: auto;
  content: "";
  width: 100%;
  display: block;
}
.entry-header-container .post-thumbnail img,
.entry-header-container .post-thumbnail .avatar{
	border-radius: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-station .entry-meta{
	--entry-meta-grid-gap: 0.5rem;
	width: 100%;
	margin-bottom: 0;
}
.header-station .waveform,
.header-station .editor-note,
.header-station .station-copyright,
.header-station .block-loop-row{
	width: 100%;
}

/* 取色头部
.has-post-color:not(.scrolled):not(.has-menu-sidebar) .site-header{
	background-color: transparent;
	color: #fff;
	box-shadow: none;
	--sub-menu-color: rgba(0,0,0,0.95);
	--color-primary: rgba(255,255,255,0.35);
}

.has-post-color:not(.scrolled):not(.has-menu-sidebar) .site-header .search-form{
	background-color: rgba(255, 255, 255, 0.1);
}
*/
.has-post-color .site-content{
	margin-top: 0;
}
.has-post-color .header-station{
	padding-top: calc(var(--navbar-height) + 3rem);
}
.has-post-color .header-station .entry-header > *:not(.entry-meta){
	color: #fff;
	--color-primary: #fff;
	--text-secondary-color: rgba(255,255,255,0.75);
}

.has-post-color .editor-note-title{
	font-weight:700;
}
.has-post-color .header-station .entry-header .entry-info{
	color: rgba(255,255,255,0.75);
	margin-bottom: 2.5rem;
}
.has-post-color .header-station .entry-header > .entry-meta .btn-play{
	--color-primary: var(--color);
}
.has-post-color .header-station .avatar,
.has-post-color .header-station .verified,
.has-post-color .header-station .private{
	background-color: rgba(255,255,255,0.25);
}
.has-post-color .header-station:after{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 6rem;
	z-index: -1;
	background-color: var(--color);
}

.editor-note{
	margin-bottom: 0;
}

.header-station .waveform .btn-play,
.header-station .waveform .sep-1{
	display: none;
}

.has-loop-posts .block-loop-item{
	padding: 0.5rem 0.5rem;
	border-radius: var(--border-radius);
	min-height: 3.5rem;
}
.has-loop-posts .block-loop-item:nth-child(even){
	background-color: rgba(150, 155, 160, 0.05);
}
.has-loop-posts .block-loop-item:hover{
	background-color: var(--tracks-item-odd-color, rgba(150,155,160,0.1));
}
.has-loop-posts .block-loop-item.active{
	background-color: var(--tracks-item-hover-color, rgba(150,155,160,0.2));
}
.has-loop-posts .icon-plus{
	display: none;
}
.header-station .block-loop-item .entry-meta a{
	pointer-events: inherit;
}
.header-station > .entry-header{
	margin-top: 0;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.header-station .entry-tag,
.station-content,
.station-release{
	width: 100%;
}
.station-content,
.station-release,
.header-station ~ .entry-content .entry-tag{
	margin-bottom: 1.5rem;
}
.header-station > .entry-header .entry-artist,
.header-station > .entry-header .entry-title{
	line-height: 1.1;
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 700;
}
.header-station > .entry-header .entry-title{
	font-size: var(--header-title-size);
	margin-top: auto;
}
.header-station > .entry-header .entry-artist{
	font-size: 1.25rem;
}
.header-station > .entry-header .entry-tag + .entry-title{
	margin-top: 0;
}
.header-station > .entry-header .entry-meta{
	margin-top: 1rem;
	margin-bottom: 0;
}
.header-station .entry-info{
	margin-bottom: auto;
	margin-top: .5rem;
}

.header-station .post-thumbnail:before{
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 5%;
	width: 90%;
	height: 5%;
	border-radius: 100%;
	box-shadow: 0 1px 6px rgba(0,0,0,0.5);
    background-position-y: 100%;
    background-size: cover;
}
.header-station .post-thumbnail:before{
	background-image: inherit;
	filter: blur(10px);
}
.header-station .entry-tag{
	margin-top: auto;
	margin-bottom: 0.25rem;
	font-size: 13px;
}
.header-station .tag{
	margin: 0;
}
.header-station .tag a{
	border: none;
	padding: 0;
	margin: 0;
	margin-inline-end: 0.5rem;
	-webkit-margin-end: 0.5rem;
	background-color: transparent;
}
.header-station .tag a:hover{
	text-decoration: underline;
	color: inherit;
}
.header-station .tag a:before{
	content: '#';
	display: inline-block;
}
.header-station .station-content{
	max-width: 28rem;
}
.header-station .station-content > p:last-child{
	margin-bottom: 0;
}
.header-station .station-content,
.header-station .tag a,
.entry-info{
	color: var(--text-secondary-color);
}
.waveform-time{
	bottom: 0;
	top: auto;
	transform: none;
}
.waveform-time span{
	border-radius: 0;
	background-color: #000;
	color: #fff;
	padding: 0 3px;
}

.archive-content-column > h3{
	border-bottom: 0.5px solid var(--color-border);
	padding-bottom: var(--y-gap);
}

/* user */
.header-user{
	align-items: center;
}
.header-user .post-thumbnail{
	width: 10rem;
	border-radius: 100%;
	padding: 0;
}
.header-user .entry-header{
	margin-top: 0;
	flex: 1;
}
.header-user .entry-title{
	font-size: var(--header-title-size);
	font-weight: 700;
	margin-bottom: 0.5rem;
}
.header-user .entry-meta{
	margin-top: 1rem;
	margin-bottom: 0;
}
.header-user .entry-description{
	max-width: 32rem;
}
.header-user .entry-description p{
	margin-bottom: 2px;
}
/* page nav */
.navigation .nav > li > a{
	padding: 0.75rem 0;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}
.navigation .nav > li > a:hover{
	border-bottom-color: var(--color-border);
}
.navigation .nav{
	grid-gap: 1.5rem;
}
.navigation .nav > li.active > a,
.navigation .nav > li.current_page_item > a{
	border-bottom-color: var(--color-primary);
}
.page-navigation .nav{
	padding-top: 0;
	padding-bottom: 0;
}
.user-navigation{
	margin-bottom: 1.5rem;
	box-shadow: 0 0.5px 0 var(--color-border);
	font-weight: normal;
	width: auto;
	padding: 0 var(--x-gap);
}
.user-links svg{
	width: 1rem;
	height: 1rem;
}
.wp-social-link{
	background-color: transparent !important;
	color: inherit !important;
}

.nav .user-display-name{
	display: none;
}

.site-sidebar{
	background-color: #fff;
}
.site-navbar{
	font-size: 1rem;
}
.site-navbar > *{
	order: 5;
}
.site-navbar > .menu-toggle{
	order: 1;
}
.site-navbar > .site-brand{
	order: 2;
}
.site-navbar > .navbar-menu{
	order: 3;
	font-weight: 500;
	margin: 0 1rem;
}
.site-navbar > .flex ~ .flex{
	flex: 5;
}
.search-form input{
	order: 2;
}
.wp-block-search__input{
	height: auto;
	border-radius: 3rem;
	padding: 0.75rem 1.25rem;
	border-color: rgba(0, 0, 0, 0.3);
	background-color: #fff !important;
	color: #222;
	background-clip: padding-box;
}
.wp-block-button.is-style-outline > .wp-block-button__link{
	border-width: 1px;
}
.site-sidebar .nav > li:not(.menu-header) > a{
	padding: 0.5rem 0.5rem;
	margin: 0 -0.5rem;
	border-radius: var(--nav-item-radius, 0.5rem);
	font-size: 0.85rem;
}
#menu-state:not(:checked) ~ .site-sidebar .nav > li.hide-icon > a{
	font-size: 0.95rem;
}
#menu-state:not(:checked) ~ .site-sidebar .nav > li.hide-icon > a svg{
	display: none;
}
.site-sidebar .nav > li > a:hover{
	background-color: var(--side-nav-hover-background);
}
.site-sidebar .menu-location-name{
	font-size: 0 !important;
}
.site-sidebar .nav .svg-icon{
	stroke-width: 1.75;
}
.site-sidebar .site-sidebar-header .wp-block-cover{
	padding: 1.25rem;
}

.site-header .search-form{
	padding: 0;
	border-radius: var(--input-border-radius, 0.5rem);
	max-width: 15rem;
	border-radius: 2rem;
}

.site-header-transparent .header-container:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 150%;
	z-index: -1;
	background: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}
.site-header-transparent .site-navbar .search-form{
	background-color: rgba(255,255,255,0.25);
}
.block-loop-hero .entry-header-inner{
	flex: none;
	margin-top: auto;
}
.block-loop-hero.alignfull .entry-header .entry-title{
	font-size: clamp(1.75rem, 5vw, 5rem);
	max-width: 25rem;
}
.block-loop-hero .entry-header{
	z-index: 2;
	background: linear-gradient(180deg, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.7) 75%, var(--color-grey-800));
}
.block-loop-hero .post-thumbnail:before{
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	background: linear-gradient(-80deg, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
}
.block-loop-hero .block-loop-dot{
	position: absolute;
	z-index: 3;
	right: 2rem;
	top: 30%;
	display: flex;
	flex-direction: column;
	color: #fff;
}

/*form*/
form label{
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}
.input,
button.btn-toggle-pwd,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
select,
textarea{
	padding: 0;
	height: 28px;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid var(--color-border);
}
.comment-respond .must-log-in p,
textarea{
	height: auto;
	min-height: 28px;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):focus,
select:focus,
textarea:focus{
	box-shadow: 0 1px 0 var(--color-primary);
}


/* Bepop幻灯片 */
/* slick-dots-right slick-alignfull alignfull index-banner */

/* 按钮dot标点效果
.block-loop-dot .button:hover,
.block-loop-dot button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{
	color: #333;
	background-color: #eee;
	box-shadow: 0 20px 60px -10px rgba(0,0,0,0.25);
}
*/

/* 按钮dot标点效果*/
.block-loop-dot button:hover {
	color: #333;
	background-color: #eee;
	box-shadow: 0 20px 60px -10px rgba(0,0,0,0.25);
}

.slick-alignfull{
  top: -60px;
  margin: 0 !important;
}
.slick-alignfull .entry{
  position: relative;
  padding-top: 8rem;
  scroll-snap-align: start;
}
.slick-alignfull .entry-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
}

/*段落字体颜色
.slick-alignfull p {
    max-width: 75%;
    color: rgba(0 0 0 / 50)!important;
}
*/

.dark .slick-alignfull p {
    max-width: 75%;
    color: rgba(255,255,255,.5)!important;
}
.slick-alignfull .entry-header,
.slick-alignfull .entry-content,
.slick-alignfull .entry-footer{
  width: calc(100% - var(--x-gap) * 2);
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
}
.slick-alignfull .entry-header-container {
    position: static!important;
}
.slick-alignfull .entry-header-container .entry-header {
    height: auto!important;
    min-height: auto!important;
}
.slick-alignfull .block-loop-items{
    grid-auto-columns: 100%;
    grid-gap: 0;
    padding: 0 !important;
	margin-bottom: -5rem;
}
.slick-alignfull .block-loop-nav{
  display: none;
}
.slick-alignfull .block-loop-dot{
  position: absolute;
    right: 10vw;
    top: 50%;
    width: 1.5rem;
    line-height: 1;
}
.slick-alignfull .block-loop-slider,[data-plugin=slider] {
  border-radius:0; 
}

@media only screen and (min-width: 992px){
    .slick-alignfull .entry-title {
      font-size: 4rem;
  }
}


.index-banner .site-header:before {
    height: 200%;
    background: linear-gradient(0, transparent, rgba(0, 0, 0, 0.35));
}

.scrolled .site-header:before {
    height: 100%;
    background: #000;
}

.index-banner .entry-header-container {
    position: relative;
    color: #fff;
}

.index-banner .entry-header-container:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -2000;
    top: -60px;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color: rgb(22,22,24); */
}

.index-banner .entry-header-container .post-thumbnail {
    position: absolute;
    align-self: auto;
    width:auto;
    top: -60px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
	border-radius: 0;
    z-index: -1000;
    max-width: 100%;
    padding: 0;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.4s, transform 0.35s;
    transition-delay: 0.65s;
    overflow: hidden;
}

.index-banner .entry-header-container .post-thumbnail:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90%;
    background: linear-gradient(0deg, rgb(255 255 255) 5%, transparent 100%);
}

.dark .index-banner .entry-header-container .post-thumbnail:before {
    background: linear-gradient(0deg, rgb(1 3 5) 5%, transparent 100%);
}


.index-banner .entry-header-container .post-thumbnail img, .index-banner .entry-header-container .post-thumbnail video {
    transform: translate3d(0, 0, 0);
    transition: transform 0.15s;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.index-banner .entry-header-container .entry-header {
	/*
    min-height: 30rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 0;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.15);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: start;
	*/
	
	/*隐藏标题*/
	display:none;
}

.index-banner .page .entry-header-container .entry-header {
    min-height: 10rem;
}

.index-banner .current-user.entry-header-container .entry-header {
    min-height: auto;
}

.index-banner .entry-header-container .entry-header .entry-meta, .index-banner .entry-header-container .entry-header .entry-meta .count {
    color: #fff;
}
/* 幻灯结束 */

/*responsive*/
@media (max-width: 991px) {
	body{
		--header-image-size: 15rem;
	}
}
@media (max-width: 599px){
	body{
		--header-title-size: 1.75rem;
		--header-x-gap: 1rem;
		--header-y-gap: 1rem;
		--header-image-size: 14rem;
		--x-gap: 1rem;
	}
	.header-station,
	.header-user{
		flex-direction: column;
	}
	.has-post-color:not(.scrolled) .site-header .search-form{
		background-color: transparent;
	}
	.header-station > .entry-header{
		align-items: center;
	}
	.header-station .entry-tag,
	.header-station > .entry-header .entry-title{
		text-align: center;
	}
	.header-station > .entry-header .entry-meta{
		justify-content: center;
	}
	.header-station .post-thumbnail{
		align-self: center;
	}
	.header-user .post-thumbnail{
		width: 8rem;
		align-self: center;
	}
	.header-station .station-content{
		margin-top: 1rem;
	}
	.header-user .entry-title{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.header-user .entry-description{
		text-align: center;
	}
	.header-user .entry-meta{
		justify-content: center;
	}
	.site-title{
		font-size: 1rem;
	}
	.link-more{
		display: none;
	}
}

@media (min-width: 992px){
	:root{
		--loop-cols: 7;
	}
	.site-header .search-form label{
		pointer-events: none;
	}
	.is-album .has-loop-posts .entry-header-inner,
	.is-playlist .has-loop-posts .entry-header-inner{
		display: flex;
		align-items: center;
		grid-gap: 1rem;
	}
	.has-loop-posts .entry-header-inner .entry-title{
		min-width: 20rem;
	}
	.navigation{
		position: sticky;
		top: calc(var(--adminbar-height) + var(--navbar-height));
		z-index: 800;
		background-color: var(--body-bg-color);
	}
	
	/*下滑滚动条
	.scrolled .header-station{
		position: sticky;
		z-index: 900;
		top: calc(var(--adminbar-height) + var(--navbar-height));
		background-color: var(--body-bg-color);
		padding: 1rem var(--x-gap);
		grid-gap: 1rem;
		--header-image-size: 2.5rem;
		--header-title-size: 1rem;
		margin-bottom: 3rem;
		box-shadow: var(--box-shadow);
	}
	.scrolled .header-station .entry-info,
	.scrolled .header-station .entry-tag,
	.scrolled .header-station .byline,
	.scrolled .header-station .waveform,
	.scrolled .header-station .station-content{
		visibility: hidden;
		opacity: 0;
		position: absolute;
	}
	.scrolled .header-station > .entry-header .entry-artist,
	.scrolled .header-station > .entry-header .entry-title{
		display: block;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    -webkit-line-clamp: 1;
	    word-break: break-all;
	    white-space: normal;
	    margin-bottom: 0;
	}
	.scrolled .header-station > .entry-header .entry-title{
		margin: auto 0;
	}
	.scrolled .header-station .entry-meta{
		width: auto;
	}
	*/
	
}

@media (min-width: 782px) and (max-width: 991px) {
	body{
		--header-image-size: 15rem;
		--side-width: 25%;
	}
}

@media (max-width: 781px) {
	.site-navbar > .navbar-menu{
		order: 10;
		margin: 0;
	}
}
