/*
 Theme Name:   Investex Child Theme
 Theme URI:    https://investex.ancorathemes.com
 Description:  Investex Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com
 Template:     investex
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  investex
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

/* Fix: Menu styling - horizontal layout without bullets */
.sc_layouts_menu_nav,
.sc_layouts_menu_nav ul,
.menu_main_nav,
.menu_main_nav ul {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}

.sc_layouts_menu_nav > li,
.menu_main_nav > li {
    display: inline-block;
    position: relative;
}

.sc_layouts_menu_nav > li > a,
.menu_main_nav > li > a {
    display: block;
    padding: 10px 15px;
}