@import "normalize.css";
/* media sizes */
html {
  font-family: "Computer Modern Bright", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 20px;
  }
}
body {
  background-color: #fcfcfc;
}
a,
a:visited {
  color: #225e9b;
  text-decoration: none;
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: rgba(34, 94, 155, 0.8);
  text-decoration: underline;
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Computer Modern Concrete", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 1.35em;
}
h4,
.h4 {
  font-size: 1.1em;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
}
.wrap {
  width: 96%;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.sidebar ul,
.sidebar ol,
.commentlist,
.about-the-authors {
  list-style: none;
  padding: 0;
}
@media only screen and (min-width: 1030px) {
  table {
    width: auto;
	margin: 1em auto;
  }
  table th,td {
    padding: 0.1em 0.5em;
  }
}
/*********************
TYPOGRAPHY
*********************/
@font-face {
  font-family: 'Computer Modern Concrete';
  src: url('/fonts/Concrete/cmunorm.eot');
  src: url('/fonts/Concrete/cmunorm.eot?#iefix') format('embedded-opentype'), url('/fonts/Concrete/cmunorm.woff') format('woff'), url('/fonts/Concrete/cmunorm.ttf') format('truetype'), url('/fonts/Concrete/cmunorm.svg#cmunorm') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Computer Modern Concrete';
  src: url('/fonts/Concrete/cmunobx.eot');
  src: url('/fonts/Concrete/cmunobx.eot?#iefix') format('embedded-opentype'), url('/fonts/Concrete/cmunobx.woff') format('woff'), url('/fonts/Concrete/cmunobx.ttf') format('truetype'), url('/fonts/Concrete/cmunobx.svg#cmunobx') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Computer Modern Concrete';
  src: url('/fonts/Concrete/cmunoti.eot');
  src: url('/fonts/Concrete/cmunoti.eot?#iefix') format('embedded-opentype'), url('/fonts/Concrete/cmunoti.woff') format('woff'), url('/fonts/Concrete/cmunoti.ttf') format('truetype'), url('/fonts/Concrete/cmunoti.svg#cmunoti') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Computer Modern Concrete';
  src: url('/fonts/Concrete/cmunobi.eot');
  src: url('/fonts/Concrete/cmunobi.eot?#iefix') format('embedded-opentype'), url('/fonts/Concrete/cmunobi.woff') format('woff'), url('/fonts/Concrete/cmunobi.ttf') format('truetype'), url('/fonts/Concrete/cmunobi.svg#cmunobi') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Computer Modern Bright';
  src: url('/fonts/Bright/cmunbmr.eot');
  src: url('/fonts/Bright/cmunbmr.eot?#iefix') format('embedded-opentype'), url('/fonts/Bright/cmunbmr.woff') format('woff'), url('/fonts/Bright/cmunbmr.ttf') format('truetype'), url('/fonts/Bright/cmunbmr.svg#cmunbmr') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Computer Modern Bright';
  src: url('/fonts/Bright/cmunbbx.eot');
  src: url('/fonts/Bright/cmunbbx.eot?#iefix') format('embedded-opentype'), url('/fonts/Bright/cmunbbx.woff') format('woff'), url('/fonts/Bright/cmunbbx.ttf') format('truetype'), url('/fonts/Bright/cmunbbx.svg#cmunbbx') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Computer Modern Bright';
  src: url('/fonts/Bright/cmunbmo.eot');
  src: url('/fonts/Bright/cmunbmo.eot?#iefix') format('embedded-opentype'), url('/fonts/Bright/cmunbmo.woff') format('woff'), url('/fonts/Bright/cmunbmo.ttf') format('truetype'), url('/fonts/Bright/cmunbmo.svg#cmunbmo') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Computer Modern Bright';
  src: url('/fonts/Bright/cmunbxo.eot');
  src: url('/fonts/Bright/cmunbxo.eot?#iefix') format('embedded-opentype'), url('/fonts/Bright/cmunbxo.woff') format('woff'), url('/fonts/Bright/cmunbxo.ttf') format('truetype'), url('/fonts/Bright/cmunbxo.svg#cmunbxo') format('svg');
  font-weight: bold;
  font-style: italic;
}
.button,
.button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
.button:active,
.button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
#banner {
  width: 100%;
  height: 4em;
  background-image: url(../images/header.svg);
  background-position: center 5%;
  background-size: cover;
  background-color: #e6e6e6;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #banner {
    height: 6em;
    background-position: center 10%;
  }
}
@media only screen and (min-width: 1030px) {
  #banner {
    height: 10em;
  }
}
#banner h1 {
  text-align: right;
  position: absolute;
  bottom: 0;
  margin: 0;
  right: 0.3em;
  text-decoration: none;
  color: white;
  font-weight: bold;
  word-break: break-word;
  line-height: 1.1em;
  font-size: 2rem;
}
@media only screen and (min-width: 481px) {
  #banner h1 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) {
  #banner h1 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1240px) {
  #banner h1 {
    font-size: 6rem;
  }
}
.header {
  margin-bottom: 1em;
}
.header a:hover {
  text-decoration: none;
}
ul.top-nav {
  padding: 0;
  float: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  height: 0;
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  ul.top-nav {
    height: auto;
    overflow-y: initial;
  }
}
ul.top-nav li.search {
  float: right;
  font-size: 0.8em;
}
nav:hover ul.top-nav,
nav:focus ul.top-nav {
  height: auto;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
nav .hamburger {
  text-align: right;
  display: block;
  padding: 0.5rem;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  nav .hamburger {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
    margin-top: 1em;
  }
}
.nav .menu-item-has-children {
  background: #f5f5ff;
  border: 1px solid #f5f5ff;
}
.nav .menu-item-has-children > a::after {
  content: ' ▾';
}
.nav .menu-item-has-children ul.sub-menu,
.nav .menu-item-has-children ul.children {
  height: 0;
  overflow-y: hidden;
  transition: height 0.5s;
}
.nav .menu-item-has-children ul.sub-menu li a,
.nav .menu-item-has-children ul.children li a {
  padding-left: 30px;
}
.nav .menu-item-has-children:hover ul.sub-menu,
.nav .menu-item-has-children:focus ul.sub-menu,
.nav .menu-item-has-children:hover ul.children,
.nav .menu-item-has-children:focus ul.children {
  height: auto;
}
.nav li > a,
.nav li > form {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
  color: rgba(0, 0, 0, 0.7);
}
.nav li .button {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .nav li {
    float: left;
    position: relative;
  }
  .nav li > a,
  .nav li > form {
    border-bottom: 0;
  }
  .nav li a:hover,
  .nav li a:focus {
    background-color: #dedede;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    position: absolute;
    display: none;
    z-index: 8999;
    background: #fcfcfc;
    padding: 0;
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 15rem;
    border-bottom: 1px solid #ccc;
  }
  .nav li ul.sub-menu li :last-child a,
  .nav li ul.children li :last-child a {
    border-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .nav li.menu-item-has-children:hover {
    border: 1px solid #ccc;
    border-bottom: 0;
  }
  .nav li:hover ul {
    top: auto;
    left: -1;
    display: block;
  }
}
/*********************
12. SIDEBARS & ASIDES
*********************/
/**** aperiodical sidebar widget ****/
.sidebar {
  font-size: 0.8rem;
}
.sidebar .description {
  text-align: left;
}
.sidebar .description .name {
  margin: 0;
  font-size: 17px;
}
.sidebar .aperiodcast-logo,
.sidebar .sidebar .aperiodcast-text {
  float: left;
}
.sidebar .aperiodcast-text {
  text-align: justify;
  max-width: 200px;
}
.sidebar .featured-post {
  clear: both;
  text-align: center;
}
.sidebar .aperiodcast-sidebar:after {
  content: '.';
  display: block;
  visibility: hidden;
  margin-bottom: 1em;
  clear: both;
}
.sidebar .featured-post {
  margin-bottom: 2em;
}
.sidebar .featured-post img {
  margin-bottom: 0.5em;
}
.sidebar .featured-post p {
  margin: auto 0;
}
.sidebar a.rss {
  padding-right: 15px;
  background: no-repeat url(http://aperiodical.com/rss-icon.png) right 6px;
  background-size: 10px 10px;
  background-position: bottom 0;
  display: inline-block;
}
.sidebar ul.pics {
  list-style: none;
}
.sidebar .pic {
  margin-bottom: 1em;
  overflow-x: hidden;
  display: block;
  text-align: center;
}
.sidebar .pic img {
  float: left;
  margin-right: 1em;
}
.sidebar .columns {
  margin-top: 1em;
}
.sidebar p {
  margin: 0;
}
#sidebar-footer {
  display: flex;
  flex-wrap: wrap;
}
#sidebar-footer .widgettitle {
  border-top: 5px solid #ed3c25;
  margin-bottom: 0.2em;
  margin-top: 0;
  font-size: 2rem;
}
#sidebar-footer .widget {
  padding: 0 10px;
  margin: 0 0 2.2em;
  flex-grow: 1;
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  #sidebar-footer .widget {
    flex-basis: 50%;
    padding: 0 1em;
  }
}
@media only screen and (min-width: 1030px) {
  #sidebar-footer .widget {
    flex-basis: 20em;
  }
}
#sidebar-footer .widget ul li {
  margin-bottom: 0.75em;
  /* deep nesting */
}
#sidebar-footer .widget ul li ul {
  margin-top: 0.75em;
  padding-left: 1em;
}
#top-widgets {
  background: #f2f2f2;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.2rem 0;
}
#top-widgets .widgettitle {
  margin: 0.1rem 0 0.3rem 1rem;
  width: 3rem;
  float: left;
}
#sfpw {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  overflow-y: hidden;
  height: 4rem;
}
#sfpw li {
  list-style: none;
  width: 11rem;
  margin: 0 2rem;
  float: left;
  height: 4rem;
}
#sfpw img {
  float: left;
  margin: 0 0.5em 0.5em 0;
  max-width: 4rem;
  max-height: 4rem;
}
#sfpw .excerpt {
  margin: 0.5em 0;
}
#sfpw .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.8em;
}
#sfpw .title a {
  color: #666;
}
#sfpw p,
#sfpw .justify {
  text-align: justify;
}
#sfpw .date {
  color: #888;
  font-style: italic;
  font-size: smaller;
}
.blog .article-header {
  text-align: left;
  margin-bottom: 1rem;
}
.article-header .categories,
.archive-title {
  text-align: right;
  font-size: 36px;
  margin: 0;
}
article,
.archive-title {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.article-header .categories {
  text-align: left;
  font-size: 1.5rem;
  font-family: 'Computer Modern Concrete';
}
.youre-reading {
  font-size: 16px;
  font-family: 'Computer Modern Bright', sans-serif;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.7);
}
.categories a {
  color: #00257b;
}
.blog .entry-title,
.blog .page-title {
  font-size: 2rem;
  font-weight: bold;
}
.entry-title,
.page-title {
  margin-bottom: 0.2em;
  margin-top: 0;
  border-top: 5px solid #00257b;
}
.article-header .entry-title a {
  color: black;
}
.byline {
  margin-top: 0;
  color: #999;
}
.entry-content {
  padding-bottom: 5em;
  max-width: 800px;
}
.entry-content .size-main-post-image {
  max-width: 100%;
}
@media only screen and (min-width: 1030px) {
  .entry-content .size-main-post-image {
    max-width: 800px;
  }
}
.entry-content .MathJax_Display {
  margin-top: 2em;
  margin-bottom: 2em;
}
.entry-content .sidenote {
  color: #444;
  font-size: 0.8rem;
  background: #f7f7f7;
  padding: 0.5em;
  width: 90%;
  margin: 1em auto;
}
@media only screen and (min-width: 768px) {
  .article-header {
    width: 70%;
  }
  .entry-content {
    margin-left: 2em;
    width: 65%;
  }
  .entry-content .sidenote {
    width: 40%;
    float: right;
    clear: right;
    margin-right: -47%;
    margin-top: 0;
  }
}
.sidenote :first-child {
  margin-top: 0;
}
.sidenote .wp-caption {
  background: none;
}
.sidenote .wp-caption p.wp-caption-text {
  font-size: 1em;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
  white-space: pre-wrap;
  font-size: 0.9em;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  border-radius: 3px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
.gallery {
  text-align: center;
}
.gallery-item {
  margin: 0;
  float: left;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.5%;
}
.gallery-columns-7 .gallery-item {
  width: 14%;
}
.gallery-caption {
  text-align: left;
  padding: 0 1em;
}
.embed-youtube,
.embed-vimeo {
  max-width: 600px;
}
@media only screen and (min-width: 768px) {
  .embed-youtube,
  .embed-vimeo {
    max-width: initial;
    width: 130%;
  }
}
code {
  background: #f4f4f4;
}
@media only screen and (min-width: 481px) {
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
    margin-bottom: 1em;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
    margin-bottom: 1em;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
}
.single .article-footer {
  border-top: 5px solid #ffc640;
}
@media only screen and (min-width: 768px) {
  #comments,
  #respond {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
#comment-form-elements {
  padding: 0;
}
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
.commentlist li.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
.commentlist li.comment:last-child {
  margin-bottom: 0;
}
.commentlist li.comment ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.commentlist li.comment[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li.comment:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.comment {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
.commentlist li.comment.pingback {
  margin: 0;
}
.ping-type {
  font-weight: bold;
}
/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: vertical;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */
}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */
}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/*********************
13. FOOTER STYLES
*********************/
.footer {
  clear: both;
}
.about-author:not(:last-child) {
  margin-bottom: 1em;
}
.about-author {
  background-color: #eee;
}
.about-author .avatar {
  float: left;
  margin-right: 1em;
}
.about-author .name {
  margin: 0 0 0.5em;
}
.about-author .links {
  font-size: 16px;
  margin-top: 0.4em;
}
.advent-window {
  width: 210px;
  height: 210px;
  border: 5px solid red;
  padding: 10px;
  margin: 0 auto;
  box-shadow: yellow 0px 0px 20px 5px;
}
.advent-calendar .advent-window {
  float: left;
  margin: 0 30px 30px 0px;
}
.advent-number {
  text-align: center;
}
.advent-number img {
  max-height: 90px;
  width: auto;
  margin: 0 5px;
}
.advent-window.unopened {
  background: red;
  box-shadow: red 0px 0px 3px 2px;
}
.advent-window.unopened .advent-number {
  color: white;
  font-size: 30px;
  text-align: right;
}
.rrssb-buttons {
  margin-top: 1em !important;
}
.snow-text {
  background: black;
  background-size: 500px 500px, 400px 400px, 300px 300px;
  background-image: url('../images/snow1.png'), url('../images/snow2.png'), url('../images/snow3.png');
  display: inline-block;
  text-align: center;
  padding: 1em;
  color: #a5f2f3;
  z-index: 1;
  animation: snow 20s linear infinite;
  box-shadow: 0 0 10px black;
  border-radius: 50%;
  margin: 1em 0;
}
@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 0px 5000px, -800px 1600px, 1200px 600px;
  }
}
@-moz-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -50px 150px;
  }
  100% {
    background-position: 500px 1000px, 200px 400px, 100px 300px;
  }
}
@-webkit-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -50px 150px;
  }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px;
  }
}
@-ms-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -50px 150px;
  }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
