/*
 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
*/

div#primary-menu {
    margin-top: 7px;
}

span.small {
    font-size: 16px;
}

.highlight {
    background: #27abe2;
}

.highlight a, .highlight a:hover{
     background: #27abe2!important;
    color: #fff!important;
}


.black-highlight {
    background: #000;
}

.black-highlight a, .black-highlight a:hover{
     background: #000!important;
    color: #fff!important;
}