/*!
Theme Name: Yuki Minimalist Blog Bird
Theme URI:    https://www.wpmoose.com/themes/yuki-minimalist-blog/
Author:       WP Moose
Author URI:   https://www.wpmoose.com
Description:  A minimalist and customizable free WordPress blog theme. You can fully customize your website with rich customization options. It is perfect for personal bloggers and content publishers.
Template:     yuki
Version:      1.0.3
Tested up to: 6.5
Requires PHP: 7.2
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  yuki-minimalist-blog
Tags: news, blog, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, block-styles, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, threaded-comments, theme-options, translation-ready, wide-blocks
*/


.bread_box{
    width: 100%;
    padding: 0;
    margin: 0;
}
.bread{
    list-style-type: none;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
.bread li{
    display: inline;
}
.bread li a {
    color: #333;
}

.prose-yuki h2 {
    background: #36B981;
    color: #fff !important;
    padding: 0.5em;
}
.prose-yuki h3 {
    color: #333;
    border-bottom: 1px #36B981 solid;
    padding-bottom: 5px;
    margin: 40px 0px 20px 0px;
}
@media only screen and (max-width: 480px){
  .bread{
    overflow: scroll;
    white-space: nowrap;
  }
}