    /*
    Theme Name: Climate Action NSW
    Theme URI: http: //climateactionnsw.org.au/
    Description: A child theme of Business Essentials 2 for the Climate ACtion NSW site.
    Author: david Mallard
    Author URI: http: //davidmallard.id.au/
    Template: be2-wp
    Version: 0.1
    */

    @import url("../be2-wp/style.css");

    #header_wrapper,
    #bottom_wrapper {
        background-color: #005f27;
    }

    #page_title h1 {
        background-color: #39b54a;
        padding-left: 1em;
    }

    #page_title p {
        background-color: #39b54a;
    }

    input[type="checkbox"] {
        -webkit-appearance: checkbox;
    }

    @media only screen and (max-width: 640px) {
        #logo a img {
            max-height: 33px;
            width: auto;
        }
    }

    @media only screen and (max-width: 1024px) {
        #logo a img {
            max-height: 33px;
            width: auto;
        }
    }
