/*
==  THEME DETAILS  ===================================================================

    Theme Name: Patricia Child
    Theme URI: https://volthemes.com/theme/patricia/
    Description: Child theme for the Patricia theme
	Template: patricia
	Version: 1.0.7

    Author: VolThemes
    Author URI: https://volthemes.com/

======================================================================================
*/

/* Import the CSS from the parent theme ------------------------*/
@import url('../patricia/style.css');

.post-footer.entry-footer {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
}

.entry-footer .entry-comment-count a {
    color: #000000 !important;
}

.entry-footer .entry-comment-count:hover a {
    color: #ffffff !important;
}

#content article .post-content {
    padding: 5px;
}

#content article .post-content .post-title-image-summary {
    display: block;
}

.wp-block-search__button.has-icon {
    background-color: #797979;
}

.wp-block-search__button.has-icon:hover {
    background-color: #000000;
}

.site-footer .copyright a:hover {
    color: #416695;
}