/*!
	Theme Name: cryptophasigram
	Author: Nate
	Theme URI: projects.natelaffan.com/cryptophasigram
	Description: Daily Diptych
	Author URI: http://www.natelaffan.com/
	Version: 1
*/
/*! ----------  RESET  ---------- */
/*  The CSS reset helps to iron out browser discrepancies. */
/*! http://meyerweb.com/eric/tools/css/reset/ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.u-clearboth {
  clear: both;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
body,
button {
  font-family: "Lato", sans-serif;
  background: #1a1a1a;
}
li {
  list-style: none;
}
strong {
  font-weight: bold;
}
i {
  font-style: italic;
}
button {
  background: none;
  border: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}
header {
  width: 100%;
  color: white;
  font-weight: 100;
  text-align: center;
  letter-spacing: 5px;
  position: absolute;
  top: 0;
  display: block;
  cursor: pointer;
}
header:hover {
  opacity: .5;
}
header span:nth-child(1) {
  opacity: 0.2;
}
header span:nth-child(2) {
  opacity: 0.5;
}
header span:nth-child(3) {
  opacity: 0.3;
}
header span:nth-child(4) {
  opacity: 0.5;
}
header span:nth-child(5) {
  opacity: 0.6;
}
header span:nth-child(6) {
  opacity: 0.4;
}
header span:nth-child(7) {
  opacity: 0.3;
}
header span:nth-child(8) {
  opacity: 0.6;
}
header span:nth-child(9) {
  opacity: 0.2;
}
header span:nth-child(10) {
  opacity: 0.7;
}
header span:nth-child(11) {
  opacity: 0.5;
}
header span:nth-child(12) {
  opacity: 0.3;
}
header span:nth-child(13) {
  opacity: 0.6;
}
header span:nth-child(14) {
  opacity: 0.2;
}
header span:nth-child(15) {
  opacity: 0.5;
}
.Post .Caption {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity .3s, transform .3s;
  transform-origin: 50% 100%;
  transform: perspective(600px) rotateX(90deg);
}
.Post .Caption span {
  color: #ccc;
  opacity: .5;
}
.Post .Caption p {
  padding: 0 10px;
  display: block;
}
.Post .Caption a {
  text-decoration: none;
  color: #ccc;
}
.Post .Caption a:hover {
  color: #000;
}
.Post .Caption,
.Post .Location {
  color: white;
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
  line-height: 18px;
}
.Slide:hover .Caption {
  opacity: 1;
  transform: perspective(600px) rotateX(0deg);
}
.Post {
  display: block;
  margin-top: 30px;
}
.Post .entry {
  clear: both;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
}
.Post .entry .loadbox {
  position: absolute;
  z-index: 100;
  margin: 0 auto;
  background: #d2d2d2;
  padding: 10px 20px;
  width: 200px;
}
.Post .entry .Slides {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
}
.Post .entry .Slides .Slide {
  float: left;
  width: 48%;
  margin-left: .5%;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 300;
}
.Post .entry .Slides .Slide.is-Loading {
  background: url("images/spinner.gif") center center no-repeat;
  opacity: .5;
}
.Post .entry .Slides .Slide img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  opacity: 0;
}
.Post .entry img {
  height: auto;
  width: auto;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.Post .entry .description {
  padding-top: 45px;
  width: 100%;
  text-align: center;
  display: block;
}
.Post .entry .description h3 {
  clear: both;
  font-size: 30px;
  font-weight: 300;
  color: gray;
}
.Post .entry .description h5 {
  font-size: 15px;
  font-weight: 300;
  color: gray;
  padding-top: 10px;
}
.Nav {
  width: 200px;
  margin: 0 auto;
  z-index: 100;
  position: relative;
}
.Nav .prev-link,
.Nav .next-link {
  margin-top: 5px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  display: block;
  background-size: contain !important;
  text-indent: -9999px;
  opacity: .3;
  border: none;
}
.Nav .prev-link:hover,
.Nav .next-link:hover {
  opacity: 1;
}
.Nav .prev-link:focus,
.Nav .next-link:focus {
  outline: none;
}
.Nav .prev-link {
  float: left;
  background: url(images/arrow-back-white.png);
}
.Nav .next-link {
  float: right;
  background: url(images/arrow-fwd-white.png);
}
.Nav .nav-center {
  width: 150px;
  margin: 0 auto;
}
.Nav .date-day {
  font-size: 20px;
  display: block;
  font-weight: lighter;
  color: #eee;
}
.Nav .nav-archive {
  text-decoration: none;
  font-size: 12px;
  font-weight: lighter;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dotted rgba(255, 255, 255, 0.3);
  display: inline-block;
  color: rgba(255, 255, 255, 0.3);
}
.Nav .nav-archive:hover {
  color: #ffffff;
}
.Archive {
  margin: 0 auto;
  width: 90%;
  max-width: 1050px;
  padding-top: 200px;
}
.Archive h1 {
  font-weight: lighter;
  padding: 50px 0;
  font-size: 50px;
  color: white;
}
.Archive .Archive-Month-Title {
  font-weight: lighter;
  border-top: 1px dotted white;
  padding: 30px 0;
  font-size: 30px;
  opacity: .5;
  cursor: pointer;
}
.Archive .Archive-Month-Title:hover {
  border-top: 1px solid white;
  opacity: 1;
}
.Archive .Archive-month {
  font-size: 25px;
  width: 100%;
  border-bottom: 1px solid #bababa;
  font-weight: lighter;
  padding: 20px 0;
  margin-bottom: 20px;
  clear: both;
}
.Archive h3 {
  color: #eee;
}
.Archive h2 {
  width: 100%;
  text-align: center;
  font-weight: lighter;
  font-size: 30px;
  padding: 50px 0;
  color: #eee;
}
.Archive ul {
  display: none;
}
.Archive ul li {
  list-style: none;
  display: block;
  float: left;
  margin: 8px;
}
.Archive ul li button {
  padding: 10px;
  display: block;
  border: 1px dotted rgba(255, 255, 255, 0.1);
}
.Archive ul li button:hover {
  border: 1px dotted #ffffff;
}
.Archive ul li button:hover .archive-day {
  display: block;
}
.Archive ul li .archive-day {
  position: absolute;
  background: #FFF;
  padding: 15px;
  font-size: 20px;
  text-align: center;
  display: block;
  font-weight: lighter;
  margin: 50px 0 0 123px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.45);
  display: none;
  min-width: 50px;
}
.Archive ul li .archive-inner {
  overflow: hidden;
  display: block;
}
.Archive ul li img {
  float: left;
  width: 150px;
  height: auto;
  margin-right: 0px;
}
.Archive .is-selectedMonth {
  display: block;
}
.Intro,
.Intro-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
}
.Intro {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Intro-bg {
  z-index: 900;
  background: rgba(26, 26, 26, 0.9);
}
.Intro-Content {
  width: 600px;
  background: white;
  position: relative;
  z-index: 900;
  padding: 30px;
}
.Intro-Content-Inner {
  padding: 50px;
  border: 4px double #eeeeee;
  text-align: center;
}
.Intro-Logo {
  background: url('images/crypto-logo.svg');
  display: block;
  width: 180px;
  height: 131px;
  margin: 0 auto;
}
.Intro-Title {
  margin: 30px 0;
}
.Intro-Title span:nth-child(1) {
  opacity: 0.2;
}
.Intro-Title span:nth-child(2) {
  opacity: 0.5;
}
.Intro-Title span:nth-child(3) {
  opacity: 0.3;
}
.Intro-Title span:nth-child(4) {
  opacity: 0.5;
}
.Intro-Title span:nth-child(5) {
  opacity: 0.6;
}
.Intro-Title span:nth-child(6) {
  opacity: 0.4;
}
.Intro-Title span:nth-child(7) {
  opacity: 0.3;
}
.Intro-Title span:nth-child(8) {
  opacity: 0.6;
}
.Intro-Title span:nth-child(9) {
  opacity: 0.2;
}
.Intro-Title span:nth-child(10) {
  opacity: 0.7;
}
.Intro-Title span:nth-child(11) {
  opacity: 0.5;
}
.Intro-Title span:nth-child(12) {
  opacity: 0.3;
}
.Intro-Title span:nth-child(13) {
  opacity: 0.6;
}
.Intro-Title span:nth-child(14) {
  opacity: 0.2;
}
.Intro-Title span:nth-child(15) {
  opacity: 0.5;
}
.Intro-Text {
  font-size: 17px;
  line-height: 25px;
}
.Intro button {
  border: 1px solid #eeeeee;
  padding: 10px 30px;
  margin-top: 30px;
  letter-spacing: 1px;
}
.Intro button:hover {
  border: 1px solid black;
  padding: 10px 30px;
  margin-top: 30px;
}
