/*****
Theme Name: MH Purity Child Theme for Republic 3.0
Theme URI: http://www.mhthemes.com/themes/mh/purity/
Description: This is a child theme for MH Purity WordPress theme to make customizations much easier for you. By using this child theme you ensure, that you keep your changes after an update of the parent theme.
Author: MH Themes
Author URI: http://www.mhthemes.com/
Template: mh_purity
Version: 1.0.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*****/

@import url("../mh_purity/style.css");

.sidebar { display: none; }
.content { width: 100% !important; }
.hp .content { width: 650px !important; }
.sb-widget .author { display: block; margin-bottom: 10px; }
.featured-item-title { margin: 15px 0; }
.cp-large-title { margin-bottom: 15px; }
.post-meta { font-size: 16px; }

/***** Media Queries *****/

@media screen and (max-width: 1020px) {
	.hp .content { width: 100% !important; }
}