/*
Comic Title: The Golden Boar
Author: Kevin Wilson
Description: Template developed for Comic Control installation on Hiveworks servers.  
Comic Control Version: 4.2.9
*/

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

h1 {
	font-size: 37px;
	line-height: 1.25;
	letter-spacing: 0.25px;
}

h2 {
	font-size: 26px;
	line-height: 1.25;
	letter-spacing: 0px;
}

h3 {
	font-size: 22px;
	line-height: 1.25;
	letter-spacing: 0.15px;
}

h4 {
	
}


/* GLOBAL */

html {
	background-color: #3F2848;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    padding:0;
    margin:0;
    box-sizing: border-box;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0.5px;
	color: #0B070D;
}

img {
    max-width:100%;
}

a {
    color:#0B070D;
}

a:hover {
	opacity: .75;
}

#wrapper {
    box-sizing: border-box;
    margin: 0 auto;
	max-width: 1200px;
}

.space {
	background-color: #674176;
}

/* HEADER */

#header {
    text-align: center;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    background: #3F2848;
}

#header a {
    color: #fff;
}

#header h1 {
	margin: 0;
}

#header-left, #header-right {
    max-width: 1100px;	
}

#logo {
	max-width: 100%;
	width: 360px;
}

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

a.site-title {
	text-decoration:none;
	color:black;
	font-size:3em;
}

#top-space{
	width:100%;
	height:100%;
	margin: 24px auto;
}


/* MENU */

#menu-click {
	cursor: pointer;
	display: block;
	color: #fff;
	border: 4px solid #674176;
    border-radius: 16px;
    padding: 8px;
}

#menu-click:hover {
	opacity: .75;
}

#menu-click img {
	max-height: 40px;
}

#menu {
	text-align: center;
	padding:0;
	margin:0;
	justify-content: center;
	display: none;
	padding-top: 24px;
}

#menu div {
	position: relative;
}

#menu a {
	padding: 24px 0;
	display: flex;
	cursor: pointer;
	text-decoration: none;
	justify-content: center;	
}

#menu a img {
	max-height: 40px;
}

/* MAIN CONTENT */

main#content {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
	background-color: #fff;
}

/* COMIC AREA */

#comic-area {
    margin-bottom:30px;
    text-align:center;
}

#cc-comicbody {
	text-align:center;
}

/* COMIC NAV */

.cc-nav {
	max-width:600px;
	display:flex;
}

.cc-nav a, .cc-nav div {
	display:flex;
	padding: 0 8px;
}

.cc-nav img {
	height: 50px;
}

.cc-nav a:hover {
	opacity: .75;
}

.cc-first-dis, .cc-prev-dis, .cc-next-dis, .cc-last-dis { 
	opacity: .5;
}


/* SIDEBAR */

#main-right {
    order: 1;
	text-align: center;
	display: flex;
	align-items: center;
	padding-bottom: 16px;
}

#right-space {
	width: 160px;
	height: 600px;	
	display: none;
}

.hive-logo, #monster-pulse-link {
	width: 100%;
	margin: 0 16px;
	display: block;
}

.hive-logo img, #monster-pulse-link img {
	max-width: 200px;
	width: 100%;
}


/* JUMPBAR */

#hw-jumpbar {
    background:#674176;
    margin:20px 0;
    max-width: 100%;
}
.hw-jump-discover {
    background: #3F2848;
}
.hw-jump-desc-wrap {
    background: #fff;
	color: #0B070D;
	border: 2px solid #3F2848;
}
.hw-jump-title {
    background:#3F2848;
}
.hw-jump-down {
    border-top:20px solid #8A579E;
}
.hw-jump-mid {
    background: #8A579E;
}
.hw-jump-arrow-left {
	cursor: pointer;
}
.hw-jump-arrow-right {
	cursor: pointer;
}
.hw-jump-arrow-left:hover, .hw-jump-arrow-right:hover {
	opacity: .75;
}


/* BOTTOM AREA */

#bottom {
	background-color: #fff;
	padding: 24px;
}

.cc-newsarea a, #text-area a {
	color: #674176;
	font-weight: bold;
}

.cc-newsheader, .cc-newsheader a {
	font-size: 37px;
	line-height: 1.25;
	letter-spacing: 0.25px;
}

.cc-publishtime{
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.1px;
	padding: 16px 0 0 0;
}

.cc-newsbody {
	padding: 0;
}

.cc-tagline {
	padding: 0;
}

.cc-commentheader, .cc-commentlink {
	padding: 32px 0 0 0;
}

.cc-commentbody {
	margin-bottom: 32px;
	background-color: #734884;
	padding: 16px;
	border-radius: 8px;
}


#bottom-space {
	min-width: 300px;
	max-width: 300px;
	min-height: 250px;
	margin: 20px auto 0;
	text-align:center;
}

.author.publisher-anchor-color a { color: #fff !important; }
#knife { margin: 1em auto; }
#knife table { width: 300px; }

/* FOOTER */

footer#global-footer {
	text-align:center;
	justify-content: center;
}

footer#global-footer a {
	display: flex;
	justify-content: center;
	margin: 24px 0;
}

footer#global-footer a.hive-logo img {
	height: auto;
}

footer#global-footer img {
	height: 32px;
}


/* MEDIA QUERIES */

@media screen and (min-width: 600px){
	
	#menu-click,#mob-menu {
		display: none;
	}
	
	#header {
		padding: 0;
		margin: 16px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	
	#header-right {
		margin-left: 32px;
	}
	
	#header-left {
		margin: 16px;
	}
	
	.site-title {
		margin: 0 auto;
		width: 75%;
	}
	
	#menu {
		display: flex;
		padding: 0;
		margin-top: 16px;
	}

	#menu a {
		padding: 0;
		margin-right: 16px;
	}
	
	main#content {
		padding: 40px;
		border-radius: 8px;
		flex-direction: row;
		justify-content: space-between;
	}

	.cc-nav {
		margin: 0 auto;
		max-width: 700px;
		justify-content: space-around;
	}

	.cc-nav img {
		height: 30px;
	}

	#main-right {
		flex-direction: column;
		width: 160px;
	}

	#main-right .hive-logo, #main-right #monster-pulse-link {
		margin: 16px 0px;
	}

	#right-space {
		display: block;
	}
	
	#bottom {
		border-radius: 8px;
		padding: 40px;
		display: flex;
	}
	
	#bottom-left {
		margin-right: 24px;
		width: 100%;
	}
	
	footer#global-footer {
		display: flex;
		align-items: center;
	}
	
	footer#global-footer a {
		margin-right: 32px;
	}
	
	footer#global-footer .hive-logo {
		width: 125px;
	}
	
		.text-box {
		padding-bottom: 32px;
	}
	
	#text-area {
		padding: 24px;
	}

	.text-bottom {
		display: flex;
	}

	.text-bottom img {
		margin-right: 24px;
	}		
	
}


@media screen and (min-width: 800px){ 
	#top-space {
		width: 728px;
		height: 90px;
		margin: 0 auto;
	}	
}

@media screen and (min-width: 1000px){
	
	#header {
		padding: 0;
		margin: 16px 0;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	
	.site-title {
		width: 100%;
	}
	
}
