/*
Theme Name:     Child Theme
Theme URI:      
Description:    Generatepress child theme.
Author:         Me
Author URI:     
Template:       generatepress
Version:        0.1.0
*/

/*JH 4/25/22 observation galery style. Move to plugin */

.observataion_galery_list {
list-style: none;
}

.observataion_galery_list li {
    float:left;
    margin:5px;
    cursor: pointer;
}

/* JH 8/16/22 Blog styling */

footer.entry-meta:after{
        content: "";
        display: block;
        width: 300px;
        height: 1px;
        background: #ccc;
        position: absolute;
        margin-top:20px;
}

ul.wp-block-latest-posts {
    margin-left: 0px;
}
ul.wp-block-latest-posts li a {
font-size: 24px;
}