/*   
Theme Name: Baskerville Child
Description: Child Theme Wordpress Baskerville
Author: Chefsache Internet - wissen was wirkt
Author URI: http: //chefsache-internet.com
Template: baskerville
Version: 1.0
Tags:
*/
@import url("../baskerville/style.css");

.header { padding: 100px; }

.blog-title {
    font-family: "Roboto Slab",sans-serif;
}

.post-header { 
border-bottom: 1px solid #EEEEEE;
padding: 2% 2% 2% 5%;
position: relative;
}

.page-title h5 {
    display: none;
}

.hentry, .post {
    width: 90%;
}

.single .post-content { 
padding: 2% 5% 2% 5%;
}

.post-header .post-title { 
color: #2B3542;
font-family: "Roboto Slab", sans-serif;
font-size: 1.25em;
font-weight: 700;
line-height: 150%;
}

.post-excerpt { 
padding: 5%;
}

.blog-description {
    font-size: 1.4em;
    line-height: 110%;
    font-weight: 400;
    color: #B4B4B4;
    margin: 20px 0px 0px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.search-toggle {
    display: none !important;
}

.credits-left span, {
   display: none !important;
}

.posts .post-meta {
background: #F9F9F9;
padding: 0 10%;
display: none;
}


.nocomments {
   display: none;
}