/**
 * Theme Name:     Bard Child
 * Author:         WP Royal
 * Template:       bard
 * Text Domain:	   bard-child
 * Description:    Child theme
 * Theme URI:      http://blogs.goedgestyled.nl/
 * Author URI:     http://Flash3000%20Productions
 * Version:        1
 */
.wp-block-latest-posts li { 
    position: relative;
    padding: 15px 0;
}

.wp-block-latest-posts li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 1px;
    width: 70%;
    border-top: 1px solid #a33b61;
}
.wp-block-latest-posts li:first-child:before {
    border-top: 0;
}
aside h2 {
    font-family: 'Arizonia';
    color: #a33b61!important;
}