/*
Theme Name: BELUVED
Author: KARATEDAISY
Version: 1.0
*/

@charset "utf-8";

*{
	margin:0; 
	padding:0;
}

body {
	background: #f8f8f8;
	font-family: "Google Sans", ibm-plex-sans-jp, sans-serif;
	/* font-family: helvetica-neue-world, thonglor-soi-4-nr, sans-serif;
	font-weight: 400; */
	font-size: 14px;
	font-style: normal;
	line-height: 125%;
	overflow-x: hidden;
	-ms-overflow-style: none;
  	scrollbar-width: none;
	touch-action: manipulation;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	scroll-behavior: smooth;
}
	
body::-webkit-scrollbar {
	display: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:focus {
	outline: none;
}

p {
	line-height: 145%;
}

h2 { text-transform: uppercase; }

img {
	display: block; 
	width: 100%; 
	height: 100%; 
	object-fit: contain;
	pointer-events: none;
}

video {
	pointer-events: none;
}

::selection {
	background: #000;
	color: #fff;
}

figcaption { display: none; }
.wp-element-caption { display: none; }

.main-wrapper { margin: 30px; }

.bluvd-m { display: none; }
.bluvd-pc { display: block; }

.bluvd-top-menu { 
	background: #9c0101;
	width: 100%;
	padding: 27px 0 27px 0;
	position: fixed;
}

.bluvd-top-menu-logo { 
	background: url(https://beluved.xyz/assets/web/wp-content/uploads/2026/04/beluved_site_icon.png) no-repeat;
	background-size: cover;
	width: 55px;
	height: 16px;
	margin: 0 auto 0 auto;
	cursor: pointer;
}

.bluvd-top-margin {
	width: 100%;
	height: 70px;
	text-align: center;
}

/* CONTENT */

.bluvd-artist-page {
	margin: 0 auto 0 auto;
	padding: 50px 0 50px 0;
	width: 720px;
	border-bottom: 1px solid #dedede;
}

.bluvd-artist-title,
.bluvd-info-title {
	text-align: left;
	line-height: 100%;
	font-family: kohinoor-thai, ibm-plex-sans-jp, sans-serif;
	font-size: 30px;
	font-weight: 600;
	padding: 30px 0 30px 0;
}

.bluvd-artist-cat {
	text-align: left;
	line-height: 100%;
	font-family: kohinoor-thai, ibm-plex-sans-jp, sans-serif;
	font-size: 20px;
	font-weight: 700;
	padding: 5px 0 25px 0;
}

.bluvd-artist-page p,
.bluvd-info p {
	margin: 0 0 20px 0;
	text-align: left;
	line-height: 155%;
	font-size: 15px;
	font-weight: 400;
}

.bluvd-info img {
	margin: 0 0 20px 0;
	text-align: center;
}

.bluvd-artist-sns {
	text-align: center;
	margin: auto;
}

.bluvd-artist-sns a {
	margin: 0 8px 0 8px;
	font-size: 20px;
}

.bluvd-artist-member-all {
	display: grid;
  	grid-template-columns: repeat(5, 1fr);
	grid-gap: 20px;
}

.bluvd-artist-member-all img { 
	border: 1px solid #eee; 
	border-radius: 6px; 
	margin: auto auto 5px auto; 
}

.bluvd-artist-member-all .wp-block-latest-posts__post-title {
	/* font-family: kohinoor-thai, sans-serif; */
	font-weight: 500;
	font-size: 14px;
	margin: 0 0 0 0;
}

.bluvd-artist-member-all .wp-block-latest-posts__post-excerpt {
	font-family: ibm-plex-sans-jp, sans-serif;
	color: #666;
	font-weight: 500;
	font-size: 10px;
	margin: 0 0 0 0;
}

/* ARTIST BIO */

.bluvd-artist-bio {
	background: #fff;
	width: auto;
	border-radius: 10px;
	padding: 25px;
	margin: 150px auto 30px auto;
	box-shadow: rgba(99, 99, 99, 0.08) 0px 2px 8px 0px;
	touch-action: manipulation;
}

.bluvd-artist-indi-img { 
	width: 300px;
	height: 300px;
	margin: -175px auto auto auto; 
	border-radius: 50%; 
	border: 10px solid #fff;
	box-shadow: rgba(99, 99, 99, 0.08) 0px 2px 8px 0px; 
}

.bluvd-artist-indi-name {
	padding: 30px 0 25px 0;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
}

.bluvd-artist-indi-name-title {
	padding: 10px 0 20px 0;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	font-family: kohinoor-thai, sans-serif;
	text-transform: none;
}

.bluvd-artist-indi-list {
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0px 20px;
}

.bluvd-artist-indi-list-big {
	display: grid;
  	grid-template-columns: repeat(1, 1fr);
	grid-gap: 0px 0px;
}

.bluvd-artist-indi-item {
	display: grid;
  	grid-template-columns: auto;
	grid-gap: 0px 15px;
	padding: 17px 0 15px 0;
	border-bottom: 1px dotted #eee;
	vertical-align: top;
}

.bluvd-artist-indi-label {
	background: #efefef;
	font-family: kohinoor-thai, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #666;
	padding: 6px 10px;
	border-radius: 20px;
	line-height: 100%;
	width: fit-content;
}

.bluvd-artist-indi-text {
	font-size: 15px;
	font-weight: 400;
	margin: 15px 0 0 0;
	line-height: 145%;
}

.bluvd-artist-post-footer {
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0px 0px;
	vertical-align: middle;
	color: #999;
}

.bluvd-artist-post-back a {
	margin: auto auto auto 0;
	text-align: right;
	text-decoration: underline;
	color: #999;
	line-height: 30px;
}

.bluvd-artist-post-share {
	background: #ddd;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	margin: auto 0 auto auto;
	line-height: 30px;
	vertical-align: middle;
	cursor: pointer;
}

/* COOKIE */

.bluvd-cookie-consent {
	margin: 50px auto 0px auto;
	width: 720px;
	font-size: 13px;
	font-weight: 400;
	line-height: 125%;
	border-bottom: 1px dotted #ddd;
	padding: 0 0 30px 0;
}

.bluvd-cookie-consent-title,
.bluvd-cookie-consent-title p {
	margin: auto auto 50px auto;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.bluvd-cookie-consent p {
	margin: auto auto 20px auto;
	font-size: 13px;
	line-height: 125%;
}

.bluvd-cookie-consent h3 {
	margin: auto auto 20px auto;
}

/* FOOTER */

.bluvd-footer-wrapper {
	padding: 30px 0 30px 0;
	margin: auto;
	font-size: 10px;
	line-height: 155%;
	font-weight: 400;
	color: #888;
}

.bluvd-footer-wrapper a { text-decoration: underline; color: #888; }
.bluvd-footer-wrapper a:hover { text-decoration: none; color: #888; }

.bluvd-footer-sns {
	padding: 0 0 45px 0;
	font-size: 24px;
}

.bluvd-footer-sns a {
	margin: 0 14px 0 14px;
	text-decoration: none;
}

.bluvd-notice {
	background: #fde3e3;
	width: 480px;
	border-radius: 5px;
	border: 1px dotted #cf2e2e;
	padding: 10px;
	margin: 50px auto 0 auto;
}

.bluvd-slide-footer-wrapper {
	padding: 50px 0 0 0;
	margin: 0;
	font-size: 10px;
	line-height: 125%;
	font-weight: 300;
	color: #fff;
}

.bluvd-slide-footer-wrapper a { text-decoration: underline; color: #fff; }
.bluvd-slide-footer-wrapper a:hover { text-decoration: none; color: #fff; }

/* MOBILE */

@media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px) { 
		
	.disable-dbl-tap-zoom {
    	touch-action: manipulation;
  	}
		
	body {
		background: #f8f8f8;
		color: #222;
		font-family: "Google Sans", ibm-plex-sans-jp, sans-serif;
		/* font-family: helvetica-neue-world, thonglor-soi-4-nr, sans-serif;
		font-family: ibm-plex-sans-jp, thonglor-soi-4-nr, sans-serif; */
		font-size: 14px;
		overflow-x: hidden;
		-ms-overflow-style: none;
  		scrollbar-width: none;
		touch-action: manipulation;
		scroll-behavior: smooth;
	}
	
	body::-webkit-scrollbar {
		display: none;
	}
		
	a {
		color: #000;
		text-decoration: none;
	}

	a:hover {
		color: #000;
		text-decoration: none;
	}
		
	a:focus {
		outline: none;
	}
		
	input:focus {
		outline: none;
	}

	p {
		line-height: 145%;
	}

	h2 { text-transform: uppercase; }

	img {
		display: block; 
		width: 100%; 
		height: 100%; 
		object-fit: contain;
		pointer-events: none;
	}

	video {
		pointer-events: none;
	}

	::selection {
		background: #73654d;
		color: #fff;
	}
	
	figcaption { display: none; }
	.wp-element-caption { display: none; }
		
	.bluvd-m { display: block; }
	.bluvd-pc { display: none; }
		
	/* CONTENT */

	.bluvd-artist-page {
		margin: 0 25px 0 25px;
		padding: 25px 0 25px 0;
		width: auto;
	}

	.bluvd-info-title {
		text-align: left;
		line-height: 100%;
		font-family: "Anuphan", sans-serif;
		font-size: 28px;
		font-weight: 600;
		padding: 30px 0 25px 0;
	}

	.bluvd-artist-page p,
	.bluvd-info p {
		margin: 0 0 20px 0;
		font-size: 14px;
		font-weight: 400;
		text-align: left;
		line-height: 155%;
	}

	.bluvd-info img {
		margin: 0 0 20px 0;
		text-align: center;
	}
		
	.bluvd-artist-member-all {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 16px;
	}
		
	.bluvd-artist-indi-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 0px;
	}
		
/* ARTIST BIO */

	.bluvd-artist-bio {
		background: #fff;
		width: auto;
		border-radius: 10px;
		padding: 10px 25px 25px 25px;
		margin: 125px auto 30px auto;
		box-shadow: rgba(99, 99, 99, 0.08) 0px 2px 8px 0px;
		touch-action: manipulation;
	}
		
	.bluvd-artist-indi-img { 
		width: 200px;
		height: 200px;
		margin: -125px auto auto auto; 
		border-radius: 50%; 
		border: 8px solid #fff;
		box-shadow: rgba(99, 99, 99, 0.08) 0px 2px 8px 0px; 
	}
		
 	.bluvd-artist-indi-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 0 20px;
	}
		
 	.bluvd-artist-indi-list-big {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 0px;
	}
		
	.bluvd-artist-indi-item {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px 0px;
		padding: 15px 0 10px 0;
		border-bottom: 1px dotted #eee;
	}
		
	.bluvd-artist-indi-label {
		background: #eee;
		font-weight: 500;
		font-size: 11px;
		color: #666;
		padding: 6px 10px 6px 10px;
		border-radius: 20px;
		line-height: 100%;
		width: fit-content;
	}
		
	.bluvd-artist-indi-text {
		font-size: 14px;
		font-weight: 500;
		margin: 0;
		line-height: 135%;
	}
		
}