/*///////*/
/* FONTS */
/*///////*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');


/*///////////*/
/* VARIABLES */
/*///////////*/

:root {
	/* Basic Theme Colors */
	--blue-bg: #182C45;
	--blue-bg-glass: #182C45ef;
	--orange-text: #ed8134;
	--gray-text: #bbb;
	--yellow-text: #ffcf38;
	--text-bg: #e9d7c1;
	--brown-bg: #845f4c;
	--bright-link: #7855c1;
	--bright-link-hover: #bbaae0;
	--page-header: #416591;
	--page-header-text: rgba(255, 255, 255, 0.75);
	--sidebar-bg: #a99c8c;
	/* Filter for recoloring SVGs from https://codepen.io/sosuke/pen/Pjoqqp */
	--bright-link-svg: invert(39%) sepia(14%) saturate(2878%) hue-rotate(220deg) brightness(92%) contrast(88%);
	--bright-link-svg-hover: invert(88%) sepia(38%) saturate(2840%) hue-rotate(191deg) brightness(90%) contrast(95%);
	/* Scrollbar and UI */
	--UI-light: #636363;
	--UI-light-hover: #424242;
	--UI-dark: #1f1f1f;
	/* Background Gradients */
	--linear-day: linear-gradient(180deg, #75c6f0 0%, #a3e1fa 10%, #34a0e1 11%, #266591 20%, #182c45 30%);
	--radial-day: radial-gradient(circle, #182c4500 30%, #182c45 58%, #182c45 90%);
	/* Values */
	--basic-padding: 15px;
	--mid-padding: 20px;
	--heavy-padding: 40px;
}

/****************/
/* SUNSET THEME */
/****************/

.vol1.ch4 {
    /* Basic Theme Colors */
	--blue-bg: #333251;
	--blue-bg-glass: #333251ef;
	/* Filter for recoloring SVGs from https://codepen.io/sosuke/pen/Pjoqqp */
	/* Scrollbar and UI */
	--UI-light: #636363;
	--UI-light-hover: #424242;
	--UI-dark: #1f1f1f;
	/* Background Gradients */
	--linear-day: linear-gradient(180deg, #6f5773 0%, #d38e99 10%, #975769 11%, #584668 20%, #333251 30%);
	--radial-day: radial-gradient(circle, #182c4500 30%, #333251 55%, #333251 90%);
	/* Values */
}

.vol1.ch4 + #cc-footer { --blue-bg: #333251; }

.vol1.ch4 #header {background: url('/assets/images/theme/banner_ch4.png') top center no-repeat;}

.vol1.ch4 #menu {background: url('/assets/images/theme/banner-bottom_ch4.png') top center no-repeat;}


/*///////*/
/* HACKS */
/*///////*/

.hiatus #cc-comicbody img {
	width: 780px;
}

.cc-previewbar {
	background: #222;
}

/*/////////////*/
/* BASIC THEME */
/*/////////////*/

/* SCROLLBAR */

::-webkit-scrollbar {
	width: 18px;
}

::-webkit-scrollbar-track {
	background: var(--UI-dark);
}

::-webkit-scrollbar-thumb { /* The part that you click and drag on */
	background: var(--UI-light);
	border: 5px solid var(--UI-dark);
	border-radius: 10px;
	margin-top:5px;
	margin-bottom:5px;
}

::-webkit-scrollbar-thumb:hover {
	background: var(--UI-light-hover);
}

::-webkit-scrollbar-corner {
	background: var(--UI-dark);
}

/* STANDARD ELEMENTS */

body {
	background: var(--blue-bg);
	font-family: "HelveticaNeue-CondensedBold","Helvetica Neue Condensed Bold","HelveticaNeue-Bold","Helvetica Neue Bold","Helvetica Bold",Roboto,Verdana,"Lucida Grande Bold",sans-serif !important;
	padding:0;
	margin:0;
	box-sizing: border-box;
}

#pseudobody {
	background: var(--blue-bg) var(--linear-day); /*linear-gradient(180deg, rgba(117,198,240,1) 0%, rgba(163,225,250,1) 10%, rgba(52,160,225,1) 11%, rgba(38,101,145,1) 20%, rgba(24,44,69,1) 28%);*/
	background-size: 1920px 1920px;
	background-position: top center;
	background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.1em;
}

h1, .cc-searchheader {
	background: var(--page-header);
	margin: 0;
	height: 33px;
	padding: var(--mid-padding);
	color: var(--page-header-text);
	text-align: center;
	font-size: 24px;
	border-radius: 15px 15px 0 0;
	background-position: -45px -45px;
	background-repeat: no-repeat;
	background-image: url('/files/white-symbol.png');
	border-bottom: 15px solid var(--blue-bg);
	line-height: 1.6;
}

h4 {
	font-weight: bold;
	color: var(--text-bg);
	background: var(--brown-bg);
	position: relative;
	padding: 10px 40px 10px 40px;
	font-size: 18px;
}

hr {
	border: 1px solid #A99C8C;
	margin: 25px 0 25px 0;
}

img {
	max-width: 100%;
}

a{
	color:#000;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td { 
	padding: 0;
}

/* CLASSES AND IDs */

#wrapper {
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: 0px;
	width: 100%;
	background: var(--radial-day);
	background-size: 1920px 1920px;
	background-position: center -1024px;
	background-repeat: no-repeat;
}

#content {
	width: 900px;
	margin: auto;
	padding: 0px;
}

#header {
	background: url('/assets/images/theme/banner.png') top center no-repeat;
	display: block;
	height: 300px;
	text-align: center;
	padding: 30px;
	width: 100%;
	box-sizing: border-box;
}

#text-area {
	width: 900px;
	margin: auto;
	color: #222;
	line-height: 1.6;
}

#text-area a {
	text-decoration: none;
	font-weight: bold;
	color: var(--bright-link)
}

#text-area a:hover {
	color: var(--bright-link-hover);
}

#sidebar {
	background: var(--sidebar-bg);
	width: 30%;
	float: right;
	min-height: 480px;
}

#twitter {
	width: 90%;
    margin: auto;
    margin-top: 15px;
}

#twitter-widget-0 {
	height: 450px !important;
}

/* BLOG LINKS AREA */

#linkage {
	display: flex;
	text-align: center;
	background: var(--text-bg);
	padding: 15px;
}

.linkage-item {
	background-color: #fff;
	padding:10px;
	width: calc((100% - 90px) / 3);
	margin-right: 10px;
	display: inline-block;
	left: 5px;
	position: relative;
	height: 80px;
	border-radius: 10px;
}

.linkage-item a {
	font-weight: bold;
	color: var(--bright-link);
}

.linkage-item a:hover {
	color: var(--bright-link-hover);
}

#paypal {
	position: relative;
	top: 2px;
}

.quicklinks {
	position: relative;
	top: 5px;
}

.social {
    position: relative;
    top: 3px;
}

.social a {
	width: 36px;
	height: 36px;
	display: inline-block;
}

.social .svg {
	filter: var(--bright-link-svg);
}

.social .svg:hover {
	filter: var(--bright-link-svg-hover);
}

/* NAVIGATION */

.site-title{
	text-align:center;
	font-weight:bold;
	display:block;
}

a.site-title {
	background: url('/assets/images/theme/banner_clouds.png') top center no-repeat;
	background-position: top center;
	background-repeat: no-repeat;
	text-decoration:none;
	color:black;
	font-size:3em;
}

#menu a {
	line-height: 44px;
	font-weight: bold;
	color: #fff;
	text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000, 1px 1px 5px #000;
	text-decoration: none;
	display: inline-block;
	font-size: 1.2em;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
}

#menu a:hover {
	color: var(--yellow-text);
}

#menu {
	background: url('/assets/images/theme/banner-bottom.png') top center no-repeat;
	text-align: center;
	display: flex;
	height: 44px;
	padding: 0;
	margin: 0;	
	justify-content: center;
}

#menu div {
	position: relative;
}

#comic-area{
	text-align:center;
}

#hamcheck {
	position: fixed;
	width: 0px;
	height: 0px;
	right: -10px;
}

.patreon_link {
	display: block;
	width: 780px;
	height: 32px;
	margin: auto;
	background-image: url('/files/link_patreon_n.png');
	border-radius: 0 0 15px 15px;
}

.patreon_link:hover {
	background-image: url('/files/link_patreon_h.png');
}

.cc-nav{
	max-width:600px;
	margin: 0 auto;
	padding:20px;
	display:flex;
}

.cc-nav a, .cc-nav div{
	margin:0 10px;
	display:block;
	background-size:100%;
	width:100%;
}

.cc-nav a{
	color: #fff;
	font-weight: bold;
}

/*.cc-nav a:before, .cc-nav div:before{
	content:'';
	display:block;
	padding-bottom:calc((4/5) * 100%);
}*/

.cc-nav a:hover{
	color: var(--yellow-text);
}

.cc-first, .cc-first-dis{
	/*background-image:url('images/first.png');*/
}

.cc-prev, .cc-prev-dis{
	/*background-image:url('images/prev.png');*/
}

.cc-next,.cc-next-dis{
	/*background-image:url('images/next.png');*/
}

.cc-last,.cc-last-dis{
	/*background-image:url('images/last.png');*/
}

.cc-navaux{
	/*background-image:url('images/rss.png');*/
}

.cc-nav div{
	color: #fff;
	opacity:.5;
	font-weight: bold;
}

.cc-newsarea {
	background: var(--sidebar-bg);
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}

.cc-newsbody {
	min-height: 480px;
	background: var(--text-bg);
	padding: 1px 20px 3px 20px;
	width: calc(70% - 40px);
	float: left;
}

cc.newsbody p {
	font-size: 14em;
}

.cc-newsheader {
	font-size: 20px;
	padding: 9px 0px 0px 15px; /* left-padding adds 15px to width */
	height: 38px;
	background: var(--brown-bg);
	width: calc(50% - 15px); /* compensation for left-padding */
	float: left;
}

.cc-newsheader a, .cc-newsheader {
	color: var(--text-bg) !important;
	pointer-events: none;
}

.cc-publishtime {
	text-align: right;
	padding: 16px 15px 0px 0px; /* right-padding adds 15px to width */
	height: 31px;
	color: var(--text-bg);
	background: var(--brown-bg);
	width: calc(50% - 15px); /* compensation for right-padding */
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: right;
}

.cc-tagline {
	background: var(--brown-bg);
	padding: 5px 0 5px 15px;
	border-radius: 0 0 15px 15px;
	color: var(--text-bg);
}

.cc-tagline a {
	color: var(--text-bg) !important;
	font-weight: bold;
}

.cc-tagline a:hover {
	color: #fff !important;
}

#cc-comicbody {
	min-height: 1170px;
	text-align:center;
	background: var(--blue-bg);
	border-radius: 15px;
	padding: 50px 50px 0 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#cc-comicbody img {
	display: block;
}

#cc-footer{
	color: var(--gray-text);
	text-align:center;
	padding:20px;
	font-size:.8em;
	background: var(--blue-bg);
}

#cc-footer a {
	color: var(--orange-text);
	text-decoration: none;
	font-weight: bold;
}

.cc-storyline-header {
	font-size: 0;
	margin: 0;
	padding: var(--basic-padding);
	background: var(--brown-bg);
}

.cc-storyline-text {
	margin-left: 0;
	margin: 0;
	width: 100%;
}

.cc-storyline-text a {
	pointer-events: none;
	color: var(--text-bg) !important;
	text-decoration: none;
	font-size: 18px;
}

.cc-storyline-contain {
	margin-left: 0 !important;
	margin: 0 !important;
}

.cc-pagelist {
	background: var(--brown-bg);
    text-align: center;
    color: var(--text-bg);
    padding: 5px;
    margin-top: 20px;
}

/*//////////////*/
/* STATIC PAGES */
/*//////////////*/

.about .auto-spacer { width: 100%; padding-top: 30.6%; }
.cast .auto-spacer { width: 100%; padding-top: 33.3%; }

.about #content, .archive #content, .cast #content, .status #content,
.faq #content, .links #content, .search #content, .archives #content {
	border: 32px solid var(--blue-bg);
	border-bottom: 0px;
	background: var(--blue-bg);
	border-radius: 42px;
}

.about #text-area, .archive #text-area, .cast #text-area, .status #text-area,
.faq #text-area, .links #text-area, .search #text-area, .archives #text-area {
	width: 900px;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background: var(--text-bg);
	padding: 0 0 0.1px 0; /* Fix for weird spacing issue at bottom when overflow is not hidden */
	/*padding: 0;*/
	/*overflow: hidden;*/
	border-radius: 0 0 15px 15px;
}

.archives #text-area, .cast #text-area, .faq #text-area, .links #text-area, .status #text-area {
	background-image: url('/files/bg-archives.png');
}

.links #text-area, .status #text-area { /* Minimum height so background image fills container */
	min-height: 900px;
}

.about #text-area p, .cast #text-area p, .faq #text-area p, 
.links #text-area p, .search #text-area p, .status #text-area p {
	padding-left: 40px;
	padding-right: 40px;
}

.archive #text-area, .search #text-area {
	background: var(--text-bg);
	padding: 0;
	overflow: hidden;
	border-radius: 15px;
}

/*///////*/
/* ABOUT */
/*///////*/

.about #text-area {
	background-image: url('/files/bg-about.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.about #text-area p:first-child {
	padding-top: 250px;
	margin-top: 0px;
}

/*/////////*/
/* ARCHIVE */
/*/////////*/

.archive select {
	display: block;
	margin: auto;
	margin-top: 15px;
	padding-left: 5px;
	width: 50%;
	height: 36px;
	border: 0px;
	border-radius: 0px;
}

.archive h1:first-child, .archive p:nth-child(2), .archive p:nth-child(4) {
	display: none;
}

.archive #content {
	display: flex; /* Removes the space between menu and content divs */
}

.cc-storyline-thumbwrapper {
	justify-content: unset;
}

/*/////////////////*/
/* CUSTOM ARCHIVES */
/*/////////////////*/

/* Layout */

.volume-box {
	display: block;
	width: 750px;
	height: 308px;
	background: unset;
	margin: auto;
	padding: 0;
}

.volume-box:last-child {
	margin-bottom: 40px;
}

.volume-cover {
	display: inline-block;
	height: 100%;
	margin: 0;
	padding: 0;
}

.volume-chapters {
	display: inline-block;
	height: 100%;
	width: 468px;
	margin: 0;
	padding: 0;
	float: right;
}

.volume-box a {
	display: inline-block;
	padding: 0;
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	line-height: 0px;
}

.volume-box .volume-cover a {
	width: 205px;
	height: 308px;
	background: rgba(185, 168, 147, 0.33);
}

.volume-box .volume-chapters a {
	width: 70px;
	height: 150px;
	background-color: rgba(185, 168, 147, 0.33);
	margin: 0 0 8px 8px;
	float: left;
}

/* Images */

.volume-1 .volume-cover a { background-image: url('/files/archive-v1.png'); }

.volume-1 .volume-chapters a:nth-child(1) { background-image: url('/files/archive-v1-ch01.png'); }

.volume-1 .volume-chapters a:nth-child(2) { background-image: url('/files/archive-v1-ch02.png'); }

.volume-1 .volume-chapters a:nth-child(3) { background-image: url('/files/archive-v1-ch03.png'); }

.volume-1 .volume-chapters a:nth-child(4) { background-image: url('/files/archive-v1-vn01.png'); }

.volume-1 .volume-chapters a:nth-child(5) { background-image: url('/files/archive-v1-vn02.png'); }

.volume-1 .volume-chapters a:nth-child(6) { background-image: url('/files/archive-v1-vn03.png'); }

.volume-1 .volume-chapters a:nth-child(7) { background-image: url('/files/archive-v1-ch04.png'); }

/*/////////////////*/
/* CHARACTERS PAGE */
/*/////////////////*/

#charatop {
	width: 95%;
	height: 0px;
	margin: auto;
	text-align: center;
}

#charatop img {
	position: relative;
	top: -125px;
	width: 700px;
	margin: auto;
	z-index: 999;
}

.cast h4 {
	text-align: center;
}

.chara-box {
	display: flex;
	width: 820px;
	height: 254px;
	background-color: rgba(255,255,255,0.66);
	border-radius: 15px;
	box-shadow: rgb(0 0 0 / 40%) 5px 5px 5px;
	margin: auto;
	overflow: hidden;
}

.chara-face {
    width: 150px;
    height: 254px;
    float: left;
}

.chara-desc {
    width: calc(670px - 30px);
    float: left;
    padding: 15px;
}

.chara-desc p {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.chara-desc p:first-child {
	margin-top: 0;
	font-weight: bold;
}

.luna .chara-face {
	background: url('/files/chara_luna.jpg');
}

.ten .chara-face {
	background: url('/files/chara_ten.jpg');
}

.gun .chara-face {
	background: url('/files/chara_gun.jpg');
}

.dagger .chara-face {
	background: url('/files/chara_dagger.jpg');
}

.chara-block {
	display: block;
	width: calc(115px * 6);
	height: 360px;
	margin: auto;
}

.chara-block > div { /* Supporting cast divs */
	width: 115px;
	height: 140px;
	float: left;
	margin: 0 0 10px 0;
	background: rgba(255,255,255,0.66);
	overflow: hidden;
}

.chara-block > div img {
	float: left;
}

.chara-block > div > div { /* Supporting cast names */
	height: 25px;
	font-weight: bold;
	text-align: center;
}

.chara-block > div:nth-child(1) { /* Supporting cast row 1 beginning */
	border-radius: 15px 0 0 15px;
}

.chara-block > div:nth-child(6) { /* Supporting cast row 1 ending */
	border-radius: 0 15px 15px 0;
}

.chara-block > div:nth-child(7) { /* Supporting cast row 2 beginning */
	border-radius: 15px 0 0 15px;
}

.chara-block > div:nth-child(8) { /* Supporting cast row 2 ending */
	border-radius: 0 15px 15px 0;
}

/*/////*/
/* FAQ */
/*/////*/

.faq #text-area ol {
	margin-left: 100px;
	background-color: rgba(255,255,255,0.66);
	list-style-position: inside;
	padding: 20px;
	margin-right: 110px;
}

.faq #text-area ol:first-child {
	border-radius: 15px 15px 0px 0px;
	padding-bottom: 0px;
	margin-bottom: 0;
}

.faq #text-area span ol:last-child {
	border-radius: 0px 0px 15px 15px;
	margin-top: 0;
}

/*///////*/
/* LINKS */
/*///////*/

.links #text-area {
	text-align: center;
}

.links #text-area a {
	width: 200px;
    height: 40px;
    margin: 1px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#links-external {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#links-external a {
	background-color: white;
	border-radius: 8px;
}

/*////////////////*/
/* STATUS SECTION */
/*////////////////*/

.status .cc-title::after {
	content: ' of the Next Page';
}

#progbar {
	display: block; height: 32px; width: 512px; margin: auto; border: 2px solid black; background-color: rgba(0,0,0,0.75);
}

#prog {
	display: block;
	height:100%;
	background-color: #8de34b;
	margin-bottom: 32px;
}

#breakdown {
	margin:auto;
	width:640px;
	padding:32px;
	text-align:center;
}

.breakbox {
	display:inline-block;
	height:128px;
	width:128px;
	border:2px solid black;
	text-align:center;
	margin: 5px;
	background-color: rgba(255,255,255,0.65);
	border-radius:10px 10px 0px 0px;
	overflow: hidden;
}

.breakbox span:nth-of-type(1) {
	display: block;
	width: 100%; 
	height: 28px;
	margin: 0;
	padding: 2px;
	background-color: #416591; 
	font-weight: bold;
	color: white;
}

.breakbox span:nth-of-type(2) {
	display: block;
	width: 32px;
	height: 32px;
	margin: auto;
	margin-top: 32px;
	border: 2px solid black;
}

.status p {
	min-height: 240px;
}

.done { background-color: #8de34b ; }
		
/*////////*/
/* SEARCH */
/*////////*/

.search .cc-searchbody {
	display: flex;
	padding: 30px;
	flex-wrap: wrap;
	justify-content: center;
}
	
.cc-searchcomicname {
	background: unset;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 12px;
}
	
.cc-searchbox {
	width: 148px;
}

.cc-searchcomicimgbox {
	height: 200px;
}

.cc-searchcomicimgbox img {
	max-height: 200px;
}

.search .cc-prevnext {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

.search .cc-prevnext a {
	margin: 10px;
}

.search #text-area .cc-pagelist a {
	color: white;
}

/*////////////*/
/* ERROR PAGE */
/*////////////*/

.cc-errormsg {
	width: calc(900px - 300px);
	height: 300px;
	background: var(--text-bg);
	border-radius: 48px;
	padding-top: 250px;
	padding-left: 150px;
	padding-right: 150px;
	font-size: 24px;
	font-weight: bold;
}

.cc-errormsg::after {
	content: " Click or Tap on the header to go back to the main page!";
}

/*///////////////*/
/* MODBILE THEME */
/*///////////////*/

@media screen and (max-width: 900px) {
	
	html, body {
		max-width: 100%;
		overflow-x: hidden;
	}
	
	/* MAIN MOBILE */
	
	.vanish { display: none; }
	
	#hamcheck {
		position: fixed;
		top: 5px;
		right: 5px;
		width: 50px;
		height: 50px;
		padding: 0;
		margin: 0;
		filter: opacity(0);
		z-index: 2000;
	}

	.ham {
		position: fixed;
		top: 5px;
		right: 5px;
		width: 50px;
		height: 50px;
		background: url('/files/buttons/nav-ham.svg');
		background-repeat: no-repeat;
		z-index: 1500;
	}

	#hamcheck:checked + .ham {
		background: url(/files/buttons/nav-ham-x.svg);
	}
	
	
	
	#hamcheck:checked + .ham + #menu {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0px;
		right: 0px;
		display: block;
		z-index: 1200;
		text-align: left;
		background-image: unset;
		background-color: var(--blue-bg-glass);
	}
	
	#hamcheck:checked + .ham + #menu a {
		display: inline-flex;
		width: calc(100% / 3);
		height: calc((100% / 3) - 57.5px);
		margin: 0px;
		padding: 30px 0 0 0;
		float: left;
		justify-content: center;
		background-position: center !important;
		background-size: 90px !important;
		background-repeat: no-repeat !important;
	}
	
	.menu-about 	{ background-image: url('/files/buttons/menu/menu-about.svg'); }
	.menu-arch 		{ background-image: url('/files/buttons/menu/menu-archives.svg'); }
	.menu-cast 		{ background-image: url('/files/buttons/menu/menu-cast.svg'); }
	.menu-gallery 	{ background-image: url('/files/buttons/menu/menu-gallery.svg'); }
	.menu-faq 		{ background-image: url('/files/buttons/menu/menu-faq.svg'); }
	.menu-links 	{ background-image: url('/files/buttons/menu/menu-links.svg'); }
	.menu-store 	{ background-image: url('/files/buttons/menu/menu-store.svg'); }
	.menu-rss 		{ background-image: url('/files/buttons/menu/menu-rss.svg'); }
	.menu-discord 	{ background-image: url('/files/buttons/menu/menu-discord.svg'); }
	
	
	#cc-footer { margin-bottom: 69px; }

	#menu { display: none; }
	
	#header {
		display: flex;
		overflow: visible;
		width: 65%;
		height: 19.5%;
		background-repeat: no-repeat !important;
		background-size: 100% 100% !important;
		background-position: bottom !important;
		margin: auto;
		position: relative;
		padding-top: 19.5%;
	}
	
	#content { width: 100%; }

	#cc-comicbody {
		min-height: unset; 
		border-radius: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 15px;
		width: 100%;
	}

	#cc-comicbody img {
		border-radius: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	#text-area { width: 100%; }

	.patreon_link {
		display: flex;
		overflow: visible;
		width: 100%;
		height: 4.5%;
		background-repeat: no-repeat !important;
		background-size: 100% 100% !important;
		background-position: bottom !important;
		margin: auto;
		position: relative;
		padding-top: 4.5%;
		border-radius: 0px;
	}

	.cc-newsarea, .cc-tagline { border-radius: 0; }
	
	.cc-newsheader, .cc-publishtime {
		margin-bottom: 0px;
	}
	
	/* MOBILE NAVIGATION */

	.cc-nav {
		max-width: unset;
		position: fixed;
		background: black;
		width: 100%;
		padding: 0 0 0 0;
		z-index: 1600;
		bottom: 0px;
	}

	.cc-first, .cc-prev, .cc-navaux, .cc-next, .cc-last,
	.cc-first-dis, .cc-prev-dis, .cc-next-dis, .cc-last-dis {
		width: 50px;
		padding: 32px 0 32px 0;
		margin: 0;
		background: black;
	}

	.cc-nav a, .cc-nav div {
		margin: 0;
		overflow: hidden;
	}
	
	.cc-nav div { opacity: 0.15; }
	
	.cc-first, .cc-prev, .cc-navaux, .cc-next, .cc-last,
	.cc-first-dis, .cc-prev-dis, .cc-navaux-dis, .cc-next-dis, .cc-last-dis	{
		text-indent: -9999px;
		background-position: center !important;
		background-size: 50px !important;
		background-repeat: no-repeat !important;
	}
	
	.cc-first, .cc-first-dis 	{ background: black url('/files/buttons/light/nav-first.svg'); }
	.cc-prev, .cc-prev-dis 		{ background: black url('/files/buttons/light/nav-prev.svg'); }
	.cc-navaux, .cc-navaux-dis 	{ background: black url('/files/buttons/light/nav-aux.svg'); }
	.cc-next, .cc-next-dis 		{ background: black url('/files/buttons/light/nav-next.svg'); }
	.cc-last, .cc-last-dis 		{ background: black url('/files/buttons/light/nav-last.svg');}
	
	/* CLASSES AND IDs */
	
	#sidebar {
		display: none;
	}
	
	.cc-newsbody {
		display: block;
		/*width: auto;*/
		width: calc(100% - 40px);
	}

	#linkage {
		display: block;
		margin: 0px;
		padding: 0;
		width: 100%;
	}

	.linkage-item {
		width: 100%;
		position: relative;
		left:0; /* fix for weird offset */
	}

	#linkage .social br { display: none; }

	#linkage .linkage-item {
		height: unset;
		border-radius: 0;
		padding-left: 0;
		padding-right: 0;
		border-top: 5px solid var(--text-bg);
	}

	.quicklinks { top: unset; }
	
	/* STATIC PAGES MOBILE */
	
	h1, .cc-searchheader {
		width: 100%;
		border-radius: 0;
	}
	
	.search #text-area, .archive #text-area { border-radius: 0px; }
	
	.about #content, .archive #content, .cast #content, .status #content,
	.faq #content, .links #content, .search #content, .archives #content {
		border: 0 solid var(--blue-bg);
		background: var(--blue-bg);
		border-radius: 0;
		padding-top: 15px;
	}

	.about #text-area, .archive #text-area, .cast #text-area, .status #text-area,
	.faq #text-area, .links #text-area, .search #text-area, .archives #text-area {
		width: 100%;
		padding: 0 0 0.1px 0; /* Fix for weird spacing issue at bottom when overflow is not hidden */
		/*padding: 0;*/
		/*overflow: hidden;*/
		border-radius: 0;
	}

	.about #text-area p, .cast #text-area p, .faq #text-area p, .links #text-area p, .search #text-area p {
		padding-left: 40px;
		padding-right: 40px;
	}

	.archive #text-area, .search #text-area {
		background: var(--text-bg);
		padding: 0;
		overflow: hidden;
		border-radius: 0;
	}
	
	/* CAST MOBILE */
	
	.cast .auto-spacer { display: none; }
	
	.cast #charatop { height: auto; }
	
	.cast #charatop img { top: 10px; }

	.cast h4 { margin-bottom: 0; }

	.cast .chara-box {
		display: block;
		max-width: 100%;
		min-height: calc(254px + 20px);
		height: auto;
		border-radius: 0;
		box-shadow: none;
	}

	.chara-box { 
	background-repeat: no-repeat;
	background-position: 10px 10px;
	width: 100%;
	}

	.cast .luna { background-image: url(/files/chara_luna.jpg); }
	.cast .ten { background-image: url(/files/chara_ten.jpg); }
	.cast .gun { background-image: url(/files/chara_gun.jpg); }
	.cast .dagger { background-image: url(/files/chara_dagger.jpg); }
	
	.cast .chara-face { display: none; }

	.cast .chara-desc {
		width: calc(100% - 190px);
		height: auto;
		float: right;
		padding: 5px 15px 15px 15px;
	}
	
	.cast .chara-desc span { display: block; }
	
		.chara-block {
		margin-top: 20px;
		width: 100%;
		text-align: center;
		height: 416px;
	}

	.chara-block div {
		display: inline-block;
		text-align: center;
		border-radius: 0 !important;
		float: unset;
	}
	
	/* ARCHIVES MOBILE */

	.volume-cover {
		display: block;
		text-align: center;
	}

    .volume-box {
	    width: auto;
	    height: auto;
	    margin: auto;
	    float: unset;
    }

    .volume-chapters {
    	width: auto;
    	height: auto;
    	float: unset;
    	margin-left: 75px;
    	margin-right: 75px;
    	text-align: center;
    }

    .volume-box .volume-chapters a {
    	margin: 0;
    	float: unset;
    }
	
	/* STATUS PAGE MOBILE */
	
	#progbar {
		width: calc(100% - 80px);
		border: none;
		border: 2px solid black;
	}
	
	#breakdown { width: auto; }

    /* SEARCH MOBILE */
	
	

	/*.search .cc-searchbody {
		display: block;
		padding: 30px;
	}*/
	
	.cc-searchcomicname {
		display: none;
	}
	
	.cc-searchbox {
		width: 95px;
	}
	
	.cc-searchcomicimgbox {
		height: 150px;
	}
	
	.cc-searchcomicimgbox img {
		max-height: 150px;
	}
	
	.cc-searchheader {
		font-size: 16px;
		width: auto;
	}
}