/*
 * Theme Name:     Responsive Child
 * Theme URI:      
 * Description:    Child theme for CyberChimps' Responsive theme
 * Author:         Jo Paulger
 * Author URI:     
 * Template:       responsive
 * Version:        0.1.0
 * */

@import url("../responsive/style.css");

#top-widget {
    width: 52px;
}
#top-widget img {
    margin-top: 20%;
    margin-left: 10px;
}

.post .post-meta {
    display: block;
}
.post .post-meta .byline, 
.post .post-meta .author {
    display: none;
}

#recent-posts-2 .post-date {
    font-size: 11px;
    white-space: nowrap;
}

@media (max-width: 700px) {
    #logo img 
    {
        width: 250px;
    }
    #top-widget img {
        margin-top: 0px;
    }
    #featured div
    {
        width: 60%;
    }
    #featured-image 
    {
        width: 30% !important;
    }
    div.post-entry span.thumb_post, 
    div.post-entry span.thumb_post img 
    {
        width: 0% !important;
        display: none;
    }
    .post-entry .content_post
    {
        width: 100%;
    }
    h1,
    h1.featured-title
    {
        font-size: 30px;
        font-weight: 700;
    }
}
@media (max-width: 400px) {
    #featured div,
    #widgets, 
    #widgets .grid,
    #content, 
    #content-blog,
    #content-search 
    {
        width: 100%
    }
    #featured-image 
    {
        width: 0% !important;
        display: none;
    }
    .widget-wrapper input[type=text]
    {
        width: 70%;
    }
    h1, 
    h1.featured-title 
    {
        font-size: 20px;
        font-weight: 700;
    }
}
