/**
 * Theme Name:     Smart Theme v3 Child
 * Author:         WIWO Media
 * Template:       op-smart-theme3
 * Text Domain:	   smart-theme-v3-child
 * Description:    Child theme by WIWO - Conversion optimized, fast WordPress theme with beautiful designs, built by marketers for marketers.
 */


.secondary-menu-container {
    background-color: #f8f8f8;
    text-align: center;
    padding: 10px;
}

.secondary-menu-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.secondary-menu-items li {
    display: inline-block;
    margin: 0 15px;
}

.secondary-menu-items a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}