/*
Theme Name: Vilva Pro Child
Template: vilva-pro
Description: Child theme for Vilva Pro theme. This theme inherits all functionality from the parent theme while allowing you to safely customize styles and functionality without losing changes when the parent theme is updated.
Version: 1.0.0
Author: Blossom Themes
Author URI: https://blossomthemes.com/
Text Domain: vilva-pro-child
*/

/* 
 * Add your custom styles below this comment.
 * The parent theme's styles are automatically loaded.
 */

#tertiary-menu{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 12px;
    color: var(--font-color);
}

#tertiary-menu a{
    color: inherit;
    font-size: 0.722em;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1em;
}