/*
 Theme Name: mh-magazine-lite child 2024
 Theme URI: http://example.com/child-theme-two
 Description: This is the second child theme of the parent theme.
 Author: Your Name
 Author URI: http://example.com
 Template:mh-magazine-lite
 Version: 3.0.0
*/

@import url("../mh-magazine-lite/style.css");


/* Custom CSS for Child Theme Two */






.mh-widget-title {
    border-bottom: 3px solid #ef1218;
	
}

.mh-main-nav{
	
	border-bottom:5px solid #ef1218;
	
}

.mh-slider-caption{
border-bottom: 3px solid #ef1218;
}


.mh-main-nav .menu > .current-menu-item {
    background:  #ef1218;
}

.entry-content a {
    font-weight: 600;
    color:#ef1218;
}

.mh-main-nav li:hover { background: #ef1218; }




/***** Navigation *****/

.mh-main-nav-wrap { background: #0088db; }
.mh-main-nav { text-transform: uppercase; border-bottom: 5px solid #e64946; }
.mh-main-nav li { float: left; position: relative; font-weight: 700; }
.mh-main-nav li:hover { background: #e64946; }
.mh-main-nav li:hover a { color: #fff; }
.mh-main-nav li a { display: block; color: #fff; padding: 10px 20px; border-left: 1px solid rgba(255, 255, 255, 0.1); }
.mh-main-nav li:first-child a, .mh-main-nav .sub-menu li a { border: none; }
.mh-main-nav ul li:hover > ul { display: block; background:  #0088db; z-index: 9999; }
.mh-main-nav ul ul { display: none; position: absolute; }
.mh-main-nav ul ul li { width: 100%; min-width: 16em; }
.mh-main-nav ul ul ul { left: 100%; top: 0; }
.mh-main-nav .menu > .current-menu-item { background: #e64946; }
.mh-navigation .menu-item-has-children > a:after { font-family: 'FontAwesome'; font-weight: 400; line-height: 1; content: '\f107'; margin-left: 5px; }
.mh-navigation .sub-menu .menu-item-has-children > a:after { content: '\f105'; margin-left: 10px; }
.mh-navigation img { vertical-align: inherit; }

