/*
 Theme Name:   mh-child
 Theme URI:    http://example.com/mh-child/
 Description:  MH Magazine lite Child Theme
 Author:       Pakdhe.Febri
 Author URI:   http://pakdhe.febri.web.id
 Template:     mh-magazine-lite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, fluid-layout, flexible-header, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, theme-options, threaded-comments, translation-ready, rtl-language-support, black, white, gray, red, dark, light
 Text Domain: mh-magazine-lite-child
*/

@import url("../mh-magazine-lite/style.css");
.mh-site-logo {
	padding:0px !important;
}
.mh-site-identity{
  position: absolute;
  top: 0;
  margin-left: 120px; 
  margin-top: 25px;
}
.mh-header-tagline {
    border-top:0px !important;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1;
    margin-top: 5px;
    padding-top: 5px;
}

.custom-background {
	background-color:#242322;
}
.mh-container {
    width: 100%;
}
.mh-container-outer {
    margin: 0px auto;
}

.mh-main-nav {
    border-bottom: 5px solid #008000;
    text-transform: capitalize;
}
.mh-widget-title {
    border-bottom: 3px solid #008000;
    text-transform: capitalize;
}

.mh-content-full-width {
    overflow: hidden;
    width: 100%;
}
.mh-main-nav .current-menu-item {
    background: #008000 none repeat scroll 0 0;
}
.mh-main-nav li:hover { background: #008000; }

.mh-main-nav ul ul li {
    width: 21em;
}

.mh-slider-caption {
    background: rgba(42, 42, 42, 0.8) none repeat scroll 0 0;
    border-bottom: 3px solid #008000;
    color: #fff;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
}

a:hover { color: #008000; }

.widget_rss .rss-date {
    display:block;
}

.page-numbers:hover, .mh-loop-pagination .current, .mh-comments-pagination .current, a:hover .pagelink {
    background: #008000 none repeat scroll 0 0;
    color: #fff;
}

.page-title {
    background: #008000 none repeat scroll 0 0;
		color:#FFF;
    font-size: 1.5rem;
    padding: 10px 20px;
}

.mh-copyright-wrap {
    background: #2a2a2a none repeat scroll 0 0;
    //border-top: 1px dashed #666;
    border-top: 3px solid #008000;
    padding: 10px 25px;
}