/*
 * Theme Name: MH Magazine lite Child
 * Theme URI: https://www.mhthemes.com/themes/mh/magazine-lite/
 * description:
 *   Modifying header code
 *   Author: Bruce Snow
 *   Author URI: http://example.com
 *   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: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 *   */

.mh-main-nav {
    text-transform: uppercase;
    border-bottom: 0px ;
    background-color: #cf281e;
}

.mh-main-nav .menu > .current-menu-item {
    background: maroon;
}
.mh-main-nav li:hover a {
    color: white;
}

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

.sub-menu li{
        background: #cf281e;
}

.mh-main-nav li a {
    padding: 5px 15px;
}

@media screen and (max-width: 767px){.js .slicknav_menu {
    display: block;
    background-color: #cf281e;
}
}

.mh-header-title {
    font-size: 32px;
    font-size: .7rem;
    line-height: 1;
}

.mh-header-tagline {
    font-size: 0.75rem;
}

.mh-header-title, .entry-title { font-size: 24px; 
        font-size: .7rem; color:#cf281e;
}

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

h1, h2, h3, h4, h5, h6 {
    color: #101868;
}

.mh-copyright-wrap {
    padding: 10px 25px;
    border-top: 3px solid #999;
    background: #cf281e;
}
/*workaround for misalignment */ 
td  { vertical-align: top;}

/*workarond for using iframe in PageBuilder */
Xiframe {height: 600px;}

.Xmh-header-title, .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
    color: #cf281e;
}

h1, h2, h3, h4, h5, h6 {
    color: #065693;
} 

p  {
    color: #065693;
} 

/* Code for a custom button */
.button-custom, .button-custom:link, .button-custom:visited{
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   color: #ffffff;
   font-family: sans-serif;
   font-size: 15px;
   padding: 10px 30px 10px 30px;
   background-color: #349cc8;
   border: solid #0059A0 1px;
   text-decoration: none;
   font-weight: bold;
   cursor: pointer;
}
.button-custom:hover, .button-custom:active {
   color: #DDDDDD !important;
   background-color: #349cc8;
   border: solid #dddddd 1px;
   text-decoration: none !important;
}


