/*

- - - - - - - - - - - - - - - - - - -

SIMPLIST Tumblr Theme CSS by Precrafted

- - - - - - - - - - - - - - - - - - -

*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong,
b,
mark {
  font-weight: 700;
  font-style: inherit;
}
em,
i,
cite,
q,
address,
dfn,
var {
  font-style: italic;
  font-weight: inherit;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
ins {
  border-bottom: 1px solid;
}
a,
u,
ins {
  text-decoration: none;
}
del,
s {
  text-decoration: line-through;
}
pre,
code,
samp,
kbd {
  font-family: monospace;
}
small {
  font-size: 0.75em;
}
img {
  border: 0;
  font-style: italic;
}
input,
select,
option,
optgroup,
textarea {
  font: inherit;
}
* {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  text-rendering: optimizeLegibility;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  height: auto;
}
object,
embed {
  max-width: 100%;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  background: #ecf0f1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #34495e;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 300;
  text-transform: uppercase;
  color: #2c3e50;
  letter-spacing: 1px;
  line-height: 1;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
  line-height: 28px;
}
h3 {
  font-size: 17px;
  font-weight: 300;
}
a {
  text-decoration: none;
  color: #ee9285;
  -webkit-transition: all 0.14s ease-in-out;
  -moz-transition: all 0.14s ease-in-out;
  -o-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
}
a:hover {
  color: #444;
}
p {
  margin-top: 18px;
}
header {
  position: relative;
  width: 100%;
  clear: both;
  padding: 40px 20px;
  text-align: center;
}
header .logo {
  display: inline-block;
}
header .avatar {
  display: inline-block;
}
header .avatar img {
  overflow: hidden;
  display: inline-block;
  max-width: 128px;
}
header .avatar.circle img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
header h1 {
  margin-top: 30px;
  letter-spacing: 4px;
}
header .description {
  margin-top: 32px;
  padding: 0 10%;
}
header nav {
  margin-top: 18px;
}
header nav ul {
  position: relative;
  list-style: none;
}
header nav ul li {
  display: inline-block;
  margin: 14px 6px 0;
}
header nav ul li a {
  display: block;
  padding: 6px 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
#infscr-loading,
.page-loading {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 40px;
  height: 40px;
  z-index: 100;
  background: #ffffff;
  text-align: center;
  color: #ee9285;
  padding-top: 9px;
  font-weight: 600;
}
#infscr-loading img,
.page-loading img {
  position: absolute;
  top: 4px;
  left: 4px;
}
footer {
  position: relative;
  clear: both;
  width: 100%;
  margin-top: 60px;
  text-align: center;
}
footer.individual-footer {
  margin-top: 0;
}
footer .footer-border {
  position: relative;
  clear: both;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 2;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 50px 0 30px;
  text-transform: uppercase;
}
footer .footer-border span {
  display: block;
}
footer .pagination {
  display: none;
}
footer .load-more,
footer .scroll-top {
  display: inline-block;
  cursor: pointer;
  padding: 24px 28px;
  text-align: center;
  background: #ffffff;
  color: #ee9285;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .load-more:hover,
footer .scroll-top:hover {
  background: #ee9285;
  color: #ffffff;
}
footer .load-more.off,
footer .scroll-top.off {
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  border: 0;
}
footer .scroll-top {
  padding: 24px;
  margin-left: 20px;
}
footer .credit {
  font-size: 11px;
  letter-spacing: 0;
  margin-top: 4px;
}
section {
  position: relative;
  clear: both;
  width: 100%;
  height: 100%;
  padding: 0 20px 30px;
}
article {
  position: relative;
  width: 100%;
  padding: 30px 30px 20px;
  background: #ffffff;
  margin-top: 20px;
}
article .article-content {
  position: relative;
}
article .article-content .icons {
  margin-top: 20px;
}
article .article-content .icons a {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  -webkit-transition: all 0.14s ease-in-out;
  -moz-transition: all 0.14s ease-in-out;
  -o-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
  opacity: 0.5;
}
article .article-content .icons a:hover {
  opacity: 1;
}
article .article-content .icons a.heart.unliked svg {
  fill: #34495e;
}
article .article-content .icons a.heart.liked svg {
  fill: #ee9285;
}
article .article-content .icons a.reblog svg {
  margin-bottom: -1px;
}
article .article-content img {
  width: 100%;
  height: auto;
}
article.type_video .video-container {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  position: relative;
  overflow: hidden;
}
article.type_video .video-container embed,
article.type_video .video-container iframe,
article.type_video .video-container object,
article.type_video .video-container video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  position: absolute;
}
article.type_video.widescreen .video-container {
  padding-bottom: 57.25%;
}
article.type_video.vimeo .video-container {
  padding-top: 0;
}
article.type_quote .quote {
  font-weight: 300;
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1px;
  color: #2c3e50;
}
article.type_quote .quote-author {
  margin-top: 20px;
}
article.type_link .the-link {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
article.type_chat .line {
  border-top: 2px solid #ecf0f1;
  padding: 12px 0;
}
article.type_chat .line:first-of-type {
  margin-top: 28px;
}
article.type_answer .answer-person {
  font-weight: 600;
  margin-top: 28px;
  border-top: 2px solid #ecf0f1;
  padding-top: 28px;
}
article.type_answer .answer-person:first-child {
  margin-top: 0;
  border: 0;
  padding: 0;
}
article.type_answer .answer-text p:first-child {
  margin-top: 8px;
}
article.type_audio img {
  margin-bottom: 20px;
}
article.type_audio embed {
  height: default;
}
article a {
  font-weight: 600;
}
article .caption {
  margin-top: 40px;
}
article .read_more {
  text-transform: uppercase;
  font-size: 11px;
}
article ol,
article ul {
  margin: 10px 0 0 20px;
}
article blockquote {
  padding: 5px 0 5px 12px;
  margin-top: 18px;
  border-left: 2px solid #ecf0f1;
}
article blockquote p {
  margin-top: 0 !important;
}
article blockquote img {
  width: auto;
}
article .tagged {
  clear: both;
  width: 100%;
  font-size: 11px;
  font-weight: 600;
}
article .post-meta {
  clear: both;
  margin-top: 40px;
  font-size: 11px;
}
article .dsq-comment-count {
  display: block;
  margin-top: 6px;
  font-size: 12px;
}
article .disqus {
  clear: both;
  width: 100%;
  margin-top: 40px;
}
article .disqus img {
  width: auto;
}
article .post-notes {
  clear: both;
  width: 100%;
  margin-top: 40px;
}
article .post-notes ol {
  list-style: none;
  margin: 0;
  clear: both;
}
article .post-notes li {
  display: block;
  padding: 7px 0;
  font-size: 11px;
  line-height: 15px;
}
article .post-notes img {
  float: left;
  margin-right: 10px;
  width: 18px;
}
article .post-notes blockquote {
  margin: 10px 0 10px 30px;
}
.clearit:before,
.clearit:after {
  content: "";
  display: table;
}
.clearit:after {
  clear: both;
}
.clearit {
  *zoom: 1;
}
/* Photoset */
.photo-slideshow .row {
  clear: both;
  width: 100%;
}
.photo-slideshow .pxu-photo {
  display: block;
  float: left;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
}
.photo-slideshow .pxu-photo img {
  width: 100%;
  height: auto;
}
.photo-slideshow .pxu-photo:first-child img {
  margin-left: 0;
}
.photo-slideshow .count-1 {
  width: 100%;
}
.photo-slideshow .count-2 {
  width: 50%;
}
.photo-slideshow .count-3 {
  width: 33.3%;
}
.photo-slideshow .count-3:first-child {
  width: 33.4%;
}
.photo-slideshow .count-4 {
  width: 25%;
}
.photo-slideshow .count-5 {
  width: 20%;
}
.photo-slideshow .info {
  display: none;
}
/* Icons for EXIF Data and Zoom */
.photo-data {
  position: relative;
  float: left;
}
/* EXIF & CAPTION Data Tooltip */
.pxu-data {
  position: absolute;
  top: 30px;
  left: -110px;
  width: 240px;
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  text-indent: 0;
  padding: 20px;
  display: none;
  opacity: 0;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.55);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pxu-caption {
  margin-top: 0;
  word-wrap: break-word;
}
.pxu-caption:before {
  content: url('http://static.tumblr.com/hugxd2w/SSBm6wxmm/caption-icon.png');
  opacity: 0.5;
  float: left;
  margin-right: 5px;
}
.pxu-data.caption-only .pxu-caption {
  margin-bottom: 0;
}
.pxu-data table {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  width: 100%;
}
.pxu-data table tr {
  width: 100%;
}
.pxu-data table tr td {
  width: 50%;
  font-weight: bold;
  padding-bottom: 15px;
}
.pxu-data table tr:last-child td {
  padding-bottom: 0;
}
.pxu-data .label {
  color: #cccccc;
  text-transform: uppercase;
  font-size: 10px;
  text-align: right;
  padding-right: 12px;
  font-weight: normal;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.85);
  position: absolute;
  top: -10px;
  left: 110px;
}
@media screen and (min-width: 480px) {
  article {
    padding: 50px 50px 40px;
  }
}
@media screen and (min-width: 768px) {
  body {
    border: 10px solid #ededed;
    font-size: 17px;
    line-height: 25px;
  }
  #tumblr_controls {
    top: 22px !important;
    right: 20px !important;
  }
  footer .footer-border {
    padding: 80px 0;
  }
  footer .footer-border span {
    display: inline-block;
    margin: 0 10px;
  }
  header {
    position: relative;
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 70px 30px 20px;
  }
  header .description {
    margin-top: 66px;
    padding: 0 20%;
  }
  header nav {
    margin-top: 46px;
  }
  header nav ul li {
    margin: 20px 8px 0;
  }
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
  section {
    padding: 0 30px;
  }
  article {
    position: relative;
    width: 80%;
    max-width: 1080px;
    margin: 80px auto 0;
    padding: 80px 80px 70px;
  }
  article .article-content .icons {
    margin-top: 40px;
  }
  article.type_quote .quote {
    font-size: 38px;
    line-height: 52px;
  }
  article.type_quote .quote-author {
    margin-top: 34px;
  }
}
@media screen and (min-width: 1024px) {
  
}
@media screen and (min-width: 1420px) {
  
}
