/*!
Theme Name: Discover Blog
Theme URI: https://www.kantipurthemes.com/downloads/discover-blog
Author: Kantipur Themes
Author URI: https://www.kantipurthemes.com/
Description: Discover 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.0
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: discover-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.

Discover 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;
}

/*--------------------------------------------------------------
# Recent Posts
--------------------------------------------------------------*/
#section-recent-posts {
    margin-bottom: 60px;
    padding: 25px 0;
    background-color: #FFF0E9;
}

#section-recent-posts .recent-post-wrap {
    padding: 0 25px;
}

#section-recent-posts article:last-child {
    margin-bottom: 0;
}

#section-recent-posts .featured-image {
    padding: 100px 0;
    background-size: cover;
    background-position: center center;
    margin-bottom: 15px;
}

#section-recent-posts article:not(.has-post-thumbnail) .entry-container {
    width: 100%;
    padding: 0;
    display: block;
    float: none;
}

#section-recent-posts .entry-meta {
	margin-bottom: 10px;
}

#section-recent-posts .entry-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

#section-recent-posts .entry-title a {
	color: #333;
}

#section-recent-posts .entry-title a:hover,
#section-recent-posts .entry-title a:focus {
	color: #a45f41;
}

#section-recent-posts .entry-content {
	margin-bottom: 30px;
}

@media screen and (min-width: 767px) {
    #section-recent-posts .recent-post-item {
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
    }

    #section-recent-posts .featured-image {
        margin: 0;
        padding: 0;
        width: 50%;
        display: table-cell;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
    }

    #section-recent-posts .entry-container {
        float: left;
        display: table-cell;
        width: 50%;
        text-align: left;
        padding: 50px 30px;
    }

    #section-recent-posts .entry-title {
    	font-size: 32px;
    }
}

@media screen and (min-width: 1024px) {
    #section-recent-posts .entry-container {
        padding: 80px 50px;

	}
}

/*--------------------------------------------------------------
# Editors Choice
--------------------------------------------------------------*/
#section-editors-choice {
    margin-bottom: 40px;
}

#section-editors-choice .editors-choice-item {
    position: relative;
}

#section-editors-choice .featured-image {
    padding: 175px 0;
    background-size: cover;
    background-position: center center;
    background-color: #333;
}

#section-editors-choice .featured-image:before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    position: absolute;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
}

#section-editors-choice .entry-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 2;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#section-editors-choice .entry-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
}

#section-editors-choice .entry-title a,
#section-editors-choice .cat-links a {
    color: #fff;
    text-decoration: none;
}

#section-editors-choice .cat-links {
	color: #fff;
}

#section-editors-choice .entry-title a:hover,
#section-editors-choice .entry-title a:focus,
#section-editors-choice .cat-links a:hover,
#section-editors-choice .cat-links a:focus {
	text-decoration: underline;
	color: #fff;
}

@media screen and (min-width: 992px) {
	#section-editors-choice .entry-container {
	    padding: 40px;
	}

	#section-editors-choice .entry-title {
		font-size: 32px;
	}
}

/*--------------------------------------------------------------
# Header and Footer Colors
--------------------------------------------------------------*/
#masthead,
#colophon {
	background-color: #000;
}

.site-info {
	background-color: #111;
	border-top-color: #111;
}

/*--------------------------------------------------------------
# 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;
    }
}