/*!
Theme Name:    Purenote Blog
Theme URI:     https://mysterythemes.com/wp-themes/purenote/
Author:        Mystery Themes
Author URI:    https://mysterythemes.com
Description:   Discover the transformative power of website design with Purenote. Tailored for bloggers, publishers, and content creators, this sleek and minimalist magazine WordPress theme offers a distraction-free layout that keeps readers focused on your content. Featuring clean, modern design options, crisp typography, and unlimited color choices, Purenote is perfect for crafting a visually appealing website that enhances your content and storytelling. With lightweight resources and a responsive framework, it supports SEO and boosts overall rankings. Optimized for readability and designed for fast loading, Purenote ensures your audience remains engaged and eager to return.
Version:       1.0.0
Tested up to:  6.9
Requires PHP:  7.4
License: 	   GNU General Public License v2 or later
License URI:   https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
Template:      purenote
Text Domain:   purenote-blog
Tags:          blog, news, entertainment, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, threaded-comments, translation-ready, rtl-language-support

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

Purenote is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores 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/
*/

.purenote-web-stories {
	margin-top: 0;
}

.frontpage-block .entry-title a, .slide-title a, .trending-posts .entry-title a, .latest-posts-wrapper .entry-title a, .header-news-ticker-wrapper .post-title a, .entry-title a {
	font-size: 22px;
}

.archive-content-wrapper .post-thumbnail-wrap img {
	border-radius: 10px 10px 10px 10px;
}
.timeline-title, .widget-title, .wp-block-heading, .purenote-title {
	font-size: 20px;
}
#footer-widget-area .wp-block-heading {
	margin-bottom: 10px;
}
#footer-widget-area .wp-block-heading:before,#footer-widget-area .wp-block-heading:after{
	display:none;
}
.site-footer {
	padding: 0;
}
.site-info {
	padding: 10px 0 10px;
	border-top: 1px dotted #fff;
}
.site-info::after {
	display: table;
	content: "";
	clear: both;
}
.swiper-button-next, .swiper-button-prev {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
	color: #fff;
}
.swiper-button-next, .swiper-button-prev {
  & svg {
    height: 50%;
    object-fit: contain;
    transform-origin: center;
    width: 100%;
    fill: currentColor;
    pointer-events: none;
  }
}