/*****
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: MH Themes
Author URI: https://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
*****/
/* HEADER SECTION */
.mh-preheader, .mh-wide-layout .mh-subheader {
    background: #170503; background-image: url("/images/topwoodbg.png");
}
.slicknav_menu {
    border-bottom: 1px solid #2a2a2a;
    background: #170503; background-image: url("/images/topwoodbg.png");
}	
.slicknav_btn {
    background: #ac8b60;
}
.mh-header {
    background: #e2c59f; background-image: url("/images/headbg.png");
}

.mh-site-logo {
    padding: 5px 10px 5px 10px;
    overflow: hidden;}

.mh-header-2 {
    margin: 30px 0px 20px 0;
    text-align: right;
    overflow: hidden;}

.mh-ticker-title {
    background: #9C9C9C;}

.mh-social-nav li a {
    min-width: 30px;}

/* CONTENT SECTION */	

.entry-content a {
    text-decoration: underline;}
.entry-content a:hover {
    color: #000;}
strong { font-weight: bold; }

/* Sidebar */	

#newsletterwidget-3 .mh-widget-title, #newsletterwidget-4 .mh-widget-title, #newsletterwidget-5 .mh-widget-title {
    background-image: url("/images/topwoodbg.png");
color: #FFF; padding: 5px; border: 0px; }

/* COMMENTS SECTION */
/* style admin comments */
.comment-author-admin {border-top: 10px solid #e18728; border-bottom: 10px solid #e18728; background-color: #f2f2f2; background-image: url(/images/ogscomments.png); background-repeat: no-repeat; background-position: top right; padding:10px !important; }
li ul.children li.comment-author-adminname {border-top: 10px solid #e18728; border-bottom: 10px solid #e18728; background-color: #f2f2f2;background-image: url(/images/ogscomments.png); background-repeat: no-repeat; background-position: top right; padding:10px !important; }
.mh-comment-list .comment-reply-link:before { font-family: 'FontAwesome'; font-weight: 400; color: #e64946; content: '\f075'; margin-right: 5px; }
/* Footer SECTION */
.mh-copyright-wrap {
    border-bottom: 0;
	border-top: 0;
    background: #170503; }

.mh-footer {
    background: #251e11; }	

.mh-footer-widget .mh-author-bio-widget {
    border-bottom: 0;
    background: #3b3529; }

.mh-footer-widget .mh-social-widget li a {
    background: #a87442; }

.mh-footer-widget .mh-widget-title {
    border-bottom: 3px solid #baa378; }
.mh-content-ad { float: none !important; }
a.buttonpg{display:inline-block;padding:.2em 1.45em;margin:.1em;border:.15em solid #715b3a;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;box-sizing:border-box;text-decoration:none;font-weight:400;color:#FFF;background-color:#9b7c4f;text-align:center;position:relative}a.buttonpg:hover{border-color:#7a7a7a}a.buttonpg:active{background-color:#999}@media all and (max-width:30em){a.buttonpg{display:block;margin:.2em auto}}