/*
Theme Name: United Blog-mommy
Template: united-blog
Theme URI: https://unitedtheme.com/themes/united-blog/
Author: UnitedTheme
Author URI: https://unitedtheme.com/
Description: Introducing United Blog, a sleek and modern free WordPress theme designed for bloggers of all kinds. Perfect for personal, travel, lifestyle, or professional blogs, United Blog offers a clean, minimalist design with fully customizable layouts, responsive features, and SEO optimization. With its user-friendly interface and powerful customization options, it's never been easier to create a beautiful, engaging blog that stands out. Elevate your content with United Blog – the ultimate platform for bloggers who want to share their story in style!
Requires at least: 5.9
Tested up to: 6.8
Requires PHP: 5.6
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: united-blog
Tags: blog, news, entertainment, two-columns, left-sidebar, right-sidebar, featured-image-header, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready,rtl-language-support
*/

@import url("../united-blog/style.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

body,
.site-title, .archive-title, h1, h2, h3, h4, h5, h6{
    font-family: 'Noto Sans JP', sans-serif !important;
}

.site-header-branding{
    background: #fd83a5;
}
.site-description {
    color: #fff;
}
.entry-meta.entry-meta-list{
    display: none !important;
}
.site-header-1 .site-header-navbar {
    border-top: 0.1rem solid var(--united-border-color);
    background: #fafafa;
    margin-bottom: 2em;
}
/* パンくずリスト */
.bread_box{
    width: 100%;
    padding: 0;
    margin: 0;
}
.bread{
    list-style-type: none;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
.bread li{
    display: inline;
    margin: 0 auto;
}
.bread li a {
    color: #333;
}

/* slider */
h3.entry-title.has-line-clamp.entry-title-large a{
	text-shadow:
    black 2px 0px 0px, black -2px 0px 0px,
    black 0px -2px 0px, black 0px 2px 0px,
    black 2px 2px 0px, black -2px 2px 0px,
    black 2px -2px 0px, black -2px -2px 0px,
    black 1px 2px 0px, black -1px 2px 0px,
    black 1px -2px 0px, black -1px -2px 0px,
    black 2px 1px 0px, black -2px 1px 0px,
    black 2px -1px 0px, black -2px -1px 0px,
    black 1px 1px 0px, black -1px 1px 0px,
    black 1px -1px 0px, black -1px -1px 0px;
}
/* contents  */
.excerpt, .entry-content {
    margin: 2em auto;
}
/* 見出し  */
h1.entry-title {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px;
}

.entry-content h2 {
    font-size: 2.0rem;
    line-height: 1.4;
    font-weight: bold;
    padding-left: .5em;
    position: relative;
    margin-bottom: 30px;
}
.entry-content h2:before{
    content: '';
    width: 4px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #f08080;
    border-radius: 2px;
}
/* sidebar  */
.sidebar-area .widget-title {
    background: #fadbdb;
    padding: 8px 10px;
    margin-bottom: 20px;
    font-size: 20px;
}

.side-list a.no-icon {
    display: flex;
    justify-content: start;
    font-size: 16px;
}
.side-list a:not(.more-link):not(.button):not(.btn) {
    text-decoration: none;
}
.side-list a img {
    width: 80px;
    object-fit: cover;
    margin-right: 1em;
}

/* footer  */
.site-footer{
    margin-top: 2em;
}
.widget_text .footer_menu a:not(.more-link):not(.button):not(.btn) {
    text-decoration: none;
}
.site-footer .copyright-info {
    color: #fff;
    font-size: 14px;
}

@media only screen and (min-width: 1025px){
.site-header .toggle{
    display: none;
}
}
@media only screen and (max-width: 480px){
  .bread{
    overflow: scroll;
    white-space: nowrap;
  }
}
