/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/* Highlight the last item in the primary menu */
.main-navigation .main-nav ul li:last-child a {
    background-color: #007bff; /* Example background color */
    color: #ffffff; /* Example text color */
    border-radius: 5px; /* Rounded border */
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 10px; /* Space from the previous menu items */
}

.main-navigation .main-nav ul li:last-child a:hover,
.main-navigation .main-nav ul li:last-child a:focus {
    background-color: #0056b3; /* Example hover background color */
    color: #ffffff;
}
