/*
Theme Name: moving
Template: polite
Theme URI: https://www.templatesell.com/item/polite-minimal-blog-wordpress-theme/
Author: templatesell
Author URI: https://www.templatesell.com/
Description: A perfect theme for blog and magazine site. With masonry layout and multiple blog page layout, this theme is the awesome and minimal theme. This theme has search option, off-canvas sidebar, multiple sidebar options, footer options, featured slider, promo boxed, footer widgets and many more. Besides that, this theme comes with added custom widgets for author information, featured posts, social icons, etc. It comes with primary color option to change the whole site color with a single click. More Details: https://www.templatesell.com/item/polite-minimal-blog-wordpress-theme/
Version: 1.3.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: polite
Requires PHP: 5.2
Tested up to: 6.8
Tags: custom-background, custom-header, one-column, two-columns, three-columns, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, news

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Polite is free WordPress theme by, Template Sell.
Polite is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

*/

@import url("../polite/style.css");

/*header*/
h1.site-title {
    display: none;
}

.header-1 .head_one .logo {
    padding: 0 0 20px 0;
}


/*contents*/

/* 個別記事（.single）以外で、抜粋の最後の<p>末尾に […] */
/* ブログ一覧 / トップ / アーカイブ / 検索結果のみ */
.blog  .post-excerpt.entry-content p:last-of-type::after,
.home  .post-excerpt.entry-content p:last-of-type::after,
.archive .post-excerpt.entry-content p:last-of-type::after,
.search  .post-excerpt.entry-content p:last-of-type::after{
  content: " […]";
  color:#666;
}

h1.post-title.entry-title {
    font-size: 1.8em;
}
