/*
	Theme Name: Popp's Offspring Part Deux
	Theme URI: http://jacobyalley.com   
	Description: Jacoby Alley "Popp's Offspring Part Deux!" built with HTML5 BLANK theme
	Version: 1.0.3
	Author: Steven Finlan, Jacoby Alley Design - thanks to Todd Motto (@toddmotto)
	Author URI: http://jacobyalley.com
	Tags: HTML5, CSS4, SASS, SCSS

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/* 
    Popp's Offspring Part Deux - A Redonkulas Theme
*/
/**
 * modules/variables
 * ---
 */
/**
 * modules/mixins
 * ---
 */
/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
/* Popp Spawn @FONTFACE COMMANDS */
@font-face {
  font-family: 'Forty-six';
  src: url("../../fonts/Forty-six.eot?#iefix") format("embedded-opentype"), url("fonts/Forty-six.woff") format("woff"), url("fonts/Forty-six.ttf") format("truetype"), url("fonts/Forty-six.svg#Forty-six") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "LeagueGothic";
  src: url("../../fonts/League_Gothic.eot?") format("eot"), url("fonts/League_Gothic.woff") format("woff"), url("fonts/League_Gothic.ttf") format("truetype"), url("fonts/League_Gothic.svg#LeagueGothic") format("svg");
  font-weight: normal;
  font-style: normal; }
/**
 * partials/reset
 * ---
 * Reset file
 * NOTE: also `normalize.css` is used
 */
*,
*:after,
*:before {
  box-sizing: border-box; }

html {
  font-size: 14px; }

body {
  list-style: none; }

html, body {
  margin: 0 !important; }

img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.aligncenter {
  display: block; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

/**
 * Gallery & images
 */
/* Typography */
/*
	General Decs  
*/
h1, h2, h3, h4, h5, h6 {
  font-family: LeagueGothic, sans-serif; }

p {
  font-family: Franklin Gothic, Arial, sans-serif;
  font-weight: 300; }

blockquote {
  font-family: Forty-six, sans-serif; }

a {
  text-decoration: none;
  color: #640A0A;
  font-weight: bold; }

/* 
	By Media Query 
*/
/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table; }
.clear:after {
  clear: both; }

#wpadminbar {
  display: none !important; }

/**
 * partials/wrapper
 * ---
 */
#wrapper {
  position: relative;
  width: 100vw; }
  #wrapper #container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 24px;
    margin: 12px 12px 24px; }
    #wrapper #container section#content {
      position: relative;
      grid-column: 2 / span 6; }
      #wrapper #container section#content article.post {
        font-family: Franklin Gothic, Arial, sans-serif;
        padding: 4px 6px;
        box-sizing: border-box; }
        #wrapper #container section#content article.post header {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between; }
          #wrapper #container section#content article.post header h2 {
            display: inline-flex;
            font-family: LeagueGothic, sans-serif;
            text-transform: uppercase;
            margin: 4px 2px 4px 0; }
          #wrapper #container section#content article.post header a.post-edit-link {
            display: none; }
          #wrapper #container section#content article.post header .entry-meta {
            display: inline-flex; }
        #wrapper #container section#content article.post section p {
          overflow: hidden; }
        #wrapper #container section#content article.post section table {
          border: 3px dashed red; }
        #wrapper #container section#content article.post section div.wp-pulls-ans form div ul {
          margin: auto;
          align-self: center;
          text-align: center; }
        #wrapper #container section#content article.post footer {
          font-size: 0.7rem; }
          #wrapper #container section#content article.post footer .cat-links {
            color: #darkred; }
            #wrapper #container section#content article.post footer .cat-links:hover {
              color: #B71818; }
          #wrapper #container section#content article.post footer .tag-links {
            color: #000; }
            #wrapper #container section#content article.post footer .tag-links:hover {
              color: #640A0A; }
          #wrapper #container section#content article.post footer .meta-sep {
            display: none; }
          #wrapper #container section#content article.post footer .comments-link {
            display: none; }
        #wrapper #container section#content article.post section p {
          text-align: center; }
          #wrapper #container section#content article.post section p iframe {
            border: 10px solid;
            box-sizing: border-box;
            max-width: 100%; }
        #wrapper #container section#content article.post section h3 {
          font-size: 1.5em;
          font-family: Franklin Gothic, Arial, sans-serif;
          padding: 1vw 3vw; }
      #wrapper #container section#content article.post.category-the-lair section p iframe {
        border-color: #1A1818; }
      #wrapper #container section#content article.post.category-popp-culture section p iframe {
        border-color: #B71818; }
      #wrapper #container section#content article.post.category-the-white-board {
        border-color: #E4E4E4; }
      #wrapper #container section#content article.type-page {
        font-family: Franklin Gothic, Arial, sans-serif;
        font-size: 1.6rem;
        padding: 0px 6px; }
        #wrapper #container section#content article.type-page header h1.entry-title {
          font-size: 3rem;
          margin: 3px 0 24px;
          color: #1A1818; }
        #wrapper #container section#content article.type-page header a.post-edit-link {
          display: none; }
      #wrapper #container section#content #nav-below {
        font-family: Franklin Gothic, Arial, sans-serif;
        font-size: 2rem;
        text-transform: uppercase;
        width: 100%;
        height: auto;
        text-align: center;
        margin: 14px auto; }
      #wrapper #container section#content #comments {
        background-color: #EFE0E0;
        margin: 0;
        padding: 6px 8px; }
        #wrapper #container section#content #comments #comments-list h3.comments-title {
          margin: 12px;
          font-size: 2.5rem; }
        #wrapper #container section#content #comments #comments-list ul {
          list-style: none;
          display: flex;
          flex-direction: column;
          flex-wrap: wrap;
          justify-content: center;
          align-items: flex-start;
          margin: 2px;
          padding: 3px;
          width: 100%;
          font-family: Franklin Gothic, Arial, sans-serif; }
          #wrapper #container section#content #comments #comments-list ul li.comment {
            margin: 3px 1px;
            width: 100%;
            background-color: #fff;
            padding: 3px 6px;
            border: 1px solid #1A1818; }
            #wrapper #container section#content #comments #comments-list ul li.comment .comment-body .comment-author .fn {
              font-size: 1rem; }
            #wrapper #container section#content #comments #comments-list ul li.comment .comment-body .comment-meta .comment-edit-link {
              display: none; }
        #wrapper #container section#content #comments #respond h3 {
          font-family: Forty-six, sans-serif;
          font-size: 2rem;
          margin: 4px 0 0 12px; }
        #wrapper #container section#content #comments #respond form.comment-form {
          width: 100%;
          position: relative;
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center;
          height: auto; }
          #wrapper #container section#content #comments #respond form.comment-form p.logged-in-as a {
            color: #1A1818;
            font-family: Franklin Gothic, Arial, sans-serif;
            margin: 2px 0; }
          #wrapper #container section#content #comments #respond form.comment-form p.comment-form-comment {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: center; }
            #wrapper #container section#content #comments #respond form.comment-form p.comment-form-comment label {
              font-family: Franklin Gothic, Arial, sans-serif; }
            #wrapper #container section#content #comments #respond form.comment-form p.comment-form-comment textarea#comment {
              width: 80%;
              height: 100px;
              border: 3px solid #1A1818; }
          #wrapper #container section#content #comments #respond form.comment-form p.form-submit input#submit {
            padding: 3px 6px;
            margin: 4px auto;
            border: 0px;
            background-color: #1A1818;
            color: #fff;
            font-family: Forty-six, sans-serif;
            font-size: 2rem; }

@media screen and (max-width: 425px) {
  body.redonkulas #wrapper {
    top: 0px; }
    body.redonkulas #wrapper header {
      top: 0px;
      margin-top: -60px; }

  #wrapper {
    margin-top: 0px; }
    #wrapper header #branding #site-title h1 {
      margin: 12px auto;
      font-size: 4rem; }
    #wrapper header #branding #site-description {
      display: none; }
    #wrapper #container {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: flex-start;
      justify-content: center; }
      #wrapper #container section#content {
        grid-column: 1 / span all;
        width: 100%; }
        #wrapper #container section#content article.type-page {
          font-size: 1.2rem; }
          #wrapper #container section#content article.type-page header {
            width: 100%;
            margin: auto;
            text-align: center; } }
@media screen and (max-width: 768px) {
  #wrapper #container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    #wrapper #container section#content article.post {
      margin: 3px 0 12px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      transition: 0.3s; }
      #wrapper #container section#content article.post:hover {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); } }
@media screen and (min-width: 768px) {
  body.blog #wrapper #container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    body.blog #wrapper #container section#content {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: center; }
      body.blog #wrapper #container section#content article {
        width: 32%;
        padding: 6px 12px;
        margin: 6px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        transition: 0.3s; }
        body.blog #wrapper #container section#content article:hover {
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }
        body.blog #wrapper #container section#content article header h2 {
          font-size: 2.5rem;
          padding: 0 4px; }
        body.blog #wrapper #container section#content article header .entry-meta {
          padding: 0 4px; } }
/**
 * partials/header
 * ---
 */
body.redonkulas #header {
  position: relative;
  z-index: 1;
  height: 90vh;
  background: linear-gradient(to right, #B71818 0%, #8f0222 44%, #640A0A 100%); }
  body.redonkulas #header .container {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%; }
    body.redonkulas #header .container .split.left {
      left: 0;
      background: linear-gradient(to right, #B71818 0%, #8f0222 44%, #640A0A 100%); }
      body.redonkulas #header .container .split.left #GoodPopp {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 100%;
        width: 70%;
        margin: 0 auto;
        right: 10%;
        z-index: 3;
        background-image: url(img/Redonkulas_020.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom center; }
        body.redonkulas #header .container .split.left #GoodPopp h2.front-link {
          border: 2px solid #fff;
          margin: auto;
          width: auto;
          padding: 6px 12px; }
          body.redonkulas #header .container .split.left #GoodPopp h2.front-link a {
            color: #fff;
            font-size: 3rem; }
    body.redonkulas #header .container .split.right {
      right: 0;
      background: linear-gradient(to right, #1A1818 0%, #000 100%); }
      body.redonkulas #header .container .split.right #BadPopp {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 70%;
        margin: 0 auto;
        left: 10%;
        z-index: 3;
        background-image: url(img/Redonkulas_018.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom center; }
        body.redonkulas #header .container .split.right #BadPopp h2.front-link {
          border: 2px solid #fff;
          margin: auto;
          padding: 6px 12px; }
          body.redonkulas #header .container .split.right #BadPopp h2.front-link a {
            color: #fff;
            font-size: 3rem; }
    body.redonkulas #header .container .split {
      position: absolute;
      width: 50%;
      height: 100%;
      overflow: hidden; }
    body.redonkulas #header .container .split.left, body.redonkulas #header .container .split.right {
      transition: 1000ms all ease-in-out; }
  body.redonkulas #header #branding {
    position: relative;
    height: auto;
    width: auto;
    max-width: 320px;
    margin: 0px auto;
    padding-top: 5%;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    z-index: 5; }
    body.redonkulas #header #branding #site-title {
      font-size: 4rem; }
      body.redonkulas #header #branding #site-title a {
        color: #fff;
        text-transform: uppercase; }
    body.redonkulas #header #branding #site-description {
      font-family: Forty-six, sans-serif;
      font-size: 3rem;
      letter-spacing: 0.25rem;
      color: #fff; }
  body.redonkulas #header nav#menu {
    position: absolute;
    z-index: 10;
    bottom: 6px;
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    justify-content: center;
    align-content: center; }
    body.redonkulas #header nav#menu div#search {
      position: relative;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; }
      body.redonkulas #header nav#menu div#search form.searchform div input[type='text'] {
        background-color: #1A1818;
        color: #cfcfcf;
        border: 2px solid #cfcfcf;
        padding: 3px 6px; }
      body.redonkulas #header nav#menu div#search form.searchform div input[type='submit'] {
        background-color: #1A1818;
        color: #cfcfcf;
        border: 2px solid #cfcfcf;
        text-transform: uppercase;
        padding: 3px 6px; }
    body.redonkulas #header nav#menu ul {
      list-style: none;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-content: center; }
      body.redonkulas #header nav#menu ul li {
        padding: 2px 8px; }
        body.redonkulas #header nav#menu ul li a {
          font-family: Forty-six, sans-serif;
          font-size: 2rem;
          color: #fff; }

/* --------------------------------------------- */
body.internal #header {
  position: relative;
  background: linear-gradient(to right, #B71818 0%, #8f0222 44%, #640A0A 100%);
  width: 100%;
  text-align: center; }
  body.internal #header #branding {
    position: relative;
    width: 95vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden; }
    body.internal #header #branding #site-title {
      font-size: 2.5rem;
      font-family: LeagueGothic, sans-serif;
      padding: 3px 6px; }
      body.internal #header #branding #site-title h1 {
        margin: 12px 18px; }
        body.internal #header #branding #site-title h1 a {
          color: #fff !important; }
          body.internal #header #branding #site-title h1 a:visited {
            color: #fff !important; }
    body.internal #header #branding #site-description {
      color: #fff;
      font-size: 2rem;
      font-family: Forty-six, sans-serif;
      padding: 3px 6px; }
  body.internal #header nav#menu {
    display: flex;
    position: relative;
    padding: 2px 6px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(to right, #1A1818 0%, #000 100%); }
    body.internal #header nav#menu ul {
      list-style: none;
      display: inline;
      font-family: Franklin Gothic, Arial, sans-serif;
      margin-left: -2px; }
      body.internal #header nav#menu ul li:first-child {
        border-left: 0; }
      body.internal #header nav#menu ul li {
        display: inline-block;
        border-left: 2px solid #666;
        padding: 0 3px 0 5px; }
        body.internal #header nav#menu ul li a {
          color: #777777; }
          body.internal #header nav#menu ul li a:hover {
            color: #fff; }
    body.internal #header nav#menu div#search #searchform #RedonkulasSearch {
      background-color: #333;
      color: #666;
      border-top: 0;
      border-right: 0;
      border-bottom: 3px solid #B71818;
      border-left: 0; }
      body.internal #header nav#menu div#search #searchform #RedonkulasSearch:focus {
        color: #fff;
        border: 0; }
    body.internal #header nav#menu div#search #searchform #searchsubmit {
      border: 2px solid #666;
      background-color: #000;
      color: #666;
      text-transform: uppercase; }
      body.internal #header nav#menu div#search #searchform #searchsubmit:hover {
        border-color: #fff; }

@media screen and (max-width: 425px) {
  body.redonkulas #header .container .split.left #GoodPopp {
    height: 100%;
    width: 80vw;
    bottom: 0;
    overflow: hidden;
    margin-left: -10%; }
  body.redonkulas #header .container .split.right #BadPopp {
    height: 100%;
    width: 80vw;
    bottom: 0;
    overflow: hidden;
    margin-right: -10%; }
  body.redonkulas #header #branding {
    margin-top: 36px;
    height: 200px; }
    body.redonkulas #header #branding #site-title {
      font-size: 3rem; }
      body.redonkulas #header #branding #site-title h1 {
        margin-bottom: 18px; }
    body.redonkulas #header #branding #site-description {
      font-size: 2rem; }
  body.redonkulas #header nav#menu {
    background-color: rgba(10, 10, 10, 0.6); }
    body.redonkulas #header nav#menu ul {
      flex-wrap: wrap;
      margin-left: -10%; }
      body.redonkulas #header nav#menu ul li a {
        font-family: Franklin Gothic, Arial, sans-serif;
        font-size: 1rem; }
    body.redonkulas #header nav#menu div#search {
      display: none; }

  body.internal #header nav#menu {
    text-align: center; }
    body.internal #header nav#menu ul {
      margin-left: -40px;
      overflow: hidden; }
      body.internal #header nav#menu ul li {
        font-size: 0.75rem; }
        body.internal #header nav#menu ul li a {
          color: #fff; }
    body.internal #header nav#menu div#search {
      display: none; } }
@media screen and (min-width: 600px) and (max-width: 1024px) {
  body.internal #header #branding #site-title {
    font-size: 4rem;
    padding-left: 24px; }
  body.internal #header #branding #site-description {
    font-size: 3.5rem;
    padding-right: 24px; } }
@media screen and (min-width: 1200px) {
  body.internal #header #branding #site-title {
    font-size: 6rem;
    padding-left: 36px; }
  body.internal #header #branding #site-description {
    font-size: 5.5rem;
    padding-right: 36px; } }
/**
 * partials/nav
 * ---
 * Menus
 */
/**
 * partials/sidebar
 * ---
 */
#sidebar {
  margin: 3px;
  grid-column: 8 / span 4;
  background-color: #EEECEC; }
  #sidebar #primary h3 {
    font-size: 3rem;
    margin: 18px 0 12px; }
  #sidebar #primary ul {
    list-style: none;
    margin: 0;
    padding: 3px;
    font-family: Franklin Gothic, Arial, sans-serif;
    font-size: 1.2rem; }
    #sidebar #primary ul li#search-2 {
      position: relative; }
      #sidebar #primary ul li#search-2 form.searchform div input[type='text'] {
        background-color: #1A1818;
        color: #cfcfcf;
        border: 2px solid #cfcfcf;
        padding: 3px 6px; }
      #sidebar #primary ul li#search-2 form.searchform div input[type='submit'] {
        background-color: #1A1818;
        color: #cfcfcf;
        border: 2px solid #cfcfcf;
        text-transform: uppercase;
        padding: 3px 6px; }
  #sidebar .textwidget .sidebox {
    background-color: #fff; }
    #sidebar .textwidget .sidebox h3 {
      font-size: 2em !important;
      color: #1A1818 !important; }

@media screen and (max-width: 425px) {
  #sidebar {
    width: 100%;
    margin: 5%; }
    #sidebar #primary h3 {
      font-size: 1.8rem;
      margin: 18px 0 12px; }
    #sidebar #primary ul {
      list-style: none;
      margin: 0;
      padding: 3px;
      font-size: 1.2rem; }
      #sidebar #primary ul li#search-2 {
        position: relative; } }
@media screen and (min-width: 600px) {
  #sidebar .textwidget .sidebox {
    padding: 1vw 2vw; }

  body.blog #sidebar .textwidget {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    padding: 0 0 24px; }
    body.blog #sidebar .textwidget .sidebox {
      width: 32%;
      height: auto;
      min-height: 400px;
      box-sizing: border-box;
      padding: 1vw 2vw;
      margin: 12px 6px;
      border: 3px solid #EFE0E0;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      transition: 0.3s; }
      body.blog #sidebar .textwidget .sidebox:hover {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); } }
@media screen and (min-width: 600px) and (max-width: 768px) {
  body.page.internal #sidebar {
    display: block;
    width: 100%;
    height: auto; }
    body.page.internal #sidebar .textwidget {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: center;
      padding: 0 0 24px; }
      body.page.internal #sidebar .textwidget .sidebox {
        width: 30%;
        height: auto;
        min-height: 400px;
        box-sizing: border-box;
        padding: 8px 12px;
        margin: 6px 6px;
        border: none;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        transition: 0.3s; }
        body.page.internal #sidebar .textwidget .sidebox:hover {
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); } }
/**
 * partials/footer
 * ---
 */
#footer {
  position: relative;
  background: #1A1818;
  bottom: 0;
  width: 100%;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Franklin Gothic, Arial, sans-serif;
  color: #fff;
  padding-bottom: 50px; }
  #footer a {
    color: #B71818; }
  #footer #footer-navbar .menu {
    padding: 12px 0;
    border-bottom: 2px solid #3f3f3f; }
    #footer #footer-navbar .menu ul {
      list-style: none;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin: 0; }
      #footer #footer-navbar .menu ul li {
        display: inline-flex;
        margin: 0;
        font-size: 1.5rem;
        padding: 3px 12px; }
    #footer #footer-navbar .menu ul, #footer #footer-navbar .menu ul > li {
      -webkit-margin-before: 0;
      -webkit-margin-after: 0;
      -webkit-margin-start: 0;
      -webkit-margin-end: 0;
      -webkit-padding-start: 0; }
  #footer #copyright {
    padding: 24px 0 0;
    text-align: center; }

@media screen and (max-width: 600px) {
  #footer {
    position: relative;
    background: #1A1818;
    bottom: 0;
    width: 100%;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Franklin Gothic, Arial, sans-serif;
    color: #fff;
    padding-bottom: 30px; }
    #footer a {
      color: #B71818; }
    #footer #footer-navbar .menu {
      padding: 12px 0;
      border-bottom: 2px solid #3f3f3f; }
      #footer #footer-navbar .menu ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0; }
        #footer #footer-navbar .menu ul li {
          display: inline-flex;
          margin: 0;
          font-size: 1rem;
          padding: 2px 8px; }
    #footer #copyright {
      padding: 24px 30px 0;
      text-align: center;
      font-size: 0.75rem; } }
/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

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