/*
Theme Name: FogCreek ＿φ( °-°)/
Theme URI: http://fogcreek.com
Description: Repo: https://our.fogbugz.com/kiln/Code/Website/Group/blog-theme
Author: Pirijan
Author URI: http://fogcreek.com
Version: one-million
*/
html {
  font-size: 62.5%;
  margin-left: 15px;
  margin-right: 15px;
}
body {
  font-family: "Proxima Nova", Proxima-Nova, proxima nova, sans-serif;
  background-color: #f9f9f9;
  max-width: 886px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.6rem;
  color: #222;
}
a {
  color: #006592;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
input {
  font-family: "Adelle", Serif;
  border-radius: 3px;
  border: 1px solid #c3c3c3;
  padding: 0.8rem 1rem;
  width: 165px;
  font-size: 1.4rem;
  box-sizing: border-box;
  transition: all 0.25s;
}
input:focus {
  outline: none;
  border: 1px #999 solid;
  width: 100%;
}
header {
  padding-top: 1.5rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  overflow: auto;
  margin-bottom: 6rem;
}
.site-headline {
  float: left;
}
.logo {
  padding-right: 0.6rem;
}
.logo:hover {
  text-decoration: none;
}
.logo img {
  transition: all 0.2s ease-out;
}
.logo img:hover {
  -webkit-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.blog-name {
  font-size: 2.5rem;
  font-weight: bold;
  text-decoration: none;
  vertical-align: 30%;
}
nav {
  margin-top: 1rem;
}
nav a {
  text-decoration: underline;
}
nav a:hover {
  text-decoration: none;
}
nav .active-category {
  text-decoration: none;
  font-weight: bold;
  color: #222;
}
nav .active {
  color: #222;
  font-weight: bolder;
  text-decoration: none;
  cursor: default;
}
.search {
  float: right;
  min-width: 215px;
  overflow: auto;
}
@media (max-width: 720px) {
  .search {
    display: none;
  }
}
main {
  width: 62%;
}
@media (max-width: 720px) {
  main {
    max-width: initial;
    width: auto;
  }
}
article {
  border-bottom: 1px #d9d9d9 solid;
  padding-bottom: 3.5rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #5a5a58;
}
article h1 {
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin-top: 1.5rem;
}
article h2 {
  font-size: 2rem;
}
article img {
  max-width: 100%;
  border-radius: 3px;
  height: auto;
}
article .read-more {
  color: #a7a7a7;
}
article .excerpt {
  color: #757573;
  font-family: "Adelle", Serif;
  padding-bottom: 1rem;
}
article .excerpt img {
  display: none;
}
.search-results {
  float: none;
  width: 100%;
}
.search-results article {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-bottom: 1rem;
}
@media (max-width: 550px) {
  .search-results article {
    width: 100%;
  }
}
.search-results h1 {
  margin-bottom: 1rem;
  margin-top: 0.2rem;
}
.search-results img {
  display: none;
}
.search-results .attachment-post-thumbnail {
  display: block;
  margin-bottom: 1.5rem;
}
.search-results .post-meta {
  font-size: 1.4rem;
  color: #757573;
  margin-top: 0;
}
aside {
  box-sizing: border-box;
  max-width: 215px;
  width: 30%;
  float: right;
  overflow: auto;
  margin-left: 50px;
}
@media (max-width: 720px) {
  aside {
    display: none;
  }
}
aside .bug {
  display: block;
  margin-left: 80%;
  margin-bottom: -2px;
}
.aside-box {
  border-radius: 3px;
  margin-bottom: 3rem;
  padding-top: 16px;
  padding-left: 20px;
  padding-bottom: 20px;
  line-height: 1.8rem;
}
.aside-box a {
  color: #222;
}
.aside-box a:hover {
  text-decoration: none;
}
.aside-box h1 {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.aside-box p {
  margin-top: 0;
}
.aside-box .product-description {
  margin-right: 2rem;
}
.aside-box .product-link {
  margin-top: 1rem;
  color: #006592;
  border-bottom: 1px solid #006592;
  padding-bottom: 0.4rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  cursor: pointer;
}
.aside-box .product-link:hover {
  border-bottom: 1px transparent solid;
}
.fogbugz-box {
  background-color: #daecfb;
}
.kiln-box {
  background-color: #c9f3f0;
}
.newsletter-box {
  background-color: #efefef;
  max-width: 360px;
  position: relative;
  padding-top: 2rem;
}
.newsletter-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  right: 1px;
  height: 3px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-image: repeating-linear-gradient(-45deg, #a7b5bf, #a7b5bf 12px, #fefefe 12px, #fefefe 24px, #ad9b98 24px, #ad9b98 36px, #fefefe 36px, #fefefe 48px);
}
.newsletter-box h1 {
  margin-top: 0;
  font-size: 1.4rem;
}
.newsletter-box input {
  font-size: 1.4rem;
  font-family: "Proxima Nova", Sans-serif;
  width: 90%;
  border-radius: 3px;
  background-image: url("img/email.svg");
  background-repeat: no-repeat;
  background-position: 10px;
  padding-left: 35px;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.newsletter-box .fail {
  border: 1px solid #ff2f2f;
  background-color: #ffdbdb;
}
.newsletter-box button {
  display: none;
}
.rss {
  margin-left: 1.5rem;
}
.aside-box img,
.social img {
  transition: all 0.1s;
}
.aside-box img:hover,
.social img:hover {
  opacity: 0.9;
}
.social a:hover {
  text-decoration: none;
}
.single-post-meta,
.single-post-meta-small {
  color: #757573;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.single-post-meta .post-time::first-letter,
.single-post-meta-small .post-time::first-letter {
  text-transform: capitalize;
}
.single-post-meta .post-author,
.single-post-meta-small .post-author {
  margin-bottom: 0;
}
.single-post-meta .post-categories,
.single-post-meta-small .post-categories {
  margin-bottom: 2rem;
}
.single-post-meta .post-categories i,
.single-post-meta-small .post-categories i {
  display: block;
}
.single-post-meta .category-label,
.single-post-meta-small .category-label {
  background-color: #efefef;
  border-radius: 3px;
  padding: 4px 6px;
  margin-right: 4px;
  margin-top: 0.4rem;
  display: inline-block;
}
.single-post-meta .category-label:hover,
.single-post-meta-small .category-label:hover {
  text-decoration: none;
  background-color: #fff;
}
.jiggle {
  -webkit-animation: jiggle-prices 0.35s 1 ease-out forwards;
          animation: jiggle-prices 0.35s 1 ease-out forwards;
}
@-webkit-keyframes jiggle-prices {
  0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  33% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  66% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
@keyframes jiggle-prices {
  0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  33% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  66% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
.paginator-wrap {
  text-align: center;
  margin-top: 10rem;
}
.paginator-wrap .paginator {
  font-size: 18px;
  border: 1px #b3b3b3 solid;
  box-shadow: 0 1px 0 #d9d9d9, inset 0 1px 0 rgba(255,255,255,0.4);
  font-weight: bold;
  cursor: pointer;
  border-radius: 6px;
  padding: 6px 14px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.1s;
}
.paginator-wrap .prev {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: -2px;
}
.paginator-wrap .next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -6px;
}
.paginator-wrap .prev:hover,
.paginator-wrap .next:hover {
  background-color: #e0e9f1;
  text-decoration: none;
}
.paginator-wrap .prev:active,
.paginator-wrap .next:active {
  box-shadow: none;
  background-color: #bbd0e2;
}
.paginator-wrap .firstpage {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.paginator-wrap .lastpage {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
footer {
  margin-top: 3rem;
  padding-top: 3rem;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  clear: both;
}
footer .read-the-best-of {
  margin-bottom: 3rem;
}
footer .read-the-best-of img {
  display: inline-block;
}
footer .read-the-best-of p {
  color: #407c5d;
  width: 170px;
  display: inline-block;
  vertical-align: bottom;
}
footer .read-the-best-of p:hover {
  text-decoration: underline;
}
footer .categories {
  color: #d9d9d9;
  border-bottom: 1px #d9d9d9 solid;
  padding-bottom: 5rem;
}
footer .copyright {
  margin-top: 3rem;
}
footer .copyright a {
  color: #999;
}
footer .copyright p {
  font-size: 1.2rem;
  margin-top: 0.6rem;
}
footer .search {
  float: none;
  min-width: 215px;
  overflow: auto;
  display: none;
}
footer .search input:focus {
  width: 260px;
}
@media (max-width: 720px) {
  footer .search {
    display: block;
  }
}
footer .product-asides,
footer .social-asides {
  display: none;
  margin-top: 3rem;
}
@media (max-width: 720px) {
  footer .product-asides,
  footer .social-asides {
    display: block;
  }
}
footer .social .social-asides {
  display: block;
}
footer .product-asides img {
  margin-top: 10px;
}
footer .aside-box {
  text-align: left;
}
footer .aside-box img {
  float: left;
  max-height: 100px;
}
footer .aside-box .product-text {
  overflow: auto;
  padding-left: 2rem;
}
footer .fogbugz-box {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  margin-top: 3rem;
}
footer .kiln-box {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
footer .newsletter-box {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  text-align: center;
}
footer .newsletter-box h1 {
  font-weight: normal;
  margin-top: 0.5rem;
}
footer .newsletter-box .submit-link {
  display: none;
}
footer .newsletter-box form {
  margin-left: -20px;
}
footer .newsletter-box input {
  display: inline-block;
  width: 65%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
footer .newsletter-box button {
  display: inline-block;
  background-color: #4b86b5;
  color: #fff;
  border: 0;
  padding: 10px;
  padding-top: 9px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
  margin-left: -5px;
}
.archives {
  width: initial;
  min-width: initial;
}
@media (max-width: 940px) {
  .archives {
    margin-left: 24px;
  }
}
.archives h2 {
  margin-bottom: 5rem;
}
.archives h3 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px #d9d9d9 solid;
}
.archives .best-of {
  float: left;
  margin-left: -25px;
  margin-top: -5px;
}
.single-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  min-width: initial;
}
@media (max-width: 550px) {
  .single-container {
    width: 100%;
  }
}
.single-container .post-title {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
@media (max-width: 830px) {
  .single-container .post-title {
    margin-bottom: 1rem;
  }
}
@media (max-width: 550px) {
  .single-container .post-title {
    width: 100%;
  }
}
.single {
  border-bottom: none;
  padding-bottom: 5rem;
}
.single .wistia_embed {
  margin-bottom: 35px;
  max-width: 100%;
}
.single .little {
  margin-bottom: 25px;
  clear: left;
}
.single .post {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Adelle", Serif;
  line-height: 2.8rem;
}
@media (max-width: 550px) {
  .single .post {
    width: 100%;
  }
}
@media (max-width: 915px) {
  .single aside {
    width: 165px;
    margin-left: 40px;
  }
}
@media (max-width: 830px) {
  .single aside {
    display: none;
  }
}
.single .post-time {
  margin-top: 0;
}
@media (max-width: 915px) {
  .single .product-asides {
    display: none;
  }
}
.single h2,
.single h3,
.single h4,
.single h5,
.single b,
.single strong {
  color: #333;
}
.single h2,
.single h3 {
  margin-top: 25px;
}
.single pre {
  overflow: scroll;
  border-radius: 3px;
  font-family: Menlo, Consolas, Monaco, "Lucida Console", monospace;
  padding: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.single code {
  padding: 5px;
  white-space: nowrap;
}
.single pre,
.single code {
  background-color: #eeeef2;
  border: 1px #d7d9e9 solid;
  border-radius: 3px;
}
.single blockquote {
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
  margin-right: 0;
  color: #a52a2a;
}
.single img {
  border-radius: 3px;
}
.single .alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
  margin-top: 0.6rem;
}
.single .alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
  margin-top: 0.6rem;
}
a.post-edit-link {
  margin-bottom: 4rem;
  background-color: #daecfb;
  margin-left: auto;
  margin-right: auto;
  display: table;
  font-weight: bold;
  padding: 8px 10px;
  border-radius: 3px;
}
a.post-edit-link:hover {
  text-decoration: none;
}
.single-post-meta-small {
  display: none;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: #757573;
  margin-bottom: 3.5rem;
}
@media (max-width: 830px) {
  .single-post-meta-small {
    display: block;
  }
}
@media (max-width: 550px) {
  .single-post-meta-small {
    width: 100%;
  }
}
hr {
  border: 0;
  height: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: none;
  margin-top: 3rem;
  margin-bottom: 3rem;
  clear: left;
}
.related-posts {
  margin-top: 3rem;
  border-top: 1px #b3b3b3 solid;
  text-align: center;
  clear: both;
}
.related-posts h3 {
  margin-top: 6rem;
  margin-bottom: 3rem;
  font-size: 2rem;
}
.related-posts-list {
  padding: 0;
}
.related-posts-list li {
  display: block;
  list-style-type: none;
  padding-bottom: 2.5rem;
}
.post .little {
  position: relative;
  top: -20px;
}
