/*
 Theme Name:   Takes a Village - Ona Child
 Theme URI:    http://takesavillage.ca/ona-child/
 Description:  Takes a Village, a custom theme built as a Child Theme for Ona
 Author:       Tim Ruse
 Author URI:   http://takesavillage.ca
 Template:     ona
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  onachild
*/

:root {
    --dark-blue: #0718c4;
    --light-blue:  #6dd3ff;
    --light-grey: #D4D4D4;
    --dark-grey: #909090;
    --black: #000000;
    --white: #ffffff;
}

/* HEADER */
.align-login-out-right {
    text-align: right;
}
.align-login-out-right a {
    padding: 6px 12px;
    background: var( --black );
    color:  var( --white );
    text-decoration: none;
    border-radius: 3px;
}
.align-login-out-right a:hover {
    background: var( --dark-grey );
}

/* FOOTER */
footer span.wp-block-navigation-item__label {
    color: #ffffff;
}

/* Articles */
.wp-block-post-featured-image img {
  max-height: 240px;
  object-fit: contain !important;
}

/***
 * Hackey
 **/
.wp-block-post-date, .post-navigation-link-previous {
  display: none;
}
.wp-block-post-date, .post-navigation-link-next {
  display: none;
}