/*
Theme Name: mud
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mud
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.

mud 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.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Responsive Typography
--------------------------------------------------------------*/
:root {
  font-size: 16px; }

@media (min-width: 400px) and (max-width: 800px) {
  :root {
    font-size: calc( 16px + (18 - 16) * ( (100vw - 400px) / ( 800 - 400) )); } }
@media (min-width: 800px) {
  :root {
    font-size: 18px; } }
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #343838;
  font-family: "Source Code Pro", "Open Sans", sans-serif;
  line-height: 1.7; }
  @media (min-width: 700px) {
    body,
    button,
    input,
    select,
    textarea {
      line-height: 1.7; } }

body.blog, body.author, .category-txt {
  font-family: "Georgia", serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

h1 {
  margin-top: 0;
  font-weight: 100;
  font-size: 3rem;
  line-height: 1.2; }

h2 {
  font-weight: 100; }

p {
  margin-bottom: 1.5em;
  max-width: 36rem; }

dfn,
cite,
em,
i {
  font-style: italic; }

pre {
  background: #efefef;
  font-size: 15px;
  overflow: auto;
  padding: 1.3em;
  max-width: 32rem; }

code {
  background: #efefef;
  color: #282A36;
  padding: 0.3em;
  font-size: 0.8em; }

.home.page h1 {
  padding: 3rem 1rem 0; }
  @media (min-width: 600px) {
    .home.page h1 {
      padding: 3rem 5rem 0; } }
.home.page h2 {
  font-size: 0.6rem;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: blue;
  letter-spacing: 1px; }
.home.page p {
  margin-top: 0;
  font-size: 0.8rem; }

blockquote {
  color: #aeb3b3;
  border-left: 3px solid #aeb3b3;
  padding-left: 1rem;
  font-style: italic;
  line-height: 1.5; }
  blockquote p {
    max-width: 29rem; }

.wp-caption .wp-caption-text {
  font-size: 0.7rem;
  text-align: left; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

body.home {
  background: #EFF7F9; }

body:not(.home) main {
  padding: 3rem 1rem 1rem; }
  @media (min-width: 700px) {
    body:not(.home) main {
      padding-left: 5rem;
      padding-right: 5rem; } }

::selection {
  background: #F5F9AD;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #F5F9AD;
  /* Gecko Browsers */ }

footer {
  display: none;
  font-family: "Source Code Pro", "Open Sans", sans-serif;
  font-size: 0.6rem;
  position: fixed;
  bottom: 0;
  padding: 1rem;
  width: 100%;
  background: white;
  z-index: 10;
  border-top: 1px solid #eee; }
  footer a, footer a:hover, footer a:focus, footer a:visited {
    color: #343838; }
  @media (min-width: 700px) {
    footer {
      padding-left: 5rem; } }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #eee;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
  margin-top: 0; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dl {
  margin: 0;
  padding: 0; }

dd {
  margin: 0; }

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
dl.accordion {
  margin-top: -0.67em;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%); }
  dl.accordion .open-content {
    display: block; }
  dl.accordion dt {
    cursor: pointer;
    padding: 0.8rem 0 0.8rem 1rem;
    border-bottom: 1px solid #fff;
    position: relative; }
    dl.accordion dt p {
      margin-bottom: 0; }
      dl.accordion dt p > a {
        color: #343838; }
    dl.accordion dt span.arrow-down {
      position: absolute;
      left: 2rem;
      top: 0.4rem;
      font-size: 1.7rem;
      color: blue;
      opacity: 0;
      -webkit-transition: opacity .3s;
      -moz-transition: opacity .3s;
      transition: opacity .3s;
      transform: rotate(180deg);
      font-weight: 600; }
      @media (max-width: 599px) {
        dl.accordion dt span.arrow-down {
          display: none; } }
    dl.accordion dt:hover span.arrow-down {
      opacity: 1; }
    dl.accordion dt:last-child {
      border: none;
      cursor: default; }
    @media (min-width: 600px) {
      dl.accordion dt {
        padding: 0.8rem 5rem; } }
  dl.accordion dd {
    display: none;
    background: blue;
    padding: 1rem;
    color: #EFF7F9;
    border-bottom: 1px solid white;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.3); }
    dl.accordion dd p {
      margin: 0.8rem 0; }
      dl.accordion dd p a {
        color: white;
        font-size: 0.8rem;
        text-decoration: none; }
    dl.accordion dd.second {
      background: green; }
    dl.accordion dd.third {
      background: red; }
      dl.accordion dd.third a {
        padding: 0.5rem 1rem;
        display: inline-block;
        border: 1px solid #330000;
        border-radius: 3px;
        color: #330000;
        margin: 0.3rem;
        transition: all .2s ease;
        text-transform: uppercase;
        font-size: 0.8rem; }
        dl.accordion dd.third a:hover {
          text-decoration: none;
          -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }
        dl.accordion dd.third a:active {
          background: #990000;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
        dl.accordion dd.third a span {
          color: #fff;
          text-transform: none; }
    @media (min-width: 600px) {
      dl.accordion dd {
        padding: 1rem 5rem; } }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.table {
  font-size: 0.8rem;
  border-collapse: collapse;
  border: 1px solid #f5f5f5; }

.table thead th {
  background: #4b4b4b;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.6rem;
  font-family: "Source Code Pro","Open Sans",sans-serif; }
  .table thead th > a {
    color: #fff; }

.table tbody > tr:nth-child(even) {
  background: #fafafa; }

.table td, .table th {
  vertical-align: top;
  padding: 0.5rem;
  border: 1px solid #f5f5f5; }

.table th {
  text-align: left; }

.total td {
  background: #333;
  color: #fff; }

.entry-content .big-logo {
  display: none;
  height: 140px;
  vertical-align: top;
  position: absolute;
  right: 5rem; }
  @media (min-width: 830px) {
    .entry-content .big-logo {
      display: inline; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

select {
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: blue;
  text-decoration: none;
  border-bottom: 1px dotted; }

a:visited {
  color: blue; }

a:hover,
a:focus,
a:active {
  border-bottom: 2px solid; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

.posted-on a {
  border-bottom: none; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
header {
  overflow: hidden;
  position: relative; }

.site-branding {
  position: absolute;
  right: 5rem;
  top: 0;
  height: 64px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
  opacity: 0.2;
  transition: opacity 0.2s;
  font-family: "Source Code Pro", "Open Sans", sans-serif; }
  .site-branding:hover {
    opacity: 0.8; }
  .site-branding span {
    position: relative;
    top: 0;
    display: inline-block;
    width: 0;
    overflow: hidden;
    transition: width 0.2s ease;
    white-space: nowrap;
    height: 64px;
    padding-top: 18px;
    padding-left: 10px;
    font-size: 0.7rem;
    letter-spacing: 1px; }
  .site-branding img {
    max-width: 28px;
    position: relative;
    top: -8px;
    right: 0;
    display: none; }
    @media (min-width: 700px) {
      .site-branding img {
        display: inline-block; } }
  .site-branding > a {
    color: #343838;
    text-decoration: none;
    border-bottom: none;
    height: 64px;
    display: none;
    content: ""; }
    .site-branding > a:hover span {
      width: 150px; }
      @media (max-width: 860px) {
        .site-branding > a:hover span {
          width: 0; } }

.main-navigation {
  clear: both;
  display: block;
  width: 100%;
  font-size: .7rem;
  letter-spacing: 1px;
  border-bottom: 1px solid #eee;
  padding-left: 0;
  font-family: "Source Code Pro", "Open Sans", sans-serif; }
  .main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul li {
      float: left;
      position: relative;
      text-transform: uppercase; }
      .main-navigation ul li a {
        display: block;
        padding: .8rem 1rem;
        margin: 0 10px;
        color: #343838;
        border-bottom: none; }
        .main-navigation ul li a:hover {
          color: blue; }
  @media (min-width: 600px) {
    .main-navigation {
      padding-left: 3.6rem; } }

.home .main-navigation {
  border: none; }

.main-navigation a {
  display: block;
  text-decoration: none; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

/* Small menu. */
.menu-toggle {
  display: none; }

.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.nav-links {
  font-size: 0.8rem; }
  .nav-links a {
    color: #aeb3b3;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Source Code Pro", "Open Sans", sans-serif; }
  .nav-links .nav-previous a:before {
    content: "\f340";
    font-family: dashicons;
    position: relative;
    top: 2px;
    padding-right: 5px; }
  .nav-links .nav-next a:after {
    content: "\f344";
    font-family: dashicons;
    position: relative;
    top: 2px;
    padding-left: 5px; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  border: 1px solid #000;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.meta, article .entry-header .entry-meta, .jetpack-portfolio .entry-content .portfolio-content ul > li, .jetpack-portfolio .portfolio-entry-meta, .post-type-archive-jetpack-portfolio article.jetpack-portfolio h2 {
  text-transform: uppercase;
  font-size: 0.6rem;
  letter-spacing: 1px;
  color: #7e7e7e;
  font-family: "Source Code Pro", "Open Sans", sans-serif; }
  .meta a, article .entry-header .entry-meta a, .jetpack-portfolio .entry-content .portfolio-content ul > li a, .jetpack-portfolio .portfolio-entry-meta a, .post-type-archive-jetpack-portfolio article.jetpack-portfolio h2 a {
    color: #7e7e7e; }
  .meta + p, article .entry-header .entry-meta + p, .jetpack-portfolio .entry-content .portfolio-content ul > li + p, .jetpack-portfolio .portfolio-entry-meta + p, .post-type-archive-jetpack-portfolio article.jetpack-portfolio h2 + p {
    margin-top: 0; }

article .entry-header .entry-meta a {
  color: #7e7e7e; }
article .entry-header h1.entry-title {
  margin-top: 0; }
article .entry-header h2.entry-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 400; }
article .entry-content {
  margin-top: 0; }
  article .entry-content figure {
    max-width: 32rem; }

.post p > img.aligncenter {
  margin-right: 0;
  margin-left: 0; }

.wp-block-image,
.wp-block-embed {
  margin-left: 0;
  margin-right: 0;
  max-width: 32rem; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  border: 1px solid #eee;
  margin: 0 0.5rem 0.5rem;
  height: 200px;
  overflow: hidden;
  transition: all 0.2s ease;
  float: left; }
  .gallery-item:hover {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Jetpack Portfolio
--------------------------------------------------------------*/
body.single-jetpack-portfolio main {
  max-width: 100%;
  padding: 3rem 1rem 1rem; }
  @media (min-width: 700px) {
    body.single-jetpack-portfolio main {
      padding-left: 5rem;
      padding-right: 5rem; } }
body.single-jetpack-portfolio .entry-header h1.entry-title {
  margin-bottom: 0.67em; }

.jetpack-portfolio .entry-header h1 {
  margin-bottom: 0; }
.jetpack-portfolio .entry-content {
  position: relative; }
  .jetpack-portfolio .entry-content .portfolio-img {
    width: 100%; }
    .jetpack-portfolio .entry-content .portfolio-img img {
      border: 1px solid #eee; }
    @media (min-width: 900px) {
      .jetpack-portfolio .entry-content .portfolio-img {
        float: right;
        width: 60%; }
        .jetpack-portfolio .entry-content .portfolio-img img {
          margin-left: 1rem; } }
  .jetpack-portfolio .entry-content .feature-img {
    border: 1px solid #eee; }
  .jetpack-portfolio .entry-content .portfolio-content {
    width: 100%;
    font-size: 0.8rem; }
    .jetpack-portfolio .entry-content .portfolio-content ul {
      margin: 0 0 1.5em;
      padding: 0;
      position: relative; }
      .jetpack-portfolio .entry-content .portfolio-content ul > li {
        list-style: none;
        position: relative;
        padding: 5px 0; }
        .jetpack-portfolio .entry-content .portfolio-content ul > li ul {
          position: absolute;
          top: 0;
          left: 40%; }
          .jetpack-portfolio .entry-content .portfolio-content ul > li ul li {
            font-weight: normal;
            color: #343838;
            text-transform: none; }
            .jetpack-portfolio .entry-content .portfolio-content ul > li ul li a {
              color: blue; }
    .jetpack-portfolio .entry-content .portfolio-content img {
      width: 100%;
      float: left;
      display: inline-block !important;
      margin-right: 1rem;
      margin-bottom: 1rem; }
    @media (min-width: 900px) {
      .jetpack-portfolio .entry-content .portfolio-content {
        float: left;
        width: 40%;
        padding-right: 1rem; } }
.jetpack-portfolio .portfolio-entry-meta {
  font-size: 0.5rem; }
  .jetpack-portfolio .portfolio-entry-meta a {
    color: #aeb3b3; }

.post-type-archive-jetpack-portfolio article.jetpack-portfolio {
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
  border: 0.5rem solid #fff; }
  @media (min-width: 790px) {
    .post-type-archive-jetpack-portfolio article.jetpack-portfolio {
      width: 50%; } }
  @media (min-width: 1075px) {
    .post-type-archive-jetpack-portfolio article.jetpack-portfolio {
      width: 33.33%; } }
  .post-type-archive-jetpack-portfolio article.jetpack-portfolio:nth-child(3) {
    margin-right: 0; }
  .post-type-archive-jetpack-portfolio article.jetpack-portfolio .entry-content {
    transition: all .2s ease; }
    .post-type-archive-jetpack-portfolio article.jetpack-portfolio .entry-content .feature-img {
      position: relative;
      height: 200px;
      width: 100%;
      overflow: hidden; }
      .post-type-archive-jetpack-portfolio article.jetpack-portfolio .entry-content .feature-img img {
        width: 100%;
        height: auto; }
  .post-type-archive-jetpack-portfolio article.jetpack-portfolio .entry-header {
    display: none;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 1rem 0;
    padding: 8px 12px;
    background: #343838;
    transition: opacity .2s ease; }
    .post-type-archive-jetpack-portfolio article.jetpack-portfolio .entry-header a {
      color: #fff; }
    .post-type-archive-jetpack-portfolio article.jetpack-portfolio .entry-header .portfolio-entry-meta a {
      color: #aeb3b3; }
  .post-type-archive-jetpack-portfolio article.jetpack-portfolio:hover {
    position: relative;
    z-index: 10; }
    .post-type-archive-jetpack-portfolio article.jetpack-portfolio:hover .entry-header {
      display: block;
      opacity: 1; }
    .post-type-archive-jetpack-portfolio article.jetpack-portfolio:hover .entry-content {
      text-decoration: none;
      -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }

.error404 {
  background: #FF5A3F;
  color: #343838; }
  .error404 .main-navigation {
    border-bottom: none; }
    .error404 .main-navigation ul li a:hover {
      color: #fff; }
  .error404 h1 {
    font-size: 1rem;
    text-transform: uppercase; }
  .error404 p {
    text-transform: uppercase;
    font-size: 0.8rem; }
  .error404 .page-content a {
    display: none; }

/*# sourceMappingURL=style.css.map */
