/*****
Theme Name: MH Magazine Child Theme
Theme URI: https://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: Todd Broadbent
Author URI: https://loafintree.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
*****/

/****Styles added to modify MH Magazine theme - tmb ****/

.mh-header-tagline {
	font-size: 18px;
	font-size: 1.1rem;
}
.mh-main-nav li {
	font-size: 13px;
	font-weight: 700;
}
.mh-main-nav li a {
	padding: 10px 10px;
}
.wp-polls-paging span.paging, .wp-polls-paging a, .wp-polls-paging a:link, .wp-polls-paging a:visited {
	display: inline-block;
	margin: 0 5px 10px;
	margin: 0 .3rem 1rem;
}
.mh-footer-widget .mh-social-widget {
	background: none;
}
h1, h2, h3 {
	font-family: "crimson",serif;
}
ul#menu-social-media li:nth-of-type(1n) a, ul#menu-social-media-1 li:nth-of-type(1n) a {
	background: #3B5998;
}
ul#menu-social-media li:nth-of-type(2n) a, ul#menu-social-media-1 li:nth-of-type(2n) a {
	background: #1DA1F2;
}
ul#menu-social-media li:nth-of-type(3n) a, ul#menu-social-media-1 li:nth-of-type(3n) a {
	background: #ff9600;
}
.mh-author-box-postcount:before {
    font-family: 'FontAwesome';
    content: '';
    padding: 0 5px;
}
.mh-author-box-header {
    display: inline;
}
.mh-author-box-bio {
	display:inline;
}
.mh-social-widget {
	background: none;
}
/*Make headlines slighly bigger - tmb */
h3 {
  font-size:24px;
  font-size:1.45rem;
}
.mh-posts-grid-title, .mh-posts-focus-title {
  font-size:24px;
  font-size:1.45rem;
}
h1.entry-title {
	font-size:39px;
	font-size:2.45rem;
}
.mh-custom-posts-small-title {
	font-size:19px;
	font-size:1.4em;
}
.mh-posts-large-title {
	font-size:27px;
	font-size:1.7rem;
}
.mh-home-wide .mh-posts-focus-title-small {
  font-size:22px;
  font-size:1.35rem;
}
.mh-home-wide .mh-posts-focus-title-large {
  font-size:29px;
  font-size:1.8rem;
}
.mh-widget-col-2 .mh-posts-grid-title {
  font-size:20px;
  font-size:1.2rem;
}
.mb20 {
	margin-bottom: 20px;
}
.post-excerpt p{
	font-family: 'Roboto Condensed';
	font-size: 1.2rem;
	font-weight: 300;
}
