@charset "UTF-8";
/*
Theme Name: Frank Betz Blog 1.1
Theme URI: http://underscores.me/
Author: Wylie Creative
Author URI: https://wyliecreative.com/
Description: This is a Blog theme developed from the Underscores master theme for use on the Frank Betz Blog. For more information visit http://underscores.me.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: betz-blog
Tags:

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.

Betz Blog is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/* ==========================================================================
   SASS Variables
   ========================================================================== */
/* • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • •
   Colors
*/
/* ==========================================================================
   Blog Styles
   ========================================================================== */
.betz-blog header h1 {
  margin-bottom: 2rem; }

.betz-blog form {
  font-family: "halifax-medium", Arial, sans-serif; }
  .betz-blog form label {
    width: 70%;
    float: left;
    padding: 0;
    margin: 0; }
    .betz-blog form label .search-field {
      height: 30px;
      width: calc(100% - 22px);
      line-height: 2rem;
      margin: 0;
      padding: 0 10px; }
  .betz-blog form input[type="submit"] {
    display: inline-block;
    background-color: #D9272E;
    font-size: .8rem;
    height: 34px;
    line-height: 2rem;
    padding: 0 .5rem;
    width: 30%;
    color: #fff !important;
    font-family: "halifax-medium", Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    border: none;
    outline: none; }
    .betz-blog form input[type="submit"]:hover {
      color: #fff;
      background-color: #ae1f24; }
  .betz-blog form .screen-reader-text {
    display: none; }

.entry-title {
  color: #007298; }
  .entry-title a, .entry-title a:visited, .entry-title a:active {
    color: #007298; }
    .entry-title a:hover, .entry-title a:visited:hover, .entry-title a:active:hover {
      color: #0b4e64; }

a.more-link {
  display: inline-block;
  background-color: #D9272E;
  font-size: .8rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 .5rem;
  color: #fff !important;
  font-family: "halifax-medium", Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  border: none;
  outline: none; }
  a.more-link:hover {
    color: #fff;
    background-color: #ae1f24; }

.entry-content {
  margin: 0 !important; }
  .entry-content p {
    padding: 0;
    margin: 1rem 0; }

ul.post-categories {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.post-categories a, ul.post-categories a:visited, ul.post-categories a:active {
    color: #007298; }
    ul.post-categories a:hover, ul.post-categories a:visited:hover, ul.post-categories a:active:hover {
      color: #0b4e64; }

.widget {
  margin-bottom: 2rem; }
  .widget h2.widget-title {
    padding: 0 0 .35rem;
    margin-bottom: .5rem;
    font-size: 1.6em;
    line-height: 1.2em;
    border-bottom: 1px #74d1f0 solid; }
  .widget ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem; }
    .widget ul li {
      margin: 0 0 .25rem;
      padding: 0;
      line-height: 1em; }
      .widget ul li a {
        color: #007298;
        font-size: 1em;
        line-height: 1em; }
        .widget ul li a:hover {
          color: #0b4e64; }

.tagcloud {
  font-family: "halifax-light", Arial, sans-serif; }
  .tagcloud a, .tagcloud a:visited, .tagcloud a:active {
    color: #007298; }
    .tagcloud a:hover, .tagcloud a:visited:hover, .tagcloud a:active:hover {
      color: #0b4e64; }
