/*
Theme Name: OceanWP Child for JRC.ca
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

body.single h1.single-post-title {
    text-align: center;
}

body.single ul.meta {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.single ul.meta.first {
    border-bottom: none;
    padding-bottom: 0;
}

body.single ul.meta li a {
    color: var(--e-global-color-primary);
}