/*
 Theme Name: Versvs 2019
 Description: The custom theme Versvs 2019 using the parent theme Graphy.
 Author: Jose Alcántara
 Author URI: http://www.versvs.net
 Template: graphy
 Version: 1.0.0
 */

#page {
	padding: 0.5rem 1rem;
}

.post-type-archive-pedia .page-header .page-title {
	font-size: 230%;
}

.post-type-archive-pedia .page-header h4.taxonomy-description {
        font-size: 1.45rem;
}

.post-type-archive-pedia .sidebar-area {
	padding-top: 2.2rem;
}


ul.all-pedia-pages-list {
	column-count: 2;
}

.post-type-archive-pedia .page-header a,
ul.all-pedia-pages-list li a {
	color: #a62425;
	text-decoration: underline;
}
.post-type-archive-pedia .page-header a:hover,
ul.all-pedia-pages-list li a:hover {
	color: #b85051;
}
