/*!
Theme Name: Seiryuu
Author: Stephen Dickinson
Author URI: http://stephencottontail.wordpress.com/
Description: Seiryuu is a bright blue, responsive theme that uses Masonry to give your content the attention it needs. While it's intended for those who have lots of images to show off, the design can work for any type of blog.
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seiryuu
Tags: blue, one-column, two-columns, right-sidebar, responsive-layout, custom-menu, editor-style, featured-images, full-width-template, post-formats, sticky-post, threaded-comments, photoblogging

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.

Seiryuu is based on Underscores, which is (c) 2012-2014 Automattic, Inc. Underscores is available at http://underscores.me/

This theme makes use of Bourbon, Bitters, Neat, and Sass.
  Bourbon: http://bourbon.io/
  Bitters: http://bitters.bourbon.io/
  Neat: http://neat.bourbon.io/
  Sass: http://sass-lang.com/
  
*/
/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013-2014 thoughtbot, inc.
 * MIT License */
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #007FFF;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none; }
  button:hover,
  input[type="submit"]:hover {
    background-color: #0059b3;
    color: white; }
  button:disabled,
  input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

html {
  background-color: white; }

body {
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Radley", Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 1.9em; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1.1em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  a:link {
    color: #007FFF;
    text-decoration: none; }
  a:visited {
    color: #0059b3; }
  a:hover {
    color: #0059b3;
    text-decoration: underline; }
  a:active, a:focus {
    color: #0059b3;
    outline: none; }

hr {
  margin: 1.5em 0; }

img,
picture,
figure {
  height: auto;
  margin: 0 auto;
  max-width: 100%; }

img {
  box-shadow: 3px 3px 4px 0px rgba(14, 14, 14, 0.4); }

abbr,
acronym {
  border-bottom: 1px dashed black;
  cursor: help; }

blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }
  blockquote cite:before {
    content: "\2014 \00A0"; }

cite {
  color: #737373;
  font-style: italic; }

pre {
  overflow: auto; }

code {
  background: #d9d9d9;
  border: 1px solid #DDD;
  border-radius: 3px;
  padding: 0.375em; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.15em;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #007FFF;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 114, 230, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  text-align: left; }

thead th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

tr {
  border-bottom: 1px solid #DDD; }

td {
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul {
    list-style-type: disc;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }
  ol {
    list-style-type: decimal;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ribbon-wrapper {
  height: 85px;
  width: 85px;
  overflow: hidden;
  position: absolute;
  bottom: -2px;
  right: -2px; }
  .ribbon-wrapper .ribbon {
    font-size: .8em;
    font-weight: 800;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    padding: 2px 7px;
    left: 0px;
    bottom: -45px;
    width: 120px;
    background-color: #007FFF;
    color: white;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    text-transform: uppercase; }

body {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.75em;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  body:after {
    content: "";
    display: table;
    clear: both; }

#primary {
  margin: 0.75em 0; }
  #primary:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 53.75em) {
    #primary {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      #primary:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 53.75em) {
    #primary.full-width {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0; }
      #primary.full-width:last-child {
        margin-right: 0; } }

#secondary {
  margin: 0.75em 0; }
  @media screen and (min-width: 53.75em) {
    #secondary {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-right: 0; }
      #secondary:last-child {
        margin-right: 0; } }

#colophon {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 100%; }
  #colophon:last-child {
    margin-right: 0; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    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 */ }

.author-bio-card {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  background: #f7f7f7;
  border: 1px solid #DDD;
  border-radius: 3px;
  box-shadow: 0 2px 4px #dddddd;
  margin: 0.75em 1% 0.75em 1%;
  width: 98%; }
  .author-bio-card:after {
    content: "";
    display: table;
    clear: both; }
  .author-bio-card .author-bio-img {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 19.43277%;
    padding: 0.75em 0.375em; }
    .author-bio-card .author-bio-img:last-child {
      margin-right: 0; }
    .author-bio-card .author-bio-img img {
      box-shadow: none;
      border: 3px solid white;
      border-radius: 50%; }
  .author-bio-card .author-bio-text {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 73.14426%;
    margin-right: 0;
    padding: 0.75em 0.375em; }
    .author-bio-card .author-bio-text:last-child {
      margin-right: 0; }

#comments {
  margin: 1.5em 0; }
  #comments ol.comment-list,
  #comments ol.children {
    list-style: none; }
  #comments ol.comment-list {
    padding-left: 0; }
  #comments .pingback-body {
    background: #e6e6e6;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 0.375em 0.809em;
    margin: 0.375em 0; }
    #comments .pingback-body:after {
      content: "";
      display: table;
      clear: both; }
  #comments .pingback-content {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 73.14426%; }
    #comments .pingback-content:last-child {
      margin-right: 0; }
  #comments .pingback-edit {
    font-size: 0.8125em;
    line-height: 1.84615;
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 19.43277%;
    margin-right: 0;
    text-align: right; }
    #comments .pingback-edit:last-child {
      margin-right: 0; }
  #comments .bypostauthor article.comment-body {
    box-shadow: 0 6px 6px #dddddd; }
  #comments article.comment-body {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    background: #f7f7f7;
    border: 1px solid #DDD;
    border-radius: 3px;
    box-shadow: 0 2px 4px #dddddd;
    margin-bottom: 0.75em;
    position: relative; }
    #comments article.comment-body:after {
      content: "";
      display: table;
      clear: both; }
    #comments article.comment-body:hover {
      background: white; }
  #comments .comment-header {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    border-bottom: 1px solid #DDD; }
    #comments .comment-header:last-child {
      margin-right: 0; }
  #comments .comment-avatar {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 19.43277%; }
    #comments .comment-avatar:last-child {
      margin-right: 0; }
    #comments .comment-avatar img {
      box-shadow: none;
      display: block;
      height: 100%;
      margin: 0 auto;
      max-width: 100%; }
  #comments .comment-meta {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 73.14426%;
    margin-right: 0;
    padding-top: 5px; }
    #comments .comment-meta:last-child {
      margin-right: 0; }
    #comments .comment-meta cite {
      font-size: 1.125em;
      line-height: 1.33333;
      display: block; }
    #comments .comment-meta a.comment-time {
      font-size: 0.8125em;
      line-height: 1.84615;
      display: block; }
  #comments .comment-content {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    padding: 0.75em 0.809em; }
    #comments .comment-content:last-child {
      margin-right: 0; }
  #comments .comment-footer {
    font-size: 0.8125em;
    line-height: 1.84615;
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%; }
    #comments .comment-footer:last-child {
      margin-right: 0; }
    #comments .comment-footer ul {
      list-style: none; }
    #comments .comment-footer li:before {
      font-family: Genericons;
      font-size: 13px;
      margin-right: 0.375em;
      vertical-align: top; }
    #comments .comment-footer .comment-reply:before {
      content: '\f467'; }
    #comments .comment-footer .comment-edit:before {
      content: '\f411';
      margin-right: 5px; }

.comment-navigation {
  margin: 0.75em 0; }

.no-comments {
  font-style: italic; }

article.post,
article.page,
article.attachment {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #f7f7f7;
  border: 1px solid #DDD;
  border-radius: 3px;
  box-shadow: 0 2px 4px #dddddd;
  margin: 0 1% 1.5em 1%;
  width: 98%; }
  article.post:hover,
  article.page:hover,
  article.attachment:hover {
    background: white; }

.masonry article.post {
  position: relative; }
  .masonry article.post:after {
    content: "";
    display: table;
    clear: both; }
  .masonry article.post.sticky {
    box-shadow: 0 6px 6px #dddddd; }
  @media screen and (min-width: 40em) {
    .masonry article.post {
      float: left;
      margin: 0 1% 10px 1%;
      width: 48%; } }

@media screen and (min-width: 53.75em) {
  .full-width .masonry article.post {
    float: left;
    margin: 0 1% 15px 1%;
    width: 31.33%; } }

.entry-header {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #DDD; }
  .entry-header:after {
    content: "";
    display: table;
    clear: both; }
  .entry-header .entry-thumbnail {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%; }
    .entry-header .entry-thumbnail:last-child {
      margin-right: 0; }
    .entry-header .entry-thumbnail img {
      box-shadow: none;
      overflow: hidden;
      width: 100%; }
  .entry-header .entry-title {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    font-size: 1.125em;
    font-weight: bold;
    padding: 0.5em 0.809em; }
    .entry-header .entry-title:last-child {
      margin-right: 0; }
  .entry-header .entry-meta {
    font-size: 0.8125em;
    line-height: 1.84615;
    text-align: center; }
    .entry-header .entry-meta:after {
      content: "";
      display: table;
      clear: both; }
    .entry-header .entry-meta span {
      display: block; }
    .entry-header .entry-meta .posted-on {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 46.28851%;
      padding: 0 0.5em; }
      .entry-header .entry-meta .posted-on:last-child {
        margin-right: 0; }
    .entry-header .entry-meta .byline {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 46.28851%;
      margin-right: 0;
      padding: 0 0.5em; }
      .entry-header .entry-meta .byline:last-child {
        margin-right: 0; }

footer.entry-meta {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75em 0.809em; }
  footer.entry-meta:after {
    content: "";
    display: table;
    clear: both; }
  footer.entry-meta a:hover {
    text-decoration: none; }
  footer.entry-meta ul {
    padding-left: 0; }
    footer.entry-meta ul li {
      display: inline;
      float: left;
      font-weight: 800;
      border-right: 1px solid rgba(51, 51, 51, 0.2);
      line-height: 1.1em;
      padding: 0 .7em 0 .7em; }
      footer.entry-meta ul li:first-child {
        padding-left: 0; }
      footer.entry-meta ul li:last-child {
        border-right: 0; }
      footer.entry-meta ul li span {
        color: #333;
        font-size: .7em;
        display: block;
        font-weight: normal; }

footer.single-entry-meta {
  font-size: 0.8125em;
  line-height: 1.84615; }
  footer.single-entry-meta ul {
    list-style: none; }
  footer.single-entry-meta li:before {
    font-family: Genericons;
    font-size: 13px;
    margin-right: 0.375em;
    vertical-align: top; }
  footer.single-entry-meta .cat-links:before {
    content: '\f301'; }
  footer.single-entry-meta .tags-links:before {
    content: '\f302'; }
  footer.single-entry-meta .edit-link:before {
    content: '\f411'; }

.entry-content {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75em 0.809em; }
  .entry-content:after {
    content: "";
    display: table;
    clear: both; }

.page-header {
  margin-bottom: 1.5em; }

.read-more {
  font-size: 0.875em;
  line-height: 1.71429;
  letter-spacing: 0.5px;
  margin-left: .4em;
  text-transform: uppercase; }

#masthead {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  background: #007FFF;
  border-radius: 3px;
  color: #f1f1f3; }
  #masthead:after {
    content: "";
    display: table;
    clear: both; }
  #masthead a {
    color: #f1f1f3;
    font-weight: bold;
    text-decoration: none; }
    #masthead a:hover {
      color: white; }

.site-title {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 73.14426%;
  font-size: 1em;
  line-height: 45px;
  padding: 0 0.375em; }
  .site-title:last-child {
    margin-right: 0; }
  @media screen and (min-width: 40em) {
    .site-title {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 82.52847%; }
      .site-title:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 53.75em) {
    .site-title {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 31.22104%;
      font-size: 1.5em; }
      .site-title:last-child {
        margin-right: 0; } }

#js-nav-button {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 19.43277%;
  margin-right: 0;
  color: #f1f1f3; }
  #js-nav-button:last-child {
    margin-right: 0; }
  #js-nav-button:hover {
    background-color: #007FFF;
    color: white; }
  @media screen and (min-width: 40em) {
    #js-nav-button {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 12.64237%;
      margin-right: 0; }
      #js-nav-button:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 53.75em) {
    #js-nav-button {
      display: none; } }

#site-navigation {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 100%;
  display: none; }
  #site-navigation:last-child {
    margin-right: 0; }
  #site-navigation ul {
    list-style: none;
    padding: 0; }
  #site-navigation li {
    display: block;
    line-height: 35px;
    padding: 0 0.5em;
    text-align: right; }
    #site-navigation li:hover > a {
      border-bottom: 2px solid #0066cc;
      padding-bottom: 0.3em; }
    #site-navigation li:hover > ul.sub-menu, #site-navigation li:hover > ul.children {
      display: block; }
    @media screen and (min-width: 53.75em) {
      #site-navigation li {
        display: inline;
        padding: 0 0.5em 0 0;
        position: relative; } }
  #site-navigation li.menu-item-has-children > ul,
  #site-navigation li.page_item_has_children > ul {
    margin-bottom: 0; }
  #site-navigation li.menu-item-has-children > ul > li,
  #site-navigation li.page_item_has_children > ul > li {
    padding-right: 0; }
  #site-navigation li.menu-item-has-children > a,
  #site-navigation li.page_item_has_children > a {
    padding-right: 1.5em; }
    @media screen and (min-width: 53.75em) {
      #site-navigation li.menu-item-has-children > a,
      #site-navigation li.page_item_has_children > a {
        padding-right: 0; } }
    #site-navigation li.menu-item-has-children > a:after,
    #site-navigation li.page_item_has_children > a:after {
      content: "\203A";
      font-size: 1.2em;
      position: absolute;
      right: 1.75em; }
      @media screen and (min-width: 53.75em) {
        #site-navigation li.menu-item-has-children > a:after,
        #site-navigation li.page_item_has_children > a:after {
          content: "";
          position: relative; } }
  #site-navigation ul.sub-menu,
  #site-navigation ul.children {
    display: block; }
    @media screen and (min-width: 53.75em) {
      #site-navigation ul.sub-menu,
      #site-navigation ul.children {
        background: #0066cc;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        display: none;
        float: left;
        position: absolute;
        top: 1.3em;
        left: 0;
        z-index: 10; }
        #site-navigation ul.sub-menu li,
        #site-navigation ul.children li {
          display: block;
          text-align: left;
          width: 275px;
          padding: 0 0.5em; }
          #site-navigation ul.sub-menu li a,
          #site-navigation ul.children li a {
            display: block; }
          #site-navigation ul.sub-menu li:hover > a,
          #site-navigation ul.children li:hover > a {
            border-bottom: 0;
            padding-bottom: 0; } }
    @media screen and (min-width: 53.75em) {
      #site-navigation ul.sub-menu li:hover > ul.sub-menu,
      #site-navigation ul.sub-menu li:hover > ul.children,
      #site-navigation ul.children li:hover > ul.sub-menu,
      #site-navigation ul.children li:hover > ul.children {
        top: 0;
        left: -275px; } }
  #site-navigation .current-menu-item a,
  #site-navigation .current_page_item a {
    border-bottom: 2px solid #0066cc;
    color: white;
    padding-bottom: 0.3em; }
  @media screen and (min-width: 53.75em) {
    #site-navigation {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 65.61052%;
      margin-right: 0;
      display: block !important; }
      #site-navigation:last-child {
        margin-right: 0; } }

#colophon {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  background: #007FFF;
  border-radius: 3px;
  color: #f1f1f3;
  padding: 0.75em 0.5em; }
  #colophon:after {
    content: "";
    display: table;
    clear: both; }
  #colophon a {
    color: #f1f1f3;
    font-weight: bold;
    text-decoration: none; }
    #colophon a:hover {
      color: white; }

.site-info {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 100%;
  line-height: 32px; }
  .site-info:last-child {
    margin-right: 0; }
  @media screen and (min-width: 40em) {
    .site-info {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      .site-info:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 53.75em) {
    .site-info {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 42.6842%; }
      .site-info:last-child {
        margin-right: 0; } }

#social {
  width: 100%;
  font-family: Genericons;
  margin: 0.75em 0;
  text-align: center; }
  #social ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #social li {
    display: inline-block;
    padding: 0 5px; }
    #social li:hover a {
      border-bottom: 2px solid #0066cc;
      padding-bottom: 1em; }
  #social li a::before {
    color: #f1f1f3;
    content: '\f408';
    display: inline-block;
    padding: 0px;
    font-family: 'Genericons';
    font-size: 24px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased; }
  #social li a:hover::before {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: white; }
  #social li a[href*="wordpress.org"]::before,
  #social li a[href*="wordpress.com"]::before {
    content: '\f205'; }
  #social li a[href*="facebook.com"]::before {
    content: '\f203'; }
  #social li a[href*="twitter.com"]::before {
    content: '\f202'; }
  #social li a[href*="dribbble.com"]::before {
    content: '\f201'; }
  #social li a[href*="plus.google.com"]::before {
    content: '\f206'; }
  #social li a[href*="pinterest.com"]::before {
    content: '\f210'; }
  #social li a[href*="github.com"]::before {
    content: '\f200'; }
  #social li a[href*="tumblr.com"]::before {
    content: '\f214'; }
  #social li a[href*="youtube.com"]::before {
    content: '\f213'; }
  #social li a[href*="flickr.com"]::before {
    content: '\f211'; }
  #social li a[href*="vimeo.com"]::before {
    content: '\f212'; }
  #social li a[href*="instagram.com"]::before {
    content: '\f215'; }
  #social li a[href*="codepen.io"]::before {
    content: '\f216'; }
  #social li a[href*="linkedin.com"]::before {
    content: '\f208'; }
  @media screen and (min-width: 40em) {
    #social {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      #social:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 53.75em) {
    #social {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 54.14736%;
      margin-right: 0;
      margin: 0;
      text-align: right; }
      #social:last-child {
        margin-right: 0; } }

.search-form {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .search-form:after {
    content: "";
    display: table;
    clear: both; }
  .search-form input[type="search"] {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%; }
    .search-form input[type="search"]:last-child {
      margin-right: 0; }
    @media screen and (min-width: 40em) {
      .search-form input[type="search"] {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 82.52847%; }
        .search-form input[type="search"]:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 53.75em) {
      .search-form input[type="search"] {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%; }
        .search-form input[type="search"]:last-child {
          margin-right: 0; } }
  .search-form input[type="submit"] {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    margin-right: 0;
    /*! bad hack, but couldn't figure out a better way to "justify" form elements */
    float: right; }
    .search-form input[type="submit"]:last-child {
      margin-right: 0; }
    @media screen and (min-width: 40em) {
      .search-form input[type="submit"] {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 12.64237%;
        float: right; }
        .search-form input[type="submit"]:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 53.75em) {
      .search-form input[type="submit"] {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%;
        float: right; }
        .search-form input[type="submit"]:last-child {
          margin-right: 0; } }

img.wp-smiley {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

embed,
iframe,
object {
  max-width: 100%; }

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

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

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.wp-caption img:not(.wp-smiley) {
  display: block;
  margin: 0 auto; }
.wp-caption .wp-caption-text {
  font-size: 0.875em;
  line-height: 1.71429;
  font-style: italic;
  margin: 0.75em 0;
  text-align: right; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  width: 100%; }
  .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; }

.paging-navigation {
  margin: 1.5em 0;
  text-align: center; }
  .paging-navigation:after {
    content: "";
    display: table;
    clear: both; }

.page-numbers {
  border: 1px solid #DDD;
  border-radius: 3px;
  padding: 0.375em 0.809em; }
  a.page-numbers {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: bold; }
    a.page-numbers:hover {
      background: #007FFF;
      border: 1px solid #007FFF;
      color: #f1f1f3;
      text-decoration: none; }

.post-navigation {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin: 1.5em 0; }
  .post-navigation:after {
    content: "";
    display: table;
    clear: both; }
  .post-navigation span {
    display: block;
    font-weight: bold;
    text-transform: uppercase; }
  .post-navigation .nav-previous {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    text-align: right; }
    .post-navigation .nav-previous:last-child {
      margin-right: 0; }
  .post-navigation .nav-next {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    margin-right: 0; }
    .post-navigation .nav-next:last-child {
      margin-right: 0; }

.widget {
  border-top: 2px solid #007FFF;
  margin-bottom: 0.75em;
  padding: 0.75em 0; }
  .widget.widget_rss img {
    box-shadow: none; }
  .widget.widget_search {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .widget.widget_search:after {
      content: "";
      display: table;
      clear: both; }
    .widget.widget_search input[type="search"] {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 46.28851%; }
      .widget.widget_search input[type="search"]:last-child {
        margin-right: 0; }
    .widget.widget_search input[type="submit"] {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 46.28851%;
      margin-right: 0;
      float: right; }
      .widget.widget_search input[type="submit"]:last-child {
        margin-right: 0; }

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