/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://qcdb.heyakwan.com
 Description:  Generate Press Child Theme
 Author:       Ay Kwan after Tom Usborne
 Author URI:   http://heyakwan.com
 Template:     generatepress
 Version:      1.0.0
*/

/* GENERAL STYLES */

body {
	font-size: 14px;
}

a:link, a:visited, a:active {
	color: #2c92d7;
}

h1, h2 {
	font-weight: 800 !important;
    text-transform: uppercase !important;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

/* .entry-content a {
	border-bottom: 2px solid #ff0084;
} */

/* HEADER STYLES */

.inside-header {
	padding: 20px;
}

.page-header {
	margin-top: 0;
}

.header-widget {
	margin-top: 10px;
}

.main-title a{
	font-family: Lobster;
	color: #ff0084 !important;
}

.site-description {
    color: #28a9ff;
    font-style: italic;
    margin-left: 35px;
    margin-top: -10px;
}

/* WIDGET STYLES */

.widget-area ul {
	margin: 0 0 1.5em 0;
}

.widget-area .widget {
	padding: 20px;
	font-size: 12px;
}

.widget-area .widget img {
	max-width:100px;
	float:left;
	margin-right:10px;
}

.widget-title {
	margin-bottom: 0;
	font-size: 19px;
}

.inside-left-sidebar .menu li {
	padding: 0;
}

.inside-left-sidebar .menu li a {
	display: inline-block;
	width: 100%;
    padding: 10px 0 10px 15px;
    font-size: 16px;
	border-bottom: 1px solid #eee;
}

.inside-left-sidebar .menu li a:hover {
    background-color: #eee;
}


/* HOME */
#random-comic h2 {
	margin: 0;
	padding: 10px;
	border-radius: 10px 10px 0 0;
	background-color: #222;
	color: white;
	-webkit-font-smoothing: antialiased;
}

/* BROWSE VIEW */
form.sorter {
	display: inline-block;
	margin-bottom: 10px;
}

.content-area .widget {
	background-color: #ffffff;
}

.widget-area ul li>ul {
	margin-left: 1.5em;
}

.searchandfilter h4 {
	color: #3a3a3a;
}

.searchandfilter label {
	font-weight: 400;
}

.collapse {display: none !important;}
.collapse.in {display: block !important;}

a.button, input[type="submit"] {
	color: #ffffff !important;
	background-color: #cc006a !important;
	border-radius: 10px;
}

a.button:hover {
	background-color: #ff0084 !important;
}


/* SERIES AND VOLUME VIEWS */

h1 a, h2 a, h3 a {
	color: #222 !important;
}

h3.entry-title {
	font-size: 32px;
	font-weight: 800 !important;
    text-transform: uppercase !important;
}

h2.date, h3.date {
	font-size: 14px;
}

.qcdb_series .coverimg, .qcdb_volume .coverimg {
	float: left;
	margin-right: 10px;
}

.qcdb_series .entry-content {
	margin: 0;
	padding-left: 10px;
}

.qcdb_series .entry-content .series-meta {
	margin-bottom: 10px;
}

.qcdb_series .entry-content .series-meta .term-list {
	margin-bottom: 0;
}

.qcdb_series .entry-content .series-meta .term-list a {
	border: none;
}

.term-list.audience a, .term-list.genre a, .term-list.series_type a, .term-list.art_style a {
	text-transform: lowercase;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 768px) {
	.header-widget, #random-comic, .footer-widget-1 {
		display: none;
	}
	
	.main-title {
		line-height: 90%;
	}
	
	.site-description {
		margin-left: 0;
		margin-top: 0;
	}
	
	.left-sidebar.separate-containers .site-main {
		margin-top: 0;
	}
}