/*****
Theme Name: MH Magazine Child Theme
Theme URI: http://www.mhthemes.com/themes/mh/magazine/
Description: This is a child theme for MH Magazine WordPress theme to make customizations much easier for you. By using this child theme you make sure, that you keep your changes after an update of the parent theme.
Author: MH Themes
Author URI: http://www.mhthemes.com/
Template: mh-magazine
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-magazine/style.css");



/* HOME PAGE WIDGETS */
div.home-page-widget-container{
	width:100%;
	overflow:hidden
}
div.home-page-widget-title{
	width:100%; 
	margin:auto; 
	margin-top:50px; 
	font-size:3rem; 
	text-align:center; 
	color:#295e98;
	margin-top:1.5em; 
	padding-bottom:0.5em
}
.top-home-page-widget{
	margin-top:0 !important
}
div.home-page-widgets{
	width:100%;
	overflow:hidden
}
div.home-page-widgets-inner{
	width:100%; 
	margin:auto; 
	margin-top:50px; 
	font-size:1.5rem
}
div.home-page-widgets-single{
	width:23%; 
	float:left; 
	text-align:center; 
	padding:0 1%
}
div.home-page-widgets-single h2{
	font-size:2rem; 
	margin:10px 0; 
	color:#295e98;
}


div.home-page-callout-box{
	width:100%;
	overflow:hidden;
}
div.home-page-callout-box-inner{
	width:100%; 
	margin:auto; 
	margin-top:50px; 
	font-size:2.2rem; 
	text-align:center; 
	color:#ffffff;
	margin-top:2.5em; 
	padding:1em 0;
	background:#ee3337;
	border-radius:5px
}
/* [END] HOME PAGE WIDGETS */










/* NETWORK LATEST POSTS PLUGIN */
.npw-post-wrapper{
	float:left; 
	width:100%;
	margin-bottom:10px
}
.npw-post-thumb{
	width:35%; 
	float:left
}
.npw-post-thumb img{
	width:100%;
}
.npw-post-content{
	width:60%;
	float:right
}
.npw-post-content b.blog-title,
.npw-post-content b.blog-title a{
	color:#295e98;
}
.npw-post-content span.npw-post-time{
	color:#999999;
}
/* [END] NETWORK LATEST POSTS PLUGIN */			












/* THIS IS THE FIX FOR THE HIDDEN EMAIL IN THE LOST PASSWORD FORM */
#wpmem_login .password[type="text"]{
	display:inline
}
.login-form div.div_text input#email{
	display:inline
}
/* [END] THIS IS THE FIX FOR THE HIDDEN EMAIL IN THE LOST PASSWORD FORM */
















/* HEADER TAGLINE DEBAJO DE EL LOGO */
.mh-header-text{
	text-transform:none
}
/* [END] HEADER TAGLINE DEBAJO DE EL LOGO */












/* FLAT HEADING */
.flat-heading{
	display: inline !important;
	font-size:inherit;
	font-weight:inherit;
	margin:0px;
	padding:0px;
}
/* [END] FLAT HEADING */















