/*
Theme Name: Bookio
Theme URI: http://wpbingosite.com/wordpress/bookio/
Author: Wpbingo
Author URI: http://wpbingosite.com/
Description: Bookio is a modern, clean and professional WooCommerce WordPress theme. It is built to well suit for any online stores: electronics store, fashion store, jewelry store...
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: bookio
*/

#menu-main-menu > li:last-child a {
    background: #5cb8b2;
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 600;
    margin-left: 10px;
    transition: all 0.2s ease;
}

#menu-main-menu > li:last-child a:hover {
    background: #4aa39e;
    transform: translateY(-1px);
}

#menu-main-menu > li a {
    color: #6b6f72;
    font-weight: 500;
    transition: all 0.2s ease;
}

#menu-main-menu > li a:hover {
    color: #5cb8b2;
}

#menu-main-menu > li.current-menu-item a {
    color: #111;
    font-weight: 600;
}

#menu-main-menu {
    display: flex;
    align-items: center;
    gap: 25px;
}

#menu-main-menu > li {
    margin: 0;
}

#menu-main-menu > li a {
    letter-spacing: 0.2px;
}

