/* Style the phone menu item as a button */
.main-navigation ul.menu > li:last-child > a {
    background: #eeeeee !important;
    color: #333333 !important;
    padding: 10px 16px !important;
    margin: 5px 0 5px 12px !important;
    border-radius: 3px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}

/* Keep the button looking the same when hovered */
.main-navigation ul.menu > li:last-child > a:hover {
    background: #e2e2e2 !important;
    color: #333333 !important;
}