/*
 Theme Name:   Zox News Child
 Template:     zox-news
 Description:  Child theme for Zox News
 Author:       Your Name
 Version:      1.0
*/

/* Import parent theme styles */
@import url("../zox-news/style.css");

div.mvp-widget-home-title {
    float: left;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}
div.mvp-widget-home-title:before {
    content: '';
    background: #555;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    height: 1px;
    z-index: 0;
}
.mvp-nav-menu ul li ul.mvp-mega-list li a span {
    background: none !important;
    border-bottom: none;
    color: #222 !important;
    float: left;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    padding: 0 !important;
    text-align: left;
    text-transform: none;
}