/*
Theme Name: Novel Fun
Theme URI: http://novels.fun/
description: Twenty Twenty-One Child Theme
Author: Ebenezer Obasi
Author URI: http://eobasi.com
Template: twentytwentyone
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: novelfun
*/
body .site-header {
    padding: 0;
}

.site-branding {
    position: relative;
}

body .site-branding:last-child {
    text-align: left;
}

body .site-description {
    font-size: 0px;
    text-indent: -999999px;
}

body .site-branding .site-title a,
body .site-branding h1.site-title {
    display: block;
    background: url(images/logo.png) no-repeat;
    background-size: auto 60px;
    background-position: left center;
    padding: 4px 0px 10px 60px;
    min-height: 50px;
}

#header .header-content a {
	color: #fff;
}

body .site-main {
    padding-top: 0;
}

#novelfun-featured-slider a {
    display: block;
    width: 100%;
    max-height: 400px;
    border-radius: 12px;
    overflow: hidden;
}

#novelfun-featured-slider a img {
    width: 100%;
    display: block;
}

.nothumbnail {
    background-color: rgba(0,0,0,.03);
    outline: 2px dashed rgba(0,0,0,0.10);
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.novelfun-popular-list-item-cover .nothumbnail,
.novelfun-popular-list-item-cover img {
    height: 200px;
}

.novelfun-romance-list-item-cover .nothumbnail, 
.novelfun-romance-list-item-cover img{
    height: 50px;
}

.list-cover img {
    width: 100%;
}

body .page-header {
    border: none;
    background: #f9f9f9;
    margin: 0;
    width: 100%;
    padding: 30px 0;
}