/*!
Theme Name: Suppress Blog
Theme URI: https://www.kantipurthemes.com/downloads/suppress-blog
Author: Kantipur Themes
Author URI: https://www.kantipurthemes.com/
Description: Suppress Blog is a simple, clean and responsive WordPress blog theme built by Kantipur Themes. This theme is perfect for youtube bloggers, travel blog, food blog, fashion blog and writers who need to create personal blog site with simple creative features and effects to make readers feel the pleasure of reading blog posts and articles.
Version: 1.2
Requires at least: 5.1
Requires PHP: 5.6
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: expose-blog
Text Domain: suppress-blog
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, one-column, two-columns, custom-header, blog, entertainment, portfolio

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.

Suppress Blog  is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
h1, 
h2, 
h3, 
h4, 
h5, 
h6,
.site-title,
.site-description,
.navigation-menu a {
	font-family: 'Lora', serif;
}

/*--------------------------------------------------------------
# Featured Posts Section
--------------------------------------------------------------*/
#section-featured-posts {
	margin-bottom: 60px;
}

#section-featured-posts article {
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 175px 0;
}

#section-featured-posts article:before {
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

#section-featured-posts .entry-container {
	z-index: 1;
	padding: 0 20px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#section-featured-posts .entry-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

#section-featured-posts .entry-content {
    color: #e5e5e5;
    font-size: 16px;
    margin-bottom: 25px;
}

#section-featured-posts .read-full a {
    background-color: #fff;
    color: #000;
}

#section-featured-posts .read-full a:hover,
#section-featured-posts .read-full a:focus {
	background-color: #a45f41;
	border-color: #a45f41;
	color: #fff;
}

@media screen and (min-width: 767px) {
	#section-featured-posts article {
		padding: 225px 0;
	}

	#section-featured-posts .entry-container {
	    max-width: 600px;
	    margin: 0 auto;
	}

	#section-featured-posts .entry-title {
		font-size: 38px;
	}

	#section-featured-posts .entry-content {
		font-size: 18px;
	}
}

@media screen and (min-width: 1023px) {
	#section-featured-posts article {
		padding: 275px 0;
	}

	#section-featured-posts .entry-container {
	    max-width: 700px;
	    margin: 0 auto;
	}

	#section-featured-posts .entry-title {
		font-size: 48px;
	}

	#section-featured-posts .entry-content {
		font-size: 18px;
	}
}

/*--------------------------------------------------------------
# Popular Posts
--------------------------------------------------------------*/
#section-popular-posts {
    margin-bottom: 40px;
}
#section-popular-posts .popular-post-item {
	border: 1px solid #ddd;
	text-align: center;
}
#section-popular-posts .featured-image {
    background-size: cover;
    background-position: center center;
    padding: 150px 0;
}
#section-popular-posts .entry-container {
	padding: 40px 20px;
}
#section-popular-posts .entry-title {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
}

#section-popular-posts .entry-title a,
#section-popular-posts .posted-on a {
	color: #333;
}

#section-popular-posts .posted-on a {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#section-popular-posts .entry-title a:hover,
#section-popular-posts .entry-title a:focus,
#section-popular-posts .posted-on a:hover,
#section-popular-posts .posted-on a:focus {
	color: #a45f41;
}

/*--------------------------------------------------------------
# Header and Footer Colors
--------------------------------------------------------------*/
#masthead,
#colophon {
	background-color: #000;
}

.site-info {
	background-color: #111;
	border-top-color: #111;
}

/*--------------------------------------------------------------
# Slick buttons
--------------------------------------------------------------*/
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    bottom: 25px;
}

.slick-dots li {
    margin: 0 10px;
    width: auto;
    height: auto;
}

.slick-dots li button {
	padding: 0;
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 0;
}

.slick-dots li.slick-active button {
    background-color: #a45f41;
}

.slick-dots li button:before {
	display: none;
}

/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.reply a,
a,
.site-main .comment-navigation a:hover, 
.site-main .posts-navigation a:hover, 
.site-main .post-navigation a:hover,
.site-main .comment-navigation a:focus, 
.site-main .posts-navigation a:focus, 
.site-main .post-navigation a:focus,
#secondary a:hover,
#secondary a:focus,
.error-404.not-found .title,
.entry-title a:hover,
.entry-title a:focus,
.comments-link a:hover,
.comments-link a:focus,
.cat-links a:hover,
.cat-links a:focus,  
.posted-on a:hover,
.posted-on a:focus,
.single-post-wrap .entry-footer .tags-links a:hover,
.single-post-wrap .entry-footer .tags-links a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
#colophon a:hover,
#colophon a:focus,
#section-recent-posts .entry-title a:hover, 
#section-recent-posts .entry-title a:focus,
#section-popular-posts .entry-title a:hover, 
#section-popular-posts .entry-title a:focus, 
#section-popular-posts .posted-on a:hover, 
#section-popular-posts .posted-on a:focus,
.navigation-menu .nav-menu > li:hover > a, 
.navigation-menu .nav-menu > li.focus > a, 
.navigation-menu .nav-menu > li > a:hover, 
.navigation-menu .nav-menu > li > a:focus,
.navigation-menu a:hover, 
.navigation-menu a:focus, 
.navigation-menu li:hover > a,
.navigation-menu li.current-menu-item > a {
    color: #d72924;
}

.post-navigation .nav-previous a:hover svg,
.post-navigation .nav-previous a:focus svg,
.post-navigation .nav-next a:hover svg,
.post-navigation .nav-next a:focus svg,
.navigation-menu .nav-menu > li > a:hover svg, 
.navigation-menu .nav-menu > li > a:focus svg, 
.navigation-menu .nav-menu > li:hover > a svg {
    fill: #d72924;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover,
.btn:focus,
.reply a:hover,
.reply a:focus,
button:active, 
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers:focus,
.widget_search input[type="submit"],
.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus,
.wp-block-search__button,
#wp-custom-header-video-button.wp-custom-header-video-pause:after,
.read-more a:hover,
.read-more a:focus,
.to-top,
.section-trending-posts .cat-links a:hover,
.section-trending-posts .cat-links a:focus,
#section-featured-posts .read-full a:hover, 
#section-featured-posts .read-full a:focus,
.slick-dots li.slick-active button{
    background-color: #d72924;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.reply a,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers:focus,
.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus,
.read-more a:hover,
.read-more a:focus,
.section-trending-posts .cat-links a:hover,
.section-trending-posts .cat-links a:focus,
#section-featured-posts .read-full a:hover, 
#section-featured-posts .read-full a:focus {
    border-color: #d72924;
}

@media screen and (min-width: 1024px) {
    #masthead .nav-menu ul.sub-menu {
        border-top-color: #d72924;
    }
}