/*
Theme Name: Twenty Sixteen Child
Theme URI: https://wordpress.org/themes/twentysixteen/
Template: twentysixteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Tags: one-column,two-columns,right-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,block-patterns
Version: 3.0.1698926519
Updated: 2023-11-02 12:01:59

*/

 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
 

body, .entry-title, .site-title {
    font-family: 'Open Sans', sans-serif;
}

button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
    font-family: 'Open Sans', sans-serif;
}

body:not(.search-results) article:not(.type-page) .entry-content {
    float: none;
    width: 100%;
}

body:not(.search-results) article:not(.type-page) .entry-footer {
    float: none;
    width: 100%;
    display: none;
}

.home footer.entry-footer {
    display: none;
}

.site {
    margin: 0 !important;
}

body:not(.custom-background-image):before, body:not(.custom-background-image):after {
    display: none !important;
}

.widget.widget_categories {
    background-color: #ebebeb;
    padding: 15px 20px;
}

.widget.widget_categories nav > ul > li {
    margin-bottom: 13px;
}

.home.blog .simplefavorite-button, .archive.category .simplefavorite-button {
    display: none;
}


.simplefavorite-button {
    display: block;
    float: right;
    font-size: 12px;
    margin-bottom: 15px;
}

button.simplefavorite-button + p {
    clear: both;
}

.entry-title {
    margin-bottom: 10px;
    font-size: 30px;
}

.site-main > article {
    margin-bottom: 4em;
}


.site-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.site-branding {}
.site-branding a {display: flex; align-items: baseline;}
.site-branding a img { margin-right: 12px;}


.favorites-list   { margin: 0; padding: 35px 0 0 ;}
.favorites-list li {}
.favorites-list li p { margin: 0; padding:0;}
.favorites-list li a {}