/*!
Theme Name: Shutterbox
Theme URI: http://graphpaperpress.com/themes/shutterbox
Author: Graph Paper Press
Author URI: http://graphpaperpress.com
Description: A portfolio theme with custom page templates and homepage design
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shutterbox
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.

Optics 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
--------------------------------------------------------------*/
/* @include breakpoint(m){ // css }; */
/* @include row(); Kills the default margin of inline-block elements */
/* @include col(1, 2, $gap: 2em); */
/* @include transition(all,2s,ease-out); */
/*--------------------------------------------------------------
# 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: "Muli", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold;
  font-family: "Lora", Georgia, Times, "Times New Roman", serif; }

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: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 2px solid;
  padding: .25em 1em;
  font-weight: bold;
  color: #444;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-color: #eee;
    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: 2px solid;
  padding: 4px; }

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

select {
  border: 2px solid; }

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

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #444;
  transition: color 0.3s ease-in; }
  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; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      float: left;
      position: absolute;
      top: 2.5em;
      left: -999em;
      z-index: 99999;
      background: #000; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul a {
        width: 200px;
        text-transform: none;
        color: #ccc; }
      .main-navigation ul ul li:last-child a {
        border: none; }
      .main-navigation ul ul a:hover {
        color: #fff; }
      .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; }
    @media (max-width: 767px) {
      .main-navigation li {
        float: none; } }
  .main-navigation a {
    display: block;
    text-decoration: none;
    padding: 0.5em 1em; }

.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: 0.1875em;
  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; }

.main-navigation > div > ul > li:first-child {
  margin: 0; }

.caret {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 0;
  cursor: pointer;
  opacity: 0.5; }
  .caret:hover {
    opacity: 0.8; }
  .caret.focus {
    opacity: 1; }
  .caret.genericon-downarrow {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 3px;
    margin-top: 6px; }

.menu-toggle {
  display: none; }
  @media (max-width: 767px) {
    .menu-toggle {
      float: right; } }

.site-main .comment-navigation,
.site-main .post-navigation {
  border-top: 2px solid;
  border-bottom: 2px solid;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 3.5em;
  overflow: hidden;
  padding: 2em 0;
  clear: both; }
.site-main .posts-navigation {
  overflow: hidden;
  margin: 5em 0 8em;
  clear: both; }
.site-main .comment-navigation a,
.site-main .posts-navigation a,
.site-main .post-navigation a {
  text-decoration: none; }

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

.comment-navigation a,
.posts-navigation a {
  border: 2px solid;
  padding: 0.5em 1.25em;
  display: inline-block;
  font-weight: bold;
  background-color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  transition: all 0.3s ease-in-out; }
  .comment-navigation a:hover,
  .posts-navigation a:hover {
    background-color: #111;
    color: #fff;
    border-color: #111; }

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

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

.social-menu + .site-info,
.footer-widgets + .social-menu {
  padding-top: 0; }
  @media (max-width: 767px) {
    .social-menu + .site-info,
    .footer-widgets + .social-menu {
      padding-top: 5%; } }

.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: 24px;
      height: 24px;
      overflow: hidden;
      color: #444;
      padding: 0.125em;
      margin-right: 0.3125em;
      margin-bottom: 0.3125em;
      display: block;
      line-height: 1.6;
      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'; }

.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top; }

.post-navigation {
  border-top: 4px solid #111;
  border-bottom: 4px solid #111;
  clear: both;
  margin: 0 7.6923% 3.5em; }
  .post-navigation a {
    color: #111;
    display: block;
    padding: 1.75em 0; }
    .post-navigation a:hover .post-title, .post-navigation a:focus .post-title {
      color: #111; }
  .post-navigation span {
    display: block; }
  .post-navigation .meta-nav {
    color: #444;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 0.5em;
    text-transform: uppercase; }
  .post-navigation .post-title {
    display: inline;
    font-size: 22.4px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    text-rendering: optimizeLegibility; }

.pagination {
  border-top: 4px solid #111;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 4em 0 0;
  min-height: 56px;
  position: relative;
  clear: both; }
  .pagination:before, .pagination:after {
    background-color: #111;
    content: "";
    height: 52px;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 0;
    opacity: 0.9; }
  .pagination:before {
    right: 0; }
  .pagination:after {
    right: 54px; }
  .pagination a:hover,
  .pagination a:focus {
    color: #111; }
  .pagination .nav-links {
    padding-right: 106px;
    position: relative; }
    .pagination .nav-links:before, .pagination .nav-links:after {
      color: #fff;
      font-size: 32px;
      font-size: 2rem;
      line-height: 51px;
      opacity: 0.3;
      position: absolute;
      width: 52px;
      z-index: 1; }
    .pagination .nav-links:before {
      content: "\f429";
      right: -1px; }
    .pagination .nav-links:after {
      content: "\f430";
      right: 55px; }
  .pagination .page-numbers {
    line-height: 1;
    margin: 0;
    padding: 0.5em;
    text-transform: uppercase;
    text-decoration: none; }
  .pagination .current {
    display: inline-block;
    font-weight: 700; }
    .pagination .current .screen-reader-text {
      position: static !important;
      display: none; }
  .pagination .prev,
  .pagination .next {
    background-color: #111;
    color: #fff;
    display: inline-block;
    height: 52px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 2;
    opacity: 0.8;
    transition: all 0.3s ease-in; }
    .pagination .prev:before,
    .pagination .next:before {
      font-size: 32px;
      font-size: 2rem;
      height: 53px;
      line-height: 52px;
      position: relative;
      width: 53px; }
    .pagination .prev:hover, .pagination .prev:focus,
    .pagination .next:hover,
    .pagination .next:focus {
      opacity: 1;
      color: #fff; }
    .pagination .prev:focus,
    .pagination .next:focus {
      outline: 0; }
  .pagination .prev {
    right: 54px; }
    .pagination .prev:before {
      content: "\f430";
      left: -1px;
      top: -1px; }
  .pagination .next {
    right: 0; }
    .pagination .next:before {
      content: "\f429";
      right: -1px;
      top: -1px; }

.image-navigation,
.comment-navigation {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #444;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  margin: 0 7.6923% 2.1538461538em;
  padding: 1.0769230769em 0; }

.comment-navigation {
  margin-right: 0;
  margin-left: 0; }

.comments-title + .comment-navigation {
  border-bottom: 0;
  margin-bottom: 0; }

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
  display: inline-block; }

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em; }

@media screen and (max-width: 50em) {
  .main-navigation ul {
    display: none; }
    .main-navigation ul a {
      color: #333 !important; }

  .main-navigation.toggled div > ul {
    display: block;
    position: absolute;
    top: 4.7em;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 1em 5%;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    z-index: 9; }

  .menu-toggle {
    display: block;
    position: relative;
    z-index: 10;
    outline: none;
    padding: 0.25em 0.7em; }
    .menu-toggle:hover {
      background: #fff; }

  .toggled .menu-toggle {
    border-bottom: 0; }

  .main-navigation ul.sub-menu {
    display: block;
    background: transparent;
    position: static;
    float: none;
    margin-left: 3em; } }
/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.button {
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Muli", "Helvetica Neue", Arial, sans-serif;
  font-size: .7em;
  font-weight: 700;
  letter-spacing: .1em;
  padding: 1.5em 3em;
  text-decoration: none;
  text-transform: uppercase; }
  .button:hover {
    color: #fff; }

.button-block {
  display: block;
  text-align: center; }

.button-green {
  background: #2ecc71; }
  .button-green:hover {
    background: #25a25a;
    transition: all 0.3s ease; }
  .button-green:active {
    background: #176437; }

.button-blue {
  background: #3498db; }
  .button-blue:hover {
    background: #217dbb;
    transition: all 0.3s ease; }
  .button-blue:active {
    background: #16527a; }

.button-yellow {
  background: #f1c40f; }
  .button-yellow:hover {
    background: #c29d0b;
    transition: all 0.3s ease; }
  .button-yellow:active {
    background: #796307; }

.button-red {
  background: #ff5252; }
  .button-red:hover {
    background: #ff1f1f;
    transition: all 0.3s ease; }
  .button-red:active {
    background: #d20000; }

.button-black {
  background: rgba(0, 0, 0, 0.8); }
  .button-black:hover {
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease; }
  .button-black:active {
    background: rgba(0, 0, 0, 0.8); }
  .button-black:hover {
    background: #000; }

.button-white {
  background: #fff;
  color: #444; }
  .button-white:hover {
    background: #e6e6e6;
    transition: all 0.3s ease; }
  .button-white:active {
    background: #bfbfbf; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 14px;
  font-size: 0.875rem; }
  .widget ul {
    padding: 0;
    margin: 0; }
  .widget li {
    list-style: none;
    line-height: 24px; }
    .widget li a {
      text-decoration: none; }
  .widget:after {
    height: 2px;
    width: 100px;
    display: block;
    content: '';
    margin: 0; }

.content-area .widget {
  padding: 10%;
  width: 70%;
  margin: auto;
  clear: both; }
  .content-area .widget:after {
    content: "";
    display: table;
    table-layout: fixed; }
  @media (max-width: 767px) {
    .content-area .widget {
      width: 100%;
      padding: 10% 10% 5%; } }
  .content-area .widget .widget-title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.3;
    margin-top: 0; }
    @media (max-width: 767px) {
      .content-area .widget .widget-title {
        font-size: 32px;
        font-size: 2rem; } }
  .content-area .widget .textwidget {
    font-size: 17.6px;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2em;
    color: #777; }
    @media (max-width: 767px) {
      .content-area .widget .textwidget {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5; } }
.content-area .shutterbox-widget {
  position: relative;
  padding: 0;
  width: 100%; }
  .content-area .shutterbox-widget .widget-title {
    background: #000;
    display: inline-block;
    padding: .5em 1em;
    font-family: "Muli", "Helvetica Neue", Arial, sans-serif;
    font-size: 13.6px;
    font-size: 0.85rem;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 5px;
    letter-spacing: .1em; }
.content-area .widget_text .button {
  display: inline-block;
  margin: 2em 0 0; }
.content-area .widget_contact_info .widget-title {
  float: left;
  width: 45%;
  margin-right: 5%; }
.content-area .widget_contact_info .contact-map {
  float: right;
  width: 50%;
  display: block;
  min-height: 300px; }
.content-area .widget_contact_info .confit-address,
.content-area .widget_contact_info .confit-phone,
.content-area .widget_contact_info .confit-hours {
  float: left;
  width: 45%;
  margin: 0 5% 1em 0; }
.content-area .widget_contact_info .contact-info-map-canvas {
  min-height: 300px; }
@media (max-width: 767px) {
  .content-area .widget_contact_info {
    margin-bottom: 3em;
    text-align: center; }
    .content-area .widget_contact_info .widget-title,
    .content-area .widget_contact_info .contact-map,
    .content-area .widget_contact_info .confit-address,
    .content-area .widget_contact_info .confit-phone,
    .content-area .widget_contact_info .confit-hours {
      width: 100%;
      float: none;
      margin: 0; }
    .content-area .widget_contact_info .widget-title,
    .content-area .widget_contact_info .contact-map {
      margin-bottom: 2em; } }

.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-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 {
  padding: 5%; }

.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
--------------------------------------------------------------*/
.header-image {
  width: 100%;
  height: 100vh;
  display: block; }

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

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

.site-header {
  padding: 4em 5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }
  @media (max-width: 767px) {
    .site-header {
      padding: 2em 5%; } }

.home.has-header-image .site-header {
  height: 100vh; }

.site-branding {
  float: left;
  margin-right: 5%; }

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

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

.site-welcome {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #444;
  text-align: center; }
  .site-welcome h2 {
    padding: 0;
    margin: 0 0 0.5em; }
  .site-welcome p {
    margin: 0em 0 3em; }
  .site-welcome a.button {
    color: #444;
    border: 1px solid #444;
    padding: 12px 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13.6px;
    font-size: 0.85rem;
    letter-spacing: 3px;
    transition: background-color 0.1s ease-in, color 0.3s ease-in;
    margin-top: 1em; }
    .site-welcome a.button:hover {
      background-color: #444;
      color: #fff; }
  @media (max-width: 767px) {
    .site-welcome {
      display: none; } }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site {
  margin: auto; }

.home .content-area {
  margin-top: 5em; }

.content-area {
  width: 50%;
  margin: 0 auto 3em; }
  @media (max-width: 767px) {
    .content-area {
      width: 100%;
      padding: 5%; } }

.shutterbox-full-width .content-area {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none; }

.shutterbox-full-width-padding .content-area,
.sell-media-page .content-area {
  width: 100%;
  margin: 0;
  float: none;
  padding: 0 5%; }
  .shutterbox-full-width-padding .content-area h3,
  .sell-media-page .content-area h3 {
    font-size: 19.2px;
    font-size: 1.2rem; }

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

.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: 1em 0 0; }

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

.entry-meta {
  text-align: center; }

.entry-meta,
.entry-footer,
.wp-caption-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #777;
  font-style: italic; }
  .entry-meta a,
  .entry-footer a,
  .wp-caption-text a {
    color: #777; }
    .entry-meta a:hover,
    .entry-footer a:hover,
    .wp-caption-text a:hover {
      color: #444; }

.entry-footer {
  line-height: 1.8;
  position: relative;
  margin-bottom: 8em; }

.page .entry-footer,
.single .entry-footer {
  margin-bottom: 3em; }

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

.sell-media-single-one-col:not(.sell-media-gallery-page) #main .sell-media-content {
  width: 50% !important;
  float: left; }
  @media (max-width: 767px) {
    .sell-media-single-one-col:not(.sell-media-gallery-page) #main .sell-media-content {
      width: 100% !important;
      float: none; } }

.sell-media-single-one-col #main .sell-media-meta {
  margin-left: 5%;
  width: 45% !important;
  float: left; }
  @media (max-width: 767px) {
    .sell-media-single-one-col #main .sell-media-meta {
      width: 100% !important;
      float: none;
      margin-left: 0; } }

#sell-media-archive {
  padding: 0 5%; }

.home .sell-media-dialog-box {
  display: none; }

.entry-text button {
  border: none; }

/*--------------------------------------------------------------
## Portfolio Posts
--------------------------------------------------------------*/
.content-area.jetpack-portfolio-home,
body.page-template-page-portfolio-tiled .content-area.jetpack-portfolio-home {
  width: 100%;
  margin: 0;
  padding: 0; }

body.page-template-page-portfolio-grid .content-area.jetpack-portfolio-home {
  width: 100%;
  margin: 0;
  padding: 0 5% 5%; }
  body.page-template-page-portfolio-grid .content-area.jetpack-portfolio-home h3 {
    font-size: 19.2px;
    font-size: 1.2rem; }

.post-type-archive-jetpack-portfolio h1.entry-title {
  margin-bottom: 1.1em; }

.portfolio-content {
  overflow: hidden; }

.portfolio-content article,
.post-type-archive .infinite-wrap article {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  box-sizing: border-box;
  margin: 2em 0;
  width: 100%;
  margin-bottom: 1em;
  margin-top: 0; }
  @media (min-width: 768px) {
    .portfolio-content article,
    .post-type-archive .infinite-wrap article {
      width: calc( 33.33333% - 1.33333em );
      vertical-align: top;
      margin-right: 2em; } }
  .portfolio-content article:nth-child(3n),
  .post-type-archive .infinite-wrap article:nth-child(3n) {
    margin-right: 0; }

.portfolio-content h3,
.post-type-archive .infinite-wrap h3 {
  display: inline-block; }

.portfolio-content h3 a,
.post-type-archive .infinite-wrap h3 a {
  text-decoration: none;
  text-align: center;
  display: block; }

.portfolio-content figure,
.post-type-archive .infinite-wrap figure {
  margin: 0;
  position: relative; }

.portfolio-content figure img,
.post-type-archive .infinite-wrap figure img {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  transition: opacity 0.1s ease-in; }

.portfolio-content figure:hover img,
.post-type-archive .infinite-wrap figure:hover img {
  opacity: 0.4; }

.portfolio-content a.portfolio-title-wrap,
.post-type-archive .infinite-wrap a.portfolio-title-wrap {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  text-align: left;
  text-decoration: none; }

.portfolio-content a:hover,
.post-type-archive .infinite-wrap a:hover {
  opacity: 1; }

.portfolio-meta {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0; }

.portfolio-content figure div.portfolio-title,
.post-type-archive .infinite-wrap figure div.portfolio-title {
  position: absolute;
  bottom: 22px;
  left: 20px;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  line-height: 1.2;
  font-weight: bold; }

.portfolio-content figure:hover div.portfolio-title,
.post-type-archive .infinite-wrap figure:hover div.portfolio-title {
  opacity: 1;
  bottom: 25px;
  left: 20px; }

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

@media screen and (max-width: 65em) {
  .portfolio-content article {
    width: 100%;
    margin-right: 0%;
    float: none; } }
@media screen and (max-width: 50em) {
  .portfolio-content {
    overflow: hidden;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }
@media screen and (max-width: 30em) {
  .portfolio-content {
    overflow: hidden;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }
.page-template-page-portfolio-tiled .pagination,
.page-template-page-portfolio-tiled .entry-footer,
.post-type-archive-jetpack-portfolio .pagination,
.post-type-archive-jetpack-portfolio .entry-footer {
  max-width: 80%;
  margin: 4em auto 0; }

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
  margin: 0 0 3.5em; }

.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: 50%; }

  .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 {
  clear: both; }

.site-info {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5% 5% 8%;
  text-align: center; }

/*--------------------------------------------------------------
# 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 {
  margin-bottom: 1.5em; }

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

.gallery-columns-2 .gallery-item {
  width: 49%;
  margin-right: 2%; }

.gallery-columns-2 .gallery-item:nth-child(2n+2),
.gallery-columns-3 .gallery-item:nth-child(3n+3),
.gallery-columns-4 .gallery-item:nth-child(4n+4),
.gallery-columns-5 .gallery-item:nth-child(5n+5),
.gallery-columns-6 .gallery-item:nth-child(6n+6) {
  margin-right: 0; }

.gallery-columns-3 .gallery-item {
  width: 32%;
  margin-right: 2%; }

.gallery-columns-4 .gallery-item {
  width: 23.5%;
  margin-right: 2%; }

.gallery-columns-5 .gallery-item {
  width: 18.4%;
  margin-right: 2%; }

.gallery-columns-6 .gallery-item {
  width: 15%;
  margin-right: 2%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.grid-container {
  margin: .2em; }

.grid-item {
  background: #000;
  border: 2px solid #fff;
  position: relative;
  float: left;
  overflow: hidden; }
  .grid-item .entry-text {
    font-size: 20px;
    font-size: 1.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    bottom: 2em;
    left: 2em;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    width: 75%;
    z-index: 1; }
    @media (max-width: 767px) {
      .grid-item .entry-text {
        bottom: .5em;
        left: .5em; } }
    .grid-item .entry-text h2 {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 900;
      letter-spacing: 1px;
      margin-bottom: 0.5em;
      text-transform: uppercase;
      text-align: left;
      transition: all 0.3s ease-in; }
      @media (max-width: 767px) {
        .grid-item .entry-text h2 {
          font-size: 13.6px;
          font-size: 0.85rem;
          display: none; } }
    .grid-item .entry-text p,
    .grid-item .entry-text button {
      font-size: 12.8px;
      font-size: 0.8rem;
      margin-bottom: 0;
      transition: all 0.3s ease-in; }
      @media (max-width: 767px) {
        .grid-item .entry-text p,
        .grid-item .entry-text button {
          display: none; } }
    .grid-item .entry-text button {
      background: rgba(255, 255, 255, 0.6); }
    .grid-item .entry-text p {
      font-family: "Lora", Georgia, Times, "Times New Roman", serif;
      font-style: italic; }
  .grid-item img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: .8;
    max-width: none;
    height: auto;
    width: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0px, 0px, 0px); }
  .grid-item:hover h2,
  .grid-item:hover p {
    color: #fff; }
  .grid-item:hover img {
    opacity: 1; }
  .grid-item:hover button {
    background: rgba(255, 255, 255, 0.9); }
  .grid-item:nth-child(6n+1), .grid-item:nth-child(6n+4) {
    width: 66.67%; }
  .grid-item:nth-child(6n+2), .grid-item:nth-child(6n+3), .grid-item:nth-child(6n+5), .grid-item:nth-child(6n+6) {
    width: 33.33%; }
  .grid-item:nth-child(6n+4) {
    clear: both;
    float: right; }

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