/*
 Theme Name:   The Vox Agency
 Theme URI:    https://www.961interactive.com
 Description:  Custom Child Theme based on the Wolverine theme.
 Author:       961interactive
 Author URI:   https://www.961interactive.com
 Template:     wolverine
 Version:      1.3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		g5plus-framework
*/


/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/

/* Header */
.main-header .header-nav-wrapper > .container {
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
}

.main-header .header-nav-wrapper > .container::before,
.main-header .header-nav-wrapper > .container::after {
	display: none;
}

#main-menu .current-menu-item a {
	padding: 0 20px;
}