/*
Theme Name: Heap Child
Theme URI: https://pixelgrade.com/demos/heap/
Author: PixelGrade
Author URI: https://pixelgrade.com/
Description: They just keep piling on and on.
Template: heap
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: heap-child
Domain Path: /languages/
Tags: white, light, dark, responsive-layout, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Requires at least: 4.4
Tested up to: 4.5

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Heap is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* ADD YOUR NEW CSS RULES HERE */

/* This file assumes you wish to add new CSS rules that will overwrite the ones in the parent's CSS files

If you wish however, you can copy the whole style.css file from the parent here and hack at it - see functions.php for more details.
In that case please remember that you still need to retain the header above (replace the header of the parent style.css with the one above),
specifically the 'Template: heap' line. */

#mcTagMap .tagindex,#sc_mcTagMap .tagindex{padding:6px 0 10px 0}#mcTagMap .tagindex h4,#sc_mcTagMap .tagindex h4{border-bottom:1px solid #000;padding:0 0 4px 0;margin:2px 0 4px 0}#mcTagMap .tagindex ul,#sc_mcTagMap .tagindex ul{list-style:none;padding:1px 0;margin:0}#mcTagMap .tagindex ul li,#sc_mcTagMap .tagindex ul li{list-style:none;padding:2px 0;margin:0}#mcTagMap .holdleft,#sc_mcTagMap .holdleft{width:190px;display:inline;margin:0 20px 0 0;float:left;text-align:left}#mcTagMap .noMargin,#sc_mcTagMap .noMargin{margin:0}#mcTagMap .morelink,#sc_mcTagMap .morelink{display:none}#mcTagMap .tagDescription{display:block;font-size:90%;line-height:1;font-style:italic}#mcTagMap #mcTagMapNav{display:block;background:#eee;float:left;width:100%;text-align:center;padding:5px 0;border:1px solid #888}#mcTagMap #mcTagMapNav a{text-decoration:none;padding:3px 2px 3px 6px;border-left:1px solid #888}#mcTagMap #mcTagMapNav a:first-child{border-left:0}


.wp-pagenavi {
	clear: both;
	float: none;
	padding: 5px;
	margin: 10px;
}

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #2878bd;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi select {
width: auto !important;
display: inline  !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #2878bd;
background:#fff;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
img.thumb {
margin:5px;
}
.single-content .img-container {
border-radius: 50%;
border: 1px solid rgba(0,0,0);
float: right;
width: 75px;
height: 75px;
}
.single-content .img-container img {
width: 75px !important;
height: 75px !important;
border-radius: 50%;
z-index: 1;
margin-bottom: -2px;
}

.site-header__description {
	display: none;
}

.site-title--image img {
	max-height: 150px;
}
.header {
	padding-bottom: 10px;
	padding-top: 10px;
}
.centerit{
	margin: 50px auto;
    text-align: center;
    padding: 10px;
}