/*
Theme Name: Photostory
Author: Trevor Wilson
Author URI: http://trevorwilsonphoto.com
Version: 0.1
*/
/* Main styles */
/* line 3, sass/_main.scss */
body {
  color: #333;
  font-family: 'Linden Hill', serif;
  text-transform: uppercase;
}

/* line 9, sass/_main.scss */
a {
  color: #111;
  text-decoration: none;
}
/* line 12, sass/_main.scss */
a:hover {
  color: #444;
}

/* line 17, sass/_main.scss */
ul, li {
  list-style-type: none;
  margin: 0;
}

/* line 22, sass/_main.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 27, sass/_main.scss */
h1, h2, h3, h4, h5 {
  font-weight: normal;
}

/* line 32, sass/_main.scss */
article {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  padding: 10px;
}
/* line 38, sass/_main.scss */
article h1.entry-title {
  font-size: 2.3em;
}
/* line 45, sass/_main.scss */
article.text a {
  text-decoration: underline;
}

/* line 51, sass/_main.scss */
footer {
  text-align: center;
  font-size: 0.8em;
  margin-top: 50px;
}

/* Mobile */
@media only screen and (min-width: 320px) and (max-width: 480px), only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* line 62, sass/_main.scss */
  html {
    margin-top: 2.5em;
  }

  /* line 71, sass/_main.scss */
  #river .album-post {
    margin: 0px 0px 10px;
  }

  /* line 77, sass/_main.scss */
  footer {
    margin-top: 50px;
  }

  /* line 81, sass/_main.scss */
  article.text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Header */
/* line 3, sass/_header.scss */
header {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  background: #fff;
  padding: 0;
  text-align: center;
}
/* line 12, sass/_header.scss */
header h1#site-title, header div#site-title {
  font-size: 2em;
  margin: 0.8em 0;
}
/* line 16, sass/_header.scss */
header h1#site-title .subtitle, header div#site-title .subtitle {
  font-size: 1em;
}
/* line 21, sass/_header.scss */
header #wrap {
  max-width: 1200px;
  margin: 0px auto;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 0px 10px;
}
/* line 30, sass/_header.scss */
header #nav_button {
  display: none;
}
/* line 34, sass/_header.scss */
header #site-social {
  position: absolute;
  right: 10px;
  top: 30px;
  font-family: 'Socialglyphs-Regular', sans-serif;
  text-transform: none;
  font-size: 1.5em;
}
/* line 42, sass/_header.scss */
header #site-social li {
  display: inline-block;
  width: 1.2em;
  vertical-align: top;
}
/* line 47, sass/_header.scss */
header #site-social li.email {
  padding-top: 2px;
}
/* line 54, sass/_header.scss */
header #subtitle {
  position: absolute;
  display: inline-block;
  right: 5px;
  top: 3px;
}

/* Nav */
/* line 67, sass/_header.scss */
nav ul {
  padding: 0px;
}
/* line 70, sass/_header.scss */
nav ul li {
  display: inline-block;
  margin-right: 10px;
}
/* line 74, sass/_header.scss */
nav ul li a {
  display: inline-block;
}

/* line 82, sass/_header.scss */
header #wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 650px), only screen and (max-device-width: 650px) {
  /* line 90, sass/_header.scss */
  header #subtitle {
    display: none;
  }
}
/* Mobile */
@media only screen and (min-width: 320px) and (max-width: 480px), only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* line 100, sass/_header.scss */
  header {
    position: fixed;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    -webkit-box-shadow: 0px 1px 2px #cccccc;
    -moz-box-shadow: 0px 1px 2px #cccccc;
    box-shadow: 0px 1px 2px #cccccc;
  }
  /* line 109, sass/_header.scss */
  header #top-row {
    background: #fff;
    padding: 0;
  }
  /* line 113, sass/_header.scss */
  header #top-row #site-title {
    font-size: 1.5em;
    margin: 0.4em 0 0 0;
  }
  /* line 119, sass/_header.scss */
  header #nav_button {
    display: inline-block;
    position: absolute;
    right: 7px;
    top: 5px;
    color: #222;
    font-size: 1.5em;
    line-height: 1em;
    cursor: pointer;
  }
  /* line 131, sass/_header.scss */
  header #site-social {
    display: none;
  }
  /* line 135, sass/_header.scss */
  header #subtitle {
    display: none;
  }

  /* line 141, sass/_header.scss */
  nav {
    background: #fff;
    width: 100%;
    max-height: 0;
    height: auto;
    -webkit-transition: 300ms opacity;
    -moz-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    overflow: hidden;
  }
  /* line 150, sass/_header.scss */
  nav.visible {
    max-height: 265px;
  }
  /* line 154, sass/_header.scss */
  nav ul {
    width: 100%;
    border-top: 1px solid #ddd;
    margin: 0;
  }
  /* line 159, sass/_header.scss */
  nav ul li {
    border-bottom: 1px solid #ddd;
    display: block;
    margin: 0;
  }
  /* line 164, sass/_header.scss */
  nav ul li a {
    padding: 10px 0px;
    display: block;
    /* font-weight: bold; */
    text-align: center;
  }
}
/* Homepage */
/* line 4, sass/_home.scss */
#river {
  text-transform: uppercase;
}
/* line 7, sass/_home.scss */
#river .album-post {
  display: inline-block;
}
/* line 10, sass/_home.scss */
#river .album-post h3 {
  margin: 0.25em;
}

/* Desktop only */
@media only screen and (min-width: 480px), only screen and (min-device-width: 480px) {
  /* line 21, sass/_home.scss */
  body.home {
    margin-top: 110px;
  }
  /* line 24, sass/_home.scss */
  body.home .more-albums-link {
    display: none;
  }
  /* line 28, sass/_home.scss */
  body.home header {
    max-width: none;
    margin: 0;
    top: 0;
    position: fixed;
    border-bottom: none;
  }
  /* line 36, sass/_home.scss */
  body.home #river {
    white-space: nowrap;
  }
  /* line 39, sass/_home.scss */
  body.home #river .album-post {
    margin: 0px 10px;
    display: inline-block;
    vertical-align: top;
  }
  /* line 45, sass/_home.scss */
  body.home #river a {
    display: inline-block;
  }
  /* line 51, sass/_home.scss */
  body.home footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fff;
  }
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  /* line 64, sass/_home.scss */
  body.home {
    margin-top: 0;
  }
  /* line 67, sass/_home.scss */
  body.home .more-albums-link {
    margin: 35px 0px 75px;
    text-align: center;
    font-size: 1.5em;
    display: block;
  }
  /* line 74, sass/_home.scss */
  body.home #river {
    white-space: wrap;
  }
  /* line 77, sass/_home.scss */
  body.home #river a {
    display: inline;
  }
  /* line 81, sass/_home.scss */
  body.home #river .album-post {
    display: block;
    margin: 0;
  }
  /* line 85, sass/_home.scss */
  body.home #river .album-post img {
    max-width: 100%;
    height: auto;
  }
}
/* Album list */
/* line 3, sass/_album_list.scss */
#album-list {
  max-width: 1200px;
  margin: 0px auto;
  text-transform: uppercase;
}
/* line 8, sass/_album_list.scss */
#album-list .single-album {
  display: inline-block;
  margin: 0px 16px 8px;
}
/* line 12, sass/_album_list.scss */
#album-list .single-album .post-image {
  max-height: 243px;
  overflow: hidden;
}
/* line 18, sass/_album_list.scss */
#album-list .single-album .post-link h3 {
  font-size: 1em;
  margin: 0;
}

/* line 26, sass/_album_list.scss */
.page-template-albums-php header #wrap {
  border-bottom: none;
}

@media only screen and (min-width: 320px) and (max-width: 480px), only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* line 34, sass/_album_list.scss */
  #album-list .single-album {
    margin: 0px 0 8px;
  }
  /* line 37, sass/_album_list.scss */
  #album-list .single-album .post-link {
    padding-left: 8px;
  }
}
/* Album page */
/* line 5, sass/_album.scss */
.single-post header #site-social {
  opacity: 0;
  transition: 200ms all;
}
/* line 11, sass/_album.scss */
.single-post header:hover #site-social {
  opacity: 1;
}
/* line 17, sass/_album.scss */
.single-post p {
  text-align: center;
}

/* line 22, sass/_album.scss */
article {
  position: relative;
  padding-top: 1.67em;
}
/* line 26, sass/_album.scss */
article h1 {
  margin: 0 0 0.67em;
}

/* line 31, sass/_album.scss */
.gallery {
  text-align: center;
  width: 100%;
  clear: both;
}
/* line 36, sass/_album.scss */
.gallery .gallery-image {
  margin: 0px auto 100px;
  position: relative;
}
/* line 40, sass/_album.scss */
.gallery .gallery-image .shrinkwrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 49, sass/_album.scss */
.gallery .gallery-image:last-child {
  margin-bottom: 0;
}

/* line 59, sass/_album.scss */
.social-links-single {
  position: relative;
  float: right;
  display: inline-block;
  text-align: right;
}
/* line 65, sass/_album.scss */
.social-links-single .social-links-share-button {
  position: absolute;
  color: #999;
  display: inline-block;
  opacity: 1;
  right: 0;
  top: 10px;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  z-index: 1;
  display: none;
}
/* line 77, sass/_album.scss */
.social-links-single .social-links-block {
  font-family: 'Socialglyphs-Regular', sans-serif;
  text-transform: none;
  font-size: 1.5em;
  opacity: 1;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  z-index: 50;
  position: relative;
}
/* line 86, sass/_album.scss */
.social-links-single .social-links-block li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 1.2em;
}
/* line 92, sass/_album.scss */
.social-links-single .social-links-block li a {
  display: inline-block;
}
/* line 100, sass/_album.scss */
.social-links-single:hover .social-links-share-button {
  opacity: 0;
}
/* line 104, sass/_album.scss */
.social-links-single:hover .social-links-block {
  opacity: 1;
}

/* line 110, sass/_album.scss */
.more-albums {
  margin: 100px auto 50px;
}
/* line 113, sass/_album.scss */
.more-albums h3 {
  text-align: center;
  font-size: 1.5em;
}
/* line 118, sass/_album.scss */
.more-albums .tiles {
  text-align: center;
}
/* line 122, sass/_album.scss */
.more-albums .album-tile {
  display: inline-block;
  margin: 0px 10px 10px;
  text-align: left;
}
/* line 127, sass/_album.scss */
.more-albums .album-tile .thumb {
  max-height: 184px;
  overflow: hidden;
  margin-bottom: 7px;
}
/* line 132, sass/_album.scss */
.more-albums .album-tile .thumb img {
  max-width: 277px;
}

@media only screen and (min-width: 320px) and (max-width: 1215px), only screen and (min-width: 320px) and (max-width: 1215px) {
  /* line 144, sass/_album.scss */
  .more-albums {
    max-width: 780px;
  }
  /* line 147, sass/_album.scss */
  .more-albums h3 {
    margin-bottom: 0.3em;
  }
  /* line 152, sass/_album.scss */
  .more-albums .album-tile .thumb {
    max-height: 243px;
    margin: 0px 0px 15px;
  }
  /* line 156, sass/_album.scss */
  .more-albums .album-tile .thumb img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px), only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* line 168, sass/_album.scss */
  article {
    padding: 2.5em 0 0 0;
  }
  /* line 171, sass/_album.scss */
  article h1, article h1.entry-title {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 400px), only screen and (min-device-width: 320px) and (max-device-width: 400px) {
  /* line 183, sass/_album.scss */
  .social-links-single:nth-of-type(1) {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 800px), only screen and (min-device-width: 320px) and (max-device-width: 800px) {
  /* line 194, sass/_album.scss */
  .social-links-single:nth-of-type(1) {
    margin-top: -39px;
  }
  /* line 198, sass/_album.scss */
  .social-links-single .social-links-share-button {
    opacity: 1;
    display: inline-block;
    position: relative;
    top: 0;
  }
  /* line 205, sass/_album.scss */
  .social-links-single .social-links-block {
    opacity: 1;
    display: inline-block;
  }
  /* line 211, sass/_album.scss */
  .social-links-single:hover .social-links-share-button {
    opacity: 1;
    text-align: right;
  }
}
@font-face {
  font-family: 'Socialglyphs-Regular';
  src: url("type/socialglyphs-regular.eot");
  src: url("type/socialglyphs-regular.eot?#iefix") format("embedded-opentype"), url("type/socialglyphs-regular.woff") format("woff"), url("type/socialglyphs-regular.ttf") format("truetype"), url("type/socialglyphs-regular.svg#socialglyphs-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* @import "_black"; */
