/*
Theme Name:     Chirps Child Theme
Theme URI:      http://chirps.bringthepixel.com
Description:    Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>.
Author:         bring the pixel
Author URI:     http://www.bringthepixel.com/
Template:       chirps
Version:        1.0
Tags:           fluid-layout, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

/* Place all your CSS modifications below */

.g1-header, .g1-header .g1-current-background {
    background-image: url(/wp-content/uploads/2017/09/skc-banner-oct2017.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media only screen and (max-width: 767px) { .g1-logo { max-height: 100px; width: auto; } }

.g1-review-box-tpl-full .g1-review-overall {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding-right: 10px;
}

.author-link {
    display: none;
}

.author-info-inner {
    position: relative;
    padding-left: 90px;
}