/*****
Theme Name: NaMED-Web v1.0
Theme URI: http://www.vbtechsl.com
Description: This is a child theme developed by Moses VB, Freetown Sierra Leone for the National Monitoring and Evaluation Department website through BSEurope/EU.
Author: Moses VB (BSEurope via EU)
Author URI: http://www.bseurope.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
*****/
/***** Structure *****/

/*
.mh-content { width: 65.83%; overflow: hidden;border: 1px solid #C0C0C0; }
.mh-sidebar { width: 25.66%; float: left; border: 1px solid #C0C0C0;}
.mh-two-sb .mh-main { float: left; width: 79.584%; max-width: 1230px; }
.mh-two-sb .mh-sidebar-2 { float: right; width: 18.606%; margin-left: 1.81%; }
*/


/***** Header *****/
.mh-header { background: #fff;background-image: url(images/audit-service-banner1.gif); background-repeat: no-repeat;border: 1px solid #C0C0C0;}

/***** Main Navigation *****/
.mh-main-nav-wrap { 
background: #2a2a2a; 
}

/* Main custom menu navigation */
.mh-main-nav {
    text-transform: uppercase;
    
    font-family: arial,sans-serif;
    
    font-weight: 100;
    font-size: 14px;
    line-height: 2;
    
    font-size: 0.875rem;
         
}

/* A custom code to create thick border on all widgets sides*/
/*.named-sidebar-widgets-border{border:2px solid #ff00ff} */
/* */

 
/* A custom code to dropdown menu color

.mh-main-nav li:hover { background-color:#000; color:#fff !important; }
.mh-main-nav li:hover a { color: yellow; background-color:red!important; }
*/
.mh-main-nav ul li:hover { 
    background-color: #007cba; white! important; 
    
    }
 /* Center main navigation menus*/
/*.mh-main-nav ul { display: table; margin: 0 auto; } */
    
/* Sidebar arrangment*/
.mh-two-sb .mh-sidebar-2 {
    float: right;
    padding-left: 10px;
    margin-right: 5px;
    margin-left: 5px;
    border-top: 0px solid #e5e5e5; border-left: 1px solid #e5e5e5;
}

/* A custom code to design and edit home slider texts */
.mh-slider-title { font-size: 24px; }
.mh-slider-content .mh-excerpt { font-size: 14px; }

/* A custom code to page titles
.page-title { display: none; } */

/*Hide one sidebar when having two sidebar layout enabled*/
.mh-sidebar { 
    display: none; 
}


/* Hide one side bar and increase the main content area
.mh-sidebar { display: none; }
.mh-content { width: 100% !important; } */

.mh-content { 
    width: 100% !important; 

}

/*Custom codes to Center copyright notice in footer*/
.mh-copyright { 
    text-align: center; }

/*Hide category caption/text from the home slider*/
.mh-carousel-caption {
    display: none;

 }

/* Center Header Logo */
.mh-custom-header { 
    text-align: center; 

}

/* Header title */
.mh-header-title {
    text-align: center;
    color: #333232;
    z-index: 4;
    line-height: 1.1;
    font-size: 28px;
    text-shadow: 1px 1px 0 #1c63b8;
   
    float: center;
    margin-right: 20px;
    
    font-family: Roboto Condensed,sans-serif;
    font-weight: 400;
}

/* Header tagline */
.mh-header-tagline {
    display: inline-block;
    font-size: 14px;
   
    line-height: 1;
    color: #1c63b8;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
    font-family: Roboto Condensed,sans-serif;
}

/* Header image/icon */
.mh-header-image{
    max-width: 100%;
    width: 90px;
    height: 75px;
    vertical-align: bottom;
    float: left;
}

@media screen and (max-width: 767px) {
    .js .mh-header-nav { display: block; }
}

/* Hide home slider caption */
.mh-slider-category {
    display: none;
}


/* A custom code for footer customization ----TO CHECK AND EDIT IT LATER */
.mh-footer {
    /*background: url(http://named.mosesvb.com/wp-content/uploads/2020/10/sl_flag_footer_named.png) background-repeat: no-repeat;*/
    font-size: 13px;
    font-size: 0.8125rem;
    color: #fff;
    padding: 25px 25px 0;
   
    line-height: 23px;
    
}

/* Changes color of links
.entry-content a, .entry-content a:hover {
	color: red;
} */

/* Changes menu item highlight color */
.mh-main-nav .menu > .current-menu-item, .mh-main-nav li:hover {
	background: #007cba;
}

/* Changes menu and widget-title border color
.mh-main-nav, .mh-widget-title {
	border-bottom-color: red;
} */


/* Changes bg  highlight color
.mh-subheader, .page-numbers, a .pagelink, .mh-widget-layout3 .mh-widget-title, .mh-widget .search-form, .mh-tab-button, .mh-tab-content, .mh-nip-widget, .mh-magazine-facebook-page-widget, .mh-social-widget, .mh-posts-horizontal-widget, .mh-ad-spot, .mh-info-spot {
    background: #e9ecf6;
} */