/*!
Theme Name: Sider
Theme URI: http://graphpaperpress.com/themes/sider
Author: Graph Paper Press
Author URI: http://graphpaperpress.com
Description: A horizontal slider portfolio theme
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sider
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Sider is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Header
	## Posts and pages
	## Portfolio posts
	## Asides
	## Comments
	## Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 44.8px;
  font-size: 2.8rem; }

h2 {
  font-size: 40px;
  font-size: 2.5rem; }

h3 {
  font-size: 32px;
  font-size: 2rem; }

h4 {
  font-size: 28.8px;
  font-size: 1.8rem; }

h5 {
  font-size: 25.6px;
  font-size: 1.6rem; }

h6 {
  font-size: 22.4px;
  font-size: 1.4rem; }

mark {
  background: #fff;
  color: #111; }

small {
  font-size: 16px;
  font-size: 1rem; }

sub,
sup {
  font-size: 16px;
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
  font-size: 1rem; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #ccc;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #444;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #fff;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #111;
  cursor: help; }

mark, ins {
  background: #fff;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 90%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  padding: 8px 16px;
  color: #444;
  background: #fff;
  text-transform: uppercase; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    color: #fff;
    background-color: #111;
    border-color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: 1px solid;
  padding: 4px; }

input[type="search"] {
  border: 1px solid;
  padding: 4px; }

select {
  border: 1px solid; }

textarea {
  padding-left: 3px;
  width: 100%; }

th, td {
  border: 1px solid;
  padding: 1%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #555; }
  a:hover, a:focus, a:active {
    color: #111; }
  a:focus {
    outline: 0; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  float: right;
  font-size: 0.85rem;
  padding: 0;
  max-width: 75%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    margin-top: 7px; }
    .main-navigation ul ul {
      float: left;
      position: absolute;
      top: 1.8em;
      left: -999em;
      z-index: 99999;
      background-color: white;
      border: 1px solid #eee; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul a {
        width: 200px;
        text-transform: none;
        border-bottom: 1px solid #f1f1f1; }
      .main-navigation ul ul li:last-child a {
        border: none; }
      .main-navigation ul ul a:hover {
        color: #fff;
        background-color: #333;
        border-bottom: 1px solid #eee; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    padding: 7px 15px; }

.menu-item-has-children > a:after {
  content: '\f431';
  width: 20px;
  height: 20px;
  font-family: "Genericons";
  font-size: 1rem;
  line-height: 1.3;
  float: right;
  padding-left: 3px;
  opacity: 0.5; }

.menu-item-has-children ul li > a:after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  height: 20px;
  width: 26px;
  line-height: 2.8; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

/*--------------------------------------------------------------
## Social Menu
--------------------------------------------------------------*/
.social-menu {
  padding: 5% 0; }

.has-site-info .social-menu {
  padding-bottom: 0; }

.menu-social {
  list-style: none;
  margin: 0 0 -20px;
  padding: 0;
  clear: both; }
  .menu-social li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0; }
    .menu-social li a {
      width: 28px;
      height: 28px;
      overflow: hidden;
      color: #aaa;
      background: #fff;
      padding: 2px;
      margin-right: 5px;
      margin-bottom: 5px;
      display: block;
      line-height: 1.5;
      text-align: center;
      text-decoration: none;
      transition: all 0.3s ease-in-out; }
      .menu-social li a:hover {
        color: #111; }
      .menu-social li a:before {
        content: '\f408';
        display: inline-block;
        font-family: 'Genericons';
        font-size: 18px;
        font-size: 1.125rem;
        vertical-align: top;
        -webkit-font-smoothing: antialiased; }
    .menu-social li a[href*="wordpress.org"]::before,
    .menu-social li a[href*="wordpress.com"]::before {
      content: '\f205'; }
    .menu-social li a[href*="facebook.com"]::before {
      content: '\f204'; }
    .menu-social li a[href*="twitter.com"]::before {
      content: '\f202'; }
    .menu-social li a[href*="dribbble.com"]::before {
      content: '\f201'; }
    .menu-social li a[href*="plus.google.com"]::before {
      content: '\f206'; }
    .menu-social li a[href*="pinterest.com"]::before {
      content: '\f210'; }
    .menu-social li a[href*="github.com"]::before {
      content: '\f200'; }
    .menu-social li a[href*="tumblr.com"]::before {
      content: '\f214'; }
    .menu-social li a[href*="youtube.com"]::before {
      content: '\f213'; }
    .menu-social li a[href*="flickr.com"]::before {
      content: '\f211'; }
    .menu-social li a[href*="vimeo.com"]::before {
      content: '\f212'; }
    .menu-social li a[href*="instagram.com"]::before {
      content: '\f215'; }
    .menu-social li a[href*="codepen.io"]::before {
      content: '\f216'; }
    .menu-social li a[href*="linkedin.com"]::before {
      content: '\f207'; }

.mega-menu .cd-secondary-nav {
  width: 100% !important; }

/*--------------------------------------------------------------
## Top Menu
--------------------------------------------------------------*/
.top-menu {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 40px auto 0; }
  @media screen and (max-width: 50em) {
    .top-menu {
      float: none;
      margin: 40px auto 0;
      text-align: center; } }
  .top-menu li {
    font-size: 12.8px;
    font-size: 0.8rem;
    display: inline-block;
    margin-right: 1em; }
    .top-menu li:last-child {
      margin-right: 0; }
    .top-menu li a {
      text-decoration: none; }

@media screen and (min-width: 801px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
@media screen and (max-width: 801px) {
  .main-navigation li {
    float: none;
    clear: both; }

  .menu-toggle {
    float: right; }

  .main-navigation ul ul,
  .main-navigation ul ul ul {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    border: none;
    margin: 0 0 0 1.5em;
    padding: 0; }

  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto; }

  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: auto; }

  .main-navigation ul ul a {
    border: none; }

  .main-navigation ul {
    margin-top: 2.8em;
    position: absolute;
    right: 3%;
    background-color: #fff;
    border: 1px solid #999;
    z-index: 999;
    padding: 10px 5px; }

  .main-navigation ul ul a:hover {
    color: #000;
    background-color: transparent;
    border-bottom: none; }

  .menu-item-has-children ul li > a:after,
  .menu-item-has-children > a:after {
    content: '';
    display: none; }

  .main-navigation a {
    padding: 5px 15px; } }
.navigation {
  text-align: center;
  margin: 3em; }
  .navigation .page-numbers {
    padding: 11px 16px;
    border: 1px solid #eee;
    text-decoration: none;
    border-radius: 2px; }
    .navigation .page-numbers:hover {
      border-color: #ccc; }
  .navigation .current {
    font-weight: bold; }
    .navigation .current:hover {
      border-color: #eee; }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation,
#infinite-handle {
  margin: 0;
  overflow: hidden;
  padding: 5%;
  border-top: 1px solid #eee; }

.single .post-navigation {
  border: none; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
  text-align: center; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: center;
  width: 50%; }

.no-page .nav-previous,
.no-page .nav-next,
#infinite-handle {
  width: 100%;
  float: none;
  text-align: center; }

.comment-navigation a,
.posts-navigation a,
.post-navigation a,
.more-link {
  border: 1px solid #333;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block; }

.comment-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:hover,
.more-link:hover {
  background-color: #333;
  color: #fff; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #444;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 14px;
  font-size: 0.875rem; }

.widget::after {
  border-bottom: 2px solid #111;
  height: 2px;
  width: 100px;
  display: block;
  content: '';
  margin: 4em 0; }

.site-content .widget-area {
  width: 25%;
  float: right; }

.site-content .widget-area input[type="search"] {
  border-color: #ccc;
  padding: 4px; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

.widget ul {
  margin: 0;
  padding: 0 1.25em; }

.widget-title {
  font-size: 20px;
  font-size: 1.25rem; }

.widget_calendar th,
.widget_calendar td {
  border: 1px solid;
  text-align: center;
  padding: 1%; }

.widget_calendar caption {
  margin-bottom: 1em; }

.footer-widgets .widget-area {
  width: 30%;
  margin-right: 5%;
  float: left; }

.footer-widgets .widget-area:nth-child(3n+3) {
  margin-right: 0; }

.search-submit {
  margin-top: 10px; }

#secondary .search-submit {
  display: none; }

@media screen and (max-width: 65em) {
  .footer-widgets .widget-area {
    width: 100%;
    margin-right: 0%;
    float: none; } }
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  padding: 3% 5% 1% 5%;
  width: 100%;
  max-width: 1200px;
  margin: auto; }

.header-image {
  width: 100%;
  display: block; }

.site-logo {
  margin-bottom: 1em; }

.lSSlideOuter {
  padding: 5% 5% 0;
  margin: 0 !important; }

.site-branding {
  margin-bottom: 1.5em;
  float: left; }

.site-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem; }
  .site-title a {
    text-decoration: none; }

.site-description {
  font-size: 14px;
  font-size: 0.875rem;
  opacity: 0.7;
  margin: 0;
  padding: 0; }

@media screen and (max-width: 50em) {
  .site-header {
    width: 100%;
    padding-right: 5%; } }
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-content {
  padding: 0;
  width: 100%;
  clear: both; }

.entry-header,
.entry-footer,
.sell-media-page .entry-content,
#sell-media-ajax-filter-container,
.sell-media {
  max-width: 1200px;
  margin: auto;
  padding: 0 5%; }

.sell-media-page .entry-content p, .sell-media-page .entry-content ul {
  padding: 0; }

.page-template-page-portfolio .site-content .content-area,
.page-template-page-full .site-content .content-area,
.post-type-archive .site-content .content-area,
.sell-media-page .site-content .content-area {
  width: 100%;
  margin-right: 0;
  float: none; }

.sell-media .empty-lightbox {
  padding: 0; }

.entry-title {
  margin-bottom: 0.5em;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.3;
  margin-top: 0; }

.entry-title a {
  text-decoration: none; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 3em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 3em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.entry-meta,
.entry-footer,
.wp-caption-text {
  font-size: 14px;
  font-size: 0.875rem; }

.entry-content p, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.entry-content ul, .entry-content ol, .entry-content address, .entry-content blockquote, .entry-content pre,
.entry-content .jetpack-video-wrapper, .entry-content table, .entry-content dl {
  max-width: 1200px;
  margin: auto auto 1.5em;
  padding: 0 5%; }
.entry-content iframe {
  max-width: 1200px !important;
  margin: auto auto 1.5em !important;
  padding: 0 5% !important;
  width: 100% !important; }

.entry-footer {
  line-height: 1.8;
  position: relative;
  margin-bottom: 8em; }
  .entry-footer::before {
    display: block;
    height: 2px;
    width: 100px;
    content: '';
    border-top: 2px solid;
    padding-bottom: 1.5em;
    margin-top: 2em; }

.tags-links,
.comments-link,
.edit-link {
  display: block; }

.error-404 {
  max-width: 1200px;
  margin: auto;
  padding: 0 5%; }
  .error-404 p {
    padding: 0; }

@media screen and (max-width: 65em) {
  .site-content .content-area {
    width: 100%;
    float: none; }
  .site-content .widget-area {
    width: 100%;
    float: none; } }
@media screen and (max-width: 50em) {
  .site-content {
    width: 100%; } }
.single-sell_media_item .entry-content {
  max-width: 1200px;
  margin: auto auto 1.5em;
  padding: 0 5%; }
  .single-sell_media_item .entry-content p {
    padding: 0; }

/*--------------------------------------------------------------
## Portfolio Posts
--------------------------------------------------------------*/
.portfolio-content {
  overflow: hidden;
  position: relative; }
  .portfolio-content figure {
    margin: 0; }

.portfolio-title-wrap {
  color: #eee;
  text-decoration: none; }
  .portfolio-title-wrap:hover {
    color: #fff; }

.entry-image-link {
  position: relative;
  display: block;
  z-index: 2; }

.no-image {
  background-color: #eee;
  height: 200px; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
  margin: 0 auto 3.5em;
  max-width: 1200px;
  padding: 5%; }
  .comments-area p {
    padding: 0; }

.comment-list {
  list-style: none;
  margin: 0 0 3.5em;
  padding: 0; }
  .comment-list .children {
    list-style: none; }

.comment-content a,
.entry-content a {
  word-wrap: break-word; }

.comment-meta {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 1.75em; }

.comment .comment-meta:after {
  border-top: 1px solid;
  content: "";
  display: block;
  margin-top: .875em;
  width: 25%; }

.comment .avatar {
  float: left;
  margin-right: .875em; }

.comment .comment-metadata span {
  margin: 0 1.75em 0 0; }

.comment-author {
  clear: both;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  position: relative; }

.says {
  display: none; }

.comment-list .comment {
  margin-top: 3.5em;
  clear: both; }

.bypostauthor {
  display: block; }

.no-comments {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1.75em 0; }

#cancel-comment-reply-link {
  float: right; }

.comment-form label {
  margin-right: .875em;
  width: 7em;
  display: block; }

.form-allowed-tags,
.form-allowed-tags code {
  font-size: 13px;
  font-size: 0.8125rem; }

.comment-subscription-form {
  margin-bottom: 0.4375em; }

.no-comments {
  clear: both; }

@media screen and (min-width: 70em) {
  .comment .comment-content {
    float: right;
    width: 75%; }

  .comment .comment-meta {
    float: left;
    width: 25%; }

  .comment .comment-metadata span {
    clear: both;
    display: block;
    margin: 0 0 0.4375em; }

  .comment .comment-metadata span.comment-author {
    margin-bottom: 0; }

  .comment .avatar {
    float: none;
    margin: 0;
    max-width: 44px;
    height: auto;
    position: absolute;
    top: 4px;
    left: -4em; } }
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 5%;
  max-width: 1200px;
  clear: both;
  margin: auto; }

.site-info {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 4% 0; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

#infinite-handle {
  margin: 4em 0; }

#infinite-handle span {
  background: none;
  padding: 0; }

#infinite-handle span button {
  border: 2px solid;
  padding: 0.5em 1.25em;
  display: inline-block;
  font-weight: bold;
  background-color: #fff;
  color: #444;
  font-size: 18px;
  font-size: 1.125rem;
  transition: all 0.3s ease-in-out; }

#infinite-handle span button:hover,
#infinite-handle span button:focus {
  background-color: #111;
  color: #fff;
  border-color: #111;
  padding: 0;
  border: 2px solid;
  padding: 0.5em 1.25em;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem; }

@media screen and (max-width: 50em) {
  .infinite-wrap {
    overflow: hidden;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }
@media screen and (max-width: 30em) {
  .infinite-wrap {
    overflow: hidden;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery,
.horizontal-gallery {
  position: relative;
  margin-bottom: 3em; }

.gallery {
  max-width: 1200px;
  margin: auto;
  padding: 0 5%; }

.gallery.horizontal-gallery {
  padding: 0;
  max-width: 100%;
  margin: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 5px 0; }

.gallery-columns-2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2; }

.gallery-columns-3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3; }

.gallery-columns-4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4; }

.gallery-columns-5 {
  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5; }

.gallery-columns-6 {
  -moz-column-count: 6;
  -webkit-column-count: 6;
  column-count: 6; }

.gallery-columns-7 {
  -moz-column-count: 7;
  -webkit-column-count: 7;
  column-count: 7; }

.gallery-columns-8 {
  -moz-column-count: 8;
  -webkit-column-count: 8;
  column-count: 8; }

.gallery-columns-9 {
  -moz-column-count: 9;
  -webkit-column-count: 9;
  column-count: 9; }

.gallery-caption {
  display: block; }

html, body {
  height: 100%;
  font-family: 'Helvetica Neue', Arial; }

.hsldr-nav-region {
  position: absolute;
  height: 2px;
  width: 20px;
  top: 0px;
  left: 0px;
  background-color: #000; }

.hsldr-nav-wrapper {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.hsldr-nav-marker {
  content: "";
  display: inline-block;
  height: 2px;
  width: 200px;
  background-color: #bbb;
  float: left; }

.hsldr-container {
  position: relative;
  width: 100%;
  height: 80vh;
  max-height: 630px;
  overflow: hidden;
  opacity: 0; }

.hsldr-container.hsldr-has-nav-bar {
  height: calc( 80vh + 30px ); }

.hsldr-gallery-container {
  position: relative;
  left: 0;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  width: 99999px; }
  .hsldr-gallery-container figure.gallery-item {
    display: inline;
    width: auto;
    margin: 0; }

.hsldr-image-container {
  float: left;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex; }
  .hsldr-image-container img {
    width: auto;
    height: 80vh;
    max-height: 600px;
    display: block; }

.hsldr-container figure, .hsldr-container li {
  position: relative;
  margin: 0; }

.hsldr-container figcaption,
.hsldr-container .caption {
  position: absolute;
  left: 0;
  top: 50%;
  color: #fff;
  width: 100%;
  padding: 3%;
  opacity: 0;
  text-align: center;
  transform: translateY(-50%);
  transition: opacity 0.1s ease-in-out;
  font-size: 1.6rem;
  font-weight: 200; }

.hsldr-image-container:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  content: '';
  display: block;
  z-index: 0;
  transition: background-color 0.3s ease-in-out; }

.hsldr-container .showcaption:before {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3; }

.info {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  visibility: visible;
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 1;
  z-index: 3; }
  .info:before {
    content: "i";
    width: 22px;
    height: 24px;
    display: block;
    text-align: center;
    font-family: Georgia;
    font-style: italic;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 2px 3px 5px;
    border-radius: 2px; }

@media screen and (max-width: 600px) {
  .info {
    right: 48%; }

  .hsldr-container figcaption,
  .hsldr-container .caption {
    font-size: 18px;
    font-size: 1.125rem; } }
.showcaption .info:before, .showcaption .info:after {
  position: absolute;
  left: 11px;
  top: 4px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #fff;
  padding: 0; }

.showcaption .info:before {
  transform: rotate(45deg); }

.showcaption .info:after {
  transform: rotate(-45deg); }

.hsldr-container .showcaption figcaption,
.hsldr-container .showcaption .caption {
  visibility: visible;
  opacity: 1;
  z-index: 3; }

.hsldr-container figcaption a {
  color: #fff; }

.hsldr-next, .hsldr-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 60px;
  height: 60px;
  color: #fff;
  transition: background-color 0.3s ease-in-out;
  padding: 15px 20px;
  z-index: 4; }

.hsldr-has-nav-bar .hsldr-next,
.hsldr-has-nav-bar .hsldr-prev {
  top: calc( 50% - 15px ); }

.hsldr-next {
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
  .hsldr-next:before {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    -moz-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    top: 9px;
    left: 0; }
  .hsldr-next:after {
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    top: 17px;
    left: 0; }

.hsldr-next:before,
.hsldr-next:after,
.hsldr-prev:before,
.hsldr-prev:after {
  width: 15px;
  height: 2px;
  background-color: #fff;
  display: block;
  content: '';
  position: relative; }

.hsldr-prev {
  left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }
  .hsldr-prev:before {
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    -moz-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    top: 9px;
    left: 0; }
  .hsldr-prev:after {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    -moz-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    top: 17px;
    left: 0; }

.hsldr-next:hover,
.hsldr-prev:hover {
  background-color: rgba(0, 0, 0, 0.6); }

.tiled-gallery {
  margin: auto !important;
  max-width: 1200px; }

.portfolio-content,
.gallery-size-slider {
  opacity: 0;
  transition: opacity 0.3s ease-in; }

.container-mh {
  max-height: 630px; }

.image-container-mh {
  max-height: 600px; }

/*# sourceMappingURL=style.css.map */
