@charset "UTF-8";
/*!
Theme Name: Casey Dunn
Theme URI: http://www.caseydunn.net
Author: Bravery Media
Author URI: http://braverymedia.co
Description: Designed with Public School and focused on a clean, fluid image grid.
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brvry
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.

 brvry is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/

!*/
/* Custom mixins
================================== */
/* Blend Modes only supported in the dev builds of browsers or if turned on manually in Chrome */
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small,
ol.commentlist li.comment .vcard .comment-meta, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 100%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  font-size: 0.938em;
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box; }

body {
  background: #fff; }

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

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

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

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

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

a img {
  border: 0; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #353435;
  font-family: "AvenirLTPro-Light", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-family: "AvenirLTPro-Roman", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  clear: both; }

p {
  margin-bottom: 1.5em; }

b, strong {
  font-weight: bold; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

code, kbd, tt, var {
  font: 15px Menlo, Consolas, "DejaVu Sans Mono", Monaco, "Courier New", Courier, monospace; }

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

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

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }


small,
ol.commentlist li.comment .vcard .comment-meta {
  font-size: 75%; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
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. */ }

figure {
  margin: 0; }

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

th {
  font-weight: bold; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in IE6/IE7 */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  line-height: 1; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  color: #686768;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
  color: #353435; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  padding: 3px; }

textarea {
  color: #686768;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%; }
  textarea:focus {
    color: #353435; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #353435;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  text-decoration: none;
  border-bottom: 1px solid;
  border-color: transparent;
  padding-bottom: 2px; }
  a:visited {
    color: #353435; }

a:hover,
a:focus,
a:active {
  color: #1b1b1b;
  border-color: #1b1b1b; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
              box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      display: none;
      float: left;
      left: 0;
      position: absolute;
      top: 1.5em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: 100%;
        top: 0; }
      .main-navigation ul ul a {
        width: 200px; }
  .main-navigation li {
    float: left;
    position: relative; }
    .main-navigation li:hover > ul {
      display: block; }
  .main-navigation a {
    display: block;
    text-decoration: none; }
  .main-navigation .current_page_item a,
  .main-navigation .current-menu-item a {
    border-bottom: 1px solid; }

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled {
    display: block; }
  .main-navigation {
    display: none; } }

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

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

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

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    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 */ }

/*--------------------------------------------------------------
7.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: 0 auto; }

/*--------------------------------------------------------------
8.0 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,
.group:before,
.group:after {
  content: '';
  display: table; }

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

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets */ }
  .widget select {
    max-width: 100%; }

/* Search widget */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/
.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated {
  display: none; }

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

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

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

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

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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; }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%; }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

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

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

/* WordPress Comment Styles
-------------------------------------- */
ol.commentlist {
  list-style: none; }
  ol.commentlist li.comment {
    border-bottom: 1px dotted #666;
    padding: 10px; }
    ol.commentlist li.comment .vcard cite.fn {
      font-style: normal; }
    ol.commentlist li.comment .vcard img.avatar {
      float: right;
      margin: 0 0 10px 10px; }
    ol.commentlist li.comment .vcard .comment-meta a {
      color: #c1bbb6; }
    ol.commentlist li.comment ul.children {
      list-style: none;
      padding: 2em 1em; }
      ol.commentlist li.comment ul.children li.depth-2, ol.commentlist li.comment ul.children li.depth-3, ol.commentlist li.comment ul.children li.depth-4 {
        border-left: 5px solid #282728;
        margin: 0 0 1em 1em; }
    ol.commentlist li.comment .reply {
      font-size: .8em; }
      ol.commentlist li.comment .reply a {
        font-weight: 600; }
  ol.commentlist li.even {
    background-color: #cdc8c4; }
  ol.commentlist li.odd {
    background-color: #c6c0bc; }
  ol.commentlist li.parent {
    border-left: 5px solid #232223; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
  max-height: 100%;
  max-width: 100%; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: #fff url("img/ajax-loader.gif") center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100% !important;
  max-height: 100% !important; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  max-height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
@font-face {
  font-family: 'dunncon';
  src: url("assets/fonts/dunncon.eot?gj6fs");
  src: url("assets/fonts/dunncon.eot?#iefixgj6fs") format("embedded-opentype"), url("assets/fonts/dunncon.woff?gj6fs") format("woff"), url("assets/fonts/dunncon.ttf?gj6fs") format("truetype"), url("assets/fonts/dunncon.svg?gj6fs#dunncon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "dunncon";
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: 25px; }
  [dir="rtl"] .slick-next {
    left: 25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      z-index: 1000; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "dunncon";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #000;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #000;
      opacity: 0.75; }

/*--------------------------------------------------------------
Theme Base: Primary Theme Styles
--------------------------------------------------------------*/
body {
  padding: 4.75em 0; }

article > a {
  border: none; }

@-webkit-keyframes pulsar {
  0% {
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

@keyframes pulsar {
  0% {
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

/*--------------------------------------------------------------
General Content Styles
--------------------------------------------------------------*/
.entry-title {
  font-size: 1.391rem;
  padding-bottom: 5px;
  display: inline;
  letter-spacing: 0.88px; }

.entry-content {
  font-family: "adobe-caslon-pro", "Adobe Caslon Pro", "Times New Roman", serif;
  font-size: 1em;
  letter-spacing: 0.019rem;
  padding: 0 4.5%; }

.page .type-page {
  padding-top: .6em; }
  .page .type-page .entry-header {
    text-align: center; }
  .page .type-page .entry-content {
    font-family: "AvenirLTPro-Medium", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 0 0 0; }
    .page .type-page .entry-content p {
      line-height: 1.3em;
      letter-spacing: 0.3px; }

.page .clients {
  margin-bottom: 4em; }
  .page .clients h2 {
    font-family: "AvenirLTPro-Medium", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .813em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .14em;
    margin-bottom: 3em; }
  .page .clients ul {
    list-style: none;
    margin: 3em 0 0 0;
    padding: 0 0 0 0;
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3em;
            column-gap: 3em;
    font-size: .813rem;
    font-family: "AvenirLTPro-Medium", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: .06em; }
  @media (min-width: 600px) {
    .page .clients {
      width: 80%;
      margin: 0 auto 4em; } }

.page.profile {
  background-color: #000;
  color: #fff; }
  .page.profile a, .page.profile button.menu-toggle {
    color: #fff; }
  .page.profile .site-header {
    background-color: #000; }
    .page.profile .site-header #site-navigation {
      background-color: #000; }
  .page.profile main {
    margin-top: 6rem;
    width: 90vh;
    max-width: 725px;
    margin: 0 auto; }
    @media (min-width: 600px) {
      .page.profile main {
        width: 65%;
        margin-top: 4rem; } }
  .page.profile .entry-header {
    display: none; }
  .page.profile .entry-content {
    font-size: 1.625rem;
    font-family: "adobe-caslon-pro", "Adobe Caslon Pro", "Times New Roman", serif; }
    @media (min-width: 600px) {
      .page.profile .entry-content {
        font-size: 2.125rem; }
        .page.profile .entry-content p {
          letter-spacing: .04em;
          line-height: 3.098rem; } }

.post-navigation {
  text-align: center; }
  .post-navigation .nav-previous {
    float: none; }
    .post-navigation .nav-previous a::before {
      font-family: "dunncon";
      font-size: 2em;
      line-height: 1;
      color: #000;
      opacity: 0.75;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      position: relative;
      top: 5px; }
  .post-navigation .nav-all {
    margin: 0 2.813rem; }
    .post-navigation .nav-all a {
      background: url(img/svg/grid-icon.svg) no-repeat top center;
      width: 2.250em;
      height: 2.250em; }
  .post-navigation .nav-next a::before {
    font-family: "dunncon";
    font-size: 2em;
    line-height: 1;
    color: #000;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    top: 3px; }
  .post-navigation .nav-links > div {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: auto; }
    .post-navigation .nav-links > div a {
      display: block;
      border: none; }
      .post-navigation .nav-links > div a span {
        display: none; }

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

#menu-profile-links {
  margin: 0 0 2em 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  #menu-profile-links li {
    display: inline; }
    #menu-profile-links li span {
      margin: 0 9px 0 12px; }
    #menu-profile-links li:last-child span {
      display: none; }

/*--------------------------------------------------------------
Header and Site Nav
--------------------------------------------------------------*/
.site-header {
  background-color: #fff;
  padding: 1.938rem 10px;
  letter-spacing: 0.097em;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 90; }
  .site-header::after {
    clear: both;
    content: "";
    display: block; }
  .site-header .site-name {
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: "AvenirLTPro-Medium", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    z-index: 100; }
    .site-header .site-name a:hover {
      border-color: transparent; }
  .site-header button.menu-toggle {
    color: #000;
    display: block;
    position: absolute;
    right: 20px;
    top: 1.938rem;
    font-size: 1em;
    letter-spacing: 0.037rem;
    padding: 0 0 3px 0;
    -webkit-appearance: none;
    border-bottom: 0;
    height: 25px;
    width: 25px; }
    .site-header button.menu-toggle .icon {
      width: 25px;
      height: 25px; }
      .site-header button.menu-toggle .icon.icon-menu {
        display: block; }
      .site-header button.menu-toggle .icon.icon-close {
        display: none; }
    @media (max-width: 599px) {
      .site-header button.menu-toggle {
        right: 10px; } }
  .site-header .menu-toggle {
    position: relative;
    z-index: 100; }
  .site-header #site-navigation {
    background-color: #fff;
    width: 100%;
    padding-top: 5em;
    position: relative;
    left: 0;
    display: none;
    font-family: "AvenirLTPro-Medium", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .site-header #site-navigation ul {
      display: block;
      text-align: center;
      margin-bottom: 0;
      font-size: 2.581rem;
      text-align: center; }
      .site-header #site-navigation ul li {
        text-align: center;
        float: none;
        width: auto;
        line-height: 1.75; }
        .site-header #site-navigation ul li a {
          display: inline; }
          .site-header #site-navigation ul li a:hover {
            border-bottom: 3px solid; }
        .site-header #site-navigation ul li span {
          display: none; }
        .site-header #site-navigation ul li.current-menu-item a, .site-header #site-navigation ul li.current-page-item a {
          border-bottom: 3px solid; }
      .site-header #site-navigation ul#menu-site-menu {
        font-family: "adobe-caslon-pro", "Adobe Caslon Pro", "Times New Roman", serif;
        font-size: 1em; }
    @media (min-width: 600px) {
      .site-header #site-navigation {
        padding-top: 9.375rem;
        position: absolute; } }
  .site-header.opened {
    height: 100%; }
    .site-header.opened #site-navigation {
      display: block; }
    .site-header.opened button.menu-toggle .icon.icon-close {
      display: block; }
    .site-header.opened button.menu-toggle .icon.icon-menu {
      display: none; }

.contact-box {
  text-align: center;
  margin-top: 3.2em;
  padding-bottom: 5.375rem;
  text-transform: uppercase; }
  .contact-box p {
    font-family: "AvenirLTPro-Medium", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.813rem;
    line-height: 1.95em;
    letter-spacing: 0.050rem;
    margin-bottom: 0; }
    .contact-box p a {
      display: inline !important; }

/*--------------------------------------------------------------
Archives and Post Layouts
--------------------------------------------------------------*/
.home .photo-grid, .archive .photo-grid, .page-template-layoutslayout-grid-php .photo-grid {
  margin-bottom: 4em;
  padding: 0 10px 10px; }

.home .project, .archive .project, .page-template-layoutslayout-grid-php .project {
  line-height: 0;
  position: relative; }
  .home .project img, .archive .project img, .page-template-layoutslayout-grid-php .project img {
    -webkit-transition: all .2s;
    transition: all .2s;
    -o-object-fit: cover;
       object-fit: cover; }
  .home .project .grid-item-header, .archive .project .grid-item-header, .page-template-layoutslayout-grid-php .project .grid-item-header {
    background-color: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1.5em;
    -webkit-transition: all .2s;
    transition: all .2s; }
    .home .project .grid-item-header > a, .archive .project .grid-item-header > a, .page-template-layoutslayout-grid-php .project .grid-item-header > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .home .project .grid-item-header > a:hover, .archive .project .grid-item-header > a:hover, .page-template-layoutslayout-grid-php .project .grid-item-header > a:hover {
        border-bottom: 0; }
    .home .project .grid-item-header h2, .archive .project .grid-item-header h2, .page-template-layoutslayout-grid-php .project .grid-item-header h2 {
      color: #000;
      text-align: center;
      position: relative;
      font-size: 1.15em;
      font-weight: normal;
      font-family: "adobe-caslon-pro", "Adobe Caslon Pro", "Times New Roman", serif;
      line-height: .85;
      display: inline-block; }
      .home .project .grid-item-header h2:hover, .archive .project .grid-item-header h2:hover, .page-template-layoutslayout-grid-php .project .grid-item-header h2:hover {
        border-bottom: 1px solid; }
    .home .project .grid-item-header .project-title, .archive .project .grid-item-header .project-title, .page-template-layoutslayout-grid-php .project .grid-item-header .project-title {
      -ms-flex-item-align: center;
          align-self: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .home .project .grid-item-header .category, .archive .project .grid-item-header .category, .page-template-layoutslayout-grid-php .project .grid-item-header .category {
      display: block;
      margin-top: 15px;
      text-transform: uppercase;
      font-size: .845em;
      font-family: "AvenirLTPro-Medium", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: .013rem; }
    @media (min-width: 900px) {
      .home .project .grid-item-header h2, .archive .project .grid-item-header h2, .page-template-layoutslayout-grid-php .project .grid-item-header h2 {
        font-size: 1.25em; } }
  .home .project:hover img, .archive .project:hover img, .page-template-layoutslayout-grid-php .project:hover img {
    opacity: 0; }
  .home .project:hover .grid-item-header, .archive .project:hover .grid-item-header, .page-template-layoutslayout-grid-php .project:hover .grid-item-header {
    opacity: .85; }

@media (min-width: 600px) {
  .home .grid-row, .archive .grid-row, .page-template-layoutslayout-grid-php .grid-row {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    clear: left;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .home .project, .archive .project, .page-template-layoutslayout-grid-php .project {
    display: inline-block;
    width: auto;
    margin: 10px 10px 8px;
    vertical-align: top;
    padding-bottom: 0;
    border-bottom: 0; }
    .home .project img, .archive .project img, .page-template-layoutslayout-grid-php .project img {
      max-height: 100%;
      width: auto; } }

@media (max-width: 599px) {
  .home .project, .archive .project, .page-template-layoutslayout-grid-php .project {
    display: block;
    position: relative; } }

.js .photo-grid {
  opacity: 0; }

/*--------------------------------------------------------------
Single Project View
--------------------------------------------------------------*/
.single-project {
  padding-top: 0;
  /* Single Gallery + Slider */ }
  @media (max-width: 599px) {
    .single-project {
      padding-top: 80px; } }
  .single-project .project-footer {
    display: none; }
  .single-project .entry-header {
    text-align: center;
    margin-bottom: 2.813rem; }
    .single-project .entry-header .underline {
      display: block;
      border-bottom: 3px solid #000;
      margin: .5em auto .85em;
      width: 70px; }
    .single-project .entry-header .project-detail {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: .07em; }
      .single-project .entry-header .project-detail span {
        margin: 0 1em; }
  @media (min-width: 600px) {
    .single-project #primary {
      display: block;
      position: absolute;
      z-index: 50;
      width: 100%;
      height: 100%;
      left: 0; }
      .single-project #primary #main {
        height: 100%;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .single-project #project-gallery {
    width: 100%;
    margin-bottom: 2em; }
    .single-project #project-gallery #slider figure {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
      .single-project #project-gallery #slider figure img {
        margin-bottom: 1.063em; }
    @media (min-width: 600px) {
      .single-project #project-gallery {
        max-height: 100%;
        margin-bottom: 0;
        position: relative; }
        .single-project #project-gallery #slider {
          position: relative;
          max-width: 100%; }
          .single-project #project-gallery #slider figure {
            height: 100%;
            max-height: 100%; }
            .single-project #project-gallery #slider figure img {
              max-height: 100% !important;
              width: auto;
              display: block;
              margin: 0 auto !important; } }
  @media (min-width: 600px) {
    .single-project .project-content article.project {
      display: none;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #fff;
      padding: 4em 0 5em;
      height: auto;
      max-height: 85%; }
      .single-project .project-content article.project.opened {
        display: block; }
      .single-project .project-content article.project .entry-header {
        display: block; }
        .single-project .project-content article.project .entry-header .entry-title {
          display: block;
          font-size: 34px;
          line-height: 39.78px;
          letter-spacing: 1.36px;
          border: 0;
          padding-bottom: 10px;
          text-align: center;
          font-family: "AvenirLTPro-Medium", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .single-project .project-content article.project .entry-content {
        display: block;
        width: 50%;
        max-width: 560px;
        font-size: 1em;
        margin: 0 auto; }
        .single-project .project-content article.project .entry-content p {
          font-family: "AvenirLTPro-Light", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 1em;
          margin-bottom: 0;
          text-indent: 2em; }
          .single-project .project-content article.project .entry-content p:first-child {
            text-indent: 0; }
    .single-project .project-footer {
      background: #fff;
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
      padding-bottom: 1em;
      z-index: 1000;
      font-size: 14px;
      padding: 2em 0;
      font-family: "adobe-caslon-pro", "Adobe Caslon Pro", "Times New Roman", serif; }
      .single-project .project-footer::after {
        clear: both;
        content: "";
        display: block; }
      .single-project .project-footer h1 {
        font-family: "AvenirLTPro-Medium", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        border: none; }
      .single-project .project-footer h1, .single-project .project-footer a, .single-project .project-footer .slide-pager, .single-project .project-footer > span {
        display: inline-block;
        margin: 0 5px; }
      .single-project .project-footer > span.project-client {
        margin-left: 4px; }
    .single-project .post-navigation {
      display: none; } }

a.back-button {
  border: 0;
  position: absolute;
  right: 20px;
  margin-top: 1em;
  display: block;
  width: 25px;
  height: 25px;
  background: url(img/svg/close.svg) no-repeat bottom center;
  background-size: cover;
  font-size: 0; }
  a.back-button:hover {
    border: 0; }

/*--------------------------------------------------------------
Primary Site Footer
--------------------------------------------------------------*/
footer.primary {
  font-size: 0.563rem;
  padding-bottom: 2em;
  display: none; }
  footer.primary::after {
    clear: both;
    content: "";
    display: block; }

#preloader {
  background-color: #fff;
  color: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  z-index: 9000;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #preloader.inverse {
    background-color: #000;
    color: #fff; }
  #preloader .site-name {
    font-size: 2.730rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    position: relative; }
  #preloader .subhead {
    position: absolute;
    bottom: 3em;
    width: 100%;
    max-width: 100%;
    text-align: center; }
    #preloader .subhead p {
      font-family: "AvenirLTPro-Roman", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.584rem;
      margin: 0 auto; }
  #preloader .dot {
    background-color: #000;
    display: block;
    -webkit-animation: pulsar 2s ease infinite;
            animation: pulsar 2s ease infinite;
    opacity: 0.0;
    height: 24px;
    width: 24px;
    margin: 0 auto;
    border-radius: 50%; }

.no-js #preloader {
  display: none; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: sanbeiji.com/archives/953 */
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /* Do not show javascript and internal links */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* Printing Tables: css-discuss.incutio.com/wiki/Printing_Tables */
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }
/*# sourceMappingURL=style.css.map */