/*
 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
*/

.page-header-image-single.grid-container.grid-parent {
    margin-bottom:  30px;
}

.widget ul li {
    list-style-type: none;
    position: relative;
    padding-bottom: 5px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

a, a:visited {
    color: var(--primary-color-1) !important;
}