/*
Theme Name: Twenty Sixteen Child Theme
Theme URI: https://tracemeek.com
Author: Trace Meek
Author URI: https://tracemeek.com
Template: twentysixteen
Description: Child theme for Twenty Sixteen. Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentysixteen-child
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you’ve learned with others.
*/




/* Style overrides by Trace Meek, June 2016
========================================================================== */

/* Let's hide the page title and featured image on the home page. */

.home.page .post-thumbnail,
.home.page .entry-header {
  display: none;
}


/* Let's set some custom colors. */

    button,
    button[disabled]:hover,
    button[disabled]:focus,
    input[type="button"],
    input[type="button"][disabled]:hover,
    input[type="button"][disabled]:focus,
    input[type="reset"],
    input[type="reset"][disabled]:hover,
    input[type="reset"][disabled]:focus,
    input[type="submit"],
    input[type="submit"][disabled]:hover,
    input[type="submit"][disabled]:focus,
    .menu-toggle.toggled-on,
    .menu-toggle.toggled-on:hover,
    .menu-toggle.toggled-on:focus,
    .pagination:before,
    .pagination:after,
    .pagination .prev,
    .pagination .next,
    .page-links a {
      background-color: #446b26;
    }

h2.widget-title {
  color: #446b26;
}

.widget {
    border-top: 4px solid #446b26 !important;
}

